Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KubernetesCmd = &cobra.Command{ Use: "k8s [command] [flags]", Short: "Kubernetes related commands. Like generating manifest files for kubernetes objects.", Run: func(cmd *cobra.Command, args []string) { err := cmd.Help() checkNilErr(err) }, }
KubernetesCmd is the command for Kubernetes related commands.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.