kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/completion/completion.go

const defaultBoilerPlate

var completionLong

var completionExample

var completionShells

// NewCmdCompletion creates the `completion` command
func NewCmdCompletion(out io.Writer, boilerPlate string) *cobra.Command {}

// RunCompletion checks given arguments and executes 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 {}