Class KustomGraphBuilder

java.lang.Object
dev.zucca_ops.kustomtrace.graph.KustomGraphBuilder

public class KustomGraphBuilder extends Object
Builds a KustomGraph by scanning a directory structure for Kustomization files, resolving their contents, and establishing dependencies between them and other resources.
  • Constructor Details

    • KustomGraphBuilder

      public KustomGraphBuilder(Path appsDir)
      Constructs a KustomGraphBuilder.
      Parameters:
      appsDir - The root directory to scan for Kustomize applications.
  • Method Details