Documentation ¶
Index ¶
- type AllAppsParam
- type AppCreateParam
- type AppCreateResponse
- type AppDeleteParam
- type AppDeleteResponse
- type AppDeployParam
- type AppDeployResponse
- type AppImportGitParam
- type AppImportGitResponse
- type AppLogsParam
- type AppLogsResponse
- type AppRestartParam
- type AppRestartResponse
- type AppRunningParam
- type AppRunningResponse
- type AppShowParam
- type AppShowResponse
- type AppStageParam
- type AppStageResponse
- type AppUpdateParam
- type AppUpdateResponse
- type AppUploadParam
- type AppUploadResponse
- type AppsParam
- type AppsResponse
- type EnvListParams
- type EnvListResponse
- type EnvMatch0Params
- type EnvMatchParams
- type EnvMatchResponse
- type EnvSetParams
- type EnvSetResponse
- type EnvShowParams
- type EnvShowResponse
- type EnvUnsetParams
- type EnvUnsetResponse
- type InfoResponse
- type NamespaceCreateParam
- type NamespaceCreateResponse
- type NamespaceDeleteParam
- type NamespaceDeleteResponse
- type NamespaceMatch0Param
- type NamespaceMatchParam
- type NamespaceMatchResponse
- type NamespaceShowParam
- type NamespaceShowResponse
- type NamespacesResponse
- type ServiceAllServicesParam
- type ServiceAppsParam
- type ServiceAppsResponse
- type ServiceBindResponse
- type ServiceBindingCreateParams
- type ServiceBindingDeleteParams
- type ServiceCreateParam
- type ServiceCreateResponse
- type ServiceDeleteParam
- type ServiceDeleteResponse
- type ServiceReplaceParam
- type ServiceReplaceResponse
- type ServiceShowParam
- type ServiceShowResponse
- type ServiceUnbindReponse
- type ServiceUpdateParam
- type ServiceUpdateResponse
- type ServicesParam
- type ServicesResponse
- type StagingCompleteParam
- type StagingCompleteResponse
- type StagingLogsParam
- type StagingLogsResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppCreateParam ¶
type AppCreateParam struct { // in: path Namespace string // in: body Service models.ApplicationCreateRequest }
swagger:parameters AppCreate
type AppCreateResponse ¶
swagger:response AppCreateResponse
type AppDeleteParam ¶
swagger:parameters AppDelete
type AppDeleteResponse ¶
type AppDeleteResponse struct { // in: body Body models.ApplicationDeleteResponse }
swagger:response AppDeleteResponse
type AppDeployParam ¶
type AppDeployParam struct { // in: path Namespace string // in: path App string // in: body Body models.DeployRequest }
swagger:parameters AppDeploy
type AppDeployResponse ¶
type AppDeployResponse struct { // in: body Body models.DeployResponse }
swagger:response AppDeployResponse
type AppImportGitParam ¶
type AppImportGitParam struct { // in: path Namespace string // in: path App string GitUrl string GitRev string }
swagger:parameters AppImportGit
type AppImportGitResponse ¶
type AppImportGitResponse struct { // in: body Body models.ImportGitResponse }
swagger:response AppImportGitResponse
type AppLogsParam ¶
swagger:parameters AppLogs
type AppRestartParam ¶ added in v0.3.3
swagger:parameters AppRestart
type AppRestartResponse ¶ added in v0.3.3
swagger:response AppRestartResponse
type AppRunningParam ¶
swagger:parameters AppRunning
type AppRunningResponse ¶
swagger:response AppRunningResponse
type AppShowParam ¶
swagger:parameters AppShow
type AppShowResponse ¶
swagger:response AppShowResponse
type AppStageParam ¶
type AppStageParam struct { // in: path Namespace string // in: path App string // in: body Body models.StageRequest }
swagger:parameters AppStage
type AppStageResponse ¶
type AppStageResponse struct { // in: body Body models.StageResponse }
swagger:response AppStageResponse
type AppUpdateParam ¶
type AppUpdateParam struct { // in: path Namespace string // in: path App string // in: body Body models.ApplicationUpdateRequest }
swagger:parameters AppUpdate
type AppUpdateResponse ¶
swagger:response AppUpdateResponse
type AppUploadParam ¶
swagger:parameters AppUpload
type AppUploadResponse ¶
type AppUploadResponse struct { // in: body Body models.UploadResponse }
swagger:response AppUploadResponse
type AppsResponse ¶
swagger:response AppsResponse
type EnvListParams ¶
swagger:parameters EnvList
type EnvListResponse ¶
type EnvListResponse struct { // in: body Body models.EnvVariableMap }
swagger:response EnvListResponse
type EnvMatch0Params ¶
swagger:parameters EnvMatch0
type EnvMatchParams ¶
type EnvMatchParams struct { // in: path Namespace string // in: path App string // in: path Pattern string }
swagger:parameters EnvMatch
type EnvMatchResponse ¶
type EnvMatchResponse struct { // in: body Body models.EnvMatchResponse }
swagger:response EnvMatchResponse
type EnvSetParams ¶
type EnvSetParams struct { // in: path Namespace string // in: path App string // in: body Body models.EnvVariableMap }
swagger:parameters EnvSet
type EnvSetResponse ¶
swagger:response EnvSetResponse
type EnvShowParams ¶
type EnvShowParams struct { // in: path Namespace string // in: path App string // in: path Env string }
swagger:parameters EnvShow
type EnvShowResponse ¶
type EnvShowResponse struct { // in: body Body models.EnvVariable }
swagger:response EnvShowResponse
type EnvUnsetParams ¶
type EnvUnsetParams struct { // in: path Namespace string // in: path App string // in: path Env string }
swagger:parameters EnvUnset
type EnvUnsetResponse ¶
swagger:response EnvUnsetResponse
type InfoResponse ¶
type InfoResponse struct { // in: body Body models.InfoResponse }
swagger:response InfoResponse
type NamespaceCreateParam ¶
type NamespaceCreateParam struct { // in: body Body models.NamespaceCreateRequest }
swagger:parameters NamespaceCreate
type NamespaceCreateResponse ¶
swagger:response NamespaceCreateResponse
type NamespaceDeleteParam ¶
type NamespaceDeleteParam struct { // in: path Namespace string }
swagger:parameters NamespaceDelete
type NamespaceDeleteResponse ¶
swagger:response NamespaceDeleteResponse
type NamespaceMatchParam ¶
type NamespaceMatchParam struct { // in: path Pattern string }
swagger:parameters NamespaceMatch
type NamespaceMatchResponse ¶
type NamespaceMatchResponse struct { // in: body Body models.NamespacesMatchResponse }
swagger:response NamespaceMatchResponse
type NamespaceShowParam ¶
type NamespaceShowParam struct { // in: path Namespace string }
swagger:parameters NamespaceShow
type NamespaceShowResponse ¶
swagger:response NamespaceShowResponse
type NamespacesResponse ¶
type NamespacesResponse struct { // in: body Body models.NamespaceList }
swagger:response NamespacesResponse
type ServiceAppsParam ¶
type ServiceAppsParam struct { // in: path Namespace string }
swagger:parameters ServiceApps
type ServiceAppsResponse ¶
swagger:response ServiceAppsResponse
type ServiceBindResponse ¶
type ServiceBindResponse struct { // in: body Body models.BindResponse }
swagger:response ServiceBindResponse
type ServiceBindingCreateParams ¶
type ServiceBindingCreateParams struct { // in: path Namespace string // in: path App string // in: body Body models.BindRequest }
swagger:parameters ServiceBindingCreate
type ServiceBindingDeleteParams ¶
type ServiceBindingDeleteParams struct { // in: path Namespace string // in: path App string // in: path Service string }
swagger:parameters ServiceBindingDelete
type ServiceCreateParam ¶
type ServiceCreateParam struct { // in: path Namespace string // in: body Service models.ServiceCreateRequest }
swagger:parameters ServiceCreate
type ServiceCreateResponse ¶
swagger:response ServiceCreateResponse
type ServiceDeleteParam ¶
swagger:parameters ServiceDelete
type ServiceDeleteResponse ¶
type ServiceDeleteResponse struct { // in: body Body models.ServiceDeleteResponse }
swagger:response ServiceDeleteResponse
type ServiceReplaceParam ¶ added in v0.3.2
type ServiceReplaceParam struct { // in: path Namespace string // in: path Service string // in: body Body models.ServiceReplaceRequest }
swagger:parameters ServiceReplace
type ServiceReplaceResponse ¶ added in v0.3.3
swagger:response ServiceReplaceResponse
type ServiceShowParam ¶
swagger:parameters ServiceShow
type ServiceShowResponse ¶
type ServiceShowResponse struct { // in: body Body models.ServiceResponse }
swagger:response ServiceShowResponse
type ServiceUnbindReponse ¶
swagger:response ServiceUnbindReponse
type ServiceUpdateParam ¶ added in v0.3.0
type ServiceUpdateParam struct { // in: path Namespace string // in: path Service string // in: body Body models.ServiceUpdateRequest }
swagger:parameters ServiceUpdate
type ServiceUpdateResponse ¶ added in v0.3.0
swagger:response ServiceUpdateResponse
type ServicesParam ¶
type ServicesParam struct { // in: path Namespace string }
swagger:parameters Services
type ServicesResponse ¶
type ServicesResponse struct { // in: body Body models.ServiceResponseList }
swagger:response ServicesResponse
type StagingCompleteParam ¶
swagger:parameters StagingComplete
type StagingCompleteResponse ¶
swagger:response StagingCompleteResponse
type StagingLogsParam ¶
swagger:parameters StagingLogs