var serviceAccountLong …
var serviceAccountExample …
type ServiceAccountOpts …
func NewServiceAccountOpts(ioStreams genericiooptions.IOStreams) *ServiceAccountOpts { … }
func NewCmdCreateServiceAccount(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command { … }
func (o *ServiceAccountOpts) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { … }
func (o *ServiceAccountOpts) Validate() error { … }
func (o *ServiceAccountOpts) Run() error { … }
func (o *ServiceAccountOpts) createServiceAccount() (*corev1.ServiceAccount, error) { … }