Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InjectCAPatch ¶
type InjectCAPatch struct {
file.TemplateMixin
}
InjectCAPatch scaffolds the InjectCAPatch file in manager folder.
func (*InjectCAPatch) SetTemplateDefaults ¶
func (f *InjectCAPatch) SetTemplateDefaults() error
SetTemplateDefaults implements input.Template
type Kustomization ¶
type Kustomization struct {
file.TemplateMixin
}
Kustomization scaffolds the Kustomization file in manager folder.
func (*Kustomization) SetTemplateDefaults ¶
func (f *Kustomization) SetTemplateDefaults() error
SetTemplateDefaults implements input.Template
type KustomizeConfigWebhook ¶
type KustomizeConfigWebhook struct {
file.TemplateMixin
}
KustomizeConfigWebhook scaffolds the Kustomization file in manager folder.
func (*KustomizeConfigWebhook) SetTemplateDefaults ¶
func (f *KustomizeConfigWebhook) SetTemplateDefaults() error
SetTemplateDefaults implements input.Template
type Service ¶
type Service struct {
file.TemplateMixin
}
Service scaffolds the Service file in manager folder.
func (*Service) SetTemplateDefaults ¶
SetTemplateDefaults implements input.Template
type Webhook ¶
type Webhook struct { file.TemplateMixin file.MultiGroupMixin file.BoilerplateMixin file.ResourceMixin // Is the Group domain for the Resource replacing '.' with '-' GroupDomainWithDash string // If scaffold the defaulting webhook Defaulting bool // If scaffold the validating webhook Validating bool }
Webhook scaffolds a Webhook for a Resource
func (*Webhook) SetTemplateDefaults ¶
SetTemplateDefaults implements input.Template
Click to show internal directories.
Click to hide internal directories.