Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AwsCreateVaultOptions ¶
func NewCmdCreateVault ¶
func NewCmdCreateVault(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdCreateVault creates a command object for the "create" command
Types ¶
type AWSCreateVaultOptions ¶
AWSCreateVaultOptions are the AWS specific Vault creation options
type CreateVaultOptions ¶
type CreateVaultOptions struct { options.CreateOptions GKECreateVaultOptions AWSCreateVaultOptions ClusterName string Namespace string SecretsPathPrefix string RecreateVaultBucket bool NoExposeVault bool BucketName string KeyringName string KeyName string ServiceAccountName string IngressConfig kube.IngressConfig }
CreateVaultOptions the options for the create vault command
func (*CreateVaultOptions) Run ¶
func (o *CreateVaultOptions) Run() error
Run implements the command
type GKECreateVaultOptions ¶
GKECreateVaultOptions the options for vault on GKE
Click to show internal directories.
Click to hide internal directories.