Documentation
¶
Index ¶
- func Context(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
- func ContextArray(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
- func Namespace(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
- func None(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
- func ServiceAccount(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Context ¶
func Context(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
Context is a shell completion function that completes context names, just one completion.
func ContextArray ¶
func ContextArray(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
ContextArray is a shell completion function that completes context names, allow multiple completion.
func Namespace ¶
func Namespace(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
Namespace is a shell completion function that completes namespace names, just one completion.
func None ¶
func None(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
None is a shell completion function that does nothing.
func ServiceAccount ¶
func ServiceAccount(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
ServiceAccount is a shell completion function that completes service account names, just one completion.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.