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 }
func GenerateCRDCmd ¶
func GenerateCRDCmd(opts *cmdutil.Options) (*cobra.Command, *GenerateCRDOptions)
type GenerateOperatorOptions ¶
type GenerateOperatorOptions struct { *cmdutil.Options Name string Namespace string Image string // Path to local generated cluster role definition LocalClusterRolePath string // Toggle reading cluster role from local file LocalClusterRoleToggle bool // URL to cluster role definition RemoteClusterRoleURL string }
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.