Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HelmRelease ¶
type HelmRelease struct { APIVersion string `yaml:"apiVersion"` Kind string `yaml:"kind"` Metadata struct { Namespace string `yaml:"namespace"` } `yaml:"metadata"` Spec struct { Chart struct { Spec struct { SourceRef struct { Namespace string `yaml:"namespace"` } `yaml:"sourceRef"` } `yaml:"spec"` } `yaml:"chart"` } `yaml:"spec"` }
type HelmRepository ¶
Click to show internal directories.
Click to hide internal directories.