kustomizationgraph

package
v0.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Graph

func Graph(rootDir, outpurDir string)

func New

func New(graphName string) *kustomizationGraph

New creates an unpopulated graph with the given name using the given filesystem

Types

type KustomizationFileGetter

type KustomizationFileGetter interface {
	GetFromDirectory(directoryPath string) (*kustomizationfile.KustomizationFile, error)
	GetMissingResources(directoryPath string, kustomizationFile *kustomizationfile.KustomizationFile) ([]string, error)
}

KustomizationFileGetter gets kustomization files and kustomization file metadata

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL