Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kustomization ¶
type Kustomization struct {
file.TemplateMixin
file.ProjectNameMixin
file.ComponentConfigMixin
}
Kustomization scaffolds a file that defines the kustomization scheme for the default overlay folder
func (*Kustomization) SetTemplateDefaults ¶
func (f *Kustomization) SetTemplateDefaults() error
SetTemplateDefaults implements file.Template
type ManagerAuthProxyPatch ¶
type ManagerAuthProxyPatch struct {
file.TemplateMixin
file.ComponentConfigMixin
}
ManagerAuthProxyPatch scaffolds a file that defines the patch that enables prometheus metrics for the manager
func (*ManagerAuthProxyPatch) SetTemplateDefaults ¶
func (f *ManagerAuthProxyPatch) SetTemplateDefaults() error
SetTemplateDefaults implements file.Template
type ManagerConfigPatch ¶
type ManagerConfigPatch struct {
file.TemplateMixin
}
ManagerConfigPatch scaffolds a ManagerConfigPatch for a Resource
func (*ManagerConfigPatch) SetTemplateDefaults ¶
func (f *ManagerConfigPatch) SetTemplateDefaults() error
SetTemplateDefaults implements input.Template
type ManagerWebhookPatch ¶
type ManagerWebhookPatch struct {
file.TemplateMixin
Force bool
}
ManagerWebhookPatch scaffolds a file that defines the patch that enables webhooks on the manager
func (*ManagerWebhookPatch) SetTemplateDefaults ¶
func (f *ManagerWebhookPatch) SetTemplateDefaults() error
SetTemplateDefaults implements file.Template
type WebhookCAInjectionPatch ¶
type WebhookCAInjectionPatch struct {
file.TemplateMixin
file.ResourceMixin
}
WebhookCAInjectionPatch scaffolds a file that defines the patch that adds annotation to webhooks
func (*WebhookCAInjectionPatch) SetTemplateDefaults ¶
func (f *WebhookCAInjectionPatch) SetTemplateDefaults() error
SetTemplateDefaults implements file.Template