Documentation
¶
Index ¶
- func NewClustersCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewListCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewSharedSecretsCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewSpacesCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewTeamsCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewVirtualClustersCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- type ClustersCmd
- type SharedSecretsCmd
- type SpacesCmd
- type TeamsCmd
- type VirtualClustersCmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClustersCmd ¶
func NewClustersCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewClustersCmd creates a new spaces command
func NewListCmd ¶
func NewListCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewListCmd creates a new cobra command
func NewSharedSecretsCmd ¶
func NewSharedSecretsCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewSharedSecretsCmd creates a new command
func NewSpacesCmd ¶
func NewSpacesCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewSpacesCmd creates a new spaces command
func NewTeamsCmd ¶
func NewTeamsCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewTeamsCmd creates a new command
func NewVirtualClustersCmd ¶
func NewVirtualClustersCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewVirtualClustersCmd creates a new command
Types ¶
type ClustersCmd ¶
type ClustersCmd struct {
*flags.GlobalFlags
// contains filtered or unexported fields
}
ClustersCmd holds the login cmd flags
func (*ClustersCmd) RunClusters ¶
func (cmd *ClustersCmd) RunClusters(ctx context.Context) error
RunClusters executes the functionality
type SharedSecretsCmd ¶
type SharedSecretsCmd struct {
// contains filtered or unexported fields
}
SharedSecretsCmd holds the cmd flags
type SpacesCmd ¶
type SpacesCmd struct {
*flags.GlobalFlags
ShowLegacy bool
// contains filtered or unexported fields
}
SpacesCmd holds the login cmd flags
type TeamsCmd ¶
type TeamsCmd struct {
*flags.GlobalFlags
// contains filtered or unexported fields
}
TeamsCmd holds the cmd flags
type VirtualClustersCmd ¶
type VirtualClustersCmd struct {
*flags.GlobalFlags
ShowLegacy bool
// contains filtered or unexported fields
}
VirtualClustersCmd holds the data
func (*VirtualClustersCmd) Run ¶
func (cmd *VirtualClustersCmd) Run() error
Run executes the functionality
Click to show internal directories.
Click to hide internal directories.