Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GenerateCRDOptions ¶
type GenerateCRDOptions struct {
*cmdutil.Options
// Path to local concatenated CRD schema
LocalCRDPath string
// Toggle reading CRDs from local file
LocalCRDToggle bool
// URL to concatenated CRD schema
RemoteCRDURL string
// contains filtered or unexported fields
}
func GenerateCRDCmd ¶
func GenerateCRDCmd(opts *cmdutil.Options) (*cobra.Command, *GenerateCRDOptions)
type GenerateOperatorOptions ¶
type GenerateOperatorOptions struct {
*cmdutil.Options
Name string
Namespace string
Image string
// contains filtered or unexported fields
}
func GenerateOperatorCmd ¶
func GenerateOperatorCmd(opts *cmdutil.Options) (*cobra.Command, *GenerateOperatorOptions)
func (*GenerateOperatorOptions) Generate ¶
func (o *GenerateOperatorOptions) Generate() error
Click to show internal directories.
Click to hide internal directories.