completion

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// BashCompletionFunc the custom bash completion function to complete object.
	// The bash completion mechanism will launch the __custom_func func if it cannot
	// find any completion and pass the object in the ${last_command}
	// variable. Which then are used to get the pipelineruns/taskruns etc..
	BashCompletionFunc = `` /* 799-byte string literal not displayed */

)

Variables

View Source
var (
	// BashCompletionFlags this maps between a flag (ie: namespace) to a custom
	// zsh completion
	BashCompletionFlags = map[string]string{
		"namespace":  "__kubectl_get_object namespace",
		"kubeconfig": "_filedir",
	}
)

Functions

func Command

func Command() *cobra.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL