Documentation
¶
Index ¶
- type Plugin
- func (p *Plugin) BindFlags(fs *pflag.FlagSet)
- func (p Plugin) DeprecationWarning() string
- 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 Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
Plugin implements the plugin.Full interface
func (Plugin) DeprecationWarning ¶
DeprecationWarning define the deprecation message or return empty when plugin is not deprecated
func (Plugin) GetEditSubcommand ¶
func (p Plugin) GetEditSubcommand() plugin.EditSubcommand
GetEditSubcommand will return the subcommand which is responsible for adding and/or edit a helm chart
func (Plugin) GetInitSubcommand ¶
func (p Plugin) GetInitSubcommand() plugin.InitSubcommand
GetInitSubcommand will return the subcommand which is responsible for initializing and scaffolding helm manifests
func (Plugin) SupportedProjectVersions ¶
SupportedProjectVersions returns an array with all project versions supported by the plugin
Click to show internal directories.
Click to hide internal directories.