Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewListCmd ¶
NewListCmd creates a new cobra 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 NamespacesCmd ¶
type NamespacesCmd struct { *flags.GlobalFlags // contains filtered or unexported fields }
NamespacesCmd holds the login cmd flags
type ProjectsCmd ¶
type ProjectsCmd struct { *flags.GlobalFlags // contains filtered or unexported fields }
ProjectsCmd holds the login cmd flags
func (*ProjectsCmd) RunProjects ¶
func (cmd *ProjectsCmd) RunProjects(ctx context.Context) error
RunProjects executes the functionality
type SharedSecretsCmd ¶
type SharedSecretsCmd struct { // contains filtered or unexported fields }
SharedSecretsCmd holds the cmd flags
type TeamsCmd ¶
type TeamsCmd struct { *flags.GlobalFlags // contains filtered or unexported fields }
TeamsCmd holds the cmd flags
type VClustersCmd ¶
type VClustersCmd struct { *flags.GlobalFlags cli.ListOptions Project string // contains filtered or unexported fields }
VClustersCmd holds the login cmd flags
Click to show internal directories.
Click to hide internal directories.