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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.