plugin

package
v0.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 15 Imported by: 20

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ValidPluginFilenamePrefixes = []string{"kubectl"}
)

Functions

func GetPluginCommandGroup added in v0.29.0

func GetPluginCommandGroup(kubectl *cobra.Command) templates.CommandGroup

func NewCmdPlugin

func NewCmdPlugin(streams genericiooptions.IOStreams) *cobra.Command

func NewCmdPluginList

func NewCmdPluginList(streams genericiooptions.IOStreams) *cobra.Command

NewCmdPluginList provides a way to list all plugin executables visible to kubectl

func SetupPluginCompletion added in v0.26.0

func SetupPluginCompletion(cmd *cobra.Command, args []string)

SetupPluginCompletion adds a Cobra command to the command tree for each plugin. This is only done when performing shell completion that relate to plugins.

Types

type CommandOverrideVerifier

type CommandOverrideVerifier struct {
	// contains filtered or unexported fields
}

func (*CommandOverrideVerifier) Verify

func (v *CommandOverrideVerifier) Verify(path string) []error

Verify implements PathVerifier and determines if a given path is valid depending on whether or not it overwrites an existing kubectl command path, or a previously seen plugin.

type PathVerifier

type PathVerifier interface {
	// Verify determines if a given path is valid
	Verify(path string) []error
}

pathVerifier receives a path and determines if it is valid or not

type PluginListOptions

type PluginListOptions struct {
	Verifier PathVerifier
	NameOnly bool

	PluginPaths []string

	genericiooptions.IOStreams
}

func (*PluginListOptions) Complete

func (o *PluginListOptions) Complete(cmd *cobra.Command) error

func (*PluginListOptions) ListPlugins added in v0.26.0

func (o *PluginListOptions) ListPlugins() ([]string, []error)

ListPlugins returns list of plugin paths.

func (*PluginListOptions) Run

func (o *PluginListOptions) Run() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL