Documentation ¶
Index ¶
- type Plugin
- func (p Plugin) GetCreateAPISubcommand() plugin.CreateAPISubcommand
- func (p Plugin) GetCreateWebhookSubcommand() plugin.CreateWebhookSubcommand
- func (p Plugin) GetEditSubcommand() plugin.EditSubcommand
- func (p Plugin) GetInitSubcommand() plugin.InitSubcommand
- func (Plugin) Name() string
- func (Plugin) SupportedProjectVersions() []string
- func (Plugin) Version() plugin.Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct{}
Plugin defines an Operator SDK Go scaffold and CLI plugin. Its current purpose is to add operator-framework features to the base kubebuilder Go scaffold and CLI.
func (Plugin) GetCreateAPISubcommand ¶
func (p Plugin) GetCreateAPISubcommand() plugin.CreateAPISubcommand
func (Plugin) GetCreateWebhookSubcommand ¶
func (p Plugin) GetCreateWebhookSubcommand() plugin.CreateWebhookSubcommand
func (Plugin) GetEditSubcommand ¶
func (p Plugin) GetEditSubcommand() plugin.EditSubcommand
func (Plugin) GetInitSubcommand ¶
func (p Plugin) GetInitSubcommand() plugin.InitSubcommand
func (Plugin) SupportedProjectVersions ¶
Click to show internal directories.
Click to hide internal directories.