package
0.0.0-20190809130647-038031d2e04b
Repository: https://github.com/it2911/kubectl-for-plugin-cfg.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewCmdConfig creates a command object for the "config" action, and adds all child commands to it.
NewCmdConfigCurrentContext returns a Command instance for 'config current-context' sub command.
NewCmdConfigDeleteCluster returns a Command instance for 'config delete-cluster' sub command.
NewCmdConfigDeleteContext returns a Command instance for 'config delete-context' sub command.
NewCmdConfigGetClusters creates a command object for the "get-clusters" action, which lists all clusters defined in the kubeconfig.
NewCmdConfigGetContexts creates a command object for the "get-contexts" action, which retrieves one or more contexts from a kubeconfig.
NewCmdConfigRenameContext creates a command object for the "rename-context" action.
NewCmdConfigSet returns a Command instance for 'config set' sub command.
NewCmdConfigSetAuthInfo returns an Command option instance for 'config set-credentials' sub command.
NewCmdConfigSetCluster returns a Command instance for 'config set-cluster' sub command.
NewCmdConfigSetContext returns a Command instance for 'config set-context' sub command.
NewCmdConfigUnset returns a Command instance for 'config unset' sub command.
NewCmdConfigUseContext returns a Command instance for 'config use-context' sub command.
NewCmdConfigView returns a Command instance for 'config view' sub command.
RunCurrentContext performs the execution of 'config current-context' sub command.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
CurrentContextOptions holds the command-line options for 'config current-context' sub command.
GetContextsOptions contains the assignable options from the args.
RenameContextOptions contains the options for running the rename-context cli command.
No description provided by the author
No description provided by the author
ViewOptions holds the command-line options for 'config view' sub command.