cmd

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2019 License: Apache-2.0 Imports: 19 Imported by: 20

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppDeploy

func AppDeploy(c *cli.Context) error

AppDeploy subcommand function

func AppList

func AppList(c *cli.Context) error

AppList subcommand function

func CloudAccountList

func CloudAccountList(c *cli.Context) error

CloudAccountList subcommand function

func CloudProviderList

func CloudProviderList(c *cli.Context) error

CloudProviderList subcommand function

func DNSList

func DNSList(c *cli.Context) error

========= DNS ======== DNSList subcommand function

func DomainCreate

func DomainCreate(c *cli.Context) error

DomainCreate subcommand function

func DomainDelete

func DomainDelete(c *cli.Context) error

DomainDelete subcommand function

func DomainList

func DomainList(c *cli.Context) error

DomainList subcommand function

func DomainRecordCreate

func DomainRecordCreate(c *cli.Context) error

DomainRecordCreate subcommand function

func DomainRecordDelete

func DomainRecordDelete(c *cli.Context) error

DomainRecordDelete subcommand function

func DomainRecordList

func DomainRecordList(c *cli.Context) error

DomainRecordList subcommand function

func DomainRecordShow

func DomainRecordShow(c *cli.Context) error

DomainRecordShow subcommand function

func DomainRecordUpdate

func DomainRecordUpdate(c *cli.Context) error

DomainRecordUpdate subcommand function

func DomainShow

func DomainShow(c *cli.Context) error

DomainShow subcommand function

func DomainUpdate

func DomainUpdate(c *cli.Context) error

DomainUpdate subcommand function

func EventList

func EventList(c *cli.Context) error

EventList subcommand function

func EventsList

func EventsList(c *cli.Context) error

EventsList subcommand function

func FirewallProfileCreate

func FirewallProfileCreate(c *cli.Context) error

FirewallProfileCreate subcommand function

func FirewallProfileDelete

func FirewallProfileDelete(c *cli.Context) error

FirewallProfileDelete subcommand function

func FirewallProfileList

func FirewallProfileList(c *cli.Context) error

FirewallProfileList subcommand function

func FirewallProfileShow

func FirewallProfileShow(c *cli.Context) error

FirewallProfileShow subcommand function

func FirewallProfileUpdate

func FirewallProfileUpdate(c *cli.Context) error

FirewallProfileUpdate subcommand function

func GenericImageList

func GenericImageList(c *cli.Context) error

GenericImageList subcommand function

func LBNodeCreate

func LBNodeCreate(c *cli.Context) error

LBNodeCreate subcommand function

func LBNodeDelete

func LBNodeDelete(c *cli.Context) error

LBNodeDelete subcommand function

func LBNodeList

func LBNodeList(c *cli.Context) error

LBNodeList subcommand function

func LabelAdd added in v0.8.0

func LabelAdd(c *cli.Context) error

LabelAdd subcommand function assigns a single label from a single labelable resource

func LabelAssignNamesForIDs added in v0.8.0

func LabelAssignNamesForIDs(c *cli.Context, items []types.Labelable, labelNamesByID map[string]string)

LabelAssignNamesForIDs subcommand function receives a collection of references to labelables objects Resolves the Labels names associated to a each resource from given Labels ids, loading object with respective labels names

func LabelCreate added in v0.8.0

func LabelCreate(c *cli.Context) error

LabelCreate subcommand function

func LabelFiltering added in v0.8.0

func LabelFiltering(c *cli.Context, items []types.Labelable, labelIDsByName map[string]string) []types.Labelable

LabelFiltering subcommand function receives a collection of references to labelable objects Evaluates the matching of assigned labels with the labels requested for filtering.

func LabelList added in v0.8.0

func LabelList(c *cli.Context) error

LabelList subcommand function

func LabelLoadsMapping added in v0.8.0

func LabelLoadsMapping(c *cli.Context) (map[string]string, map[string]string)

LabelLoadsMapping subcommand function retrieves the current label list in IMCO; then prepares two mapping structures (Name <-> ID and ID <-> Name)

func LabelRemove added in v0.8.0

func LabelRemove(c *cli.Context) error

LabelRemove subcommand function de-assigns a single label from a single labelable resource

func LabelResolution added in v0.8.0

func LabelResolution(c *cli.Context, labelsNames string, labelIDsByName map[string]string) []string

LabelResolution subcommand function retrieves a labels map(Name<->ID) based on label names received to be processed. The function evaluates the received labels names (comma separated string); with them, solves the assigned IDs for the given labels names. If the label name is not available in IMCO yet, it is created.

func LabelsUnifyInputNames added in v0.8.0

func LabelsUnifyInputNames(labelsNames string, formatter format.Formatter) []string

LabelsUnifyInputNames subcommand function evaluates the received labels names (comma separated string). Validates, remove duplicates and resolves a slice with unique label names.

func LoadBalancerCreate

func LoadBalancerCreate(c *cli.Context) error

LoadBalancerCreate subcommand function

func LoadBalancerDelete

