Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// Group is the resource's group. Does not contain the domain.
Group string
// Domain is the resource's domain.
Domain string
// Version is the resource's version.
Version string
// Kind is the resource's kind.
Kind string
// Plural is the resource's kind plural form.
// Optional
Plural string
// CRDVersion is the CustomResourceDefinition API version that will be used for the resource.
CRDVersion string
// WebhookVersion is the {Validating,Mutating}WebhookConfiguration API version that will be used for the resource.
WebhookVersion string
// Namespaced is true if the resource should be namespaced.
Namespaced bool
// Flags that define which parts should be scaffolded
DoAPI bool
DoController bool
DoDefaulting bool
DoValidation bool
DoConversion bool
}
Options contains the information required to build a new resource.Resource.
func (Options) NewResource ¶
NewResource creates a new resource from the options
Directories
¶
| Path | Synopsis |
|---|---|
|
scaffolds
Package scaffolds contains libraries for scaffolding code to use with controller-runtime
|
Package scaffolds contains libraries for scaffolding code to use with controller-runtime |
|
scaffolds
Package scaffolds contains libraries for scaffolding code to use with controller-runtime
|
Package scaffolds contains libraries for scaffolding code to use with controller-runtime |
Click to show internal directories.
Click to hide internal directories.