Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmOverrides ¶ added in v0.25.0
type HelmOverrides struct {
Values map[string]interface{} `yaml:",inline"`
}
func (*HelmOverrides) MarshalJSON ¶ added in v0.25.0
func (h *HelmOverrides) MarshalJSON() ([]byte, error)
func (*HelmOverrides) UnmarshalJSON ¶ added in v0.25.0
func (h *HelmOverrides) UnmarshalJSON(text []byte) error
type VersionedConfig ¶
type VersionedConfig interface { GetVersion() string Upgrade() (VersionedConfig, error) }
Click to show internal directories.
Click to hide internal directories.