func LoadBalancerDelete(c *cli.Context) error

LoadBalancerDelete subcommand function

func LoadBalancerList

func LoadBalancerList(c *cli.Context) error

LoadBalancerList subcommand function

func LoadBalancerShow

func LoadBalancerShow(c *cli.Context) error

LoadBalancerShow subcommand function

func LoadBalancerUpdate

func LoadBalancerUpdate(c *cli.Context) error

LoadBalancerUpdate subcommand function

func LoadLocationsMapping added in v0.7.0

func LoadLocationsMapping(c *cli.Context) map[string]string

LoadLocationsMapping retrieves Locations and create a map between ID and Name

func LoadcloudProvidersMapping added in v0.7.0

func LoadcloudProvidersMapping(c *cli.Context) map[string]string

LoadcloudProvidersMapping retrieves Cloud Providers and create a map between ID and Name

func LocationList

func LocationList(c *cli.Context) error

LocationList subcommand function

func OperationalScriptExecute

func OperationalScriptExecute(c *cli.Context) error

OperationalScriptExecute subcommand function

func OperationalScriptsList

func OperationalScriptsList(c *cli.Context) error

OperationalScriptsList subcommand function

func SSHProfileCreate

func SSHProfileCreate(c *cli.Context) error

SSHProfileCreate subcommand function

func SSHProfileDelete

func SSHProfileDelete(c *cli.Context) error

SSHProfileDelete subcommand function

func SSHProfileList

func SSHProfileList(c *cli.Context) error

SSHProfileList subcommand function

func SSHProfileShow

func SSHProfileShow(c *cli.Context) error

SSHProfileShow subcommand function

func SSHProfileUpdate

func SSHProfileUpdate(c *cli.Context) error

SSHProfileUpdate subcommand function

func SaasAccountCreate

func SaasAccountCreate(c *cli.Context) error

SaasAccountCreate subcommand function

func SaasAccountDelete

func SaasAccountDelete(c *cli.Context) error

SaasAccountDelete subcommand function

func SaasAccountList

func SaasAccountList(c *cli.Context) error

SaasAccountList subcommand function

func SaasAccountUpdate

func SaasAccountUpdate(c *cli.Context) error

SaasAccountUpdate subcommand function

func SaasProviderList

func SaasProviderList(c *cli.Context) error

SaasProviderList subcommand function

func ScriptCreate

func ScriptCreate(c *cli.Context) error

ScriptCreate subcommand function

func ScriptDelete

func ScriptDelete(c *cli.Context) error

ScriptDelete subcommand function

func ScriptShow

func ScriptShow(c *cli.Context) error

ScriptShow subcommand function

func ScriptUpdate

func ScriptUpdate(c *cli.Context) error

ScriptUpdate subcommand function

func ScriptsList

func ScriptsList(c *cli.Context) error

ScriptsList subcommand function

func ServerBoot

func ServerBoot(c *cli.Context) error

ServerBoot subcommand function

func ServerCreate

func ServerCreate(c *cli.Context) error

ServerCreate subcommand function

func ServerDelete

func ServerDelete(c *cli.Context) error

ServerDelete subcommand function

func ServerList

func ServerList(c *cli.Context) error

ServerList subcommand function

func ServerOverride

func ServerOverride(c *cli.Context) error

ServerOverride subcommand function

func ServerPlanList

func ServerPlanList(c *cli.Context) error

ServerPlanList subcommand function

func ServerPlanShow

func ServerPlanShow(c *cli.Context) error

ServerPlanShow subcommand function

func ServerReboot

func ServerReboot(c *cli.Context) error

ServerReboot subcommand function

func ServerShow

func ServerShow(c *cli.Context) error

ServerShow subcommand function

func ServerShutdown

func ServerShutdown(c *cli.Context) error

ServerShutdown subcommand function

func ServerUpdate

func ServerUpdate(c *cli.Context) error

ServerUpdate subcommand function

func ServiceList

func ServiceList(c *cli.Context) error

ServiceList subcommand function

func ServiceShow

func ServiceShow(c *cli.Context) error

ServiceShow subcommand function

func SysEventList

func SysEventList(c *cli.Context) error

SysEventList subcommand function

func TemplateCreate

func TemplateCreate(c *cli.Context) error

TemplateCreate subcommand function

func TemplateDelete

func TemplateDelete(c *cli.Context) error

TemplateDelete subcommand function

func TemplateList

func TemplateList(c *cli.Context) error

TemplateList subcommand function

func TemplateScriptCreate

func TemplateScriptCreate(c *cli.Context) error

TemplateScriptCreate subcommand function

func TemplateScriptDelete

func TemplateScriptDelete(c *cli.Context) error

TemplateScriptDelete subcommand function

func TemplateScriptList

func TemplateScriptList(c *cli.Context) error

TemplateScriptList subcommand function

func TemplateScriptReorder

func TemplateScriptReorder(c *cli.Context) error

TemplateScriptReorder subcommand function

func TemplateScriptShow

func TemplateScriptShow(c *cli.Context) error

