type setContextOptions …
var setContextLong …
var setContextExample …
func NewCmdConfigSetContext(restClientGetter genericclioptions.RESTClientGetter, out io.Writer, configAccess clientcmd.ConfigAccess) *cobra.Command { … }
func (o setContextOptions) run() (string, bool, error) { … }
func (o *setContextOptions) modifyContext(existingContext clientcmdapi.Context) clientcmdapi.Context { … }
func (o *setContextOptions) complete(cmd *cobra.Command) error { … }
func (o setContextOptions) validate() error { … }