Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ChartValues ¶
type ChartValues struct { GlooMeshOperatorArgs GlooMeshOperatorArgs `json:"glooMeshOperatorArgs"` Settings SettingsValues `json:"settings"` }
The schema for our Helm chart values. Struct members must be public for visibility to skv2 Helm generator.
type GlooMeshOperatorArgs ¶
type GlooMeshOperatorArgs struct {
SettingsRef SettingsRef `json:"settingsRef"`
}
type SettingsRef ¶
type SettingsValues ¶
type SettingsValues settingsv1alpha2.SettingsSpec
we must use a custom Settings type here in order to ensure protos are marshalled to json properly
func (SettingsValues) MarshalJSON ¶
func (v SettingsValues) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.