Documentation ¶
Index ¶
- Constants
- func NewCreateCommand(banzaiCli cli.Cli) *cobra.Command
- func NewDeleteCommand(banzaiCli cli.Cli) *cobra.Command
- func NewGetCommand(banzaiCli cli.Cli) *cobra.Command
- func NewInstallCommand(banzaiCli cli.Cli) *cobra.Command
- func NewListCommand(banzaiCli cli.Cli) *cobra.Command
- func NewSecretCommand(banzaiCli cli.Cli) *cobra.Command
Constants ¶
View Source
const ( TypeGeneric = "generic" TypeAmazon = "amazon" TypeAzure = "azure" TypeGoogle = "google" TypeKubernetes = "kubernetes" )
Variables ¶
This section is empty.
Functions ¶
func NewCreateCommand ¶
NewCreateCommand returns a cobra command for `banzai create create` command
func NewDeleteCommand ¶
NewDeleteCommand creates a new cobra.Command for `banzai secret delete`.
func NewGetCommand ¶
NewGetCommand creates a new cobra.Command for `banzai secret get`.
func NewListCommand ¶
NewListCommand creates a new cobra.Command for `banzai secret list`.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.