kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/set/set_serviceaccount.go

var serviceaccountResources

var serviceaccountLong

var serviceaccountExample

type SetServiceAccountOptions

// NewSetServiceAccountOptions returns an initialized SetServiceAccountOptions instance
func NewSetServiceAccountOptions(streams genericiooptions.IOStreams) *SetServiceAccountOptions {}

// NewCmdServiceAccount returns the "set serviceaccount" command.
func NewCmdServiceAccount(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command {}

// Complete configures serviceAccountConfig from command line args.
func (o *SetServiceAccountOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error {}

// Run creates and applies the patch either locally or calling apiserver.
func (o *SetServiceAccountOptions) Run() error {}