Package dev.zucca_ops.kustomtrace.model
package dev.zucca_ops.kustomtrace.model
-
ClassDescriptionAbstract base class for nodes in the Kustomize dependency graph.Represents a regular Kubernetes manifest file (e.g., YAML or JSON) as a node in the Kustomize dependency graph.Represents the complete graph of Kustomize resources and their relationships.Represents a Kustomization (typically a kustomization.yaml file) as a node in the Kustomize dependency graph.Represents a single Kubernetes resource (e.g., Deployment, Service) defined within a
KustomFile.Represents a typed link from a Kustomization to another graph node.