type setCredentialsOptions …
const flagAuthProvider …
const flagAuthProviderArg …
const flagExecCommand …
const flagExecAPIVersion …
const flagExecArg …
const flagExecEnv …
const flagExecInteractiveMode …
const flagExecProvideClusterInfo …
var setCredentialsLong …
var setCredentialsExample …
func NewCmdConfigSetCredentials(out io.Writer, configAccess clientcmd.ConfigAccess) *cobra.Command { … }
func NewCmdConfigSetAuthInfo(out io.Writer, configAccess clientcmd.ConfigAccess) *cobra.Command { … }
func newCmdConfigSetCredentials(out io.Writer, options *setCredentialsOptions) *cobra.Command { … }
func (o setCredentialsOptions) run() error { … }
func (o *setCredentialsOptions) modifyAuthInfo(existingAuthInfo clientcmdapi.AuthInfo) clientcmdapi.AuthInfo { … }
func (o *setCredentialsOptions) complete(cmd *cobra.Command) error { … }
func (o setCredentialsOptions) validate() error { … }