@platzio/sdk 0.6.0-beta.2 → 0.7.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/release.yaml +17 -5
- package/dist/index.d.mts +678 -5113
- package/dist/index.d.ts +678 -5113
- package/dist/index.js +521 -411
- package/dist/index.mjs +513 -408
- package/openapi.yaml +1560 -1515
- package/package.json +3 -3
- package/src/.openapi-generator/FILES +190 -0
- package/src/.openapi-generator/VERSION +1 -1
- package/src/api.ts +917 -5356
- package/src/base.ts +0 -24
- package/src/common.ts +19 -42
- package/src/configuration.ts +32 -21
- package/src/docs/AuthenticationApi.md +147 -0
- package/src/docs/Bot.md +24 -0
- package/src/docs/BotToken.md +26 -0
- package/src/docs/BotTokensApi.md +215 -0
- package/src/docs/BotsApi.md +164 -0
- package/src/docs/ChartExt.md +30 -0
- package/src/docs/ChartExtActionEndpoint.md +8 -0
- package/src/docs/ChartExtActionMethod.md +16 -0
- package/src/docs/ChartExtActionTarget.md +24 -0
- package/src/docs/ChartExtActionUserDeploymentRole.md +10 -0
- package/src/docs/ChartExtActionV0.md +40 -0
- package/src/docs/ChartExtActionV1Beta1.md +24 -0
- package/src/docs/ChartExtActions.md +22 -0
- package/src/docs/ChartExtActionsV0.md +22 -0
- package/src/docs/ChartExtCardinality.md +10 -0
- package/src/docs/ChartExtDeploymentDisplay.md +22 -0
- package/src/docs/ChartExtDeploymentDisplayIcon.md +20 -0
- package/src/docs/ChartExtDeploymentDisplayName.md +20 -0
- package/src/docs/ChartExtDeploymentDisplayNameInputField.md +20 -0
- package/src/docs/ChartExtDeploymentDisplayNameOneOf.md +20 -0
- package/src/docs/ChartExtFeatures.md +36 -0
- package/src/docs/ChartExtFeaturesSpec.md +32 -0
- package/src/docs/ChartExtFeaturesV0.md +30 -0
- package/src/docs/ChartExtFeaturesV1Beta1.md +24 -0
- package/src/docs/ChartExtFeaturesV1Beta2.md +24 -0
- package/src/docs/ChartExtIngress.md +22 -0
- package/src/docs/ChartExtIngressHostnameFormat.md +10 -0
- package/src/docs/ChartExtKindAction.md +8 -0
- package/src/docs/ChartExtKindFeatures.md +8 -0
- package/src/docs/ChartExtKindResourceType.md +8 -0
- package/src/docs/ChartExtKindValuesUi.md +8 -0
- package/src/docs/ChartExtResourceLifecycleActionV1Beta1.md +22 -0
- package/src/docs/ChartExtResourceLifecycleV1Beta1.md +24 -0
- package/src/docs/ChartExtResourceTypeV1Beta1.md +26 -0
- package/src/docs/ChartExtResourceTypeV1Beta1Spec.md +30 -0
- package/src/docs/ChartExtStatusFeature.md +24 -0
- package/src/docs/ChartExtVersionV1Beta1.md +8 -0
- package/src/docs/ChartExtVersionV1Beta2.md +8 -0
- package/src/docs/ChartMetadata.md +28 -0
- package/src/docs/CreateBotToken.md +20 -0
- package/src/docs/CreateDeploymentTask.md +24 -0
- package/src/docs/CreateUserToken.md +20 -0
- package/src/docs/CreatedBotToken.md +20 -0
- package/src/docs/CreatedUserToken.md +20 -0
- package/src/docs/DbEvent.md +24 -0
- package/src/docs/DbEventData.md +20 -0
- package/src/docs/DbEventOperation.md +12 -0
- package/src/docs/DbTable.md +40 -0
- package/src/docs/DbTableOrDeploymentResource.md +22 -0
- package/src/docs/DbTableOrDeploymentResourceOneOf.md +22 -0
- package/src/docs/Deployment.md +46 -0
- package/src/docs/DeploymentInstallTask.md +24 -0
- package/src/docs/DeploymentInvokeActionTask.md +24 -0
- package/src/docs/DeploymentKind.md +24 -0
- package/src/docs/DeploymentKindsApi.md +164 -0
- package/src/docs/DeploymentPermission.md +30 -0
- package/src/docs/DeploymentPermissionsApi.md +212 -0
- package/src/docs/DeploymentRecreaseTask.md +26 -0
- package/src/docs/DeploymentReinstallTask.md +20 -0
- package/src/docs/DeploymentReportedMetric.md +26 -0
- package/src/docs/DeploymentReportedNotice.md +22 -0
- package/src/docs/DeploymentReportedNoticeLevel.md +12 -0
- package/src/docs/DeploymentReportedStatus.md +26 -0
- package/src/docs/DeploymentReportedStatusColor.md +16 -0
- package/src/docs/DeploymentReportedStatusContent.md +26 -0
- package/src/docs/DeploymentReportedStatusSummary.md +22 -0
- package/src/docs/DeploymentResource.md +36 -0
- package/src/docs/DeploymentResourceSyncStatus.md +16 -0
- package/src/docs/DeploymentResourceType.md +30 -0
- package/src/docs/DeploymentResourceTypesApi.md +115 -0
- package/src/docs/DeploymentResourcesApi.md +267 -0
- package/src/docs/DeploymentRestartK8sResourceTask.md +22 -0
- package/src/docs/DeploymentStatus.md +24 -0
- package/src/docs/DeploymentTask.md +48 -0
- package/src/docs/DeploymentTaskOperation.md +32 -0
- package/src/docs/DeploymentTaskOperationOneOf.md +20 -0
- package/src/docs/DeploymentTaskOperationOneOf1.md +20 -0
- package/src/docs/DeploymentTaskOperationOneOf2.md +20 -0
- package/src/docs/DeploymentTaskOperationOneOf3.md +20 -0
- package/src/docs/DeploymentTaskOperationOneOf4.md +20 -0
- package/src/docs/DeploymentTaskOperationOneOf5.md +20 -0
- package/src/docs/DeploymentTaskOperationOneOf6.md +20 -0
- package/src/docs/DeploymentTaskStatus.md +16 -0
- package/src/docs/DeploymentTasksApi.md +164 -0
- package/src/docs/DeploymentUpgradeTask.md +28 -0
- package/src/docs/DeploymentsApi.md +276 -0
- package/src/docs/Env.md +30 -0
- package/src/docs/EnvUserPermission.md +28 -0
- package/src/docs/EnvUserPermissionsApi.md +212 -0
- package/src/docs/EnvUserRole.md +10 -0
- package/src/docs/EnvsApi.md +270 -0
- package/src/docs/FinishGoogleLoginResponse.md +20 -0
- package/src/docs/HelmChart.md +50 -0
- package/src/docs/HelmChartsApi.md +112 -0
- package/src/docs/HelmRegistriesApi.md +167 -0
- package/src/docs/HelmRegistry.md +34 -0
- package/src/docs/HelmRegistryProvider.md +10 -0
- package/src/docs/HelmTagFormat.md +24 -0
- package/src/docs/HelmTagFormatsApi.md +212 -0
- package/src/docs/K8sCluster.md +48 -0
- package/src/docs/K8sResource.md +36 -0
- package/src/docs/KubernetesClustersApi.md +218 -0
- package/src/docs/KubernetesResourcesApi.md +118 -0
- package/src/docs/MeResponse.md +24 -0
- package/src/docs/MeResponseOneOf.md +20 -0
- package/src/docs/MeResponseOneOf1.md +20 -0
- package/src/docs/MeResponseOneOf2.md +20 -0
- package/src/docs/MeResponseOneOf2Deployment.md +22 -0
- package/src/docs/NewDeployment.md +30 -0
- package/src/docs/NewDeploymentPermission.md +26 -0
- package/src/docs/NewDeploymentResource.md +32 -0
- package/src/docs/NewEnv.md +22 -0
- package/src/docs/NewEnvUserPermission.md +24 -0
- package/src/docs/NewHelmTagFormat.md +20 -0
- package/src/docs/NewSecret.md +26 -0
- package/src/docs/OAuth2Response.md +20 -0
- package/src/docs/PaginatedBot.md +26 -0
- package/src/docs/PaginatedBotItemsInner.md +24 -0
- package/src/docs/PaginatedBotToken.md +26 -0
- package/src/docs/PaginatedBotTokenItemsInner.md +26 -0
- package/src/docs/PaginatedDeployment.md +26 -0
- package/src/docs/PaginatedDeploymentItemsInner.md +46 -0
- package/src/docs/PaginatedDeploymentKind.md +26 -0
- package/src/docs/PaginatedDeploymentKindItemsInner.md +24 -0
- package/src/docs/PaginatedDeploymentPermission.md +26 -0
- package/src/docs/PaginatedDeploymentPermissionItemsInner.md +30 -0
- package/src/docs/PaginatedDeploymentResource.md +26 -0
- package/src/docs/PaginatedDeploymentResourceItemsInner.md +36 -0
- package/src/docs/PaginatedDeploymentResourceType.md +26 -0
- package/src/docs/PaginatedDeploymentResourceTypeItemsInner.md +30 -0
- package/src/docs/PaginatedDeploymentTask.md +26 -0
- package/src/docs/PaginatedDeploymentTaskItemsInner.md +48 -0
- package/src/docs/PaginatedEnv.md +26 -0
- package/src/docs/PaginatedEnvItemsInner.md +30 -0
- package/src/docs/PaginatedEnvUserPermission.md +26 -0
- package/src/docs/PaginatedEnvUserPermissionItemsInner.md +28 -0
- package/src/docs/PaginatedHelmChart.md +26 -0
- package/src/docs/PaginatedHelmChartItemsInner.md +50 -0
- package/src/docs/PaginatedHelmRegistry.md +26 -0
- package/src/docs/PaginatedHelmRegistryItemsInner.md +34 -0
- package/src/docs/PaginatedHelmTagFormat.md +26 -0
- package/src/docs/PaginatedHelmTagFormatItemsInner.md +24 -0
- package/src/docs/PaginatedK8sCluster.md +26 -0
- package/src/docs/PaginatedK8sClusterItemsInner.md +48 -0
- package/src/docs/PaginatedK8sResource.md +26 -0
- package/src/docs/PaginatedK8sResourceItemsInner.md +36 -0
- package/src/docs/PaginatedSecret.md +26 -0
- package/src/docs/PaginatedSecretItemsInner.md +30 -0
- package/src/docs/PaginatedUser.md +26 -0
- package/src/docs/PaginatedUserItemsInner.md +30 -0
- package/src/docs/PaginatedUserToken.md +26 -0
- package/src/docs/PaginatedUserTokenItemsInner.md +24 -0
- package/src/docs/Secret.md +30 -0
- package/src/docs/SecretsApi.md +273 -0
- package/src/docs/SerializedUiSchemaInputType.md +24 -0
- package/src/docs/ServerApi.md +51 -0
- package/src/docs/ServerInfo.md +20 -0
- package/src/docs/StartGoogleLoginResponse.md +20 -0
- package/src/docs/UiSchema.md +26 -0
- package/src/docs/UiSchemaFieldValuePair.md +22 -0
- package/src/docs/UiSchemaInput.md +50 -0
- package/src/docs/UiSchemaInputFieldOption.md +24 -0
- package/src/docs/UiSchemaInputFieldValue.md +22 -0
- package/src/docs/UiSchemaInputRef.md +22 -0
- package/src/docs/UiSchemaInputRefField.md +20 -0
- package/src/docs/UiSchemaInputRefOneOf.md +20 -0
- package/src/docs/UiSchemaInputRefOneOf1.md +20 -0
- package/src/docs/UiSchemaInputRefProperty.md +22 -0
- package/src/docs/UiSchemaInputSingleType.md +20 -0
- package/src/docs/UiSchemaInputSingleTypeOneOf.md +20 -0
- package/src/docs/UiSchemaInputSingleTypeOneOfCollectionSelect.md +20 -0
- package/src/docs/UiSchemaInputType.md +22 -0
- package/src/docs/UiSchemaOutputValue.md +22 -0
- package/src/docs/UiSchemaOutputs.md +22 -0
- package/src/docs/UiSchemaV0.md +22 -0
- package/src/docs/UiSchemaV1Beta1.md +26 -0
- package/src/docs/UpdateBot.md +20 -0
- package/src/docs/UpdateDeployment.md +32 -0
- package/src/docs/UpdateDeploymentKind.md +20 -0
- package/src/docs/UpdateDeploymentResource.md +22 -0
- package/src/docs/UpdateEnv.md +26 -0
- package/src/docs/UpdateHelmRegistry.md +20 -0
- package/src/docs/UpdateK8sCluster.md +32 -0
- package/src/docs/UpdateSecret.md +22 -0
- package/src/docs/UpdateUser.md +22 -0
- package/src/docs/User.md +30 -0
- package/src/docs/UserDeploymentRole.md +10 -0
- package/src/docs/UserToken.md +24 -0
- package/src/docs/UserTokensApi.md +212 -0
- package/src/docs/UsersApi.md +170 -0
package/openapi.yaml
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
openapi: 3.0
|
|
1
|
+
openapi: 3.1.0
|
|
2
2
|
info:
|
|
3
3
|
title: platz-api
|
|
4
4
|
description: ''
|
|
5
5
|
license:
|
|
6
|
-
name:
|
|
6
|
+
name: Apache-2.0
|
|
7
|
+
url: https://github.com/platzio/backend/blob/main/LICENSE
|
|
7
8
|
version: 0.1.0
|
|
8
9
|
paths:
|
|
9
10
|
/api/v2/auth/google:
|
|
@@ -51,74 +52,113 @@ paths:
|
|
|
51
52
|
security:
|
|
52
53
|
- access_token: []
|
|
53
54
|
- user_token: []
|
|
54
|
-
/api/v2/
|
|
55
|
+
/api/v2/bot-tokens:
|
|
55
56
|
get:
|
|
56
57
|
tags:
|
|
57
|
-
-
|
|
58
|
-
operationId:
|
|
58
|
+
- Bot Tokens
|
|
59
|
+
operationId: allBotTokens
|
|
59
60
|
parameters:
|
|
60
|
-
- name:
|
|
61
|
+
- name: bot_id
|
|
61
62
|
in: query
|
|
62
63
|
required: false
|
|
63
64
|
schema:
|
|
64
|
-
type:
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
type:
|
|
66
|
+
- string
|
|
67
|
+
- 'null'
|
|
68
|
+
format: uuid
|
|
69
|
+
- name: created_by_user_id
|
|
67
70
|
in: query
|
|
68
71
|
required: false
|
|
69
72
|
schema:
|
|
70
|
-
type:
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
73
|
+
type:
|
|
74
|
+
- string
|
|
75
|
+
- 'null'
|
|
76
|
+
format: uuid
|
|
77
|
+
responses:
|
|
78
|
+
'200':
|
|
79
|
+
description: ''
|
|
80
|
+
content:
|
|
81
|
+
application/json:
|
|
82
|
+
schema:
|
|
83
|
+
$ref: '#/components/schemas/Paginated_BotToken'
|
|
84
|
+
security:
|
|
85
|
+
- access_token: []
|
|
86
|
+
post:
|
|
87
|
+
tags:
|
|
88
|
+
- Bot Tokens
|
|
89
|
+
operationId: createBotToken
|
|
90
|
+
requestBody:
|
|
91
|
+
content:
|
|
92
|
+
application/json:
|
|
93
|
+
schema:
|
|
94
|
+
$ref: '#/components/schemas/CreateBotToken'
|
|
95
|
+
required: true
|
|
96
|
+
responses:
|
|
97
|
+
'201':
|
|
98
|
+
description: ''
|
|
99
|
+
content:
|
|
100
|
+
application/json:
|
|
101
|
+
schema:
|
|
102
|
+
$ref: '#/components/schemas/CreatedBotToken'
|
|
103
|
+
security:
|
|
104
|
+
- access_token: []
|
|
105
|
+
/api/v2/bot-tokens/{id}:
|
|
106
|
+
get:
|
|
107
|
+
tags:
|
|
108
|
+
- Bot Tokens
|
|
109
|
+
operationId: getBotToken
|
|
110
|
+
parameters:
|
|
111
|
+
- name: id
|
|
112
|
+
in: path
|
|
113
|
+
required: true
|
|
114
|
+
schema:
|
|
115
|
+
type: string
|
|
116
|
+
format: uuid
|
|
117
|
+
responses:
|
|
118
|
+
'200':
|
|
119
|
+
description: ''
|
|
120
|
+
content:
|
|
121
|
+
application/json:
|
|
122
|
+
schema:
|
|
123
|
+
$ref: '#/components/schemas/BotToken'
|
|
124
|
+
security:
|
|
125
|
+
- access_token: []
|
|
126
|
+
delete:
|
|
127
|
+
tags:
|
|
128
|
+
- Bot Tokens
|
|
129
|
+
operationId: deleteBotToken
|
|
130
|
+
parameters:
|
|
131
|
+
- name: id
|
|
132
|
+
in: path
|
|
133
|
+
required: true
|
|
134
|
+
schema:
|
|
135
|
+
type: string
|
|
136
|
+
format: uuid
|
|
137
|
+
responses:
|
|
138
|
+
'204':
|
|
139
|
+
description: ''
|
|
140
|
+
security:
|
|
141
|
+
- access_token: []
|
|
142
|
+
/api/v2/bots:
|
|
143
|
+
get:
|
|
144
|
+
tags:
|
|
145
|
+
- Bots
|
|
146
|
+
operationId: allBots
|
|
147
|
+
parameters:
|
|
148
|
+
- name: display_name
|
|
74
149
|
in: query
|
|
75
150
|
required: false
|
|
76
151
|
schema:
|
|
77
|
-
type:
|
|
78
|
-
|
|
79
|
-
|
|
152
|
+
type:
|
|
153
|
+
- string
|
|
154
|
+
- 'null'
|
|
80
155
|
responses:
|
|
81
156
|
'200':
|
|
82
157
|
description: ''
|
|
83
158
|
content:
|
|
84
159
|
application/json:
|
|
85
160
|
schema:
|
|
86
|
-
|
|
87
|
-
required:
|
|
88
|
-
- page
|
|
89
|
-
- per_page
|
|
90
|
-
- items
|
|
91
|
-
- num_total
|
|
92
|
-
properties:
|
|
93
|
-
page:
|
|
94
|
-
type: integer
|
|
95
|
-
format: int64
|
|
96
|
-
example: '1'
|
|
97
|
-
per_page:
|
|
98
|
-
type: integer
|
|
99
|
-
format: int64
|
|
100
|
-
example: '50'
|
|
101
|
-
items:
|
|
102
|
-
type: array
|
|
103
|
-
items:
|
|
104
|
-
type: object
|
|
105
|
-
required:
|
|
106
|
-
- id
|
|
107
|
-
- created_at
|
|
108
|
-
- display_name
|
|
109
|
-
properties:
|
|
110
|
-
id:
|
|
111
|
-
type: string
|
|
112
|
-
format: uuid
|
|
113
|
-
created_at:
|
|
114
|
-
type: string
|
|
115
|
-
format: date-time
|
|
116
|
-
display_name:
|
|
117
|
-
type: string
|
|
118
|
-
num_total:
|
|
119
|
-
type: integer
|
|
120
|
-
format: int64
|
|
121
|
-
example: '1'
|
|
161
|
+
$ref: '#/components/schemas/Paginated_Bot'
|
|
122
162
|
security:
|
|
123
163
|
- access_token: []
|
|
124
164
|
- user_token: []
|
|
@@ -181,64 +221,16 @@ paths:
|
|
|
181
221
|
in: query
|
|
182
222
|
required: false
|
|
183
223
|
schema:
|
|
184
|
-
type:
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
in: query
|
|
188
|
-
required: false
|
|
189
|
-
schema:
|
|
190
|
-
type: integer
|
|
191
|
-
format: int64
|
|
192
|
-
nullable: true
|
|
193
|
-
- name: per_page
|
|
194
|
-
in: query
|
|
195
|
-
required: false
|
|
196
|
-
schema:
|
|
197
|
-
type: integer
|
|
198
|
-
format: int64
|
|
199
|
-
nullable: true
|
|
224
|
+
type:
|
|
225
|
+
- string
|
|
226
|
+
- 'null'
|
|
200
227
|
responses:
|
|
201
228
|
'200':
|
|
202
229
|
description: ''
|
|
203
230
|
content:
|
|
204
231
|
application/json:
|
|
205
232
|
schema:
|
|
206
|
-
|
|
207
|
-
required:
|
|
208
|
-
- page
|
|
209
|
-
- per_page
|
|
210
|
-
- items
|
|
211
|
-
- num_total
|
|
212
|
-
properties:
|
|
213
|
-
page:
|
|
214
|
-
type: integer
|
|
215
|
-
format: int64
|
|
216
|
-
example: '1'
|
|
217
|
-
per_page:
|
|
218
|
-
type: integer
|
|
219
|
-
format: int64
|
|
220
|
-
example: '50'
|
|
221
|
-
items:
|
|
222
|
-
type: array
|
|
223
|
-
items:
|
|
224
|
-
type: object
|
|
225
|
-
required:
|
|
226
|
-
- id
|
|
227
|
-
- created_at
|
|
228
|
-
- name
|
|
229
|
-
properties:
|
|
230
|
-
id:
|
|
231
|
-
type: string
|
|
232
|
-
format: uuid
|
|
233
|
-
created_at:
|
|
234
|
-
type: string
|
|
235
|
-
format: date-time
|
|
236
|
-
name:
|
|
237
|
-
type: string
|
|
238
|
-
num_total:
|
|
239
|
-
type: integer
|
|
240
|
-
format: int64
|
|
241
|
-
example: '1'
|
|
233
|
+
$ref: '#/components/schemas/Paginated_DeploymentKind'
|
|
242
234
|
security:
|
|
243
235
|
- access_token: []
|
|
244
236
|
- user_token: []
|
|
@@ -301,77 +293,17 @@ paths:
|
|
|
301
293
|
in: query
|
|
302
294
|
required: false
|
|
303
295
|
schema:
|
|
304
|
-
type:
|
|
296
|
+
type:
|
|
297
|
+
- string
|
|
298
|
+
- 'null'
|
|
305
299
|
format: uuid
|
|
306
|
-
nullable: true
|
|
307
|
-
- name: page
|
|
308
|
-
in: query
|
|
309
|
-
required: false
|
|
310
|
-
schema:
|
|
311
|
-
type: integer
|
|
312
|
-
format: int64
|
|
313
|
-
nullable: true
|
|
314
|
-
- name: per_page
|
|
315
|
-
in: query
|
|
316
|
-
required: false
|
|
317
|
-
schema:
|
|
318
|
-
type: integer
|
|
319
|
-
format: int64
|
|
320
|
-
nullable: true
|
|
321
300
|
responses:
|
|
322
301
|
'200':
|
|
323
302
|
description: ''
|
|
324
303
|
content:
|
|
325
304
|
application/json:
|
|
326
305
|
schema:
|
|
327
|
-
|
|
328
|
-
required:
|
|
329
|
-
- page
|
|
330
|
-
- per_page
|
|
331
|
-
- items
|
|
332
|
-
- num_total
|
|
333
|
-
properties:
|
|
334
|
-
page:
|
|
335
|
-
type: integer
|
|
336
|
-
format: int64
|
|
337
|
-
example: '1'
|
|
338
|
-
per_page:
|
|
339
|
-
type: integer
|
|
340
|
-
format: int64
|
|
341
|
-
example: '50'
|
|
342
|
-
items:
|
|
343
|
-
type: array
|
|
344
|
-
items:
|
|
345
|
-
type: object
|
|
346
|
-
required:
|
|
347
|
-
- id
|
|
348
|
-
- created_at
|
|
349
|
-
- env_id
|
|
350
|
-
- user_id
|
|
351
|
-
- kind_id
|
|
352
|
-
- role
|
|
353
|
-
properties:
|
|
354
|
-
id:
|
|
355
|
-
type: string
|
|
356
|
-
format: uuid
|
|
357
|
-
created_at:
|
|
358
|
-
type: string
|
|
359
|
-
format: date-time
|
|
360
|
-
env_id:
|
|
361
|
-
type: string
|
|
362
|
-
format: uuid
|
|
363
|
-
user_id:
|
|
364
|
-
type: string
|
|
365
|
-
format: uuid
|
|
366
|
-
kind_id:
|
|
367
|
-
type: string
|
|
368
|
-
format: uuid
|
|
369
|
-
role:
|
|
370
|
-
$ref: '#/components/schemas/UserDeploymentRole'
|
|
371
|
-
num_total:
|
|
372
|
-
type: integer
|
|
373
|
-
format: int64
|
|
374
|
-
example: '1'
|
|
306
|
+
$ref: '#/components/schemas/Paginated_DeploymentPermission'
|
|
375
307
|
security:
|
|
376
308
|
- access_token: []
|
|
377
309
|
- user_token: []
|
|
@@ -444,90 +376,32 @@ paths:
|
|
|
444
376
|
in: query
|
|
445
377
|
required: false
|
|
446
378
|
schema:
|
|
447
|
-
type:
|
|
379
|
+
type:
|
|
380
|
+
- string
|
|
381
|
+
- 'null'
|
|
448
382
|
format: uuid
|
|
449
|
-
nullable: true
|
|
450
383
|
- name: deployment_kind_id
|
|
451
384
|
in: query
|
|
452
385
|
required: false
|
|
453
386
|
schema:
|
|
454
|
-
type:
|
|
387
|
+
type:
|
|
388
|
+
- string
|
|
389
|
+
- 'null'
|
|
455
390
|
format: uuid
|
|
456
|
-
nullable: true
|
|
457
391
|
- name: key
|
|
458
392
|
in: query
|
|
459
393
|
required: false
|
|
460
394
|
schema:
|
|
461
|
-
type:
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
in: query
|
|
465
|
-
required: false
|
|
466
|
-
schema:
|
|
467
|
-
type: integer
|
|
468
|
-
format: int64
|
|
469
|
-
nullable: true
|
|
470
|
-
- name: per_page
|
|
471
|
-
in: query
|
|
472
|
-
required: false
|
|
473
|
-
schema:
|
|
474
|
-
type: integer
|
|
475
|
-
format: int64
|
|
476
|
-
nullable: true
|
|
395
|
+
type:
|
|
396
|
+
- string
|
|
397
|
+
- 'null'
|
|
477
398
|
responses:
|
|
478
399
|
'200':
|
|
479
400
|
description: ''
|
|
480
401
|
content:
|
|
481
402
|
application/json:
|
|
482
403
|
schema:
|
|
483
|
-
|
|
484
|
-
required:
|
|
485
|
-
- page
|
|
486
|
-
- per_page
|
|
487
|
-
- items
|
|
488
|
-
- num_total
|
|
489
|
-
properties:
|
|
490
|
-
page:
|
|
491
|
-
type: integer
|
|
492
|
-
format: int64
|
|
493
|
-
example: '1'
|
|
494
|
-
per_page:
|
|
495
|
-
type: integer
|
|
496
|
-
format: int64
|
|
497
|
-
example: '50'
|
|
498
|
-
items:
|
|
499
|
-
type: array
|
|
500
|
-
items:
|
|
501
|
-
type: object
|
|
502
|
-
required:
|
|
503
|
-
- id
|
|
504
|
-
- created_at
|
|
505
|
-
- env_id
|
|
506
|
-
- deployment_kind_id
|
|
507
|
-
- key
|
|
508
|
-
- spec
|
|
509
|
-
properties:
|
|
510
|
-
id:
|
|
511
|
-
type: string
|
|
512
|
-
format: uuid
|
|
513
|
-
created_at:
|
|
514
|
-
type: string
|
|
515
|
-
format: date-time
|
|
516
|
-
env_id:
|
|
517
|
-
type: string
|
|
518
|
-
format: uuid
|
|
519
|
-
nullable: true
|
|
520
|
-
deployment_kind_id:
|
|
521
|
-
type: string
|
|
522
|
-
format: uuid
|
|
523
|
-
key:
|
|
524
|
-
type: string
|
|
525
|
-
spec:
|
|
526
|
-
$ref: '#/components/schemas/ChartExtResourceTypeV1Beta1Spec'
|
|
527
|
-
num_total:
|
|
528
|
-
type: integer
|
|
529
|
-
format: int64
|
|
530
|
-
example: '1'
|
|
404
|
+
$ref: '#/components/schemas/Paginated_DeploymentResourceType'
|
|
531
405
|
security:
|
|
532
406
|
- access_token: []
|
|
533
407
|
- user_token: []
|
|
@@ -563,86 +437,17 @@ paths:
|
|
|
563
437
|
in: query
|
|
564
438
|
required: false
|
|
565
439
|
schema:
|
|
566
|
-
type:
|
|
440
|
+
type:
|
|
441
|
+
- string
|
|
442
|
+
- 'null'
|
|
567
443
|
format: uuid
|
|
568
|
-
nullable: true
|
|
569
|
-
- name: page
|
|
570
|
-
in: query
|
|
571
|
-
required: false
|
|
572
|
-
schema:
|
|
573
|
-
type: integer
|
|
574
|
-
format: int64
|
|
575
|
-
nullable: true
|
|
576
|
-
- name: per_page
|
|
577
|
-
in: query
|
|
578
|
-
required: false
|
|
579
|
-
schema:
|
|
580
|
-
type: integer
|
|
581
|
-
format: int64
|
|
582
|
-
nullable: true
|
|
583
444
|
responses:
|
|
584
445
|
'200':
|
|
585
446
|
description: ''
|
|
586
447
|
content:
|
|
587
448
|
application/json:
|
|
588
449
|
schema:
|
|
589
|
-
|
|
590
|
-
required:
|
|
591
|
-
- page
|
|
592
|
-
- per_page
|
|
593
|
-
- items
|
|
594
|
-
- num_total
|
|
595
|
-
properties:
|
|
596
|
-
page:
|
|
597
|
-
type: integer
|
|
598
|
-
format: int64
|
|
599
|
-
example: '1'
|
|
600
|
-
per_page:
|
|
601
|
-
type: integer
|
|
602
|
-
format: int64
|
|
603
|
-
example: '50'
|
|
604
|
-
items:
|
|
605
|
-
type: array
|
|
606
|
-
items:
|
|
607
|
-
type: object
|
|
608
|
-
required:
|
|
609
|
-
- id
|
|
610
|
-
- created_at
|
|
611
|
-
- type_id
|
|
612
|
-
- deployment_id
|
|
613
|
-
- name
|
|
614
|
-
- exists
|
|
615
|
-
- props
|
|
616
|
-
- sync_status
|
|
617
|
-
- sync_reason
|
|
618
|
-
properties:
|
|
619
|
-
id:
|
|
620
|
-
type: string
|
|
621
|
-
format: uuid
|
|
622
|
-
created_at:
|
|
623
|
-
type: string
|
|
624
|
-
format: date-time
|
|
625
|
-
type_id:
|
|
626
|
-
type: string
|
|
627
|
-
format: uuid
|
|
628
|
-
deployment_id:
|
|
629
|
-
type: string
|
|
630
|
-
format: uuid
|
|
631
|
-
nullable: true
|
|
632
|
-
name:
|
|
633
|
-
type: string
|
|
634
|
-
exists:
|
|
635
|
-
type: boolean
|
|
636
|
-
props: {}
|
|
637
|
-
sync_status:
|
|
638
|
-
$ref: '#/components/schemas/DeploymentResourceSyncStatus'
|
|
639
|
-
sync_reason:
|
|
640
|
-
type: string
|
|
641
|
-
nullable: true
|
|
642
|
-
num_total:
|
|
643
|
-
type: integer
|
|
644
|
-
format: int64
|
|
645
|
-
example: '1'
|
|
450
|
+
$ref: '#/components/schemas/Paginated_DeploymentResource'
|
|
646
451
|
security:
|
|
647
452
|
- access_token: []
|
|
648
453
|
- user_token: []
|
|
@@ -742,126 +547,25 @@ paths:
|
|
|
742
547
|
in: query
|
|
743
548
|
required: false
|
|
744
549
|
schema:
|
|
745
|
-
type:
|
|
550
|
+
type:
|
|
551
|
+
- string
|
|
552
|
+
- 'null'
|
|
746
553
|
format: uuid
|
|
747
|
-
nullable: true
|
|
748
554
|
- name: deployment_id
|
|
749
555
|
in: query
|
|
750
556
|
required: false
|
|
751
557
|
schema:
|
|
752
|
-
type:
|
|
558
|
+
type:
|
|
559
|
+
- string
|
|
560
|
+
- 'null'
|
|
753
561
|
format: uuid
|
|
754
|
-
nullable: true
|
|
755
|
-
- name: page
|
|
756
|
-
in: query
|
|
757
|
-
required: false
|
|
758
|
-
schema:
|
|
759
|
-
type: integer
|
|
760
|
-
format: int64
|
|
761
|
-
nullable: true
|
|
762
|
-
- name: per_page
|
|
763
|
-
in: query
|
|
764
|
-
required: false
|
|
765
|
-
schema:
|
|
766
|
-
type: integer
|
|
767
|
-
format: int64
|
|
768
|
-
nullable: true
|
|
769
562
|
responses:
|
|
770
563
|
'200':
|
|
771
564
|
description: ''
|
|
772
565
|
content:
|
|
773
566
|
application/json:
|
|
774
567
|
schema:
|
|
775
|
-
|
|
776
|
-
required:
|
|
777
|
-
- page
|
|
778
|
-
- per_page
|
|
779
|
-
- items
|
|
780
|
-
- num_total
|
|
781
|
-
properties:
|
|
782
|
-
page:
|
|
783
|
-
type: integer
|
|
784
|
-
format: int64
|
|
785
|
-
example: '1'
|
|
786
|
-
per_page:
|
|
787
|
-
type: integer
|
|
788
|
-
format: int64
|
|
789
|
-
example: '50'
|
|
790
|
-
items:
|
|
791
|
-
type: array
|
|
792
|
-
items:
|
|
793
|
-
type: object
|
|
794
|
-
required:
|
|
795
|
-
- id
|
|
796
|
-
- created_at
|
|
797
|
-
- execute_at
|
|
798
|
-
- first_attempted_at
|
|
799
|
-
- started_at
|
|
800
|
-
- finished_at
|
|
801
|
-
- cluster_id
|
|
802
|
-
- deployment_id
|
|
803
|
-
- acting_user_id
|
|
804
|
-
- acting_deployment_id
|
|
805
|
-
- canceled_by_user_id
|
|
806
|
-
- canceled_by_deployment_id
|
|
807
|
-
- operation
|
|
808
|
-
- status
|
|
809
|
-
- reason
|
|
810
|
-
properties:
|
|
811
|
-
id:
|
|
812
|
-
type: string
|
|
813
|
-
format: uuid
|
|
814
|
-
created_at:
|
|
815
|
-
type: string
|
|
816
|
-
format: date-time
|
|
817
|
-
execute_at:
|
|
818
|
-
type: string
|
|
819
|
-
format: date-time
|
|
820
|
-
first_attempted_at:
|
|
821
|
-
type: string
|
|
822
|
-
format: date-time
|
|
823
|
-
nullable: true
|
|
824
|
-
started_at:
|
|
825
|
-
type: string
|
|
826
|
-
format: date-time
|
|
827
|
-
nullable: true
|
|
828
|
-
finished_at:
|
|
829
|
-
type: string
|
|
830
|
-
format: date-time
|
|
831
|
-
nullable: true
|
|
832
|
-
cluster_id:
|
|
833
|
-
type: string
|
|
834
|
-
format: uuid
|
|
835
|
-
deployment_id:
|
|
836
|
-
type: string
|
|
837
|
-
format: uuid
|
|
838
|
-
acting_user_id:
|
|
839
|
-
type: string
|
|
840
|
-
format: uuid
|
|
841
|
-
nullable: true
|
|
842
|
-
acting_deployment_id:
|
|
843
|
-
type: string
|
|
844
|
-
format: uuid
|
|
845
|
-
nullable: true
|
|
846
|
-
canceled_by_user_id:
|
|
847
|
-
type: string
|
|
848
|
-
format: uuid
|
|
849
|
-
nullable: true
|
|
850
|
-
canceled_by_deployment_id:
|
|
851
|
-
type: string
|
|
852
|
-
format: uuid
|
|
853
|
-
nullable: true
|
|
854
|
-
operation:
|
|
855
|
-
$ref: '#/components/schemas/DeploymentTaskOperation'
|
|
856
|
-
status:
|
|
857
|
-
$ref: '#/components/schemas/DeploymentTaskStatus'
|
|
858
|
-
reason:
|
|
859
|
-
type: string
|
|
860
|
-
nullable: true
|
|
861
|
-
num_total:
|
|
862
|
-
type: integer
|
|
863
|
-
format: int64
|
|
864
|
-
example: '1'
|
|
568
|
+
$ref: '#/components/schemas/Paginated_DeploymentTask'
|
|
865
569
|
security:
|
|
866
570
|
- access_token: []
|
|
867
571
|
- user_token: []
|
|
@@ -917,125 +621,39 @@ paths:
|
|
|
917
621
|
in: query
|
|
918
622
|
required: false
|
|
919
623
|
schema:
|
|
920
|
-
type:
|
|
921
|
-
|
|
624
|
+
type:
|
|
625
|
+
- string
|
|
626
|
+
- 'null'
|
|
922
627
|
- name: kind_id
|
|
923
628
|
in: query
|
|
924
629
|
required: false
|
|
925
630
|
schema:
|
|
926
|
-
type:
|
|
631
|
+
type:
|
|
632
|
+
- string
|
|
633
|
+
- 'null'
|
|
927
634
|
format: uuid
|
|
928
|
-
nullable: true
|
|
929
635
|
- name: cluster_id
|
|
930
636
|
in: query
|
|
931
637
|
required: false
|
|
932
638
|
schema:
|
|
933
|
-
type:
|
|
639
|
+
type:
|
|
640
|
+
- string
|
|
641
|
+
- 'null'
|
|
934
642
|
format: uuid
|
|
935
|
-
nullable: true
|
|
936
643
|
- name: enabled
|
|
937
644
|
in: query
|
|
938
645
|
required: false
|
|
939
646
|
schema:
|
|
940
|
-
type:
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
in: query
|
|
944
|
-
required: false
|
|
945
|
-
schema:
|
|
946
|
-
type: integer
|
|
947
|
-
format: int64
|
|
948
|
-
nullable: true
|
|
949
|
-
- name: per_page
|
|
950
|
-
in: query
|
|
951
|
-
required: false
|
|
952
|
-
schema:
|
|
953
|
-
type: integer
|
|
954
|
-
format: int64
|
|
955
|
-
nullable: true
|
|
647
|
+
type:
|
|
648
|
+
- boolean
|
|
649
|
+
- 'null'
|
|
956
650
|
responses:
|
|
957
651
|
'200':
|
|
958
652
|
description: ''
|
|
959
653
|
content:
|
|
960
654
|
application/json:
|
|
961
655
|
schema:
|
|
962
|
-
|
|
963
|
-
required:
|
|
964
|
-
- page
|
|
965
|
-
- per_page
|
|
966
|
-
- items
|
|
967
|
-
- num_total
|
|
968
|
-
properties:
|
|
969
|
-
page:
|
|
970
|
-
type: integer
|
|
971
|
-
format: int64
|
|
972
|
-
example: '1'
|
|
973
|
-
per_page:
|
|
974
|
-
type: integer
|
|
975
|
-
format: int64
|
|
976
|
-
example: '50'
|
|
977
|
-
items:
|
|
978
|
-
type: array
|
|
979
|
-
items:
|
|
980
|
-
type: object
|
|
981
|
-
required:
|
|
982
|
-
- id
|
|
983
|
-
- created_at
|
|
984
|
-
- name
|
|
985
|
-
- kind_id
|
|
986
|
-
- cluster_id
|
|
987
|
-
- enabled
|
|
988
|
-
- status
|
|
989
|
-
- description_md
|
|
990
|
-
- reason
|
|
991
|
-
- revision_id
|
|
992
|
-
- reported_status
|
|
993
|
-
- helm_chart_id
|
|
994
|
-
- config
|
|
995
|
-
- values_override
|
|
996
|
-
properties:
|
|
997
|
-
id:
|
|
998
|
-
type: string
|
|
999
|
-
format: uuid
|
|
1000
|
-
created_at:
|
|
1001
|
-
type: string
|
|
1002
|
-
format: date-time
|
|
1003
|
-
name:
|
|
1004
|
-
type: string
|
|
1005
|
-
kind_id:
|
|
1006
|
-
type: string
|
|
1007
|
-
format: uuid
|
|
1008
|
-
cluster_id:
|
|
1009
|
-
type: string
|
|
1010
|
-
format: uuid
|
|
1011
|
-
enabled:
|
|
1012
|
-
type: boolean
|
|
1013
|
-
status:
|
|
1014
|
-
$ref: '#/components/schemas/DeploymentStatus'
|
|
1015
|
-
description_md:
|
|
1016
|
-
type: string
|
|
1017
|
-
nullable: true
|
|
1018
|
-
reason:
|
|
1019
|
-
type: string
|
|
1020
|
-
nullable: true
|
|
1021
|
-
revision_id:
|
|
1022
|
-
type: string
|
|
1023
|
-
format: uuid
|
|
1024
|
-
nullable: true
|
|
1025
|
-
reported_status:
|
|
1026
|
-
allOf:
|
|
1027
|
-
- $ref: '#/components/schemas/DeploymentReportedStatus'
|
|
1028
|
-
nullable: true
|
|
1029
|
-
helm_chart_id:
|
|
1030
|
-
type: string
|
|
1031
|
-
format: uuid
|
|
1032
|
-
config: {}
|
|
1033
|
-
values_override:
|
|
1034
|
-
nullable: true
|
|
1035
|
-
num_total:
|
|
1036
|
-
type: integer
|
|
1037
|
-
format: int64
|
|
1038
|
-
example: '1'
|
|
656
|
+
$ref: '#/components/schemas/Paginated_Deployment'
|
|
1039
657
|
security:
|
|
1040
658
|
- access_token: []
|
|
1041
659
|
- user_token: []
|
|
@@ -1135,73 +753,17 @@ paths:
|
|
|
1135
753
|
in: query
|
|
1136
754
|
required: false
|
|
1137
755
|
schema:
|
|
1138
|
-
type:
|
|
756
|
+
type:
|
|
757
|
+
- string
|
|
758
|
+
- 'null'
|
|
1139
759
|
format: uuid
|
|
1140
|
-
nullable: true
|
|
1141
|
-
- name: page
|
|
1142
|
-
in: query
|
|
1143
|
-
required: false
|
|
1144
|
-
schema:
|
|
1145
|
-
type: integer
|
|
1146
|
-
format: int64
|
|
1147
|
-
nullable: true
|
|
1148
|
-
- name: per_page
|
|
1149
|
-
in: query
|
|
1150
|
-
required: false
|
|
1151
|
-
schema:
|
|
1152
|
-
type: integer
|
|
1153
|
-
format: int64
|
|
1154
|
-
nullable: true
|
|
1155
760
|
responses:
|
|
1156
761
|
'200':
|
|
1157
762
|
description: ''
|
|
1158
763
|
content:
|
|
1159
764
|
application/json:
|
|
1160
765
|
schema:
|
|
1161
|
-
|
|
1162
|
-
required:
|
|
1163
|
-
- page
|
|
1164
|
-
- per_page
|
|
1165
|
-
- items
|
|
1166
|
-
- num_total
|
|
1167
|
-
properties:
|
|
1168
|
-
page:
|
|
1169
|
-
type: integer
|
|
1170
|
-
format: int64
|
|
1171
|
-
example: '1'
|
|
1172
|
-
per_page:
|
|
1173
|
-
type: integer
|
|
1174
|
-
format: int64
|
|
1175
|
-
example: '50'
|
|
1176
|
-
items:
|
|
1177
|
-
type: array
|
|
1178
|
-
items:
|
|
1179
|
-
type: object
|
|
1180
|
-
required:
|
|
1181
|
-
- id
|
|
1182
|
-
- created_at
|
|
1183
|
-
- env_id
|
|
1184
|
-
- user_id
|
|
1185
|
-
- role
|
|
1186
|
-
properties:
|
|
1187
|
-
id:
|
|
1188
|
-
type: string
|
|
1189
|
-
format: uuid
|
|
1190
|
-
created_at:
|
|
1191
|
-
type: string
|
|
1192
|
-
format: date-time
|
|
1193
|
-
env_id:
|
|
1194
|
-
type: string
|
|
1195
|
-
format: uuid
|
|
1196
|
-
user_id:
|
|
1197
|
-
type: string
|
|
1198
|
-
format: uuid
|
|
1199
|
-
role:
|
|
1200
|
-
$ref: '#/components/schemas/EnvUserRole'
|
|
1201
|
-
num_total:
|
|
1202
|
-
type: integer
|
|
1203
|
-
format: int64
|
|
1204
|
-
example: '1'
|
|
766
|
+
$ref: '#/components/schemas/Paginated_EnvUserPermission'
|
|
1205
767
|
security:
|
|
1206
768
|
- access_token: []
|
|
1207
769
|
- user_token: []
|
|
@@ -1274,77 +836,23 @@ paths:
|
|
|
1274
836
|
in: query
|
|
1275
837
|
required: false
|
|
1276
838
|
schema:
|
|
1277
|
-
type:
|
|
1278
|
-
|
|
839
|
+
type:
|
|
840
|
+
- string
|
|
841
|
+
- 'null'
|
|
1279
842
|
- name: auto_add_new_users
|
|
1280
843
|
in: query
|
|
1281
844
|
required: false
|
|
1282
845
|
schema:
|
|
1283
|
-
type:
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
in: query
|
|
1287
|
-
required: false
|
|
1288
|
-
schema:
|
|
1289
|
-
type: integer
|
|
1290
|
-
format: int64
|
|
1291
|
-
nullable: true
|
|
1292
|
-
- name: per_page
|
|
1293
|
-
in: query
|
|
1294
|
-
required: false
|
|
1295
|
-
schema:
|
|
1296
|
-
type: integer
|
|
1297
|
-
format: int64
|
|
1298
|
-
nullable: true
|
|
846
|
+
type:
|
|
847
|
+
- boolean
|
|
848
|
+
- 'null'
|
|
1299
849
|
responses:
|
|
1300
850
|
'200':
|
|
1301
851
|
description: ''
|
|
1302
852
|
content:
|
|
1303
853
|
application/json:
|
|
1304
854
|
schema:
|
|
1305
|
-
|
|
1306
|
-
required:
|
|
1307
|
-
- page
|
|
1308
|
-
- per_page
|
|
1309
|
-
- items
|
|
1310
|
-
- num_total
|
|
1311
|
-
properties:
|
|
1312
|
-
page:
|
|
1313
|
-
type: integer
|
|
1314
|
-
format: int64
|
|
1315
|
-
example: '1'
|
|
1316
|
-
per_page:
|
|
1317
|
-
type: integer
|
|
1318
|
-
format: int64
|
|
1319
|
-
example: '50'
|
|
1320
|
-
items:
|
|
1321
|
-
type: array
|
|
1322
|
-
items:
|
|
1323
|
-
type: object
|
|
1324
|
-
required:
|
|
1325
|
-
- id
|
|
1326
|
-
- created_at
|
|
1327
|
-
- name
|
|
1328
|
-
- node_selector
|
|
1329
|
-
- tolerations
|
|
1330
|
-
- auto_add_new_users
|
|
1331
|
-
properties:
|
|
1332
|
-
id:
|
|
1333
|
-
type: string
|
|
1334
|
-
format: uuid
|
|
1335
|
-
created_at:
|
|
1336
|
-
type: string
|
|
1337
|
-
format: date-time
|
|
1338
|
-
name:
|
|
1339
|
-
type: string
|
|
1340
|
-
node_selector: {}
|
|
1341
|
-
tolerations: {}
|
|
1342
|
-
auto_add_new_users:
|
|
1343
|
-
type: boolean
|
|
1344
|
-
num_total:
|
|
1345
|
-
type: integer
|
|
1346
|
-
format: int64
|
|
1347
|
-
example: '1'
|
|
855
|
+
$ref: '#/components/schemas/Paginated_Env'
|
|
1348
856
|
security:
|
|
1349
857
|
- access_token: []
|
|
1350
858
|
- user_token: []
|
|
@@ -1444,126 +952,24 @@ paths:
|
|
|
1444
952
|
in: query
|
|
1445
953
|
required: false
|
|
1446
954
|
schema:
|
|
1447
|
-
type:
|
|
955
|
+
type:
|
|
956
|
+
- string
|
|
957
|
+
- 'null'
|
|
1448
958
|
format: uuid
|
|
1449
|
-
nullable: true
|
|
1450
959
|
- name: parsed_branch
|
|
1451
960
|
in: query
|
|
1452
961
|
required: false
|
|
1453
962
|
schema:
|
|
1454
|
-
type:
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
in: query
|
|
1458
|
-
required: false
|
|
1459
|
-
schema:
|
|
1460
|
-
type: integer
|
|
1461
|
-
format: int64
|
|
1462
|
-
nullable: true
|
|
1463
|
-
- name: per_page
|
|
1464
|
-
in: query
|
|
1465
|
-
required: false
|
|
1466
|
-
schema:
|
|
1467
|
-
type: integer
|
|
1468
|
-
format: int64
|
|
1469
|
-
nullable: true
|
|
963
|
+
type:
|
|
964
|
+
- string
|
|
965
|
+
- 'null'
|
|
1470
966
|
responses:
|
|
1471
967
|
'200':
|
|
1472
968
|
description: ''
|
|
1473
969
|
content:
|
|
1474
970
|
application/json:
|
|
1475
971
|
schema:
|
|
1476
|
-
|
|
1477
|
-
required:
|
|
1478
|
-
- page
|
|
1479
|
-
- per_page
|
|
1480
|
-
- items
|
|
1481
|
-
- num_total
|
|
1482
|
-
properties:
|
|
1483
|
-
page:
|
|
1484
|
-
type: integer
|
|
1485
|
-
format: int64
|
|
1486
|
-
example: '1'
|
|
1487
|
-
per_page:
|
|
1488
|
-
type: integer
|
|
1489
|
-
format: int64
|
|
1490
|
-
example: '50'
|
|
1491
|
-
items:
|
|
1492
|
-
type: array
|
|
1493
|
-
items:
|
|
1494
|
-
type: object
|
|
1495
|
-
required:
|
|
1496
|
-
- id
|
|
1497
|
-
- created_at
|
|
1498
|
-
- helm_registry_id
|
|
1499
|
-
- image_digest
|
|
1500
|
-
- image_tag
|
|
1501
|
-
- available
|
|
1502
|
-
- values_ui
|
|
1503
|
-
- actions_schema
|
|
1504
|
-
- features
|
|
1505
|
-
- resource_types
|
|
1506
|
-
- error
|
|
1507
|
-
- tag_format_id
|
|
1508
|
-
- parsed_version
|
|
1509
|
-
- parsed_revision
|
|
1510
|
-
- parsed_branch
|
|
1511
|
-
- parsed_commit
|
|
1512
|
-
properties:
|
|
1513
|
-
id:
|
|
1514
|
-
type: string
|
|
1515
|
-
format: uuid
|
|
1516
|
-
created_at:
|
|
1517
|
-
type: string
|
|
1518
|
-
format: date-time
|
|
1519
|
-
helm_registry_id:
|
|
1520
|
-
type: string
|
|
1521
|
-
format: uuid
|
|
1522
|
-
image_digest:
|
|
1523
|
-
type: string
|
|
1524
|
-
image_tag:
|
|
1525
|
-
type: string
|
|
1526
|
-
available:
|
|
1527
|
-
type: boolean
|
|
1528
|
-
values_ui:
|
|
1529
|
-
allOf:
|
|
1530
|
-
- $ref: '#/components/schemas/UiSchema'
|
|
1531
|
-
nullable: true
|
|
1532
|
-
actions_schema:
|
|
1533
|
-
allOf:
|
|
1534
|
-
- $ref: '#/components/schemas/ChartExtActions'
|
|
1535
|
-
nullable: true
|
|
1536
|
-
features:
|
|
1537
|
-
allOf:
|
|
1538
|
-
- $ref: '#/components/schemas/ChartExtFeatures'
|
|
1539
|
-
nullable: true
|
|
1540
|
-
resource_types:
|
|
1541
|
-
allOf:
|
|
1542
|
-
- $ref: '#/components/schemas/ChartExtResourceTypes'
|
|
1543
|
-
nullable: true
|
|
1544
|
-
error:
|
|
1545
|
-
type: string
|
|
1546
|
-
nullable: true
|
|
1547
|
-
tag_format_id:
|
|
1548
|
-
type: string
|
|
1549
|
-
format: uuid
|
|
1550
|
-
nullable: true
|
|
1551
|
-
parsed_version:
|
|
1552
|
-
type: string
|
|
1553
|
-
nullable: true
|
|
1554
|
-
parsed_revision:
|
|
1555
|
-
type: string
|
|
1556
|
-
nullable: true
|
|
1557
|
-
parsed_branch:
|
|
1558
|
-
type: string
|
|
1559
|
-
nullable: true
|
|
1560
|
-
parsed_commit:
|
|
1561
|
-
type: string
|
|
1562
|
-
nullable: true
|
|
1563
|
-
num_total:
|
|
1564
|
-
type: integer
|
|
1565
|
-
format: int64
|
|
1566
|
-
example: '1'
|
|
972
|
+
$ref: '#/components/schemas/Paginated_HelmChart'
|
|
1567
973
|
security:
|
|
1568
974
|
- access_token: []
|
|
1569
975
|
- user_token: []
|
|
@@ -1599,84 +1005,24 @@ paths:
|
|
|
1599
1005
|
in: query
|
|
1600
1006
|
required: false
|
|
1601
1007
|
schema:
|
|
1602
|
-
type:
|
|
1603
|
-
|
|
1008
|
+
type:
|
|
1009
|
+
- string
|
|
1010
|
+
- 'null'
|
|
1604
1011
|
- name: kind_id
|
|
1605
1012
|
in: query
|
|
1606
1013
|
required: false
|
|
1607
1014
|
schema:
|
|
1608
|
-
type:
|
|
1015
|
+
type:
|
|
1016
|
+
- string
|
|
1017
|
+
- 'null'
|
|
1609
1018
|
format: uuid
|
|
1610
|
-
nullable: true
|
|
1611
|
-
- name: page
|
|
1612
|
-
in: query
|
|
1613
|
-
required: false
|
|
1614
|
-
schema:
|
|
1615
|
-
type: integer
|
|
1616
|
-
format: int64
|
|
1617
|
-
nullable: true
|
|
1618
|
-
- name: per_page
|
|
1619
|
-
in: query
|
|
1620
|
-
required: false
|
|
1621
|
-
schema:
|
|
1622
|
-
type: integer
|
|
1623
|
-
format: int64
|
|
1624
|
-
nullable: true
|
|
1625
1019
|
responses:
|
|
1626
1020
|
'200':
|
|
1627
1021
|
description: ''
|
|
1628
1022
|
content:
|
|
1629
1023
|
application/json:
|
|
1630
1024
|
schema:
|
|
1631
|
-
|
|
1632
|
-
required:
|
|
1633
|
-
- page
|
|
1634
|
-
- per_page
|
|
1635
|
-
- items
|
|
1636
|
-
- num_total
|
|
1637
|
-
properties:
|
|
1638
|
-
page:
|
|
1639
|
-
type: integer
|
|
1640
|
-
format: int64
|
|
1641
|
-
example: '1'
|
|
1642
|
-
per_page:
|
|
1643
|
-
type: integer
|
|
1644
|
-
format: int64
|
|
1645
|
-
example: '50'
|
|
1646
|
-
items:
|
|
1647
|
-
type: array
|
|
1648
|
-
items:
|
|
1649
|
-
type: object
|
|
1650
|
-
required:
|
|
1651
|
-
- id
|
|
1652
|
-
- created_at
|
|
1653
|
-
- domain_name
|
|
1654
|
-
- repo_name
|
|
1655
|
-
- kind_id
|
|
1656
|
-
- available
|
|
1657
|
-
- fa_icon
|
|
1658
|
-
properties:
|
|
1659
|
-
id:
|
|
1660
|
-
type: string
|
|
1661
|
-
format: uuid
|
|
1662
|
-
created_at:
|
|
1663
|
-
type: string
|
|
1664
|
-
format: date-time
|
|
1665
|
-
domain_name:
|
|
1666
|
-
type: string
|
|
1667
|
-
repo_name:
|
|
1668
|
-
type: string
|
|
1669
|
-
kind_id:
|
|
1670
|
-
type: string
|
|
1671
|
-
format: uuid
|
|
1672
|
-
available:
|
|
1673
|
-
type: boolean
|
|
1674
|
-
fa_icon:
|
|
1675
|
-
type: string
|
|
1676
|
-
num_total:
|
|
1677
|
-
type: integer
|
|
1678
|
-
format: int64
|
|
1679
|
-
example: '1'
|
|
1025
|
+
$ref: '#/components/schemas/Paginated_HelmRegistry'
|
|
1680
1026
|
security:
|
|
1681
1027
|
- access_token: []
|
|
1682
1028
|
- user_token: []
|
|
@@ -1739,64 +1085,16 @@ paths:
|
|
|
1739
1085
|
in: query
|
|
1740
1086
|
required: false
|
|
1741
1087
|
schema:
|
|
1742
|
-
type:
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
in: query
|
|
1746
|
-
required: false
|
|
1747
|
-
schema:
|
|
1748
|
-
type: integer
|
|
1749
|
-
format: int64
|
|
1750
|
-
nullable: true
|
|
1751
|
-
- name: per_page
|
|
1752
|
-
in: query
|
|
1753
|
-
required: false
|
|
1754
|
-
schema:
|
|
1755
|
-
type: integer
|
|
1756
|
-
format: int64
|
|
1757
|
-
nullable: true
|
|
1088
|
+
type:
|
|
1089
|
+
- string
|
|
1090
|
+
- 'null'
|
|
1758
1091
|
responses:
|
|
1759
1092
|
'200':
|
|
1760
1093
|
description: ''
|
|
1761
1094
|
content:
|
|
1762
1095
|
application/json:
|
|
1763
1096
|
schema:
|
|
1764
|
-
|
|
1765
|
-
required:
|
|
1766
|
-
- page
|
|
1767
|
-
- per_page
|
|
1768
|
-
- items
|
|
1769
|
-
- num_total
|
|
1770
|
-
properties:
|
|
1771
|
-
page:
|
|
1772
|
-
type: integer
|
|
1773
|
-
format: int64
|
|
1774
|
-
example: '1'
|
|
1775
|
-
per_page:
|
|
1776
|
-
type: integer
|
|
1777
|
-
format: int64
|
|
1778
|
-
example: '50'
|
|
1779
|
-
items:
|
|
1780
|
-
type: array
|
|
1781
|
-
items:
|
|
1782
|
-
type: object
|
|
1783
|
-
required:
|
|
1784
|
-
- id
|
|
1785
|
-
- created_at
|
|
1786
|
-
- pattern
|
|
1787
|
-
properties:
|
|
1788
|
-
id:
|
|
1789
|
-
type: string
|
|
1790
|
-
format: uuid
|
|
1791
|
-
created_at:
|
|
1792
|
-
type: string
|
|
1793
|
-
format: date-time
|
|
1794
|
-
pattern:
|
|
1795
|
-
type: string
|
|
1796
|
-
num_total:
|
|
1797
|
-
type: integer
|
|
1798
|
-
format: int64
|
|
1799
|
-
example: '1'
|
|
1097
|
+
$ref: '#/components/schemas/Paginated_HelmTagFormat'
|
|
1800
1098
|
security:
|
|
1801
1099
|
- access_token: []
|
|
1802
1100
|
- user_token: []
|
|
@@ -1869,116 +1167,24 @@ paths:
|
|
|
1869
1167
|
in: query
|
|
1870
1168
|
required: false
|
|
1871
1169
|
schema:
|
|
1872
|
-
type:
|
|
1170
|
+
type:
|
|
1171
|
+
- string
|
|
1172
|
+
- 'null'
|
|
1873
1173
|
format: uuid
|
|
1874
|
-
nullable: true
|
|
1875
1174
|
- name: name
|
|
1876
1175
|
in: query
|
|
1877
1176
|
required: false
|
|
1878
1177
|
schema:
|
|
1879
|
-
type:
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
in: query
|
|
1883
|
-
required: false
|
|
1884
|
-
schema:
|
|
1885
|
-
type: integer
|
|
1886
|
-
format: int64
|
|
1887
|
-
nullable: true
|
|
1888
|
-
- name: per_page
|
|
1889
|
-
in: query
|
|
1890
|
-
required: false
|
|
1891
|
-
schema:
|
|
1892
|
-
type: integer
|
|
1893
|
-
format: int64
|
|
1894
|
-
nullable: true
|
|
1178
|
+
type:
|
|
1179
|
+
- string
|
|
1180
|
+
- 'null'
|
|
1895
1181
|
responses:
|
|
1896
1182
|
'200':
|
|
1897
1183
|
description: ''
|
|
1898
1184
|
content:
|
|
1899
1185
|
application/json:
|
|
1900
1186
|
schema:
|
|
1901
|
-
|
|
1902
|
-
required:
|
|
1903
|
-
- page
|
|
1904
|
-
- per_page
|
|
1905
|
-
- items
|
|
1906
|
-
- num_total
|
|
1907
|
-
properties:
|
|
1908
|
-
page:
|
|
1909
|
-
type: integer
|
|
1910
|
-
format: int64
|
|
1911
|
-
example: '1'
|
|
1912
|
-
per_page:
|
|
1913
|
-
type: integer
|
|
1914
|
-
format: int64
|
|
1915
|
-
example: '50'
|
|
1916
|
-
items:
|
|
1917
|
-
type: array
|
|
1918
|
-
items:
|
|
1919
|
-
type: object
|
|
1920
|
-
required:
|
|
1921
|
-
- id
|
|
1922
|
-
- env_id
|
|
1923
|
-
- provider_id
|
|
1924
|
-
- created_at
|
|
1925
|
-
- last_seen_at
|
|
1926
|
-
- name
|
|
1927
|
-
- region_name
|
|
1928
|
-
- is_ok
|
|
1929
|
-
- not_ok_reason
|
|
1930
|
-
- ignore
|
|
1931
|
-
- ingress_domain
|
|
1932
|
-
- ingress_class
|
|
1933
|
-
- ingress_tls_secret_name
|
|
1934
|
-
- grafana_url
|
|
1935
|
-
- grafana_datasource_name
|
|
1936
|
-
properties:
|
|
1937
|
-
id:
|
|
1938
|
-
type: string
|
|
1939
|
-
format: uuid
|
|
1940
|
-
env_id:
|
|
1941
|
-
type: string
|
|
1942
|
-
format: uuid
|
|
1943
|
-
nullable: true
|
|
1944
|
-
provider_id:
|
|
1945
|
-
type: string
|
|
1946
|
-
created_at:
|
|
1947
|
-
type: string
|
|
1948
|
-
format: date-time
|
|
1949
|
-
last_seen_at:
|
|
1950
|
-
type: string
|
|
1951
|
-
format: date-time
|
|
1952
|
-
name:
|
|
1953
|
-
type: string
|
|
1954
|
-
region_name:
|
|
1955
|
-
type: string
|
|
1956
|
-
is_ok:
|
|
1957
|
-
type: boolean
|
|
1958
|
-
not_ok_reason:
|
|
1959
|
-
type: string
|
|
1960
|
-
nullable: true
|
|
1961
|
-
ignore:
|
|
1962
|
-
type: boolean
|
|
1963
|
-
ingress_domain:
|
|
1964
|
-
type: string
|
|
1965
|
-
nullable: true
|
|
1966
|
-
ingress_class:
|
|
1967
|
-
type: string
|
|
1968
|
-
nullable: true
|
|
1969
|
-
ingress_tls_secret_name:
|
|
1970
|
-
type: string
|
|
1971
|
-
nullable: true
|
|
1972
|
-
grafana_url:
|
|
1973
|
-
type: string
|
|
1974
|
-
nullable: true
|
|
1975
|
-
grafana_datasource_name:
|
|
1976
|
-
type: string
|
|
1977
|
-
nullable: true
|
|
1978
|
-
num_total:
|
|
1979
|
-
type: integer
|
|
1980
|
-
format: int64
|
|
1981
|
-
example: '1'
|
|
1187
|
+
$ref: '#/components/schemas/Paginated_K8sCluster'
|
|
1982
1188
|
security:
|
|
1983
1189
|
- access_token: []
|
|
1984
1190
|
- user_token: []
|
|
@@ -2058,105 +1264,39 @@ paths:
|
|
|
2058
1264
|
in: query
|
|
2059
1265
|
required: false
|
|
2060
1266
|
schema:
|
|
2061
|
-
type:
|
|
1267
|
+
type:
|
|
1268
|
+
- string
|
|
1269
|
+
- 'null'
|
|
2062
1270
|
format: uuid
|
|
2063
|
-
nullable: true
|
|
2064
1271
|
- name: deployment_id
|
|
2065
1272
|
in: query
|
|
2066
1273
|
required: false
|
|
2067
1274
|
schema:
|
|
2068
|
-
type:
|
|
1275
|
+
type:
|
|
1276
|
+
- string
|
|
1277
|
+
- 'null'
|
|
2069
1278
|
format: uuid
|
|
2070
|
-
nullable: true
|
|
2071
1279
|
- name: kind
|
|
2072
1280
|
in: query
|
|
2073
1281
|
required: false
|
|
2074
1282
|
schema:
|
|
2075
|
-
type:
|
|
2076
|
-
|
|
1283
|
+
type:
|
|
1284
|
+
- string
|
|
1285
|
+
- 'null'
|
|
2077
1286
|
- name: name
|
|
2078
1287
|
in: query
|
|
2079
1288
|
required: false
|
|
2080
1289
|
schema:
|
|
2081
|
-
type:
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
in: query
|
|
2085
|
-
required: false
|
|
2086
|
-
schema:
|
|
2087
|
-
type: integer
|
|
2088
|
-
format: int64
|
|
2089
|
-
nullable: true
|
|
2090
|
-
- name: per_page
|
|
2091
|
-
in: query
|
|
2092
|
-
required: false
|
|
2093
|
-
schema:
|
|
2094
|
-
type: integer
|
|
2095
|
-
format: int64
|
|
2096
|
-
nullable: true
|
|
1290
|
+
type:
|
|
1291
|
+
- string
|
|
1292
|
+
- 'null'
|
|
2097
1293
|
responses:
|
|
2098
1294
|
'200':
|
|
2099
1295
|
description: ''
|
|
2100
1296
|
content:
|
|
2101
1297
|
application/json:
|
|
2102
1298
|
schema:
|
|
2103
|
-
|
|
2104
|
-
required:
|
|
2105
|
-
- page
|
|
2106
|
-
- per_page
|
|
2107
|
-
- items
|
|
2108
|
-
- num_total
|
|
2109
|
-
properties:
|
|
2110
|
-
page:
|
|
2111
|
-
type: integer
|
|
2112
|
-
format: int64
|
|
2113
|
-
example: '1'
|
|
2114
|
-
per_page:
|
|
2115
|
-
type: integer
|
|
2116
|
-
format: int64
|
|
2117
|
-
example: '50'
|
|
2118
|
-
items:
|
|
2119
|
-
type: array
|
|
2120
|
-
items:
|
|
2121
|
-
type: object
|
|
2122
|
-
required:
|
|
2123
|
-
- id
|
|
2124
|
-
- last_updated_at
|
|
2125
|
-
- cluster_id
|
|
2126
|
-
- deployment_id
|
|
2127
|
-
- kind
|
|
2128
|
-
- api_version
|
|
2129
|
-
- name
|
|
2130
|
-
- status_color
|
|
2131
|
-
- metadata
|
|
2132
|
-
properties:
|
|
2133
|
-
id:
|
|
2134
|
-
type: string
|
|
2135
|
-
format: uuid
|
|
2136
|
-
last_updated_at:
|
|
2137
|
-
type: string
|
|
2138
|
-
format: date-time
|
|
2139
|
-
cluster_id:
|
|
2140
|
-
type: string
|
|
2141
|
-
format: uuid
|
|
2142
|
-
deployment_id:
|
|
2143
|
-
type: string
|
|
2144
|
-
format: uuid
|
|
2145
|
-
kind:
|
|
2146
|
-
type: string
|
|
2147
|
-
api_version:
|
|
2148
|
-
type: string
|
|
2149
|
-
name:
|
|
2150
|
-
type: string
|
|
2151
|
-
status_color:
|
|
2152
|
-
type: array
|
|
2153
|
-
items:
|
|
2154
|
-
type: string
|
|
2155
|
-
metadata: {}
|
|
2156
|
-
num_total:
|
|
2157
|
-
type: integer
|
|
2158
|
-
format: int64
|
|
2159
|
-
example: '1'
|
|
1299
|
+
$ref: '#/components/schemas/Paginated_K8sResource'
|
|
2160
1300
|
security:
|
|
2161
1301
|
- access_token: []
|
|
2162
1302
|
- user_token: []
|
|
@@ -2192,88 +1332,31 @@ paths:
|
|
|
2192
1332
|
in: query
|
|
2193
1333
|
required: false
|
|
2194
1334
|
schema:
|
|
2195
|
-
type:
|
|
1335
|
+
type:
|
|
1336
|
+
- string
|
|
1337
|
+
- 'null'
|
|
2196
1338
|
format: uuid
|
|
2197
|
-
nullable: true
|
|
2198
1339
|
- name: collection
|
|
2199
1340
|
in: query
|
|
2200
1341
|
required: false
|
|
2201
1342
|
schema:
|
|
2202
|
-
type:
|
|
2203
|
-
|
|
1343
|
+
type:
|
|
1344
|
+
- string
|
|
1345
|
+
- 'null'
|
|
2204
1346
|
- name: name
|
|
2205
1347
|
in: query
|
|
2206
1348
|
required: false
|
|
2207
1349
|
schema:
|
|
2208
|
-
type:
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
in: query
|
|
2212
|
-
required: false
|
|
2213
|
-
schema:
|
|
2214
|
-
type: integer
|
|
2215
|
-
format: int64
|
|
2216
|
-
nullable: true
|
|
2217
|
-
- name: per_page
|
|
2218
|
-
in: query
|
|
2219
|
-
required: false
|
|
2220
|
-
schema:
|
|
2221
|
-
type: integer
|
|
2222
|
-
format: int64
|
|
2223
|
-
nullable: true
|
|
1350
|
+
type:
|
|
1351
|
+
- string
|
|
1352
|
+
- 'null'
|
|
2224
1353
|
responses:
|
|
2225
1354
|
'200':
|
|
2226
1355
|
description: ''
|
|
2227
1356
|
content:
|
|
2228
1357
|
application/json:
|
|
2229
1358
|
schema:
|
|
2230
|
-
|
|
2231
|
-
required:
|
|
2232
|
-
- page
|
|
2233
|
-
- per_page
|
|
2234
|
-
- items
|
|
2235
|
-
- num_total
|
|
2236
|
-
properties:
|
|
2237
|
-
page:
|
|
2238
|
-
type: integer
|
|
2239
|
-
format: int64
|
|
2240
|
-
example: '1'
|
|
2241
|
-
per_page:
|
|
2242
|
-
type: integer
|
|
2243
|
-
format: int64
|
|
2244
|
-
example: '50'
|
|
2245
|
-
items:
|
|
2246
|
-
type: array
|
|
2247
|
-
items:
|
|
2248
|
-
type: object
|
|
2249
|
-
required:
|
|
2250
|
-
- id
|
|
2251
|
-
- created_at
|
|
2252
|
-
- updated_at
|
|
2253
|
-
- env_id
|
|
2254
|
-
- collection
|
|
2255
|
-
- name
|
|
2256
|
-
properties:
|
|
2257
|
-
id:
|
|
2258
|
-
type: string
|
|
2259
|
-
format: uuid
|
|
2260
|
-
created_at:
|
|
2261
|
-
type: string
|
|
2262
|
-
format: date-time
|
|
2263
|
-
updated_at:
|
|
2264
|
-
type: string
|
|
2265
|
-
format: date-time
|
|
2266
|
-
env_id:
|
|
2267
|
-
type: string
|
|
2268
|
-
format: uuid
|
|
2269
|
-
collection:
|
|
2270
|
-
type: string
|
|
2271
|
-
name:
|
|
2272
|
-
type: string
|
|
2273
|
-
num_total:
|
|
2274
|
-
type: integer
|
|
2275
|
-
format: int64
|
|
2276
|
-
example: '1'
|
|
1359
|
+
$ref: '#/components/schemas/Paginated_Secret'
|
|
2277
1360
|
security:
|
|
2278
1361
|
- access_token: []
|
|
2279
1362
|
- user_token: []
|
|
@@ -2388,66 +1471,17 @@ paths:
|
|
|
2388
1471
|
in: query
|
|
2389
1472
|
required: false
|
|
2390
1473
|
schema:
|
|
2391
|
-
type:
|
|
1474
|
+
type:
|
|
1475
|
+
- string
|
|
1476
|
+
- 'null'
|
|
2392
1477
|
format: uuid
|
|
2393
|
-
nullable: true
|
|
2394
|
-
- name: page
|
|
2395
|
-
in: query
|
|
2396
|
-
required: false
|
|
2397
|
-
schema:
|
|
2398
|
-
type: integer
|
|
2399
|
-
format: int64
|
|
2400
|
-
nullable: true
|
|
2401
|
-
- name: per_page
|
|
2402
|
-
in: query
|
|
2403
|
-
required: false
|
|
2404
|
-
schema:
|
|
2405
|
-
type: integer
|
|
2406
|
-
format: int64
|
|
2407
|
-
nullable: true
|
|
2408
1478
|
responses:
|
|
2409
1479
|
'200':
|
|
2410
1480
|
description: ''
|
|
2411
1481
|
content:
|
|
2412
1482
|
application/json:
|
|
2413
1483
|
schema:
|
|
2414
|
-
|
|
2415
|
-
required:
|
|
2416
|
-
- page
|
|
2417
|
-
- per_page
|
|
2418
|
-
- items
|
|
2419
|
-
- num_total
|
|
2420
|
-
properties:
|
|
2421
|
-
page:
|
|
2422
|
-
type: integer
|
|
2423
|
-
format: int64
|
|
2424
|
-
example: '1'
|
|
2425
|
-
per_page:
|
|
2426
|
-
type: integer
|
|
2427
|
-
format: int64
|
|
2428
|
-
example: '50'
|
|
2429
|
-
items:
|
|
2430
|
-
type: array
|
|
2431
|
-
items:
|
|
2432
|
-
type: object
|
|
2433
|
-
required:
|
|
2434
|
-
- id
|
|
2435
|
-
- user_id
|
|
2436
|
-
- created_at
|
|
2437
|
-
properties:
|
|
2438
|
-
id:
|
|
2439
|
-
type: string
|
|
2440
|
-
format: uuid
|
|
2441
|
-
user_id:
|
|
2442
|
-
type: string
|
|
2443
|
-
format: uuid
|
|
2444
|
-
created_at:
|
|
2445
|
-
type: string
|
|
2446
|
-
format: date-time
|
|
2447
|
-
num_total:
|
|
2448
|
-
type: integer
|
|
2449
|
-
format: int64
|
|
2450
|
-
example: '1'
|
|
1484
|
+
$ref: '#/components/schemas/Paginated_UserToken'
|
|
2451
1485
|
security:
|
|
2452
1486
|
- access_token: []
|
|
2453
1487
|
- user_token: []
|
|
@@ -2520,85 +1554,30 @@ paths:
|
|
|
2520
1554
|
in: query
|
|
2521
1555
|
required: false
|
|
2522
1556
|
schema:
|
|
2523
|
-
type:
|
|
2524
|
-
|
|
1557
|
+
type:
|
|
1558
|
+
- string
|
|
1559
|
+
- 'null'
|
|
2525
1560
|
- name: email
|
|
2526
1561
|
in: query
|
|
2527
1562
|
required: false
|
|
2528
1563
|
schema:
|
|
2529
|
-
type:
|
|
2530
|
-
|
|
1564
|
+
type:
|
|
1565
|
+
- string
|
|
1566
|
+
- 'null'
|
|
2531
1567
|
- name: is_active
|
|
2532
1568
|
in: query
|
|
2533
1569
|
required: false
|
|
2534
1570
|
schema:
|
|
2535
|
-
type:
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
in: query
|
|
2539
|
-
required: false
|
|
2540
|
-
schema:
|
|
2541
|
-
type: integer
|
|
2542
|
-
format: int64
|
|
2543
|
-
nullable: true
|
|
2544
|
-
- name: per_page
|
|
2545
|
-
in: query
|
|
2546
|
-
required: false
|
|
2547
|
-
schema:
|
|
2548
|
-
type: integer
|
|
2549
|
-
format: int64
|
|
2550
|
-
nullable: true
|
|
1571
|
+
type:
|
|
1572
|
+
- boolean
|
|
1573
|
+
- 'null'
|
|
2551
1574
|
responses:
|
|
2552
1575
|
'200':
|
|
2553
1576
|
description: ''
|
|
2554
1577
|
content:
|
|
2555
1578
|
application/json:
|
|
2556
1579
|
schema:
|
|
2557
|
-
|
|
2558
|
-
required:
|
|
2559
|
-
- page
|
|
2560
|
-
- per_page
|
|
2561
|
-
- items
|
|
2562
|
-
- num_total
|
|
2563
|
-
properties:
|
|
2564
|
-
page:
|
|
2565
|
-
type: integer
|
|
2566
|
-
format: int64
|
|
2567
|
-
example: '1'
|
|
2568
|
-
per_page:
|
|
2569
|
-
type: integer
|
|
2570
|
-
format: int64
|
|
2571
|
-
example: '50'
|
|
2572
|
-
items:
|
|
2573
|
-
type: array
|
|
2574
|
-
items:
|
|
2575
|
-
type: object
|
|
2576
|
-
required:
|
|
2577
|
-
- id
|
|
2578
|
-
- created_at
|
|
2579
|
-
- display_name
|
|
2580
|
-
- email
|
|
2581
|
-
- is_admin
|
|
2582
|
-
- is_active
|
|
2583
|
-
properties:
|
|
2584
|
-
id:
|
|
2585
|
-
type: string
|
|
2586
|
-
format: uuid
|
|
2587
|
-
created_at:
|
|
2588
|
-
type: string
|
|
2589
|
-
format: date-time
|
|
2590
|
-
display_name:
|
|
2591
|
-
type: string
|
|
2592
|
-
email:
|
|
2593
|
-
type: string
|
|
2594
|
-
is_admin:
|
|
2595
|
-
type: boolean
|
|
2596
|
-
is_active:
|
|
2597
|
-
type: boolean
|
|
2598
|
-
num_total:
|
|
2599
|
-
type: integer
|
|
2600
|
-
format: int64
|
|
2601
|
-
example: '1'
|
|
1580
|
+
$ref: '#/components/schemas/Paginated_User'
|
|
2602
1581
|
security:
|
|
2603
1582
|
- access_token: []
|
|
2604
1583
|
- user_token: []
|
|
@@ -2668,40 +1647,53 @@ components:
|
|
|
2668
1647
|
format: date-time
|
|
2669
1648
|
display_name:
|
|
2670
1649
|
type: string
|
|
2671
|
-
|
|
1650
|
+
BotToken:
|
|
2672
1651
|
type: object
|
|
2673
1652
|
required:
|
|
2674
|
-
-
|
|
1653
|
+
- id
|
|
1654
|
+
- bot_id
|
|
1655
|
+
- created_at
|
|
1656
|
+
- created_by_user_id
|
|
2675
1657
|
properties:
|
|
2676
|
-
|
|
1658
|
+
id:
|
|
1659
|
+
type: string
|
|
1660
|
+
format: uuid
|
|
1661
|
+
bot_id:
|
|
1662
|
+
type: string
|
|
1663
|
+
format: uuid
|
|
1664
|
+
created_at:
|
|
1665
|
+
type: string
|
|
1666
|
+
format: date-time
|
|
1667
|
+
created_by_user_id:
|
|
2677
1668
|
type: string
|
|
2678
|
-
|
|
1669
|
+
format: uuid
|
|
2679
1670
|
ChartExt:
|
|
2680
1671
|
type: object
|
|
2681
1672
|
properties:
|
|
2682
1673
|
metadata:
|
|
2683
|
-
|
|
1674
|
+
oneOf:
|
|
1675
|
+
- type: 'null'
|
|
2684
1676
|
- $ref: '#/components/schemas/ChartMetadata'
|
|
2685
|
-
nullable: true
|
|
2686
1677
|
ui_schema:
|
|
2687
|
-
|
|
1678
|
+
oneOf:
|
|
1679
|
+
- type: 'null'
|
|
2688
1680
|
- $ref: '#/components/schemas/UiSchema'
|
|
2689
|
-
nullable: true
|
|
2690
1681
|
actions:
|
|
2691
|
-
|
|
1682
|
+
oneOf:
|
|
1683
|
+
- type: 'null'
|
|
2692
1684
|
- $ref: '#/components/schemas/ChartExtActions'
|
|
2693
|
-
nullable: true
|
|
2694
1685
|
features:
|
|
2695
|
-
|
|
1686
|
+
oneOf:
|
|
1687
|
+
- type: 'null'
|
|
2696
1688
|
- $ref: '#/components/schemas/ChartExtFeatures'
|
|
2697
|
-
nullable: true
|
|
2698
1689
|
resource_types:
|
|
2699
|
-
|
|
1690
|
+
oneOf:
|
|
1691
|
+
- type: 'null'
|
|
2700
1692
|
- $ref: '#/components/schemas/ChartExtResourceTypes'
|
|
2701
|
-
nullable: true
|
|
2702
1693
|
error:
|
|
2703
|
-
type:
|
|
2704
|
-
|
|
1694
|
+
type:
|
|
1695
|
+
- string
|
|
1696
|
+
- 'null'
|
|
2705
1697
|
ChartExtActionEndpoint:
|
|
2706
1698
|
type: string
|
|
2707
1699
|
enum:
|
|
@@ -2753,16 +1745,17 @@ components:
|
|
|
2753
1745
|
title:
|
|
2754
1746
|
type: string
|
|
2755
1747
|
fontawesome_icon:
|
|
2756
|
-
type:
|
|
2757
|
-
|
|
1748
|
+
type:
|
|
1749
|
+
- string
|
|
1750
|
+
- 'null'
|
|
2758
1751
|
description:
|
|
2759
1752
|
type: string
|
|
2760
1753
|
dangerous:
|
|
2761
1754
|
type: boolean
|
|
2762
1755
|
ui_schema:
|
|
2763
|
-
|
|
1756
|
+
oneOf:
|
|
1757
|
+
- type: 'null'
|
|
2764
1758
|
- $ref: '#/components/schemas/UiSchema'
|
|
2765
|
-
nullable: true
|
|
2766
1759
|
ChartExtActionV1Beta1:
|
|
2767
1760
|
type: object
|
|
2768
1761
|
required:
|
|
@@ -2807,13 +1800,13 @@ components:
|
|
|
2807
1800
|
type: object
|
|
2808
1801
|
properties:
|
|
2809
1802
|
name:
|
|
2810
|
-
|
|
1803
|
+
oneOf:
|
|
1804
|
+
- type: 'null'
|
|
2811
1805
|
- $ref: '#/components/schemas/ChartExtDeploymentDisplayName'
|
|
2812
|
-
nullable: true
|
|
2813
1806
|
icon:
|
|
2814
|
-
|
|
1807
|
+
oneOf:
|
|
1808
|
+
- type: 'null'
|
|
2815
1809
|
- $ref: '#/components/schemas/ChartExtDeploymentDisplayIcon'
|
|
2816
|
-
nullable: true
|
|
2817
1810
|
additionalProperties: false
|
|
2818
1811
|
ChartExtDeploymentDisplayIcon:
|
|
2819
1812
|
type: object
|
|
@@ -2852,12 +1845,20 @@ components:
|
|
|
2852
1845
|
properties:
|
|
2853
1846
|
ingress:
|
|
2854
1847
|
$ref: '#/components/schemas/ChartExtIngress'
|
|
1848
|
+
description: |-
|
|
1849
|
+
When true, values.yaml is injected with an `ingress` section
|
|
1850
|
+
that matches the structure generated by `helm create`. This
|
|
1851
|
+
generates the hostname and sets TLS correctly.
|
|
2855
1852
|
status:
|
|
2856
|
-
|
|
1853
|
+
oneOf:
|
|
1854
|
+
- type: 'null'
|
|
2857
1855
|
- $ref: '#/components/schemas/ChartExtStatusFeature'
|
|
2858
|
-
|
|
1856
|
+
description: |-
|
|
1857
|
+
Sets an HTTP endpoint that returns a platz_sdk::PlatzStatus
|
|
1858
|
+
and displayed as part of the deployment page.
|
|
2859
1859
|
cardinality:
|
|
2860
1860
|
$ref: '#/components/schemas/ChartExtCardinality'
|
|
1861
|
+
description: Allow deploying OnePerCluster or Many.
|
|
2861
1862
|
reinstall_dependencies:
|
|
2862
1863
|
type: boolean
|
|
2863
1864
|
description: |-
|
|
@@ -2882,6 +1883,7 @@ components:
|
|
|
2882
1883
|
description: Same for tolerations
|
|
2883
1884
|
display:
|
|
2884
1885
|
$ref: '#/components/schemas/ChartExtDeploymentDisplay'
|
|
1886
|
+
description: Control how the deployment is displayed
|
|
2885
1887
|
ChartExtFeaturesV0:
|
|
2886
1888
|
type: object
|
|
2887
1889
|
properties:
|
|
@@ -2892,11 +1894,15 @@ components:
|
|
|
2892
1894
|
that matches the structure generated by `helm create`. This
|
|
2893
1895
|
generates the hostname and sets TLS correctly.
|
|
2894
1896
|
status:
|
|
2895
|
-
|
|
1897
|
+
oneOf:
|
|
1898
|
+
- type: 'null'
|
|
2896
1899
|
- $ref: '#/components/schemas/ChartExtStatusFeature'
|
|
2897
|
-
|
|
1900
|
+
description: |-
|
|
1901
|
+
Sets an HTTP endpoint that returns a platz_sdk::PlatzStatus
|
|
1902
|
+
and displayed as part of the deployment page.
|
|
2898
1903
|
cardinality:
|
|
2899
1904
|
$ref: '#/components/schemas/ChartExtCardinality'
|
|
1905
|
+
description: Allow deploying OnePerCluster or Many.
|
|
2900
1906
|
reinstall_dependencies:
|
|
2901
1907
|
type: boolean
|
|
2902
1908
|
description: |-
|
|
@@ -2979,28 +1985,28 @@ components:
|
|
|
2979
1985
|
type: object
|
|
2980
1986
|
properties:
|
|
2981
1987
|
allowed_role:
|
|
2982
|
-
|
|
1988
|
+
oneOf:
|
|
1989
|
+
- type: 'null'
|
|
2983
1990
|
- $ref: '#/components/schemas/ChartExtActionUserDeploymentRole'
|
|
2984
|
-
nullable: true
|
|
2985
1991
|
target:
|
|
2986
|
-
|
|
1992
|
+
oneOf:
|
|
1993
|
+
- type: 'null'
|
|
2987
1994
|
- $ref: '#/components/schemas/ChartExtActionTarget'
|
|
2988
|
-
nullable: true
|
|
2989
1995
|
ChartExtResourceLifecycleV1Beta1:
|
|
2990
1996
|
type: object
|
|
2991
1997
|
properties:
|
|
2992
1998
|
create:
|
|
2993
|
-
|
|
1999
|
+
oneOf:
|
|
2000
|
+
- type: 'null'
|
|
2994
2001
|
- $ref: '#/components/schemas/ChartExtResourceLifecycleActionV1Beta1'
|
|
2995
|
-
nullable: true
|
|
2996
2002
|
update:
|
|
2997
|
-
|
|
2003
|
+
oneOf:
|
|
2004
|
+
- type: 'null'
|
|
2998
2005
|
- $ref: '#/components/schemas/ChartExtResourceLifecycleActionV1Beta1'
|
|
2999
|
-
nullable: true
|
|
3000
2006
|
delete:
|
|
3001
|
-
|
|
2007
|
+
oneOf:
|
|
2008
|
+
- type: 'null'
|
|
3002
2009
|
- $ref: '#/components/schemas/ChartExtResourceLifecycleActionV1Beta1'
|
|
3003
|
-
nullable: true
|
|
3004
2010
|
ChartExtResourceType:
|
|
3005
2011
|
oneOf:
|
|
3006
2012
|
- $ref: '#/components/schemas/ChartExtResourceTypeV1Beta1'
|
|
@@ -3075,17 +2081,29 @@ components:
|
|
|
3075
2081
|
version:
|
|
3076
2082
|
type: string
|
|
3077
2083
|
git_commit:
|
|
3078
|
-
type:
|
|
3079
|
-
|
|
2084
|
+
type:
|
|
2085
|
+
- string
|
|
2086
|
+
- 'null'
|
|
3080
2087
|
git_branch:
|
|
3081
|
-
type:
|
|
3082
|
-
|
|
2088
|
+
type:
|
|
2089
|
+
- string
|
|
2090
|
+
- 'null'
|
|
3083
2091
|
git_repo:
|
|
3084
|
-
type:
|
|
3085
|
-
|
|
2092
|
+
type:
|
|
2093
|
+
- string
|
|
2094
|
+
- 'null'
|
|
3086
2095
|
git_provider:
|
|
2096
|
+
type:
|
|
2097
|
+
- string
|
|
2098
|
+
- 'null'
|
|
2099
|
+
CreateBotToken:
|
|
2100
|
+
type: object
|
|
2101
|
+
required:
|
|
2102
|
+
- bot_id
|
|
2103
|
+
properties:
|
|
2104
|
+
bot_id:
|
|
3087
2105
|
type: string
|
|
3088
|
-
|
|
2106
|
+
format: uuid
|
|
3089
2107
|
CreateDeploymentTask:
|
|
3090
2108
|
type: object
|
|
3091
2109
|
required:
|
|
@@ -3098,18 +2116,27 @@ components:
|
|
|
3098
2116
|
operation:
|
|
3099
2117
|
$ref: '#/components/schemas/DeploymentTaskOperation'
|
|
3100
2118
|
execute_at:
|
|
3101
|
-
type:
|
|
2119
|
+
type:
|
|
2120
|
+
- string
|
|
2121
|
+
- 'null'
|
|
3102
2122
|
format: date-time
|
|
3103
|
-
nullable: true
|
|
3104
2123
|
CreateUserToken:
|
|
3105
2124
|
type: object
|
|
3106
2125
|
required:
|
|
3107
2126
|
- user_id
|
|
3108
2127
|
properties:
|
|
3109
2128
|
user_id:
|
|
3110
|
-
type:
|
|
2129
|
+
type:
|
|
2130
|
+
- string
|
|
2131
|
+
- 'null'
|
|
3111
2132
|
format: uuid
|
|
3112
|
-
|
|
2133
|
+
CreatedBotToken:
|
|
2134
|
+
type: object
|
|
2135
|
+
required:
|
|
2136
|
+
- created_token
|
|
2137
|
+
properties:
|
|
2138
|
+
created_token:
|
|
2139
|
+
type: string
|
|
3113
2140
|
CreatedUserToken:
|
|
3114
2141
|
type: object
|
|
3115
2142
|
required:
|
|
@@ -3214,25 +2241,27 @@ components:
|
|
|
3214
2241
|
status:
|
|
3215
2242
|
$ref: '#/components/schemas/DeploymentStatus'
|
|
3216
2243
|
description_md:
|
|
3217
|
-
type:
|
|
3218
|
-
|
|
2244
|
+
type:
|
|
2245
|
+
- string
|
|
2246
|
+
- 'null'
|
|
3219
2247
|
reason:
|
|
3220
|
-
type:
|
|
3221
|
-
|
|
2248
|
+
type:
|
|
2249
|
+
- string
|
|
2250
|
+
- 'null'
|
|
3222
2251
|
revision_id:
|
|
3223
|
-
type:
|
|
2252
|
+
type:
|
|
2253
|
+
- string
|
|
2254
|
+
- 'null'
|
|
3224
2255
|
format: uuid
|
|
3225
|
-
nullable: true
|
|
3226
2256
|
reported_status:
|
|
3227
|
-
|
|
2257
|
+
oneOf:
|
|
2258
|
+
- type: 'null'
|
|
3228
2259
|
- $ref: '#/components/schemas/DeploymentReportedStatus'
|
|
3229
|
-
nullable: true
|
|
3230
2260
|
helm_chart_id:
|
|
3231
2261
|
type: string
|
|
3232
2262
|
format: uuid
|
|
3233
2263
|
config: {}
|
|
3234
|
-
values_override:
|
|
3235
|
-
nullable: true
|
|
2264
|
+
values_override: {}
|
|
3236
2265
|
DeploymentInstallTask:
|
|
3237
2266
|
type: object
|
|
3238
2267
|
required:
|
|
@@ -3244,8 +2273,7 @@ components:
|
|
|
3244
2273
|
type: string
|
|
3245
2274
|
format: uuid
|
|
3246
2275
|
config_inputs: {}
|
|
3247
|
-
values_override:
|
|
3248
|
-
nullable: true
|
|
2276
|
+
values_override: {}
|
|
3249
2277
|
DeploymentInvokeActionTask:
|
|
3250
2278
|
type: object
|
|
3251
2279
|
required:
|
|
@@ -3341,9 +2369,9 @@ components:
|
|
|
3341
2369
|
short_description:
|
|
3342
2370
|
type: string
|
|
3343
2371
|
color:
|
|
3344
|
-
|
|
2372
|
+
oneOf:
|
|
2373
|
+
- type: 'null'
|
|
3345
2374
|
- $ref: '#/components/schemas/DeploymentReportedStatusColor'
|
|
3346
|
-
nullable: true
|
|
3347
2375
|
DeploymentReportedNotice:
|
|
3348
2376
|
type: object
|
|
3349
2377
|
required:
|
|
@@ -3374,12 +2402,13 @@ components:
|
|
|
3374
2402
|
get_successful:
|
|
3375
2403
|
type: boolean
|
|
3376
2404
|
content:
|
|
3377
|
-
|
|
2405
|
+
oneOf:
|
|
2406
|
+
- type: 'null'
|
|
3378
2407
|
- $ref: '#/components/schemas/DeploymentReportedStatusContent'
|
|
3379
|
-
nullable: true
|
|
3380
2408
|
error:
|
|
3381
|
-
type:
|
|
3382
|
-
|
|
2409
|
+
type:
|
|
2410
|
+
- string
|
|
2411
|
+
- 'null'
|
|
3383
2412
|
DeploymentReportedStatusColor:
|
|
3384
2413
|
type: string
|
|
3385
2414
|
enum:
|
|
@@ -3398,14 +2427,15 @@ components:
|
|
|
3398
2427
|
status:
|
|
3399
2428
|
$ref: '#/components/schemas/DeploymentReportedStatusSummary'
|
|
3400
2429
|
primary_metric:
|
|
3401
|
-
|
|
2430
|
+
oneOf:
|
|
2431
|
+
- type: 'null'
|
|
3402
2432
|
- $ref: '#/components/schemas/DeploymentReportedMetric'
|
|
3403
|
-
nullable: true
|
|
3404
2433
|
metrics:
|
|
3405
|
-
type:
|
|
2434
|
+
type:
|
|
2435
|
+
- array
|
|
2436
|
+
- 'null'
|
|
3406
2437
|
items:
|
|
3407
2438
|
$ref: '#/components/schemas/DeploymentReportedMetric'
|
|
3408
|
-
nullable: true
|
|
3409
2439
|
notices:
|
|
3410
2440
|
type: array
|
|
3411
2441
|
items:
|
|
@@ -3443,9 +2473,10 @@ components:
|
|
|
3443
2473
|
type: string
|
|
3444
2474
|
format: uuid
|
|
3445
2475
|
deployment_id:
|
|
3446
|
-
type:
|
|
2476
|
+
type:
|
|
2477
|
+
- string
|
|
2478
|
+
- 'null'
|
|
3447
2479
|
format: uuid
|
|
3448
|
-
nullable: true
|
|
3449
2480
|
name:
|
|
3450
2481
|
type: string
|
|
3451
2482
|
exists:
|
|
@@ -3454,8 +2485,9 @@ components:
|
|
|
3454
2485
|
sync_status:
|
|
3455
2486
|
$ref: '#/components/schemas/DeploymentResourceSyncStatus'
|
|
3456
2487
|
sync_reason:
|
|
3457
|
-
type:
|
|
3458
|
-
|
|
2488
|
+
type:
|
|
2489
|
+
- string
|
|
2490
|
+
- 'null'
|
|
3459
2491
|
DeploymentResourceSyncStatus:
|
|
3460
2492
|
type: string
|
|
3461
2493
|
enum:
|
|
@@ -3481,9 +2513,10 @@ components:
|
|
|
3481
2513
|
type: string
|
|
3482
2514
|
format: date-time
|
|
3483
2515
|
env_id:
|
|
3484
|
-
type:
|
|
2516
|
+
type:
|
|
2517
|
+
- string
|
|
2518
|
+
- 'null'
|
|
3485
2519
|
format: uuid
|
|
3486
|
-
nullable: true
|
|
3487
2520
|
deployment_kind_id:
|
|
3488
2521
|
type: string
|
|
3489
2522
|
format: uuid
|
|
@@ -3543,17 +2576,20 @@ components:
|
|
|
3543
2576
|
type: string
|
|
3544
2577
|
format: date-time
|
|
3545
2578
|
first_attempted_at:
|
|
3546
|
-
type:
|
|
2579
|
+
type:
|
|
2580
|
+
- string
|
|
2581
|
+
- 'null'
|
|
3547
2582
|
format: date-time
|
|
3548
|
-
nullable: true
|
|
3549
2583
|
started_at:
|
|
3550
|
-
type:
|
|
2584
|
+
type:
|
|
2585
|
+
- string
|
|
2586
|
+
- 'null'
|
|
3551
2587
|
format: date-time
|
|
3552
|
-
nullable: true
|
|
3553
2588
|
finished_at:
|
|
3554
|
-
type:
|
|
2589
|
+
type:
|
|
2590
|
+
- string
|
|
2591
|
+
- 'null'
|
|
3555
2592
|
format: date-time
|
|
3556
|
-
nullable: true
|
|
3557
2593
|
cluster_id:
|
|
3558
2594
|
type: string
|
|
3559
2595
|
format: uuid
|
|
@@ -3561,28 +2597,33 @@ components:
|
|
|
3561
2597
|
type: string
|
|
3562
2598
|
format: uuid
|
|
3563
2599
|
acting_user_id:
|
|
3564
|
-
type:
|
|
2600
|
+
type:
|
|
2601
|
+
- string
|
|
2602
|
+
- 'null'
|
|
3565
2603
|
format: uuid
|
|
3566
|
-
nullable: true
|
|
3567
2604
|
acting_deployment_id:
|
|
3568
|
-
type:
|
|
2605
|
+
type:
|
|
2606
|
+
- string
|
|
2607
|
+
- 'null'
|
|
3569
2608
|
format: uuid
|
|
3570
|
-
nullable: true
|
|
3571
2609
|
canceled_by_user_id:
|
|
3572
|
-
type:
|
|
2610
|
+
type:
|
|
2611
|
+
- string
|
|
2612
|
+
- 'null'
|
|
3573
2613
|
format: uuid
|
|
3574
|
-
nullable: true
|
|
3575
2614
|
canceled_by_deployment_id:
|
|
3576
|
-
type:
|
|
2615
|
+
type:
|
|
2616
|
+
- string
|
|
2617
|
+
- 'null'
|
|
3577
2618
|
format: uuid
|
|
3578
|
-
nullable: true
|
|
3579
2619
|
operation:
|
|
3580
2620
|
$ref: '#/components/schemas/DeploymentTaskOperation'
|
|
3581
2621
|
status:
|
|
3582
2622
|
$ref: '#/components/schemas/DeploymentTaskStatus'
|
|
3583
2623
|
reason:
|
|
3584
|
-
type:
|
|
3585
|
-
|
|
2624
|
+
type:
|
|
2625
|
+
- string
|
|
2626
|
+
- 'null'
|
|
3586
2627
|
DeploymentTaskOperation:
|
|
3587
2628
|
oneOf:
|
|
3588
2629
|
- type: object
|
|
@@ -3650,16 +2691,16 @@ components:
|
|
|
3650
2691
|
type: string
|
|
3651
2692
|
format: uuid
|
|
3652
2693
|
prev_helm_chart_id:
|
|
3653
|
-
type:
|
|
2694
|
+
type:
|
|
2695
|
+
- string
|
|
2696
|
+
- 'null'
|
|
3654
2697
|
format: uuid
|
|
3655
|
-
nullable: true
|
|
3656
2698
|
config_inputs: {}
|
|
3657
2699
|
config_delta:
|
|
3658
|
-
|
|
2700
|
+
oneOf:
|
|
2701
|
+
- type: 'null'
|
|
3659
2702
|
- $ref: '#/components/schemas/JsonDiff'
|
|
3660
|
-
|
|
3661
|
-
values_override:
|
|
3662
|
-
nullable: true
|
|
2703
|
+
values_override: {}
|
|
3663
2704
|
Env:
|
|
3664
2705
|
type: object
|
|
3665
2706
|
required:
|
|
@@ -3753,40 +2794,46 @@ components:
|
|
|
3753
2794
|
available:
|
|
3754
2795
|
type: boolean
|
|
3755
2796
|
values_ui:
|
|
3756
|
-
|
|
2797
|
+
oneOf:
|
|
2798
|
+
- type: 'null'
|
|
3757
2799
|
- $ref: '#/components/schemas/UiSchema'
|
|
3758
|
-
nullable: true
|
|
3759
2800
|
actions_schema:
|
|
3760
|
-
|
|
2801
|
+
oneOf:
|
|
2802
|
+
- type: 'null'
|
|
3761
2803
|
- $ref: '#/components/schemas/ChartExtActions'
|
|
3762
|
-
nullable: true
|
|
3763
2804
|
features:
|
|
3764
|
-
|
|
2805
|
+
oneOf:
|
|
2806
|
+
- type: 'null'
|
|
3765
2807
|
- $ref: '#/components/schemas/ChartExtFeatures'
|
|
3766
|
-
nullable: true
|
|
3767
2808
|
resource_types:
|
|
3768
|
-
|
|
2809
|
+
oneOf:
|
|
2810
|
+
- type: 'null'
|
|
3769
2811
|
- $ref: '#/components/schemas/ChartExtResourceTypes'
|
|
3770
|
-
nullable: true
|
|
3771
2812
|
error:
|
|
3772
|
-
type:
|
|
3773
|
-
|
|
2813
|
+
type:
|
|
2814
|
+
- string
|
|
2815
|
+
- 'null'
|
|
3774
2816
|
tag_format_id:
|
|
3775
|
-
type:
|
|
2817
|
+
type:
|
|
2818
|
+
- string
|
|
2819
|
+
- 'null'
|
|
3776
2820
|
format: uuid
|
|
3777
|
-
nullable: true
|
|
3778
2821
|
parsed_version:
|
|
3779
|
-
type:
|
|
3780
|
-
|
|
2822
|
+
type:
|
|
2823
|
+
- string
|
|
2824
|
+
- 'null'
|
|
3781
2825
|
parsed_revision:
|
|
3782
|
-
type:
|
|
3783
|
-
|
|
2826
|
+
type:
|
|
2827
|
+
- string
|
|
2828
|
+
- 'null'
|
|
3784
2829
|
parsed_branch:
|
|
3785
|
-
type:
|
|
3786
|
-
|
|
2830
|
+
type:
|
|
2831
|
+
- string
|
|
2832
|
+
- 'null'
|
|
3787
2833
|
parsed_commit:
|
|
3788
|
-
type:
|
|
3789
|
-
|
|
2834
|
+
type:
|
|
2835
|
+
- string
|
|
2836
|
+
- 'null'
|
|
3790
2837
|
HelmRegistry:
|
|
3791
2838
|
type: object
|
|
3792
2839
|
required:
|
|
@@ -3797,6 +2844,7 @@ components:
|
|
|
3797
2844
|
- kind_id
|
|
3798
2845
|
- available
|
|
3799
2846
|
- fa_icon
|
|
2847
|
+
- provider
|
|
3800
2848
|
properties:
|
|
3801
2849
|
id:
|
|
3802
2850
|
type: string
|
|
@@ -3815,6 +2863,13 @@ components:
|
|
|
3815
2863
|
type: boolean
|
|
3816
2864
|
fa_icon:
|
|
3817
2865
|
type: string
|
|
2866
|
+
provider:
|
|
2867
|
+
$ref: '#/components/schemas/HelmRegistryProvider'
|
|
2868
|
+
HelmRegistryProvider:
|
|
2869
|
+
type: string
|
|
2870
|
+
enum:
|
|
2871
|
+
- Ecr
|
|
2872
|
+
- Oci
|
|
3818
2873
|
HelmTagFormat:
|
|
3819
2874
|
type: object
|
|
3820
2875
|
required:
|
|
@@ -3834,10 +2889,11 @@ components:
|
|
|
3834
2889
|
type: object
|
|
3835
2890
|
additionalProperties:
|
|
3836
2891
|
$ref: '#/components/schemas/JsonDiffPair'
|
|
2892
|
+
propertyNames:
|
|
2893
|
+
type: string
|
|
3837
2894
|
JsonDiffPair:
|
|
3838
2895
|
type: array
|
|
3839
2896
|
items: {}
|
|
3840
|
-
description: ''
|
|
3841
2897
|
maxItems: 2
|
|
3842
2898
|
minItems: 2
|
|
3843
2899
|
K8sCluster:
|
|
@@ -3863,9 +2919,10 @@ components:
|
|
|
3863
2919
|
type: string
|
|
3864
2920
|
format: uuid
|
|
3865
2921
|
env_id:
|
|
3866
|
-
type:
|
|
2922
|
+
type:
|
|
2923
|
+
- string
|
|
2924
|
+
- 'null'
|
|
3867
2925
|
format: uuid
|
|
3868
|
-
nullable: true
|
|
3869
2926
|
provider_id:
|
|
3870
2927
|
type: string
|
|
3871
2928
|
created_at:
|
|
@@ -3881,25 +2938,31 @@ components:
|
|
|
3881
2938
|
is_ok:
|
|
3882
2939
|
type: boolean
|
|
3883
2940
|
not_ok_reason:
|
|
3884
|
-
type:
|
|
3885
|
-
|
|
2941
|
+
type:
|
|
2942
|
+
- string
|
|
2943
|
+
- 'null'
|
|
3886
2944
|
ignore:
|
|
3887
2945
|
type: boolean
|
|
3888
2946
|
ingress_domain:
|
|
3889
|
-
type:
|
|
3890
|
-
|
|
2947
|
+
type:
|
|
2948
|
+
- string
|
|
2949
|
+
- 'null'
|
|
3891
2950
|
ingress_class:
|
|
3892
|
-
type:
|
|
3893
|
-
|
|
2951
|
+
type:
|
|
2952
|
+
- string
|
|
2953
|
+
- 'null'
|
|
3894
2954
|
ingress_tls_secret_name:
|
|
3895
|
-
type:
|
|
3896
|
-
|
|
2955
|
+
type:
|
|
2956
|
+
- string
|
|
2957
|
+
- 'null'
|
|
3897
2958
|
grafana_url:
|
|
3898
|
-
type:
|
|
3899
|
-
|
|
2959
|
+
type:
|
|
2960
|
+
- string
|
|
2961
|
+
- 'null'
|
|
3900
2962
|
grafana_datasource_name:
|
|
3901
|
-
type:
|
|
3902
|
-
|
|
2963
|
+
type:
|
|
2964
|
+
- string
|
|
2965
|
+
- 'null'
|
|
3903
2966
|
K8sResource:
|
|
3904
2967
|
type: object
|
|
3905
2968
|
required:
|
|
@@ -3965,13 +3028,6 @@ components:
|
|
|
3965
3028
|
format: uuid
|
|
3966
3029
|
name:
|
|
3967
3030
|
type: string
|
|
3968
|
-
NewBot:
|
|
3969
|
-
type: object
|
|
3970
|
-
required:
|
|
3971
|
-
- display_name
|
|
3972
|
-
properties:
|
|
3973
|
-
display_name:
|
|
3974
|
-
type: string
|
|
3975
3031
|
NewDeployment:
|
|
3976
3032
|
type: object
|
|
3977
3033
|
required:
|
|
@@ -3992,10 +3048,8 @@ components:
|
|
|
3992
3048
|
helm_chart_id:
|
|
3993
3049
|
type: string
|
|
3994
3050
|
format: uuid
|
|
3995
|
-
config:
|
|
3996
|
-
|
|
3997
|
-
values_override:
|
|
3998
|
-
nullable: true
|
|
3051
|
+
config: {}
|
|
3052
|
+
values_override: {}
|
|
3999
3053
|
NewDeploymentPermission:
|
|
4000
3054
|
type: object
|
|
4001
3055
|
required:
|
|
@@ -4024,13 +3078,15 @@ components:
|
|
|
4024
3078
|
- props
|
|
4025
3079
|
properties:
|
|
4026
3080
|
id:
|
|
4027
|
-
type:
|
|
3081
|
+
type:
|
|
3082
|
+
- string
|
|
3083
|
+
- 'null'
|
|
4028
3084
|
format: uuid
|
|
4029
|
-
nullable: true
|
|
4030
3085
|
created_at:
|
|
4031
|
-
type:
|
|
3086
|
+
type:
|
|
3087
|
+
- string
|
|
3088
|
+
- 'null'
|
|
4032
3089
|
format: date-time
|
|
4033
|
-
nullable: true
|
|
4034
3090
|
type_id:
|
|
4035
3091
|
type: string
|
|
4036
3092
|
format: uuid
|
|
@@ -4041,9 +3097,9 @@ components:
|
|
|
4041
3097
|
type: string
|
|
4042
3098
|
props: {}
|
|
4043
3099
|
sync_status:
|
|
4044
|
-
|
|
3100
|
+
oneOf:
|
|
3101
|
+
- type: 'null'
|
|
4045
3102
|
- $ref: '#/components/schemas/DeploymentResourceSyncStatus'
|
|
4046
|
-
nullable: true
|
|
4047
3103
|
NewEnv:
|
|
4048
3104
|
type: object
|
|
4049
3105
|
required:
|
|
@@ -4099,118 +3155,1079 @@ components:
|
|
|
4099
3155
|
properties:
|
|
4100
3156
|
auth_code:
|
|
4101
3157
|
type: string
|
|
4102
|
-
|
|
4103
|
-
type: object
|
|
4104
|
-
required:
|
|
4105
|
-
- id
|
|
4106
|
-
- created_at
|
|
4107
|
-
- updated_at
|
|
4108
|
-
- env_id
|
|
4109
|
-
- collection
|
|
4110
|
-
- name
|
|
4111
|
-
properties:
|
|
4112
|
-
id:
|
|
4113
|
-
type: string
|
|
4114
|
-
format: uuid
|
|
4115
|
-
created_at:
|
|
4116
|
-
type: string
|
|
4117
|
-
format: date-time
|
|
4118
|
-
updated_at:
|
|
4119
|
-
type: string
|
|
4120
|
-
format: date-time
|
|
4121
|
-
env_id:
|
|
4122
|
-
type: string
|
|
4123
|
-
format: uuid
|
|
4124
|
-
collection:
|
|
4125
|
-
type: string
|
|
4126
|
-
name:
|
|
4127
|
-
type: string
|
|
4128
|
-
SerializedUiSchemaInputType:
|
|
4129
|
-
type: object
|
|
4130
|
-
required:
|
|
4131
|
-
- type
|
|
4132
|
-
properties:
|
|
4133
|
-
type:
|
|
4134
|
-
type: string
|
|
4135
|
-
itemType:
|
|
4136
|
-
type: string
|
|
4137
|
-
nullable: true
|
|
4138
|
-
collection:
|
|
4139
|
-
nullable: true
|
|
4140
|
-
ServerInfo:
|
|
3158
|
+
Paginated_Bot:
|
|
4141
3159
|
type: object
|
|
4142
3160
|
required:
|
|
4143
|
-
-
|
|
3161
|
+
- page
|
|
3162
|
+
- per_page
|
|
3163
|
+
- items
|
|
3164
|
+
- num_total
|
|
4144
3165
|
properties:
|
|
4145
|
-
|
|
4146
|
-
type:
|
|
4147
|
-
|
|
3166
|
+
page:
|
|
3167
|
+
type: integer
|
|
3168
|
+
format: int64
|
|
3169
|
+
per_page:
|
|
3170
|
+
type: integer
|
|
3171
|
+
format: int64
|
|
3172
|
+
items:
|
|
3173
|
+
type: array
|
|
3174
|
+
items:
|
|
3175
|
+
type: object
|
|
3176
|
+
required:
|
|
3177
|
+
- id
|
|
3178
|
+
- created_at
|
|
3179
|
+
- display_name
|
|
3180
|
+
properties:
|
|
3181
|
+
id:
|
|
3182
|
+
type: string
|
|
3183
|
+
format: uuid
|
|
3184
|
+
created_at:
|
|
3185
|
+
type: string
|
|
3186
|
+
format: date-time
|
|
3187
|
+
display_name:
|
|
3188
|
+
type: string
|
|
3189
|
+
num_total:
|
|
3190
|
+
type: integer
|
|
3191
|
+
format: int64
|
|
3192
|
+
Paginated_BotToken:
|
|
4148
3193
|
type: object
|
|
4149
3194
|
required:
|
|
4150
|
-
-
|
|
3195
|
+
- page
|
|
3196
|
+
- per_page
|
|
3197
|
+
- items
|
|
3198
|
+
- num_total
|
|
4151
3199
|
properties:
|
|
4152
|
-
|
|
4153
|
-
type:
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
|
|
3200
|
+
page:
|
|
3201
|
+
type: integer
|
|
3202
|
+
format: int64
|
|
3203
|
+
per_page:
|
|
3204
|
+
type: integer
|
|
3205
|
+
format: int64
|
|
3206
|
+
items:
|
|
3207
|
+
type: array
|
|
3208
|
+
items:
|
|
3209
|
+
type: object
|
|
3210
|
+
required:
|
|
3211
|
+
- id
|
|
3212
|
+
- bot_id
|
|
3213
|
+
- created_at
|
|
3214
|
+
- created_by_user_id
|
|
3215
|
+
properties:
|
|
3216
|
+
id:
|
|
3217
|
+
type: string
|
|
3218
|
+
format: uuid
|
|
3219
|
+
bot_id:
|
|
3220
|
+
type: string
|
|
3221
|
+
format: uuid
|
|
3222
|
+
created_at:
|
|
3223
|
+
type: string
|
|
3224
|
+
format: date-time
|
|
3225
|
+
created_by_user_id:
|
|
3226
|
+
type: string
|
|
3227
|
+
format: uuid
|
|
3228
|
+
num_total:
|
|
3229
|
+
type: integer
|
|
3230
|
+
format: int64
|
|
3231
|
+
Paginated_Deployment:
|
|
4159
3232
|
type: object
|
|
4160
3233
|
required:
|
|
4161
|
-
-
|
|
4162
|
-
-
|
|
3234
|
+
- page
|
|
3235
|
+
- per_page
|
|
3236
|
+
- items
|
|
3237
|
+
- num_total
|
|
4163
3238
|
properties:
|
|
4164
|
-
|
|
4165
|
-
type:
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
|
|
4172
|
-
|
|
3239
|
+
page:
|
|
3240
|
+
type: integer
|
|
3241
|
+
format: int64
|
|
3242
|
+
per_page:
|
|
3243
|
+
type: integer
|
|
3244
|
+
format: int64
|
|
3245
|
+
items:
|
|
3246
|
+
type: array
|
|
3247
|
+
items:
|
|
3248
|
+
type: object
|
|
3249
|
+
required:
|
|
3250
|
+
- id
|
|
3251
|
+
- created_at
|
|
3252
|
+
- name
|
|
3253
|
+
- kind_id
|
|
3254
|
+
- cluster_id
|
|
3255
|
+
- enabled
|
|
3256
|
+
- status
|
|
3257
|
+
- description_md
|
|
3258
|
+
- reason
|
|
3259
|
+
- revision_id
|
|
3260
|
+
- reported_status
|
|
3261
|
+
- helm_chart_id
|
|
3262
|
+
- config
|
|
3263
|
+
- values_override
|
|
3264
|
+
properties:
|
|
3265
|
+
id:
|
|
3266
|
+
type: string
|
|
3267
|
+
format: uuid
|
|
3268
|
+
created_at:
|
|
3269
|
+
type: string
|
|
3270
|
+
format: date-time
|
|
3271
|
+
name:
|
|
3272
|
+
type: string
|
|
3273
|
+
kind_id:
|
|
3274
|
+
type: string
|
|
3275
|
+
format: uuid
|
|
3276
|
+
cluster_id:
|
|
3277
|
+
type: string
|
|
3278
|
+
format: uuid
|
|
3279
|
+
enabled:
|
|
3280
|
+
type: boolean
|
|
3281
|
+
status:
|
|
3282
|
+
$ref: '#/components/schemas/DeploymentStatus'
|
|
3283
|
+
description_md:
|
|
3284
|
+
type:
|
|
3285
|
+
- string
|
|
3286
|
+
- 'null'
|
|
3287
|
+
reason:
|
|
3288
|
+
type:
|
|
3289
|
+
- string
|
|
3290
|
+
- 'null'
|
|
3291
|
+
revision_id:
|
|
3292
|
+
type:
|
|
3293
|
+
- string
|
|
3294
|
+
- 'null'
|
|
3295
|
+
format: uuid
|
|
3296
|
+
reported_status:
|
|
3297
|
+
oneOf:
|
|
3298
|
+
- type: 'null'
|
|
3299
|
+
- $ref: '#/components/schemas/DeploymentReportedStatus'
|
|
3300
|
+
helm_chart_id:
|
|
3301
|
+
type: string
|
|
3302
|
+
format: uuid
|
|
3303
|
+
config: {}
|
|
3304
|
+
values_override: {}
|
|
3305
|
+
num_total:
|
|
3306
|
+
type: integer
|
|
3307
|
+
format: int64
|
|
3308
|
+
Paginated_DeploymentKind:
|
|
3309
|
+
type: object
|
|
3310
|
+
required:
|
|
3311
|
+
- page
|
|
3312
|
+
- per_page
|
|
3313
|
+
- items
|
|
3314
|
+
- num_total
|
|
3315
|
+
properties:
|
|
3316
|
+
page:
|
|
3317
|
+
type: integer
|
|
3318
|
+
format: int64
|
|
3319
|
+
per_page:
|
|
3320
|
+
type: integer
|
|
3321
|
+
format: int64
|
|
3322
|
+
items:
|
|
3323
|
+
type: array
|
|
3324
|
+
items:
|
|
3325
|
+
type: object
|
|
3326
|
+
required:
|
|
3327
|
+
- id
|
|
3328
|
+
- created_at
|
|
3329
|
+
- name
|
|
3330
|
+
properties:
|
|
3331
|
+
id:
|
|
3332
|
+
type: string
|
|
3333
|
+
format: uuid
|
|
3334
|
+
created_at:
|
|
3335
|
+
type: string
|
|
3336
|
+
format: date-time
|
|
3337
|
+
name:
|
|
3338
|
+
type: string
|
|
3339
|
+
num_total:
|
|
3340
|
+
type: integer
|
|
3341
|
+
format: int64
|
|
3342
|
+
Paginated_DeploymentPermission:
|
|
3343
|
+
type: object
|
|
3344
|
+
required:
|
|
3345
|
+
- page
|
|
3346
|
+
- per_page
|
|
3347
|
+
- items
|
|
3348
|
+
- num_total
|
|
3349
|
+
properties:
|
|
3350
|
+
page:
|
|
3351
|
+
type: integer
|
|
3352
|
+
format: int64
|
|
3353
|
+
per_page:
|
|
3354
|
+
type: integer
|
|
3355
|
+
format: int64
|
|
3356
|
+
items:
|
|
3357
|
+
type: array
|
|
3358
|
+
items:
|
|
3359
|
+
type: object
|
|
3360
|
+
required:
|
|
3361
|
+
- id
|
|
3362
|
+
- created_at
|
|
3363
|
+
- env_id
|
|
3364
|
+
- user_id
|
|
3365
|
+
- kind_id
|
|
3366
|
+
- role
|
|
3367
|
+
properties:
|
|
3368
|
+
id:
|
|
3369
|
+
type: string
|
|
3370
|
+
format: uuid
|
|
3371
|
+
created_at:
|
|
3372
|
+
type: string
|
|
3373
|
+
format: date-time
|
|
3374
|
+
env_id:
|
|
3375
|
+
type: string
|
|
3376
|
+
format: uuid
|
|
3377
|
+
user_id:
|
|
3378
|
+
type: string
|
|
3379
|
+
format: uuid
|
|
3380
|
+
kind_id:
|
|
3381
|
+
type: string
|
|
3382
|
+
format: uuid
|
|
3383
|
+
role:
|
|
3384
|
+
$ref: '#/components/schemas/UserDeploymentRole'
|
|
3385
|
+
num_total:
|
|
3386
|
+
type: integer
|
|
3387
|
+
format: int64
|
|
3388
|
+
Paginated_DeploymentResource:
|
|
3389
|
+
type: object
|
|
3390
|
+
required:
|
|
3391
|
+
- page
|
|
3392
|
+
- per_page
|
|
3393
|
+
- items
|
|
3394
|
+
- num_total
|
|
3395
|
+
properties:
|
|
3396
|
+
page:
|
|
3397
|
+
type: integer
|
|
3398
|
+
format: int64
|
|
3399
|
+
per_page:
|
|
3400
|
+
type: integer
|
|
3401
|
+
format: int64
|
|
3402
|
+
items:
|
|
3403
|
+
type: array
|
|
3404
|
+
items:
|
|
3405
|
+
type: object
|
|
3406
|
+
required:
|
|
3407
|
+
- id
|
|
3408
|
+
- created_at
|
|
3409
|
+
- type_id
|
|
3410
|
+
- deployment_id
|
|
3411
|
+
- name
|
|
3412
|
+
- exists
|
|
3413
|
+
- props
|
|
3414
|
+
- sync_status
|
|
3415
|
+
- sync_reason
|
|
3416
|
+
properties:
|
|
3417
|
+
id:
|
|
3418
|
+
type: string
|
|
3419
|
+
format: uuid
|
|
3420
|
+
created_at:
|
|
3421
|
+
type: string
|
|
3422
|
+
format: date-time
|
|
3423
|
+
type_id:
|
|
3424
|
+
type: string
|
|
3425
|
+
format: uuid
|
|
3426
|
+
deployment_id:
|
|
3427
|
+
type:
|
|
3428
|
+
- string
|
|
3429
|
+
- 'null'
|
|
3430
|
+
format: uuid
|
|
3431
|
+
name:
|
|
3432
|
+
type: string
|
|
3433
|
+
exists:
|
|
3434
|
+
type: boolean
|
|
3435
|
+
props: {}
|
|
3436
|
+
sync_status:
|
|
3437
|
+
$ref: '#/components/schemas/DeploymentResourceSyncStatus'
|
|
3438
|
+
sync_reason:
|
|
3439
|
+
type:
|
|
3440
|
+
- string
|
|
3441
|
+
- 'null'
|
|
3442
|
+
num_total:
|
|
3443
|
+
type: integer
|
|
3444
|
+
format: int64
|
|
3445
|
+
Paginated_DeploymentResourceType:
|
|
3446
|
+
type: object
|
|
3447
|
+
required:
|
|
3448
|
+
- page
|
|
3449
|
+
- per_page
|
|
3450
|
+
- items
|
|
3451
|
+
- num_total
|
|
3452
|
+
properties:
|
|
3453
|
+
page:
|
|
3454
|
+
type: integer
|
|
3455
|
+
format: int64
|
|
3456
|
+
per_page:
|
|
3457
|
+
type: integer
|
|
3458
|
+
format: int64
|
|
3459
|
+
items:
|
|
3460
|
+
type: array
|
|
3461
|
+
items:
|
|
3462
|
+
type: object
|
|
3463
|
+
required:
|
|
3464
|
+
- id
|
|
3465
|
+
- created_at
|
|
3466
|
+
- env_id
|
|
3467
|
+
- deployment_kind_id
|
|
3468
|
+
- key
|
|
3469
|
+
- spec
|
|
3470
|
+
properties:
|
|
3471
|
+
id:
|
|
3472
|
+
type: string
|
|
3473
|
+
format: uuid
|
|
3474
|
+
created_at:
|
|
3475
|
+
type: string
|
|
3476
|
+
format: date-time
|
|
3477
|
+
env_id:
|
|
3478
|
+
type:
|
|
3479
|
+
- string
|
|
3480
|
+
- 'null'
|
|
3481
|
+
format: uuid
|
|
3482
|
+
deployment_kind_id:
|
|
3483
|
+
type: string
|
|
3484
|
+
format: uuid
|
|
3485
|
+
key:
|
|
3486
|
+
type: string
|
|
3487
|
+
spec:
|
|
3488
|
+
$ref: '#/components/schemas/ChartExtResourceTypeV1Beta1Spec'
|
|
3489
|
+
num_total:
|
|
3490
|
+
type: integer
|
|
3491
|
+
format: int64
|
|
3492
|
+
Paginated_DeploymentTask:
|
|
3493
|
+
type: object
|
|
3494
|
+
required:
|
|
3495
|
+
- page
|
|
3496
|
+
- per_page
|
|
3497
|
+
- items
|
|
3498
|
+
- num_total
|
|
3499
|
+
properties:
|
|
3500
|
+
page:
|
|
3501
|
+
type: integer
|
|
3502
|
+
format: int64
|
|
3503
|
+
per_page:
|
|
3504
|
+
type: integer
|
|
3505
|
+
format: int64
|
|
3506
|
+
items:
|
|
3507
|
+
type: array
|
|
3508
|
+
items:
|
|
3509
|
+
type: object
|
|
3510
|
+
required:
|
|
3511
|
+
- id
|
|
3512
|
+
- created_at
|
|
3513
|
+
- execute_at
|
|
3514
|
+
- first_attempted_at
|
|
3515
|
+
- started_at
|
|
3516
|
+
- finished_at
|
|
3517
|
+
- cluster_id
|
|
3518
|
+
- deployment_id
|
|
3519
|
+
- acting_user_id
|
|
3520
|
+
- acting_deployment_id
|
|
3521
|
+
- canceled_by_user_id
|
|
3522
|
+
- canceled_by_deployment_id
|
|
3523
|
+
- operation
|
|
3524
|
+
- status
|
|
3525
|
+
- reason
|
|
3526
|
+
properties:
|
|
3527
|
+
id:
|
|
3528
|
+
type: string
|
|
3529
|
+
format: uuid
|
|
3530
|
+
created_at:
|
|
3531
|
+
type: string
|
|
3532
|
+
format: date-time
|
|
3533
|
+
execute_at:
|
|
3534
|
+
type: string
|
|
3535
|
+
format: date-time
|
|
3536
|
+
first_attempted_at:
|
|
3537
|
+
type:
|
|
3538
|
+
- string
|
|
3539
|
+
- 'null'
|
|
3540
|
+
format: date-time
|
|
3541
|
+
started_at:
|
|
3542
|
+
type:
|
|
3543
|
+
- string
|
|
3544
|
+
- 'null'
|
|
3545
|
+
format: date-time
|
|
3546
|
+
finished_at:
|
|
3547
|
+
type:
|
|
3548
|
+
- string
|
|
3549
|
+
- 'null'
|
|
3550
|
+
format: date-time
|
|
3551
|
+
cluster_id:
|
|
3552
|
+
type: string
|
|
3553
|
+
format: uuid
|
|
3554
|
+
deployment_id:
|
|
3555
|
+
type: string
|
|
3556
|
+
format: uuid
|
|
3557
|
+
acting_user_id:
|
|
3558
|
+
type:
|
|
3559
|
+
- string
|
|
3560
|
+
- 'null'
|
|
3561
|
+
format: uuid
|
|
3562
|
+
acting_deployment_id:
|
|
3563
|
+
type:
|
|
3564
|
+
- string
|
|
3565
|
+
- 'null'
|
|
3566
|
+
format: uuid
|
|
3567
|
+
canceled_by_user_id:
|
|
3568
|
+
type:
|
|
3569
|
+
- string
|
|
3570
|
+
- 'null'
|
|
3571
|
+
format: uuid
|
|
3572
|
+
canceled_by_deployment_id:
|
|
3573
|
+
type:
|
|
3574
|
+
- string
|
|
3575
|
+
- 'null'
|
|
3576
|
+
format: uuid
|
|
3577
|
+
operation:
|
|
3578
|
+
$ref: '#/components/schemas/DeploymentTaskOperation'
|
|
3579
|
+
status:
|
|
3580
|
+
$ref: '#/components/schemas/DeploymentTaskStatus'
|
|
3581
|
+
reason:
|
|
3582
|
+
type:
|
|
3583
|
+
- string
|
|
3584
|
+
- 'null'
|
|
3585
|
+
num_total:
|
|
3586
|
+
type: integer
|
|
3587
|
+
format: int64
|
|
3588
|
+
Paginated_Env:
|
|
3589
|
+
type: object
|
|
3590
|
+
required:
|
|
3591
|
+
- page
|
|
3592
|
+
- per_page
|
|
3593
|
+
- items
|
|
3594
|
+
- num_total
|
|
3595
|
+
properties:
|
|
3596
|
+
page:
|
|
3597
|
+
type: integer
|
|
3598
|
+
format: int64
|
|
3599
|
+
per_page:
|
|
3600
|
+
type: integer
|
|
3601
|
+
format: int64
|
|
3602
|
+
items:
|
|
3603
|
+
type: array
|
|
3604
|
+
items:
|
|
3605
|
+
type: object
|
|
3606
|
+
required:
|
|
3607
|
+
- id
|
|
3608
|
+
- created_at
|
|
3609
|
+
- name
|
|
3610
|
+
- node_selector
|
|
3611
|
+
- tolerations
|
|
3612
|
+
- auto_add_new_users
|
|
3613
|
+
properties:
|
|
3614
|
+
id:
|
|
3615
|
+
type: string
|
|
3616
|
+
format: uuid
|
|
3617
|
+
created_at:
|
|
3618
|
+
type: string
|
|
3619
|
+
format: date-time
|
|
3620
|
+
name:
|
|
3621
|
+
type: string
|
|
3622
|
+
node_selector: {}
|
|
3623
|
+
tolerations: {}
|
|
3624
|
+
auto_add_new_users:
|
|
3625
|
+
type: boolean
|
|
3626
|
+
num_total:
|
|
3627
|
+
type: integer
|
|
3628
|
+
format: int64
|
|
3629
|
+
Paginated_EnvUserPermission:
|
|
3630
|
+
type: object
|
|
3631
|
+
required:
|
|
3632
|
+
- page
|
|
3633
|
+
- per_page
|
|
3634
|
+
- items
|
|
3635
|
+
- num_total
|
|
3636
|
+
properties:
|
|
3637
|
+
page:
|
|
3638
|
+
type: integer
|
|
3639
|
+
format: int64
|
|
3640
|
+
per_page:
|
|
3641
|
+
type: integer
|
|
3642
|
+
format: int64
|
|
3643
|
+
items:
|
|
3644
|
+
type: array
|
|
3645
|
+
items:
|
|
3646
|
+
type: object
|
|
3647
|
+
required:
|
|
3648
|
+
- id
|
|
3649
|
+
- created_at
|
|
3650
|
+
- env_id
|
|
3651
|
+
- user_id
|
|
3652
|
+
- role
|
|
3653
|
+
properties:
|
|
3654
|
+
id:
|
|
3655
|
+
type: string
|
|
3656
|
+
format: uuid
|
|
3657
|
+
created_at:
|
|
3658
|
+
type: string
|
|
3659
|
+
format: date-time
|
|
3660
|
+
env_id:
|
|
3661
|
+
type: string
|
|
3662
|
+
format: uuid
|
|
3663
|
+
user_id:
|
|
3664
|
+
type: string
|
|
3665
|
+
format: uuid
|
|
3666
|
+
role:
|
|
3667
|
+
$ref: '#/components/schemas/EnvUserRole'
|
|
3668
|
+
num_total:
|
|
3669
|
+
type: integer
|
|
3670
|
+
format: int64
|
|
3671
|
+
Paginated_HelmChart:
|
|
3672
|
+
type: object
|
|
3673
|
+
required:
|
|
3674
|
+
- page
|
|
3675
|
+
- per_page
|
|
3676
|
+
- items
|
|
3677
|
+
- num_total
|
|
3678
|
+
properties:
|
|
3679
|
+
page:
|
|
3680
|
+
type: integer
|
|
3681
|
+
format: int64
|
|
3682
|
+
per_page:
|
|
3683
|
+
type: integer
|
|
3684
|
+
format: int64
|
|
3685
|
+
items:
|
|
3686
|
+
type: array
|
|
3687
|
+
items:
|
|
3688
|
+
type: object
|
|
3689
|
+
required:
|
|
3690
|
+
- id
|
|
3691
|
+
- created_at
|
|
3692
|
+
- helm_registry_id
|
|
3693
|
+
- image_digest
|
|
3694
|
+
- image_tag
|
|
3695
|
+
- available
|
|
3696
|
+
- values_ui
|
|
3697
|
+
- actions_schema
|
|
3698
|
+
- features
|
|
3699
|
+
- resource_types
|
|
3700
|
+
- error
|
|
3701
|
+
- tag_format_id
|
|
3702
|
+
- parsed_version
|
|
3703
|
+
- parsed_revision
|
|
3704
|
+
- parsed_branch
|
|
3705
|
+
- parsed_commit
|
|
3706
|
+
properties:
|
|
3707
|
+
id:
|
|
3708
|
+
type: string
|
|
3709
|
+
format: uuid
|
|
3710
|
+
created_at:
|
|
3711
|
+
type: string
|
|
3712
|
+
format: date-time
|
|
3713
|
+
helm_registry_id:
|
|
3714
|
+
type: string
|
|
3715
|
+
format: uuid
|
|
3716
|
+
image_digest:
|
|
3717
|
+
type: string
|
|
3718
|
+
image_tag:
|
|
3719
|
+
type: string
|
|
3720
|
+
available:
|
|
3721
|
+
type: boolean
|
|
3722
|
+
values_ui:
|
|
3723
|
+
oneOf:
|
|
3724
|
+
- type: 'null'
|
|
3725
|
+
- $ref: '#/components/schemas/UiSchema'
|
|
3726
|
+
actions_schema:
|
|
3727
|
+
oneOf:
|
|
3728
|
+
- type: 'null'
|
|
3729
|
+
- $ref: '#/components/schemas/ChartExtActions'
|
|
3730
|
+
features:
|
|
3731
|
+
oneOf:
|
|
3732
|
+
- type: 'null'
|
|
3733
|
+
- $ref: '#/components/schemas/ChartExtFeatures'
|
|
3734
|
+
resource_types:
|
|
3735
|
+
oneOf:
|
|
3736
|
+
- type: 'null'
|
|
3737
|
+
- $ref: '#/components/schemas/ChartExtResourceTypes'
|
|
3738
|
+
error:
|
|
3739
|
+
type:
|
|
3740
|
+
- string
|
|
3741
|
+
- 'null'
|
|
3742
|
+
tag_format_id:
|
|
3743
|
+
type:
|
|
3744
|
+
- string
|
|
3745
|
+
- 'null'
|
|
3746
|
+
format: uuid
|
|
3747
|
+
parsed_version:
|
|
3748
|
+
type:
|
|
3749
|
+
- string
|
|
3750
|
+
- 'null'
|
|
3751
|
+
parsed_revision:
|
|
3752
|
+
type:
|
|
3753
|
+
- string
|
|
3754
|
+
- 'null'
|
|
3755
|
+
parsed_branch:
|
|
3756
|
+
type:
|
|
3757
|
+
- string
|
|
3758
|
+
- 'null'
|
|
3759
|
+
parsed_commit:
|
|
3760
|
+
type:
|
|
3761
|
+
- string
|
|
3762
|
+
- 'null'
|
|
3763
|
+
num_total:
|
|
3764
|
+
type: integer
|
|
3765
|
+
format: int64
|
|
3766
|
+
Paginated_HelmRegistry:
|
|
3767
|
+
type: object
|
|
3768
|
+
required:
|
|
3769
|
+
- page
|
|
3770
|
+
- per_page
|
|
3771
|
+
- items
|
|
3772
|
+
- num_total
|
|
3773
|
+
properties:
|
|
3774
|
+
page:
|
|
3775
|
+
type: integer
|
|
3776
|
+
format: int64
|
|
3777
|
+
per_page:
|
|
3778
|
+
type: integer
|
|
3779
|
+
format: int64
|
|
3780
|
+
items:
|
|
3781
|
+
type: array
|
|
3782
|
+
items:
|
|
3783
|
+
type: object
|
|
3784
|
+
required:
|
|
3785
|
+
- id
|
|
3786
|
+
- created_at
|
|
3787
|
+
- domain_name
|
|
3788
|
+
- repo_name
|
|
3789
|
+
- kind_id
|
|
3790
|
+
- available
|
|
3791
|
+
- fa_icon
|
|
3792
|
+
- provider
|
|
3793
|
+
properties:
|
|
3794
|
+
id:
|
|
3795
|
+
type: string
|
|
3796
|
+
format: uuid
|
|
3797
|
+
created_at:
|
|
3798
|
+
type: string
|
|
3799
|
+
format: date-time
|
|
3800
|
+
domain_name:
|
|
3801
|
+
type: string
|
|
3802
|
+
repo_name:
|
|
3803
|
+
type: string
|
|
3804
|
+
kind_id:
|
|
3805
|
+
type: string
|
|
3806
|
+
format: uuid
|
|
3807
|
+
available:
|
|
3808
|
+
type: boolean
|
|
3809
|
+
fa_icon:
|
|
3810
|
+
type: string
|
|
3811
|
+
provider:
|
|
3812
|
+
$ref: '#/components/schemas/HelmRegistryProvider'
|
|
3813
|
+
num_total:
|
|
3814
|
+
type: integer
|
|
3815
|
+
format: int64
|
|
3816
|
+
Paginated_HelmTagFormat:
|
|
3817
|
+
type: object
|
|
3818
|
+
required:
|
|
3819
|
+
- page
|
|
3820
|
+
- per_page
|
|
3821
|
+
- items
|
|
3822
|
+
- num_total
|
|
3823
|
+
properties:
|
|
3824
|
+
page:
|
|
3825
|
+
type: integer
|
|
3826
|
+
format: int64
|
|
3827
|
+
per_page:
|
|
3828
|
+
type: integer
|
|
3829
|
+
format: int64
|
|
3830
|
+
items:
|
|
3831
|
+
type: array
|
|
3832
|
+
items:
|
|
3833
|
+
type: object
|
|
3834
|
+
required:
|
|
3835
|
+
- id
|
|
3836
|
+
- created_at
|
|
3837
|
+
- pattern
|
|
3838
|
+
properties:
|
|
3839
|
+
id:
|
|
3840
|
+
type: string
|
|
3841
|
+
format: uuid
|
|
3842
|
+
created_at:
|
|
3843
|
+
type: string
|
|
3844
|
+
format: date-time
|
|
3845
|
+
pattern:
|
|
3846
|
+
type: string
|
|
3847
|
+
num_total:
|
|
3848
|
+
type: integer
|
|
3849
|
+
format: int64
|
|
3850
|
+
Paginated_K8sCluster:
|
|
3851
|
+
type: object
|
|
3852
|
+
required:
|
|
3853
|
+
- page
|
|
3854
|
+
- per_page
|
|
3855
|
+
- items
|
|
3856
|
+
- num_total
|
|
3857
|
+
properties:
|
|
3858
|
+
page:
|
|
3859
|
+
type: integer
|
|
3860
|
+
format: int64
|
|
3861
|
+
per_page:
|
|
3862
|
+
type: integer
|
|
3863
|
+
format: int64
|
|
3864
|
+
items:
|
|
3865
|
+
type: array
|
|
3866
|
+
items:
|
|
3867
|
+
type: object
|
|
3868
|
+
required:
|
|
3869
|
+
- id
|
|
3870
|
+
- env_id
|
|
3871
|
+
- provider_id
|
|
3872
|
+
- created_at
|
|
3873
|
+
- last_seen_at
|
|
3874
|
+
- name
|
|
3875
|
+
- region_name
|
|
3876
|
+
- is_ok
|
|
3877
|
+
- not_ok_reason
|
|
3878
|
+
- ignore
|
|
3879
|
+
- ingress_domain
|
|
3880
|
+
- ingress_class
|
|
3881
|
+
- ingress_tls_secret_name
|
|
3882
|
+
- grafana_url
|
|
3883
|
+
- grafana_datasource_name
|
|
3884
|
+
properties:
|
|
3885
|
+
id:
|
|
3886
|
+
type: string
|
|
3887
|
+
format: uuid
|
|
3888
|
+
env_id:
|
|
3889
|
+
type:
|
|
3890
|
+
- string
|
|
3891
|
+
- 'null'
|
|
3892
|
+
format: uuid
|
|
3893
|
+
provider_id:
|
|
3894
|
+
type: string
|
|
3895
|
+
created_at:
|
|
3896
|
+
type: string
|
|
3897
|
+
format: date-time
|
|
3898
|
+
last_seen_at:
|
|
3899
|
+
type: string
|
|
3900
|
+
format: date-time
|
|
3901
|
+
name:
|
|
3902
|
+
type: string
|
|
3903
|
+
region_name:
|
|
3904
|
+
type: string
|
|
3905
|
+
is_ok:
|
|
3906
|
+
type: boolean
|
|
3907
|
+
not_ok_reason:
|
|
3908
|
+
type:
|
|
3909
|
+
- string
|
|
3910
|
+
- 'null'
|
|
3911
|
+
ignore:
|
|
3912
|
+
type: boolean
|
|
3913
|
+
ingress_domain:
|
|
3914
|
+
type:
|
|
3915
|
+
- string
|
|
3916
|
+
- 'null'
|
|
3917
|
+
ingress_class:
|
|
3918
|
+
type:
|
|
3919
|
+
- string
|
|
3920
|
+
- 'null'
|
|
3921
|
+
ingress_tls_secret_name:
|
|
3922
|
+
type:
|
|
3923
|
+
- string
|
|
3924
|
+
- 'null'
|
|
3925
|
+
grafana_url:
|
|
3926
|
+
type:
|
|
3927
|
+
- string
|
|
3928
|
+
- 'null'
|
|
3929
|
+
grafana_datasource_name:
|
|
3930
|
+
type:
|
|
3931
|
+
- string
|
|
3932
|
+
- 'null'
|
|
3933
|
+
num_total:
|
|
3934
|
+
type: integer
|
|
3935
|
+
format: int64
|
|
3936
|
+
Paginated_K8sResource:
|
|
3937
|
+
type: object
|
|
3938
|
+
required:
|
|
3939
|
+
- page
|
|
3940
|
+
- per_page
|
|
3941
|
+
- items
|
|
3942
|
+
- num_total
|
|
3943
|
+
properties:
|
|
3944
|
+
page:
|
|
3945
|
+
type: integer
|
|
3946
|
+
format: int64
|
|
3947
|
+
per_page:
|
|
3948
|
+
type: integer
|
|
3949
|
+
format: int64
|
|
3950
|
+
items:
|
|
3951
|
+
type: array
|
|
3952
|
+
items:
|
|
3953
|
+
type: object
|
|
3954
|
+
required:
|
|
3955
|
+
- id
|
|
3956
|
+
- last_updated_at
|
|
3957
|
+
- cluster_id
|
|
3958
|
+
- deployment_id
|
|
3959
|
+
- kind
|
|
3960
|
+
- api_version
|
|
3961
|
+
- name
|
|
3962
|
+
- status_color
|
|
3963
|
+
- metadata
|
|
3964
|
+
properties:
|
|
3965
|
+
id:
|
|
3966
|
+
type: string
|
|
3967
|
+
format: uuid
|
|
3968
|
+
last_updated_at:
|
|
3969
|
+
type: string
|
|
3970
|
+
format: date-time
|
|
3971
|
+
cluster_id:
|
|
3972
|
+
type: string
|
|
3973
|
+
format: uuid
|
|
3974
|
+
deployment_id:
|
|
3975
|
+
type: string
|
|
3976
|
+
format: uuid
|
|
3977
|
+
kind:
|
|
3978
|
+
type: string
|
|
3979
|
+
api_version:
|
|
3980
|
+
type: string
|
|
3981
|
+
name:
|
|
3982
|
+
type: string
|
|
3983
|
+
status_color:
|
|
3984
|
+
type: array
|
|
3985
|
+
items:
|
|
3986
|
+
type: string
|
|
3987
|
+
metadata: {}
|
|
3988
|
+
num_total:
|
|
3989
|
+
type: integer
|
|
3990
|
+
format: int64
|
|
3991
|
+
Paginated_Secret:
|
|
3992
|
+
type: object
|
|
3993
|
+
required:
|
|
3994
|
+
- page
|
|
3995
|
+
- per_page
|
|
3996
|
+
- items
|
|
3997
|
+
- num_total
|
|
3998
|
+
properties:
|
|
3999
|
+
page:
|
|
4000
|
+
type: integer
|
|
4001
|
+
format: int64
|
|
4002
|
+
per_page:
|
|
4003
|
+
type: integer
|
|
4004
|
+
format: int64
|
|
4005
|
+
items:
|
|
4006
|
+
type: array
|
|
4007
|
+
items:
|
|
4008
|
+
type: object
|
|
4009
|
+
required:
|
|
4010
|
+
- id
|
|
4011
|
+
- created_at
|
|
4012
|
+
- updated_at
|
|
4013
|
+
- env_id
|
|
4014
|
+
- collection
|
|
4015
|
+
- name
|
|
4016
|
+
properties:
|
|
4017
|
+
id:
|
|
4018
|
+
type: string
|
|
4019
|
+
format: uuid
|
|
4020
|
+
created_at:
|
|
4021
|
+
type: string
|
|
4022
|
+
format: date-time
|
|
4023
|
+
updated_at:
|
|
4024
|
+
type: string
|
|
4025
|
+
format: date-time
|
|
4026
|
+
env_id:
|
|
4027
|
+
type: string
|
|
4028
|
+
format: uuid
|
|
4029
|
+
collection:
|
|
4030
|
+
type: string
|
|
4031
|
+
name:
|
|
4032
|
+
type: string
|
|
4033
|
+
num_total:
|
|
4034
|
+
type: integer
|
|
4035
|
+
format: int64
|
|
4036
|
+
Paginated_User:
|
|
4037
|
+
type: object
|
|
4038
|
+
required:
|
|
4039
|
+
- page
|
|
4040
|
+
- per_page
|
|
4041
|
+
- items
|
|
4042
|
+
- num_total
|
|
4043
|
+
properties:
|
|
4044
|
+
page:
|
|
4045
|
+
type: integer
|
|
4046
|
+
format: int64
|
|
4047
|
+
per_page:
|
|
4048
|
+
type: integer
|
|
4049
|
+
format: int64
|
|
4050
|
+
items:
|
|
4051
|
+
type: array
|
|
4052
|
+
items:
|
|
4053
|
+
type: object
|
|
4054
|
+
required:
|
|
4055
|
+
- id
|
|
4056
|
+
- created_at
|
|
4057
|
+
- display_name
|
|
4058
|
+
- email
|
|
4059
|
+
- is_admin
|
|
4060
|
+
- is_active
|
|
4061
|
+
properties:
|
|
4062
|
+
id:
|
|
4063
|
+
type: string
|
|
4064
|
+
format: uuid
|
|
4065
|
+
created_at:
|
|
4066
|
+
type: string
|
|
4067
|
+
format: date-time
|
|
4068
|
+
display_name:
|
|
4069
|
+
type: string
|
|
4070
|
+
email:
|
|
4071
|
+
type: string
|
|
4072
|
+
is_admin:
|
|
4073
|
+
type: boolean
|
|
4074
|
+
is_active:
|
|
4075
|
+
type: boolean
|
|
4076
|
+
num_total:
|
|
4077
|
+
type: integer
|
|
4078
|
+
format: int64
|
|
4079
|
+
Paginated_UserToken:
|
|
4080
|
+
type: object
|
|
4081
|
+
required:
|
|
4082
|
+
- page
|
|
4083
|
+
- per_page
|
|
4084
|
+
- items
|
|
4085
|
+
- num_total
|
|
4086
|
+
properties:
|
|
4087
|
+
page:
|
|
4088
|
+
type: integer
|
|
4089
|
+
format: int64
|
|
4090
|
+
per_page:
|
|
4091
|
+
type: integer
|
|
4092
|
+
format: int64
|
|
4093
|
+
items:
|
|
4094
|
+
type: array
|
|
4095
|
+
items:
|
|
4096
|
+
type: object
|
|
4097
|
+
required:
|
|
4098
|
+
- id
|
|
4099
|
+
- user_id
|
|
4100
|
+
- created_at
|
|
4101
|
+
properties:
|
|
4102
|
+
id:
|
|
4103
|
+
type: string
|
|
4104
|
+
format: uuid
|
|
4105
|
+
user_id:
|
|
4106
|
+
type: string
|
|
4107
|
+
format: uuid
|
|
4108
|
+
created_at:
|
|
4109
|
+
type: string
|
|
4110
|
+
format: date-time
|
|
4111
|
+
num_total:
|
|
4112
|
+
type: integer
|
|
4113
|
+
format: int64
|
|
4114
|
+
Secret:
|
|
4115
|
+
type: object
|
|
4116
|
+
required:
|
|
4117
|
+
- id
|
|
4118
|
+
- created_at
|
|
4119
|
+
- updated_at
|
|
4120
|
+
- env_id
|
|
4121
|
+
- collection
|
|
4122
|
+
- name
|
|
4123
|
+
properties:
|
|
4124
|
+
id:
|
|
4125
|
+
type: string
|
|
4126
|
+
format: uuid
|
|
4127
|
+
created_at:
|
|
4128
|
+
type: string
|
|
4129
|
+
format: date-time
|
|
4130
|
+
updated_at:
|
|
4131
|
+
type: string
|
|
4132
|
+
format: date-time
|
|
4133
|
+
env_id:
|
|
4134
|
+
type: string
|
|
4135
|
+
format: uuid
|
|
4136
|
+
collection:
|
|
4137
|
+
type: string
|
|
4138
|
+
name:
|
|
4139
|
+
type: string
|
|
4140
|
+
SerializedUiSchemaInputType:
|
|
4141
|
+
type: object
|
|
4142
|
+
required:
|
|
4143
|
+
- type
|
|
4144
|
+
properties:
|
|
4145
|
+
type:
|
|
4146
|
+
type: string
|
|
4147
|
+
itemType:
|
|
4148
|
+
type:
|
|
4149
|
+
- string
|
|
4150
|
+
- 'null'
|
|
4151
|
+
collection: {}
|
|
4152
|
+
ServerInfo:
|
|
4153
|
+
type: object
|
|
4154
|
+
required:
|
|
4155
|
+
- version
|
|
4156
|
+
properties:
|
|
4157
|
+
version:
|
|
4158
|
+
type: string
|
|
4159
|
+
StartGoogleLoginResponse:
|
|
4160
|
+
type: object
|
|
4161
|
+
required:
|
|
4162
|
+
- redirect_url
|
|
4163
|
+
properties:
|
|
4164
|
+
redirect_url:
|
|
4165
|
+
type: string
|
|
4166
|
+
UiSchema:
|
|
4167
|
+
oneOf:
|
|
4168
|
+
- $ref: '#/components/schemas/UiSchemaV1Beta1'
|
|
4169
|
+
- $ref: '#/components/schemas/UiSchemaV0'
|
|
4170
|
+
UiSchemaFieldValuePair:
|
|
4171
|
+
type: object
|
|
4172
|
+
required:
|
|
4173
|
+
- field
|
|
4174
|
+
- value
|
|
4175
|
+
properties:
|
|
4176
|
+
field:
|
|
4177
|
+
type: string
|
|
4178
|
+
value: {}
|
|
4179
|
+
UiSchemaInput:
|
|
4180
|
+
allOf:
|
|
4181
|
+
- $ref: '#/components/schemas/SerializedUiSchemaInputType'
|
|
4182
|
+
- type: object
|
|
4183
|
+
required:
|
|
4184
|
+
- id
|
|
4173
4185
|
- label
|
|
4174
4186
|
properties:
|
|
4175
4187
|
id:
|
|
4176
4188
|
type: string
|
|
4177
4189
|
label:
|
|
4178
4190
|
type: string
|
|
4179
|
-
initialValue:
|
|
4180
|
-
nullable: true
|
|
4191
|
+
initialValue: {}
|
|
4181
4192
|
helpText:
|
|
4182
|
-
type:
|
|
4183
|
-
|
|
4193
|
+
type:
|
|
4194
|
+
- string
|
|
4195
|
+
- 'null'
|
|
4184
4196
|
required:
|
|
4185
4197
|
type: boolean
|
|
4186
4198
|
sensitive:
|
|
4187
4199
|
type: boolean
|
|
4188
4200
|
options:
|
|
4189
|
-
type:
|
|
4201
|
+
type:
|
|
4202
|
+
- array
|
|
4203
|
+
- 'null'
|
|
4190
4204
|
items:
|
|
4191
4205
|
$ref: '#/components/schemas/UiSchemaInputFieldOption'
|
|
4192
|
-
nullable: true
|
|
4193
4206
|
showIfAll:
|
|
4194
|
-
type:
|
|
4207
|
+
type:
|
|
4208
|
+
- array
|
|
4209
|
+
- 'null'
|
|
4195
4210
|
items:
|
|
4196
4211
|
$ref: '#/components/schemas/UiSchemaFieldValuePair'
|
|
4197
|
-
|
|
4198
|
-
showIf:
|
|
4199
|
-
nullable: true
|
|
4212
|
+
showIf: {}
|
|
4200
4213
|
filters:
|
|
4201
|
-
type:
|
|
4214
|
+
type:
|
|
4215
|
+
- array
|
|
4216
|
+
- 'null'
|
|
4202
4217
|
items:
|
|
4203
4218
|
$ref: '#/components/schemas/UiSchemaInputFieldValue'
|
|
4204
|
-
nullable: true
|
|
4205
4219
|
minimum:
|
|
4206
|
-
type:
|
|
4207
|
-
|
|
4220
|
+
type:
|
|
4221
|
+
- string
|
|
4222
|
+
- 'null'
|
|
4208
4223
|
maximum:
|
|
4209
|
-
type:
|
|
4210
|
-
|
|
4224
|
+
type:
|
|
4225
|
+
- string
|
|
4226
|
+
- 'null'
|
|
4211
4227
|
step:
|
|
4212
|
-
type:
|
|
4213
|
-
|
|
4228
|
+
type:
|
|
4229
|
+
- string
|
|
4230
|
+
- 'null'
|
|
4214
4231
|
UiSchemaInputFieldOption:
|
|
4215
4232
|
type: object
|
|
4216
4233
|
required:
|
|
@@ -4218,11 +4235,13 @@ components:
|
|
|
4218
4235
|
properties:
|
|
4219
4236
|
value: {}
|
|
4220
4237
|
label:
|
|
4221
|
-
type:
|
|
4222
|
-
|
|
4238
|
+
type:
|
|
4239
|
+
- string
|
|
4240
|
+
- 'null'
|
|
4223
4241
|
helpText:
|
|
4224
|
-
type:
|
|
4225
|
-
|
|
4242
|
+
type:
|
|
4243
|
+
- string
|
|
4244
|
+
- 'null'
|
|
4226
4245
|
UiSchemaInputFieldValue:
|
|
4227
4246
|
type: object
|
|
4228
4247
|
required:
|
|
@@ -4306,6 +4325,10 @@ components:
|
|
|
4306
4325
|
type: object
|
|
4307
4326
|
additionalProperties:
|
|
4308
4327
|
$ref: '#/components/schemas/UiSchemaInputRef'
|
|
4328
|
+
propertyNames:
|
|
4329
|
+
type: string
|
|
4330
|
+
propertyNames:
|
|
4331
|
+
type: string
|
|
4309
4332
|
UiSchemaOutputValue:
|
|
4310
4333
|
type: object
|
|
4311
4334
|
required:
|
|
@@ -4357,32 +4380,36 @@ components:
|
|
|
4357
4380
|
type: object
|
|
4358
4381
|
properties:
|
|
4359
4382
|
display_name:
|
|
4360
|
-
type:
|
|
4361
|
-
|
|
4383
|
+
type:
|
|
4384
|
+
- string
|
|
4385
|
+
- 'null'
|
|
4362
4386
|
UpdateDeployment:
|
|
4363
4387
|
type: object
|
|
4364
4388
|
properties:
|
|
4365
4389
|
name:
|
|
4366
|
-
type:
|
|
4367
|
-
|
|
4390
|
+
type:
|
|
4391
|
+
- string
|
|
4392
|
+
- 'null'
|
|
4368
4393
|
cluster_id:
|
|
4369
|
-
type:
|
|
4394
|
+
type:
|
|
4395
|
+
- string
|
|
4396
|
+
- 'null'
|
|
4370
4397
|
format: uuid
|
|
4371
|
-
nullable: true
|
|
4372
4398
|
helm_chart_id:
|
|
4373
|
-
type:
|
|
4399
|
+
type:
|
|
4400
|
+
- string
|
|
4401
|
+
- 'null'
|
|
4374
4402
|
format: uuid
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
nullable: true
|
|
4378
|
-
values_override:
|
|
4379
|
-
nullable: true
|
|
4403
|
+
config: {}
|
|
4404
|
+
values_override: {}
|
|
4380
4405
|
enabled:
|
|
4381
|
-
type:
|
|
4382
|
-
|
|
4406
|
+
type:
|
|
4407
|
+
- boolean
|
|
4408
|
+
- 'null'
|
|
4383
4409
|
description_md:
|
|
4384
|
-
type:
|
|
4385
|
-
|
|
4410
|
+
type:
|
|
4411
|
+
- string
|
|
4412
|
+
- 'null'
|
|
4386
4413
|
UpdateDeploymentKind:
|
|
4387
4414
|
type: object
|
|
4388
4415
|
required:
|
|
@@ -4394,72 +4421,84 @@ components:
|
|
|
4394
4421
|
type: object
|
|
4395
4422
|
properties:
|
|
4396
4423
|
name:
|
|
4397
|
-
type:
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4424
|
+
type:
|
|
4425
|
+
- string
|
|
4426
|
+
- 'null'
|
|
4427
|
+
props: {}
|
|
4401
4428
|
UpdateEnv:
|
|
4402
4429
|
type: object
|
|
4403
4430
|
properties:
|
|
4404
4431
|
name:
|
|
4405
|
-
type:
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
tolerations:
|
|
4410
|
-
nullable: true
|
|
4432
|
+
type:
|
|
4433
|
+
- string
|
|
4434
|
+
- 'null'
|
|
4435
|
+
node_selector: {}
|
|
4436
|
+
tolerations: {}
|
|
4411
4437
|
auto_add_new_users:
|
|
4412
|
-
type:
|
|
4413
|
-
|
|
4438
|
+
type:
|
|
4439
|
+
- boolean
|
|
4440
|
+
- 'null'
|
|
4414
4441
|
UpdateHelmRegistry:
|
|
4415
4442
|
type: object
|
|
4416
4443
|
properties:
|
|
4417
4444
|
fa_icon:
|
|
4418
|
-
type:
|
|
4419
|
-
|
|
4445
|
+
type:
|
|
4446
|
+
- string
|
|
4447
|
+
- 'null'
|
|
4420
4448
|
UpdateK8sCluster:
|
|
4421
4449
|
type: object
|
|
4422
4450
|
properties:
|
|
4423
4451
|
env_id:
|
|
4424
|
-
type:
|
|
4452
|
+
type:
|
|
4453
|
+
- string
|
|
4454
|
+
- 'null'
|
|
4425
4455
|
format: uuid
|
|
4426
|
-
nullable: true
|
|
4427
4456
|
ignore:
|
|
4428
|
-
type:
|
|
4429
|
-
|
|
4457
|
+
type:
|
|
4458
|
+
- boolean
|
|
4459
|
+
- 'null'
|
|
4430
4460
|
ingress_domain:
|
|
4431
|
-
type:
|
|
4432
|
-
|
|
4461
|
+
type:
|
|
4462
|
+
- string
|
|
4463
|
+
- 'null'
|
|
4433
4464
|
ingress_class:
|
|
4434
|
-
type:
|
|
4435
|
-
|
|
4465
|
+
type:
|
|
4466
|
+
- string
|
|
4467
|
+
- 'null'
|
|
4436
4468
|
ingress_tls_secret_name:
|
|
4437
|
-
type:
|
|
4438
|
-
|
|
4469
|
+
type:
|
|
4470
|
+
- string
|
|
4471
|
+
- 'null'
|
|
4439
4472
|
grafana_url:
|
|
4440
|
-
type:
|
|
4441
|
-
|
|
4473
|
+
type:
|
|
4474
|
+
- string
|
|
4475
|
+
- 'null'
|
|
4442
4476
|
grafana_datasource_name:
|
|
4443
|
-
type:
|
|
4444
|
-
|
|
4477
|
+
type:
|
|
4478
|
+
- string
|
|
4479
|
+
- 'null'
|
|
4445
4480
|
UpdateSecret:
|
|
4446
4481
|
type: object
|
|
4447
4482
|
properties:
|
|
4448
4483
|
name:
|
|
4449
|
-
type:
|
|
4450
|
-
|
|
4484
|
+
type:
|
|
4485
|
+
- string
|
|
4486
|
+
- 'null'
|
|
4451
4487
|
contents:
|
|
4452
|
-
type:
|
|
4453
|
-
|
|
4488
|
+
type:
|
|
4489
|
+
- string
|
|
4490
|
+
- 'null'
|
|
4454
4491
|
UpdateUser:
|
|
4455
4492
|
type: object
|
|
4456
4493
|
properties:
|
|
4457
4494
|
is_admin:
|
|
4458
|
-
type:
|
|
4459
|
-
|
|
4495
|
+
type:
|
|
4496
|
+
- boolean
|
|
4497
|
+
- 'null'
|
|
4460
4498
|
is_active:
|
|
4461
|
-
type:
|
|
4462
|
-
|
|
4499
|
+
type:
|
|
4500
|
+
- boolean
|
|
4501
|
+
- 'null'
|
|
4463
4502
|
User:
|
|
4464
4503
|
type: object
|
|
4465
4504
|
required:
|
|
@@ -4559,6 +4598,12 @@ tags:
|
|
|
4559
4598
|
description: This collection contains all users in Platz.
|
|
4560
4599
|
- name: Bots
|
|
4561
4600
|
description: This collection contains all bots in Platz.
|
|
4601
|
+
- name: Bot Tokens
|
|
4602
|
+
description: |
|
|
4603
|
+
Bot tokens allow bots to authenticate using a long-lived token that can be
|
|
4604
|
+
used in direct API calls, CLI, etc.
|
|
4605
|
+
|
|
4606
|
+
Bot tokens are passed in the `x-platz-token` header.
|
|
4562
4607
|
- name: Events
|
|
4563
4608
|
description: Events sent through the Websocket.
|
|
4564
4609
|
|