const defaultBoilerPlate …
var completionLong …
var completionExample …
var completionShells …
func NewCmdCompletion(out io.Writer, boilerPlate string) *cobra.Command { … }
func RunCompletion(out io.Writer, boilerPlate string, cmd *cobra.Command, args []string) error { … }
func runCompletionBash(out io.Writer, boilerPlate string, kubectl *cobra.Command) error { … }
func runCompletionZsh(out io.Writer, boilerPlate string, kubectl *cobra.Command) error { … }
func runCompletionFish(out io.Writer, boilerPlate string, kubectl *cobra.Command) error { … }
func runCompletionPwsh(out io.Writer, boilerPlate string, kubectl *cobra.Command) error { … }