Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { machinery.TemplateMixin machinery.ComponentConfigMixin machinery.ProjectNameMixin // Image is controller manager image name Image string }
Config scaffolds a file that defines the namespace and the manager deployment
func (*Config) SetTemplateDefaults ¶
SetTemplateDefaults implements file.Template
type ControllerManagerConfig ¶
type ControllerManagerConfig struct { machinery.TemplateMixin machinery.DomainMixin machinery.RepositoryMixin machinery.ProjectNameMixin }
ControllerManagerConfig scaffolds the config file in config/manager folder.
func (*ControllerManagerConfig) SetTemplateDefaults ¶
func (f *ControllerManagerConfig) SetTemplateDefaults() error
SetTemplateDefaults implements input.Template
type Kustomization ¶
type Kustomization struct { machinery.TemplateMixin machinery.ComponentConfigMixin }
Kustomization scaffolds a file that defines the kustomization scheme for the manager folder
func (*Kustomization) SetTemplateDefaults ¶
func (f *Kustomization) SetTemplateDefaults() error
SetTemplateDefaults implements file.Template
Click to show internal directories.
Click to hide internal directories.