Documentation ¶
Index ¶
- func ActivateCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func AddClusterCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func Cmds(mainCtx context.Context, pachctlCfg *pachctl.Config) []*cobra.Command
- func DeleteAllCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func DeleteClusterCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func GetStateCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func ListClustersCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func UpdateClusterCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActivateCmd ¶
ActivateCmd returns a cobra.Command to activate the license service, register the current pachd and activate enterprise features. This always runs against the current enterprise context, and can be used to activate a single-node pachd deployment or the enterprise server in a multi-node deployment.
func AddClusterCmd ¶
AddClusterCmd returns a cobra.Command to register a cluster with the license server
func DeleteAllCmd ¶
DeleteAllCmd returns a cobra.Command to disable enterprise features and clear the configuration of the license service.
func DeleteClusterCmd ¶
DeleteClusterCmd returns a cobra.Command to delete a cluster from the license server
func GetStateCmd ¶
GetStateCmd returns a cobra.Command to get the state of the license service.
func ListClustersCmd ¶
ListClustersCmd returns a cobra.Command to list clusters registered with the license server
Types ¶
This section is empty.