Documentation
¶
Index ¶
- func ResponseLimit(limit int) (int, error)
- type Commander
- type DryccCmd
- func (d *DryccCmd) AppCreate(id, remote string, noRemote bool) error
- func (d *DryccCmd) AppDestroy(appID, confirm string) error
- func (d *DryccCmd) AppInfo(appID string) error
- func (d *DryccCmd) AppLogs(appID string, lines int, follow bool, timeout int) error
- func (d *DryccCmd) AppOpen(appID string) error
- func (d *DryccCmd) AppRun(appID, command string, volumeVars []string, timeout, expires uint32) error
- func (d *DryccCmd) AppTransfer(appID, username string) error
- func (d *DryccCmd) AppsList(results int) error
- func (d *DryccCmd) AutodeployDisable(appID string) error
- func (d *DryccCmd) AutodeployEnable(appID string) error
- func (d *DryccCmd) AutodeployInfo(appID string) error
- func (d *DryccCmd) AutorollbackDisable(appID string) error
- func (d *DryccCmd) AutorollbackEnable(appID string) error
- func (d *DryccCmd) AutorollbackInfo(appID string) error
- func (d *DryccCmd) AutoscaleList(appID string) error
- func (d *DryccCmd) AutoscaleSet(appID string, ptype string, minCPU int, maxCPU int, CPUPercent int) error
- func (d *DryccCmd) AutoscaleUnset(appID string, ptype string) error
- func (d *DryccCmd) BuildsCreate(appID, image, stack, procfile, dryccpath, confirm string) error
- func (d *DryccCmd) BuildsFetch(appID string, version int, procfile, dryccpath, confirm string, save bool) error
- func (d *DryccCmd) BuildsInfo(appID string, version int) error
- func (d *DryccCmd) CertAdd(appID string, cert string, key string, name string) error
- func (d *DryccCmd) CertAttach(appID string, name, domain string) error
- func (d *DryccCmd) CertDetach(appID, name, domain string) error
- func (d *DryccCmd) CertInfo(appID string, name string) error
- func (d *DryccCmd) CertRemove(appID string, name string) error
- func (d *DryccCmd) CertsList(appID string, results int) error
- func (d *DryccCmd) ConfigAttach(appID string, ptype string, groups string) error
- func (d *DryccCmd) ConfigDetach(appID string, ptype string, groups string) error
- func (d *DryccCmd) ConfigInfo(appID string, ptype string, group string, version int) error
- func (d *DryccCmd) ConfigPull(appID, ptype, group, fileName string, interactive bool, overwrite bool) error
- func (d *DryccCmd) ConfigPush(appID, ptype string, group string, fileName string, confirm string) error
- func (d *DryccCmd) ConfigSet(appID string, ptype string, group string, configVars []string, confirm string) error
- func (d *DryccCmd) ConfigUnset(appID string, ptype string, group string, configVars []string, confirm string) error
- func (d *DryccCmd) DomainsAdd(appID, domain, ptype string) error
- func (d *DryccCmd) DomainsList(appID string, results int) error
- func (d *DryccCmd) DomainsRemove(appID, domain string) error
- func (d *DryccCmd) GatewaysAdd(appID, name string, port int, protocol string) error
- func (d *DryccCmd) GatewaysList(appID string, results int) error
- func (d *DryccCmd) GatewaysRemove(appID, name string, port int, protocol string) error
- func (d *DryccCmd) GitRemote(appID, remote string, force bool) error
- func (d *DryccCmd) GitRemove(appID string) error
- func (d *DryccCmd) HealthchecksList(appID, ptype string, version int) error
- func (d *DryccCmd) HealthchecksSet(appID, healthcheckType, ptype string, probe *api.Healthcheck) error
- func (d *DryccCmd) HealthchecksUnset(appID, ptype string, healthchecks []string) error
- func (d *DryccCmd) KeyAdd(name string, keyLocation string) error
- func (d *DryccCmd) KeyRemove(keyID string) error
- func (d *DryccCmd) KeysList(results int) error
- func (d *DryccCmd) LabelsList(appID string) error
- func (d *DryccCmd) LabelsSet(appID string, labels []string) error
- func (d *DryccCmd) LabelsUnset(appID string, labels []string) error
- func (d *DryccCmd) LimitsList(appID string, version int) error
- func (d *DryccCmd) LimitsPlans(specID string, cpu, memory, results int) error
- func (d *DryccCmd) LimitsSet(appID string, limits []string) error
- func (d *DryccCmd) LimitsSpecs(keywords string, results int) error
- func (d *DryccCmd) LimitsUnset(appID string, limits []string) error
- func (d *DryccCmd) Login(controller string, sslVerify bool, username, password string) error
- func (d *DryccCmd) Logout() error
- func (d *DryccCmd) PermCreate(appID, username, permissions string) error
- func (d *DryccCmd) PermDelete(appID, username string) error
- func (d *DryccCmd) PermList(appID string, results int) error
- func (d *DryccCmd) PermUpdate(appID, username, permissions string) error
- func (d *DryccCmd) Print(a ...interface{}) (n int, err error)
- func (d *DryccCmd) PrintErr(a ...interface{}) (n int, err error)
- func (d *DryccCmd) PrintErrf(s string, a ...interface{}) (n int, err error)
- func (d *DryccCmd) PrintErrln(a ...interface{}) (n int, err error)
- func (d *DryccCmd) Printf(s string, a ...interface{}) (n int, err error)
- func (d *DryccCmd) Println(a ...interface{}) (n int, err error)
- func (d *DryccCmd) PsDelete(appID string, podIDs []string) error
- func (d *DryccCmd) PsDescribe(appID, podID string) error
- func (d *DryccCmd) PsExec(appID, podID string, tty, stdin bool, command []string) error
- func (d *DryccCmd) PsList(appID string, results int) error
- func (d *DryccCmd) PsLogs(appID, podID string, lines int, follow bool, container string, previous bool) error
- func (d *DryccCmd) PtsClean(appID string, targets []string) error
- func (d *DryccCmd) PtsDescribe(appID, ptype string) error
- func (d *DryccCmd) PtsList(appID string, results int) error
- func (d *DryccCmd) PtsRestart(appID string, targets []string, confirm string) error
- func (d *DryccCmd) PtsScale(appID string, targets []string) error
- func (d *DryccCmd) RegistryList(appID, ptype string, version int) error
- func (d *DryccCmd) RegistrySet(appID, ptype, username, password string) error
- func (d *DryccCmd) RegistryUnset(appID, ptype string) error
- func (d *DryccCmd) ReleasesDeploy(appID string, targets []string, force bool, confirm string) error
- func (d *DryccCmd) ReleasesInfo(appID string, version int) error
- func (d *DryccCmd) ReleasesList(appID string, targets []string, results int) error
- func (d *DryccCmd) ReleasesRollback(appID string, targets []string, version int) error
- func (d *DryccCmd) ResourceBind(appID string, name string) error
- func (d *DryccCmd) ResourceDelete(appID, name, confirm string) error
- func (d *DryccCmd) ResourceGet(appID, name string, details bool) error
- func (d *DryccCmd) ResourcePut(appID, plan string, name string, params []string, values string) error
- func (d *DryccCmd) ResourceUnbind(appID string, name string) error
- func (d *DryccCmd) ResourcesCreate(appID, plan string, name string, params []string, values string) error
- func (d *DryccCmd) ResourcesList(appID string, results int) error
- func (d *DryccCmd) ResourcesPlans(serviceName string, results int) error
- func (d *DryccCmd) ResourcesServices(results int) error
- func (d *DryccCmd) RoutesAttach(appID, name string, port int, gateway string) error
- func (d *DryccCmd) RoutesCreate(appID, name string, kind string, backendRefs ...api.BackendRefRequest) error
- func (d *DryccCmd) RoutesDetach(appID, name string, port int, gateway string) error
- func (d *DryccCmd) RoutesGet(appID string, name string) error
- func (d *DryccCmd) RoutesList(appID string, results int) error
- func (d *DryccCmd) RoutesRemove(appID, name string) error
- func (d *DryccCmd) RoutesSet(appID string, name string, ruleFile string) error
- func (d *DryccCmd) RoutingDisable(appID string) error
- func (d *DryccCmd) RoutingEnable(appID string) error
- func (d *DryccCmd) RoutingInfo(appID string) error
- func (d *DryccCmd) ServicesAdd(appID, ptype string, ports string, protocol string) error
- func (d *DryccCmd) ServicesList(appID string) error
- func (d *DryccCmd) ServicesRemove(appID, ptype string, protocol string, port int) error
- func (d *DryccCmd) TLSAutoDisable(appID string) error
- func (d *DryccCmd) TLSAutoEnable(appID string) error
- func (d *DryccCmd) TLSAutoIssuer(appID string, email string, server string, keyID string, keySecret string) error
- func (d *DryccCmd) TLSForceDisable(appID string) error
- func (d *DryccCmd) TLSForceEnable(appID string) error
- func (d *DryccCmd) TLSInfo(appID string) error
- func (d *DryccCmd) TagsList(appID, ptype string, version int) error
- func (d *DryccCmd) TagsSet(appID, ptype string, tags []string) error
- func (d *DryccCmd) TagsUnset(appID, ptype string, tags []string) error
- func (d *DryccCmd) TimeoutsList(appID string, version int) error
- func (d *DryccCmd) TimeoutsSet(appID string, timeouts []string) error
- func (d *DryccCmd) TimeoutsUnset(appID string, timeouts []string) error
- func (d *DryccCmd) TokensAdd(c *drycc.Client, username, password, alias, confirm string, render bool) (*api.AuthTokenResponse, error)
- func (d *DryccCmd) TokensList(results int) error
- func (d *DryccCmd) TokensRemove(id, confirm string) error
- func (d *DryccCmd) Update(dryRun bool) error
- func (d *DryccCmd) UsersDisable(username string) error
- func (d *DryccCmd) UsersEnable(username string) error
- func (d *DryccCmd) UsersList(results int) error
- func (d *DryccCmd) Version(all bool) error
- func (d *DryccCmd) VolumesClient(appID, cmd string, args ...string) error
- func (d *DryccCmd) VolumesCreate(appID, name, vType, size string, parameters map[string]interface{}) error
- func (d *DryccCmd) VolumesDelete(appID, name string) error
- func (d *DryccCmd) VolumesExpand(appID, name, size string) error
- func (d *DryccCmd) VolumesInfo(appID, name string) error
- func (d *DryccCmd) VolumesList(appID string, results int) error
- func (d *DryccCmd) VolumesMount(appID string, name string, volumeVars []string) error
- func (d *DryccCmd) VolumesUnmount(appID string, name string, volumeVars []string) error
- func (d *DryccCmd) Whoami(all bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResponseLimit ¶
Types ¶
type Commander ¶
type Commander interface { AppCreate(string, string, bool) error AppsList(int) error AppInfo(string) error AppOpen(string) error AppLogs(string, int, bool, int) error AppRun(string, string, []string, uint32, uint32) error AppDestroy(string, string) error AppTransfer(string, string) error AutodeployInfo(string) error AutodeployEnable(string) error AutodeployDisable(string) error AutorollbackInfo(string) error AutorollbackEnable(string) error AutorollbackDisable(string) error AutoscaleList(string) error AutoscaleSet(string, string, int, int, int) error AutoscaleUnset(string, string) error Login(string, bool, string, string) error Logout() error Whoami(bool) error TokensList(int) error TokensAdd(*drycc.Client, string, string, string, string, bool) (*api.AuthTokenResponse, error) TokensRemove(string, string) error BuildsInfo(string, int) error BuildsCreate(string, string, string, string, string, string) error BuildsFetch(string, int, string, string, string, bool) error CertsList(string, int) error CertAdd(string, string, string, string) error CertRemove(string, string) error CertInfo(string, string) error CertAttach(string, string, string) error CertDetach(string, string, string) error ConfigInfo(string, string, string, int) error ConfigSet(string, string, string, []string, string) error ConfigUnset(string, string, string, []string, string) error ConfigPull(string, string, string, string, bool, bool) error ConfigPush(string, string, string, string, string) error ConfigAttach(string, string, string) error ConfigDetach(string, string, string) error DomainsList(string, int) error DomainsAdd(string, string, string) error DomainsRemove(string, string) error ServicesList(string) error ServicesAdd(string, string, string, string) error ServicesRemove(string, string, string, int) error GatewaysAdd(string, string, int, string) error GatewaysList(string, int) error GatewaysRemove(string, string, int, string) error RoutesCreate(string, string, string, ...api.BackendRefRequest) error RoutesList(string, int) error RoutesGet(string, string) error RoutesSet(string, string, string) error RoutesAttach(string, string, int, string) error RoutesDetach(string, string, int, string) error RoutesRemove(string, string) error GitRemote(string, string, bool) error GitRemove(string) error HealthchecksList(string, string, int) error HealthchecksSet(string, string, string, *api.Healthcheck) error HealthchecksUnset(string, string, []string) error KeysList(int) error KeyRemove(string) error KeyAdd(string, string) error LabelsList(string) error LabelsSet(string, []string) error LabelsUnset(string, []string) error LimitsList(string, int) error LimitsSet(string, []string) error LimitsUnset(string, []string) error LimitsSpecs(string, int) error LimitsPlans(string, int, int, int) error TimeoutsList(string, int) error TimeoutsSet(string, []string) error TimeoutsUnset(string, []string) error PermList(string, int) error PermCreate(string, string, string) error PermUpdate(string, string, string) error PermDelete(string, string) error PsList(string, int) error PsLogs(string, string, int, bool, string, bool) error PsExec(string, string, bool, bool, []string) error PsDescribe(string, string) error PsDelete(string, []string) error PtsList(string, int) error PtsDescribe(string, string) error PtsScale(string, []string) error PtsRestart(string, []string, string) error PtsClean(string, []string) error RegistryList(string, string, int) error RegistrySet(string, string, string, string) error RegistryUnset(string, string) error ReleasesList(string, []string, int) error ReleasesInfo(string, int) error ReleasesDeploy(string, []string, bool, string) error ReleasesRollback(string, []string, int) error RoutingInfo(string) error RoutingEnable(string) error RoutingDisable(string) error ShortcutsList() error TagsList(string, string, int) error TagsSet(string, string, []string) error TagsUnset(string, string, []string) error TLSInfo(string) error TLSForceEnable(string) error TLSForceDisable(string) error TLSAutoEnable(string) error TLSAutoDisable(string) error TLSAutoIssuer(string, string, string, string, string) error Update(bool) error UsersList(int) error UsersEnable(string) error UsersDisable(string) error Println(...interface{}) (int, error) Print(...interface{}) (int, error) Printf(string, ...interface{}) (int, error) PrintErrln(...interface{}) (int, error) PrintErr(...interface{}) (int, error) PrintErrf(string, ...interface{}) (int, error) Version(bool) error VolumesCreate(string, string, string, string, map[string]interface{}) error VolumesExpand(string, string, string) error VolumesDelete(string, string) error VolumesList(string, int) error VolumesInfo(string, string) error VolumesClient(string, string, ...string) error VolumesMount(string, string, []string) error VolumesUnmount(string, string, []string) error ResourcesServices(int) error ResourcesPlans(string, int) error ResourcesCreate(string, string, string, []string, string) error ResourcesList(string, int) error ResourceDelete(string, string, string) error ResourceGet(string, string, bool) error ResourcePut(string, string, string, []string, string) error ResourceBind(string, string) error ResourceUnbind(string, string) error }
type DryccCmd ¶
type DryccCmd struct { ConfigFile string Warned bool WOut io.Writer WErr io.Writer WIn io.Reader Location *time.Location }
func (*DryccCmd) AppDestroy ¶
AppDestroy destroys an app.
func (*DryccCmd) AppRun ¶
func (d *DryccCmd) AppRun(appID, command string, volumeVars []string, timeout, expires uint32) error
AppRun runs a one time command in the app.
func (*DryccCmd) AppTransfer ¶
AppTransfer transfers app ownership to another user.
func (*DryccCmd) AutodeployDisable ¶
AutodeployDisable disables an app when deploy failed
func (*DryccCmd) AutodeployEnable ¶
AutodeployEnable enables an app when deploy failed
func (*DryccCmd) AutodeployInfo ¶
AutodeployInfo provides information about the status of app autodeploy.
func (*DryccCmd) AutorollbackDisable ¶
AutorollbackDisable disables an app when deploy failed
func (*DryccCmd) AutorollbackEnable ¶
AutorollbackEnable enables an app when deploy failed
func (*DryccCmd) AutorollbackInfo ¶
AutorollbackInfo provides information about the status of app autorollback.
func (*DryccCmd) AutoscaleList ¶
AutoscaleList tells the informations about app's autoscale status
func (*DryccCmd) AutoscaleSet ¶
func (d *DryccCmd) AutoscaleSet(appID string, ptype string, minCPU int, maxCPU int, CPUPercent int) error
AutoscaleSet sets autoscale options for the app.
func (*DryccCmd) AutoscaleUnset ¶
AutoscaleUnset removes autoscale for the app.
func (*DryccCmd) BuildsCreate ¶
BuildsCreate creates a build for an app.
func (*DryccCmd) BuildsFetch ¶
func (*DryccCmd) BuildsInfo ¶
BuildsInfo lists an app's builds.
func (*DryccCmd) CertAttach ¶
CertAttach attaches a certificate to a domain
func (*DryccCmd) CertDetach ¶
CertDetach detaches a certificate from a domain
func (*DryccCmd) CertRemove ¶
CertRemove deletes a cert from the controller.
func (*DryccCmd) ConfigAttach ¶
func (*DryccCmd) ConfigDetach ¶
func (*DryccCmd) ConfigInfo ¶
ConfigInfo for an app
func (*DryccCmd) ConfigPull ¶
func (d *DryccCmd) ConfigPull(appID, ptype, group, fileName string, interactive bool, overwrite bool) error
ConfigPull pulls an app's config to a file.
func (*DryccCmd) ConfigPush ¶
func (d *DryccCmd) ConfigPush(appID, ptype string, group string, fileName string, confirm string) error
ConfigPush pushes an app's config from a file.
func (*DryccCmd) ConfigSet ¶
func (d *DryccCmd) ConfigSet(appID string, ptype string, group string, configVars []string, confirm string) error
ConfigSet sets an app's config variables.
func (*DryccCmd) ConfigUnset ¶
func (d *DryccCmd) ConfigUnset(appID string, ptype string, group string, configVars []string, confirm string) error
ConfigUnset removes a config variable from an app.
func (*DryccCmd) DomainsAdd ¶
DomainsAdd adds a domain to an app.
func (*DryccCmd) DomainsList ¶
DomainsList lists domains registered with an app.
func (*DryccCmd) DomainsRemove ¶
DomainsRemove removes a domain registered with an app.
func (*DryccCmd) GatewaysAdd ¶
GatewaysAdd adds a gateway to an app.
func (*DryccCmd) GatewaysList ¶
GatewaysList lists gateways for the app
func (*DryccCmd) GatewaysRemove ¶
GatewaysRemove removes a gateway registered with an app.
func (*DryccCmd) HealthchecksList ¶
HealthchecksList lists an app's healthchecks.
func (*DryccCmd) HealthchecksSet ¶
func (d *DryccCmd) HealthchecksSet(appID, healthcheckType, ptype string, probe *api.Healthcheck) error
HealthchecksSet sets an app's healthchecks.
func (*DryccCmd) HealthchecksUnset ¶
HealthchecksUnset removes an app's healthchecks.
func (*DryccCmd) LabelsList ¶
LabelsList list app's labels
func (*DryccCmd) LabelsUnset ¶
LabelsUnset removes labels for the app.
func (*DryccCmd) LimitsList ¶
LimitsList lists an app's limits.
func (*DryccCmd) LimitsPlans ¶
LimitsPlans list limit plan
func (*DryccCmd) LimitsSpecs ¶
LimitsSpecs list limit spec
func (*DryccCmd) LimitsUnset ¶
LimitsUnset removes an app's limits.
func (*DryccCmd) PermCreate ¶
PermCreate create user perms.
func (*DryccCmd) PermDelete ¶
PermDelete removes a user from an app.
func (*DryccCmd) PermUpdate ¶
PermUpdate update user perms.
func (*DryccCmd) PrintErrln ¶
PrintErrln prints a line to an error writer.
func (*DryccCmd) PsDescribe ¶
PsDescribe describe an app's processes.
func (*DryccCmd) PsLogs ¶
func (d *DryccCmd) PsLogs(appID, podID string, lines int, follow bool, container string, previous bool) error
PodLogs returns the logs from an pod.
func (*DryccCmd) PtsDescribe ¶
PtsDescribe describe an app's processes.
func (*DryccCmd) PtsRestart ¶
PtsRestart restarts an app's processes.
func (*DryccCmd) RegistryList ¶
RegistryList lists an app's registry information.
func (*DryccCmd) RegistrySet ¶
RegistrySet sets an app's registry information.
func (*DryccCmd) RegistryUnset ¶
RegistryUnset removes an app's registry information.
func (*DryccCmd) ReleasesDeploy ¶
ReleasesDeploy force deploy lastest release.
func (*DryccCmd) ReleasesInfo ¶
ReleasesInfo prints info about a specific release.
func (*DryccCmd) ReleasesList ¶
ReleasesList lists an app's releases.
func (*DryccCmd) ReleasesRollback ¶
ReleasesRollback rolls an app back to a previous release.
func (*DryccCmd) ResourceBind ¶
ResourceBind mount a resource to process of the application
func (*DryccCmd) ResourceDelete ¶
ResourceDelete delete a resource from the application
func (*DryccCmd) ResourceGet ¶
ResourceGet describe a resource from the application
func (*DryccCmd) ResourcePut ¶
func (d *DryccCmd) ResourcePut(appID, plan string, name string, params []string, values string) error
ResourcePut update a resource for the application
func (*DryccCmd) ResourceUnbind ¶
ResourceUnbind resource a resource the application
func (*DryccCmd) ResourcesCreate ¶
func (d *DryccCmd) ResourcesCreate(appID, plan string, name string, params []string, values string) error
ResourcesCreate create a resource for the application
func (*DryccCmd) ResourcesList ¶
ResourcesList list resources in the application
func (*DryccCmd) ResourcesPlans ¶
ResourcePlans list resource plans
func (*DryccCmd) ResourcesServices ¶
ResourceServices list resource service
func (*DryccCmd) RoutesAttach ¶
RoutesAttach bind a route to gateway.
func (*DryccCmd) RoutesCreate ¶
func (d *DryccCmd) RoutesCreate(appID, name string, kind string, backendRefs ...api.BackendRefRequest) error
RoutesCreate create a route to an app.
func (*DryccCmd) RoutesDetach ¶
RoutesDetach bind a route to gateway.
func (*DryccCmd) RoutesList ¶
RoutesList lists routes for the app
func (*DryccCmd) RoutesRemove ¶
RoutesRemove removes a route registered with an app.
func (*DryccCmd) RoutingDisable ¶
RoutingDisable disables an app from being exposed by the router.
func (*DryccCmd) RoutingEnable ¶
RoutingEnable enables an app from being exposed by the router.
func (*DryccCmd) RoutingInfo ¶
RoutingInfo provides information about the status of app routing.
func (*DryccCmd) ServicesAdd ¶
ServicesAdd adds a service to an app.
func (*DryccCmd) ServicesList ¶
ServicesList lists extra services for the app
func (*DryccCmd) ServicesRemove ¶
ServicesRemove removes a service for Ptype registered with an app.
func (*DryccCmd) TLSAutoDisable ¶
TLSAutoDisable disables certs-auto requests to the application.
func (*DryccCmd) TLSAutoEnable ¶
TLSAutoEnable enables certs-auto requests to the application.
func (*DryccCmd) TLSAutoIssuer ¶
func (d *DryccCmd) TLSAutoIssuer(appID string, email string, server string, keyID string, keySecret string) error
TLSAutoIssuer add issuer requests to the application.
func (*DryccCmd) TLSForceDisable ¶
TLSForceDisable disables the router to enforce https-only requests to the application.
func (*DryccCmd) TLSForceEnable ¶
TLSForceEnable enables the router to enforce https-only requests to the application.
func (*DryccCmd) TimeoutsList ¶
TimeoutsList lists an app's timeouts.
func (*DryccCmd) TimeoutsSet ¶
TimeoutsSet sets an app's timeouts.
func (*DryccCmd) TimeoutsUnset ¶
TimeoutsUnset removes an app's timeouts.
func (*DryccCmd) TokensList ¶
func (*DryccCmd) TokensRemove ¶
func (*DryccCmd) UsersDisable ¶
UsersDisable disable user with the controller.
func (*DryccCmd) UsersEnable ¶
UsersEnable enable user with the controller.
func (*DryccCmd) VolumesClient ¶
VolumesClient a client for manage volume file
func (*DryccCmd) VolumesCreate ¶
func (d *DryccCmd) VolumesCreate(appID, name, vType, size string, parameters map[string]interface{}) error
VolumesCreate create a volume for the application
func (*DryccCmd) VolumesDelete ¶
VolumesDelete delete a volume from the application
func (*DryccCmd) VolumesExpand ¶
VolumesExpand create a volume for the application
func (*DryccCmd) VolumesInfo ¶
VolumesInfo get volume in the application
func (*DryccCmd) VolumesList ¶
VolumesList list volumes in the application
func (*DryccCmd) VolumesMount ¶
VolumesMount mount a volume to process of the application
func (*DryccCmd) VolumesUnmount ¶
VolumesUnmount unmount a volume from process of the application
Source Files
¶
- apps.go
- auth.go
- autodeploy.go
- autorollback.go
- autoscale.go
- builds.go
- certs.go
- commands.go
- config.go
- domains.go
- gateways.go
- git.go
- healthchecks.go
- keys.go
- labels.go
- limits.go
- perms.go
- ps.go
- pts.go
- registry.go
- releases.go
- resources.go
- routes.go
- routing.go
- services.go
- tags.go
- timeouts.go
- tls.go
- token.go
- update.go
- users.go
- utils.go
- version.go
- volumes.go