Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kustomization ¶
type Kustomization struct { machinery.TemplateMixin machinery.ProjectNameMixin machinery.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 { machinery.TemplateMixin machinery.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 { machinery.TemplateMixin machinery.ComponentConfigMixin }
ManagerConfigPatch scaffolds a ManagerConfigPatch for a Resource
func (*ManagerConfigPatch) SetTemplateDefaults ¶
func (f *ManagerConfigPatch) SetTemplateDefaults() error
SetTemplateDefaults implements input.Template
type ManagerWebhookPatch ¶
type ManagerWebhookPatch struct { machinery.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 { machinery.TemplateMixin machinery.ResourceMixin machinery.ProjectNameMixin }
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