Documentation ¶
Index ¶
- type Config
- 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() []config.Version
- func (Plugin) Version() plugin.Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct{}
Config configures this plugin, and is saved in the project config file. Deprecated: use scorecard and manifests plugin configs directly.
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 ¶ added in v1.3.0
func (p Plugin) GetCreateAPISubcommand() plugin.CreateAPISubcommand
func (Plugin) GetCreateWebhookSubcommand ¶ added in v1.3.0
func (p Plugin) GetCreateWebhookSubcommand() plugin.CreateWebhookSubcommand
func (Plugin) GetEditSubcommand ¶ added in v1.3.0
func (p Plugin) GetEditSubcommand() plugin.EditSubcommand
func (Plugin) GetInitSubcommand ¶ added in v1.3.0
func (p Plugin) GetInitSubcommand() plugin.InitSubcommand
func (Plugin) SupportedProjectVersions ¶
Click to show internal directories.
Click to hide internal directories.