@platzio/sdk 0.6.0-beta.3 → 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 +526 -5298
- package/dist/index.d.ts +526 -5298
- package/dist/index.js +262 -435
- package/dist/index.mjs +258 -432
- package/openapi.yaml +1461 -1596
- package/package.json +3 -3
- package/src/.openapi-generator/FILES +190 -0
- package/src/.openapi-generator/VERSION +1 -1
- package/src/api.ts +565 -5536
- 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:
|
|
@@ -61,77 +62,25 @@ paths:
|
|
|
61
62
|
in: query
|
|
62
63
|
required: false
|
|
63
64
|
schema:
|
|
64
|
-
type:
|
|
65
|
+
type:
|
|
66
|
+
- string
|
|
67
|
+
- 'null'
|
|
65
68
|
format: uuid
|
|
66
|
-
nullable: true
|
|
67
69
|
- name: created_by_user_id
|
|
68
70
|
in: query
|
|
69
71
|
required: false
|
|
70
72
|
schema:
|
|
71
|
-
type:
|
|
73
|
+
type:
|
|
74
|
+
- string
|
|
75
|
+
- 'null'
|
|
72
76
|
format: uuid
|
|
73
|
-
nullable: true
|
|
74
|
-
- name: page
|
|
75
|
-
in: query
|
|
76
|
-
required: false
|
|
77
|
-
schema:
|
|
78
|
-
type: integer
|
|
79
|
-
format: int64
|
|
80
|
-
nullable: true
|
|
81
|
-
- name: per_page
|
|
82
|
-
in: query
|
|
83
|
-
required: false
|
|
84
|
-
schema:
|
|
85
|
-
type: integer
|
|
86
|
-
format: int64
|
|
87
|
-
nullable: true
|
|
88
77
|
responses:
|
|
89
78
|
'200':
|
|
90
79
|
description: ''
|
|
91
80
|
content:
|
|
92
81
|
application/json:
|
|
93
82
|
schema:
|
|
94
|
-
|
|
95
|
-
required:
|
|
96
|
-
- page
|
|
97
|
-
- per_page
|
|
98
|
-
- items
|
|
99
|
-
- num_total
|
|
100
|
-
properties:
|
|
101
|
-
page:
|
|
102
|
-
type: integer
|
|
103
|
-
format: int64
|
|
104
|
-
example: '1'
|
|
105
|
-
per_page:
|
|
106
|
-
type: integer
|
|
107
|
-
format: int64
|
|
108
|
-
example: '50'
|
|
109
|
-
items:
|
|
110
|
-
type: array
|
|
111
|
-
items:
|
|
112
|
-
type: object
|
|
113
|
-
required:
|
|
114
|
-
- id
|
|
115
|
-
- bot_id
|
|
116
|
-
- created_at
|
|
117
|
-
- created_by_user_id
|
|
118
|
-
properties:
|
|
119
|
-
id:
|
|
120
|
-
type: string
|
|
121
|
-
format: uuid
|
|
122
|
-
bot_id:
|
|
123
|
-
type: string
|
|
124
|
-
format: uuid
|
|
125
|
-
created_at:
|
|
126
|
-
type: string
|
|
127
|
-
format: date-time
|
|
128
|
-
created_by_user_id:
|
|
129
|
-
type: string
|
|
130
|
-
format: uuid
|
|
131
|
-
num_total:
|
|
132
|
-
type: integer
|
|
133
|
-
format: int64
|
|
134
|
-
example: '1'
|
|
83
|
+
$ref: '#/components/schemas/Paginated_BotToken'
|
|
135
84
|
security:
|
|
136
85
|
- access_token: []
|
|
137
86
|
post:
|
|
@@ -200,64 +149,16 @@ paths:
|
|
|
200
149
|
in: query
|
|
201
150
|
required: false
|
|
202
151
|
schema:
|
|
203
|
-
type:
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
in: query
|
|
207
|
-
required: false
|
|
208
|
-
schema:
|
|
209
|
-
type: integer
|
|
210
|
-
format: int64
|
|
211
|
-
nullable: true
|
|
212
|
-
- name: per_page
|
|
213
|
-
in: query
|
|
214
|
-
required: false
|
|
215
|
-
schema:
|
|
216
|
-
type: integer
|
|
217
|
-
format: int64
|
|
218
|
-
nullable: true
|
|
152
|
+
type:
|
|
153
|
+
- string
|
|
154
|
+
- 'null'
|
|
219
155
|
responses:
|
|
220
156
|
'200':
|
|
221
157
|
description: ''
|
|
222
158
|
content:
|
|
223
159
|
application/json:
|
|
224
160
|
schema:
|
|
225
|
-
|
|
226
|
-
required:
|
|
227
|
-
- page
|
|
228
|
-
- per_page
|
|
229
|
-
- items
|
|
230
|
-
- num_total
|
|
231
|
-
properties:
|
|
232
|
-
page:
|
|
233
|
-
type: integer
|
|
234
|
-
format: int64
|
|
235
|
-
example: '1'
|
|
236
|
-
per_page:
|
|
237
|
-
type: integer
|
|
238
|
-
format: int64
|
|
239
|
-
example: '50'
|
|
240
|
-
items:
|
|
241
|
-
type: array
|
|
242
|
-
items:
|
|
243
|
-
type: object
|
|
244
|
-
required:
|
|
245
|
-
- id
|
|
246
|
-
- created_at
|
|
247
|
-
- display_name
|
|
248
|
-
properties:
|
|
249
|
-
id:
|
|
250
|
-
type: string
|
|
251
|
-
format: uuid
|
|
252
|
-
created_at:
|
|
253
|
-
type: string
|
|
254
|
-
format: date-time
|
|
255
|
-
display_name:
|
|
256
|
-
type: string
|
|
257
|
-
num_total:
|
|
258
|
-
type: integer
|
|
259
|
-
format: int64
|
|
260
|
-
example: '1'
|
|
161
|
+
$ref: '#/components/schemas/Paginated_Bot'
|
|
261
162
|
security:
|
|
262
163
|
- access_token: []
|
|
263
164
|
- user_token: []
|
|
@@ -320,64 +221,16 @@ paths:
|
|
|
320
221
|
in: query
|
|
321
222
|
required: false
|
|
322
223
|
schema:
|
|
323
|
-
type:
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
in: query
|
|
327
|
-
required: false
|
|
328
|
-
schema:
|
|
329
|
-
type: integer
|
|
330
|
-
format: int64
|
|
331
|
-
nullable: true
|
|
332
|
-
- name: per_page
|
|
333
|
-
in: query
|
|
334
|
-
required: false
|
|
335
|
-
schema:
|
|
336
|
-
type: integer
|
|
337
|
-
format: int64
|
|
338
|
-
nullable: true
|
|
224
|
+
type:
|
|
225
|
+
- string
|
|
226
|
+
- 'null'
|
|
339
227
|
responses:
|
|
340
228
|
'200':
|
|
341
229
|
description: ''
|
|
342
230
|
content:
|
|
343
231
|
application/json:
|
|
344
232
|
schema:
|
|
345
|
-
|
|
346
|
-
required:
|
|
347
|
-
- page
|
|
348
|
-
- per_page
|
|
349
|
-
- items
|
|
350
|
-
- num_total
|
|
351
|
-
properties:
|
|
352
|
-
page:
|
|
353
|
-
type: integer
|
|
354
|
-
format: int64
|
|
355
|
-
example: '1'
|
|
356
|
-
per_page:
|
|
357
|
-
type: integer
|
|
358
|
-
format: int64
|
|
359
|
-
example: '50'
|
|
360
|
-
items:
|
|
361
|
-
type: array
|
|
362
|
-
items:
|
|
363
|
-
type: object
|
|
364
|
-
required:
|
|
365
|
-
- id
|
|
366
|
-
- created_at
|
|
367
|
-
- name
|
|
368
|
-
properties:
|
|
369
|
-
id:
|
|
370
|
-
type: string
|
|
371
|
-
format: uuid
|
|
372
|
-
created_at:
|
|
373
|
-
type: string
|
|
374
|
-
format: date-time
|
|
375
|
-
name:
|
|
376
|
-
type: string
|
|
377
|
-
num_total:
|
|
378
|
-
type: integer
|
|
379
|
-
format: int64
|
|
380
|
-
example: '1'
|
|
233
|
+
$ref: '#/components/schemas/Paginated_DeploymentKind'
|
|
381
234
|
security:
|
|
382
235
|
- access_token: []
|
|
383
236
|
- user_token: []
|
|
@@ -440,77 +293,17 @@ paths:
|
|
|
440
293
|
in: query
|
|
441
294
|
required: false
|
|
442
295
|
schema:
|
|
443
|
-
type:
|
|
296
|
+
type:
|
|
297
|
+
- string
|
|
298
|
+
- 'null'
|
|
444
299
|
format: uuid
|
|
445
|
-
nullable: true
|
|
446
|
-
- name: page
|
|
447
|
-
in: query
|
|
448
|
-
required: false
|
|
449
|
-
schema:
|
|
450
|
-
type: integer
|
|
451
|
-
format: int64
|
|
452
|
-
nullable: true
|
|
453
|
-
- name: per_page
|
|
454
|
-
in: query
|
|
455
|
-
required: false
|
|
456
|
-
schema:
|
|
457
|
-
type: integer
|
|
458
|
-
format: int64
|
|
459
|
-
nullable: true
|
|
460
300
|
responses:
|
|
461
301
|
'200':
|
|
462
302
|
description: ''
|
|
463
303
|
content:
|
|
464
304
|
application/json:
|
|
465
305
|
schema:
|
|
466
|
-
|
|
467
|
-
required:
|
|
468
|
-
- page
|
|
469
|
-
- per_page
|
|
470
|
-
- items
|
|
471
|
-
- num_total
|
|
472
|
-
properties:
|
|
473
|
-
page:
|
|
474
|
-
type: integer
|
|
475
|
-
format: int64
|
|
476
|
-
example: '1'
|
|
477
|
-
per_page:
|
|
478
|
-
type: integer
|
|
479
|
-
format: int64
|
|
480
|
-
example: '50'
|
|
481
|
-
items:
|
|
482
|
-
type: array
|
|
483
|
-
items:
|
|
484
|
-
type: object
|
|
485
|
-
required:
|
|
486
|
-
- id
|
|
487
|
-
- created_at
|
|
488
|
-
- env_id
|
|
489
|
-
- user_id
|
|
490
|
-
- kind_id
|
|
491
|
-
- role
|
|
492
|
-
properties:
|
|
493
|
-
id:
|
|
494
|
-
type: string
|
|
495
|
-
format: uuid
|
|
496
|
-
created_at:
|
|
497
|
-
type: string
|
|
498
|
-
format: date-time
|
|
499
|
-
env_id:
|
|
500
|
-
type: string
|
|
501
|
-
format: uuid
|
|
502
|
-
user_id:
|
|
503
|
-
type: string
|
|
504
|
-
format: uuid
|
|
505
|
-
kind_id:
|
|
506
|
-
type: string
|
|
507
|
-
format: uuid
|
|
508
|
-
role:
|
|
509
|
-
$ref: '#/components/schemas/UserDeploymentRole'
|
|
510
|
-
num_total:
|
|
511
|
-
type: integer
|
|
512
|
-
format: int64
|
|
513
|
-
example: '1'
|
|
306
|
+
$ref: '#/components/schemas/Paginated_DeploymentPermission'
|
|
514
307
|
security:
|
|
515
308
|
- access_token: []
|
|
516
309
|
- user_token: []
|
|
@@ -583,90 +376,32 @@ paths:
|
|
|
583
376
|
in: query
|
|
584
377
|
required: false
|
|
585
378
|
schema:
|
|
586
|
-
type:
|
|
379
|
+
type:
|
|
380
|
+
- string
|
|
381
|
+
- 'null'
|
|
587
382
|
format: uuid
|
|
588
|
-
nullable: true
|
|
589
383
|
- name: deployment_kind_id
|
|
590
384
|
in: query
|
|
591
385
|
required: false
|
|
592
386
|
schema:
|
|
593
|
-
type:
|
|
387
|
+
type:
|
|
388
|
+
- string
|
|
389
|
+
- 'null'
|
|
594
390
|
format: uuid
|
|
595
|
-
nullable: true
|
|
596
391
|
- name: key
|
|
597
392
|
in: query
|
|
598
393
|
required: false
|
|
599
394
|
schema:
|
|
600
|
-
type:
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
in: query
|
|
604
|
-
required: false
|
|
605
|
-
schema:
|
|
606
|
-
type: integer
|
|
607
|
-
format: int64
|
|
608
|
-
nullable: true
|
|
609
|
-
- name: per_page
|
|
610
|
-
in: query
|
|
611
|
-
required: false
|
|
612
|
-
schema:
|
|
613
|
-
type: integer
|
|
614
|
-
format: int64
|
|
615
|
-
nullable: true
|
|
395
|
+
type:
|
|
396
|
+
- string
|
|
397
|
+
- 'null'
|
|
616
398
|
responses:
|
|
617
399
|
'200':
|
|
618
400
|
description: ''
|
|
619
401
|
content:
|
|
620
402
|
application/json:
|
|
621
403
|
schema:
|
|
622
|
-
|
|
623
|
-
required:
|
|
624
|
-
- page
|
|
625
|
-
- per_page
|
|
626
|
-
- items
|
|
627
|
-
- num_total
|
|
628
|
-
properties:
|
|
629
|
-
page:
|
|
630
|
-
type: integer
|
|
631
|
-
format: int64
|
|
632
|
-
example: '1'
|
|
633
|
-
per_page:
|
|
634
|
-
type: integer
|
|
635
|
-
format: int64
|
|
636
|
-
example: '50'
|
|
637
|
-
items:
|
|
638
|
-
type: array
|
|
639
|
-
items:
|
|
640
|
-
type: object
|
|
641
|
-
required:
|
|
642
|
-
- id
|
|
643
|
-
- created_at
|
|
644
|
-
- env_id
|
|
645
|
-
- deployment_kind_id
|
|
646
|
-
- key
|
|
647
|
-
- spec
|
|
648
|
-
properties:
|
|
649
|
-
id:
|
|
650
|
-
type: string
|
|
651
|
-
format: uuid
|
|
652
|
-
created_at:
|
|
653
|
-
type: string
|
|
654
|
-
format: date-time
|
|
655
|
-
env_id:
|
|
656
|
-
type: string
|
|
657
|
-
format: uuid
|
|
658
|
-
nullable: true
|
|
659
|
-
deployment_kind_id:
|
|
660
|
-
type: string
|
|
661
|
-
format: uuid
|
|
662
|
-
key:
|
|
663
|
-
type: string
|
|
664
|
-
spec:
|
|
665
|
-
$ref: '#/components/schemas/ChartExtResourceTypeV1Beta1Spec'
|
|
666
|
-
num_total:
|
|
667
|
-
type: integer
|
|
668
|
-
format: int64
|
|
669
|
-
example: '1'
|
|
404
|
+
$ref: '#/components/schemas/Paginated_DeploymentResourceType'
|
|
670
405
|
security:
|
|
671
406
|
- access_token: []
|
|
672
407
|
- user_token: []
|
|
@@ -702,86 +437,17 @@ paths:
|
|
|
702
437
|
in: query
|
|
703
438
|
required: false
|
|
704
439
|
schema:
|
|
705
|
-
type:
|
|
440
|
+
type:
|
|
441
|
+
- string
|
|
442
|
+
- 'null'
|
|
706
443
|
format: uuid
|
|
707
|
-
nullable: true
|
|
708
|
-
- name: page
|
|
709
|
-
in: query
|
|
710
|
-
required: false
|
|
711
|
-
schema:
|
|
712
|
-
type: integer
|
|
713
|
-
format: int64
|
|
714
|
-
nullable: true
|
|
715
|
-
- name: per_page
|
|
716
|
-
in: query
|
|
717
|
-
required: false
|
|
718
|
-
schema:
|
|
719
|
-
type: integer
|
|
720
|
-
format: int64
|
|
721
|
-
nullable: true
|
|
722
444
|
responses:
|
|
723
445
|
'200':
|
|
724
446
|
description: ''
|
|
725
447
|
content:
|
|
726
448
|
application/json:
|
|
727
449
|
schema:
|
|
728
|
-
|
|
729
|
-
required:
|
|
730
|
-
- page
|
|
731
|
-
- per_page
|
|
732
|
-
- items
|
|
733
|
-
- num_total
|
|
734
|
-
properties:
|
|
735
|
-
page:
|
|
736
|
-
type: integer
|
|
737
|
-
format: int64
|
|
738
|
-
example: '1'
|
|
739
|
-
per_page:
|
|
740
|
-
type: integer
|
|
741
|
-
format: int64
|
|
742
|
-
example: '50'
|
|
743
|
-
items:
|
|
744
|
-
type: array
|
|
745
|
-
items:
|
|
746
|
-
type: object
|
|
747
|
-
required:
|
|
748
|
-
- id
|
|
749
|
-
- created_at
|
|
750
|
-
- type_id
|
|
751
|
-
- deployment_id
|
|
752
|
-
- name
|
|
753
|
-
- exists
|
|
754
|
-
- props
|
|
755
|
-
- sync_status
|
|
756
|
-
- sync_reason
|
|
757
|
-
properties:
|
|
758
|
-
id:
|
|
759
|
-
type: string
|
|
760
|
-
format: uuid
|
|
761
|
-
created_at:
|
|
762
|
-
type: string
|
|
763
|
-
format: date-time
|
|
764
|
-
type_id:
|
|
765
|
-
type: string
|
|
766
|
-
format: uuid
|
|
767
|
-
deployment_id:
|
|
768
|
-
type: string
|
|
769
|
-
format: uuid
|
|
770
|
-
nullable: true
|
|
771
|
-
name:
|
|
772
|
-
type: string
|
|
773
|
-
exists:
|
|
774
|
-
type: boolean
|
|
775
|
-
props: {}
|
|
776
|
-
sync_status:
|
|
777
|
-
$ref: '#/components/schemas/DeploymentResourceSyncStatus'
|
|
778
|
-
sync_reason:
|
|
779
|
-
type: string
|
|
780
|
-
nullable: true
|
|
781
|
-
num_total:
|
|
782
|
-
type: integer
|
|
783
|
-
format: int64
|
|
784
|
-
example: '1'
|
|
450
|
+
$ref: '#/components/schemas/Paginated_DeploymentResource'
|
|
785
451
|
security:
|
|
786
452
|
- access_token: []
|
|
787
453
|
- user_token: []
|
|
@@ -881,126 +547,25 @@ paths:
|
|
|
881
547
|
in: query
|
|
882
548
|
required: false
|
|
883
549
|
schema:
|
|
884
|
-
type:
|
|
550
|
+
type:
|
|
551
|
+
- string
|
|
552
|
+
- 'null'
|
|
885
553
|
format: uuid
|
|
886
|
-
nullable: true
|
|
887
554
|
- name: deployment_id
|
|
888
555
|
in: query
|
|
889
556
|
required: false
|
|
890
557
|
schema:
|
|
891
|
-
type:
|
|
558
|
+
type:
|
|
559
|
+
- string
|
|
560
|
+
- 'null'
|
|
892
561
|
format: uuid
|
|
893
|
-
nullable: true
|
|
894
|
-
- name: page
|
|
895
|
-
in: query
|
|
896
|
-
required: false
|
|
897
|
-
schema:
|
|
898
|
-
type: integer
|
|
899
|
-
format: int64
|
|
900
|
-
nullable: true
|
|
901
|
-
- name: per_page
|
|
902
|
-
in: query
|
|
903
|
-
required: false
|
|
904
|
-
schema:
|
|
905
|
-
type: integer
|
|
906
|
-
format: int64
|
|
907
|
-
nullable: true
|
|
908
562
|
responses:
|
|
909
563
|
'200':
|
|
910
564
|
description: ''
|
|
911
565
|
content:
|
|
912
566
|
application/json:
|
|
913
567
|
schema:
|
|
914
|
-
|
|
915
|
-
required:
|
|
916
|
-
- page
|
|
917
|
-
- per_page
|
|
918
|
-
- items
|
|
919
|
-
- num_total
|
|
920
|
-
properties:
|
|
921
|
-
page:
|
|
922
|
-
type: integer
|
|
923
|
-
format: int64
|
|
924
|
-
example: '1'
|
|
925
|
-
per_page:
|
|
926
|
-
type: integer
|
|
927
|
-
format: int64
|
|
928
|
-
example: '50'
|
|
929
|
-
items:
|
|
930
|
-
type: array
|
|
931
|
-
items:
|
|
932
|
-
type: object
|
|
933
|
-
required:
|
|
934
|
-
- id
|
|
935
|
-
- created_at
|
|
936
|
-
- execute_at
|
|
937
|
-
- first_attempted_at
|
|
938
|
-
- started_at
|
|
939
|
-
- finished_at
|
|
940
|
-
- cluster_id
|
|
941
|
-
- deployment_id
|
|
942
|
-
- acting_user_id
|
|
943
|
-
- acting_deployment_id
|
|
944
|
-
- canceled_by_user_id
|
|
945
|
-
- canceled_by_deployment_id
|
|
946
|
-
- operation
|
|
947
|
-
- status
|
|
948
|
-
- reason
|
|
949
|
-
properties:
|
|
950
|
-
id:
|
|
951
|
-
type: string
|
|
952
|
-
format: uuid
|
|
953
|
-
created_at:
|
|
954
|
-
type: string
|
|
955
|
-
format: date-time
|
|
956
|
-
execute_at:
|
|
957
|
-
type: string
|
|
958
|
-
format: date-time
|
|
959
|
-
first_attempted_at:
|
|
960
|
-
type: string
|
|
961
|
-
format: date-time
|
|
962
|
-
nullable: true
|
|
963
|
-
started_at:
|
|
964
|
-
type: string
|
|
965
|
-
format: date-time
|
|
966
|
-
nullable: true
|
|
967
|
-
finished_at:
|
|
968
|
-
type: string
|
|
969
|
-
format: date-time
|
|
970
|
-
nullable: true
|
|
971
|
-
cluster_id:
|
|
972
|
-
type: string
|
|
973
|
-
format: uuid
|
|
974
|
-
deployment_id:
|
|
975
|
-
type: string
|
|
976
|
-
format: uuid
|
|
977
|
-
acting_user_id:
|
|
978
|
-
type: string
|
|
979
|
-
format: uuid
|
|
980
|
-
nullable: true
|
|
981
|
-
acting_deployment_id:
|
|
982
|
-
type: string
|
|
983
|
-
format: uuid
|
|
984
|
-
nullable: true
|
|
985
|
-
canceled_by_user_id:
|
|
986
|
-
type: string
|
|
987
|
-
format: uuid
|
|
988
|
-
nullable: true
|
|
989
|
-
canceled_by_deployment_id:
|
|
990
|
-
type: string
|
|
991
|
-
format: uuid
|
|
992
|
-
nullable: true
|
|
993
|
-
operation:
|
|
994
|
-
$ref: '#/components/schemas/DeploymentTaskOperation'
|
|
995
|
-
status:
|
|
996
|
-
$ref: '#/components/schemas/DeploymentTaskStatus'
|
|
997
|
-
reason:
|
|
998
|
-
type: string
|
|
999
|
-
nullable: true
|
|
1000
|
-
num_total:
|
|
1001
|
-
type: integer
|
|
1002
|
-
format: int64
|
|
1003
|
-
example: '1'
|
|
568
|
+
$ref: '#/components/schemas/Paginated_DeploymentTask'
|
|
1004
569
|
security:
|
|
1005
570
|
- access_token: []
|
|
1006
571
|
- user_token: []
|
|
@@ -1056,125 +621,39 @@ paths:
|
|
|
1056
621
|
in: query
|
|
1057
622
|
required: false
|
|
1058
623
|
schema:
|
|
1059
|
-
type:
|
|
1060
|
-
|
|
624
|
+
type:
|
|
625
|
+
- string
|
|
626
|
+
- 'null'
|
|
1061
627
|
- name: kind_id
|
|
1062
628
|
in: query
|
|
1063
629
|
required: false
|
|
1064
630
|
schema:
|
|
1065
|
-
type:
|
|
631
|
+
type:
|
|
632
|
+
- string
|
|
633
|
+
- 'null'
|
|
1066
634
|
format: uuid
|
|
1067
|
-
nullable: true
|
|
1068
635
|
- name: cluster_id
|
|
1069
636
|
in: query
|
|
1070
637
|
required: false
|
|
1071
638
|
schema:
|
|
1072
|
-
type:
|
|
639
|
+
type:
|
|
640
|
+
- string
|
|
641
|
+
- 'null'
|
|
1073
642
|
format: uuid
|
|
1074
|
-
nullable: true
|
|
1075
643
|
- name: enabled
|
|
1076
644
|
in: query
|
|
1077
645
|
required: false
|
|
1078
646
|
schema:
|
|
1079
|
-
type:
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
in: query
|
|
1083
|
-
required: false
|
|
1084
|
-
schema:
|
|
1085
|
-
type: integer
|
|
1086
|
-
format: int64
|
|
1087
|
-
nullable: true
|
|
1088
|
-
- name: per_page
|
|
1089
|
-
in: query
|
|
1090
|
-
required: false
|
|
1091
|
-
schema:
|
|
1092
|
-
type: integer
|
|
1093
|
-
format: int64
|
|
1094
|
-
nullable: true
|
|
647
|
+
type:
|
|
648
|
+
- boolean
|
|
649
|
+
- 'null'
|
|
1095
650
|
responses:
|
|
1096
651
|
'200':
|
|
1097
652
|
description: ''
|
|
1098
653
|
content:
|
|
1099
654
|
application/json:
|
|
1100
655
|
schema:
|
|
1101
|
-
|
|
1102
|
-
required:
|
|
1103
|
-
- page
|
|
1104
|
-
- per_page
|
|
1105
|
-
- items
|
|
1106
|
-
- num_total
|
|
1107
|
-
properties:
|
|
1108
|
-
page:
|
|
1109
|
-
type: integer
|
|
1110
|
-
format: int64
|
|
1111
|
-
example: '1'
|
|
1112
|
-
per_page:
|
|
1113
|
-
type: integer
|
|
1114
|
-
format: int64
|
|
1115
|
-
example: '50'
|
|
1116
|
-
items:
|
|
1117
|
-
type: array
|
|
1118
|
-
items:
|
|
1119
|
-
type: object
|
|
1120
|
-
required:
|
|
1121
|
-
- id
|
|
1122
|
-
- created_at
|
|
1123
|
-
- name
|
|
1124
|
-
- kind_id
|
|
1125
|
-
- cluster_id
|
|
1126
|
-
- enabled
|
|
1127
|
-
- status
|
|
1128
|
-
- description_md
|
|
1129
|
-
- reason
|
|
1130
|
-
- revision_id
|
|
1131
|
-
- reported_status
|
|
1132
|
-
- helm_chart_id
|
|
1133
|
-
- config
|
|
1134
|
-
- values_override
|
|
1135
|
-
properties:
|
|
1136
|
-
id:
|
|
1137
|
-
type: string
|
|
1138
|
-
format: uuid
|
|
1139
|
-
created_at:
|
|
1140
|
-
type: string
|
|
1141
|
-
format: date-time
|
|
1142
|
-
name:
|
|
1143
|
-
type: string
|
|
1144
|
-
kind_id:
|
|
1145
|
-
type: string
|
|
1146
|
-
format: uuid
|
|
1147
|
-
cluster_id:
|
|
1148
|
-
type: string
|
|
1149
|
-
format: uuid
|
|
1150
|
-
enabled:
|
|
1151
|
-
type: boolean
|
|
1152
|
-
status:
|
|
1153
|
-
$ref: '#/components/schemas/DeploymentStatus'
|
|
1154
|
-
description_md:
|
|
1155
|
-
type: string
|
|
1156
|
-
nullable: true
|
|
1157
|
-
reason:
|
|
1158
|
-
type: string
|
|
1159
|
-
nullable: true
|
|
1160
|
-
revision_id:
|
|
1161
|
-
type: string
|
|
1162
|
-
format: uuid
|
|
1163
|
-
nullable: true
|
|
1164
|
-
reported_status:
|
|
1165
|
-
allOf:
|
|
1166
|
-
- $ref: '#/components/schemas/DeploymentReportedStatus'
|
|
1167
|
-
nullable: true
|
|
1168
|
-
helm_chart_id:
|
|
1169
|
-
type: string
|
|
1170
|
-
format: uuid
|
|
1171
|
-
config: {}
|
|
1172
|
-
values_override:
|
|
1173
|
-
nullable: true
|
|
1174
|
-
num_total:
|
|
1175
|
-
type: integer
|
|
1176
|
-
format: int64
|
|
1177
|
-
example: '1'
|
|
656
|
+
$ref: '#/components/schemas/Paginated_Deployment'
|
|
1178
657
|
security:
|
|
1179
658
|
- access_token: []
|
|
1180
659
|
- user_token: []
|
|
@@ -1274,73 +753,17 @@ paths:
|
|
|
1274
753
|
in: query
|
|
1275
754
|
required: false
|
|
1276
755
|
schema:
|
|
1277
|
-
type:
|
|
756
|
+
type:
|
|
757
|
+
- string
|
|
758
|
+
- 'null'
|
|
1278
759
|
format: uuid
|
|
1279
|
-
nullable: true
|
|
1280
|
-
- name: page
|
|
1281
|
-
in: query
|
|
1282
|
-
required: false
|
|
1283
|
-
schema:
|
|
1284
|
-
type: integer
|
|
1285
|
-
format: int64
|
|
1286
|
-
nullable: true
|
|
1287
|
-
- name: per_page
|
|
1288
|
-
in: query
|
|
1289
|
-
required: false
|
|
1290
|
-
schema:
|
|
1291
|
-
type: integer
|
|
1292
|
-
format: int64
|
|
1293
|
-
nullable: true
|
|
1294
760
|
responses:
|
|
1295
761
|
'200':
|
|
1296
762
|
description: ''
|
|
1297
763
|
content:
|
|
1298
764
|
application/json:
|
|
1299
765
|
schema:
|
|
1300
|
-
|
|
1301
|
-
required:
|
|
1302
|
-
- page
|
|
1303
|
-
- per_page
|
|
1304
|
-
- items
|
|
1305
|
-
- num_total
|
|
1306
|
-
properties:
|
|
1307
|
-
page:
|
|
1308
|
-
type: integer
|
|
1309
|
-
format: int64
|
|
1310
|
-
example: '1'
|
|
1311
|
-
per_page:
|
|
1312
|
-
type: integer
|
|
1313
|
-
format: int64
|
|
1314
|
-
example: '50'
|
|
1315
|
-
items:
|
|
1316
|
-
type: array
|
|
1317
|
-
items:
|
|
1318
|
-
type: object
|
|
1319
|
-
required:
|
|
1320
|
-
- id
|
|
1321
|
-
- created_at
|
|
1322
|
-
- env_id
|
|
1323
|
-
- user_id
|
|
1324
|
-
- role
|
|
1325
|
-
properties:
|
|
1326
|
-
id:
|
|
1327
|
-
type: string
|
|
1328
|
-
format: uuid
|
|
1329
|
-
created_at:
|
|
1330
|
-
type: string
|
|
1331
|
-
format: date-time
|
|
1332
|
-
env_id:
|
|
1333
|
-
type: string
|
|
1334
|
-
format: uuid
|
|
1335
|
-
user_id:
|
|
1336
|
-
type: string
|
|
1337
|
-
format: uuid
|
|
1338
|
-
role:
|
|
1339
|
-
$ref: '#/components/schemas/EnvUserRole'
|
|
1340
|
-
num_total:
|
|
1341
|
-
type: integer
|
|
1342
|
-
format: int64
|
|
1343
|
-
example: '1'
|
|
766
|
+
$ref: '#/components/schemas/Paginated_EnvUserPermission'
|
|
1344
767
|
security:
|
|
1345
768
|
- access_token: []
|
|
1346
769
|
- user_token: []
|
|
@@ -1413,77 +836,23 @@ paths:
|
|
|
1413
836
|
in: query
|
|
1414
837
|
required: false
|
|
1415
838
|
schema:
|
|
1416
|
-
type:
|
|
1417
|
-
|
|
839
|
+
type:
|
|
840
|
+
- string
|
|
841
|
+
- 'null'
|
|
1418
842
|
- name: auto_add_new_users
|
|
1419
843
|
in: query
|
|
1420
844
|
required: false
|
|
1421
845
|
schema:
|
|
1422
|
-
type:
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
in: query
|
|
1426
|
-
required: false
|
|
1427
|
-
schema:
|
|
1428
|
-
type: integer
|
|
1429
|
-
format: int64
|
|
1430
|
-
nullable: true
|
|
1431
|
-
- name: per_page
|
|
1432
|
-
in: query
|
|
1433
|
-
required: false
|
|
1434
|
-
schema:
|
|
1435
|
-
type: integer
|
|
1436
|
-
format: int64
|
|
1437
|
-
nullable: true
|
|
846
|
+
type:
|
|
847
|
+
- boolean
|
|
848
|
+
- 'null'
|
|
1438
849
|
responses:
|
|
1439
850
|
'200':
|
|
1440
851
|
description: ''
|
|
1441
852
|
content:
|
|
1442
853
|
application/json:
|
|
1443
854
|
schema:
|
|
1444
|
-
|
|
1445
|
-
required:
|
|
1446
|
-
- page
|
|
1447
|
-
- per_page
|
|
1448
|
-
- items
|
|
1449
|
-
- num_total
|
|
1450
|
-
properties:
|
|
1451
|
-
page:
|
|
1452
|
-
type: integer
|
|
1453
|
-
format: int64
|
|
1454
|
-
example: '1'
|
|
1455
|
-
per_page:
|
|
1456
|
-
type: integer
|
|
1457
|
-
format: int64
|
|
1458
|
-
example: '50'
|
|
1459
|
-
items:
|
|
1460
|
-
type: array
|
|
1461
|
-
items:
|
|
1462
|
-
type: object
|
|
1463
|
-
required:
|
|
1464
|
-
- id
|
|
1465
|
-
- created_at
|
|
1466
|
-
- name
|
|
1467
|
-
- node_selector
|
|
1468
|
-
- tolerations
|
|
1469
|
-
- auto_add_new_users
|
|
1470
|
-
properties:
|
|
1471
|
-
id:
|
|
1472
|
-
type: string
|
|
1473
|
-
format: uuid
|
|
1474
|
-
created_at:
|
|
1475
|
-
type: string
|
|
1476
|
-
format: date-time
|
|
1477
|
-
name:
|
|
1478
|
-
type: string
|
|
1479
|
-
node_selector: {}
|
|
1480
|
-
tolerations: {}
|
|
1481
|
-
auto_add_new_users:
|
|
1482
|
-
type: boolean
|
|
1483
|
-
num_total:
|
|
1484
|
-
type: integer
|
|
1485
|
-
format: int64
|
|
1486
|
-
example: '1'
|
|
855
|
+
$ref: '#/components/schemas/Paginated_Env'
|
|
1487
856
|
security:
|
|
1488
857
|
- access_token: []
|
|
1489
858
|
- user_token: []
|
|
@@ -1583,126 +952,24 @@ paths:
|
|
|
1583
952
|
in: query
|
|
1584
953
|
required: false
|
|
1585
954
|
schema:
|
|
1586
|
-
type:
|
|
955
|
+
type:
|
|
956
|
+
- string
|
|
957
|
+
- 'null'
|
|
1587
958
|
format: uuid
|
|
1588
|
-
nullable: true
|
|
1589
959
|
- name: parsed_branch
|
|
1590
960
|
in: query
|
|
1591
961
|
required: false
|
|
1592
962
|
schema:
|
|
1593
|
-
type:
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
in: query
|
|
1597
|
-
required: false
|
|
1598
|
-
schema:
|
|
1599
|
-
type: integer
|
|
1600
|
-
format: int64
|
|
1601
|
-
nullable: true
|
|
1602
|
-
- name: per_page
|
|
1603
|
-
in: query
|
|
1604
|
-
required: false
|
|
1605
|
-
schema:
|
|
1606
|
-
type: integer
|
|
1607
|
-
format: int64
|
|
1608
|
-
nullable: true
|
|
963
|
+
type:
|
|
964
|
+
- string
|
|
965
|
+
- 'null'
|
|
1609
966
|
responses:
|
|
1610
967
|
'200':
|
|
1611
968
|
description: ''
|
|
1612
969
|
content:
|
|
1613
970
|
application/json:
|
|
1614
971
|
schema:
|
|
1615
|
-
|
|
1616
|
-
required:
|
|
1617
|
-
- page
|
|
1618
|
-
- per_page
|
|
1619
|
-
- items
|
|
1620
|
-
- num_total
|
|
1621
|
-
properties:
|
|
1622
|
-
page:
|
|
1623
|
-
type: integer
|
|
1624
|
-
format: int64
|
|
1625
|
-
example: '1'
|
|
1626
|
-
per_page:
|
|
1627
|
-
type: integer
|
|
1628
|
-
format: int64
|
|
1629
|
-
example: '50'
|
|
1630
|
-
items:
|
|
1631
|
-
type: array
|
|
1632
|
-
items:
|
|
1633
|
-
type: object
|
|
1634
|
-
required:
|
|
1635
|
-
- id
|
|
1636
|
-
- created_at
|
|
1637
|
-
- helm_registry_id
|
|
1638
|
-
- image_digest
|
|
1639
|
-
- image_tag
|
|
1640
|
-
- available
|
|
1641
|
-
- values_ui
|
|
1642
|
-
- actions_schema
|
|
1643
|
-
- features
|
|
1644
|
-
- resource_types
|
|
1645
|
-
- error
|
|
1646
|
-
- tag_format_id
|
|
1647
|
-
- parsed_version
|
|
1648
|
-
- parsed_revision
|
|
1649
|
-
- parsed_branch
|
|
1650
|
-
- parsed_commit
|
|
1651
|
-
properties:
|
|
1652
|
-
id:
|
|
1653
|
-
type: string
|
|
1654
|
-
format: uuid
|
|
1655
|
-
created_at:
|
|
1656
|
-
type: string
|
|
1657
|
-
format: date-time
|
|
1658
|
-
helm_registry_id:
|
|
1659
|
-
type: string
|
|
1660
|
-
format: uuid
|
|
1661
|
-
image_digest:
|
|
1662
|
-
type: string
|
|
1663
|
-
image_tag:
|
|
1664
|
-
type: string
|
|
1665
|
-
available:
|
|
1666
|
-
type: boolean
|
|
1667
|
-
values_ui:
|
|
1668
|
-
allOf:
|
|
1669
|
-
- $ref: '#/components/schemas/UiSchema'
|
|
1670
|
-
nullable: true
|
|
1671
|
-
actions_schema:
|
|
1672
|
-
allOf:
|
|
1673
|
-
- $ref: '#/components/schemas/ChartExtActions'
|
|
1674
|
-
nullable: true
|
|
1675
|
-
features:
|
|
1676
|
-
allOf:
|
|
1677
|
-
- $ref: '#/components/schemas/ChartExtFeatures'
|
|
1678
|
-
nullable: true
|
|
1679
|
-
resource_types:
|
|
1680
|
-
allOf:
|
|
1681
|
-
- $ref: '#/components/schemas/ChartExtResourceTypes'
|
|
1682
|
-
nullable: true
|
|
1683
|
-
error:
|
|
1684
|
-
type: string
|
|
1685
|
-
nullable: true
|
|
1686
|
-
tag_format_id:
|
|
1687
|
-
type: string
|
|
1688
|
-
format: uuid
|
|
1689
|
-
nullable: true
|
|
1690
|
-
parsed_version:
|
|
1691
|
-
type: string
|
|
1692
|
-
nullable: true
|
|
1693
|
-
parsed_revision:
|
|
1694
|
-
type: string
|
|
1695
|
-
nullable: true
|
|
1696
|
-
parsed_branch:
|
|
1697
|
-
type: string
|
|
1698
|
-
nullable: true
|
|
1699
|
-
parsed_commit:
|
|
1700
|
-
type: string
|
|
1701
|
-
nullable: true
|
|
1702
|
-
num_total:
|
|
1703
|
-
type: integer
|
|
1704
|
-
format: int64
|
|
1705
|
-
example: '1'
|
|
972
|
+
$ref: '#/components/schemas/Paginated_HelmChart'
|
|
1706
973
|
security:
|
|
1707
974
|
- access_token: []
|
|
1708
975
|
- user_token: []
|
|
@@ -1738,84 +1005,24 @@ paths:
|
|
|
1738
1005
|
in: query
|
|
1739
1006
|
required: false
|
|
1740
1007
|
schema:
|
|
1741
|
-
type:
|
|
1742
|
-
|
|
1008
|
+
type:
|
|
1009
|
+
- string
|
|
1010
|
+
- 'null'
|
|
1743
1011
|
- name: kind_id
|
|
1744
1012
|
in: query
|
|
1745
1013
|
required: false
|
|
1746
1014
|
schema:
|
|
1747
|
-
type:
|
|
1015
|
+
type:
|
|
1016
|
+
- string
|
|
1017
|
+
- 'null'
|
|
1748
1018
|
format: uuid
|
|
1749
|
-
nullable: true
|
|
1750
|
-
- name: page
|
|
1751
|
-
in: query
|
|
1752
|
-
required: false
|
|
1753
|
-
schema:
|
|
1754
|
-
type: integer
|
|
1755
|
-
format: int64
|
|
1756
|
-
nullable: true
|
|
1757
|
-
- name: per_page
|
|
1758
|
-
in: query
|
|
1759
|
-
required: false
|
|
1760
|
-
schema:
|
|
1761
|
-
type: integer
|
|
1762
|
-
format: int64
|
|
1763
|
-
nullable: true
|
|
1764
1019
|
responses:
|
|
1765
1020
|
'200':
|
|
1766
1021
|
description: ''
|
|
1767
1022
|
content:
|
|
1768
1023
|
application/json:
|
|
1769
1024
|
schema:
|
|
1770
|
-
|
|
1771
|
-
required:
|
|
1772
|
-
- page
|
|
1773
|
-
- per_page
|
|
1774
|
-
- items
|
|
1775
|
-
- num_total
|
|
1776
|
-
properties:
|
|
1777
|
-
page:
|
|
1778
|
-
type: integer
|
|
1779
|
-
format: int64
|
|
1780
|
-
example: '1'
|
|
1781
|
-
per_page:
|
|
1782
|
-
type: integer
|
|
1783
|
-
format: int64
|
|
1784
|
-
example: '50'
|
|
1785
|
-
items:
|
|
1786
|
-
type: array
|
|
1787
|
-
items:
|
|
1788
|
-
type: object
|
|
1789
|
-
required:
|
|
1790
|
-
- id
|
|
1791
|
-
- created_at
|
|
1792
|
-
- domain_name
|
|
1793
|
-
- repo_name
|
|
1794
|
-
- kind_id
|
|
1795
|
-
- available
|
|
1796
|
-
- fa_icon
|
|
1797
|
-
properties:
|
|
1798
|
-
id:
|
|
1799
|
-
type: string
|
|
1800
|
-
format: uuid
|
|
1801
|
-
created_at:
|
|
1802
|
-
type: string
|
|
1803
|
-
format: date-time
|
|
1804
|
-
domain_name:
|
|
1805
|
-
type: string
|
|
1806
|
-
repo_name:
|
|
1807
|
-
type: string
|
|
1808
|
-
kind_id:
|
|
1809
|
-
type: string
|
|
1810
|
-
format: uuid
|
|
1811
|
-
available:
|
|
1812
|
-
type: boolean
|
|
1813
|
-
fa_icon:
|
|
1814
|
-
type: string
|
|
1815
|
-
num_total:
|
|
1816
|
-
type: integer
|
|
1817
|
-
format: int64
|
|
1818
|
-
example: '1'
|
|
1025
|
+
$ref: '#/components/schemas/Paginated_HelmRegistry'
|
|
1819
1026
|
security:
|
|
1820
1027
|
- access_token: []
|
|
1821
1028
|
- user_token: []
|
|
@@ -1878,64 +1085,16 @@ paths:
|
|
|
1878
1085
|
in: query
|
|
1879
1086
|
required: false
|
|
1880
1087
|
schema:
|
|
1881
|
-
type:
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
in: query
|
|
1885
|
-
required: false
|
|
1886
|
-
schema:
|
|
1887
|
-
type: integer
|
|
1888
|
-
format: int64
|
|
1889
|
-
nullable: true
|
|
1890
|
-
- name: per_page
|
|
1891
|
-
in: query
|
|
1892
|
-
required: false
|
|
1893
|
-
schema:
|
|
1894
|
-
type: integer
|
|
1895
|
-
format: int64
|
|
1896
|
-
nullable: true
|
|
1088
|
+
type:
|
|
1089
|
+
- string
|
|
1090
|
+
- 'null'
|
|
1897
1091
|
responses:
|
|
1898
1092
|
'200':
|
|
1899
1093
|
description: ''
|
|
1900
1094
|
content:
|
|
1901
1095
|
application/json:
|
|
1902
1096
|
schema:
|
|
1903
|
-
|
|
1904
|
-
required:
|
|
1905
|
-
- page
|
|
1906
|
-
- per_page
|
|
1907
|
-
- items
|
|
1908
|
-
- num_total
|
|
1909
|
-
properties:
|
|
1910
|
-
page:
|
|
1911
|
-
type: integer
|
|
1912
|
-
format: int64
|
|
1913
|
-
example: '1'
|
|
1914
|
-
per_page:
|
|
1915
|
-
type: integer
|
|
1916
|
-
format: int64
|
|
1917
|
-
example: '50'
|
|
1918
|
-
items:
|
|
1919
|
-
type: array
|
|
1920
|
-
items:
|
|
1921
|
-
type: object
|
|
1922
|
-
required:
|
|
1923
|
-
- id
|
|
1924
|
-
- created_at
|
|
1925
|
-
- pattern
|
|
1926
|
-
properties:
|
|
1927
|
-
id:
|
|
1928
|
-
type: string
|
|
1929
|
-
format: uuid
|
|
1930
|
-
created_at:
|
|
1931
|
-
type: string
|
|
1932
|
-
format: date-time
|
|
1933
|
-
pattern:
|
|
1934
|
-
type: string
|
|
1935
|
-
num_total:
|
|
1936
|
-
type: integer
|
|
1937
|
-
format: int64
|
|
1938
|
-
example: '1'
|
|
1097
|
+
$ref: '#/components/schemas/Paginated_HelmTagFormat'
|
|
1939
1098
|
security:
|
|
1940
1099
|
- access_token: []
|
|
1941
1100
|
- user_token: []
|
|
@@ -2008,116 +1167,24 @@ paths:
|
|
|
2008
1167
|
in: query
|
|
2009
1168
|
required: false
|
|
2010
1169
|
schema:
|
|
2011
|
-
type:
|
|
1170
|
+
type:
|
|
1171
|
+
- string
|
|
1172
|
+
- 'null'
|
|
2012
1173
|
format: uuid
|
|
2013
|
-
nullable: true
|
|
2014
1174
|
- name: name
|
|
2015
1175
|
in: query
|
|
2016
1176
|
required: false
|
|
2017
1177
|
schema:
|
|
2018
|
-
type:
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
in: query
|
|
2022
|
-
required: false
|
|
2023
|
-
schema:
|
|
2024
|
-
type: integer
|
|
2025
|
-
format: int64
|
|
2026
|
-
nullable: true
|
|
2027
|
-
- name: per_page
|
|
2028
|
-
in: query
|
|
2029
|
-
required: false
|
|
2030
|
-
schema:
|
|
2031
|
-
type: integer
|
|
2032
|
-
format: int64
|
|
2033
|
-
nullable: true
|
|
1178
|
+
type:
|
|
1179
|
+
- string
|
|
1180
|
+
- 'null'
|
|
2034
1181
|
responses:
|
|
2035
1182
|
'200':
|
|
2036
1183
|
description: ''
|
|
2037
1184
|
content:
|
|
2038
1185
|
application/json:
|
|
2039
1186
|
schema:
|
|
2040
|
-
|
|
2041
|
-
required:
|
|
2042
|
-
- page
|
|
2043
|
-
- per_page
|
|
2044
|
-
- items
|
|
2045
|
-
- num_total
|
|
2046
|
-
properties:
|
|
2047
|
-
page:
|
|
2048
|
-
type: integer
|
|
2049
|
-
format: int64
|
|
2050
|
-
example: '1'
|
|
2051
|
-
per_page:
|
|
2052
|
-
type: integer
|
|
2053
|
-
format: int64
|
|
2054
|
-
example: '50'
|
|
2055
|
-
items:
|
|
2056
|
-
type: array
|
|
2057
|
-
items:
|
|
2058
|
-
type: object
|
|
2059
|
-
required:
|
|
2060
|
-
- id
|
|
2061
|
-
- env_id
|
|
2062
|
-
- provider_id
|
|
2063
|
-
- created_at
|
|
2064
|
-
- last_seen_at
|
|
2065
|
-
- name
|
|
2066
|
-
- region_name
|
|
2067
|
-
- is_ok
|
|
2068
|
-
- not_ok_reason
|
|
2069
|
-
- ignore
|
|
2070
|
-
- ingress_domain
|
|
2071
|
-
- ingress_class
|
|
2072
|
-
- ingress_tls_secret_name
|
|
2073
|
-
- grafana_url
|
|
2074
|
-
- grafana_datasource_name
|
|
2075
|
-
properties:
|
|
2076
|
-
id:
|
|
2077
|
-
type: string
|
|
2078
|
-
format: uuid
|
|
2079
|
-
env_id:
|
|
2080
|
-
type: string
|
|
2081
|
-
format: uuid
|
|
2082
|
-
nullable: true
|
|
2083
|
-
provider_id:
|
|
2084
|
-
type: string
|
|
2085
|
-
created_at:
|
|
2086
|
-
type: string
|
|
2087
|
-
format: date-time
|
|
2088
|
-
last_seen_at:
|
|
2089
|
-
type: string
|
|
2090
|
-
format: date-time
|
|
2091
|
-
name:
|
|
2092
|
-
type: string
|
|
2093
|
-
region_name:
|
|
2094
|
-
type: string
|
|
2095
|
-
is_ok:
|
|
2096
|
-
type: boolean
|
|
2097
|
-
not_ok_reason:
|
|
2098
|
-
type: string
|
|
2099
|
-
nullable: true
|
|
2100
|
-
ignore:
|
|
2101
|
-
type: boolean
|
|
2102
|
-
ingress_domain:
|
|
2103
|
-
type: string
|
|
2104
|
-
nullable: true
|
|
2105
|
-
ingress_class:
|
|
2106
|
-
type: string
|
|
2107
|
-
nullable: true
|
|
2108
|
-
ingress_tls_secret_name:
|
|
2109
|
-
type: string
|
|
2110
|
-
nullable: true
|
|
2111
|
-
grafana_url:
|
|
2112
|
-
type: string
|
|
2113
|
-
nullable: true
|
|
2114
|
-
grafana_datasource_name:
|
|
2115
|
-
type: string
|
|
2116
|
-
nullable: true
|
|
2117
|
-
num_total:
|
|
2118
|
-
type: integer
|
|
2119
|
-
format: int64
|
|
2120
|
-
example: '1'
|
|
1187
|
+
$ref: '#/components/schemas/Paginated_K8sCluster'
|
|
2121
1188
|
security:
|
|
2122
1189
|
- access_token: []
|
|
2123
1190
|
- user_token: []
|
|
@@ -2197,105 +1264,39 @@ paths:
|
|
|
2197
1264
|
in: query
|
|
2198
1265
|
required: false
|
|
2199
1266
|
schema:
|
|
2200
|
-
type:
|
|
1267
|
+
type:
|
|
1268
|
+
- string
|
|
1269
|
+
- 'null'
|
|
2201
1270
|
format: uuid
|
|
2202
|
-
nullable: true
|
|
2203
1271
|
- name: deployment_id
|
|
2204
1272
|
in: query
|
|
2205
1273
|
required: false
|
|
2206
1274
|
schema:
|
|
2207
|
-
type:
|
|
1275
|
+
type:
|
|
1276
|
+
- string
|
|
1277
|
+
- 'null'
|
|
2208
1278
|
format: uuid
|
|
2209
|
-
nullable: true
|
|
2210
1279
|
- name: kind
|
|
2211
1280
|
in: query
|
|
2212
1281
|
required: false
|
|
2213
1282
|
schema:
|
|
2214
|
-
type:
|
|
2215
|
-
|
|
1283
|
+
type:
|
|
1284
|
+
- string
|
|
1285
|
+
- 'null'
|
|
2216
1286
|
- name: name
|
|
2217
1287
|
in: query
|
|
2218
1288
|
required: false
|
|
2219
1289
|
schema:
|
|
2220
|
-
type:
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
in: query
|
|
2224
|
-
required: false
|
|
2225
|
-
schema:
|
|
2226
|
-
type: integer
|
|
2227
|
-
format: int64
|
|
2228
|
-
nullable: true
|
|
2229
|
-
- name: per_page
|
|
2230
|
-
in: query
|
|
2231
|
-
required: false
|
|
2232
|
-
schema:
|
|
2233
|
-
type: integer
|
|
2234
|
-
format: int64
|
|
2235
|
-
nullable: true
|
|
1290
|
+
type:
|
|
1291
|
+
- string
|
|
1292
|
+
- 'null'
|
|
2236
1293
|
responses:
|
|
2237
1294
|
'200':
|
|
2238
1295
|
description: ''
|
|
2239
1296
|
content:
|
|
2240
1297
|
application/json:
|
|
2241
1298
|
schema:
|
|
2242
|
-
|
|
2243
|
-
required:
|
|
2244
|
-
- page
|
|
2245
|
-
- per_page
|
|
2246
|
-
- items
|
|
2247
|
-
- num_total
|
|
2248
|
-
properties:
|
|
2249
|
-
page:
|
|
2250
|
-
type: integer
|
|
2251
|
-
format: int64
|
|
2252
|
-
example: '1'
|
|
2253
|
-
per_page:
|
|
2254
|
-
type: integer
|
|
2255
|
-
format: int64
|
|
2256
|
-
example: '50'
|
|
2257
|
-
items:
|
|
2258
|
-
type: array
|
|
2259
|
-
items:
|
|
2260
|
-
type: object
|
|
2261
|
-
required:
|
|
2262
|
-
- id
|
|
2263
|
-
- last_updated_at
|
|
2264
|
-
- cluster_id
|
|
2265
|
-
- deployment_id
|
|
2266
|
-
- kind
|
|
2267
|
-
- api_version
|
|
2268
|
-
- name
|
|
2269
|
-
- status_color
|
|
2270
|
-
- metadata
|
|
2271
|
-
properties:
|
|
2272
|
-
id:
|
|
2273
|
-
type: string
|
|
2274
|
-
format: uuid
|
|
2275
|
-
last_updated_at:
|
|
2276
|
-
type: string
|
|
2277
|
-
format: date-time
|
|
2278
|
-
cluster_id:
|
|
2279
|
-
type: string
|
|
2280
|
-
format: uuid
|
|
2281
|
-
deployment_id:
|
|
2282
|
-
type: string
|
|
2283
|
-
format: uuid
|
|
2284
|
-
kind:
|
|
2285
|
-
type: string
|
|
2286
|
-
api_version:
|
|
2287
|
-
type: string
|
|
2288
|
-
name:
|
|
2289
|
-
type: string
|
|
2290
|
-
status_color:
|
|
2291
|
-
type: array
|
|
2292
|
-
items:
|
|
2293
|
-
type: string
|
|
2294
|
-
metadata: {}
|
|
2295
|
-
num_total:
|
|
2296
|
-
type: integer
|
|
2297
|
-
format: int64
|
|
2298
|
-
example: '1'
|
|
1299
|
+
$ref: '#/components/schemas/Paginated_K8sResource'
|
|
2299
1300
|
security:
|
|
2300
1301
|
- access_token: []
|
|
2301
1302
|
- user_token: []
|
|
@@ -2331,88 +1332,31 @@ paths:
|
|
|
2331
1332
|
in: query
|
|
2332
1333
|
required: false
|
|
2333
1334
|
schema:
|
|
2334
|
-
type:
|
|
1335
|
+
type:
|
|
1336
|
+
- string
|
|
1337
|
+
- 'null'
|
|
2335
1338
|
format: uuid
|
|
2336
|
-
nullable: true
|
|
2337
1339
|
- name: collection
|
|
2338
1340
|
in: query
|
|
2339
1341
|
required: false
|
|
2340
1342
|
schema:
|
|
2341
|
-
type:
|
|
2342
|
-
|
|
1343
|
+
type:
|
|
1344
|
+
- string
|
|
1345
|
+
- 'null'
|
|
2343
1346
|
- name: name
|
|
2344
1347
|
in: query
|
|
2345
1348
|
required: false
|
|
2346
1349
|
schema:
|
|
2347
|
-
type:
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
in: query
|
|
2351
|
-
required: false
|
|
2352
|
-
schema:
|
|
2353
|
-
type: integer
|
|
2354
|
-
format: int64
|
|
2355
|
-
nullable: true
|
|
2356
|
-
- name: per_page
|
|
2357
|
-
in: query
|
|
2358
|
-
required: false
|
|
2359
|
-
schema:
|
|
2360
|
-
type: integer
|
|
2361
|
-
format: int64
|
|
2362
|
-
nullable: true
|
|
1350
|
+
type:
|
|
1351
|
+
- string
|
|
1352
|
+
- 'null'
|
|
2363
1353
|
responses:
|
|
2364
1354
|
'200':
|
|
2365
1355
|
description: ''
|
|
2366
1356
|
content:
|
|
2367
1357
|
application/json:
|
|
2368
1358
|
schema:
|
|
2369
|
-
|
|
2370
|
-
required:
|
|
2371
|
-
- page
|
|
2372
|
-
- per_page
|
|
2373
|
-
- items
|
|
2374
|
-
- num_total
|
|
2375
|
-
properties:
|
|
2376
|
-
page:
|
|
2377
|
-
type: integer
|
|
2378
|
-
format: int64
|
|
2379
|
-
example: '1'
|
|
2380
|
-
per_page:
|
|
2381
|
-
type: integer
|
|
2382
|
-
format: int64
|
|
2383
|
-
example: '50'
|
|
2384
|
-
items:
|
|
2385
|
-
type: array
|
|
2386
|
-
items:
|
|
2387
|
-
type: object
|
|
2388
|
-
required:
|
|
2389
|
-
- id
|
|
2390
|
-
- created_at
|
|
2391
|
-
- updated_at
|
|
2392
|
-
- env_id
|
|
2393
|
-
- collection
|
|
2394
|
-
- name
|
|
2395
|
-
properties:
|
|
2396
|
-
id:
|
|
2397
|
-
type: string
|
|
2398
|
-
format: uuid
|
|
2399
|
-
created_at:
|
|
2400
|
-
type: string
|
|
2401
|
-
format: date-time
|
|
2402
|
-
updated_at:
|
|
2403
|
-
type: string
|
|
2404
|
-
format: date-time
|
|
2405
|
-
env_id:
|
|
2406
|
-
type: string
|
|
2407
|
-
format: uuid
|
|
2408
|
-
collection:
|
|
2409
|
-
type: string
|
|
2410
|
-
name:
|
|
2411
|
-
type: string
|
|
2412
|
-
num_total:
|
|
2413
|
-
type: integer
|
|
2414
|
-
format: int64
|
|
2415
|
-
example: '1'
|
|
1359
|
+
$ref: '#/components/schemas/Paginated_Secret'
|
|
2416
1360
|
security:
|
|
2417
1361
|
- access_token: []
|
|
2418
1362
|
- user_token: []
|
|
@@ -2527,66 +1471,17 @@ paths:
|
|
|
2527
1471
|
in: query
|
|
2528
1472
|
required: false
|
|
2529
1473
|
schema:
|
|
2530
|
-
type:
|
|
1474
|
+
type:
|
|
1475
|
+
- string
|
|
1476
|
+
- 'null'
|
|
2531
1477
|
format: uuid
|
|
2532
|
-
nullable: true
|
|
2533
|
-
- name: page
|
|
2534
|
-
in: query
|
|
2535
|
-
required: false
|
|
2536
|
-
schema:
|
|
2537
|
-
type: integer
|
|
2538
|
-
format: int64
|
|
2539
|
-
nullable: true
|
|
2540
|
-
- name: per_page
|
|
2541
|
-
in: query
|
|
2542
|
-
required: false
|
|
2543
|
-
schema:
|
|
2544
|
-
type: integer
|
|
2545
|
-
format: int64
|
|
2546
|
-
nullable: true
|
|
2547
1478
|
responses:
|
|
2548
1479
|
'200':
|
|
2549
1480
|
description: ''
|
|
2550
1481
|
content:
|
|
2551
1482
|
application/json:
|
|
2552
1483
|
schema:
|
|
2553
|
-
|
|
2554
|
-
required:
|
|
2555
|
-
- page
|
|
2556
|
-
- per_page
|
|
2557
|
-
- items
|
|
2558
|
-
- num_total
|
|
2559
|
-
properties:
|
|
2560
|
-
page:
|
|
2561
|
-
type: integer
|
|
2562
|
-
format: int64
|
|
2563
|
-
example: '1'
|
|
2564
|
-
per_page:
|
|
2565
|
-
type: integer
|
|
2566
|
-
format: int64
|
|
2567
|
-
example: '50'
|
|
2568
|
-
items:
|
|
2569
|
-
type: array
|
|
2570
|
-
items:
|
|
2571
|
-
type: object
|
|
2572
|
-
required:
|
|
2573
|
-
- id
|
|
2574
|
-
- user_id
|
|
2575
|
-
- created_at
|
|
2576
|
-
properties:
|
|
2577
|
-
id:
|
|
2578
|
-
type: string
|
|
2579
|
-
format: uuid
|
|
2580
|
-
user_id:
|
|
2581
|
-
type: string
|
|
2582
|
-
format: uuid
|
|
2583
|
-
created_at:
|
|
2584
|
-
type: string
|
|
2585
|
-
format: date-time
|
|
2586
|
-
num_total:
|
|
2587
|
-
type: integer
|
|
2588
|
-
format: int64
|
|
2589
|
-
example: '1'
|
|
1484
|
+
$ref: '#/components/schemas/Paginated_UserToken'
|
|
2590
1485
|
security:
|
|
2591
1486
|
- access_token: []
|
|
2592
1487
|
- user_token: []
|
|
@@ -2659,85 +1554,30 @@ paths:
|
|
|
2659
1554
|
in: query
|
|
2660
1555
|
required: false
|
|
2661
1556
|
schema:
|
|
2662
|
-
type:
|
|
2663
|
-
|
|
1557
|
+
type:
|
|
1558
|
+
- string
|
|
1559
|
+
- 'null'
|
|
2664
1560
|
- name: email
|
|
2665
1561
|
in: query
|
|
2666
1562
|
required: false
|
|
2667
1563
|
schema:
|
|
2668
|
-
type:
|
|
2669
|
-
|
|
1564
|
+
type:
|
|
1565
|
+
- string
|
|
1566
|
+
- 'null'
|
|
2670
1567
|
- name: is_active
|
|
2671
1568
|
in: query
|
|
2672
1569
|
required: false
|
|
2673
1570
|
schema:
|
|
2674
|
-
type:
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
in: query
|
|
2678
|
-
required: false
|
|
2679
|
-
schema:
|
|
2680
|
-
type: integer
|
|
2681
|
-
format: int64
|
|
2682
|
-
nullable: true
|
|
2683
|
-
- name: per_page
|
|
2684
|
-
in: query
|
|
2685
|
-
required: false
|
|
2686
|
-
schema:
|
|
2687
|
-
type: integer
|
|
2688
|
-
format: int64
|
|
2689
|
-
nullable: true
|
|
1571
|
+
type:
|
|
1572
|
+
- boolean
|
|
1573
|
+
- 'null'
|
|
2690
1574
|
responses:
|
|
2691
1575
|
'200':
|
|
2692
1576
|
description: ''
|
|
2693
1577
|
content:
|
|
2694
1578
|
application/json:
|
|
2695
1579
|
schema:
|
|
2696
|
-
|
|
2697
|
-
required:
|
|
2698
|
-
- page
|
|
2699
|
-
- per_page
|
|
2700
|
-
- items
|
|
2701
|
-
- num_total
|
|
2702
|
-
properties:
|
|
2703
|
-
page:
|
|
2704
|
-
type: integer
|
|
2705
|
-
format: int64
|
|
2706
|
-
example: '1'
|
|
2707
|
-
per_page:
|
|
2708
|
-
type: integer
|
|
2709
|
-
format: int64
|
|
2710
|
-
example: '50'
|
|
2711
|
-
items:
|
|
2712
|
-
type: array
|
|
2713
|
-
items:
|
|
2714
|
-
type: object
|
|
2715
|
-
required:
|
|
2716
|
-
- id
|
|
2717
|
-
- created_at
|
|
2718
|
-
- display_name
|
|
2719
|
-
- email
|
|
2720
|
-
- is_admin
|
|
2721
|
-
- is_active
|
|
2722
|
-
properties:
|
|
2723
|
-
id:
|
|
2724
|
-
type: string
|
|
2725
|
-
format: uuid
|
|
2726
|
-
created_at:
|
|
2727
|
-
type: string
|
|
2728
|
-
format: date-time
|
|
2729
|
-
display_name:
|
|
2730
|
-
type: string
|
|
2731
|
-
email:
|
|
2732
|
-
type: string
|
|
2733
|
-
is_admin:
|
|
2734
|
-
type: boolean
|
|
2735
|
-
is_active:
|
|
2736
|
-
type: boolean
|
|
2737
|
-
num_total:
|
|
2738
|
-
type: integer
|
|
2739
|
-
format: int64
|
|
2740
|
-
example: '1'
|
|
1580
|
+
$ref: '#/components/schemas/Paginated_User'
|
|
2741
1581
|
security:
|
|
2742
1582
|
- access_token: []
|
|
2743
1583
|
- user_token: []
|
|
@@ -2827,40 +1667,33 @@ components:
|
|
|
2827
1667
|
created_by_user_id:
|
|
2828
1668
|
type: string
|
|
2829
1669
|
format: uuid
|
|
2830
|
-
|
|
2831
|
-
type: object
|
|
2832
|
-
required:
|
|
2833
|
-
- reason
|
|
2834
|
-
properties:
|
|
2835
|
-
reason:
|
|
2836
|
-
type: string
|
|
2837
|
-
nullable: true
|
|
2838
|
-
ChartExt:
|
|
1670
|
+
ChartExt:
|
|
2839
1671
|
type: object
|
|
2840
1672
|
properties:
|
|
2841
1673
|
metadata:
|
|
2842
|
-
|
|
1674
|
+
oneOf:
|
|
1675
|
+
- type: 'null'
|
|
2843
1676
|
- $ref: '#/components/schemas/ChartMetadata'
|
|
2844
|
-
nullable: true
|
|
2845
1677
|
ui_schema:
|
|
2846
|
-
|
|
1678
|
+
oneOf:
|
|
1679
|
+
- type: 'null'
|
|
2847
1680
|
- $ref: '#/components/schemas/UiSchema'
|
|
2848
|
-
nullable: true
|
|
2849
1681
|
actions:
|
|
2850
|
-
|
|
1682
|
+
oneOf:
|
|
1683
|
+
- type: 'null'
|
|
2851
1684
|
- $ref: '#/components/schemas/ChartExtActions'
|
|
2852
|
-
nullable: true
|
|
2853
1685
|
features:
|
|
2854
|
-
|
|
1686
|
+
oneOf:
|
|
1687
|
+
- type: 'null'
|
|
2855
1688
|
- $ref: '#/components/schemas/ChartExtFeatures'
|
|
2856
|
-
nullable: true
|
|
2857
1689
|
resource_types:
|
|
2858
|
-
|
|
1690
|
+
oneOf:
|
|
1691
|
+
- type: 'null'
|
|
2859
1692
|
- $ref: '#/components/schemas/ChartExtResourceTypes'
|
|
2860
|
-
nullable: true
|
|
2861
1693
|
error:
|
|
2862
|
-
type:
|
|
2863
|
-
|
|
1694
|
+
type:
|
|
1695
|
+
- string
|
|
1696
|
+
- 'null'
|
|
2864
1697
|
ChartExtActionEndpoint:
|
|
2865
1698
|
type: string
|
|
2866
1699
|
enum:
|
|
@@ -2912,16 +1745,17 @@ components:
|
|
|
2912
1745
|
title:
|
|
2913
1746
|
type: string
|
|
2914
1747
|
fontawesome_icon:
|
|
2915
|
-
type:
|
|
2916
|
-
|
|
1748
|
+
type:
|
|
1749
|
+
- string
|
|
1750
|
+
- 'null'
|
|
2917
1751
|
description:
|
|
2918
1752
|
type: string
|
|
2919
1753
|
dangerous:
|
|
2920
1754
|
type: boolean
|
|
2921
1755
|
ui_schema:
|
|
2922
|
-
|
|
1756
|
+
oneOf:
|
|
1757
|
+
- type: 'null'
|
|
2923
1758
|
- $ref: '#/components/schemas/UiSchema'
|
|
2924
|
-
nullable: true
|
|
2925
1759
|
ChartExtActionV1Beta1:
|
|
2926
1760
|
type: object
|
|
2927
1761
|
required:
|
|
@@ -2966,13 +1800,13 @@ components:
|
|
|
2966
1800
|
type: object
|
|
2967
1801
|
properties:
|
|
2968
1802
|
name:
|
|
2969
|
-
|
|
1803
|
+
oneOf:
|
|
1804
|
+
- type: 'null'
|
|
2970
1805
|
- $ref: '#/components/schemas/ChartExtDeploymentDisplayName'
|
|
2971
|
-
nullable: true
|
|
2972
1806
|
icon:
|
|
2973
|
-
|
|
1807
|
+
oneOf:
|
|
1808
|
+
- type: 'null'
|
|
2974
1809
|
- $ref: '#/components/schemas/ChartExtDeploymentDisplayIcon'
|
|
2975
|
-
nullable: true
|
|
2976
1810
|
additionalProperties: false
|
|
2977
1811
|
ChartExtDeploymentDisplayIcon:
|
|
2978
1812
|
type: object
|
|
@@ -3011,12 +1845,20 @@ components:
|
|
|
3011
1845
|
properties:
|
|
3012
1846
|
ingress:
|
|
3013
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.
|
|
3014
1852
|
status:
|
|
3015
|
-
|
|
1853
|
+
oneOf:
|
|
1854
|
+
- type: 'null'
|
|
3016
1855
|
- $ref: '#/components/schemas/ChartExtStatusFeature'
|
|
3017
|
-
|
|
1856
|
+
description: |-
|
|
1857
|
+
Sets an HTTP endpoint that returns a platz_sdk::PlatzStatus
|
|
1858
|
+
and displayed as part of the deployment page.
|
|
3018
1859
|
cardinality:
|
|
3019
1860
|
$ref: '#/components/schemas/ChartExtCardinality'
|
|
1861
|
+
description: Allow deploying OnePerCluster or Many.
|
|
3020
1862
|
reinstall_dependencies:
|
|
3021
1863
|
type: boolean
|
|
3022
1864
|
description: |-
|
|
@@ -3041,6 +1883,7 @@ components:
|
|
|
3041
1883
|
description: Same for tolerations
|
|
3042
1884
|
display:
|
|
3043
1885
|
$ref: '#/components/schemas/ChartExtDeploymentDisplay'
|
|
1886
|
+
description: Control how the deployment is displayed
|
|
3044
1887
|
ChartExtFeaturesV0:
|
|
3045
1888
|
type: object
|
|
3046
1889
|
properties:
|
|
@@ -3051,11 +1894,15 @@ components:
|
|
|
3051
1894
|
that matches the structure generated by `helm create`. This
|
|
3052
1895
|
generates the hostname and sets TLS correctly.
|
|
3053
1896
|
status:
|
|
3054
|
-
|
|
1897
|
+
oneOf:
|
|
1898
|
+
- type: 'null'
|
|
3055
1899
|
- $ref: '#/components/schemas/ChartExtStatusFeature'
|
|
3056
|
-
|
|
1900
|
+
description: |-
|
|
1901
|
+
Sets an HTTP endpoint that returns a platz_sdk::PlatzStatus
|
|
1902
|
+
and displayed as part of the deployment page.
|
|
3057
1903
|
cardinality:
|
|
3058
1904
|
$ref: '#/components/schemas/ChartExtCardinality'
|
|
1905
|
+
description: Allow deploying OnePerCluster or Many.
|
|
3059
1906
|
reinstall_dependencies:
|
|
3060
1907
|
type: boolean
|
|
3061
1908
|
description: |-
|
|
@@ -3138,28 +1985,28 @@ components:
|
|
|
3138
1985
|
type: object
|
|
3139
1986
|
properties:
|
|
3140
1987
|
allowed_role:
|
|
3141
|
-
|
|
1988
|
+
oneOf:
|
|
1989
|
+
- type: 'null'
|
|
3142
1990
|
- $ref: '#/components/schemas/ChartExtActionUserDeploymentRole'
|
|
3143
|
-
nullable: true
|
|
3144
1991
|
target:
|
|
3145
|
-
|
|
1992
|
+
oneOf:
|
|
1993
|
+
- type: 'null'
|
|
3146
1994
|
- $ref: '#/components/schemas/ChartExtActionTarget'
|
|
3147
|
-
nullable: true
|
|
3148
1995
|
ChartExtResourceLifecycleV1Beta1:
|
|
3149
1996
|
type: object
|
|
3150
1997
|
properties:
|
|
3151
1998
|
create:
|
|
3152
|
-
|
|
1999
|
+
oneOf:
|
|
2000
|
+
- type: 'null'
|
|
3153
2001
|
- $ref: '#/components/schemas/ChartExtResourceLifecycleActionV1Beta1'
|
|
3154
|
-
nullable: true
|
|
3155
2002
|
update:
|
|
3156
|
-
|
|
2003
|
+
oneOf:
|
|
2004
|
+
- type: 'null'
|
|
3157
2005
|
- $ref: '#/components/schemas/ChartExtResourceLifecycleActionV1Beta1'
|
|
3158
|
-
nullable: true
|
|
3159
2006
|
delete:
|
|
3160
|
-
|
|
2007
|
+
oneOf:
|
|
2008
|
+
- type: 'null'
|
|
3161
2009
|
- $ref: '#/components/schemas/ChartExtResourceLifecycleActionV1Beta1'
|
|
3162
|
-
nullable: true
|
|
3163
2010
|
ChartExtResourceType:
|
|
3164
2011
|
oneOf:
|
|
3165
2012
|
- $ref: '#/components/schemas/ChartExtResourceTypeV1Beta1'
|
|
@@ -3234,17 +2081,21 @@ components:
|
|
|
3234
2081
|
version:
|
|
3235
2082
|
type: string
|
|
3236
2083
|
git_commit:
|
|
3237
|
-
type:
|
|
3238
|
-
|
|
2084
|
+
type:
|
|
2085
|
+
- string
|
|
2086
|
+
- 'null'
|
|
3239
2087
|
git_branch:
|
|
3240
|
-
type:
|
|
3241
|
-
|
|
2088
|
+
type:
|
|
2089
|
+
- string
|
|
2090
|
+
- 'null'
|
|
3242
2091
|
git_repo:
|
|
3243
|
-
type:
|
|
3244
|
-
|
|
2092
|
+
type:
|
|
2093
|
+
- string
|
|
2094
|
+
- 'null'
|
|
3245
2095
|
git_provider:
|
|
3246
|
-
type:
|
|
3247
|
-
|
|
2096
|
+
type:
|
|
2097
|
+
- string
|
|
2098
|
+
- 'null'
|
|
3248
2099
|
CreateBotToken:
|
|
3249
2100
|
type: object
|
|
3250
2101
|
required:
|
|
@@ -3265,18 +2116,20 @@ components:
|
|
|
3265
2116
|
operation:
|
|
3266
2117
|
$ref: '#/components/schemas/DeploymentTaskOperation'
|
|
3267
2118
|
execute_at:
|
|
3268
|
-
type:
|
|
2119
|
+
type:
|
|
2120
|
+
- string
|
|
2121
|
+
- 'null'
|
|
3269
2122
|
format: date-time
|
|
3270
|
-
nullable: true
|
|
3271
2123
|
CreateUserToken:
|
|
3272
2124
|
type: object
|
|
3273
2125
|
required:
|
|
3274
2126
|
- user_id
|
|
3275
2127
|
properties:
|
|
3276
2128
|
user_id:
|
|
3277
|
-
type:
|
|
2129
|
+
type:
|
|
2130
|
+
- string
|
|
2131
|
+
- 'null'
|
|
3278
2132
|
format: uuid
|
|
3279
|
-
nullable: true
|
|
3280
2133
|
CreatedBotToken:
|
|
3281
2134
|
type: object
|
|
3282
2135
|
required:
|
|
@@ -3388,25 +2241,27 @@ components:
|
|
|
3388
2241
|
status:
|
|
3389
2242
|
$ref: '#/components/schemas/DeploymentStatus'
|
|
3390
2243
|
description_md:
|
|
3391
|
-
type:
|
|
3392
|
-
|
|
2244
|
+
type:
|
|
2245
|
+
- string
|
|
2246
|
+
- 'null'
|
|
3393
2247
|
reason:
|
|
3394
|
-
type:
|
|
3395
|
-
|
|
2248
|
+
type:
|
|
2249
|
+
- string
|
|
2250
|
+
- 'null'
|
|
3396
2251
|
revision_id:
|
|
3397
|
-
type:
|
|
2252
|
+
type:
|
|
2253
|
+
- string
|
|
2254
|
+
- 'null'
|
|
3398
2255
|
format: uuid
|
|
3399
|
-
nullable: true
|
|
3400
2256
|
reported_status:
|
|
3401
|
-
|
|
2257
|
+
oneOf:
|
|
2258
|
+
- type: 'null'
|
|
3402
2259
|
- $ref: '#/components/schemas/DeploymentReportedStatus'
|
|
3403
|
-
nullable: true
|
|
3404
2260
|
helm_chart_id:
|
|
3405
2261
|
type: string
|
|
3406
2262
|
format: uuid
|
|
3407
2263
|
config: {}
|
|
3408
|
-
values_override:
|
|
3409
|
-
nullable: true
|
|
2264
|
+
values_override: {}
|
|
3410
2265
|
DeploymentInstallTask:
|
|
3411
2266
|
type: object
|
|
3412
2267
|
required:
|
|
@@ -3418,8 +2273,7 @@ components:
|
|
|
3418
2273
|
type: string
|
|
3419
2274
|
format: uuid
|
|
3420
2275
|
config_inputs: {}
|
|
3421
|
-
values_override:
|
|
3422
|
-
nullable: true
|
|
2276
|
+
values_override: {}
|
|
3423
2277
|
DeploymentInvokeActionTask:
|
|
3424
2278
|
type: object
|
|
3425
2279
|
required:
|
|
@@ -3515,9 +2369,9 @@ components:
|
|
|
3515
2369
|
short_description:
|
|
3516
2370
|
type: string
|
|
3517
2371
|
color:
|
|
3518
|
-
|
|
2372
|
+
oneOf:
|
|
2373
|
+
- type: 'null'
|
|
3519
2374
|
- $ref: '#/components/schemas/DeploymentReportedStatusColor'
|
|
3520
|
-
nullable: true
|
|
3521
2375
|
DeploymentReportedNotice:
|
|
3522
2376
|
type: object
|
|
3523
2377
|
required:
|
|
@@ -3548,12 +2402,13 @@ components:
|
|
|
3548
2402
|
get_successful:
|
|
3549
2403
|
type: boolean
|
|
3550
2404
|
content:
|
|
3551
|
-
|
|
2405
|
+
oneOf:
|
|
2406
|
+
- type: 'null'
|
|
3552
2407
|
- $ref: '#/components/schemas/DeploymentReportedStatusContent'
|
|
3553
|
-
nullable: true
|
|
3554
2408
|
error:
|
|
3555
|
-
type:
|
|
3556
|
-
|
|
2409
|
+
type:
|
|
2410
|
+
- string
|
|
2411
|
+
- 'null'
|
|
3557
2412
|
DeploymentReportedStatusColor:
|
|
3558
2413
|
type: string
|
|
3559
2414
|
enum:
|
|
@@ -3572,14 +2427,15 @@ components:
|
|
|
3572
2427
|
status:
|
|
3573
2428
|
$ref: '#/components/schemas/DeploymentReportedStatusSummary'
|
|
3574
2429
|
primary_metric:
|
|
3575
|
-
|
|
2430
|
+
oneOf:
|
|
2431
|
+
- type: 'null'
|
|
3576
2432
|
- $ref: '#/components/schemas/DeploymentReportedMetric'
|
|
3577
|
-
nullable: true
|
|
3578
2433
|
metrics:
|
|
3579
|
-
type:
|
|
2434
|
+
type:
|
|
2435
|
+
- array
|
|
2436
|
+
- 'null'
|
|
3580
2437
|
items:
|
|
3581
2438
|
$ref: '#/components/schemas/DeploymentReportedMetric'
|
|
3582
|
-
nullable: true
|
|
3583
2439
|
notices:
|
|
3584
2440
|
type: array
|
|
3585
2441
|
items:
|
|
@@ -3617,9 +2473,10 @@ components:
|
|
|
3617
2473
|
type: string
|
|
3618
2474
|
format: uuid
|
|
3619
2475
|
deployment_id:
|
|
3620
|
-
type:
|
|
2476
|
+
type:
|
|
2477
|
+
- string
|
|
2478
|
+
- 'null'
|
|
3621
2479
|
format: uuid
|
|
3622
|
-
nullable: true
|
|
3623
2480
|
name:
|
|
3624
2481
|
type: string
|
|
3625
2482
|
exists:
|
|
@@ -3628,8 +2485,9 @@ components:
|
|
|
3628
2485
|
sync_status:
|
|
3629
2486
|
$ref: '#/components/schemas/DeploymentResourceSyncStatus'
|
|
3630
2487
|
sync_reason:
|
|
3631
|
-
type:
|
|
3632
|
-
|
|
2488
|
+
type:
|
|
2489
|
+
- string
|
|
2490
|
+
- 'null'
|
|
3633
2491
|
DeploymentResourceSyncStatus:
|
|
3634
2492
|
type: string
|
|
3635
2493
|
enum:
|
|
@@ -3655,9 +2513,10 @@ components:
|
|
|
3655
2513
|
type: string
|
|
3656
2514
|
format: date-time
|
|
3657
2515
|
env_id:
|
|
3658
|
-
type:
|
|
2516
|
+
type:
|
|
2517
|
+
- string
|
|
2518
|
+
- 'null'
|
|
3659
2519
|
format: uuid
|
|
3660
|
-
nullable: true
|
|
3661
2520
|
deployment_kind_id:
|
|
3662
2521
|
type: string
|
|
3663
2522
|
format: uuid
|
|
@@ -3717,17 +2576,20 @@ components:
|
|
|
3717
2576
|
type: string
|
|
3718
2577
|
format: date-time
|
|
3719
2578
|
first_attempted_at:
|
|
3720
|
-
type:
|
|
2579
|
+
type:
|
|
2580
|
+
- string
|
|
2581
|
+
- 'null'
|
|
3721
2582
|
format: date-time
|
|
3722
|
-
nullable: true
|
|
3723
2583
|
started_at:
|
|
3724
|
-
type:
|
|
2584
|
+
type:
|
|
2585
|
+
- string
|
|
2586
|
+
- 'null'
|
|
3725
2587
|
format: date-time
|
|
3726
|
-
nullable: true
|
|
3727
2588
|
finished_at:
|
|
3728
|
-
type:
|
|
2589
|
+
type:
|
|
2590
|
+
- string
|
|
2591
|
+
- 'null'
|
|
3729
2592
|
format: date-time
|
|
3730
|
-
nullable: true
|
|
3731
2593
|
cluster_id:
|
|
3732
2594
|
type: string
|
|
3733
2595
|
format: uuid
|
|
@@ -3735,28 +2597,33 @@ components:
|
|
|
3735
2597
|
type: string
|
|
3736
2598
|
format: uuid
|
|
3737
2599
|
acting_user_id:
|
|
3738
|
-
type:
|
|
2600
|
+
type:
|
|
2601
|
+
- string
|
|
2602
|
+
- 'null'
|
|
3739
2603
|
format: uuid
|
|
3740
|
-
nullable: true
|
|
3741
2604
|
acting_deployment_id:
|
|
3742
|
-
type:
|
|
2605
|
+
type:
|
|
2606
|
+
- string
|
|
2607
|
+
- 'null'
|
|
3743
2608
|
format: uuid
|
|
3744
|
-
nullable: true
|
|
3745
2609
|
canceled_by_user_id:
|
|
3746
|
-
type:
|
|
2610
|
+
type:
|
|
2611
|
+
- string
|
|
2612
|
+
- 'null'
|
|
3747
2613
|
format: uuid
|
|
3748
|
-
nullable: true
|
|
3749
2614
|
canceled_by_deployment_id:
|
|
3750
|
-
type:
|
|
2615
|
+
type:
|
|
2616
|
+
- string
|
|
2617
|
+
- 'null'
|
|
3751
2618
|
format: uuid
|
|
3752
|
-
nullable: true
|
|
3753
2619
|
operation:
|
|
3754
2620
|
$ref: '#/components/schemas/DeploymentTaskOperation'
|
|
3755
2621
|
status:
|
|
3756
2622
|
$ref: '#/components/schemas/DeploymentTaskStatus'
|
|
3757
2623
|
reason:
|
|
3758
|
-
type:
|
|
3759
|
-
|
|
2624
|
+
type:
|
|
2625
|
+
- string
|
|
2626
|
+
- 'null'
|
|
3760
2627
|
DeploymentTaskOperation:
|
|
3761
2628
|
oneOf:
|
|
3762
2629
|
- type: object
|
|
@@ -3824,16 +2691,16 @@ components:
|
|
|
3824
2691
|
type: string
|
|
3825
2692
|
format: uuid
|
|
3826
2693
|
prev_helm_chart_id:
|
|
3827
|
-
type:
|
|
2694
|
+
type:
|
|
2695
|
+
- string
|
|
2696
|
+
- 'null'
|
|
3828
2697
|
format: uuid
|
|
3829
|
-
nullable: true
|
|
3830
2698
|
config_inputs: {}
|
|
3831
2699
|
config_delta:
|
|
3832
|
-
|
|
2700
|
+
oneOf:
|
|
2701
|
+
- type: 'null'
|
|
3833
2702
|
- $ref: '#/components/schemas/JsonDiff'
|
|
3834
|
-
|
|
3835
|
-
values_override:
|
|
3836
|
-
nullable: true
|
|
2703
|
+
values_override: {}
|
|
3837
2704
|
Env:
|
|
3838
2705
|
type: object
|
|
3839
2706
|
required:
|
|
@@ -3927,40 +2794,46 @@ components:
|
|
|
3927
2794
|
available:
|
|
3928
2795
|
type: boolean
|
|
3929
2796
|
values_ui:
|
|
3930
|
-
|
|
2797
|
+
oneOf:
|
|
2798
|
+
- type: 'null'
|
|
3931
2799
|
- $ref: '#/components/schemas/UiSchema'
|
|
3932
|
-
nullable: true
|
|
3933
2800
|
actions_schema:
|
|
3934
|
-
|
|
2801
|
+
oneOf:
|
|
2802
|
+
- type: 'null'
|
|
3935
2803
|
- $ref: '#/components/schemas/ChartExtActions'
|
|
3936
|
-
nullable: true
|
|
3937
2804
|
features:
|
|
3938
|
-
|
|
2805
|
+
oneOf:
|
|
2806
|
+
- type: 'null'
|
|
3939
2807
|
- $ref: '#/components/schemas/ChartExtFeatures'
|
|
3940
|
-
nullable: true
|
|
3941
2808
|
resource_types:
|
|
3942
|
-
|
|
2809
|
+
oneOf:
|
|
2810
|
+
- type: 'null'
|
|
3943
2811
|
- $ref: '#/components/schemas/ChartExtResourceTypes'
|
|
3944
|
-
nullable: true
|
|
3945
2812
|
error:
|
|
3946
|
-
type:
|
|
3947
|
-
|
|
2813
|
+
type:
|
|
2814
|
+
- string
|
|
2815
|
+
- 'null'
|
|
3948
2816
|
tag_format_id:
|
|
3949
|
-
type:
|
|
2817
|
+
type:
|
|
2818
|
+
- string
|
|
2819
|
+
- 'null'
|
|
3950
2820
|
format: uuid
|
|
3951
|
-
nullable: true
|
|
3952
2821
|
parsed_version:
|
|
3953
|
-
type:
|
|
3954
|
-
|
|
2822
|
+
type:
|
|
2823
|
+
- string
|
|
2824
|
+
- 'null'
|
|
3955
2825
|
parsed_revision:
|
|
3956
|
-
type:
|
|
3957
|
-
|
|
2826
|
+
type:
|
|
2827
|
+
- string
|
|
2828
|
+
- 'null'
|
|
3958
2829
|
parsed_branch:
|
|
3959
|
-
type:
|
|
3960
|
-
|
|
2830
|
+
type:
|
|
2831
|
+
- string
|
|
2832
|
+
- 'null'
|
|
3961
2833
|
parsed_commit:
|
|
3962
|
-
type:
|
|
3963
|
-
|
|
2834
|
+
type:
|
|
2835
|
+
- string
|
|
2836
|
+
- 'null'
|
|
3964
2837
|
HelmRegistry:
|
|
3965
2838
|
type: object
|
|
3966
2839
|
required:
|
|
@@ -3971,6 +2844,7 @@ components:
|
|
|
3971
2844
|
- kind_id
|
|
3972
2845
|
- available
|
|
3973
2846
|
- fa_icon
|
|
2847
|
+
- provider
|
|
3974
2848
|
properties:
|
|
3975
2849
|
id:
|
|
3976
2850
|
type: string
|
|
@@ -3989,6 +2863,13 @@ components:
|
|
|
3989
2863
|
type: boolean
|
|
3990
2864
|
fa_icon:
|
|
3991
2865
|
type: string
|
|
2866
|
+
provider:
|
|
2867
|
+
$ref: '#/components/schemas/HelmRegistryProvider'
|
|
2868
|
+
HelmRegistryProvider:
|
|
2869
|
+
type: string
|
|
2870
|
+
enum:
|
|
2871
|
+
- Ecr
|
|
2872
|
+
- Oci
|
|
3992
2873
|
HelmTagFormat:
|
|
3993
2874
|
type: object
|
|
3994
2875
|
required:
|
|
@@ -4008,10 +2889,11 @@ components:
|
|
|
4008
2889
|
type: object
|
|
4009
2890
|
additionalProperties:
|
|
4010
2891
|
$ref: '#/components/schemas/JsonDiffPair'
|
|
2892
|
+
propertyNames:
|
|
2893
|
+
type: string
|
|
4011
2894
|
JsonDiffPair:
|
|
4012
2895
|
type: array
|
|
4013
2896
|
items: {}
|
|
4014
|
-
description: ''
|
|
4015
2897
|
maxItems: 2
|
|
4016
2898
|
minItems: 2
|
|
4017
2899
|
K8sCluster:
|
|
@@ -4037,9 +2919,10 @@ components:
|
|
|
4037
2919
|
type: string
|
|
4038
2920
|
format: uuid
|
|
4039
2921
|
env_id:
|
|
4040
|
-
type:
|
|
2922
|
+
type:
|
|
2923
|
+
- string
|
|
2924
|
+
- 'null'
|
|
4041
2925
|
format: uuid
|
|
4042
|
-
nullable: true
|
|
4043
2926
|
provider_id:
|
|
4044
2927
|
type: string
|
|
4045
2928
|
created_at:
|
|
@@ -4055,25 +2938,31 @@ components:
|
|
|
4055
2938
|
is_ok:
|
|
4056
2939
|
type: boolean
|
|
4057
2940
|
not_ok_reason:
|
|
4058
|
-
type:
|
|
4059
|
-
|
|
2941
|
+
type:
|
|
2942
|
+
- string
|
|
2943
|
+
- 'null'
|
|
4060
2944
|
ignore:
|
|
4061
2945
|
type: boolean
|
|
4062
2946
|
ingress_domain:
|
|
4063
|
-
type:
|
|
4064
|
-
|
|
2947
|
+
type:
|
|
2948
|
+
- string
|
|
2949
|
+
- 'null'
|
|
4065
2950
|
ingress_class:
|
|
4066
|
-
type:
|
|
4067
|
-
|
|
2951
|
+
type:
|
|
2952
|
+
- string
|
|
2953
|
+
- 'null'
|
|
4068
2954
|
ingress_tls_secret_name:
|
|
4069
|
-
type:
|
|
4070
|
-
|
|
2955
|
+
type:
|
|
2956
|
+
- string
|
|
2957
|
+
- 'null'
|
|
4071
2958
|
grafana_url:
|
|
4072
|
-
type:
|
|
4073
|
-
|
|
2959
|
+
type:
|
|
2960
|
+
- string
|
|
2961
|
+
- 'null'
|
|
4074
2962
|
grafana_datasource_name:
|
|
4075
|
-
type:
|
|
4076
|
-
|
|
2963
|
+
type:
|
|
2964
|
+
- string
|
|
2965
|
+
- 'null'
|
|
4077
2966
|
K8sResource:
|
|
4078
2967
|
type: object
|
|
4079
2968
|
required:
|
|
@@ -4139,13 +3028,6 @@ components:
|
|
|
4139
3028
|
format: uuid
|
|
4140
3029
|
name:
|
|
4141
3030
|
type: string
|
|
4142
|
-
NewBot:
|
|
4143
|
-
type: object
|
|
4144
|
-
required:
|
|
4145
|
-
- display_name
|
|
4146
|
-
properties:
|
|
4147
|
-
display_name:
|
|
4148
|
-
type: string
|
|
4149
3031
|
NewDeployment:
|
|
4150
3032
|
type: object
|
|
4151
3033
|
required:
|
|
@@ -4166,10 +3048,8 @@ components:
|
|
|
4166
3048
|
helm_chart_id:
|
|
4167
3049
|
type: string
|
|
4168
3050
|
format: uuid
|
|
4169
|
-
config:
|
|
4170
|
-
|
|
4171
|
-
values_override:
|
|
4172
|
-
nullable: true
|
|
3051
|
+
config: {}
|
|
3052
|
+
values_override: {}
|
|
4173
3053
|
NewDeploymentPermission:
|
|
4174
3054
|
type: object
|
|
4175
3055
|
required:
|
|
@@ -4198,13 +3078,15 @@ components:
|
|
|
4198
3078
|
- props
|
|
4199
3079
|
properties:
|
|
4200
3080
|
id:
|
|
4201
|
-
type:
|
|
3081
|
+
type:
|
|
3082
|
+
- string
|
|
3083
|
+
- 'null'
|
|
4202
3084
|
format: uuid
|
|
4203
|
-
nullable: true
|
|
4204
3085
|
created_at:
|
|
4205
|
-
type:
|
|
3086
|
+
type:
|
|
3087
|
+
- string
|
|
3088
|
+
- 'null'
|
|
4206
3089
|
format: date-time
|
|
4207
|
-
nullable: true
|
|
4208
3090
|
type_id:
|
|
4209
3091
|
type: string
|
|
4210
3092
|
format: uuid
|
|
@@ -4215,9 +3097,9 @@ components:
|
|
|
4215
3097
|
type: string
|
|
4216
3098
|
props: {}
|
|
4217
3099
|
sync_status:
|
|
4218
|
-
|
|
3100
|
+
oneOf:
|
|
3101
|
+
- type: 'null'
|
|
4219
3102
|
- $ref: '#/components/schemas/DeploymentResourceSyncStatus'
|
|
4220
|
-
nullable: true
|
|
4221
3103
|
NewEnv:
|
|
4222
3104
|
type: object
|
|
4223
3105
|
required:
|
|
@@ -4273,118 +3155,1079 @@ components:
|
|
|
4273
3155
|
properties:
|
|
4274
3156
|
auth_code:
|
|
4275
3157
|
type: string
|
|
4276
|
-
|
|
3158
|
+
Paginated_Bot:
|
|
4277
3159
|
type: object
|
|
4278
3160
|
required:
|
|
4279
|
-
-
|
|
4280
|
-
-
|
|
4281
|
-
-
|
|
4282
|
-
-
|
|
4283
|
-
- collection
|
|
4284
|
-
- name
|
|
3161
|
+
- page
|
|
3162
|
+
- per_page
|
|
3163
|
+
- items
|
|
3164
|
+
- num_total
|
|
4285
3165
|
properties:
|
|
4286
|
-
|
|
4287
|
-
type:
|
|
4288
|
-
format:
|
|
4289
|
-
|
|
4290
|
-
type:
|
|
4291
|
-
format:
|
|
4292
|
-
|
|
4293
|
-
type:
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
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:
|
|
4303
3193
|
type: object
|
|
4304
3194
|
required:
|
|
4305
|
-
-
|
|
3195
|
+
- page
|
|
3196
|
+
- per_page
|
|
3197
|
+
- items
|
|
3198
|
+
- num_total
|
|
4306
3199
|
properties:
|
|
4307
|
-
|
|
4308
|
-
type:
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
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:
|
|
4315
3232
|
type: object
|
|
4316
3233
|
required:
|
|
4317
|
-
-
|
|
3234
|
+
- page
|
|
3235
|
+
- per_page
|
|
3236
|
+
- items
|
|
3237
|
+
- num_total
|
|
4318
3238
|
properties:
|
|
4319
|
-
|
|
4320
|
-
type:
|
|
4321
|
-
|
|
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:
|
|
4322
3309
|
type: object
|
|
4323
3310
|
required:
|
|
4324
|
-
-
|
|
3311
|
+
- page
|
|
3312
|
+
- per_page
|
|
3313
|
+
- items
|
|
3314
|
+
- num_total
|
|
4325
3315
|
properties:
|
|
4326
|
-
|
|
4327
|
-
type:
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
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:
|
|
4333
3343
|
type: object
|
|
4334
3344
|
required:
|
|
4335
|
-
-
|
|
4336
|
-
-
|
|
3345
|
+
- page
|
|
3346
|
+
- per_page
|
|
3347
|
+
- items
|
|
3348
|
+
- num_total
|
|
4337
3349
|
properties:
|
|
4338
|
-
|
|
4339
|
-
type:
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
|
|
4367
|
-
|
|
4368
|
-
|
|
4369
|
-
|
|
4370
|
-
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
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
|
|
4185
|
+
- label
|
|
4186
|
+
properties:
|
|
4187
|
+
id:
|
|
4380
4188
|
type: string
|
|
4381
|
-
|
|
4382
|
-
maximum:
|
|
4189
|
+
label:
|
|
4383
4190
|
type: string
|
|
4384
|
-
|
|
4191
|
+
initialValue: {}
|
|
4192
|
+
helpText:
|
|
4193
|
+
type:
|
|
4194
|
+
- string
|
|
4195
|
+
- 'null'
|
|
4196
|
+
required:
|
|
4197
|
+
type: boolean
|
|
4198
|
+
sensitive:
|
|
4199
|
+
type: boolean
|
|
4200
|
+
options:
|
|
4201
|
+
type:
|
|
4202
|
+
- array
|
|
4203
|
+
- 'null'
|
|
4204
|
+
items:
|
|
4205
|
+
$ref: '#/components/schemas/UiSchemaInputFieldOption'
|
|
4206
|
+
showIfAll:
|
|
4207
|
+
type:
|
|
4208
|
+
- array
|
|
4209
|
+
- 'null'
|
|
4210
|
+
items:
|
|
4211
|
+
$ref: '#/components/schemas/UiSchemaFieldValuePair'
|
|
4212
|
+
showIf: {}
|
|
4213
|
+
filters:
|
|
4214
|
+
type:
|
|
4215
|
+
- array
|
|
4216
|
+
- 'null'
|
|
4217
|
+
items:
|
|
4218
|
+
$ref: '#/components/schemas/UiSchemaInputFieldValue'
|
|
4219
|
+
minimum:
|
|
4220
|
+
type:
|
|
4221
|
+
- string
|
|
4222
|
+
- 'null'
|
|
4223
|
+
maximum:
|
|
4224
|
+
type:
|
|
4225
|
+
- string
|
|
4226
|
+
- 'null'
|
|
4385
4227
|
step:
|
|
4386
|
-
type:
|
|
4387
|
-
|
|
4228
|
+
type:
|
|
4229
|
+
- string
|
|
4230
|
+
- 'null'
|
|
4388
4231
|
UiSchemaInputFieldOption:
|
|
4389
4232
|
type: object
|
|
4390
4233
|
required:
|
|
@@ -4392,11 +4235,13 @@ components:
|
|
|
4392
4235
|
properties:
|
|
4393
4236
|
value: {}
|
|
4394
4237
|
label:
|
|
4395
|
-
type:
|
|
4396
|
-
|
|
4238
|
+
type:
|
|
4239
|
+
- string
|
|
4240
|
+
- 'null'
|
|
4397
4241
|
helpText:
|
|
4398
|
-
type:
|
|
4399
|
-
|
|
4242
|
+
type:
|
|
4243
|
+
- string
|
|
4244
|
+
- 'null'
|
|
4400
4245
|
UiSchemaInputFieldValue:
|
|
4401
4246
|
type: object
|
|
4402
4247
|
required:
|
|
@@ -4480,6 +4325,10 @@ components:
|
|
|
4480
4325
|
type: object
|
|
4481
4326
|
additionalProperties:
|
|
4482
4327
|
$ref: '#/components/schemas/UiSchemaInputRef'
|
|
4328
|
+
propertyNames:
|
|
4329
|
+
type: string
|
|
4330
|
+
propertyNames:
|
|
4331
|
+
type: string
|
|
4483
4332
|
UiSchemaOutputValue:
|
|
4484
4333
|
type: object
|
|
4485
4334
|
required:
|
|
@@ -4531,32 +4380,36 @@ components:
|
|
|
4531
4380
|
type: object
|
|
4532
4381
|
properties:
|
|
4533
4382
|
display_name:
|
|
4534
|
-
type:
|
|
4535
|
-
|
|
4383
|
+
type:
|
|
4384
|
+
- string
|
|
4385
|
+
- 'null'
|
|
4536
4386
|
UpdateDeployment:
|
|
4537
4387
|
type: object
|
|
4538
4388
|
properties:
|
|
4539
4389
|
name:
|
|
4540
|
-
type:
|
|
4541
|
-
|
|
4390
|
+
type:
|
|
4391
|
+
- string
|
|
4392
|
+
- 'null'
|
|
4542
4393
|
cluster_id:
|
|
4543
|
-
type:
|
|
4394
|
+
type:
|
|
4395
|
+
- string
|
|
4396
|
+
- 'null'
|
|
4544
4397
|
format: uuid
|
|
4545
|
-
nullable: true
|
|
4546
4398
|
helm_chart_id:
|
|
4547
|
-
type:
|
|
4399
|
+
type:
|
|
4400
|
+
- string
|
|
4401
|
+
- 'null'
|
|
4548
4402
|
format: uuid
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
nullable: true
|
|
4552
|
-
values_override:
|
|
4553
|
-
nullable: true
|
|
4403
|
+
config: {}
|
|
4404
|
+
values_override: {}
|
|
4554
4405
|
enabled:
|
|
4555
|
-
type:
|
|
4556
|
-
|
|
4406
|
+
type:
|
|
4407
|
+
- boolean
|
|
4408
|
+
- 'null'
|
|
4557
4409
|
description_md:
|
|
4558
|
-
type:
|
|
4559
|
-
|
|
4410
|
+
type:
|
|
4411
|
+
- string
|
|
4412
|
+
- 'null'
|
|
4560
4413
|
UpdateDeploymentKind:
|
|
4561
4414
|
type: object
|
|
4562
4415
|
required:
|
|
@@ -4568,72 +4421,84 @@ components:
|
|
|
4568
4421
|
type: object
|
|
4569
4422
|
properties:
|
|
4570
4423
|
name:
|
|
4571
|
-
type:
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4424
|
+
type:
|
|
4425
|
+
- string
|
|
4426
|
+
- 'null'
|
|
4427
|
+
props: {}
|
|
4575
4428
|
UpdateEnv:
|
|
4576
4429
|
type: object
|
|
4577
4430
|
properties:
|
|
4578
4431
|
name:
|
|
4579
|
-
type:
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
tolerations:
|
|
4584
|
-
nullable: true
|
|
4432
|
+
type:
|
|
4433
|
+
- string
|
|
4434
|
+
- 'null'
|
|
4435
|
+
node_selector: {}
|
|
4436
|
+
tolerations: {}
|
|
4585
4437
|
auto_add_new_users:
|
|
4586
|
-
type:
|
|
4587
|
-
|
|
4438
|
+
type:
|
|
4439
|
+
- boolean
|
|
4440
|
+
- 'null'
|
|
4588
4441
|
UpdateHelmRegistry:
|
|
4589
4442
|
type: object
|
|
4590
4443
|
properties:
|
|
4591
4444
|
fa_icon:
|
|
4592
|
-
type:
|
|
4593
|
-
|
|
4445
|
+
type:
|
|
4446
|
+
- string
|
|
4447
|
+
- 'null'
|
|
4594
4448
|
UpdateK8sCluster:
|
|
4595
4449
|
type: object
|
|
4596
4450
|
properties:
|
|
4597
4451
|
env_id:
|
|
4598
|
-
type:
|
|
4452
|
+
type:
|
|
4453
|
+
- string
|
|
4454
|
+
- 'null'
|
|
4599
4455
|
format: uuid
|
|
4600
|
-
nullable: true
|
|
4601
4456
|
ignore:
|
|
4602
|
-
type:
|
|
4603
|
-
|
|
4457
|
+
type:
|
|
4458
|
+
- boolean
|
|
4459
|
+
- 'null'
|
|
4604
4460
|
ingress_domain:
|
|
4605
|
-
type:
|
|
4606
|
-
|
|
4461
|
+
type:
|
|
4462
|
+
- string
|
|
4463
|
+
- 'null'
|
|
4607
4464
|
ingress_class:
|
|
4608
|
-
type:
|
|
4609
|
-
|
|
4465
|
+
type:
|
|
4466
|
+
- string
|
|
4467
|
+
- 'null'
|
|
4610
4468
|
ingress_tls_secret_name:
|
|
4611
|
-
type:
|
|
4612
|
-
|
|
4469
|
+
type:
|
|
4470
|
+
- string
|
|
4471
|
+
- 'null'
|
|
4613
4472
|
grafana_url:
|
|
4614
|
-
type:
|
|
4615
|
-
|
|
4473
|
+
type:
|
|
4474
|
+
- string
|
|
4475
|
+
- 'null'
|
|
4616
4476
|
grafana_datasource_name:
|
|
4617
|
-
type:
|
|
4618
|
-
|
|
4477
|
+
type:
|
|
4478
|
+
- string
|
|
4479
|
+
- 'null'
|
|
4619
4480
|
UpdateSecret:
|
|
4620
4481
|
type: object
|
|
4621
4482
|
properties:
|
|
4622
4483
|
name:
|
|
4623
|
-
type:
|
|
4624
|
-
|
|
4484
|
+
type:
|
|
4485
|
+
- string
|
|
4486
|
+
- 'null'
|
|
4625
4487
|
contents:
|
|
4626
|
-
type:
|
|
4627
|
-
|
|
4488
|
+
type:
|
|
4489
|
+
- string
|
|
4490
|
+
- 'null'
|
|
4628
4491
|
UpdateUser:
|
|
4629
4492
|
type: object
|
|
4630
4493
|
properties:
|
|
4631
4494
|
is_admin:
|
|
4632
|
-
type:
|
|
4633
|
-
|
|
4495
|
+
type:
|
|
4496
|
+
- boolean
|
|
4497
|
+
- 'null'
|
|
4634
4498
|
is_active:
|
|
4635
|
-
type:
|
|
4636
|
-
|
|
4499
|
+
type:
|
|
4500
|
+
- boolean
|
|
4501
|
+
- 'null'
|
|
4637
4502
|
User:
|
|
4638
4503
|
type: object
|
|
4639
4504
|
required:
|