Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Create ¶
type Create struct { N_Name string `desc:"Assign a name to the secret. Use format [namespace:]name"` T_Type string `desc:"Create type" default:"Opaque"` F_FromFile []string `desc:"Creating secrets from files"` D_Data []string `desc:"Creating secrets from key-pair data"` GithubWebhook bool `desc:"Configure github token"` Docker bool `desc:"Configure docker registry secret"` GitBasicAuth bool `desc:"Configure git basic credential"` GitSSHKeyAuth bool `desc:"Configure git ssh key auth"` }
func (*Create) Run ¶
func (s *Create) Run(ctx *clicontext.CLIContext) error
Click to show internal directories.
Click to hide internal directories.