Documentation
¶
Index ¶
- Constants
- func NewClusterAccessKeyCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewGetCmd(globalFlags *flags.GlobalFlags, defaults *pdefaults.Defaults) *cobra.Command
- func NewSecretCmd(globalFlags *flags.GlobalFlags, defaults *pdefaults.Defaults) *cobra.Command
- func NewUserCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- type ClusterTokenCmd
- type SecretCmd
- type UserCmd
Constants ¶
View Source
const ( OutputYAML string = "yaml" OutputJSON string = "json" OutputValue string = "value" )
Variables ¶
This section is empty.
Functions ¶
func NewClusterAccessKeyCmd ¶
func NewClusterAccessKeyCmd(globalFlags *flags.GlobalFlags) *cobra.Command
func NewSecretCmd ¶
NewSecretCmd creates a new command
func NewUserCmd ¶
func NewUserCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewUserCmd creates a new command
Types ¶
type ClusterTokenCmd ¶
type ClusterTokenCmd struct { *flags.GlobalFlags Output string // contains filtered or unexported fields }
ClusterTokenCmd holds the lags
Click to show internal directories.
Click to hide internal directories.