TemplateScriptShow subcommand function

func TemplateScriptUpdate

func TemplateScriptUpdate(c *cli.Context) error

TemplateScriptUpdate subcommand function

func TemplateServersList

func TemplateServersList(c *cli.Context) error

TemplateServersList subcommand function

func TemplateShow

func TemplateShow(c *cli.Context) error

TemplateShow subcommand function

func TemplateUpdate

func TemplateUpdate(c *cli.Context) error

TemplateUpdate subcommand function

func WireUpApp

func WireUpApp(c *cli.Context) (ds *wizard.AppService, f format.Formatter)

WireUpApp prepares common resources to send request to Concerto API

func WireUpBootstrapping added in v0.8.0

func WireUpBootstrapping(c *cli.Context) (ds *blueprint.BootstrappingService, f format.Formatter)

WireUpBootstrapping prepares common resources to send request to API

func WireUpCloudAccount

func WireUpCloudAccount(c *cli.Context) (ds *settings.CloudAccountService, f format.Formatter)

WireUpCloudAccount prepares common resources to send request to Concerto API

func WireUpCloudProvider

func WireUpCloudProvider(c *cli.Context) (cs *cloud.CloudProviderService, f format.Formatter)

WireUpCloudProvider prepares common resources to send request to Concerto API

func WireUpDomain

func WireUpDomain(c *cli.Context) (ds *dns.DomainService, f format.Formatter)

WireUpDomain prepares common resources to send request to Concerto API

func WireUpEvent

func WireUpEvent(c *cli.Context) (ns *audit.EventService, f format.Formatter)

WireUpEvent prepares common resources to send request to Concerto API

func WireUpFirewallProfile

func WireUpFirewallProfile(c *cli.Context) (ds *network.FirewallProfileService, f format.Formatter)

WireUpFirewallProfile prepares common resources to send request to Concerto API

func WireUpGenericImage

func WireUpGenericImage(c *cli.Context) (ns *cloud.GenericImageService, f format.Formatter)

WireUpGenericImage prepares common resources to send request to Concerto API

func WireUpLabel added in v0.8.0

func WireUpLabel(c *cli.Context) (ds *labels.LabelService, f format.Formatter)

WireUpLabel prepares common resources to send request to Concerto API

func WireUpLoadBalancer

func WireUpLoadBalancer(c *cli.Context) (ds *network.LoadBalancerService, f format.Formatter)

WireUpLoadBalancer prepares common resources to send request to Concerto API

func WireUpLocation

func WireUpLocation(c *cli.Context) (ds *wizard.LocationService, f format.Formatter)

WireUpLocation prepares common resources to send request to Concerto API

func WireUpPolling

func WireUpPolling(c *cli.Context) (ps *polling.PollingService)

WireUpPolling prepares common resources to send request to Concerto API

func WireUpSSHProfile

func WireUpSSHProfile(c *cli.Context) (ds *cloud.SSHProfileService, f format.Formatter)

WireUpSSHProfile prepares common resources to send request to Concerto API

func WireUpSaasAccount

func WireUpSaasAccount(c *cli.Context) (ds *settings.SaasAccountService, f format.Formatter)

WireUpSaasAccount prepares common resources to send request to Concerto API

func WireUpSaasProvider

func WireUpSaasProvider(c *cli.Context) (cs *cloud.SaasProviderService, f format.Formatter)

WireUpSaasProvider prepares common resources to send request to Concerto API

func WireUpScript

func WireUpScript(c *cli.Context) (scs *blueprint.ScriptService, f format.Formatter)

WireUpScript prepares common resources to send request to Concerto API

func WireUpServer

func WireUpServer(c *cli.Context) (ds *cloud.ServerService, f format.Formatter)

WireUpServer prepares common resources to send request to Concerto API

func WireUpServerPlan

func WireUpServerPlan(c *cli.Context) (ds *cloud.ServerPlanService, f format.Formatter)

WireUpServerPlan prepares common resources to send request to Concerto API

func WireUpService

func WireUpService(c *cli.Context) (sv *blueprint.ServicesService, f format.Formatter)

WireUpService prepares common resources to send request to Concerto API

func WireUpTemplate

func WireUpTemplate(c *cli.Context) (ts *blueprint.TemplateService, f format.Formatter)

WireUpTemplate prepares common resources to send request to Concerto API

func WireUpWizCloudProvider

func WireUpWizCloudProvider(c *cli.Context) (cs *wizard.WizCloudProvidersService, f format.Formatter)

WireUpWizCloudProvider prepares common resources to send request to Concerto API

func WireUpWizServerPlan

func WireUpWizServerPlan(c *cli.Context) (ds *wizard.WizServerPlanService, f format.Formatter)

WireUpWizServerPlan prepares common resources to send request to Concerto API

func WizCloudProviderList

func WizCloudProviderList(c *cli.Context) error

WizCloudProviderList subcommand function

func WizServerPlanList

func WizServerPlanList(c *cli.Context) error

WizServerPlanList subcommand function

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL