@cloudfleet/sdk 0.0.1-8a43c91 → 0.0.1-8aa6e49
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/README.md +26 -2
- package/dist/@tanstack/react-query.gen.d.ts +1199 -0
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/@tanstack/react-query.gen.js +1215 -0
- package/dist/@tanstack/react-query.gen.js.map +1 -0
- package/dist/client/client.gen.d.ts +3 -0
- package/dist/client/client.gen.d.ts.map +1 -0
- package/dist/client/client.gen.js +217 -0
- package/dist/client/client.gen.js.map +1 -0
- package/dist/client/index.d.ts +8 -7
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +6 -4
- package/dist/client/index.js.map +1 -1
- package/dist/client/{types.d.ts → types.gen.d.ts} +23 -22
- package/dist/client/types.gen.d.ts.map +1 -0
- package/dist/client/types.gen.js +3 -0
- package/dist/client/types.gen.js.map +1 -0
- package/dist/client/{utils.d.ts → utils.gen.d.ts} +17 -25
- package/dist/client/utils.gen.d.ts.map +1 -0
- package/dist/client/{utils.js → utils.gen.js} +66 -122
- package/dist/client/utils.gen.js.map +1 -0
- package/dist/client.gen.d.ts +3 -3
- package/dist/client.gen.d.ts.map +1 -1
- package/dist/client.gen.js +1 -3
- package/dist/client.gen.js.map +1 -1
- package/dist/core/{auth.d.ts → auth.gen.d.ts} +1 -1
- package/dist/core/auth.gen.d.ts.map +1 -0
- package/dist/core/{auth.js → auth.gen.js} +2 -1
- package/dist/core/auth.gen.js.map +1 -0
- package/dist/core/bodySerializer.gen.d.ts +26 -0
- package/dist/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/core/{bodySerializer.js → bodySerializer.gen.js} +6 -2
- package/dist/core/bodySerializer.gen.js.map +1 -0
- package/dist/core/{params.d.ts → params.gen.d.ts} +11 -1
- package/dist/core/params.gen.d.ts.map +1 -0
- package/dist/core/{params.js → params.gen.js} +24 -11
- package/dist/core/params.gen.js.map +1 -0
- package/dist/core/{pathSerializer.d.ts → pathSerializer.gen.d.ts} +1 -1
- package/dist/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/core/{pathSerializer.js → pathSerializer.gen.js} +5 -12
- package/dist/core/pathSerializer.gen.js.map +1 -0
- package/dist/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/core/queryKeySerializer.gen.js +93 -0
- package/dist/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/core/serverSentEvents.gen.js +133 -0
- package/dist/core/serverSentEvents.gen.js.map +1 -0
- package/dist/core/{types.d.ts → types.gen.d.ts} +16 -16
- package/dist/core/types.gen.d.ts.map +1 -0
- package/dist/core/types.gen.js +3 -0
- package/dist/core/types.gen.js.map +1 -0
- package/dist/core/utils.gen.d.ts +20 -0
- package/dist/core/utils.gen.d.ts.map +1 -0
- package/dist/core/utils.gen.js +88 -0
- package/dist/core/utils.gen.js.map +1 -0
- package/dist/schemas.gen.d.ts +1610 -665
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +2936 -695
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +312 -164
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +441 -335
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +20 -20
- package/dist/types.gen.d.ts +1795 -799
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +3863 -3754
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +1429 -1153
- package/dist/zod.gen.js.map +1 -1
- package/package.json +28 -8
- package/dist/client/client.d.ts +0 -3
- package/dist/client/client.d.ts.map +0 -1
- package/dist/client/client.js +0 -146
- package/dist/client/client.js.map +0 -1
- package/dist/client/types.d.ts.map +0 -1
- package/dist/client/types.js +0 -2
- package/dist/client/types.js.map +0 -1
- package/dist/client/utils.d.ts.map +0 -1
- package/dist/client/utils.js.map +0 -1
- package/dist/core/auth.d.ts.map +0 -1
- package/dist/core/auth.js.map +0 -1
- package/dist/core/bodySerializer.d.ts +0 -18
- package/dist/core/bodySerializer.d.ts.map +0 -1
- package/dist/core/bodySerializer.js.map +0 -1
- package/dist/core/params.d.ts.map +0 -1
- package/dist/core/params.js.map +0 -1
- package/dist/core/pathSerializer.d.ts.map +0 -1
- package/dist/core/pathSerializer.js.map +0 -1
- package/dist/core/types.d.ts.map +0 -1
- package/dist/core/types.js +0 -2
- package/dist/core/types.js.map +0 -1
package/dist/schemas.gen.js
CHANGED
|
@@ -1,7 +1,65 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
export const BasicPriceConsentInputSchema = {
|
|
3
|
+
type: 'object',
|
|
4
|
+
properties: {
|
|
5
|
+
decision: {
|
|
6
|
+
type: 'string',
|
|
7
|
+
description: 'The administrator\'s decision on the new Basic price. `accepted` continues to paid billing when the signup credit runs out; `rejected` opts out (clusters are suspended, never charged). A `rejected` org can later be flipped back to `accepted`.',
|
|
8
|
+
example: 'accepted',
|
|
9
|
+
enum: [
|
|
10
|
+
'accepted',
|
|
11
|
+
'rejected'
|
|
12
|
+
]
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
required: [
|
|
16
|
+
'decision'
|
|
17
|
+
],
|
|
18
|
+
additionalProperties: false
|
|
19
|
+
};
|
|
20
|
+
export const BasicPriceConsentSchema = {
|
|
21
|
+
type: 'object',
|
|
22
|
+
properties: {
|
|
23
|
+
status: {
|
|
24
|
+
type: 'string',
|
|
25
|
+
description: 'Consent status for the new Basic price. `not_applicable` when the organization is not in scope for the migration. `pending` when the organization must opt in but no admin has decided yet. `accepted` / `rejected` reflect the recorded decision.',
|
|
26
|
+
example: 'pending',
|
|
27
|
+
enum: [
|
|
28
|
+
'not_applicable',
|
|
29
|
+
'pending',
|
|
30
|
+
'accepted',
|
|
31
|
+
'rejected'
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
decided_at: {
|
|
35
|
+
type: 'string',
|
|
36
|
+
format: 'date-time',
|
|
37
|
+
description: 'When the current decision was recorded. Absent while `not_applicable` or `pending`.',
|
|
38
|
+
example: '2026-09-05T10:12:00.000Z'
|
|
39
|
+
},
|
|
40
|
+
decided_by: {
|
|
41
|
+
type: 'string',
|
|
42
|
+
description: 'User id of the administrator who recorded the current decision. Absent while `not_applicable` or `pending`.',
|
|
43
|
+
example: '2b7a5c9e-1f4d-4a1b-9c3e-8d2f6a0b1c2d'
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
required: [
|
|
47
|
+
'status'
|
|
48
|
+
],
|
|
49
|
+
additionalProperties: false
|
|
50
|
+
};
|
|
2
51
|
export const BillingContactSchema = {
|
|
3
52
|
type: 'object',
|
|
4
53
|
properties: {
|
|
54
|
+
type: {
|
|
55
|
+
type: 'string',
|
|
56
|
+
description: 'Type of the organization. `business` for legal entities, `personal` for individuals.',
|
|
57
|
+
example: 'business',
|
|
58
|
+
enum: [
|
|
59
|
+
'business',
|
|
60
|
+
'personal'
|
|
61
|
+
]
|
|
62
|
+
},
|
|
5
63
|
company: {
|
|
6
64
|
type: 'string',
|
|
7
65
|
maxLength: 120,
|
|
@@ -58,15 +116,10 @@ export const BillingContactSchema = {
|
|
|
58
116
|
description: 'Email address used for billing as a string.',
|
|
59
117
|
example: 'email@example.com'
|
|
60
118
|
},
|
|
61
|
-
|
|
62
|
-
type: 'string',
|
|
63
|
-
description: 'First name of the billing contact person.',
|
|
64
|
-
example: 'John'
|
|
65
|
-
},
|
|
66
|
-
last_name: {
|
|
119
|
+
individual_name: {
|
|
67
120
|
type: 'string',
|
|
68
|
-
description: '
|
|
69
|
-
example: 'Doe'
|
|
121
|
+
description: 'Name of the billing contact person.',
|
|
122
|
+
example: 'John Doe'
|
|
70
123
|
},
|
|
71
124
|
tax_id: {
|
|
72
125
|
type: 'string',
|
|
@@ -79,10 +132,143 @@ export const BillingContactSchema = {
|
|
|
79
132
|
nullable: true,
|
|
80
133
|
description: 'Type of the tax ID.',
|
|
81
134
|
example: 'de_vat',
|
|
82
|
-
enum: [
|
|
135
|
+
enum: [
|
|
136
|
+
'ad_nrt',
|
|
137
|
+
'ae_trn',
|
|
138
|
+
'al_tin',
|
|
139
|
+
'am_tin',
|
|
140
|
+
'ao_tin',
|
|
141
|
+
'ar_cuit',
|
|
142
|
+
'at_vat',
|
|
143
|
+
'au_abn',
|
|
144
|
+
'au_arn',
|
|
145
|
+
'ba_tin',
|
|
146
|
+
'bb_tin',
|
|
147
|
+
'be_vat',
|
|
148
|
+
'bg_uic',
|
|
149
|
+
'bg_vat',
|
|
150
|
+
'bh_vat',
|
|
151
|
+
'bo_tin',
|
|
152
|
+
'br_cnpj',
|
|
153
|
+
'br_cpf',
|
|
154
|
+
'bs_tin',
|
|
155
|
+
'by_tin',
|
|
156
|
+
'ca_bn',
|
|
157
|
+
'ca_gst_hst',
|
|
158
|
+
'ca_pst_bc',
|
|
159
|
+
'ca_pst_mb',
|
|
160
|
+
'ca_pst_sk',
|
|
161
|
+
'ca_qst',
|
|
162
|
+
'cd_nif',
|
|
163
|
+
'ch_uid',
|
|
164
|
+
'ch_vat',
|
|
165
|
+
'cl_tin',
|
|
166
|
+
'cn_tin',
|
|
167
|
+
'co_nit',
|
|
168
|
+
'cr_tin',
|
|
169
|
+
'cy_vat',
|
|
170
|
+
'cz_vat',
|
|
171
|
+
'de_stn',
|
|
172
|
+
'de_vat',
|
|
173
|
+
'dk_vat',
|
|
174
|
+
'do_rcn',
|
|
175
|
+
'ec_ruc',
|
|
176
|
+
'ee_vat',
|
|
177
|
+
'eg_tin',
|
|
178
|
+
'es_cif',
|
|
179
|
+
'es_vat',
|
|
180
|
+
'eu_oss_vat',
|
|
181
|
+
'fi_vat',
|
|
182
|
+
'fr_vat',
|
|
183
|
+
'gb_vat',
|
|
184
|
+
'ge_vat',
|
|
185
|
+
'gn_nif',
|
|
186
|
+
'gr_vat',
|
|
187
|
+
'hk_br',
|
|
188
|
+
'hr_oib',
|
|
189
|
+
'hr_vat',
|
|
190
|
+
'hu_tin',
|
|
191
|
+
'hu_vat',
|
|
192
|
+
'id_npwp',
|
|
193
|
+
'ie_vat',
|
|
194
|
+
'il_vat',
|
|
195
|
+
'in_gst',
|
|
196
|
+
'is_vat',
|
|
197
|
+
'it_vat',
|
|
198
|
+
'jp_cn',
|
|
199
|
+
'jp_rn',
|
|
200
|
+
'jp_trn',
|
|
201
|
+
'ke_pin',
|
|
202
|
+
'kh_tin',
|
|
203
|
+
'kr_brn',
|
|
204
|
+
'kz_bin',
|
|
205
|
+
'li_uid',
|
|
206
|
+
'li_vat',
|
|
207
|
+
'lt_vat',
|
|
208
|
+
'lu_vat',
|
|
209
|
+
'lv_vat',
|
|
210
|
+
'ma_vat',
|
|
211
|
+
'md_vat',
|
|
212
|
+
'me_pib',
|
|
213
|
+
'mk_vat',
|
|
214
|
+
'mr_nif',
|
|
215
|
+
'mt_vat',
|
|
216
|
+
'mx_rfc',
|
|
217
|
+
'my_frp',
|
|
218
|
+
'my_itn',
|
|
219
|
+
'my_sst',
|
|
220
|
+
'ng_tin',
|
|
221
|
+
'nl_vat',
|
|
222
|
+
'no_vat',
|
|
223
|
+
'no_voec',
|
|
224
|
+
'np_pan',
|
|
225
|
+
'nz_gst',
|
|
226
|
+
'om_vat',
|
|
227
|
+
'pe_ruc',
|
|
228
|
+
'ph_tin',
|
|
229
|
+
'pl_vat',
|
|
230
|
+
'pt_vat',
|
|
231
|
+
'ro_tin',
|
|
232
|
+
'ro_vat',
|
|
233
|
+
'rs_pib',
|
|
234
|
+
'ru_inn',
|
|
235
|
+
'ru_kpp',
|
|
236
|
+
'sa_vat',
|
|
237
|
+
'se_vat',
|
|
238
|
+
'sg_gst',
|
|
239
|
+
'sg_uen',
|
|
240
|
+
'si_tin',
|
|
241
|
+
'si_vat',
|
|
242
|
+
'sk_vat',
|
|
243
|
+
'sn_ninea',
|
|
244
|
+
'sr_fin',
|
|
245
|
+
'sv_nit',
|
|
246
|
+
'th_vat',
|
|
247
|
+
'tj_tin',
|
|
248
|
+
'tr_tin',
|
|
249
|
+
'tw_vat',
|
|
250
|
+
'tz_vat',
|
|
251
|
+
'ua_vat',
|
|
252
|
+
'ug_tin',
|
|
253
|
+
'us_ein',
|
|
254
|
+
'uy_ruc',
|
|
255
|
+
'uz_tin',
|
|
256
|
+
'uz_vat',
|
|
257
|
+
've_rif',
|
|
258
|
+
'vn_tin',
|
|
259
|
+
'xi_vat',
|
|
260
|
+
'za_vat',
|
|
261
|
+
'zm_tin',
|
|
262
|
+
'zw_tin',
|
|
263
|
+
''
|
|
264
|
+
]
|
|
83
265
|
}
|
|
84
266
|
},
|
|
85
|
-
required: [
|
|
267
|
+
required: [
|
|
268
|
+
'type',
|
|
269
|
+
'email',
|
|
270
|
+
'individual_name'
|
|
271
|
+
],
|
|
86
272
|
additionalProperties: false
|
|
87
273
|
};
|
|
88
274
|
export const BillingCreditsSchema = {
|
|
@@ -93,10 +279,25 @@ export const BillingCreditsSchema = {
|
|
|
93
279
|
description: 'Generated unique identifier of the promotional code.',
|
|
94
280
|
example: '7kUZnH7nnKUFfvc4NK2KQF'
|
|
95
281
|
},
|
|
96
|
-
|
|
282
|
+
type: {
|
|
283
|
+
type: 'string',
|
|
284
|
+
description: 'Type of the promotional code.',
|
|
285
|
+
example: 'credit',
|
|
286
|
+
enum: [
|
|
287
|
+
'credit',
|
|
288
|
+
'discount'
|
|
289
|
+
]
|
|
290
|
+
},
|
|
291
|
+
date_start: {
|
|
292
|
+
type: 'string',
|
|
293
|
+
format: 'date-time',
|
|
294
|
+
description: 'Timestamp when the credit becomes active. ISO 8601 date string in the UTC timezone.',
|
|
295
|
+
example: '2023-12-20T13:53:32.000Z'
|
|
296
|
+
},
|
|
297
|
+
date_end: {
|
|
97
298
|
type: 'string',
|
|
98
299
|
format: 'date-time',
|
|
99
|
-
description: '
|
|
300
|
+
description: 'Timestamp when the credit expires or becomes inactive. ISO 8601 date string in the UTC timezone.',
|
|
100
301
|
example: '2023-12-20T13:53:32.000Z'
|
|
101
302
|
},
|
|
102
303
|
code: {
|
|
@@ -109,40 +310,25 @@ export const BillingCreditsSchema = {
|
|
|
109
310
|
description: 'Description of the promotional code.',
|
|
110
311
|
example: '10% off on all products'
|
|
111
312
|
},
|
|
112
|
-
|
|
113
|
-
type: 'array',
|
|
114
|
-
items: {
|
|
115
|
-
type: 'string'
|
|
116
|
-
},
|
|
117
|
-
description: 'List of product SKUs that the promotional code can be used on.',
|
|
118
|
-
example: ['cfke_controlplane', 'cfke_connected_nodes', 'infra_compute', 'infra_storage', 'infra_loadbalancing', 'infra_traffic', 'cfcr_storage']
|
|
119
|
-
},
|
|
120
|
-
type: {
|
|
121
|
-
type: 'string',
|
|
122
|
-
description: 'Type of the promotional code.',
|
|
123
|
-
example: 'credit',
|
|
124
|
-
enum: ['credit', 'discount']
|
|
125
|
-
},
|
|
126
|
-
value: {
|
|
313
|
+
value_total: {
|
|
127
314
|
type: 'number',
|
|
128
315
|
format: 'float',
|
|
129
|
-
description: '
|
|
316
|
+
description: 'Total value of the promotional code.',
|
|
130
317
|
example: 10
|
|
131
318
|
},
|
|
132
|
-
billing_period: {
|
|
133
|
-
type: 'string',
|
|
134
|
-
format: 'date-time',
|
|
135
|
-
description: 'Date of the billing cycle. An ISO 8601 date string in the UTC timezone.',
|
|
136
|
-
example: '2023-12-20T13:53:32.000Z'
|
|
137
|
-
},
|
|
138
319
|
value_remaining: {
|
|
139
320
|
type: 'number',
|
|
140
321
|
format: 'float',
|
|
141
|
-
description: '
|
|
142
|
-
example:
|
|
322
|
+
description: 'Remaining value of the promotional code.',
|
|
323
|
+
example: 8
|
|
143
324
|
}
|
|
144
325
|
},
|
|
145
|
-
required: [
|
|
326
|
+
required: [
|
|
327
|
+
'type',
|
|
328
|
+
'date_start',
|
|
329
|
+
'code',
|
|
330
|
+
'value_total'
|
|
331
|
+
],
|
|
146
332
|
additionalProperties: false
|
|
147
333
|
};
|
|
148
334
|
export const ChartCreateInputSchema = {
|
|
@@ -183,7 +369,13 @@ export const ChartCreateInputSchema = {
|
|
|
183
369
|
example: 'postgresql'
|
|
184
370
|
}
|
|
185
371
|
},
|
|
186
|
-
required: [
|
|
372
|
+
required: [
|
|
373
|
+
'values',
|
|
374
|
+
'version_channel',
|
|
375
|
+
'name',
|
|
376
|
+
'namespace',
|
|
377
|
+
'chart'
|
|
378
|
+
],
|
|
187
379
|
additionalProperties: false
|
|
188
380
|
};
|
|
189
381
|
export const ChartSchema = {
|
|
@@ -225,9 +417,8 @@ export const ChartSchema = {
|
|
|
225
417
|
},
|
|
226
418
|
status: {
|
|
227
419
|
type: 'string',
|
|
228
|
-
description: 'Status of the chart deployment.',
|
|
229
|
-
example: '
|
|
230
|
-
enum: ['InstallSucceeded', 'InstallFailed', 'UpgradeSucceeded', 'UpgradeFailed', 'TestSucceeded', 'TestFailed', 'RollbackSucceeded', 'RollbackFailed', 'UninstallSucceeded', 'UninstallFailed', 'ArtifactFailed', 'DependencyNotReady', 'Progressing', 'SourceNotReady']
|
|
420
|
+
description: 'Status of the chart deployment (Flux HelmRelease Ready condition reason, e.g. InstallSucceeded, UpgradeFailed, Progressing).',
|
|
421
|
+
example: 'InstallSucceeded'
|
|
231
422
|
},
|
|
232
423
|
version_current: {
|
|
233
424
|
type: 'string',
|
|
@@ -250,7 +441,18 @@ export const ChartSchema = {
|
|
|
250
441
|
example: true
|
|
251
442
|
}
|
|
252
443
|
},
|
|
253
|
-
required: [
|
|
444
|
+
required: [
|
|
445
|
+
'values',
|
|
446
|
+
'version_channel',
|
|
447
|
+
'name',
|
|
448
|
+
'namespace',
|
|
449
|
+
'chart',
|
|
450
|
+
'status',
|
|
451
|
+
'version_current',
|
|
452
|
+
'created_at',
|
|
453
|
+
'updated_at',
|
|
454
|
+
'ready'
|
|
455
|
+
],
|
|
254
456
|
additionalProperties: false
|
|
255
457
|
};
|
|
256
458
|
export const ChartUpdateInputSchema = {
|
|
@@ -267,7 +469,10 @@ export const ChartUpdateInputSchema = {
|
|
|
267
469
|
example: '2.x.x-cfke.x'
|
|
268
470
|
}
|
|
269
471
|
},
|
|
270
|
-
required: [
|
|
472
|
+
required: [
|
|
473
|
+
'values',
|
|
474
|
+
'version_channel'
|
|
475
|
+
],
|
|
271
476
|
additionalProperties: false
|
|
272
477
|
};
|
|
273
478
|
export const ClusterCreateInputSchema = {
|
|
@@ -284,26 +489,118 @@ export const ClusterCreateInputSchema = {
|
|
|
284
489
|
tier: {
|
|
285
490
|
type: 'string',
|
|
286
491
|
description: 'Tier of the cluster.',
|
|
492
|
+
default: 'basic',
|
|
287
493
|
example: 'pro',
|
|
288
|
-
enum: [
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
default: 'staging',
|
|
294
|
-
example: 'northamerica-central-1',
|
|
295
|
-
enum: ['staging', 'northamerica-central-1', 'europe-central-1a']
|
|
494
|
+
enum: [
|
|
495
|
+
'basic',
|
|
496
|
+
'pro',
|
|
497
|
+
'enterprise'
|
|
498
|
+
]
|
|
296
499
|
},
|
|
297
500
|
version_channel: {
|
|
298
501
|
type: 'string',
|
|
299
502
|
pattern: '^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$',
|
|
300
503
|
description: 'Version of the kubernetes cluster.',
|
|
301
504
|
default: '1.x.x-cfke.x',
|
|
302
|
-
example: '1.
|
|
505
|
+
example: '1.x.x-cfke.x'
|
|
506
|
+
},
|
|
507
|
+
release_channel: {
|
|
508
|
+
type: 'string',
|
|
509
|
+
description: 'Release channel for the cluster\'s control plane.',
|
|
510
|
+
default: 'rapid',
|
|
511
|
+
example: 'rapid',
|
|
512
|
+
enum: [
|
|
513
|
+
'rapid',
|
|
514
|
+
'stable',
|
|
515
|
+
'extended'
|
|
516
|
+
]
|
|
517
|
+
},
|
|
518
|
+
features: {
|
|
519
|
+
type: 'object',
|
|
520
|
+
properties: {
|
|
521
|
+
gpu_sharing_strategy: {
|
|
522
|
+
type: 'string',
|
|
523
|
+
description: 'GPU sharing strategy.',
|
|
524
|
+
default: 'none',
|
|
525
|
+
example: 'none',
|
|
526
|
+
enum: [
|
|
527
|
+
'none',
|
|
528
|
+
'mps',
|
|
529
|
+
'time_slicing'
|
|
530
|
+
]
|
|
531
|
+
},
|
|
532
|
+
gpu_max_shared_clients_per_gpu: {
|
|
533
|
+
type: 'integer',
|
|
534
|
+
minimum: 2,
|
|
535
|
+
maximum: 48,
|
|
536
|
+
description: 'Maximum number of pods that may share a single GPU.',
|
|
537
|
+
default: 4,
|
|
538
|
+
example: 10
|
|
539
|
+
},
|
|
540
|
+
cilium_socket_lb_host_namespace_only: {
|
|
541
|
+
type: 'boolean',
|
|
542
|
+
description: 'Restrict Cilium socket load-balancing to the host namespace. Required for the Tailscale operator and Istio.',
|
|
543
|
+
example: false
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
additionalProperties: false,
|
|
547
|
+
description: 'Cluster feature toggles.',
|
|
548
|
+
default: {
|
|
549
|
+
gpu_sharing_strategy: 'none',
|
|
550
|
+
gpu_max_shared_clients_per_gpu: 4,
|
|
551
|
+
cilium_socket_lb_host_namespace_only: false
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
region: {
|
|
555
|
+
type: 'string',
|
|
556
|
+
description: 'Cloudfleet control plane region. This field can not be updated after creation.',
|
|
557
|
+
example: 'europe-central-1a'
|
|
558
|
+
},
|
|
559
|
+
networking: {
|
|
560
|
+
type: 'object',
|
|
561
|
+
properties: {
|
|
562
|
+
pod_cidr: {
|
|
563
|
+
type: 'string',
|
|
564
|
+
description: 'CIDR block for pod IPs.',
|
|
565
|
+
default: '10.244.0.0/16'
|
|
566
|
+
},
|
|
567
|
+
service_cidr: {
|
|
568
|
+
type: 'string',
|
|
569
|
+
description: 'CIDR block for service IPs.',
|
|
570
|
+
default: '10.96.0.0/12'
|
|
571
|
+
},
|
|
572
|
+
dual_stack: {
|
|
573
|
+
type: 'boolean',
|
|
574
|
+
description: 'Enable IPv4+IPv6 dual-stack networking.'
|
|
575
|
+
},
|
|
576
|
+
pod_cidr_v6: {
|
|
577
|
+
type: 'string',
|
|
578
|
+
description: 'IPv6 pod CIDR. Requires dual_stack.',
|
|
579
|
+
default: '2001:db8:1:2::/48'
|
|
580
|
+
},
|
|
581
|
+
service_cidr_v6: {
|
|
582
|
+
type: 'string',
|
|
583
|
+
description: 'IPv6 service CIDR. Requires dual_stack.',
|
|
584
|
+
default: '2001:db8:1:1::/112'
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
additionalProperties: false,
|
|
588
|
+
description: 'Cluster networking configuration. Immutable after creation.',
|
|
589
|
+
default: {
|
|
590
|
+
pod_cidr: '10.244.0.0/16',
|
|
591
|
+
service_cidr: '10.96.0.0/12',
|
|
592
|
+
dual_stack: false,
|
|
593
|
+
pod_cidr_v6: '2001:db8:1:2::/48',
|
|
594
|
+
service_cidr_v6: '2001:db8:1:1::/112'
|
|
595
|
+
}
|
|
303
596
|
}
|
|
304
597
|
},
|
|
305
|
-
required: [
|
|
306
|
-
|
|
598
|
+
required: [
|
|
599
|
+
'name',
|
|
600
|
+
'region'
|
|
601
|
+
],
|
|
602
|
+
additionalProperties: false,
|
|
603
|
+
description: 'Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.'
|
|
307
604
|
};
|
|
308
605
|
export const ClusterJoinInformationSchema = {
|
|
309
606
|
type: 'object',
|
|
@@ -311,8 +608,7 @@ export const ClusterJoinInformationSchema = {
|
|
|
311
608
|
certificate_authority: {
|
|
312
609
|
type: 'string',
|
|
313
610
|
description: 'Certificate authority data for the kubernetes cluster. This is the root certificate authority for the cluster.',
|
|
314
|
-
example:
|
|
315
|
-
MIIC0DCCAbigAwIBAgI...`
|
|
611
|
+
example: '-----BEGIN CERTIFICATE-----\nMIIC0DCCAbigAwIBAgI...'
|
|
316
612
|
},
|
|
317
613
|
endpoint: {
|
|
318
614
|
type: 'string',
|
|
@@ -320,11 +616,26 @@ MIIC0DCCAbigAwIBAgI...`
|
|
|
320
616
|
description: 'Internal URL of the Kubernetes cluster control plane. This is the endpoint that kubelet uses to connect to the cluster.',
|
|
321
617
|
example: 'https://10.31.64.7:6443'
|
|
322
618
|
},
|
|
619
|
+
cluster_dns: {
|
|
620
|
+
type: 'string',
|
|
621
|
+
description: 'Cluster DNS IP address. This is the IP address of the kube-dns service in the cluster.',
|
|
622
|
+
example: '10.96.0.10'
|
|
623
|
+
},
|
|
624
|
+
pod_cidr: {
|
|
625
|
+
type: 'string',
|
|
626
|
+
description: 'Pod CIDR for the cluster. Used to configure iptables rules on nodes to prevent Tailscale routing loops.',
|
|
627
|
+
example: '10.244.0.0/16'
|
|
628
|
+
},
|
|
323
629
|
auth_key: {
|
|
324
630
|
type: 'string',
|
|
325
631
|
description: 'Authentication key for the cluster.',
|
|
326
632
|
example: 'tskey-auth-kBV8wr1dk911CNTRL-...'
|
|
327
633
|
},
|
|
634
|
+
login_server: {
|
|
635
|
+
type: 'string',
|
|
636
|
+
description: 'Coordination server the node registers against. Empty on data plane v1 clusters, where the node advertises its own tag instead. A non-empty value requires a client that declares the dataplane-v2 capability.',
|
|
637
|
+
example: 'https://415026b6-f00f-44f8-968d-fc6ef4d0fc6d.fabric.europe-central-1a.cfke.io'
|
|
638
|
+
},
|
|
328
639
|
bootstrap_token: {
|
|
329
640
|
type: 'string',
|
|
330
641
|
description: 'Bootstrap token for the cluster.',
|
|
@@ -336,7 +647,7 @@ MIIC0DCCAbigAwIBAgI...`
|
|
|
336
647
|
kubernetes: {
|
|
337
648
|
type: 'string',
|
|
338
649
|
description: 'Kubernetes version of the cluster.',
|
|
339
|
-
example: '1.
|
|
650
|
+
example: '1.33.7'
|
|
340
651
|
},
|
|
341
652
|
tailscale: {
|
|
342
653
|
type: 'string',
|
|
@@ -354,7 +665,12 @@ MIIC0DCCAbigAwIBAgI...`
|
|
|
354
665
|
example: '565.0.0'
|
|
355
666
|
}
|
|
356
667
|
},
|
|
357
|
-
required: [
|
|
668
|
+
required: [
|
|
669
|
+
'kubernetes',
|
|
670
|
+
'tailscale',
|
|
671
|
+
'containerd',
|
|
672
|
+
'nvidia_driver'
|
|
673
|
+
],
|
|
358
674
|
additionalProperties: false,
|
|
359
675
|
description: 'Versions of the different components of the cluster.'
|
|
360
676
|
},
|
|
@@ -377,12 +693,26 @@ MIIC0DCCAbigAwIBAgI...`
|
|
|
377
693
|
example: '//iam.googleapis.com/projects/89014267864/locations/global/workloadIdentityPools/cfke/providers/oidc'
|
|
378
694
|
}
|
|
379
695
|
},
|
|
380
|
-
required: [
|
|
696
|
+
required: [
|
|
697
|
+
'metadata_url',
|
|
698
|
+
'aws_role_arn',
|
|
699
|
+
'gcp_workload_identity_provider'
|
|
700
|
+
],
|
|
381
701
|
additionalProperties: false,
|
|
382
|
-
description:
|
|
702
|
+
description: 'OIDC Information for hosts to access to third party API\'s.'
|
|
383
703
|
}
|
|
384
704
|
},
|
|
385
|
-
required: [
|
|
705
|
+
required: [
|
|
706
|
+
'certificate_authority',
|
|
707
|
+
'endpoint',
|
|
708
|
+
'cluster_dns',
|
|
709
|
+
'pod_cidr',
|
|
710
|
+
'auth_key',
|
|
711
|
+
'login_server',
|
|
712
|
+
'bootstrap_token',
|
|
713
|
+
'versions',
|
|
714
|
+
'third_party_api_access_config'
|
|
715
|
+
],
|
|
386
716
|
additionalProperties: false
|
|
387
717
|
};
|
|
388
718
|
export const ClusterSchema = {
|
|
@@ -399,22 +729,122 @@ export const ClusterSchema = {
|
|
|
399
729
|
tier: {
|
|
400
730
|
type: 'string',
|
|
401
731
|
description: 'Tier of the cluster.',
|
|
732
|
+
default: 'basic',
|
|
402
733
|
example: 'pro',
|
|
403
|
-
enum: [
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
default: 'staging',
|
|
409
|
-
example: 'northamerica-central-1',
|
|
410
|
-
enum: ['staging', 'northamerica-central-1', 'europe-central-1a']
|
|
734
|
+
enum: [
|
|
735
|
+
'basic',
|
|
736
|
+
'pro',
|
|
737
|
+
'enterprise'
|
|
738
|
+
]
|
|
411
739
|
},
|
|
412
740
|
version_channel: {
|
|
413
741
|
type: 'string',
|
|
414
742
|
pattern: '^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$',
|
|
415
743
|
description: 'Version of the kubernetes cluster.',
|
|
416
744
|
default: '1.x.x-cfke.x',
|
|
417
|
-
example: '1.
|
|
745
|
+
example: '1.x.x-cfke.x'
|
|
746
|
+
},
|
|
747
|
+
release_channel: {
|
|
748
|
+
type: 'string',
|
|
749
|
+
description: 'Release channel for the cluster\'s control plane.',
|
|
750
|
+
default: 'rapid',
|
|
751
|
+
example: 'rapid',
|
|
752
|
+
enum: [
|
|
753
|
+
'rapid',
|
|
754
|
+
'stable',
|
|
755
|
+
'extended'
|
|
756
|
+
]
|
|
757
|
+
},
|
|
758
|
+
features: {
|
|
759
|
+
type: 'object',
|
|
760
|
+
properties: {
|
|
761
|
+
gpu_sharing_strategy: {
|
|
762
|
+
type: 'string',
|
|
763
|
+
description: 'GPU sharing strategy.',
|
|
764
|
+
default: 'none',
|
|
765
|
+
example: 'none',
|
|
766
|
+
enum: [
|
|
767
|
+
'none',
|
|
768
|
+
'mps',
|
|
769
|
+
'time_slicing'
|
|
770
|
+
]
|
|
771
|
+
},
|
|
772
|
+
gpu_max_shared_clients_per_gpu: {
|
|
773
|
+
type: 'integer',
|
|
774
|
+
minimum: 2,
|
|
775
|
+
maximum: 48,
|
|
776
|
+
description: 'Maximum number of pods that may share a single GPU.',
|
|
777
|
+
default: 4,
|
|
778
|
+
example: 10
|
|
779
|
+
},
|
|
780
|
+
cilium_socket_lb_host_namespace_only: {
|
|
781
|
+
type: 'boolean',
|
|
782
|
+
description: 'Restrict Cilium socket load-balancing to the host namespace. Required for the Tailscale operator and Istio.',
|
|
783
|
+
example: false
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
required: [
|
|
787
|
+
'gpu_sharing_strategy',
|
|
788
|
+
'gpu_max_shared_clients_per_gpu',
|
|
789
|
+
'cilium_socket_lb_host_namespace_only'
|
|
790
|
+
],
|
|
791
|
+
additionalProperties: false,
|
|
792
|
+
description: 'Cluster feature toggles.',
|
|
793
|
+
default: {
|
|
794
|
+
gpu_sharing_strategy: 'none',
|
|
795
|
+
gpu_max_shared_clients_per_gpu: 4,
|
|
796
|
+
cilium_socket_lb_host_namespace_only: false
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
region: {
|
|
800
|
+
type: 'string',
|
|
801
|
+
description: 'Cloudfleet control plane region. This field can not be updated after creation.',
|
|
802
|
+
example: 'europe-central-1a'
|
|
803
|
+
},
|
|
804
|
+
networking: {
|
|
805
|
+
type: 'object',
|
|
806
|
+
properties: {
|
|
807
|
+
pod_cidr: {
|
|
808
|
+
type: 'string',
|
|
809
|
+
description: 'CIDR block for pod IPs.',
|
|
810
|
+
default: '10.244.0.0/16'
|
|
811
|
+
},
|
|
812
|
+
service_cidr: {
|
|
813
|
+
type: 'string',
|
|
814
|
+
description: 'CIDR block for service IPs.',
|
|
815
|
+
default: '10.96.0.0/12'
|
|
816
|
+
},
|
|
817
|
+
dual_stack: {
|
|
818
|
+
type: 'boolean',
|
|
819
|
+
description: 'Enable IPv4+IPv6 dual-stack networking.'
|
|
820
|
+
},
|
|
821
|
+
pod_cidr_v6: {
|
|
822
|
+
type: 'string',
|
|
823
|
+
description: 'IPv6 pod CIDR. Requires dual_stack.',
|
|
824
|
+
default: '2001:db8:1:2::/48'
|
|
825
|
+
},
|
|
826
|
+
service_cidr_v6: {
|
|
827
|
+
type: 'string',
|
|
828
|
+
description: 'IPv6 service CIDR. Requires dual_stack.',
|
|
829
|
+
default: '2001:db8:1:1::/112'
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
required: [
|
|
833
|
+
'pod_cidr',
|
|
834
|
+
'service_cidr',
|
|
835
|
+
'dual_stack',
|
|
836
|
+
'pod_cidr_v6',
|
|
837
|
+
'service_cidr_v6'
|
|
838
|
+
],
|
|
839
|
+
additionalProperties: false,
|
|
840
|
+
description: 'Cluster networking configuration. Immutable after creation.',
|
|
841
|
+
default: {
|
|
842
|
+
pod_cidr: '10.244.0.0/16',
|
|
843
|
+
service_cidr: '10.96.0.0/12',
|
|
844
|
+
dual_stack: false,
|
|
845
|
+
pod_cidr_v6: '2001:db8:1:2::/48',
|
|
846
|
+
service_cidr_v6: '2001:db8:1:1::/112'
|
|
847
|
+
}
|
|
418
848
|
},
|
|
419
849
|
id: {
|
|
420
850
|
type: 'string',
|
|
@@ -424,34 +854,56 @@ export const ClusterSchema = {
|
|
|
424
854
|
},
|
|
425
855
|
status: {
|
|
426
856
|
type: 'string',
|
|
427
|
-
description: 'Status of the cluster.
|
|
428
|
-
example: '
|
|
429
|
-
enum: [
|
|
857
|
+
description: 'Status of the cluster.',
|
|
858
|
+
example: 'deployed',
|
|
859
|
+
enum: [
|
|
860
|
+
'creating',
|
|
861
|
+
'deployed',
|
|
862
|
+
'updating',
|
|
863
|
+
'disabled'
|
|
864
|
+
]
|
|
430
865
|
},
|
|
431
866
|
endpoint: {
|
|
432
867
|
anyOf: [
|
|
433
868
|
{
|
|
434
869
|
type: 'string',
|
|
435
870
|
format: 'uri',
|
|
436
|
-
description: 'URL of the Kubernetes cluster control plane. This is the endpoint that kubectl uses to connect to the cluster.',
|
|
437
|
-
example: 'https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.
|
|
871
|
+
description: 'URL signed by a public CA of the Kubernetes cluster control plane. This is the endpoint that kubectl uses to connect to the cluster.',
|
|
872
|
+
example: 'https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.io'
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
type: 'string',
|
|
876
|
+
enum: [
|
|
877
|
+
''
|
|
878
|
+
]
|
|
879
|
+
}
|
|
880
|
+
]
|
|
881
|
+
},
|
|
882
|
+
endpoint_public: {
|
|
883
|
+
anyOf: [
|
|
884
|
+
{
|
|
885
|
+
type: 'string',
|
|
886
|
+
format: 'uri',
|
|
887
|
+
description: 'Deprecated alias of `endpoint`; retained for backward compatibility.',
|
|
888
|
+
example: 'https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.io'
|
|
438
889
|
},
|
|
439
890
|
{
|
|
440
891
|
type: 'string',
|
|
441
|
-
enum: [
|
|
892
|
+
enum: [
|
|
893
|
+
''
|
|
894
|
+
]
|
|
442
895
|
}
|
|
443
896
|
]
|
|
444
897
|
},
|
|
445
898
|
certificate_ca: {
|
|
446
899
|
type: 'string',
|
|
447
900
|
description: 'Certificate authority data for the kubernetes cluster. This is the root certificate authority for the cluster.',
|
|
448
|
-
example:
|
|
449
|
-
MIIC0DCCAbigAwIBAgI...`
|
|
901
|
+
example: '-----BEGIN CERTIFICATE-----\nMIIC0DCCAbigAwIBAgI...'
|
|
450
902
|
},
|
|
451
903
|
version_current: {
|
|
452
904
|
type: 'string',
|
|
453
905
|
description: 'Current version of the cluster.',
|
|
454
|
-
example: '1.
|
|
906
|
+
example: '1.33.7-cfke.264'
|
|
455
907
|
},
|
|
456
908
|
created_at: {
|
|
457
909
|
type: 'string',
|
|
@@ -469,8 +921,20 @@ MIIC0DCCAbigAwIBAgI...`
|
|
|
469
921
|
example: true
|
|
470
922
|
}
|
|
471
923
|
},
|
|
472
|
-
required: [
|
|
473
|
-
|
|
924
|
+
required: [
|
|
925
|
+
'name',
|
|
926
|
+
'tier',
|
|
927
|
+
'version_channel',
|
|
928
|
+
'release_channel',
|
|
929
|
+
'features',
|
|
930
|
+
'region',
|
|
931
|
+
'networking',
|
|
932
|
+
'id',
|
|
933
|
+
'status',
|
|
934
|
+
'ready'
|
|
935
|
+
],
|
|
936
|
+
additionalProperties: false,
|
|
937
|
+
description: 'Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.'
|
|
474
938
|
};
|
|
475
939
|
export const ClusterUpdateInputSchema = {
|
|
476
940
|
type: 'object',
|
|
@@ -486,18 +950,74 @@ export const ClusterUpdateInputSchema = {
|
|
|
486
950
|
tier: {
|
|
487
951
|
type: 'string',
|
|
488
952
|
description: 'Tier of the cluster.',
|
|
953
|
+
default: 'basic',
|
|
489
954
|
example: 'pro',
|
|
490
|
-
enum: [
|
|
955
|
+
enum: [
|
|
956
|
+
'basic',
|
|
957
|
+
'pro',
|
|
958
|
+
'enterprise'
|
|
959
|
+
]
|
|
491
960
|
},
|
|
492
961
|
version_channel: {
|
|
493
962
|
type: 'string',
|
|
494
963
|
pattern: '^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$',
|
|
495
964
|
description: 'Version of the kubernetes cluster.',
|
|
496
|
-
|
|
965
|
+
default: '1.x.x-cfke.x',
|
|
966
|
+
example: '1.x.x-cfke.x'
|
|
967
|
+
},
|
|
968
|
+
release_channel: {
|
|
969
|
+
type: 'string',
|
|
970
|
+
description: 'Release channel for the cluster\'s control plane.',
|
|
971
|
+
default: 'rapid',
|
|
972
|
+
example: 'rapid',
|
|
973
|
+
enum: [
|
|
974
|
+
'rapid',
|
|
975
|
+
'stable',
|
|
976
|
+
'extended'
|
|
977
|
+
]
|
|
978
|
+
},
|
|
979
|
+
features: {
|
|
980
|
+
type: 'object',
|
|
981
|
+
properties: {
|
|
982
|
+
gpu_sharing_strategy: {
|
|
983
|
+
type: 'string',
|
|
984
|
+
description: 'GPU sharing strategy.',
|
|
985
|
+
default: 'none',
|
|
986
|
+
example: 'none',
|
|
987
|
+
enum: [
|
|
988
|
+
'none',
|
|
989
|
+
'mps',
|
|
990
|
+
'time_slicing'
|
|
991
|
+
]
|
|
992
|
+
},
|
|
993
|
+
gpu_max_shared_clients_per_gpu: {
|
|
994
|
+
type: 'integer',
|
|
995
|
+
minimum: 2,
|
|
996
|
+
maximum: 48,
|
|
997
|
+
description: 'Maximum number of pods that may share a single GPU.',
|
|
998
|
+
default: 4,
|
|
999
|
+
example: 10
|
|
1000
|
+
},
|
|
1001
|
+
cilium_socket_lb_host_namespace_only: {
|
|
1002
|
+
type: 'boolean',
|
|
1003
|
+
description: 'Restrict Cilium socket load-balancing to the host namespace. Required for the Tailscale operator and Istio.',
|
|
1004
|
+
example: false
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
additionalProperties: false,
|
|
1008
|
+
description: 'Cluster feature toggles.',
|
|
1009
|
+
default: {
|
|
1010
|
+
gpu_sharing_strategy: 'none',
|
|
1011
|
+
gpu_max_shared_clients_per_gpu: 4,
|
|
1012
|
+
cilium_socket_lb_host_namespace_only: false
|
|
1013
|
+
}
|
|
497
1014
|
}
|
|
498
1015
|
},
|
|
499
|
-
required: [
|
|
500
|
-
|
|
1016
|
+
required: [
|
|
1017
|
+
'name'
|
|
1018
|
+
],
|
|
1019
|
+
additionalProperties: false,
|
|
1020
|
+
description: 'Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.'
|
|
501
1021
|
};
|
|
502
1022
|
export const FleetCreateInputSchema = {
|
|
503
1023
|
type: 'object',
|
|
@@ -506,13 +1026,12 @@ export const FleetCreateInputSchema = {
|
|
|
506
1026
|
type: 'object',
|
|
507
1027
|
properties: {
|
|
508
1028
|
cpu: {
|
|
509
|
-
type: '
|
|
510
|
-
format: 'float',
|
|
1029
|
+
type: 'integer',
|
|
511
1030
|
minimum: 0,
|
|
512
|
-
|
|
1031
|
+
maximum: 100000,
|
|
1032
|
+
description: 'CPU limit in cores. Maximum 100,000.'
|
|
513
1033
|
}
|
|
514
1034
|
},
|
|
515
|
-
required: ['cpu'],
|
|
516
1035
|
additionalProperties: false,
|
|
517
1036
|
description: 'Limits define a set of bounds for provisioning capacity.'
|
|
518
1037
|
},
|
|
@@ -520,47 +1039,358 @@ export const FleetCreateInputSchema = {
|
|
|
520
1039
|
type: 'object',
|
|
521
1040
|
properties: {
|
|
522
1041
|
enabled: {
|
|
523
|
-
type: 'boolean'
|
|
524
|
-
default: true
|
|
1042
|
+
type: 'boolean'
|
|
525
1043
|
},
|
|
526
1044
|
project: {
|
|
527
1045
|
type: 'string',
|
|
528
|
-
|
|
1046
|
+
pattern: '^[a-z][a-z0-9-]{4,28}[a-z0-9]$',
|
|
1047
|
+
description: 'GCP project ID to deploy instances into. 6-30 chars, lowercase letters/digits/hyphens, must start with a letter and not end with a hyphen. Omit when GCP is disabled.',
|
|
1048
|
+
example: 'my-cloudfleet-project'
|
|
529
1049
|
}
|
|
530
1050
|
},
|
|
531
|
-
required: [
|
|
1051
|
+
required: [
|
|
1052
|
+
'enabled'
|
|
1053
|
+
],
|
|
532
1054
|
additionalProperties: false
|
|
533
1055
|
},
|
|
534
1056
|
hetzner: {
|
|
535
1057
|
type: 'object',
|
|
536
1058
|
properties: {
|
|
537
1059
|
enabled: {
|
|
538
|
-
type: 'boolean'
|
|
539
|
-
default: true
|
|
1060
|
+
type: 'boolean'
|
|
540
1061
|
},
|
|
541
1062
|
apiKey: {
|
|
542
1063
|
type: 'string',
|
|
543
|
-
|
|
1064
|
+
maxLength: 64,
|
|
1065
|
+
minLength: 64,
|
|
1066
|
+
pattern: '^([A-Za-z0-9]{64}|\\*{64})$',
|
|
1067
|
+
description: 'Hetzner Cloud API token with read/write access (64 alphanumeric characters). Write-only: reads return a redacted placeholder, never the token. Omit the field, or send the placeholder back unchanged, to keep the existing key. Send a new value to rotate it.'
|
|
544
1068
|
}
|
|
545
1069
|
},
|
|
546
|
-
required: [
|
|
1070
|
+
required: [
|
|
1071
|
+
'enabled'
|
|
1072
|
+
],
|
|
547
1073
|
additionalProperties: false
|
|
548
1074
|
},
|
|
549
1075
|
aws: {
|
|
550
1076
|
type: 'object',
|
|
551
1077
|
properties: {
|
|
552
1078
|
enabled: {
|
|
553
|
-
type: 'boolean'
|
|
554
|
-
default: true
|
|
1079
|
+
type: 'boolean'
|
|
555
1080
|
},
|
|
556
1081
|
controllerRoleArn: {
|
|
557
1082
|
type: 'string',
|
|
558
|
-
|
|
1083
|
+
pattern: '^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$',
|
|
1084
|
+
description: 'AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.',
|
|
1085
|
+
example: 'arn:aws:iam::123456789012:role/Cloudfleet'
|
|
559
1086
|
}
|
|
560
1087
|
},
|
|
561
|
-
required: [
|
|
1088
|
+
required: [
|
|
1089
|
+
'enabled'
|
|
1090
|
+
],
|
|
562
1091
|
additionalProperties: false
|
|
563
1092
|
},
|
|
1093
|
+
constraints: {
|
|
1094
|
+
type: 'object',
|
|
1095
|
+
properties: {
|
|
1096
|
+
'karpenter.sh/capacity-type': {
|
|
1097
|
+
type: 'array',
|
|
1098
|
+
items: {
|
|
1099
|
+
type: 'string',
|
|
1100
|
+
enum: [
|
|
1101
|
+
'on-demand',
|
|
1102
|
+
'spot'
|
|
1103
|
+
]
|
|
1104
|
+
},
|
|
1105
|
+
minItems: 1,
|
|
1106
|
+
description: 'Allowed values for `karpenter.sh/capacity-type`.',
|
|
1107
|
+
default: [
|
|
1108
|
+
'on-demand',
|
|
1109
|
+
'spot'
|
|
1110
|
+
]
|
|
1111
|
+
},
|
|
1112
|
+
'kubernetes.io/arch': {
|
|
1113
|
+
type: 'array',
|
|
1114
|
+
items: {
|
|
1115
|
+
type: 'string',
|
|
1116
|
+
enum: [
|
|
1117
|
+
'amd64',
|
|
1118
|
+
'arm64'
|
|
1119
|
+
]
|
|
1120
|
+
},
|
|
1121
|
+
minItems: 1,
|
|
1122
|
+
description: 'Allowed values for `kubernetes.io/arch`.',
|
|
1123
|
+
default: [
|
|
1124
|
+
'amd64'
|
|
1125
|
+
]
|
|
1126
|
+
},
|
|
1127
|
+
'cfke.io/instance-family': {
|
|
1128
|
+
type: 'array',
|
|
1129
|
+
items: {
|
|
1130
|
+
type: 'string',
|
|
1131
|
+
enum: [
|
|
1132
|
+
'a1',
|
|
1133
|
+
'a2',
|
|
1134
|
+
'a3',
|
|
1135
|
+
'a4',
|
|
1136
|
+
'c1',
|
|
1137
|
+
'c2',
|
|
1138
|
+
'c2d',
|
|
1139
|
+
'c3',
|
|
1140
|
+
'c3d',
|
|
1141
|
+
'c4',
|
|
1142
|
+
'c4a',
|
|
1143
|
+
'c4d',
|
|
1144
|
+
'c5',
|
|
1145
|
+
'c5a',
|
|
1146
|
+
'c5ad',
|
|
1147
|
+
'c5d',
|
|
1148
|
+
'c5n',
|
|
1149
|
+
'c6a',
|
|
1150
|
+
'c6g',
|
|
1151
|
+
'c6gd',
|
|
1152
|
+
'c6gn',
|
|
1153
|
+
'c6i',
|
|
1154
|
+
'c6id',
|
|
1155
|
+
'c6in',
|
|
1156
|
+
'c7a',
|
|
1157
|
+
'c7g',
|
|
1158
|
+
'c7gd',
|
|
1159
|
+
'c7gn',
|
|
1160
|
+
'c7i',
|
|
1161
|
+
'c7i-flex',
|
|
1162
|
+
'c8g',
|
|
1163
|
+
'c8gd',
|
|
1164
|
+
'cax',
|
|
1165
|
+
'ccx',
|
|
1166
|
+
'cpx',
|
|
1167
|
+
'cx',
|
|
1168
|
+
'd2',
|
|
1169
|
+
'd3',
|
|
1170
|
+
'd3en',
|
|
1171
|
+
'dl1',
|
|
1172
|
+
'dl2q',
|
|
1173
|
+
'e2',
|
|
1174
|
+
'f1',
|
|
1175
|
+
'f2',
|
|
1176
|
+
'g1',
|
|
1177
|
+
'g2',
|
|
1178
|
+
'g4ad',
|
|
1179
|
+
'g4dn',
|
|
1180
|
+
'g5',
|
|
1181
|
+
'g5g',
|
|
1182
|
+
'g6',
|
|
1183
|
+
'g6e',
|
|
1184
|
+
'gr6',
|
|
1185
|
+
'h1',
|
|
1186
|
+
'h3',
|
|
1187
|
+
'hpc6a',
|
|
1188
|
+
'hpc6id',
|
|
1189
|
+
'hpc7a',
|
|
1190
|
+
'hpc7g',
|
|
1191
|
+
'i2',
|
|
1192
|
+
'i3',
|
|
1193
|
+
'i3en',
|
|
1194
|
+
'i4g',
|
|
1195
|
+
'i4i',
|
|
1196
|
+
'i7i',
|
|
1197
|
+
'i7ie',
|
|
1198
|
+
'i8g',
|
|
1199
|
+
'im4gn',
|
|
1200
|
+
'inf1',
|
|
1201
|
+
'inf2',
|
|
1202
|
+
'is4gen',
|
|
1203
|
+
'm1',
|
|
1204
|
+
'm2',
|
|
1205
|
+
'm3',
|
|
1206
|
+
'm4',
|
|
1207
|
+
'm5',
|
|
1208
|
+
'm5a',
|
|
1209
|
+
'm5ad',
|
|
1210
|
+
'm5d',
|
|
1211
|
+
'm5dn',
|
|
1212
|
+
'm5n',
|
|
1213
|
+
'm5zn',
|
|
1214
|
+
'm6a',
|
|
1215
|
+
'm6g',
|
|
1216
|
+
'm6gd',
|
|
1217
|
+
'm6i',
|
|
1218
|
+
'm6id',
|
|
1219
|
+
'm6idn',
|
|
1220
|
+
'm6in',
|
|
1221
|
+
'm7a',
|
|
1222
|
+
'm7g',
|
|
1223
|
+
'm7gd',
|
|
1224
|
+
'm7i',
|
|
1225
|
+
'm7i-flex',
|
|
1226
|
+
'm8g',
|
|
1227
|
+
'm8gd',
|
|
1228
|
+
'n1',
|
|
1229
|
+
'n2',
|
|
1230
|
+
'n2d',
|
|
1231
|
+
'n4',
|
|
1232
|
+
'p3',
|
|
1233
|
+
'p3dn',
|
|
1234
|
+
'p4d',
|
|
1235
|
+
'p4de',
|
|
1236
|
+
'p5',
|
|
1237
|
+
'p5e',
|
|
1238
|
+
'p5en',
|
|
1239
|
+
'p6-b200',
|
|
1240
|
+
'r3',
|
|
1241
|
+
'r4',
|
|
1242
|
+
'r5',
|
|
1243
|
+
'r5a',
|
|
1244
|
+
'r5ad',
|
|
1245
|
+
'r5b',
|
|
1246
|
+
'r5d',
|
|
1247
|
+
'r5dn',
|
|
1248
|
+
'r5n',
|
|
1249
|
+
'r6a',
|
|
1250
|
+
'r6g',
|
|
1251
|
+
'r6gd',
|
|
1252
|
+
'r6i',
|
|
1253
|
+
'r6id',
|
|
1254
|
+
'r6idn',
|
|
1255
|
+
'r6in',
|
|
1256
|
+
'r7a',
|
|
1257
|
+
'r7g',
|
|
1258
|
+
'r7gd',
|
|
1259
|
+
'r7i',
|
|
1260
|
+
'r7iz',
|
|
1261
|
+
'r8g',
|
|
1262
|
+
'r8gd',
|
|
1263
|
+
't2',
|
|
1264
|
+
't2a',
|
|
1265
|
+
't2d',
|
|
1266
|
+
't3',
|
|
1267
|
+
't3a',
|
|
1268
|
+
't4g',
|
|
1269
|
+
'trn1',
|
|
1270
|
+
'trn1n',
|
|
1271
|
+
'u-3tb1',
|
|
1272
|
+
'u-6tb1',
|
|
1273
|
+
'u7i-12tb',
|
|
1274
|
+
'u7i-6tb',
|
|
1275
|
+
'u7i-8tb',
|
|
1276
|
+
'u7in-16tb',
|
|
1277
|
+
'u7in-24tb',
|
|
1278
|
+
'u7in-32tb',
|
|
1279
|
+
'vt1',
|
|
1280
|
+
'x1',
|
|
1281
|
+
'x1e',
|
|
1282
|
+
'x2gd',
|
|
1283
|
+
'x2idn',
|
|
1284
|
+
'x2iedn',
|
|
1285
|
+
'x2iezn',
|
|
1286
|
+
'x4',
|
|
1287
|
+
'x8g',
|
|
1288
|
+
'z1d',
|
|
1289
|
+
'z3'
|
|
1290
|
+
]
|
|
1291
|
+
},
|
|
1292
|
+
description: 'Allowed values for `cfke.io/instance-family`.',
|
|
1293
|
+
default: []
|
|
1294
|
+
},
|
|
1295
|
+
'topology.kubernetes.io/region': {
|
|
1296
|
+
type: 'array',
|
|
1297
|
+
items: {
|
|
1298
|
+
type: 'string',
|
|
1299
|
+
enum: [
|
|
1300
|
+
'africa-south1',
|
|
1301
|
+
'ap-northeast-1',
|
|
1302
|
+
'ap-northeast-2',
|
|
1303
|
+
'ap-northeast-3',
|
|
1304
|
+
'ap-south-1',
|
|
1305
|
+
'ap-southeast-1',
|
|
1306
|
+
'ap-southeast-2',
|
|
1307
|
+
'ash',
|
|
1308
|
+
'asia-east1',
|
|
1309
|
+
'asia-east2',
|
|
1310
|
+
'asia-northeast1',
|
|
1311
|
+
'asia-northeast2',
|
|
1312
|
+
'asia-northeast3',
|
|
1313
|
+
'asia-south1',
|
|
1314
|
+
'asia-south2',
|
|
1315
|
+
'asia-southeast1',
|
|
1316
|
+
'asia-southeast2',
|
|
1317
|
+
'australia-southeast1',
|
|
1318
|
+
'australia-southeast2',
|
|
1319
|
+
'ca-central-1',
|
|
1320
|
+
'eu-central-1',
|
|
1321
|
+
'eu-central-2',
|
|
1322
|
+
'eu-north-1',
|
|
1323
|
+
'eu-west-1',
|
|
1324
|
+
'eu-west-2',
|
|
1325
|
+
'eu-west-3',
|
|
1326
|
+
'europe-central2',
|
|
1327
|
+
'europe-north1',
|
|
1328
|
+
'europe-southwest1',
|
|
1329
|
+
'europe-west1',
|
|
1330
|
+
'europe-west10',
|
|
1331
|
+
'europe-west12',
|
|
1332
|
+
'europe-west2',
|
|
1333
|
+
'europe-west3',
|
|
1334
|
+
'europe-west4',
|
|
1335
|
+
'europe-west6',
|
|
1336
|
+
'europe-west8',
|
|
1337
|
+
'europe-west9',
|
|
1338
|
+
'fsn1',
|
|
1339
|
+
'hel1',
|
|
1340
|
+
'hil',
|
|
1341
|
+
'me-central1',
|
|
1342
|
+
'me-central2',
|
|
1343
|
+
'me-west1',
|
|
1344
|
+
'nbg1',
|
|
1345
|
+
'northamerica-northeast1',
|
|
1346
|
+
'northamerica-northeast2',
|
|
1347
|
+
'sa-east-1',
|
|
1348
|
+
'sin',
|
|
1349
|
+
'southamerica-east1',
|
|
1350
|
+
'southamerica-west1',
|
|
1351
|
+
'us-central1',
|
|
1352
|
+
'us-east-1',
|
|
1353
|
+
'us-east-2',
|
|
1354
|
+
'us-east1',
|
|
1355
|
+
'us-east4',
|
|
1356
|
+
'us-east5',
|
|
1357
|
+
'us-south1',
|
|
1358
|
+
'us-west-1',
|
|
1359
|
+
'us-west-2',
|
|
1360
|
+
'us-west1',
|
|
1361
|
+
'us-west2',
|
|
1362
|
+
'us-west3',
|
|
1363
|
+
'us-west4'
|
|
1364
|
+
]
|
|
1365
|
+
},
|
|
1366
|
+
description: 'Allowed values for `topology.kubernetes.io/region`.',
|
|
1367
|
+
default: []
|
|
1368
|
+
}
|
|
1369
|
+
},
|
|
1370
|
+
additionalProperties: false,
|
|
1371
|
+
description: 'Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together.',
|
|
1372
|
+
default: {
|
|
1373
|
+
'karpenter.sh/capacity-type': [
|
|
1374
|
+
'on-demand',
|
|
1375
|
+
'spot'
|
|
1376
|
+
],
|
|
1377
|
+
'kubernetes.io/arch': [
|
|
1378
|
+
'amd64'
|
|
1379
|
+
],
|
|
1380
|
+
'cfke.io/instance-family': [],
|
|
1381
|
+
'topology.kubernetes.io/region': []
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1384
|
+
scalingProfile: {
|
|
1385
|
+
type: 'string',
|
|
1386
|
+
description: 'Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet. Full-overwrite: omit to reset to the default (`conservative`).',
|
|
1387
|
+
default: 'conservative',
|
|
1388
|
+
example: 'conservative',
|
|
1389
|
+
enum: [
|
|
1390
|
+
'aggressive',
|
|
1391
|
+
'conservative'
|
|
1392
|
+
]
|
|
1393
|
+
},
|
|
564
1394
|
id: {
|
|
565
1395
|
type: 'string',
|
|
566
1396
|
maxLength: 63,
|
|
@@ -570,8 +1400,11 @@ export const FleetCreateInputSchema = {
|
|
|
570
1400
|
example: 'new-clouds-fleet'
|
|
571
1401
|
}
|
|
572
1402
|
},
|
|
573
|
-
required: [
|
|
574
|
-
|
|
1403
|
+
required: [
|
|
1404
|
+
'id'
|
|
1405
|
+
],
|
|
1406
|
+
additionalProperties: false,
|
|
1407
|
+
description: 'Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.'
|
|
575
1408
|
};
|
|
576
1409
|
export const FleetSchema = {
|
|
577
1410
|
type: 'object',
|
|
@@ -580,13 +1413,12 @@ export const FleetSchema = {
|
|
|
580
1413
|
type: 'object',
|
|
581
1414
|
properties: {
|
|
582
1415
|
cpu: {
|
|
583
|
-
type: '
|
|
584
|
-
format: 'float',
|
|
1416
|
+
type: 'integer',
|
|
585
1417
|
minimum: 0,
|
|
586
|
-
|
|
1418
|
+
maximum: 100000,
|
|
1419
|
+
description: 'CPU limit in cores. Maximum 100,000.'
|
|
587
1420
|
}
|
|
588
1421
|
},
|
|
589
|
-
required: ['cpu'],
|
|
590
1422
|
additionalProperties: false,
|
|
591
1423
|
description: 'Limits define a set of bounds for provisioning capacity.'
|
|
592
1424
|
},
|
|
@@ -594,47 +1426,360 @@ export const FleetSchema = {
|
|
|
594
1426
|
type: 'object',
|
|
595
1427
|
properties: {
|
|
596
1428
|
enabled: {
|
|
597
|
-
type: 'boolean'
|
|
598
|
-
default: true
|
|
1429
|
+
type: 'boolean'
|
|
599
1430
|
},
|
|
600
1431
|
project: {
|
|
601
1432
|
type: 'string',
|
|
602
|
-
|
|
1433
|
+
pattern: '^[a-z][a-z0-9-]{4,28}[a-z0-9]$',
|
|
1434
|
+
description: 'GCP project ID to deploy instances into. 6-30 chars, lowercase letters/digits/hyphens, must start with a letter and not end with a hyphen. Omit when GCP is disabled.',
|
|
1435
|
+
example: 'my-cloudfleet-project'
|
|
603
1436
|
}
|
|
604
1437
|
},
|
|
605
|
-
required: [
|
|
1438
|
+
required: [
|
|
1439
|
+
'enabled'
|
|
1440
|
+
],
|
|
606
1441
|
additionalProperties: false
|
|
607
1442
|
},
|
|
608
1443
|
hetzner: {
|
|
609
1444
|
type: 'object',
|
|
610
1445
|
properties: {
|
|
611
1446
|
enabled: {
|
|
612
|
-
type: 'boolean'
|
|
613
|
-
default: true
|
|
1447
|
+
type: 'boolean'
|
|
614
1448
|
},
|
|
615
1449
|
apiKey: {
|
|
616
1450
|
type: 'string',
|
|
617
|
-
|
|
1451
|
+
pattern: '^\\*{64}$',
|
|
1452
|
+
description: 'Redacted Hetzner API token. Returned as 64 asterisks when a token is configured; omitted otherwise. The real value is never echoed by the API.'
|
|
618
1453
|
}
|
|
619
1454
|
},
|
|
620
|
-
required: [
|
|
1455
|
+
required: [
|
|
1456
|
+
'enabled'
|
|
1457
|
+
],
|
|
621
1458
|
additionalProperties: false
|
|
622
1459
|
},
|
|
623
1460
|
aws: {
|
|
624
1461
|
type: 'object',
|
|
625
1462
|
properties: {
|
|
626
1463
|
enabled: {
|
|
627
|
-
type: 'boolean'
|
|
628
|
-
default: true
|
|
1464
|
+
type: 'boolean'
|
|
629
1465
|
},
|
|
630
1466
|
controllerRoleArn: {
|
|
631
1467
|
type: 'string',
|
|
632
|
-
|
|
1468
|
+
pattern: '^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$',
|
|
1469
|
+
description: 'AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.',
|
|
1470
|
+
example: 'arn:aws:iam::123456789012:role/Cloudfleet'
|
|
633
1471
|
}
|
|
634
1472
|
},
|
|
635
|
-
required: [
|
|
1473
|
+
required: [
|
|
1474
|
+
'enabled'
|
|
1475
|
+
],
|
|
636
1476
|
additionalProperties: false
|
|
637
1477
|
},
|
|
1478
|
+
constraints: {
|
|
1479
|
+
type: 'object',
|
|
1480
|
+
properties: {
|
|
1481
|
+
'karpenter.sh/capacity-type': {
|
|
1482
|
+
type: 'array',
|
|
1483
|
+
items: {
|
|
1484
|
+
type: 'string',
|
|
1485
|
+
enum: [
|
|
1486
|
+
'on-demand',
|
|
1487
|
+
'spot'
|
|
1488
|
+
]
|
|
1489
|
+
},
|
|
1490
|
+
minItems: 1,
|
|
1491
|
+
description: 'Allowed values for `karpenter.sh/capacity-type`.',
|
|
1492
|
+
default: [
|
|
1493
|
+
'on-demand',
|
|
1494
|
+
'spot'
|
|
1495
|
+
]
|
|
1496
|
+
},
|
|
1497
|
+
'kubernetes.io/arch': {
|
|
1498
|
+
type: 'array',
|
|
1499
|
+
items: {
|
|
1500
|
+
type: 'string',
|
|
1501
|
+
enum: [
|
|
1502
|
+
'amd64',
|
|
1503
|
+
'arm64'
|
|
1504
|
+
]
|
|
1505
|
+
},
|
|
1506
|
+
minItems: 1,
|
|
1507
|
+
description: 'Allowed values for `kubernetes.io/arch`.',
|
|
1508
|
+
default: [
|
|
1509
|
+
'amd64'
|
|
1510
|
+
]
|
|
1511
|
+
},
|
|
1512
|
+
'cfke.io/instance-family': {
|
|
1513
|
+
type: 'array',
|
|
1514
|
+
items: {
|
|
1515
|
+
type: 'string',
|
|
1516
|
+
enum: [
|
|
1517
|
+
'a1',
|
|
1518
|
+
'a2',
|
|
1519
|
+
'a3',
|
|
1520
|
+
'a4',
|
|
1521
|
+
'c1',
|
|
1522
|
+
'c2',
|
|
1523
|
+
'c2d',
|
|
1524
|
+
'c3',
|
|
1525
|
+
'c3d',
|
|
1526
|
+
'c4',
|
|
1527
|
+
'c4a',
|
|
1528
|
+
'c4d',
|
|
1529
|
+
'c5',
|
|
1530
|
+
'c5a',
|
|
1531
|
+
'c5ad',
|
|
1532
|
+
'c5d',
|
|
1533
|
+
'c5n',
|
|
1534
|
+
'c6a',
|
|
1535
|
+
'c6g',
|
|
1536
|
+
'c6gd',
|
|
1537
|
+
'c6gn',
|
|
1538
|
+
'c6i',
|
|
1539
|
+
'c6id',
|
|
1540
|
+
'c6in',
|
|
1541
|
+
'c7a',
|
|
1542
|
+
'c7g',
|
|
1543
|
+
'c7gd',
|
|
1544
|
+
'c7gn',
|
|
1545
|
+
'c7i',
|
|
1546
|
+
'c7i-flex',
|
|
1547
|
+
'c8g',
|
|
1548
|
+
'c8gd',
|
|
1549
|
+
'cax',
|
|
1550
|
+
'ccx',
|
|
1551
|
+
'cpx',
|
|
1552
|
+
'cx',
|
|
1553
|
+
'd2',
|
|
1554
|
+
'd3',
|
|
1555
|
+
'd3en',
|
|
1556
|
+
'dl1',
|
|
1557
|
+
'dl2q',
|
|
1558
|
+
'e2',
|
|
1559
|
+
'f1',
|
|
1560
|
+
'f2',
|
|
1561
|
+
'g1',
|
|
1562
|
+
'g2',
|
|
1563
|
+
'g4ad',
|
|
1564
|
+
'g4dn',
|
|
1565
|
+
'g5',
|
|
1566
|
+
'g5g',
|
|
1567
|
+
'g6',
|
|
1568
|
+
'g6e',
|
|
1569
|
+
'gr6',
|
|
1570
|
+
'h1',
|
|
1571
|
+
'h3',
|
|
1572
|
+
'hpc6a',
|
|
1573
|
+
'hpc6id',
|
|
1574
|
+
'hpc7a',
|
|
1575
|
+
'hpc7g',
|
|
1576
|
+
'i2',
|
|
1577
|
+
'i3',
|
|
1578
|
+
'i3en',
|
|
1579
|
+
'i4g',
|
|
1580
|
+
'i4i',
|
|
1581
|
+
'i7i',
|
|
1582
|
+
'i7ie',
|
|
1583
|
+
'i8g',
|
|
1584
|
+
'im4gn',
|
|
1585
|
+
'inf1',
|
|
1586
|
+
'inf2',
|
|
1587
|
+
'is4gen',
|
|
1588
|
+
'm1',
|
|
1589
|
+
'm2',
|
|
1590
|
+
'm3',
|
|
1591
|
+
'm4',
|
|
1592
|
+
'm5',
|
|
1593
|
+
'm5a',
|
|
1594
|
+
'm5ad',
|
|
1595
|
+
'm5d',
|
|
1596
|
+
'm5dn',
|
|
1597
|
+
'm5n',
|
|
1598
|
+
'm5zn',
|
|
1599
|
+
'm6a',
|
|
1600
|
+
'm6g',
|
|
1601
|
+
'm6gd',
|
|
1602
|
+
'm6i',
|
|
1603
|
+
'm6id',
|
|
1604
|
+
'm6idn',
|
|
1605
|
+
'm6in',
|
|
1606
|
+
'm7a',
|
|
1607
|
+
'm7g',
|
|
1608
|
+
'm7gd',
|
|
1609
|
+
'm7i',
|
|
1610
|
+
'm7i-flex',
|
|
1611
|
+
'm8g',
|
|
1612
|
+
'm8gd',
|
|
1613
|
+
'n1',
|
|
1614
|
+
'n2',
|
|
1615
|
+
'n2d',
|
|
1616
|
+
'n4',
|
|
1617
|
+
'p3',
|
|
1618
|
+
'p3dn',
|
|
1619
|
+
'p4d',
|
|
1620
|
+
'p4de',
|
|
1621
|
+
'p5',
|
|
1622
|
+
'p5e',
|
|
1623
|
+
'p5en',
|
|
1624
|
+
'p6-b200',
|
|
1625
|
+
'r3',
|
|
1626
|
+
'r4',
|
|
1627
|
+
'r5',
|
|
1628
|
+
'r5a',
|
|
1629
|
+
'r5ad',
|
|
1630
|
+
'r5b',
|
|
1631
|
+
'r5d',
|
|
1632
|
+
'r5dn',
|
|
1633
|
+
'r5n',
|
|
1634
|
+
'r6a',
|
|
1635
|
+
'r6g',
|
|
1636
|
+
'r6gd',
|
|
1637
|
+
'r6i',
|
|
1638
|
+
'r6id',
|
|
1639
|
+
'r6idn',
|
|
1640
|
+
'r6in',
|
|
1641
|
+
'r7a',
|
|
1642
|
+
'r7g',
|
|
1643
|
+
'r7gd',
|
|
1644
|
+
'r7i',
|
|
1645
|
+
'r7iz',
|
|
1646
|
+
'r8g',
|
|
1647
|
+
'r8gd',
|
|
1648
|
+
't2',
|
|
1649
|
+
't2a',
|
|
1650
|
+
't2d',
|
|
1651
|
+
't3',
|
|
1652
|
+
't3a',
|
|
1653
|
+
't4g',
|
|
1654
|
+
'trn1',
|
|
1655
|
+
'trn1n',
|
|
1656
|
+
'u-3tb1',
|
|
1657
|
+
'u-6tb1',
|
|
1658
|
+
'u7i-12tb',
|
|
1659
|
+
'u7i-6tb',
|
|
1660
|
+
'u7i-8tb',
|
|
1661
|
+
'u7in-16tb',
|
|
1662
|
+
'u7in-24tb',
|
|
1663
|
+
'u7in-32tb',
|
|
1664
|
+
'vt1',
|
|
1665
|
+
'x1',
|
|
1666
|
+
'x1e',
|
|
1667
|
+
'x2gd',
|
|
1668
|
+
'x2idn',
|
|
1669
|
+
'x2iedn',
|
|
1670
|
+
'x2iezn',
|
|
1671
|
+
'x4',
|
|
1672
|
+
'x8g',
|
|
1673
|
+
'z1d',
|
|
1674
|
+
'z3'
|
|
1675
|
+
]
|
|
1676
|
+
},
|
|
1677
|
+
description: 'Allowed values for `cfke.io/instance-family`.',
|
|
1678
|
+
default: []
|
|
1679
|
+
},
|
|
1680
|
+
'topology.kubernetes.io/region': {
|
|
1681
|
+
type: 'array',
|
|
1682
|
+
items: {
|
|
1683
|
+
type: 'string',
|
|
1684
|
+
enum: [
|
|
1685
|
+
'africa-south1',
|
|
1686
|
+
'ap-northeast-1',
|
|
1687
|
+
'ap-northeast-2',
|
|
1688
|
+
'ap-northeast-3',
|
|
1689
|
+
'ap-south-1',
|
|
1690
|
+
'ap-southeast-1',
|
|
1691
|
+
'ap-southeast-2',
|
|
1692
|
+
'ash',
|
|
1693
|
+
'asia-east1',
|
|
1694
|
+
'asia-east2',
|
|
1695
|
+
'asia-northeast1',
|
|
1696
|
+
'asia-northeast2',
|
|
1697
|
+
'asia-northeast3',
|
|
1698
|
+
'asia-south1',
|
|
1699
|
+
'asia-south2',
|
|
1700
|
+
'asia-southeast1',
|
|
1701
|
+
'asia-southeast2',
|
|
1702
|
+
'australia-southeast1',
|
|
1703
|
+
'australia-southeast2',
|
|
1704
|
+
'ca-central-1',
|
|
1705
|
+
'eu-central-1',
|
|
1706
|
+
'eu-central-2',
|
|
1707
|
+
'eu-north-1',
|
|
1708
|
+
'eu-west-1',
|
|
1709
|
+
'eu-west-2',
|
|
1710
|
+
'eu-west-3',
|
|
1711
|
+
'europe-central2',
|
|
1712
|
+
'europe-north1',
|
|
1713
|
+
'europe-southwest1',
|
|
1714
|
+
'europe-west1',
|
|
1715
|
+
'europe-west10',
|
|
1716
|
+
'europe-west12',
|
|
1717
|
+
'europe-west2',
|
|
1718
|
+
'europe-west3',
|
|
1719
|
+
'europe-west4',
|
|
1720
|
+
'europe-west6',
|
|
1721
|
+
'europe-west8',
|
|
1722
|
+
'europe-west9',
|
|
1723
|
+
'fsn1',
|
|
1724
|
+
'hel1',
|
|
1725
|
+
'hil',
|
|
1726
|
+
'me-central1',
|
|
1727
|
+
'me-central2',
|
|
1728
|
+
'me-west1',
|
|
1729
|
+
'nbg1',
|
|
1730
|
+
'northamerica-northeast1',
|
|
1731
|
+
'northamerica-northeast2',
|
|
1732
|
+
'sa-east-1',
|
|
1733
|
+
'sin',
|
|
1734
|
+
'southamerica-east1',
|
|
1735
|
+
'southamerica-west1',
|
|
1736
|
+
'us-central1',
|
|
1737
|
+
'us-east-1',
|
|
1738
|
+
'us-east-2',
|
|
1739
|
+
'us-east1',
|
|
1740
|
+
'us-east4',
|
|
1741
|
+
'us-east5',
|
|
1742
|
+
'us-south1',
|
|
1743
|
+
'us-west-1',
|
|
1744
|
+
'us-west-2',
|
|
1745
|
+
'us-west1',
|
|
1746
|
+
'us-west2',
|
|
1747
|
+
'us-west3',
|
|
1748
|
+
'us-west4'
|
|
1749
|
+
]
|
|
1750
|
+
},
|
|
1751
|
+
description: 'Allowed values for `topology.kubernetes.io/region`.',
|
|
1752
|
+
default: []
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
required: [
|
|
1756
|
+
'karpenter.sh/capacity-type',
|
|
1757
|
+
'kubernetes.io/arch'
|
|
1758
|
+
],
|
|
1759
|
+
additionalProperties: false,
|
|
1760
|
+
description: 'Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together.',
|
|
1761
|
+
default: {
|
|
1762
|
+
'karpenter.sh/capacity-type': [
|
|
1763
|
+
'on-demand',
|
|
1764
|
+
'spot'
|
|
1765
|
+
],
|
|
1766
|
+
'kubernetes.io/arch': [
|
|
1767
|
+
'amd64'
|
|
1768
|
+
],
|
|
1769
|
+
'cfke.io/instance-family': [],
|
|
1770
|
+
'topology.kubernetes.io/region': []
|
|
1771
|
+
}
|
|
1772
|
+
},
|
|
1773
|
+
scalingProfile: {
|
|
1774
|
+
type: 'string',
|
|
1775
|
+
description: 'Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet. Full-overwrite: omit to reset to the default (`conservative`).',
|
|
1776
|
+
default: 'conservative',
|
|
1777
|
+
example: 'conservative',
|
|
1778
|
+
enum: [
|
|
1779
|
+
'aggressive',
|
|
1780
|
+
'conservative'
|
|
1781
|
+
]
|
|
1782
|
+
},
|
|
638
1783
|
id: {
|
|
639
1784
|
type: 'string',
|
|
640
1785
|
maxLength: 63,
|
|
@@ -642,11 +1787,39 @@ export const FleetSchema = {
|
|
|
642
1787
|
pattern: '^[a-z0-9]([-a-z0-9]*[a-z0-9])?$',
|
|
643
1788
|
description: 'Unique identifier of the kubernetes fleet.',
|
|
644
1789
|
example: 'new-clouds-fleet'
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
1790
|
+
},
|
|
1791
|
+
ready: {
|
|
1792
|
+
type: 'boolean',
|
|
1793
|
+
description: 'Indicates whether the fleet configuration is healthy.',
|
|
1794
|
+
example: true
|
|
1795
|
+
},
|
|
1796
|
+
status_message: {
|
|
1797
|
+
type: 'string',
|
|
1798
|
+
description: 'Human-readable reason the fleet is not ready. Present only when `ready` is false.',
|
|
1799
|
+
example: 'Invalid provider permissions.'
|
|
1800
|
+
},
|
|
1801
|
+
created_at: {
|
|
1802
|
+
type: 'string',
|
|
1803
|
+
description: 'Creation date and time of the fleet.',
|
|
1804
|
+
example: '2024-09-12T09:11:27Z'
|
|
1805
|
+
},
|
|
1806
|
+
updated_at: {
|
|
1807
|
+
type: 'string',
|
|
1808
|
+
description: 'Date and time the fleet was last updated.',
|
|
1809
|
+
example: '2024-09-12T09:11:27Z'
|
|
1810
|
+
}
|
|
1811
|
+
},
|
|
1812
|
+
required: [
|
|
1813
|
+
'constraints',
|
|
1814
|
+
'scalingProfile',
|
|
1815
|
+
'id',
|
|
1816
|
+
'ready',
|
|
1817
|
+
'created_at',
|
|
1818
|
+
'updated_at'
|
|
1819
|
+
],
|
|
1820
|
+
additionalProperties: false,
|
|
1821
|
+
description: 'Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.'
|
|
1822
|
+
};
|
|
650
1823
|
export const FleetUpdateInputSchema = {
|
|
651
1824
|
type: 'object',
|
|
652
1825
|
properties: {
|
|
@@ -654,13 +1827,12 @@ export const FleetUpdateInputSchema = {
|
|
|
654
1827
|
type: 'object',
|
|
655
1828
|
properties: {
|
|
656
1829
|
cpu: {
|
|
657
|
-
type: '
|
|
658
|
-
format: 'float',
|
|
1830
|
+
type: 'integer',
|
|
659
1831
|
minimum: 0,
|
|
660
|
-
|
|
1832
|
+
maximum: 100000,
|
|
1833
|
+
description: 'CPU limit in cores. Maximum 100,000.'
|
|
661
1834
|
}
|
|
662
1835
|
},
|
|
663
|
-
required: ['cpu'],
|
|
664
1836
|
additionalProperties: false,
|
|
665
1837
|
description: 'Limits define a set of bounds for provisioning capacity.'
|
|
666
1838
|
},
|
|
@@ -668,48 +1840,385 @@ export const FleetUpdateInputSchema = {
|
|
|
668
1840
|
type: 'object',
|
|
669
1841
|
properties: {
|
|
670
1842
|
enabled: {
|
|
671
|
-
type: 'boolean'
|
|
672
|
-
default: true
|
|
1843
|
+
type: 'boolean'
|
|
673
1844
|
},
|
|
674
1845
|
project: {
|
|
675
1846
|
type: 'string',
|
|
676
|
-
|
|
1847
|
+
pattern: '^[a-z][a-z0-9-]{4,28}[a-z0-9]$',
|
|
1848
|
+
description: 'GCP project ID to deploy instances into. 6-30 chars, lowercase letters/digits/hyphens, must start with a letter and not end with a hyphen. Omit when GCP is disabled.',
|
|
1849
|
+
example: 'my-cloudfleet-project'
|
|
677
1850
|
}
|
|
678
1851
|
},
|
|
679
|
-
required: [
|
|
1852
|
+
required: [
|
|
1853
|
+
'enabled'
|
|
1854
|
+
],
|
|
680
1855
|
additionalProperties: false
|
|
681
1856
|
},
|
|
682
1857
|
hetzner: {
|
|
683
1858
|
type: 'object',
|
|
684
1859
|
properties: {
|
|
685
1860
|
enabled: {
|
|
686
|
-
type: 'boolean'
|
|
687
|
-
default: true
|
|
1861
|
+
type: 'boolean'
|
|
688
1862
|
},
|
|
689
1863
|
apiKey: {
|
|
690
1864
|
type: 'string',
|
|
691
|
-
|
|
1865
|
+
maxLength: 64,
|
|
1866
|
+
minLength: 64,
|
|
1867
|
+
pattern: '^([A-Za-z0-9]{64}|\\*{64})$',
|
|
1868
|
+
description: 'Hetzner Cloud API token with read/write access (64 alphanumeric characters). Write-only: reads return a redacted placeholder, never the token. Omit the field, or send the placeholder back unchanged, to keep the existing key. Send a new value to rotate it.'
|
|
692
1869
|
}
|
|
693
1870
|
},
|
|
694
|
-
required: [
|
|
1871
|
+
required: [
|
|
1872
|
+
'enabled'
|
|
1873
|
+
],
|
|
695
1874
|
additionalProperties: false
|
|
696
1875
|
},
|
|
697
1876
|
aws: {
|
|
698
1877
|
type: 'object',
|
|
699
1878
|
properties: {
|
|
700
1879
|
enabled: {
|
|
701
|
-
type: 'boolean'
|
|
702
|
-
default: true
|
|
1880
|
+
type: 'boolean'
|
|
703
1881
|
},
|
|
704
1882
|
controllerRoleArn: {
|
|
705
1883
|
type: 'string',
|
|
706
|
-
|
|
1884
|
+
pattern: '^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$',
|
|
1885
|
+
description: 'AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.',
|
|
1886
|
+
example: 'arn:aws:iam::123456789012:role/Cloudfleet'
|
|
707
1887
|
}
|
|
708
1888
|
},
|
|
709
|
-
required: [
|
|
1889
|
+
required: [
|
|
1890
|
+
'enabled'
|
|
1891
|
+
],
|
|
710
1892
|
additionalProperties: false
|
|
1893
|
+
},
|
|
1894
|
+
constraints: {
|
|
1895
|
+
type: 'object',
|
|
1896
|
+
properties: {
|
|
1897
|
+
'karpenter.sh/capacity-type': {
|
|
1898
|
+
type: 'array',
|
|
1899
|
+
items: {
|
|
1900
|
+
type: 'string',
|
|
1901
|
+
enum: [
|
|
1902
|
+
'on-demand',
|
|
1903
|
+
'spot'
|
|
1904
|
+
]
|
|
1905
|
+
},
|
|
1906
|
+
minItems: 1,
|
|
1907
|
+
description: 'Allowed values for `karpenter.sh/capacity-type`.',
|
|
1908
|
+
default: [
|
|
1909
|
+
'on-demand',
|
|
1910
|
+
'spot'
|
|
1911
|
+
]
|
|
1912
|
+
},
|
|
1913
|
+
'kubernetes.io/arch': {
|
|
1914
|
+
type: 'array',
|
|
1915
|
+
items: {
|
|
1916
|
+
type: 'string',
|
|
1917
|
+
enum: [
|
|
1918
|
+
'amd64',
|
|
1919
|
+
'arm64'
|
|
1920
|
+
]
|
|
1921
|
+
},
|
|
1922
|
+
minItems: 1,
|
|
1923
|
+
description: 'Allowed values for `kubernetes.io/arch`.',
|
|
1924
|
+
default: [
|
|
1925
|
+
'amd64'
|
|
1926
|
+
]
|
|
1927
|
+
},
|
|
1928
|
+
'cfke.io/instance-family': {
|
|
1929
|
+
type: 'array',
|
|
1930
|
+
items: {
|
|
1931
|
+
type: 'string',
|
|
1932
|
+
enum: [
|
|
1933
|
+
'a1',
|
|
1934
|
+
'a2',
|
|
1935
|
+
'a3',
|
|
1936
|
+
'a4',
|
|
1937
|
+
'c1',
|
|
1938
|
+
'c2',
|
|
1939
|
+
'c2d',
|
|
1940
|
+
'c3',
|
|
1941
|
+
'c3d',
|
|
1942
|
+
'c4',
|
|
1943
|
+
'c4a',
|
|
1944
|
+
'c4d',
|
|
1945
|
+
'c5',
|
|
1946
|
+
'c5a',
|
|
1947
|
+
'c5ad',
|
|
1948
|
+
'c5d',
|
|
1949
|
+
'c5n',
|
|
1950
|
+
'c6a',
|
|
1951
|
+
'c6g',
|
|
1952
|
+
'c6gd',
|
|
1953
|
+
'c6gn',
|
|
1954
|
+
'c6i',
|
|
1955
|
+
'c6id',
|
|
1956
|
+
'c6in',
|
|
1957
|
+
'c7a',
|
|
1958
|
+
'c7g',
|
|
1959
|
+
'c7gd',
|
|
1960
|
+
'c7gn',
|
|
1961
|
+
'c7i',
|
|
1962
|
+
'c7i-flex',
|
|
1963
|
+
'c8g',
|
|
1964
|
+
'c8gd',
|
|
1965
|
+
'cax',
|
|
1966
|
+
'ccx',
|
|
1967
|
+
'cpx',
|
|
1968
|
+
'cx',
|
|
1969
|
+
'd2',
|
|
1970
|
+
'd3',
|
|
1971
|
+
'd3en',
|
|
1972
|
+
'dl1',
|
|
1973
|
+
'dl2q',
|
|
1974
|
+
'e2',
|
|
1975
|
+
'f1',
|
|
1976
|
+
'f2',
|
|
1977
|
+
'g1',
|
|
1978
|
+
'g2',
|
|
1979
|
+
'g4ad',
|
|
1980
|
+
'g4dn',
|
|
1981
|
+
'g5',
|
|
1982
|
+
'g5g',
|
|
1983
|
+
'g6',
|
|
1984
|
+
'g6e',
|
|
1985
|
+
'gr6',
|
|
1986
|
+
'h1',
|
|
1987
|
+
'h3',
|
|
1988
|
+
'hpc6a',
|
|
1989
|
+
'hpc6id',
|
|
1990
|
+
'hpc7a',
|
|
1991
|
+
'hpc7g',
|
|
1992
|
+
'i2',
|
|
1993
|
+
'i3',
|
|
1994
|
+
'i3en',
|
|
1995
|
+
'i4g',
|
|
1996
|
+
'i4i',
|
|
1997
|
+
'i7i',
|
|
1998
|
+
'i7ie',
|
|
1999
|
+
'i8g',
|
|
2000
|
+
'im4gn',
|
|
2001
|
+
'inf1',
|
|
2002
|
+
'inf2',
|
|
2003
|
+
'is4gen',
|
|
2004
|
+
'm1',
|
|
2005
|
+
'm2',
|
|
2006
|
+
'm3',
|
|
2007
|
+
'm4',
|
|
2008
|
+
'm5',
|
|
2009
|
+
'm5a',
|
|
2010
|
+
'm5ad',
|
|
2011
|
+
'm5d',
|
|
2012
|
+
'm5dn',
|
|
2013
|
+
'm5n',
|
|
2014
|
+
'm5zn',
|
|
2015
|
+
'm6a',
|
|
2016
|
+
'm6g',
|
|
2017
|
+
'm6gd',
|
|
2018
|
+
'm6i',
|
|
2019
|
+
'm6id',
|
|
2020
|
+
'm6idn',
|
|
2021
|
+
'm6in',
|
|
2022
|
+
'm7a',
|
|
2023
|
+
'm7g',
|
|
2024
|
+
'm7gd',
|
|
2025
|
+
'm7i',
|
|
2026
|
+
'm7i-flex',
|
|
2027
|
+
'm8g',
|
|
2028
|
+
'm8gd',
|
|
2029
|
+
'n1',
|
|
2030
|
+
'n2',
|
|
2031
|
+
'n2d',
|
|
2032
|
+
'n4',
|
|
2033
|
+
'p3',
|
|
2034
|
+
'p3dn',
|
|
2035
|
+
'p4d',
|
|
2036
|
+
'p4de',
|
|
2037
|
+
'p5',
|
|
2038
|
+
'p5e',
|
|
2039
|
+
'p5en',
|
|
2040
|
+
'p6-b200',
|
|
2041
|
+
'r3',
|
|
2042
|
+
'r4',
|
|
2043
|
+
'r5',
|
|
2044
|
+
'r5a',
|
|
2045
|
+
'r5ad',
|
|
2046
|
+
'r5b',
|
|
2047
|
+
'r5d',
|
|
2048
|
+
'r5dn',
|
|
2049
|
+
'r5n',
|
|
2050
|
+
'r6a',
|
|
2051
|
+
'r6g',
|
|
2052
|
+
'r6gd',
|
|
2053
|
+
'r6i',
|
|
2054
|
+
'r6id',
|
|
2055
|
+
'r6idn',
|
|
2056
|
+
'r6in',
|
|
2057
|
+
'r7a',
|
|
2058
|
+
'r7g',
|
|
2059
|
+
'r7gd',
|
|
2060
|
+
'r7i',
|
|
2061
|
+
'r7iz',
|
|
2062
|
+
'r8g',
|
|
2063
|
+
'r8gd',
|
|
2064
|
+
't2',
|
|
2065
|
+
't2a',
|
|
2066
|
+
't2d',
|
|
2067
|
+
't3',
|
|
2068
|
+
't3a',
|
|
2069
|
+
't4g',
|
|
2070
|
+
'trn1',
|
|
2071
|
+
'trn1n',
|
|
2072
|
+
'u-3tb1',
|
|
2073
|
+
'u-6tb1',
|
|
2074
|
+
'u7i-12tb',
|
|
2075
|
+
'u7i-6tb',
|
|
2076
|
+
'u7i-8tb',
|
|
2077
|
+
'u7in-16tb',
|
|
2078
|
+
'u7in-24tb',
|
|
2079
|
+
'u7in-32tb',
|
|
2080
|
+
'vt1',
|
|
2081
|
+
'x1',
|
|
2082
|
+
'x1e',
|
|
2083
|
+
'x2gd',
|
|
2084
|
+
'x2idn',
|
|
2085
|
+
'x2iedn',
|
|
2086
|
+
'x2iezn',
|
|
2087
|
+
'x4',
|
|
2088
|
+
'x8g',
|
|
2089
|
+
'z1d',
|
|
2090
|
+
'z3'
|
|
2091
|
+
]
|
|
2092
|
+
},
|
|
2093
|
+
description: 'Allowed values for `cfke.io/instance-family`.',
|
|
2094
|
+
default: []
|
|
2095
|
+
},
|
|
2096
|
+
'topology.kubernetes.io/region': {
|
|
2097
|
+
type: 'array',
|
|
2098
|
+
items: {
|
|
2099
|
+
type: 'string',
|
|
2100
|
+
enum: [
|
|
2101
|
+
'africa-south1',
|
|
2102
|
+
'ap-northeast-1',
|
|
2103
|
+
'ap-northeast-2',
|
|
2104
|
+
'ap-northeast-3',
|
|
2105
|
+
'ap-south-1',
|
|
2106
|
+
'ap-southeast-1',
|
|
2107
|
+
'ap-southeast-2',
|
|
2108
|
+
'ash',
|
|
2109
|
+
'asia-east1',
|
|
2110
|
+
'asia-east2',
|
|
2111
|
+
'asia-northeast1',
|
|
2112
|
+
'asia-northeast2',
|
|
2113
|
+
'asia-northeast3',
|
|
2114
|
+
'asia-south1',
|
|
2115
|
+
'asia-south2',
|
|
2116
|
+
'asia-southeast1',
|
|
2117
|
+
'asia-southeast2',
|
|
2118
|
+
'australia-southeast1',
|
|
2119
|
+
'australia-southeast2',
|
|
2120
|
+
'ca-central-1',
|
|
2121
|
+
'eu-central-1',
|
|
2122
|
+
'eu-central-2',
|
|
2123
|
+
'eu-north-1',
|
|
2124
|
+
'eu-west-1',
|
|
2125
|
+
'eu-west-2',
|
|
2126
|
+
'eu-west-3',
|
|
2127
|
+
'europe-central2',
|
|
2128
|
+
'europe-north1',
|
|
2129
|
+
'europe-southwest1',
|
|
2130
|
+
'europe-west1',
|
|
2131
|
+
'europe-west10',
|
|
2132
|
+
'europe-west12',
|
|
2133
|
+
'europe-west2',
|
|
2134
|
+
'europe-west3',
|
|
2135
|
+
'europe-west4',
|
|
2136
|
+
'europe-west6',
|
|
2137
|
+
'europe-west8',
|
|
2138
|
+
'europe-west9',
|
|
2139
|
+
'fsn1',
|
|
2140
|
+
'hel1',
|
|
2141
|
+
'hil',
|
|
2142
|
+
'me-central1',
|
|
2143
|
+
'me-central2',
|
|
2144
|
+
'me-west1',
|
|
2145
|
+
'nbg1',
|
|
2146
|
+
'northamerica-northeast1',
|
|
2147
|
+
'northamerica-northeast2',
|
|
2148
|
+
'sa-east-1',
|
|
2149
|
+
'sin',
|
|
2150
|
+
'southamerica-east1',
|
|
2151
|
+
'southamerica-west1',
|
|
2152
|
+
'us-central1',
|
|
2153
|
+
'us-east-1',
|
|
2154
|
+
'us-east-2',
|
|
2155
|
+
'us-east1',
|
|
2156
|
+
'us-east4',
|
|
2157
|
+
'us-east5',
|
|
2158
|
+
'us-south1',
|
|
2159
|
+
'us-west-1',
|
|
2160
|
+
'us-west-2',
|
|
2161
|
+
'us-west1',
|
|
2162
|
+
'us-west2',
|
|
2163
|
+
'us-west3',
|
|
2164
|
+
'us-west4'
|
|
2165
|
+
]
|
|
2166
|
+
},
|
|
2167
|
+
description: 'Allowed values for `topology.kubernetes.io/region`.',
|
|
2168
|
+
default: []
|
|
2169
|
+
}
|
|
2170
|
+
},
|
|
2171
|
+
additionalProperties: false,
|
|
2172
|
+
description: 'Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together.',
|
|
2173
|
+
default: {
|
|
2174
|
+
'karpenter.sh/capacity-type': [
|
|
2175
|
+
'on-demand',
|
|
2176
|
+
'spot'
|
|
2177
|
+
],
|
|
2178
|
+
'kubernetes.io/arch': [
|
|
2179
|
+
'amd64'
|
|
2180
|
+
],
|
|
2181
|
+
'cfke.io/instance-family': [],
|
|
2182
|
+
'topology.kubernetes.io/region': []
|
|
2183
|
+
}
|
|
2184
|
+
},
|
|
2185
|
+
scalingProfile: {
|
|
2186
|
+
type: 'string',
|
|
2187
|
+
description: 'Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet. Full-overwrite: omit to reset to the default (`conservative`).',
|
|
2188
|
+
default: 'conservative',
|
|
2189
|
+
example: 'conservative',
|
|
2190
|
+
enum: [
|
|
2191
|
+
'aggressive',
|
|
2192
|
+
'conservative'
|
|
2193
|
+
]
|
|
2194
|
+
}
|
|
2195
|
+
},
|
|
2196
|
+
additionalProperties: false,
|
|
2197
|
+
description: 'Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.'
|
|
2198
|
+
};
|
|
2199
|
+
export const InviteCreateInputSchema = {
|
|
2200
|
+
type: 'object',
|
|
2201
|
+
properties: {
|
|
2202
|
+
email: {
|
|
2203
|
+
type: 'string',
|
|
2204
|
+
format: 'email',
|
|
2205
|
+
description: 'Email address of the user to invite.',
|
|
2206
|
+
example: 'email@example.com'
|
|
2207
|
+
},
|
|
2208
|
+
role: {
|
|
2209
|
+
type: 'string',
|
|
2210
|
+
description: 'Role the invited user will be assigned on redemption. Can be \'Administrator\' or \'User\'.',
|
|
2211
|
+
default: 'User',
|
|
2212
|
+
example: 'User',
|
|
2213
|
+
enum: [
|
|
2214
|
+
'Administrator',
|
|
2215
|
+
'User'
|
|
2216
|
+
]
|
|
711
2217
|
}
|
|
712
2218
|
},
|
|
2219
|
+
required: [
|
|
2220
|
+
'email'
|
|
2221
|
+
],
|
|
713
2222
|
additionalProperties: false
|
|
714
2223
|
};
|
|
715
2224
|
export const InviteSchema = {
|
|
@@ -742,9 +2251,21 @@ export const InviteSchema = {
|
|
|
742
2251
|
type: 'string',
|
|
743
2252
|
description: 'Generated unique invite code.',
|
|
744
2253
|
example: '7kUZnH7nnKUFfvc4NK2KQF'
|
|
2254
|
+
},
|
|
2255
|
+
role: {
|
|
2256
|
+
type: 'string',
|
|
2257
|
+
description: 'Role the invited user will be assigned on redemption. Can be \'Administrator\' or \'User\'.',
|
|
2258
|
+
default: 'User',
|
|
2259
|
+
example: 'User',
|
|
2260
|
+
enum: [
|
|
2261
|
+
'Administrator',
|
|
2262
|
+
'User'
|
|
2263
|
+
]
|
|
745
2264
|
}
|
|
746
2265
|
},
|
|
747
|
-
required: [
|
|
2266
|
+
required: [
|
|
2267
|
+
'date_created'
|
|
2268
|
+
],
|
|
748
2269
|
additionalProperties: false
|
|
749
2270
|
};
|
|
750
2271
|
export const InvoiceSchema = {
|
|
@@ -752,23 +2273,18 @@ export const InvoiceSchema = {
|
|
|
752
2273
|
properties: {
|
|
753
2274
|
id: {
|
|
754
2275
|
type: 'string',
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
example: '415026b6-f00f-44f8-968d-fc6ef4d0fc6d'
|
|
2276
|
+
description: 'Unique identifier of the invoice.',
|
|
2277
|
+
example: 'in_1234567890xCrwxghOTj1234'
|
|
758
2278
|
},
|
|
759
|
-
|
|
760
|
-
type: 'string'
|
|
761
|
-
format: 'uuid',
|
|
762
|
-
description: 'Unique identifier of the organization. UUID v4 string in canonical form',
|
|
763
|
-
example: '415026b6-f00f-44f8-968d-fc6ef4d0fc6d'
|
|
2279
|
+
number: {
|
|
2280
|
+
type: 'string'
|
|
764
2281
|
},
|
|
765
2282
|
status: {
|
|
766
2283
|
type: 'string',
|
|
767
2284
|
description: 'Status of the invoice',
|
|
768
|
-
example: '
|
|
769
|
-
enum: ['DRAFT', 'COMMITTED', 'VOID']
|
|
2285
|
+
example: 'paid'
|
|
770
2286
|
},
|
|
771
|
-
|
|
2287
|
+
total: {
|
|
772
2288
|
type: 'number',
|
|
773
2289
|
format: 'float',
|
|
774
2290
|
description: 'Total amount of the invoice',
|
|
@@ -777,418 +2293,203 @@ export const InvoiceSchema = {
|
|
|
777
2293
|
currency: {
|
|
778
2294
|
type: 'string',
|
|
779
2295
|
description: 'Currency of the invoice',
|
|
780
|
-
example: '
|
|
781
|
-
enum: ['AED', 'AFN', 'ALL', 'AMD', 'ANG', 'AOA', 'ARS', 'AUD', 'AWG', 'AZN', 'BAM', 'BBD', 'BDT', 'BGN', 'BHD', 'BIF', 'BMD', 'BND', 'BOB', 'BRL', 'BSD', 'BTN', 'BWP', 'BYR', 'BZD', 'CAD', 'CDF', 'CHF', 'CLP', 'CNY', 'COP', 'CRC', 'CUC', 'CUP', 'CVE', 'CZK', 'DJF', 'DKK', 'DOP', 'DZD', 'EGP', 'ERN', 'ETB', 'EUR', 'FJD', 'FKP', 'GBP', 'GEL', 'GGP', 'GHS', 'GIP', 'GMD', 'GNF', 'GTQ', 'GYD', 'HKD', 'HNL', 'HRK', 'HTG', 'HUF', 'IDR', 'ILS', 'IMP', 'INR', 'IQD', 'IRR', 'ISK', 'JEP', 'JMD', 'JOD', 'JPY', 'KES', 'KGS', 'KHR', 'KMF', 'KPW', 'KRW', 'KWD', 'KYD', 'KZT', 'LAK', 'LBP', 'LKR', 'LRD', 'LSL', 'LTL', 'LVL', 'LYD', 'MAD', 'MDL', 'MGA', 'MKD', 'MMK', 'MNT', 'MOP', 'MRO', 'MUR', 'MVR', 'MWK', 'MXN', 'MYR', 'MZN', 'NAD', 'NGN', 'NIO', 'NOK', 'NPR', 'NZD', 'OMR', 'PAB', 'PEN', 'PGK', 'PHP', 'PKR', 'PLN', 'PYG', 'QAR', 'RON', 'RSD', 'RUB', 'RWF', 'SAR', 'SBD', 'SCR', 'SDG', 'SEK', 'SGD', 'SHP', 'SLL', 'SOS', 'SPL', 'SRD', 'STD', 'SVC', 'SYP', 'SZL', 'THB', 'TJS', 'TMT', 'TND', 'TOP', 'TRY', 'TTD', 'TVD', 'TWD', 'TZS', 'UAH', 'UGX', 'USD', 'UYU', 'UZS', 'VEF', 'VND', 'VUV', 'WST', 'XAF', 'XCD', 'XDR', 'XOF', 'XPF', 'YER', 'ZAR', 'ZMW', 'ZWD', 'BTC']
|
|
782
|
-
},
|
|
783
|
-
creditAdj: {
|
|
784
|
-
type: 'number',
|
|
785
|
-
format: 'float',
|
|
786
|
-
description: 'Total amount of credit adjustments',
|
|
787
|
-
example: 0
|
|
788
|
-
},
|
|
789
|
-
refundAdj: {
|
|
790
|
-
type: 'number',
|
|
791
|
-
format: 'float',
|
|
792
|
-
description: 'Total amount of refund adjustments',
|
|
793
|
-
example: 0
|
|
2296
|
+
example: 'usd'
|
|
794
2297
|
},
|
|
795
|
-
|
|
2298
|
+
created: {
|
|
796
2299
|
type: 'string',
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
targetDate: {
|
|
801
|
-
type: 'string',
|
|
802
|
-
description: 'Target date of the invoice',
|
|
803
|
-
example: '2019-01-01T00:00:00.000Z'
|
|
2300
|
+
format: 'date-time',
|
|
2301
|
+
description: 'Timestamp when the invoice was issued. ISO 8601 date string in the UTC timezone.',
|
|
2302
|
+
example: '2023-12-20T13:53:32.000Z'
|
|
804
2303
|
},
|
|
805
|
-
|
|
2304
|
+
period_start: {
|
|
806
2305
|
type: 'string',
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
balance: {
|
|
811
|
-
type: 'number',
|
|
812
|
-
format: 'float',
|
|
813
|
-
description: 'Balance of the invoice',
|
|
814
|
-
example: 100
|
|
2306
|
+
format: 'date-time',
|
|
2307
|
+
description: 'Billing period start timestamp. ISO 8601 date string in the UTC timezone.',
|
|
2308
|
+
example: '2023-12-20T13:53:32.000Z'
|
|
815
2309
|
},
|
|
816
|
-
|
|
2310
|
+
period_end: {
|
|
817
2311
|
type: 'string',
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
credits: {
|
|
822
|
-
type: 'array',
|
|
823
|
-
items: {
|
|
824
|
-
type: 'object',
|
|
825
|
-
properties: {
|
|
826
|
-
id: {
|
|
827
|
-
type: 'string',
|
|
828
|
-
format: 'uuid',
|
|
829
|
-
description: 'Unique identifier of the invoice item. UUID v4 string in canonical form',
|
|
830
|
-
example: '415026b6-f00f-44f8-968d-fc6ef4d0fc6d'
|
|
831
|
-
},
|
|
832
|
-
linkedInvoiceItemId: {
|
|
833
|
-
type: 'string',
|
|
834
|
-
format: 'uuid',
|
|
835
|
-
description: 'Unique identifier of the linked invoice item. UUID v4 string in canonical form',
|
|
836
|
-
example: '415026b6-f00f-44f8-968d-fc6ef4d0fc6d'
|
|
837
|
-
},
|
|
838
|
-
productName: {
|
|
839
|
-
type: 'string',
|
|
840
|
-
description: 'Name of the product',
|
|
841
|
-
example: 'Research team'
|
|
842
|
-
},
|
|
843
|
-
planName: {
|
|
844
|
-
type: 'string',
|
|
845
|
-
description: 'Name of the plan',
|
|
846
|
-
example: 'Plan A'
|
|
847
|
-
},
|
|
848
|
-
phaseName: {
|
|
849
|
-
type: 'string',
|
|
850
|
-
description: 'Name of the phase',
|
|
851
|
-
example: 'Phase A'
|
|
852
|
-
},
|
|
853
|
-
usageName: {
|
|
854
|
-
type: 'string',
|
|
855
|
-
description: 'Name of the usage',
|
|
856
|
-
example: 'Usage A'
|
|
857
|
-
},
|
|
858
|
-
prettyProductName: {
|
|
859
|
-
type: 'string',
|
|
860
|
-
description: 'Pretty name of the product',
|
|
861
|
-
example: 'Research team'
|
|
862
|
-
},
|
|
863
|
-
prettyPlanName: {
|
|
864
|
-
type: 'string',
|
|
865
|
-
description: 'Pretty name of the plan',
|
|
866
|
-
example: 'Plan A'
|
|
867
|
-
},
|
|
868
|
-
prettyPhaseName: {
|
|
869
|
-
type: 'string',
|
|
870
|
-
description: 'Pretty name of the phase',
|
|
871
|
-
example: 'Phase A'
|
|
872
|
-
},
|
|
873
|
-
prettyUsageName: {
|
|
874
|
-
type: 'string',
|
|
875
|
-
description: 'Pretty name of the usage',
|
|
876
|
-
example: 'Usage A'
|
|
877
|
-
},
|
|
878
|
-
itemType: {
|
|
879
|
-
type: 'string',
|
|
880
|
-
description: 'Type of the invoice item',
|
|
881
|
-
example: 'EXTERNAL_CHARGE',
|
|
882
|
-
enum: ['EXTERNAL_CHARGE', 'FIXED', 'RECURRING', 'REPAIR_ADJ', 'CBA_ADJ', 'CREDIT_ADJ', 'ITEM_ADJ', 'USAGE', 'TAX', 'PARENT_SUMMARY']
|
|
883
|
-
},
|
|
884
|
-
description: {
|
|
885
|
-
type: 'string',
|
|
886
|
-
description: 'Description of the invoice item',
|
|
887
|
-
example: 'Description of the invoice item'
|
|
888
|
-
},
|
|
889
|
-
startDate: {
|
|
890
|
-
type: 'string',
|
|
891
|
-
description: 'Start date of the invoice item',
|
|
892
|
-
example: '2019-01-01T00:00:00.000Z'
|
|
893
|
-
},
|
|
894
|
-
endDate: {
|
|
895
|
-
type: 'string',
|
|
896
|
-
description: 'End date of the invoice item',
|
|
897
|
-
example: '2019-01-01T00:00:00.000Z'
|
|
898
|
-
},
|
|
899
|
-
amount: {
|
|
900
|
-
type: 'number',
|
|
901
|
-
format: 'float',
|
|
902
|
-
description: 'Amount of the invoice item',
|
|
903
|
-
example: 100
|
|
904
|
-
},
|
|
905
|
-
rate: {
|
|
906
|
-
type: 'number',
|
|
907
|
-
format: 'float',
|
|
908
|
-
description: 'Rate of the invoice item',
|
|
909
|
-
example: 100
|
|
910
|
-
},
|
|
911
|
-
currency: {
|
|
912
|
-
type: 'string',
|
|
913
|
-
description: 'Currency of the invoice item',
|
|
914
|
-
example: 'USD',
|
|
915
|
-
enum: ['AED', 'AFN', 'ALL', 'AMD', 'ANG', 'AOA', 'ARS', 'AUD', 'AWG', 'AZN', 'BAM', 'BBD', 'BDT', 'BGN', 'BHD', 'BIF', 'BMD', 'BND', 'BOB', 'BRL', 'BSD', 'BTN', 'BWP', 'BYR', 'BZD', 'CAD', 'CDF', 'CHF', 'CLP', 'CNY', 'COP', 'CRC', 'CUC', 'CUP', 'CVE', 'CZK', 'DJF', 'DKK', 'DOP', 'DZD', 'EGP', 'ERN', 'ETB', 'EUR', 'FJD', 'FKP', 'GBP', 'GEL', 'GGP', 'GHS', 'GIP', 'GMD', 'GNF', 'GTQ', 'GYD', 'HKD', 'HNL', 'HRK', 'HTG', 'HUF', 'IDR', 'ILS', 'IMP', 'INR', 'IQD', 'IRR', 'ISK', 'JEP', 'JMD', 'JOD', 'JPY', 'KES', 'KGS', 'KHR', 'KMF', 'KPW', 'KRW', 'KWD', 'KYD', 'KZT', 'LAK', 'LBP', 'LKR', 'LRD', 'LSL', 'LTL', 'LVL', 'LYD', 'MAD', 'MDL', 'MGA', 'MKD', 'MMK', 'MNT', 'MOP', 'MRO', 'MUR', 'MVR', 'MWK', 'MXN', 'MYR', 'MZN', 'NAD', 'NGN', 'NIO', 'NOK', 'NPR', 'NZD', 'OMR', 'PAB', 'PEN', 'PGK', 'PHP', 'PKR', 'PLN', 'PYG', 'QAR', 'RON', 'RSD', 'RUB', 'RWF', 'SAR', 'SBD', 'SCR', 'SDG', 'SEK', 'SGD', 'SHP', 'SLL', 'SOS', 'SPL', 'SRD', 'STD', 'SVC', 'SYP', 'SZL', 'THB', 'TJS', 'TMT', 'TND', 'TOP', 'TRY', 'TTD', 'TVD', 'TWD', 'TZS', 'UAH', 'UGX', 'USD', 'UYU', 'UZS', 'VEF', 'VND', 'VUV', 'WST', 'XAF', 'XCD', 'XDR', 'XOF', 'XPF', 'YER', 'ZAR', 'ZMW', 'ZWD', 'BTC']
|
|
916
|
-
},
|
|
917
|
-
quantity: {
|
|
918
|
-
type: 'number',
|
|
919
|
-
format: 'float',
|
|
920
|
-
description: 'Quantity of the invoice item',
|
|
921
|
-
example: 1
|
|
922
|
-
},
|
|
923
|
-
itemDetails: {
|
|
924
|
-
type: 'string',
|
|
925
|
-
description: 'Details of the invoice item',
|
|
926
|
-
example: 'Details of the invoice item'
|
|
927
|
-
},
|
|
928
|
-
catalogEffectiveDate: {
|
|
929
|
-
type: 'string',
|
|
930
|
-
description: 'Effective date of the catalog',
|
|
931
|
-
example: '2019-01-01T00:00:00.000Z'
|
|
932
|
-
},
|
|
933
|
-
childItems: {
|
|
934
|
-
type: 'array',
|
|
935
|
-
items: {
|
|
936
|
-
oneOf: [
|
|
937
|
-
{
|
|
938
|
-
type: 'array'
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
type: 'boolean'
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
type: 'number'
|
|
945
|
-
},
|
|
946
|
-
{
|
|
947
|
-
type: 'object',
|
|
948
|
-
additionalProperties: true
|
|
949
|
-
},
|
|
950
|
-
{
|
|
951
|
-
type: 'string'
|
|
952
|
-
}
|
|
953
|
-
]
|
|
954
|
-
},
|
|
955
|
-
description: 'Child items of the invoice item'
|
|
956
|
-
}
|
|
957
|
-
},
|
|
958
|
-
additionalProperties: false
|
|
959
|
-
},
|
|
960
|
-
description: 'Credits of the invoice'
|
|
2312
|
+
format: 'date-time',
|
|
2313
|
+
description: 'Billing period end timestamp. ISO 8601 date string in the UTC timezone.',
|
|
2314
|
+
example: '2023-12-20T13:53:32.000Z'
|
|
961
2315
|
},
|
|
962
|
-
|
|
963
|
-
type: '
|
|
964
|
-
items: {
|
|
965
|
-
type: 'object',
|
|
966
|
-
properties: {
|
|
967
|
-
id: {
|
|
968
|
-
type: 'string',
|
|
969
|
-
format: 'uuid',
|
|
970
|
-
description: 'Unique identifier of the invoice item. UUID v4 string in canonical form',
|
|
971
|
-
example: '415026b6-f00f-44f8-968d-fc6ef4d0fc6d'
|
|
972
|
-
},
|
|
973
|
-
linkedInvoiceItemId: {
|
|
974
|
-
type: 'string',
|
|
975
|
-
format: 'uuid',
|
|
976
|
-
description: 'Unique identifier of the linked invoice item. UUID v4 string in canonical form',
|
|
977
|
-
example: '415026b6-f00f-44f8-968d-fc6ef4d0fc6d'
|
|
978
|
-
},
|
|
979
|
-
productName: {
|
|
980
|
-
type: 'string',
|
|
981
|
-
description: 'Name of the product',
|
|
982
|
-
example: 'Research team'
|
|
983
|
-
},
|
|
984
|
-
planName: {
|
|
985
|
-
type: 'string',
|
|
986
|
-
description: 'Name of the plan',
|
|
987
|
-
example: 'Plan A'
|
|
988
|
-
},
|
|
989
|
-
phaseName: {
|
|
990
|
-
type: 'string',
|
|
991
|
-
description: 'Name of the phase',
|
|
992
|
-
example: 'Phase A'
|
|
993
|
-
},
|
|
994
|
-
usageName: {
|
|
995
|
-
type: 'string',
|
|
996
|
-
description: 'Name of the usage',
|
|
997
|
-
example: 'Usage A'
|
|
998
|
-
},
|
|
999
|
-
prettyProductName: {
|
|
1000
|
-
type: 'string',
|
|
1001
|
-
description: 'Pretty name of the product',
|
|
1002
|
-
example: 'Research team'
|
|
1003
|
-
},
|
|
1004
|
-
prettyPlanName: {
|
|
1005
|
-
type: 'string',
|
|
1006
|
-
description: 'Pretty name of the plan',
|
|
1007
|
-
example: 'Plan A'
|
|
1008
|
-
},
|
|
1009
|
-
prettyPhaseName: {
|
|
1010
|
-
type: 'string',
|
|
1011
|
-
description: 'Pretty name of the phase',
|
|
1012
|
-
example: 'Phase A'
|
|
1013
|
-
},
|
|
1014
|
-
prettyUsageName: {
|
|
1015
|
-
type: 'string',
|
|
1016
|
-
description: 'Pretty name of the usage',
|
|
1017
|
-
example: 'Usage A'
|
|
1018
|
-
},
|
|
1019
|
-
itemType: {
|
|
1020
|
-
type: 'string',
|
|
1021
|
-
description: 'Type of the invoice item',
|
|
1022
|
-
example: 'EXTERNAL_CHARGE',
|
|
1023
|
-
enum: ['EXTERNAL_CHARGE', 'FIXED', 'RECURRING', 'REPAIR_ADJ', 'CBA_ADJ', 'CREDIT_ADJ', 'ITEM_ADJ', 'USAGE', 'TAX', 'PARENT_SUMMARY']
|
|
1024
|
-
},
|
|
1025
|
-
description: {
|
|
1026
|
-
type: 'string',
|
|
1027
|
-
description: 'Description of the invoice item',
|
|
1028
|
-
example: 'Description of the invoice item'
|
|
1029
|
-
},
|
|
1030
|
-
startDate: {
|
|
1031
|
-
type: 'string',
|
|
1032
|
-
description: 'Start date of the invoice item',
|
|
1033
|
-
example: '2019-01-01T00:00:00.000Z'
|
|
1034
|
-
},
|
|
1035
|
-
endDate: {
|
|
1036
|
-
type: 'string',
|
|
1037
|
-
description: 'End date of the invoice item',
|
|
1038
|
-
example: '2019-01-01T00:00:00.000Z'
|
|
1039
|
-
},
|
|
1040
|
-
amount: {
|
|
1041
|
-
type: 'number',
|
|
1042
|
-
format: 'float',
|
|
1043
|
-
description: 'Amount of the invoice item',
|
|
1044
|
-
example: 100
|
|
1045
|
-
},
|
|
1046
|
-
rate: {
|
|
1047
|
-
type: 'number',
|
|
1048
|
-
format: 'float',
|
|
1049
|
-
description: 'Rate of the invoice item',
|
|
1050
|
-
example: 100
|
|
1051
|
-
},
|
|
1052
|
-
currency: {
|
|
1053
|
-
type: 'string',
|
|
1054
|
-
description: 'Currency of the invoice item',
|
|
1055
|
-
example: 'USD',
|
|
1056
|
-
enum: ['AED', 'AFN', 'ALL', 'AMD', 'ANG', 'AOA', 'ARS', 'AUD', 'AWG', 'AZN', 'BAM', 'BBD', 'BDT', 'BGN', 'BHD', 'BIF', 'BMD', 'BND', 'BOB', 'BRL', 'BSD', 'BTN', 'BWP', 'BYR', 'BZD', 'CAD', 'CDF', 'CHF', 'CLP', 'CNY', 'COP', 'CRC', 'CUC', 'CUP', 'CVE', 'CZK', 'DJF', 'DKK', 'DOP', 'DZD', 'EGP', 'ERN', 'ETB', 'EUR', 'FJD', 'FKP', 'GBP', 'GEL', 'GGP', 'GHS', 'GIP', 'GMD', 'GNF', 'GTQ', 'GYD', 'HKD', 'HNL', 'HRK', 'HTG', 'HUF', 'IDR', 'ILS', 'IMP', 'INR', 'IQD', 'IRR', 'ISK', 'JEP', 'JMD', 'JOD', 'JPY', 'KES', 'KGS', 'KHR', 'KMF', 'KPW', 'KRW', 'KWD', 'KYD', 'KZT', 'LAK', 'LBP', 'LKR', 'LRD', 'LSL', 'LTL', 'LVL', 'LYD', 'MAD', 'MDL', 'MGA', 'MKD', 'MMK', 'MNT', 'MOP', 'MRO', 'MUR', 'MVR', 'MWK', 'MXN', 'MYR', 'MZN', 'NAD', 'NGN', 'NIO', 'NOK', 'NPR', 'NZD', 'OMR', 'PAB', 'PEN', 'PGK', 'PHP', 'PKR', 'PLN', 'PYG', 'QAR', 'RON', 'RSD', 'RUB', 'RWF', 'SAR', 'SBD', 'SCR', 'SDG', 'SEK', 'SGD', 'SHP', 'SLL', 'SOS', 'SPL', 'SRD', 'STD', 'SVC', 'SYP', 'SZL', 'THB', 'TJS', 'TMT', 'TND', 'TOP', 'TRY', 'TTD', 'TVD', 'TWD', 'TZS', 'UAH', 'UGX', 'USD', 'UYU', 'UZS', 'VEF', 'VND', 'VUV', 'WST', 'XAF', 'XCD', 'XDR', 'XOF', 'XPF', 'YER', 'ZAR', 'ZMW', 'ZWD', 'BTC']
|
|
1057
|
-
},
|
|
1058
|
-
quantity: {
|
|
1059
|
-
type: 'number',
|
|
1060
|
-
format: 'float',
|
|
1061
|
-
description: 'Quantity of the invoice item',
|
|
1062
|
-
example: 1
|
|
1063
|
-
},
|
|
1064
|
-
itemDetails: {
|
|
1065
|
-
type: 'string',
|
|
1066
|
-
description: 'Details of the invoice item',
|
|
1067
|
-
example: 'Details of the invoice item'
|
|
1068
|
-
},
|
|
1069
|
-
catalogEffectiveDate: {
|
|
1070
|
-
type: 'string',
|
|
1071
|
-
description: 'Effective date of the catalog',
|
|
1072
|
-
example: '2019-01-01T00:00:00.000Z'
|
|
1073
|
-
},
|
|
1074
|
-
childItems: {
|
|
1075
|
-
type: 'array',
|
|
1076
|
-
items: {
|
|
1077
|
-
oneOf: [
|
|
1078
|
-
{
|
|
1079
|
-
type: 'array'
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
type: 'boolean'
|
|
1083
|
-
},
|
|
1084
|
-
{
|
|
1085
|
-
type: 'number'
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
type: 'object',
|
|
1089
|
-
additionalProperties: true
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
type: 'string'
|
|
1093
|
-
}
|
|
1094
|
-
]
|
|
1095
|
-
},
|
|
1096
|
-
description: 'Child items of the invoice item'
|
|
1097
|
-
}
|
|
1098
|
-
},
|
|
1099
|
-
additionalProperties: false
|
|
1100
|
-
},
|
|
1101
|
-
description: 'Items of the invoice'
|
|
2316
|
+
invoice_pdf: {
|
|
2317
|
+
type: 'string'
|
|
1102
2318
|
}
|
|
1103
2319
|
},
|
|
2320
|
+
required: [
|
|
2321
|
+
'created',
|
|
2322
|
+
'period_start',
|
|
2323
|
+
'period_end'
|
|
2324
|
+
],
|
|
1104
2325
|
additionalProperties: false
|
|
1105
2326
|
};
|
|
1106
|
-
export const
|
|
2327
|
+
export const MarketplaceListingFilesSchema = {
|
|
1107
2328
|
type: 'object',
|
|
1108
2329
|
properties: {
|
|
1109
|
-
|
|
1110
|
-
type: 'string',
|
|
1111
|
-
maxLength: 63,
|
|
1112
|
-
minLength: 1,
|
|
1113
|
-
pattern: '^[a-z0-9]([-a-z0-9]*[a-z0-9])?$',
|
|
1114
|
-
description: 'Id of the chart listing',
|
|
1115
|
-
example: 'portworx-enterprise-disaster-recovery-baremetal'
|
|
1116
|
-
},
|
|
1117
|
-
name: {
|
|
1118
|
-
type: 'string',
|
|
1119
|
-
description: 'Name of the chart listing',
|
|
1120
|
-
example: 'Portworx Enterprise + Disaster Recovery - Baremetal'
|
|
1121
|
-
},
|
|
1122
|
-
developer: {
|
|
2330
|
+
chartYaml: {
|
|
1123
2331
|
type: 'string',
|
|
1124
|
-
description: '
|
|
1125
|
-
example: '
|
|
2332
|
+
description: 'Raw Chart.yaml content from the Helm chart',
|
|
2333
|
+
example: 'apiVersion: v2\nname: nginx-ingress\nversion: 1.18.2-cfke.45\nappVersion: 1.9.4'
|
|
1126
2334
|
},
|
|
1127
|
-
|
|
2335
|
+
valuesYaml: {
|
|
1128
2336
|
type: 'string',
|
|
1129
|
-
description: '
|
|
1130
|
-
example: '
|
|
2337
|
+
description: 'Raw values.yaml content from the Helm chart',
|
|
2338
|
+
example: 'replicaCount: 1\nimage:\n repository: nginx\n tag: latest'
|
|
1131
2339
|
},
|
|
1132
|
-
|
|
2340
|
+
valuesSchemaJson: {
|
|
1133
2341
|
type: 'string',
|
|
1134
|
-
description: '
|
|
1135
|
-
example: '
|
|
1136
|
-
}
|
|
1137
|
-
|
|
2342
|
+
description: 'JSON schema for values.yaml as a string',
|
|
2343
|
+
example: '{"type":"object","properties":{"replicaCount":{"type":"number"}}}'
|
|
2344
|
+
}
|
|
2345
|
+
},
|
|
2346
|
+
additionalProperties: false
|
|
2347
|
+
};
|
|
2348
|
+
export const MarketplaceListingSchema = {
|
|
2349
|
+
type: 'object',
|
|
2350
|
+
properties: {
|
|
2351
|
+
name: {
|
|
1138
2352
|
type: 'string',
|
|
1139
|
-
description: '
|
|
1140
|
-
example: '
|
|
2353
|
+
description: 'Name of the chart',
|
|
2354
|
+
example: 'nginx-ingress'
|
|
1141
2355
|
},
|
|
1142
|
-
|
|
2356
|
+
versions: {
|
|
1143
2357
|
type: 'array',
|
|
1144
2358
|
items: {
|
|
1145
2359
|
type: 'string',
|
|
1146
|
-
|
|
2360
|
+
pattern: '^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$',
|
|
2361
|
+
description: 'Specific version of the chart',
|
|
2362
|
+
example: '1.18.2-cfke.45'
|
|
1147
2363
|
},
|
|
1148
|
-
description: '
|
|
2364
|
+
description: 'Available versions of the chart'
|
|
1149
2365
|
},
|
|
1150
2366
|
version_channels: {
|
|
1151
2367
|
type: 'array',
|
|
1152
2368
|
items: {
|
|
1153
2369
|
type: 'string',
|
|
1154
2370
|
pattern: '^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$',
|
|
1155
|
-
description: 'Version
|
|
1156
|
-
example: '
|
|
1157
|
-
}
|
|
2371
|
+
description: 'Version channel pattern',
|
|
2372
|
+
example: '1.18.x-cfke.x'
|
|
2373
|
+
},
|
|
2374
|
+
description: 'Version channels for the chart'
|
|
1158
2375
|
},
|
|
1159
|
-
|
|
1160
|
-
type: '
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
2376
|
+
latestVersion: {
|
|
2377
|
+
type: 'string',
|
|
2378
|
+
description: 'Latest version of the chart',
|
|
2379
|
+
example: '1.18.2-cfke.45'
|
|
2380
|
+
},
|
|
2381
|
+
metadata: {
|
|
2382
|
+
type: 'object',
|
|
2383
|
+
properties: {
|
|
2384
|
+
name: {
|
|
2385
|
+
type: 'string',
|
|
2386
|
+
description: 'Chart name from metadata',
|
|
2387
|
+
example: 'nginx-ingress'
|
|
2388
|
+
},
|
|
2389
|
+
version: {
|
|
2390
|
+
type: 'string',
|
|
2391
|
+
description: 'Chart version from metadata',
|
|
2392
|
+
example: '1.18.2-cfke.45'
|
|
2393
|
+
},
|
|
2394
|
+
description: {
|
|
2395
|
+
type: 'string',
|
|
2396
|
+
description: 'Chart description',
|
|
2397
|
+
example: 'NGINX Ingress Controller for Kubernetes'
|
|
2398
|
+
},
|
|
2399
|
+
appVersion: {
|
|
2400
|
+
type: 'string',
|
|
2401
|
+
description: 'Application version',
|
|
2402
|
+
example: '1.9.4'
|
|
2403
|
+
},
|
|
2404
|
+
apiVersion: {
|
|
2405
|
+
type: 'string',
|
|
2406
|
+
description: 'Helm API version',
|
|
2407
|
+
example: 'v2'
|
|
2408
|
+
},
|
|
2409
|
+
keywords: {
|
|
2410
|
+
type: 'array',
|
|
2411
|
+
items: {
|
|
2412
|
+
type: 'string'
|
|
1173
2413
|
},
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
2414
|
+
description: 'Chart keywords',
|
|
2415
|
+
example: [
|
|
2416
|
+
'ingress',
|
|
2417
|
+
'nginx',
|
|
2418
|
+
'load-balancer'
|
|
2419
|
+
]
|
|
1180
2420
|
},
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
2421
|
+
home: {
|
|
2422
|
+
type: 'string',
|
|
2423
|
+
description: 'Chart home URL',
|
|
2424
|
+
example: 'https://kubernetes.github.io/ingress-nginx/'
|
|
2425
|
+
},
|
|
2426
|
+
icon: {
|
|
2427
|
+
type: 'string',
|
|
2428
|
+
description: 'A URL to an SVG or PNG image to be used as an icon',
|
|
2429
|
+
example: 'https://cloudfleet.ai/images/marketplace/icons/ingress-nginx.png'
|
|
2430
|
+
},
|
|
2431
|
+
sources: {
|
|
2432
|
+
type: 'array',
|
|
2433
|
+
items: {
|
|
2434
|
+
type: 'string'
|
|
2435
|
+
},
|
|
2436
|
+
description: 'Chart source URLs',
|
|
2437
|
+
example: [
|
|
2438
|
+
'https://github.com/kubernetes/ingress-nginx'
|
|
2439
|
+
]
|
|
2440
|
+
},
|
|
2441
|
+
maintainers: {
|
|
2442
|
+
type: 'array',
|
|
2443
|
+
items: {
|
|
2444
|
+
type: 'object',
|
|
2445
|
+
properties: {
|
|
2446
|
+
name: {
|
|
2447
|
+
type: 'string',
|
|
2448
|
+
description: 'Maintainer name',
|
|
2449
|
+
example: 'NGINX Team'
|
|
2450
|
+
},
|
|
2451
|
+
email: {
|
|
2452
|
+
type: 'string',
|
|
2453
|
+
description: 'Maintainer email',
|
|
2454
|
+
example: 'support@nginx.org'
|
|
2455
|
+
}
|
|
2456
|
+
},
|
|
2457
|
+
required: [
|
|
2458
|
+
'name'
|
|
2459
|
+
],
|
|
2460
|
+
additionalProperties: false
|
|
2461
|
+
},
|
|
2462
|
+
description: 'Chart maintainers'
|
|
2463
|
+
}
|
|
2464
|
+
},
|
|
2465
|
+
required: [
|
|
2466
|
+
'name',
|
|
2467
|
+
'version'
|
|
2468
|
+
],
|
|
2469
|
+
additionalProperties: false,
|
|
2470
|
+
description: 'Chart metadata'
|
|
1184
2471
|
}
|
|
1185
2472
|
},
|
|
1186
|
-
required: [
|
|
2473
|
+
required: [
|
|
2474
|
+
'name',
|
|
2475
|
+
'versions',
|
|
2476
|
+
'version_channels',
|
|
2477
|
+
'latestVersion'
|
|
2478
|
+
],
|
|
1187
2479
|
additionalProperties: false
|
|
1188
2480
|
};
|
|
1189
2481
|
export const OrganizationCreateInputSchema = {
|
|
1190
2482
|
type: 'object',
|
|
1191
2483
|
properties: {
|
|
2484
|
+
type: {
|
|
2485
|
+
type: 'string',
|
|
2486
|
+
description: 'Type of the organization. `business` for legal entities, `personal` for individuals.',
|
|
2487
|
+
example: 'business',
|
|
2488
|
+
enum: [
|
|
2489
|
+
'business',
|
|
2490
|
+
'personal'
|
|
2491
|
+
]
|
|
2492
|
+
},
|
|
1192
2493
|
email: {
|
|
1193
2494
|
type: 'string',
|
|
1194
2495
|
format: 'email',
|
|
@@ -1197,11 +2498,13 @@ export const OrganizationCreateInputSchema = {
|
|
|
1197
2498
|
},
|
|
1198
2499
|
first_name: {
|
|
1199
2500
|
type: 'string',
|
|
2501
|
+
minLength: 1,
|
|
1200
2502
|
description: 'First name of the billing contact person.',
|
|
1201
2503
|
example: 'John'
|
|
1202
2504
|
},
|
|
1203
2505
|
last_name: {
|
|
1204
2506
|
type: 'string',
|
|
2507
|
+
minLength: 1,
|
|
1205
2508
|
description: 'Last name of the billing contact person.',
|
|
1206
2509
|
example: 'Doe'
|
|
1207
2510
|
},
|
|
@@ -1219,7 +2522,28 @@ export const OrganizationCreateInputSchema = {
|
|
|
1219
2522
|
description: 'Password for the root account. Must be at least 8 characters long and contain at least one uppercase letter, one lowercase letter, one number and one special character.'
|
|
1220
2523
|
}
|
|
1221
2524
|
},
|
|
1222
|
-
required: [
|
|
2525
|
+
required: [
|
|
2526
|
+
'type',
|
|
2527
|
+
'email',
|
|
2528
|
+
'first_name',
|
|
2529
|
+
'last_name',
|
|
2530
|
+
'company_name',
|
|
2531
|
+
'password'
|
|
2532
|
+
],
|
|
2533
|
+
additionalProperties: false
|
|
2534
|
+
};
|
|
2535
|
+
export const OrganizationCreateOutputSchema = {
|
|
2536
|
+
type: 'object',
|
|
2537
|
+
properties: {
|
|
2538
|
+
id: {
|
|
2539
|
+
type: 'string',
|
|
2540
|
+
description: 'Unique identifier of the newly created organization. Generated by the API and safe to use for client-side tracking immediately.',
|
|
2541
|
+
example: 'organization-id'
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2544
|
+
required: [
|
|
2545
|
+
'id'
|
|
2546
|
+
],
|
|
1223
2547
|
additionalProperties: false
|
|
1224
2548
|
};
|
|
1225
2549
|
export const OrganizationSchema = {
|
|
@@ -1238,6 +2562,15 @@ export const OrganizationSchema = {
|
|
|
1238
2562
|
description: 'Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.',
|
|
1239
2563
|
example: 'ACME Corp.'
|
|
1240
2564
|
},
|
|
2565
|
+
type: {
|
|
2566
|
+
type: 'string',
|
|
2567
|
+
description: 'Type of the organization. `business` for legal entities, `personal` for individuals.',
|
|
2568
|
+
example: 'business',
|
|
2569
|
+
enum: [
|
|
2570
|
+
'business',
|
|
2571
|
+
'personal'
|
|
2572
|
+
]
|
|
2573
|
+
},
|
|
1241
2574
|
date_created: {
|
|
1242
2575
|
type: 'string',
|
|
1243
2576
|
format: 'date-time',
|
|
@@ -1269,6 +2602,17 @@ export const OrganizationSchema = {
|
|
|
1269
2602
|
description: 'Available number of Pro clusters that can be created.',
|
|
1270
2603
|
example: 999
|
|
1271
2604
|
},
|
|
2605
|
+
enterprise_clusters_max: {
|
|
2606
|
+
type: 'integer',
|
|
2607
|
+
minimum: 0,
|
|
2608
|
+
description: 'Maximum number of Enterprise clusters that can be created.',
|
|
2609
|
+
example: 999
|
|
2610
|
+
},
|
|
2611
|
+
enterprise_clusters_available: {
|
|
2612
|
+
type: 'integer',
|
|
2613
|
+
description: 'Available number of Enterprise clusters that can be created.',
|
|
2614
|
+
example: 999
|
|
2615
|
+
},
|
|
1272
2616
|
fleets_max: {
|
|
1273
2617
|
type: 'integer',
|
|
1274
2618
|
minimum: 0,
|
|
@@ -1279,107 +2623,873 @@ export const OrganizationSchema = {
|
|
|
1279
2623
|
type: 'array',
|
|
1280
2624
|
items: {
|
|
1281
2625
|
type: 'string',
|
|
1282
|
-
example: 'basic'
|
|
2626
|
+
example: 'basic'
|
|
2627
|
+
},
|
|
2628
|
+
minItems: 0,
|
|
2629
|
+
description: 'List of Cloudfleet cluster tiers available for the organization.'
|
|
2630
|
+
},
|
|
2631
|
+
regions: {
|
|
2632
|
+
type: 'array',
|
|
2633
|
+
items: {
|
|
2634
|
+
type: 'string',
|
|
2635
|
+
example: 'northamerica-central-1a'
|
|
2636
|
+
},
|
|
2637
|
+
minItems: 1,
|
|
2638
|
+
description: 'List of Cloudfleet control plane regions available for the organization.'
|
|
2639
|
+
},
|
|
2640
|
+
versions: {
|
|
2641
|
+
type: 'array',
|
|
2642
|
+
items: {
|
|
2643
|
+
type: 'object',
|
|
2644
|
+
properties: {
|
|
2645
|
+
id: {
|
|
2646
|
+
type: 'string',
|
|
2647
|
+
description: 'Id of the control plane version. Used in API calls.',
|
|
2648
|
+
example: '1.33.x-cfke.x'
|
|
2649
|
+
},
|
|
2650
|
+
label: {
|
|
2651
|
+
type: 'string',
|
|
2652
|
+
description: 'Label of the control plane version. Used in frontent UI.',
|
|
2653
|
+
example: '1.33.x (Always latest 1.33 patch version)'
|
|
2654
|
+
}
|
|
2655
|
+
},
|
|
2656
|
+
required: [
|
|
2657
|
+
'id',
|
|
2658
|
+
'label'
|
|
2659
|
+
],
|
|
2660
|
+
additionalProperties: false
|
|
2661
|
+
},
|
|
2662
|
+
minItems: 1,
|
|
2663
|
+
description: 'List of CFKE control plane versions available for the organization.'
|
|
2664
|
+
},
|
|
2665
|
+
cfcr_storage_gb: {
|
|
2666
|
+
type: 'integer',
|
|
2667
|
+
minimum: -1,
|
|
2668
|
+
description: 'Organization-level maximum CFCR storage volume in GB. -1 means no limit.',
|
|
2669
|
+
example: 500
|
|
2670
|
+
}
|
|
2671
|
+
},
|
|
2672
|
+
required: [
|
|
2673
|
+
'basic_clusters_max',
|
|
2674
|
+
'basic_clusters_available',
|
|
2675
|
+
'pro_clusters_max',
|
|
2676
|
+
'pro_clusters_available',
|
|
2677
|
+
'enterprise_clusters_max',
|
|
2678
|
+
'enterprise_clusters_available',
|
|
2679
|
+
'fleets_max',
|
|
2680
|
+
'cluster_tiers',
|
|
2681
|
+
'regions',
|
|
2682
|
+
'versions',
|
|
2683
|
+
'cfcr_storage_gb'
|
|
2684
|
+
],
|
|
2685
|
+
additionalProperties: false,
|
|
2686
|
+
description: 'For security reasons, platform quota is controlled by Cloudfleet and can be updated only by Cloudfleet administrators. Please open a support ticket if you need to change the platform quota.'
|
|
2687
|
+
},
|
|
2688
|
+
status: {
|
|
2689
|
+
type: 'string',
|
|
2690
|
+
description: 'Status of the organization. Can be `active` or `closed`, or `suspended`.',
|
|
2691
|
+
enum: [
|
|
2692
|
+
'active',
|
|
2693
|
+
'closed',
|
|
2694
|
+
'suspended'
|
|
2695
|
+
]
|
|
2696
|
+
},
|
|
2697
|
+
verification: {
|
|
2698
|
+
type: 'string',
|
|
2699
|
+
description: 'Verification status of the organization, which determines the assigned quota. `none` when billing information is incomplete, `submitted` when billing information is complete but the organization is not yet verified, `verified` when the organization is verified.',
|
|
2700
|
+
example: 'verified',
|
|
2701
|
+
enum: [
|
|
2702
|
+
'none',
|
|
2703
|
+
'submitted',
|
|
2704
|
+
'verified'
|
|
2705
|
+
]
|
|
2706
|
+
}
|
|
2707
|
+
},
|
|
2708
|
+
required: [
|
|
2709
|
+
'id',
|
|
2710
|
+
'type',
|
|
2711
|
+
'date_created',
|
|
2712
|
+
'quota',
|
|
2713
|
+
'status',
|
|
2714
|
+
'verification'
|
|
2715
|
+
],
|
|
2716
|
+
additionalProperties: false
|
|
2717
|
+
};
|
|
2718
|
+
export const PaymentMethodSchema = {
|
|
2719
|
+
type: 'object',
|
|
2720
|
+
properties: {
|
|
2721
|
+
id: {
|
|
2722
|
+
type: 'string',
|
|
2723
|
+
description: 'Payment method identifier. Stripe payment method id for cards/SEPA; the constant `bank_transfer` for the invoice/bank-transfer method. Used to set as default or delete the payment method.',
|
|
2724
|
+
example: 'pm_1MtwBwLkdIwHu7ix28a3tqPa'
|
|
2725
|
+
},
|
|
2726
|
+
type: {
|
|
2727
|
+
type: 'string',
|
|
2728
|
+
description: 'Payment method type. `card`, `sepa_debit` for SEPA Direct Debit (business accounts only), or `bank_transfer` for paying invoices by bank transfer.',
|
|
2729
|
+
example: 'card',
|
|
2730
|
+
enum: [
|
|
2731
|
+
'card',
|
|
2732
|
+
'sepa_debit',
|
|
2733
|
+
'bank_transfer'
|
|
2734
|
+
]
|
|
2735
|
+
},
|
|
2736
|
+
last4: {
|
|
2737
|
+
type: 'string',
|
|
2738
|
+
nullable: true,
|
|
2739
|
+
description: 'Last 4 digits of the payment card number, of the bank account (IBAN) for SEPA Direct Debit, or of the destination IBAN for bank transfer.',
|
|
2740
|
+
example: '4242'
|
|
2741
|
+
},
|
|
2742
|
+
exp_month: {
|
|
2743
|
+
type: 'integer',
|
|
2744
|
+
minimum: 1,
|
|
2745
|
+
maximum: 12,
|
|
2746
|
+
nullable: true,
|
|
2747
|
+
description: 'Two-digit number representing the card\'s expiration month. Null for SEPA Direct Debit and bank transfer.',
|
|
2748
|
+
example: 12
|
|
2749
|
+
},
|
|
2750
|
+
exp_year: {
|
|
2751
|
+
type: 'integer',
|
|
2752
|
+
nullable: true,
|
|
2753
|
+
description: 'Four-digit number representing the card\'s expiration year. May be in the past for an expired card still on file. Null for SEPA Direct Debit and bank transfer.',
|
|
2754
|
+
example: 2028
|
|
2755
|
+
},
|
|
2756
|
+
brand: {
|
|
2757
|
+
type: 'string',
|
|
2758
|
+
nullable: true,
|
|
2759
|
+
description: 'Payment card brand as reported by Stripe, e.g. `visa`, `mastercard`, `amex`, `cartes_bancaires`, or `unknown`. Null for SEPA Direct Debit and bank transfer.',
|
|
2760
|
+
example: 'visa'
|
|
2761
|
+
},
|
|
2762
|
+
iban: {
|
|
2763
|
+
type: 'string',
|
|
2764
|
+
nullable: true,
|
|
2765
|
+
description: 'Full destination IBAN to send bank transfers to. Set only for `bank_transfer`; null otherwise. This is Cloudfleet\'s virtual receiving account, shown in full so the customer can pay into it.',
|
|
2766
|
+
example: 'DE11243015658023127510'
|
|
2767
|
+
},
|
|
2768
|
+
bic: {
|
|
2769
|
+
type: 'string',
|
|
2770
|
+
nullable: true,
|
|
2771
|
+
description: 'BIC/SWIFT of the destination bank for bank transfers. Set only for `bank_transfer`; null otherwise.',
|
|
2772
|
+
example: 'SOGEDEFFXXX'
|
|
2773
|
+
},
|
|
2774
|
+
account_holder_name: {
|
|
2775
|
+
type: 'string',
|
|
2776
|
+
nullable: true,
|
|
2777
|
+
description: 'Account holder name of the destination bank account for bank transfers. Set only for `bank_transfer`; null otherwise.',
|
|
2778
|
+
example: 'Cloudfleet GmbH'
|
|
2779
|
+
},
|
|
2780
|
+
is_default: {
|
|
2781
|
+
type: 'boolean',
|
|
2782
|
+
description: 'Whether this payment method is the default used for invoices and active subscriptions. Always false for `bank_transfer` (it cannot be a Stripe default payment method).',
|
|
2783
|
+
example: true
|
|
2784
|
+
}
|
|
2785
|
+
},
|
|
2786
|
+
required: [
|
|
2787
|
+
'id',
|
|
2788
|
+
'type',
|
|
2789
|
+
'last4',
|
|
2790
|
+
'exp_month',
|
|
2791
|
+
'exp_year',
|
|
2792
|
+
'brand',
|
|
2793
|
+
'iban',
|
|
2794
|
+
'bic',
|
|
2795
|
+
'account_holder_name',
|
|
2796
|
+
'is_default'
|
|
2797
|
+
],
|
|
2798
|
+
additionalProperties: false
|
|
2799
|
+
};
|
|
2800
|
+
export const PlatformQuotaSchema = {
|
|
2801
|
+
type: 'object',
|
|
2802
|
+
properties: {
|
|
2803
|
+
basic_clusters_max: {
|
|
2804
|
+
type: 'integer',
|
|
2805
|
+
minimum: 0,
|
|
2806
|
+
description: 'Maximum number of Basic clusters that can be created.',
|
|
2807
|
+
example: 999
|
|
2808
|
+
},
|
|
2809
|
+
basic_clusters_available: {
|
|
2810
|
+
type: 'integer',
|
|
2811
|
+
description: 'Available number of Basic clusters that can be created.',
|
|
2812
|
+
example: 999
|
|
2813
|
+
},
|
|
2814
|
+
pro_clusters_max: {
|
|
2815
|
+
type: 'integer',
|
|
2816
|
+
minimum: 0,
|
|
2817
|
+
description: 'Maximum number of Pro clusters that can be created.',
|
|
2818
|
+
example: 999
|
|
2819
|
+
},
|
|
2820
|
+
pro_clusters_available: {
|
|
2821
|
+
type: 'integer',
|
|
2822
|
+
description: 'Available number of Pro clusters that can be created.',
|
|
2823
|
+
example: 999
|
|
2824
|
+
},
|
|
2825
|
+
enterprise_clusters_max: {
|
|
2826
|
+
type: 'integer',
|
|
2827
|
+
minimum: 0,
|
|
2828
|
+
description: 'Maximum number of Enterprise clusters that can be created.',
|
|
2829
|
+
example: 999
|
|
2830
|
+
},
|
|
2831
|
+
enterprise_clusters_available: {
|
|
2832
|
+
type: 'integer',
|
|
2833
|
+
description: 'Available number of Enterprise clusters that can be created.',
|
|
2834
|
+
example: 999
|
|
2835
|
+
},
|
|
2836
|
+
fleets_max: {
|
|
2837
|
+
type: 'integer',
|
|
2838
|
+
minimum: 0,
|
|
2839
|
+
description: 'Maximum number of fleets that can be created per cluster.',
|
|
2840
|
+
example: 999
|
|
2841
|
+
},
|
|
2842
|
+
cluster_tiers: {
|
|
2843
|
+
type: 'array',
|
|
2844
|
+
items: {
|
|
2845
|
+
type: 'string',
|
|
2846
|
+
example: 'basic'
|
|
2847
|
+
},
|
|
2848
|
+
minItems: 0,
|
|
2849
|
+
description: 'List of Cloudfleet cluster tiers available for the organization.'
|
|
2850
|
+
},
|
|
2851
|
+
regions: {
|
|
2852
|
+
type: 'array',
|
|
2853
|
+
items: {
|
|
2854
|
+
type: 'string',
|
|
2855
|
+
example: 'northamerica-central-1a'
|
|
2856
|
+
},
|
|
2857
|
+
minItems: 1,
|
|
2858
|
+
description: 'List of Cloudfleet control plane regions available for the organization.'
|
|
2859
|
+
},
|
|
2860
|
+
versions: {
|
|
2861
|
+
type: 'array',
|
|
2862
|
+
items: {
|
|
2863
|
+
type: 'object',
|
|
2864
|
+
properties: {
|
|
2865
|
+
id: {
|
|
2866
|
+
type: 'string',
|
|
2867
|
+
description: 'Id of the control plane version. Used in API calls.',
|
|
2868
|
+
example: '1.33.x-cfke.x'
|
|
2869
|
+
},
|
|
2870
|
+
label: {
|
|
2871
|
+
type: 'string',
|
|
2872
|
+
description: 'Label of the control plane version. Used in frontent UI.',
|
|
2873
|
+
example: '1.33.x (Always latest 1.33 patch version)'
|
|
2874
|
+
}
|
|
2875
|
+
},
|
|
2876
|
+
required: [
|
|
2877
|
+
'id',
|
|
2878
|
+
'label'
|
|
2879
|
+
],
|
|
2880
|
+
additionalProperties: false
|
|
2881
|
+
},
|
|
2882
|
+
minItems: 1,
|
|
2883
|
+
description: 'List of CFKE control plane versions available for the organization.'
|
|
2884
|
+
},
|
|
2885
|
+
cfcr_storage_gb: {
|
|
2886
|
+
type: 'integer',
|
|
2887
|
+
minimum: -1,
|
|
2888
|
+
description: 'Organization-level maximum CFCR storage volume in GB. -1 means no limit.',
|
|
2889
|
+
example: 500
|
|
2890
|
+
}
|
|
2891
|
+
},
|
|
2892
|
+
required: [
|
|
2893
|
+
'basic_clusters_max',
|
|
2894
|
+
'basic_clusters_available',
|
|
2895
|
+
'pro_clusters_max',
|
|
2896
|
+
'pro_clusters_available',
|
|
2897
|
+
'enterprise_clusters_max',
|
|
2898
|
+
'enterprise_clusters_available',
|
|
2899
|
+
'fleets_max',
|
|
2900
|
+
'cluster_tiers',
|
|
2901
|
+
'regions',
|
|
2902
|
+
'versions',
|
|
2903
|
+
'cfcr_storage_gb'
|
|
2904
|
+
],
|
|
2905
|
+
additionalProperties: false
|
|
2906
|
+
};
|
|
2907
|
+
export const RegistryRepositorySchema = {
|
|
2908
|
+
type: 'object',
|
|
2909
|
+
properties: {
|
|
2910
|
+
name: {
|
|
2911
|
+
type: 'string',
|
|
2912
|
+
description: 'Repository name.',
|
|
2913
|
+
example: 'my-app'
|
|
2914
|
+
},
|
|
2915
|
+
region: {
|
|
2916
|
+
type: 'string',
|
|
2917
|
+
description: 'Registry region.',
|
|
2918
|
+
example: 'northamerica'
|
|
2919
|
+
},
|
|
2920
|
+
uri: {
|
|
2921
|
+
type: 'string',
|
|
2922
|
+
description: 'Full URI of the repository.',
|
|
2923
|
+
example: 'ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app'
|
|
2924
|
+
}
|
|
2925
|
+
},
|
|
2926
|
+
required: [
|
|
2927
|
+
'name',
|
|
2928
|
+
'region',
|
|
2929
|
+
'uri'
|
|
2930
|
+
],
|
|
2931
|
+
additionalProperties: false
|
|
2932
|
+
};
|
|
2933
|
+
export const RegistryRepositoryWithTagsSchema = {
|
|
2934
|
+
type: 'object',
|
|
2935
|
+
properties: {
|
|
2936
|
+
name: {
|
|
2937
|
+
type: 'string',
|
|
2938
|
+
description: 'Repository name.',
|
|
2939
|
+
example: 'my-app'
|
|
2940
|
+
},
|
|
2941
|
+
region: {
|
|
2942
|
+
type: 'string',
|
|
2943
|
+
description: 'Registry region.',
|
|
2944
|
+
example: 'northamerica'
|
|
2945
|
+
},
|
|
2946
|
+
uri: {
|
|
2947
|
+
type: 'string',
|
|
2948
|
+
description: 'Full URI of the repository.',
|
|
2949
|
+
example: 'ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app'
|
|
2950
|
+
},
|
|
2951
|
+
tags: {
|
|
2952
|
+
type: 'array',
|
|
2953
|
+
items: {
|
|
2954
|
+
type: 'object',
|
|
2955
|
+
properties: {
|
|
2956
|
+
name: {
|
|
2957
|
+
type: 'string',
|
|
2958
|
+
description: 'Tag name.',
|
|
2959
|
+
example: 'latest'
|
|
2960
|
+
},
|
|
2961
|
+
size: {
|
|
2962
|
+
type: 'number',
|
|
2963
|
+
format: 'float',
|
|
2964
|
+
description: 'Size of the tag in bytes.',
|
|
2965
|
+
example: 123456789
|
|
2966
|
+
},
|
|
2967
|
+
mediaType: {
|
|
2968
|
+
type: 'string',
|
|
2969
|
+
description: 'Media type of the manifest.',
|
|
2970
|
+
example: 'application/vnd.docker.distribution.manifest.v2+json'
|
|
2971
|
+
},
|
|
2972
|
+
platforms: {
|
|
2973
|
+
type: 'array',
|
|
2974
|
+
items: {
|
|
2975
|
+
type: 'string'
|
|
2976
|
+
},
|
|
2977
|
+
description: 'Array of platform strings for multi-arch images (e.g., linux/amd64, linux/arm64).',
|
|
2978
|
+
example: [
|
|
2979
|
+
'linux/amd64',
|
|
2980
|
+
'linux/arm64'
|
|
2981
|
+
]
|
|
2982
|
+
}
|
|
2983
|
+
},
|
|
2984
|
+
required: [
|
|
2985
|
+
'name',
|
|
2986
|
+
'size'
|
|
2987
|
+
],
|
|
2988
|
+
additionalProperties: false
|
|
2989
|
+
},
|
|
2990
|
+
description: 'Array of tags in the repository.'
|
|
2991
|
+
},
|
|
2992
|
+
totalSize: {
|
|
2993
|
+
type: 'number',
|
|
2994
|
+
format: 'float',
|
|
2995
|
+
description: 'Total size of all tags in the repository in bytes.',
|
|
2996
|
+
example: 987654321
|
|
2997
|
+
}
|
|
2998
|
+
},
|
|
2999
|
+
required: [
|
|
3000
|
+
'name',
|
|
3001
|
+
'region',
|
|
3002
|
+
'uri',
|
|
3003
|
+
'tags',
|
|
3004
|
+
'totalSize'
|
|
3005
|
+
],
|
|
3006
|
+
additionalProperties: false
|
|
3007
|
+
};
|
|
3008
|
+
export const RegistryTagSchema = {
|
|
3009
|
+
type: 'object',
|
|
3010
|
+
properties: {
|
|
3011
|
+
name: {
|
|
3012
|
+
type: 'string',
|
|
3013
|
+
description: 'Tag name.',
|
|
3014
|
+
example: 'latest'
|
|
3015
|
+
},
|
|
3016
|
+
digest: {
|
|
3017
|
+
type: 'string',
|
|
3018
|
+
description: 'Manifest digest for pulling by digest.',
|
|
3019
|
+
example: 'sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890'
|
|
3020
|
+
},
|
|
3021
|
+
mediaType: {
|
|
3022
|
+
type: 'string',
|
|
3023
|
+
description: 'Media type of the manifest.',
|
|
3024
|
+
example: 'application/vnd.docker.distribution.manifest.v2+json'
|
|
3025
|
+
},
|
|
3026
|
+
config: {
|
|
3027
|
+
type: 'object',
|
|
3028
|
+
properties: {
|
|
3029
|
+
size: {
|
|
3030
|
+
type: 'number',
|
|
3031
|
+
format: 'float',
|
|
3032
|
+
description: 'Size of the config in bytes.',
|
|
3033
|
+
example: 1234
|
|
3034
|
+
}
|
|
3035
|
+
},
|
|
3036
|
+
required: [
|
|
3037
|
+
'size'
|
|
3038
|
+
],
|
|
3039
|
+
additionalProperties: false,
|
|
3040
|
+
description: 'Manifest config metadata.'
|
|
3041
|
+
},
|
|
3042
|
+
layers: {
|
|
3043
|
+
type: 'array',
|
|
3044
|
+
items: {
|
|
3045
|
+
type: 'object',
|
|
3046
|
+
properties: {
|
|
3047
|
+
digest: {
|
|
3048
|
+
type: 'string',
|
|
3049
|
+
description: 'Digest of the layer.',
|
|
3050
|
+
example: 'sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890'
|
|
3051
|
+
},
|
|
3052
|
+
size: {
|
|
3053
|
+
type: 'number',
|
|
3054
|
+
format: 'float',
|
|
3055
|
+
description: 'Size of the layer in bytes.',
|
|
3056
|
+
example: 5678
|
|
3057
|
+
}
|
|
3058
|
+
},
|
|
3059
|
+
required: [
|
|
3060
|
+
'size'
|
|
3061
|
+
],
|
|
3062
|
+
additionalProperties: false
|
|
3063
|
+
},
|
|
3064
|
+
description: 'Array of layer metadata.'
|
|
3065
|
+
},
|
|
3066
|
+
manifests: {
|
|
3067
|
+
type: 'array',
|
|
3068
|
+
items: {
|
|
3069
|
+
type: 'object',
|
|
3070
|
+
properties: {
|
|
3071
|
+
digest: {
|
|
3072
|
+
type: 'string',
|
|
3073
|
+
description: 'Digest of the manifest.',
|
|
3074
|
+
example: 'sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890'
|
|
3075
|
+
},
|
|
3076
|
+
platform: {
|
|
3077
|
+
type: 'object',
|
|
3078
|
+
properties: {
|
|
3079
|
+
architecture: {
|
|
3080
|
+
type: 'string',
|
|
3081
|
+
description: 'Architecture of the platform.',
|
|
3082
|
+
example: 'amd64'
|
|
3083
|
+
},
|
|
3084
|
+
os: {
|
|
3085
|
+
type: 'string',
|
|
3086
|
+
description: 'Operating system of the platform.',
|
|
3087
|
+
example: 'linux'
|
|
3088
|
+
},
|
|
3089
|
+
variant: {
|
|
3090
|
+
type: 'string',
|
|
3091
|
+
description: 'Variant of the platform (e.g., v7, v8 for ARM).',
|
|
3092
|
+
example: 'v8'
|
|
3093
|
+
}
|
|
3094
|
+
},
|
|
3095
|
+
required: [
|
|
3096
|
+
'architecture',
|
|
3097
|
+
'os'
|
|
3098
|
+
],
|
|
3099
|
+
additionalProperties: false,
|
|
3100
|
+
description: 'Platform information for the manifest.'
|
|
3101
|
+
},
|
|
3102
|
+
layers: {
|
|
3103
|
+
type: 'array',
|
|
3104
|
+
items: {
|
|
3105
|
+
type: 'object',
|
|
3106
|
+
properties: {
|
|
3107
|
+
digest: {
|
|
3108
|
+
type: 'string',
|
|
3109
|
+
description: 'Digest of the layer.',
|
|
3110
|
+
example: 'sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890'
|
|
3111
|
+
},
|
|
3112
|
+
size: {
|
|
3113
|
+
type: 'number',
|
|
3114
|
+
format: 'float',
|
|
3115
|
+
description: 'Size of the layer in bytes.',
|
|
3116
|
+
example: 5678
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
required: [
|
|
3120
|
+
'size'
|
|
3121
|
+
],
|
|
3122
|
+
additionalProperties: false
|
|
3123
|
+
},
|
|
3124
|
+
description: 'Layers for this platform.'
|
|
3125
|
+
},
|
|
3126
|
+
size: {
|
|
3127
|
+
type: 'number',
|
|
3128
|
+
format: 'float',
|
|
3129
|
+
description: 'Total size of this platform manifest in bytes.',
|
|
3130
|
+
example: 12345678
|
|
3131
|
+
}
|
|
3132
|
+
},
|
|
3133
|
+
required: [
|
|
3134
|
+
'digest'
|
|
3135
|
+
],
|
|
3136
|
+
additionalProperties: false
|
|
3137
|
+
},
|
|
3138
|
+
description: 'Array of manifests for multi-arch images.'
|
|
3139
|
+
},
|
|
3140
|
+
size: {
|
|
3141
|
+
type: 'number',
|
|
3142
|
+
format: 'float',
|
|
3143
|
+
description: 'Total size of the tag in bytes.',
|
|
3144
|
+
example: 123456789
|
|
3145
|
+
},
|
|
3146
|
+
region: {
|
|
3147
|
+
type: 'string',
|
|
3148
|
+
description: 'Registry region.',
|
|
3149
|
+
example: 'northamerica'
|
|
3150
|
+
},
|
|
3151
|
+
repository: {
|
|
3152
|
+
type: 'string',
|
|
3153
|
+
description: 'Repository name.',
|
|
3154
|
+
example: 'my-app'
|
|
3155
|
+
},
|
|
3156
|
+
uri: {
|
|
3157
|
+
type: 'string',
|
|
3158
|
+
description: 'Full URI of the tag.',
|
|
3159
|
+
example: 'ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app:latest'
|
|
3160
|
+
}
|
|
3161
|
+
},
|
|
3162
|
+
required: [
|
|
3163
|
+
'name',
|
|
3164
|
+
'digest',
|
|
3165
|
+
'size',
|
|
3166
|
+
'region',
|
|
3167
|
+
'repository',
|
|
3168
|
+
'uri'
|
|
3169
|
+
],
|
|
3170
|
+
additionalProperties: false
|
|
3171
|
+
};
|
|
3172
|
+
export const TicketAttachmentSchema = {
|
|
3173
|
+
type: 'object',
|
|
3174
|
+
properties: {
|
|
3175
|
+
id: {
|
|
3176
|
+
type: 'string',
|
|
3177
|
+
description: 'Unique identifier of the attachment (Mongo ObjectId).',
|
|
3178
|
+
example: '60c72b2f9f1b2c001f8e4d3c'
|
|
3179
|
+
},
|
|
3180
|
+
filename: {
|
|
3181
|
+
type: 'string',
|
|
3182
|
+
description: 'Original filename as uploaded.',
|
|
3183
|
+
example: 'debug.log'
|
|
3184
|
+
},
|
|
3185
|
+
content_type: {
|
|
3186
|
+
type: 'string',
|
|
3187
|
+
description: 'MIME content type of the attachment.',
|
|
3188
|
+
example: 'text/plain'
|
|
3189
|
+
},
|
|
3190
|
+
size: {
|
|
3191
|
+
type: 'integer',
|
|
3192
|
+
description: 'Size of the attachment in bytes.',
|
|
3193
|
+
example: 12345
|
|
3194
|
+
}
|
|
3195
|
+
},
|
|
3196
|
+
required: [
|
|
3197
|
+
'id',
|
|
3198
|
+
'filename',
|
|
3199
|
+
'content_type',
|
|
3200
|
+
'size'
|
|
3201
|
+
],
|
|
3202
|
+
additionalProperties: false
|
|
3203
|
+
};
|
|
3204
|
+
export const TicketCreateInputSchema = {
|
|
3205
|
+
type: 'object',
|
|
3206
|
+
properties: {
|
|
3207
|
+
category: {
|
|
3208
|
+
type: 'string',
|
|
3209
|
+
description: 'Ticket category. Drives auto-assignment and may carry a subcategory in `properties`.',
|
|
3210
|
+
example: 'technical',
|
|
3211
|
+
enum: [
|
|
3212
|
+
'billing',
|
|
3213
|
+
'technical',
|
|
3214
|
+
'general'
|
|
3215
|
+
]
|
|
3216
|
+
},
|
|
3217
|
+
body: {
|
|
3218
|
+
type: 'string',
|
|
3219
|
+
maxLength: 50000,
|
|
3220
|
+
minLength: 1,
|
|
3221
|
+
pattern: '\\S',
|
|
3222
|
+
description: 'Initial message body in markdown. There is no separate subject — the first message body is the description.',
|
|
3223
|
+
example: 'My cluster cannot reach the registry. Logs attached.'
|
|
3224
|
+
},
|
|
3225
|
+
properties: {
|
|
3226
|
+
type: 'object',
|
|
3227
|
+
additionalProperties: true,
|
|
3228
|
+
description: 'Free-form key/value bag set by the UI (e.g. `subcategory`, `cluster_id`, `cluster_name`, `region`).',
|
|
3229
|
+
example: {
|
|
3230
|
+
subcategory: 'cluster-question',
|
|
3231
|
+
cluster_id: '60c72b2f9f1b2c001f8e4d3a'
|
|
3232
|
+
}
|
|
3233
|
+
}
|
|
3234
|
+
},
|
|
3235
|
+
required: [
|
|
3236
|
+
'category',
|
|
3237
|
+
'body'
|
|
3238
|
+
],
|
|
3239
|
+
additionalProperties: false
|
|
3240
|
+
};
|
|
3241
|
+
export const TicketMessageInputSchema = {
|
|
3242
|
+
type: 'object',
|
|
3243
|
+
properties: {
|
|
3244
|
+
body: {
|
|
3245
|
+
type: 'string',
|
|
3246
|
+
maxLength: 50000,
|
|
3247
|
+
minLength: 1,
|
|
3248
|
+
pattern: '\\S',
|
|
3249
|
+
description: 'Reply body in markdown.',
|
|
3250
|
+
example: 'Thanks — that resolved it on my side.'
|
|
3251
|
+
}
|
|
3252
|
+
},
|
|
3253
|
+
required: [
|
|
3254
|
+
'body'
|
|
3255
|
+
],
|
|
3256
|
+
additionalProperties: false
|
|
3257
|
+
};
|
|
3258
|
+
export const TicketMessageSchema = {
|
|
3259
|
+
type: 'object',
|
|
3260
|
+
properties: {
|
|
3261
|
+
id: {
|
|
3262
|
+
type: 'string',
|
|
3263
|
+
description: 'Unique identifier of the message (Mongo ObjectId).',
|
|
3264
|
+
example: '60c72b2f9f1b2c001f8e4d3b'
|
|
3265
|
+
},
|
|
3266
|
+
type: {
|
|
3267
|
+
type: 'string',
|
|
3268
|
+
description: 'Message type. Internal notes are filtered out of customer-facing responses.',
|
|
3269
|
+
example: 'customer_reply',
|
|
3270
|
+
enum: [
|
|
3271
|
+
'customer_reply',
|
|
3272
|
+
'agent_reply'
|
|
3273
|
+
]
|
|
3274
|
+
},
|
|
3275
|
+
body: {
|
|
3276
|
+
type: 'string',
|
|
3277
|
+
description: 'Message body in markdown.',
|
|
3278
|
+
example: 'Thanks — that resolved it on my side.'
|
|
3279
|
+
},
|
|
3280
|
+
author_first_name: {
|
|
3281
|
+
type: 'string',
|
|
3282
|
+
nullable: true,
|
|
3283
|
+
description: 'First name of the author. Null when not provided.',
|
|
3284
|
+
example: 'Jane'
|
|
3285
|
+
},
|
|
3286
|
+
author_last_name: {
|
|
3287
|
+
type: 'string',
|
|
3288
|
+
nullable: true,
|
|
3289
|
+
description: 'Last name of the author. Null when not provided.',
|
|
3290
|
+
example: 'Doe'
|
|
3291
|
+
},
|
|
3292
|
+
attachments: {
|
|
3293
|
+
type: 'array',
|
|
3294
|
+
items: {
|
|
3295
|
+
type: 'object',
|
|
3296
|
+
properties: {
|
|
3297
|
+
id: {
|
|
3298
|
+
type: 'string',
|
|
3299
|
+
description: 'Unique identifier of the attachment (Mongo ObjectId).',
|
|
3300
|
+
example: '60c72b2f9f1b2c001f8e4d3c'
|
|
1283
3301
|
},
|
|
1284
|
-
|
|
1285
|
-
description: 'List of Cloudfleet cluster tiers available for the organization.'
|
|
1286
|
-
},
|
|
1287
|
-
regions: {
|
|
1288
|
-
type: 'array',
|
|
1289
|
-
items: {
|
|
3302
|
+
filename: {
|
|
1290
3303
|
type: 'string',
|
|
1291
|
-
|
|
3304
|
+
description: 'Original filename as uploaded.',
|
|
3305
|
+
example: 'debug.log'
|
|
1292
3306
|
},
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
type: 'array',
|
|
1298
|
-
items: {
|
|
1299
|
-
type: 'object',
|
|
1300
|
-
properties: {
|
|
1301
|
-
id: {
|
|
1302
|
-
type: 'string',
|
|
1303
|
-
description: 'Id of the control plane version. Used in API calls.',
|
|
1304
|
-
example: '1.29.x-cfke.x'
|
|
1305
|
-
},
|
|
1306
|
-
label: {
|
|
1307
|
-
type: 'string',
|
|
1308
|
-
description: 'Label of the control plane version. Used in frontent UI.',
|
|
1309
|
-
example: '1.29.x (Always latest 1.29 patch version)'
|
|
1310
|
-
}
|
|
1311
|
-
},
|
|
1312
|
-
required: ['id', 'label'],
|
|
1313
|
-
additionalProperties: false
|
|
3307
|
+
content_type: {
|
|
3308
|
+
type: 'string',
|
|
3309
|
+
description: 'MIME content type of the attachment.',
|
|
3310
|
+
example: 'text/plain'
|
|
1314
3311
|
},
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
3312
|
+
size: {
|
|
3313
|
+
type: 'integer',
|
|
3314
|
+
description: 'Size of the attachment in bytes.',
|
|
3315
|
+
example: 12345
|
|
3316
|
+
}
|
|
3317
|
+
},
|
|
3318
|
+
required: [
|
|
3319
|
+
'id',
|
|
3320
|
+
'filename',
|
|
3321
|
+
'content_type',
|
|
3322
|
+
'size'
|
|
3323
|
+
],
|
|
3324
|
+
additionalProperties: false
|
|
1318
3325
|
},
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
description: 'For security reasons, platform quota is controlled by Cloudfleet and can be updated only by Cloudfleet administrators. Please open a support ticket if you need to change the platform quota.'
|
|
3326
|
+
description: 'Attachments associated with this message.',
|
|
3327
|
+
example: []
|
|
1322
3328
|
},
|
|
1323
|
-
|
|
3329
|
+
date_created: {
|
|
1324
3330
|
type: 'string',
|
|
1325
|
-
|
|
1326
|
-
|
|
3331
|
+
format: 'date-time',
|
|
3332
|
+
description: 'Creation date of the message. ISO 8601 UTC.',
|
|
3333
|
+
example: '2026-05-11T16:08:14.338Z'
|
|
1327
3334
|
}
|
|
1328
3335
|
},
|
|
1329
|
-
required: [
|
|
3336
|
+
required: [
|
|
3337
|
+
'id',
|
|
3338
|
+
'type',
|
|
3339
|
+
'body',
|
|
3340
|
+
'date_created'
|
|
3341
|
+
],
|
|
1330
3342
|
additionalProperties: false
|
|
1331
3343
|
};
|
|
1332
|
-
export const
|
|
3344
|
+
export const TicketSchema = {
|
|
1333
3345
|
type: 'object',
|
|
1334
3346
|
properties: {
|
|
1335
3347
|
id: {
|
|
1336
3348
|
type: 'string',
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
example: 'e94d30ec-a2dd-4dcb-832c-ac2be144ba91'
|
|
3349
|
+
description: 'Unique identifier of the ticket (Mongo ObjectId).',
|
|
3350
|
+
example: '60c72b2f9f1b2c001f8e4d3a'
|
|
1340
3351
|
},
|
|
1341
|
-
|
|
1342
|
-
type: '
|
|
1343
|
-
description: '
|
|
1344
|
-
example:
|
|
3352
|
+
status: {
|
|
3353
|
+
type: 'string',
|
|
3354
|
+
description: 'Current state of the ticket.',
|
|
3355
|
+
example: 'waiting_on_us',
|
|
3356
|
+
enum: [
|
|
3357
|
+
'waiting_on_us',
|
|
3358
|
+
'waiting_on_user',
|
|
3359
|
+
'closed'
|
|
3360
|
+
]
|
|
1345
3361
|
},
|
|
1346
|
-
|
|
3362
|
+
category: {
|
|
1347
3363
|
type: 'string',
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
3364
|
+
description: 'Ticket category.',
|
|
3365
|
+
example: 'technical',
|
|
3366
|
+
enum: [
|
|
3367
|
+
'billing',
|
|
3368
|
+
'technical',
|
|
3369
|
+
'general'
|
|
3370
|
+
]
|
|
1352
3371
|
},
|
|
1353
|
-
|
|
3372
|
+
summary: {
|
|
1354
3373
|
type: 'string',
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
example: '4242'
|
|
3374
|
+
description: 'First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.',
|
|
3375
|
+
example: 'My cluster cannot reach the registry. Logs attached.'
|
|
1358
3376
|
},
|
|
1359
|
-
|
|
1360
|
-
type: '
|
|
1361
|
-
|
|
1362
|
-
maximum: 12,
|
|
3377
|
+
closed_at: {
|
|
3378
|
+
type: 'string',
|
|
3379
|
+
format: 'date-time',
|
|
1363
3380
|
nullable: true,
|
|
1364
|
-
description:
|
|
1365
|
-
example: '
|
|
3381
|
+
description: 'Closure timestamp. Null while the ticket is open.',
|
|
3382
|
+
example: '2026-05-18T16:08:14.338Z'
|
|
1366
3383
|
},
|
|
1367
|
-
|
|
1368
|
-
type: '
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
example: '2028'
|
|
3384
|
+
date_created: {
|
|
3385
|
+
type: 'string',
|
|
3386
|
+
format: 'date-time',
|
|
3387
|
+
description: 'Creation date of the ticket. ISO 8601 UTC.',
|
|
3388
|
+
example: '2026-05-11T16:08:14.338Z'
|
|
1373
3389
|
},
|
|
1374
|
-
|
|
3390
|
+
date_updated: {
|
|
1375
3391
|
type: 'string',
|
|
1376
|
-
|
|
1377
|
-
description: '
|
|
1378
|
-
example: '
|
|
1379
|
-
|
|
3392
|
+
format: 'date-time',
|
|
3393
|
+
description: 'Last update date of the ticket. ISO 8601 UTC.',
|
|
3394
|
+
example: '2026-05-11T16:08:14.338Z'
|
|
3395
|
+
},
|
|
3396
|
+
messages: {
|
|
3397
|
+
type: 'array',
|
|
3398
|
+
items: {
|
|
3399
|
+
type: 'object',
|
|
3400
|
+
properties: {
|
|
3401
|
+
id: {
|
|
3402
|
+
type: 'string',
|
|
3403
|
+
description: 'Unique identifier of the message (Mongo ObjectId).',
|
|
3404
|
+
example: '60c72b2f9f1b2c001f8e4d3b'
|
|
3405
|
+
},
|
|
3406
|
+
type: {
|
|
3407
|
+
type: 'string',
|
|
3408
|
+
description: 'Message type. Internal notes are filtered out of customer-facing responses.',
|
|
3409
|
+
example: 'customer_reply',
|
|
3410
|
+
enum: [
|
|
3411
|
+
'customer_reply',
|
|
3412
|
+
'agent_reply'
|
|
3413
|
+
]
|
|
3414
|
+
},
|
|
3415
|
+
body: {
|
|
3416
|
+
type: 'string',
|
|
3417
|
+
description: 'Message body in markdown.',
|
|
3418
|
+
example: 'Thanks — that resolved it on my side.'
|
|
3419
|
+
},
|
|
3420
|
+
author_first_name: {
|
|
3421
|
+
type: 'string',
|
|
3422
|
+
description: 'First name of the author. Null when not provided.',
|
|
3423
|
+
example: 'Jane'
|
|
3424
|
+
},
|
|
3425
|
+
author_last_name: {
|
|
3426
|
+
type: 'string',
|
|
3427
|
+
description: 'Last name of the author. Null when not provided.',
|
|
3428
|
+
example: 'Doe'
|
|
3429
|
+
},
|
|
3430
|
+
attachments: {
|
|
3431
|
+
type: 'array',
|
|
3432
|
+
items: {
|
|
3433
|
+
type: 'object',
|
|
3434
|
+
properties: {
|
|
3435
|
+
id: {
|
|
3436
|
+
type: 'string',
|
|
3437
|
+
description: 'Unique identifier of the attachment (Mongo ObjectId).',
|
|
3438
|
+
example: '60c72b2f9f1b2c001f8e4d3c'
|
|
3439
|
+
},
|
|
3440
|
+
filename: {
|
|
3441
|
+
type: 'string',
|
|
3442
|
+
description: 'Original filename as uploaded.',
|
|
3443
|
+
example: 'debug.log'
|
|
3444
|
+
},
|
|
3445
|
+
content_type: {
|
|
3446
|
+
type: 'string',
|
|
3447
|
+
description: 'MIME content type of the attachment.',
|
|
3448
|
+
example: 'text/plain'
|
|
3449
|
+
},
|
|
3450
|
+
size: {
|
|
3451
|
+
type: 'integer',
|
|
3452
|
+
description: 'Size of the attachment in bytes.',
|
|
3453
|
+
example: 12345
|
|
3454
|
+
}
|
|
3455
|
+
},
|
|
3456
|
+
required: [
|
|
3457
|
+
'id',
|
|
3458
|
+
'filename',
|
|
3459
|
+
'content_type',
|
|
3460
|
+
'size'
|
|
3461
|
+
],
|
|
3462
|
+
additionalProperties: false
|
|
3463
|
+
},
|
|
3464
|
+
description: 'Attachments associated with this message.',
|
|
3465
|
+
example: []
|
|
3466
|
+
},
|
|
3467
|
+
date_created: {
|
|
3468
|
+
type: 'string',
|
|
3469
|
+
format: 'date-time',
|
|
3470
|
+
description: 'Creation date of the message. ISO 8601 UTC.',
|
|
3471
|
+
example: '2026-05-11T16:08:14.338Z'
|
|
3472
|
+
}
|
|
3473
|
+
},
|
|
3474
|
+
required: [
|
|
3475
|
+
'id',
|
|
3476
|
+
'type',
|
|
3477
|
+
'body',
|
|
3478
|
+
'date_created'
|
|
3479
|
+
],
|
|
3480
|
+
additionalProperties: false
|
|
3481
|
+
},
|
|
3482
|
+
description: 'Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.'
|
|
1380
3483
|
}
|
|
1381
3484
|
},
|
|
1382
|
-
required: [
|
|
3485
|
+
required: [
|
|
3486
|
+
'id',
|
|
3487
|
+
'status',
|
|
3488
|
+
'category',
|
|
3489
|
+
'summary',
|
|
3490
|
+
'date_created',
|
|
3491
|
+
'date_updated'
|
|
3492
|
+
],
|
|
1383
3493
|
additionalProperties: false
|
|
1384
3494
|
};
|
|
1385
3495
|
export const TokenCreateInputSchema = {
|
|
@@ -1397,10 +3507,16 @@ export const TokenCreateInputSchema = {
|
|
|
1397
3507
|
type: 'string',
|
|
1398
3508
|
description: 'Role assumed by the token.',
|
|
1399
3509
|
example: 'User',
|
|
1400
|
-
enum: [
|
|
3510
|
+
enum: [
|
|
3511
|
+
'Administrator',
|
|
3512
|
+
'User'
|
|
3513
|
+
]
|
|
1401
3514
|
}
|
|
1402
3515
|
},
|
|
1403
|
-
required: [
|
|
3516
|
+
required: [
|
|
3517
|
+
'name',
|
|
3518
|
+
'role'
|
|
3519
|
+
],
|
|
1404
3520
|
additionalProperties: false
|
|
1405
3521
|
};
|
|
1406
3522
|
export const TokenSchema = {
|
|
@@ -1418,7 +3534,10 @@ export const TokenSchema = {
|
|
|
1418
3534
|
type: 'string',
|
|
1419
3535
|
description: 'Role assumed by the token.',
|
|
1420
3536
|
example: 'User',
|
|
1421
|
-
enum: [
|
|
3537
|
+
enum: [
|
|
3538
|
+
'Administrator',
|
|
3539
|
+
'User'
|
|
3540
|
+
]
|
|
1422
3541
|
},
|
|
1423
3542
|
id: {
|
|
1424
3543
|
type: 'string',
|
|
@@ -1437,7 +3556,11 @@ export const TokenSchema = {
|
|
|
1437
3556
|
example: '2023-12-20T13:53:32.000Z'
|
|
1438
3557
|
}
|
|
1439
3558
|
},
|
|
1440
|
-
required: [
|
|
3559
|
+
required: [
|
|
3560
|
+
'name',
|
|
3561
|
+
'role',
|
|
3562
|
+
'date_created'
|
|
3563
|
+
],
|
|
1441
3564
|
additionalProperties: false
|
|
1442
3565
|
};
|
|
1443
3566
|
export const TokenUpdateInputSchema = {
|
|
@@ -1455,9 +3578,154 @@ export const TokenUpdateInputSchema = {
|
|
|
1455
3578
|
type: 'string',
|
|
1456
3579
|
description: 'Role assumed by the token.',
|
|
1457
3580
|
example: 'User',
|
|
1458
|
-
enum: [
|
|
3581
|
+
enum: [
|
|
3582
|
+
'Administrator',
|
|
3583
|
+
'User'
|
|
3584
|
+
]
|
|
3585
|
+
}
|
|
3586
|
+
},
|
|
3587
|
+
additionalProperties: false
|
|
3588
|
+
};
|
|
3589
|
+
export const UsageFacetsSchema = {
|
|
3590
|
+
type: 'object',
|
|
3591
|
+
properties: {
|
|
3592
|
+
cluster_id: {
|
|
3593
|
+
type: 'array',
|
|
3594
|
+
items: {
|
|
3595
|
+
type: 'string'
|
|
3596
|
+
},
|
|
3597
|
+
description: 'List of unique cluster IDs',
|
|
3598
|
+
example: [
|
|
3599
|
+
'6b5439b1-923a-4f2b-a371-d554e5ea23fa'
|
|
3600
|
+
]
|
|
3601
|
+
},
|
|
3602
|
+
product: {
|
|
3603
|
+
type: 'array',
|
|
3604
|
+
items: {
|
|
3605
|
+
type: 'string',
|
|
3606
|
+
enum: [
|
|
3607
|
+
'cfke_controlplane_basic',
|
|
3608
|
+
'cfke_controlplane_pro',
|
|
3609
|
+
'cfke_controlplane_enterprise',
|
|
3610
|
+
'cfke_connected_nodes_basic',
|
|
3611
|
+
'cfke_connected_nodes_pro',
|
|
3612
|
+
'cfke_connected_nodes_enterprise',
|
|
3613
|
+
'cfcr_storage'
|
|
3614
|
+
]
|
|
3615
|
+
},
|
|
3616
|
+
description: 'List of unique products',
|
|
3617
|
+
example: [
|
|
3618
|
+
'cfke_controlplane_pro',
|
|
3619
|
+
'cfke_connected_nodes_pro'
|
|
3620
|
+
]
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
additionalProperties: false
|
|
3624
|
+
};
|
|
3625
|
+
export const UsageResponseSchema = {
|
|
3626
|
+
type: 'object',
|
|
3627
|
+
properties: {
|
|
3628
|
+
data: {
|
|
3629
|
+
type: 'array',
|
|
3630
|
+
items: {
|
|
3631
|
+
type: 'object',
|
|
3632
|
+
properties: {
|
|
3633
|
+
hour: {
|
|
3634
|
+
type: 'string',
|
|
3635
|
+
description: 'Hour of the usage',
|
|
3636
|
+
example: '2019-01-01T00:00:00.000Z'
|
|
3637
|
+
},
|
|
3638
|
+
cluster_id: {
|
|
3639
|
+
type: 'string',
|
|
3640
|
+
description: 'Unique identifier of the kubernetes cluster. UUID v4 string in canonical form',
|
|
3641
|
+
example: '6b5439b1-923a-4f2b-a371-d554e5ea23fa'
|
|
3642
|
+
},
|
|
3643
|
+
product: {
|
|
3644
|
+
type: 'string',
|
|
3645
|
+
description: 'The product the usage is associated with',
|
|
3646
|
+
example: 'cfke_controlplane_pro',
|
|
3647
|
+
enum: [
|
|
3648
|
+
'cfke_controlplane_basic',
|
|
3649
|
+
'cfke_controlplane_pro',
|
|
3650
|
+
'cfke_controlplane_enterprise',
|
|
3651
|
+
'cfke_connected_nodes_basic',
|
|
3652
|
+
'cfke_connected_nodes_pro',
|
|
3653
|
+
'cfke_connected_nodes_enterprise',
|
|
3654
|
+
'cfcr_storage'
|
|
3655
|
+
]
|
|
3656
|
+
},
|
|
3657
|
+
value: {
|
|
3658
|
+
type: 'number',
|
|
3659
|
+
format: 'float',
|
|
3660
|
+
description: 'Consumption',
|
|
3661
|
+
example: 4
|
|
3662
|
+
},
|
|
3663
|
+
price: {
|
|
3664
|
+
type: 'number',
|
|
3665
|
+
format: 'float',
|
|
3666
|
+
description: 'Price per unit',
|
|
3667
|
+
example: 0.01
|
|
3668
|
+
},
|
|
3669
|
+
total: {
|
|
3670
|
+
type: 'number',
|
|
3671
|
+
format: 'float',
|
|
3672
|
+
description: 'Total cost'
|
|
3673
|
+
}
|
|
3674
|
+
},
|
|
3675
|
+
required: [
|
|
3676
|
+
'hour',
|
|
3677
|
+
'cluster_id',
|
|
3678
|
+
'product',
|
|
3679
|
+
'value',
|
|
3680
|
+
'price',
|
|
3681
|
+
'total'
|
|
3682
|
+
],
|
|
3683
|
+
additionalProperties: false
|
|
3684
|
+
},
|
|
3685
|
+
description: 'Usage data'
|
|
3686
|
+
},
|
|
3687
|
+
facets: {
|
|
3688
|
+
type: 'object',
|
|
3689
|
+
properties: {
|
|
3690
|
+
cluster_id: {
|
|
3691
|
+
type: 'array',
|
|
3692
|
+
items: {
|
|
3693
|
+
type: 'string'
|
|
3694
|
+
},
|
|
3695
|
+
description: 'List of unique cluster IDs',
|
|
3696
|
+
example: [
|
|
3697
|
+
'6b5439b1-923a-4f2b-a371-d554e5ea23fa'
|
|
3698
|
+
]
|
|
3699
|
+
},
|
|
3700
|
+
product: {
|
|
3701
|
+
type: 'array',
|
|
3702
|
+
items: {
|
|
3703
|
+
type: 'string',
|
|
3704
|
+
enum: [
|
|
3705
|
+
'cfke_controlplane_basic',
|
|
3706
|
+
'cfke_controlplane_pro',
|
|
3707
|
+
'cfke_controlplane_enterprise',
|
|
3708
|
+
'cfke_connected_nodes_basic',
|
|
3709
|
+
'cfke_connected_nodes_pro',
|
|
3710
|
+
'cfke_connected_nodes_enterprise',
|
|
3711
|
+
'cfcr_storage'
|
|
3712
|
+
]
|
|
3713
|
+
},
|
|
3714
|
+
description: 'List of unique products',
|
|
3715
|
+
example: [
|
|
3716
|
+
'cfke_controlplane_pro',
|
|
3717
|
+
'cfke_connected_nodes_pro'
|
|
3718
|
+
]
|
|
3719
|
+
}
|
|
3720
|
+
},
|
|
3721
|
+
additionalProperties: false,
|
|
3722
|
+
description: 'Facets for filtering'
|
|
1459
3723
|
}
|
|
1460
3724
|
},
|
|
3725
|
+
required: [
|
|
3726
|
+
'data',
|
|
3727
|
+
'facets'
|
|
3728
|
+
],
|
|
1461
3729
|
additionalProperties: false
|
|
1462
3730
|
};
|
|
1463
3731
|
export const UsageSchema = {
|
|
@@ -1470,90 +3738,49 @@ export const UsageSchema = {
|
|
|
1470
3738
|
},
|
|
1471
3739
|
cluster_id: {
|
|
1472
3740
|
type: 'string',
|
|
1473
|
-
format: 'uuid',
|
|
1474
3741
|
description: 'Unique identifier of the kubernetes cluster. UUID v4 string in canonical form',
|
|
1475
3742
|
example: '6b5439b1-923a-4f2b-a371-d554e5ea23fa'
|
|
1476
3743
|
},
|
|
1477
|
-
cluster_tier: {
|
|
1478
|
-
type: 'string',
|
|
1479
|
-
description: 'Tier of the cluster.',
|
|
1480
|
-
example: 'pro',
|
|
1481
|
-
enum: ['basic', 'pro', '']
|
|
1482
|
-
},
|
|
1483
3744
|
product: {
|
|
1484
3745
|
type: 'string',
|
|
1485
3746
|
description: 'The product the usage is associated with',
|
|
1486
|
-
example: '
|
|
1487
|
-
enum: [
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
type: 'string',
|
|
1496
|
-
description: 'SKU of the Kubernetes node',
|
|
1497
|
-
example: 'GCP-NORTHAMERICA-NORTHEAST1-A-G1-SMALL-SPOT'
|
|
1498
|
-
},
|
|
1499
|
-
cpu: {
|
|
1500
|
-
anyOf: [
|
|
1501
|
-
{
|
|
1502
|
-
type: 'number',
|
|
1503
|
-
format: 'float',
|
|
1504
|
-
description: 'CPU core count of the node',
|
|
1505
|
-
example: 4
|
|
1506
|
-
},
|
|
1507
|
-
{
|
|
1508
|
-
type: 'string',
|
|
1509
|
-
enum: ['']
|
|
1510
|
-
}
|
|
1511
|
-
]
|
|
1512
|
-
},
|
|
1513
|
-
price: {
|
|
1514
|
-
anyOf: [
|
|
1515
|
-
{
|
|
1516
|
-
type: 'number',
|
|
1517
|
-
format: 'float',
|
|
1518
|
-
description: 'Price',
|
|
1519
|
-
example: 4
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
type: 'string',
|
|
1523
|
-
enum: ['']
|
|
1524
|
-
}
|
|
3747
|
+
example: 'cfke_controlplane_pro',
|
|
3748
|
+
enum: [
|
|
3749
|
+
'cfke_controlplane_basic',
|
|
3750
|
+
'cfke_controlplane_pro',
|
|
3751
|
+
'cfke_controlplane_enterprise',
|
|
3752
|
+
'cfke_connected_nodes_basic',
|
|
3753
|
+
'cfke_connected_nodes_pro',
|
|
3754
|
+
'cfke_connected_nodes_enterprise',
|
|
3755
|
+
'cfcr_storage'
|
|
1525
3756
|
]
|
|
1526
3757
|
},
|
|
1527
3758
|
value: {
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
}
|
|
1539
|
-
]
|
|
3759
|
+
type: 'number',
|
|
3760
|
+
format: 'float',
|
|
3761
|
+
description: 'Consumption',
|
|
3762
|
+
example: 4
|
|
3763
|
+
},
|
|
3764
|
+
price: {
|
|
3765
|
+
type: 'number',
|
|
3766
|
+
format: 'float',
|
|
3767
|
+
description: 'Price per unit',
|
|
3768
|
+
example: 0.01
|
|
1540
3769
|
},
|
|
1541
3770
|
total: {
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
format: 'float',
|
|
1546
|
-
description: 'Total',
|
|
1547
|
-
example: 4
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
type: 'string',
|
|
1551
|
-
enum: ['']
|
|
1552
|
-
}
|
|
1553
|
-
]
|
|
3771
|
+
type: 'number',
|
|
3772
|
+
format: 'float',
|
|
3773
|
+
description: 'Total cost'
|
|
1554
3774
|
}
|
|
1555
3775
|
},
|
|
1556
|
-
required: [
|
|
3776
|
+
required: [
|
|
3777
|
+
'hour',
|
|
3778
|
+
'cluster_id',
|
|
3779
|
+
'product',
|
|
3780
|
+
'value',
|
|
3781
|
+
'price',
|
|
3782
|
+
'total'
|
|
3783
|
+
],
|
|
1557
3784
|
additionalProperties: false
|
|
1558
3785
|
};
|
|
1559
3786
|
export const UserCreateInputSchema = {
|
|
@@ -1589,21 +3816,15 @@ export const UserCreateInputSchema = {
|
|
|
1589
3816
|
type: 'string',
|
|
1590
3817
|
minLength: 8,
|
|
1591
3818
|
description: 'User password. Must be at least 8 characters long.'
|
|
1592
|
-
},
|
|
1593
|
-
status: {
|
|
1594
|
-
type: 'string',
|
|
1595
|
-
description: 'Status of the user. Can be `active` or `inactive`. Inactive users cannot log in or manage organization resources.',
|
|
1596
|
-
example: 'active',
|
|
1597
|
-
enum: ['active', 'inactive']
|
|
1598
|
-
},
|
|
1599
|
-
role: {
|
|
1600
|
-
type: 'string',
|
|
1601
|
-
description: "User role. Can be 'Administrator', 'User'.",
|
|
1602
|
-
example: 'User',
|
|
1603
|
-
enum: ['Administrator', 'User']
|
|
1604
3819
|
}
|
|
1605
3820
|
},
|
|
1606
|
-
required: [
|
|
3821
|
+
required: [
|
|
3822
|
+
'email',
|
|
3823
|
+
'first_name',
|
|
3824
|
+
'last_name',
|
|
3825
|
+
'code',
|
|
3826
|
+
'password'
|
|
3827
|
+
],
|
|
1607
3828
|
additionalProperties: false
|
|
1608
3829
|
};
|
|
1609
3830
|
export const UserSchema = {
|
|
@@ -1631,15 +3852,21 @@ export const UserSchema = {
|
|
|
1631
3852
|
},
|
|
1632
3853
|
role: {
|
|
1633
3854
|
type: 'string',
|
|
1634
|
-
description:
|
|
3855
|
+
description: 'User role. Can be \'Administrator\', \'User\'.',
|
|
1635
3856
|
example: 'User',
|
|
1636
|
-
enum: [
|
|
3857
|
+
enum: [
|
|
3858
|
+
'Administrator',
|
|
3859
|
+
'User'
|
|
3860
|
+
]
|
|
1637
3861
|
},
|
|
1638
3862
|
status: {
|
|
1639
3863
|
type: 'string',
|
|
1640
3864
|
description: 'Status of the user. Can be `active` or `inactive`. Inactive users cannot log in or manage organization resources.',
|
|
1641
3865
|
example: 'active',
|
|
1642
|
-
enum: [
|
|
3866
|
+
enum: [
|
|
3867
|
+
'active',
|
|
3868
|
+
'inactive'
|
|
3869
|
+
]
|
|
1643
3870
|
},
|
|
1644
3871
|
id: {
|
|
1645
3872
|
type: 'string',
|
|
@@ -1654,7 +3881,15 @@ export const UserSchema = {
|
|
|
1654
3881
|
example: '2023-11-02T16:08:14.338Z'
|
|
1655
3882
|
}
|
|
1656
3883
|
},
|
|
1657
|
-
required: [
|
|
3884
|
+
required: [
|
|
3885
|
+
'email',
|
|
3886
|
+
'first_name',
|
|
3887
|
+
'last_name',
|
|
3888
|
+
'role',
|
|
3889
|
+
'status',
|
|
3890
|
+
'id',
|
|
3891
|
+
'date_created'
|
|
3892
|
+
],
|
|
1658
3893
|
additionalProperties: false
|
|
1659
3894
|
};
|
|
1660
3895
|
export const UserUpdateInputSchema = {
|
|
@@ -1682,15 +3917,21 @@ export const UserUpdateInputSchema = {
|
|
|
1682
3917
|
},
|
|
1683
3918
|
role: {
|
|
1684
3919
|
type: 'string',
|
|
1685
|
-
description:
|
|
3920
|
+
description: 'User role. Can be \'Administrator\', \'User\'.',
|
|
1686
3921
|
example: 'User',
|
|
1687
|
-
enum: [
|
|
3922
|
+
enum: [
|
|
3923
|
+
'Administrator',
|
|
3924
|
+
'User'
|
|
3925
|
+
]
|
|
1688
3926
|
},
|
|
1689
3927
|
status: {
|
|
1690
3928
|
type: 'string',
|
|
1691
3929
|
description: 'Status of the user. Can be `active` or `inactive`. Inactive users cannot log in or manage organization resources.',
|
|
1692
3930
|
example: 'active',
|
|
1693
|
-
enum: [
|
|
3931
|
+
enum: [
|
|
3932
|
+
'active',
|
|
3933
|
+
'inactive'
|
|
3934
|
+
]
|
|
1694
3935
|
}
|
|
1695
3936
|
},
|
|
1696
3937
|
additionalProperties: false
|