Documentation ¶
Index ¶
- Constants
- func NewContextCommand() *command.Command
- func NewExtendedEventCommand() *command.Command
- func NewExtendedForceDelCommand() *command.Command
- func NewExtendedSecretCommand() *command.Command
- func NewExtendedStatusCommand() *command.Command
- func NewExtendedTreeCommand() *command.Command
- func NewKubeApplyCommand() *command.Command
- func NewKubeDeleteCommand() *command.Command
- func NewKubeDescribeCommand() *command.Command
- func NewKubeEditCommand() *command.Command
- func NewKubeExecCommand() *command.Command
- func NewKubeGetCommand() *command.Command
- func NewKubeLogsCommand() *command.Command
- func NewSystemCommand() []*command.Command
- func NewUseCommand() *command.Command
- func WarpHelp(f func(cmd *command.ExecCmd)) func(cmd *command.ExecCmd)
- func WarpIgnoreNilParamHelp(f func(cmd *command.ExecCmd)) func(cmd *command.ExecCmd)
- type Completer
- type DevNullWrite
Constants ¶
View Source
const LIMIT_SUGGEST = 5
Variables ¶
This section is empty.
Functions ¶
func NewContextCommand ¶
func NewExtendedEventCommand ¶ added in v0.0.2
func NewExtendedForceDelCommand ¶ added in v0.0.2
func NewExtendedSecretCommand ¶ added in v0.0.3
func NewExtendedTreeCommand ¶ added in v0.0.2
func NewKubeApplyCommand ¶
func NewKubeDeleteCommand ¶
func NewKubeDescribeCommand ¶
func NewKubeEditCommand ¶
func NewKubeExecCommand ¶
func NewKubeGetCommand ¶
func NewKubeLogsCommand ¶
func NewSystemCommand ¶
func NewUseCommand ¶
Types ¶
type Completer ¶
type Completer struct {
// contains filtered or unexported fields
}
func NewCompleter ¶
func NewCompleter() *Completer
type DevNullWrite ¶ added in v0.0.2
type DevNullWrite struct { }
Source Files ¶
- cmd_context.go
- cmd_extended_event.go
- cmd_extended_forcedel.go
- cmd_extended_secret.go
- cmd_extended_status.go
- cmd_extended_tree.go
- cmd_kube_apply.go
- cmd_kube_delete.go
- cmd_kube_describe.go
- cmd_kube_edit.go
- cmd_kube_exec.go
- cmd_kube_get.go
- cmd_kube_logs.go
- cmd_system.go
- completer.go
- description_util.go
- help.go
- kubectl.go
Click to show internal directories.
Click to hide internal directories.