Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
	machinery.TemplateMixin
	machinery.MultiGroupMixin
	machinery.BoilerplateMixin
	machinery.ResourceMixin
}
    Group scaffolds the file that defines the registration methods for a certain group and version
func (*Group) SetTemplateDefaults ¶
SetTemplateDefaults implements file.Template
type Types ¶
type Types struct {
	machinery.TemplateMixin
	machinery.MultiGroupMixin
	machinery.BoilerplateMixin
	machinery.ResourceMixin
	Force bool
}
    Types scaffolds the file that defines the schema for a CRD nolint:maligned
func (*Types) SetTemplateDefaults ¶
SetTemplateDefaults implements file.Template
type Webhook ¶
type Webhook struct {
	machinery.TemplateMixin
	machinery.MultiGroupMixin
	machinery.BoilerplateMixin
	machinery.ResourceMixin
	// Is the Group domain for the Resource replacing '.' with '-'
	QualifiedGroupWithDash string
}
    Webhook scaffolds the file that defines a webhook for a CRD or a builtin resource
func (*Webhook) SetTemplateDefaults ¶
SetTemplateDefaults implements file.Template
 Click to show internal directories. 
   Click to hide internal directories.