Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCmd ¶
func NewCreateCmd(o *CreateOptions, flagsFactory cmdcore.FlagsFactory) *cobra.Command
Types ¶
type CreateFlags ¶
type CreateFlags struct {
GenerateNameFlags cmdcore.GenerateNameFlags
Secrets []string
ImagePullSecrets []string
}
func (*CreateFlags) Set ¶
func (s *CreateFlags) Set(cmd *cobra.Command, flagsFactory cmdcore.FlagsFactory)
type CreateOptions ¶
type CreateOptions struct {
ServiceAccountFlags ServiceAccountFlags
CreateFlags CreateFlags
// contains filtered or unexported fields
}
func NewCreateOptions ¶
func NewCreateOptions(ui ui.UI, depsFactory cmdcore.DepsFactory) *CreateOptions
func (*CreateOptions) Run ¶
func (o *CreateOptions) Run() error
type ServiceAccountFlags ¶
type ServiceAccountFlags struct {
NamespaceFlags cmdcore.NamespaceFlags
Name string
}
func (*ServiceAccountFlags) Set ¶
func (s *ServiceAccountFlags) Set(cmd *cobra.Command, flagsFactory cmdcore.FlagsFactory)
Click to show internal directories.
Click to hide internal directories.