Documentation
¶
Index ¶
- func AutoCompleteDaemonSets(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
- func AutoCompleteDeployments(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
- func AutoCompletePodsWithDebugContainer(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
- func GetNamespaceFromCurrentContext() (namespace string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AutoCompleteDaemonSets ¶ added in v0.1.0
func AutoCompleteDaemonSets(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
AutoCompleteDaemonSets implements autocompletion for the daemonset commands
func AutoCompleteDeployments ¶ added in v0.1.0
func AutoCompleteDeployments(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
AutoCompleteDeployments implements autocompletion for the deployment commands
func AutoCompletePodsWithDebugContainer ¶ added in v0.1.0
func AutoCompletePodsWithDebugContainer(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
AutoCompletePodsWithDebugContainer implements autocompletion for the pod commands where debug contianer is present
func GetNamespaceFromCurrentContext ¶
GetNamespaceFromCurrentContext returns the namespace from the current kubeconfig context
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.