Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotation ¶ added in v1.0.85
type ExposeController ¶
type ExposeController struct {
Config ExposeControllerConfig `yaml:"config,omitempty"`
Annotations map[string]string `yaml:"Annotations,omitempty"`
}
type ExposeControllerConfig ¶ added in v1.0.85
type HelmValuesConfig ¶
type HelmValuesConfig struct {
ExposeController *ExposeController `yaml:"expose,omitempty"`
}
func (*HelmValuesConfig) AddExposeControllerValues ¶
func (c *HelmValuesConfig) AddExposeControllerValues(cmd *cobra.Command, ignoreDomain bool)
func (HelmValuesConfig) String ¶
func (c HelmValuesConfig) String() (string, error)
type HelmValuesConfigService ¶
type HelmValuesConfigService struct {
FileName string
Config HelmValuesConfig
}
Click to show internal directories.
Click to hide internal directories.