type GetContextsOptions …
var getContextsLong …
var getContextsExample …
func NewCmdConfigGetContexts(streams genericiooptions.IOStreams, configAccess clientcmd.ConfigAccess) *cobra.Command { … }
func (o *GetContextsOptions) Complete(cmd *cobra.Command, args []string) error { … }
func (o *GetContextsOptions) Validate() error { … }
func (o GetContextsOptions) RunGetContexts() error { … }
func printContextHeaders(out io.Writer, nameOnly bool) error { … }
func printContext(name string, context *clientcmdapi.Context, w io.Writer, nameOnly, current bool) error { … }