Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAddCmd ¶
func NewAddCmd(globalFlags *proflags.GlobalFlags) *cobra.Command
NewAddCmd creates a new command.
func NewClusterCmd ¶
func NewClusterCmd(globalFlags *proflags.GlobalFlags) *cobra.Command
NewClusterCmd builds the 'devsy pro cluster' parent command for managing Pro clusters.
func NewListCmd ¶
func NewListCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewListCmd creates a new command.
Types ¶
type ClusterCmd ¶
type ListClustersCmd ¶
type ListClustersCmd struct {
*flags.GlobalFlags
Host string
Project string
}
ListClustersCmd holds the cmd flags.
func (*ListClustersCmd) Run ¶
func (cmd *ListClustersCmd) Run( ctx context.Context, devsyConfig *config.Config, provider *provider.ProviderConfig, ) error
Click to show internal directories.
Click to hide internal directories.