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 }
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
}
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 ManagerWebhookPatch ¶
type ManagerWebhookPatch struct {
machinery.TemplateMixin
}
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
}
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
Click to show internal directories.
Click to hide internal directories.