Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HelmReleases []HelmRelease
Functions ¶
This section is empty.
Types ¶
type HelmRelease ¶
type HelmRelease struct { Metadata Metadata `yaml:"metadata"` Spec Spec `yaml:"spec"` Parent string }
Structs for handling the information that comes from the helmRelease api's
func (*HelmRelease) GetDependencies ¶
func (hr *HelmRelease) GetDependencies() []string
func (*HelmRelease) GetValuesFromYamlFile ¶
func (hr *HelmRelease) GetValuesFromYamlFile(path string) error
Unmarshals a .yaml file into the app struct
func (*HelmRelease) HasDependsOn ¶
func (hr *HelmRelease) HasDependsOn() bool
func (*HelmRelease) Name ¶
func (hr *HelmRelease) 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.