Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Kustomizations []Kustomization
Functions ¶
This section is empty.
Types ¶
type Kustomization ¶
type Kustomization struct { Metadata Metadata `yaml:"metadata"` Spec Spec `yaml:"spec"` HRSlice []string }
Structs for handling the information that comes from the kustomization api's
func (*Kustomization) GetDependencies ¶ added in v0.2.0
func (ks *Kustomization) GetDependencies() []string
func (*Kustomization) GetValuesFromYamlFile ¶
func (ks *Kustomization) GetValuesFromYamlFile(path string) error
Unmarshals a .yaml file into the app struct
func (*Kustomization) HasDependsOn ¶
func (ks *Kustomization) HasDependsOn() bool
func (*Kustomization) Name ¶
func (ks *Kustomization) Name() string
Enclosing name in double quotes since the graph language wants them to be in quotes
Click to show internal directories.
Click to hide internal directories.