Documentation
¶
Overview ¶
Package action provides CLI actions for managing tenant accounts.
Package action provides CLI actions for managing agents.
Package action provides CLI actions for managing auth.
Package action provides CLI actions for managing gateways.
Package action provides CLI actions for managing gateways.
Package action provides CLI actions for managing nexuses.
Package action provides CLI actions for managing nodes.
Package action provides CLI actions for managing operators.
Package action provides CLI actions for managing tenantprojects.
Package action provides CLI actions for managing redundancy classes.
Package action provides CLI actions for managing swarms.
Package action provides CLI actions for managing tenants.
Index ¶
- func AddOperatorToSwarm(cmd *cobra.Command, args []string) error
- func AddOperatorToTenant(cmd *cobra.Command, args []string) error
- func BanTenantAccount(cmd *cobra.Command, args []string) error
- func BanTenantProject(cmd *cobra.Command, args []string) error
- func CheckAgentStatus(cmd *cobra.Command, args []string) error
- func CheckRedundancyClassRecoveryStatus(cmd *cobra.Command, args []string) error
- func CheckRedundancyClassStatus(cmd *cobra.Command, args []string) error
- func CheckSwarmStatus(cmd *cobra.Command, args []string) error
- func ConfigEdit(cmd *cobra.Command, args []string) error
- func ConfigProfiles(cmd *cobra.Command, args []string) error
- func ConfigSwitchProfile(cmd *cobra.Command, args []string) error
- func ConfigValidate(cmd *cobra.Command, args []string) error
- func ConfigView(cmd *cobra.Command, args []string) error
- func ConfigureAndVerifyDNSInteractive(cmd *cobra.Command) error
- func ConfigureTenantDNS(cmd *cobra.Command, args []string) error
- func CreateAgent(cmd *cobra.Command, args []string) error
- func CreateAgentBatch(cmd *cobra.Command, args []string) error
- func CreateGateway(cmd *cobra.Command, args []string) error
- func CreateNexus(cmd *cobra.Command, args []string) error
- func CreateNode(cmd *cobra.Command, args []string) error
- func CreateNodeBatch(cmd *cobra.Command, args []string) error
- func CreateRedundancyClass(cmd *cobra.Command, args []string) error
- func CreateSwarm(cmd *cobra.Command, args []string) error
- func CreateTenant(cmd *cobra.Command, args []string) error
- func CreateTenantAccounts(cmd *cobra.Command, args []string) error
- func DeleteTenantAccountSessions(cmd *cobra.Command, args []string) error
- func DescribeAgent(cmd *cobra.Command, args []string) error
- func DescribeGateway(cmd *cobra.Command, args []string) error
- func DescribeNexus(cmd *cobra.Command, args []string) error
- func DescribeNode(cmd *cobra.Command, args []string) error
- func DescribeRedundancyClass(cmd *cobra.Command, args []string) error
- func DescribeSwarm(cmd *cobra.Command, args []string) error
- func DescribeSwarmOperator(cmd *cobra.Command, args []string) error
- func DescribeTenant(cmd *cobra.Command, args []string) error
- func DescribeTenantAccount(cmd *cobra.Command, args []string) error
- func DescribeTenantOperator(cmd *cobra.Command, args []string) error
- func DescribeTenantProject(cmd *cobra.Command, args []string) error
- func EditAgent(cmd *cobra.Command, args []string) error
- func EditNexus(cmd *cobra.Command, args []string) error
- func EditNode(cmd *cobra.Command, args []string) error
- func EditSwarm(cmd *cobra.Command, args ...string) error
- func EditSwarmOperatorRole(cmd *cobra.Command, args []string) error
- func EditTenant(cmd *cobra.Command, args []string) error
- func EditTenantOperatorRole(cmd *cobra.Command, args []string) error
- func ExpandRedundancyClass(cmd *cobra.Command, args []string) error
- func GenerateNexusDeployFiles(cmd *cobra.Command, args []string) error
- func GenerateNodeDeployFiles(cmd *cobra.Command, args []string) error
- func GetTenantReport(cmd *cobra.Command, args []string) error
- func InstallGateway(cmd *cobra.Command, args []string) error
- func InstallTenantGatewayInteractive(cmd *cobra.Command) error
- func ListAgents(cmd *cobra.Command, args []string) error
- func ListGateways(cmd *cobra.Command, args []string) error
- func ListNexuses(cmd *cobra.Command, args []string) error
- func ListNodes(cmd *cobra.Command, args []string) error
- func ListRedundancyClasses(cmd *cobra.Command, args []string) error
- func ListSwarmOperators(cmd *cobra.Command, args []string) error
- func ListSwarms(cmd *cobra.Command, args []string) error
- func ListTenant(cmd *cobra.Command, args []string) error
- func ListTenantAccounts(cmd *cobra.Command, args []string) error
- func ListTenantOperators(cmd *cobra.Command, args []string) error
- func ListTenantProjects(cmd *cobra.Command, args []string) error
- func Logout(cmd *cobra.Command, args []string) error
- func PromoteOperator(cmd *cobra.Command, args []string) error
- func RecoverRedundancyClass(cmd *cobra.Command, args []string) error
- func RemoveAgent(cmd *cobra.Command, args []string) error
- func RemoveGateway(cmd *cobra.Command, args []string) error
- func RemoveNexus(cmd *cobra.Command, args []string) error
- func RemoveNode(cmd *cobra.Command, args []string) error
- func RemoveSwarm(cmd *cobra.Command, args []string) error
- func RemoveSwarmOperator(cmd *cobra.Command, args []string) error
- func RemoveTenant(cmd *cobra.Command, args []string) error
- func RemoveTenantAccount(cmd *cobra.Command, args []string) error
- func RemoveTenantOperator(cmd *cobra.Command, args []string) error
- func RemoveTenantProject(cmd *cobra.Command, args []string) error
- func RestoreTenantAccount(cmd *cobra.Command, args []string) error
- func RestoreTenantProject(cmd *cobra.Command, args []string) error
- func SignInComposer(cmd *cobra.Command, args []string) error
- func UnbanTenantAccount(cmd *cobra.Command, args []string) error
- func UnbanTenantProject(cmd *cobra.Command, args []string) error
- func UpdateGateway(cmd *cobra.Command, args []string) error
- func UpdateTenantAccount(cmd *cobra.Command, args []string) error
- func UpdateTenantProject(cmd *cobra.Command, args []string) error
- func VerifyTenantDNS(cmd *cobra.Command, args []string) error
- type ProfileInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescribeRedundancyClass ¶
func GenerateNodeDeployFiles ¶
Types ¶
type ProfileInfo ¶
type ProfileInfo struct {
Name string `json:"name"`
Type configuration.ProfileType `json:"type"`
Endpoint string `json:"endpoint"`
HasAPIKey bool `json:"has_token"`
UpdatedAt string `json:"updated_at"`
IsDefault bool `json:"is_default"`
}