@cloudfleet/sdk 0.0.1-8e8e76c → 0.0.1-90edb44

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.
Files changed (55) hide show
  1. package/dist/client/client.gen.d.ts +3 -0
  2. package/dist/client/client.gen.d.ts.map +1 -0
  3. package/dist/client/client.gen.js +149 -0
  4. package/dist/client/client.gen.js.map +1 -0
  5. package/dist/client/index.d.ts +8 -0
  6. package/dist/client/index.d.ts.map +1 -0
  7. package/dist/client/index.js +6 -0
  8. package/dist/client/index.js.map +1 -0
  9. package/dist/client/types.gen.d.ts +123 -0
  10. package/dist/client/types.gen.d.ts.map +1 -0
  11. package/dist/client/types.gen.js +3 -0
  12. package/dist/client/types.gen.js.map +1 -0
  13. package/dist/client/utils.gen.d.ts +46 -0
  14. package/dist/client/utils.gen.d.ts.map +1 -0
  15. package/dist/client/utils.gen.js +286 -0
  16. package/dist/client/utils.gen.js.map +1 -0
  17. package/dist/client.gen.d.ts +2 -2
  18. package/dist/client.gen.d.ts.map +1 -1
  19. package/dist/client.gen.js +1 -1
  20. package/dist/client.gen.js.map +1 -1
  21. package/dist/core/auth.gen.d.ts +19 -0
  22. package/dist/core/auth.gen.d.ts.map +1 -0
  23. package/dist/core/auth.gen.js +15 -0
  24. package/dist/core/auth.gen.js.map +1 -0
  25. package/dist/core/bodySerializer.gen.d.ts +18 -0
  26. package/dist/core/bodySerializer.gen.d.ts.map +1 -0
  27. package/dist/core/bodySerializer.gen.js +55 -0
  28. package/dist/core/bodySerializer.gen.js.map +1 -0
  29. package/dist/core/params.gen.d.ts +34 -0
  30. package/dist/core/params.gen.d.ts.map +1 -0
  31. package/dist/core/params.gen.js +89 -0
  32. package/dist/core/params.gen.js.map +1 -0
  33. package/dist/core/pathSerializer.gen.d.ts +34 -0
  34. package/dist/core/pathSerializer.gen.d.ts.map +1 -0
  35. package/dist/core/pathSerializer.gen.js +115 -0
  36. package/dist/core/pathSerializer.gen.js.map +1 -0
  37. package/dist/core/types.gen.d.ts +79 -0
  38. package/dist/core/types.gen.d.ts.map +1 -0
  39. package/dist/core/types.gen.js +3 -0
  40. package/dist/core/types.gen.js.map +1 -0
  41. package/dist/schemas.gen.d.ts +287 -107
  42. package/dist/schemas.gen.d.ts.map +1 -1
  43. package/dist/schemas.gen.js +288 -116
  44. package/dist/schemas.gen.js.map +1 -1
  45. package/dist/sdk.gen.d.ts +107 -56
  46. package/dist/sdk.gen.d.ts.map +1 -1
  47. package/dist/sdk.gen.js +120 -19
  48. package/dist/sdk.gen.js.map +1 -1
  49. package/dist/types.gen.d.ts +303 -35
  50. package/dist/types.gen.d.ts.map +1 -1
  51. package/dist/zod.gen.d.ts +2762 -1850
  52. package/dist/zod.gen.d.ts.map +1 -1
  53. package/dist/zod.gen.js +836 -216
  54. package/dist/zod.gen.js.map +1 -1
  55. package/package.json +5 -6
@@ -67,6 +67,19 @@ export const BillingContactSchema = {
67
67
  type: 'string',
68
68
  description: 'Last name of the billing contact person.',
69
69
  example: 'Doe'
70
+ },
71
+ tax_id: {
72
+ type: 'string',
73
+ nullable: true,
74
+ description: 'Tax ID of the organization.',
75
+ example: 'DE123456789'
76
+ },
77
+ tax_id_type: {
78
+ type: 'string',
79
+ nullable: true,
80
+ description: 'Type of the tax ID.',
81
+ example: 'de_vat',
82
+ enum: ['ad_nrt', 'ae_trn', 'al_tin', 'am_tin', 'ao_tin', 'ar_cuit', 'at_vat', 'au_abn', 'au_arn', 'ba_tin', 'bb_tin', 'be_vat', 'bg_uic', 'bg_vat', 'bh_vat', 'bo_tin', 'br_cnpj', 'br_cpf', 'bs_tin', 'by_tin', 'ca_bn', 'ca_gst_hst', 'ca_pst_bc', 'ca_pst_mb', 'ca_pst_sk', 'ca_qst', 'cd_nif', 'ch_uid', 'ch_vat', 'cl_tin', 'cn_tin', 'co_nit', 'cr_tin', 'cy_vat', 'cz_vat', 'de_stn', 'de_vat', 'dk_vat', 'do_rcn', 'ec_ruc', 'ee_vat', 'eg_tin', 'es_cif', 'es_vat', 'eu_oss_vat', 'fi_vat', 'fr_vat', 'gb_vat', 'ge_vat', 'gn_nif', 'gr_vat', 'hk_br', 'hr_oib', 'hr_vat', 'hu_tin', 'hu_vat', 'id_npwp', 'ie_vat', 'il_vat', 'in_gst', 'is_vat', 'it_vat', 'jp_cn', 'jp_rn', 'jp_trn', 'ke_pin', 'kh_tin', 'kr_brn', 'kz_bin', 'li_uid', 'li_vat', 'lt_vat', 'lu_vat', 'lv_vat', 'ma_vat', 'md_vat', 'me_pib', 'mk_vat', 'mr_nif', 'mt_vat', 'mx_rfc', 'my_frp', 'my_itn', 'my_sst', 'ng_tin', 'nl_vat', 'no_vat', 'no_voec', 'np_pan', 'nz_gst', 'om_vat', 'pe_ruc', 'ph_tin', 'pl_vat', 'pt_vat', 'ro_tin', 'ro_vat', 'rs_pib', 'ru_inn', 'ru_kpp', 'sa_vat', 'se_vat', 'sg_gst', 'sg_uen', 'si_tin', 'si_vat', 'sk_vat', 'sn_ninea', 'sr_fin', 'sv_nit', 'th_vat', 'tj_tin', 'tr_tin', 'tw_vat', 'tz_vat', 'ua_vat', 'ug_tin', 'us_ein', 'uy_ruc', 'uz_tin', 'uz_vat', 've_rif', 'vn_tin', 'xi_vat', 'za_vat', 'zm_tin', 'zw_tin', '']
70
83
  }
71
84
  },
72
85
  required: ['email', 'first_name', 'last_name'],
@@ -102,7 +115,7 @@ export const BillingCreditsSchema = {
102
115
  type: 'string'
103
116
  },
104
117
  description: 'List of product SKUs that the promotional code can be used on.',
105
- example: ['SKU123', 'SKU456']
118
+ example: ['cfke_controlplane', 'cfke_connected_nodes', 'infra_compute', 'infra_storage', 'infra_loadbalancing', 'infra_traffic', 'cfcr_storage']
106
119
  },
107
120
  type: {
108
121
  type: 'string',
@@ -132,6 +145,131 @@ export const BillingCreditsSchema = {
132
145
  required: ['date_created', 'code', 'type', 'value', 'billing_period'],
133
146
  additionalProperties: false
134
147
  };
148
+ export const ChartCreateInputSchema = {
149
+ type: 'object',
150
+ properties: {
151
+ values: {
152
+ type: 'string',
153
+ description: 'Values to be used in the chart encoded as a JSON string.'
154
+ },
155
+ version_channel: {
156
+ type: 'string',
157
+ 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-]+)*))?$',
158
+ description: 'Desired version range or channel for the chart.',
159
+ example: '2.x.x-cfke.x'
160
+ },
161
+ name: {
162
+ type: 'string',
163
+ maxLength: 63,
164
+ minLength: 1,
165
+ pattern: '^[a-z0-9]([-a-z0-9]*[a-z0-9])?$',
166
+ description: 'Unique identifier of the chart deployment aka name of the helm release.',
167
+ example: 'postgresql-0'
168
+ },
169
+ namespace: {
170
+ type: 'string',
171
+ maxLength: 63,
172
+ minLength: 1,
173
+ pattern: '^[a-z0-9]([-a-z0-9]*[a-z0-9])?$',
174
+ description: 'Namespace of the chart deployment',
175
+ example: 'default'
176
+ },
177
+ chart: {
178
+ type: 'string',
179
+ maxLength: 63,
180
+ minLength: 1,
181
+ pattern: '^[a-z0-9]([-a-z0-9]*[a-z0-9])?$',
182
+ description: 'Name of the chart listing',
183
+ example: 'postgresql'
184
+ }
185
+ },
186
+ required: ['values', 'version_channel', 'name', 'namespace', 'chart'],
187
+ additionalProperties: false
188
+ };
189
+ export const ChartSchema = {
190
+ type: 'object',
191
+ properties: {
192
+ values: {
193
+ type: 'string',
194
+ description: 'Values to be used in the chart encoded as a JSON string.'
195
+ },
196
+ version_channel: {
197
+ type: 'string',
198
+ 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-]+)*))?$',
199
+ description: 'Desired version range or channel for the chart.',
200
+ example: '2.x.x-cfke.x'
201
+ },
202
+ name: {
203
+ type: 'string',
204
+ maxLength: 63,
205
+ minLength: 1,
206
+ pattern: '^[a-z0-9]([-a-z0-9]*[a-z0-9])?$',
207
+ description: 'Unique identifier of the chart deployment aka name of the helm release.',
208
+ example: 'postgresql-0'
209
+ },
210
+ namespace: {
211
+ type: 'string',
212
+ maxLength: 63,
213
+ minLength: 1,
214
+ pattern: '^[a-z0-9]([-a-z0-9]*[a-z0-9])?$',
215
+ description: 'Namespace of the chart deployment',
216
+ example: 'default'
217
+ },
218
+ chart: {
219
+ type: 'string',
220
+ maxLength: 63,
221
+ minLength: 1,
222
+ pattern: '^[a-z0-9]([-a-z0-9]*[a-z0-9])?$',
223
+ description: 'Name of the chart listing',
224
+ example: 'postgresql'
225
+ },
226
+ status: {
227
+ type: 'string',
228
+ description: 'Status of the chart deployment.',
229
+ example: 'active',
230
+ enum: ['InstallSucceeded', 'InstallFailed', 'UpgradeSucceeded', 'UpgradeFailed', 'TestSucceeded', 'TestFailed', 'RollbackSucceeded', 'RollbackFailed', 'UninstallSucceeded', 'UninstallFailed', 'ArtifactFailed', 'DependencyNotReady', 'Progressing', 'SourceNotReady']
231
+ },
232
+ version_current: {
233
+ type: 'string',
234
+ description: 'Current version of the chart deployment.',
235
+ example: '2.1.33-cfke.11'
236
+ },
237
+ created_at: {
238
+ type: 'string',
239
+ description: 'Creation date and time of the chart deployment.',
240
+ example: '2024-09-12T09:11:27Z'
241
+ },
242
+ updated_at: {
243
+ type: 'string',
244
+ description: 'Last update date and time of the chart deployment.',
245
+ example: '2024-09-12T09:11:27Z'
246
+ },
247
+ ready: {
248
+ type: 'boolean',
249
+ description: 'Indicates if the chart deployment is ready to be used.',
250
+ example: true
251
+ }
252
+ },
253
+ required: ['values', 'version_channel', 'name', 'namespace', 'chart', 'status', 'version_current', 'created_at', 'updated_at', 'ready'],
254
+ additionalProperties: false
255
+ };
256
+ export const ChartUpdateInputSchema = {
257
+ type: 'object',
258
+ properties: {
259
+ values: {
260
+ type: 'string',
261
+ description: 'Values to be used in the chart encoded as a JSON string.'
262
+ },
263
+ version_channel: {
264
+ type: 'string',
265
+ 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-]+)*))?$',
266
+ description: 'Desired version range or channel for the chart.',
267
+ example: '2.x.x-cfke.x'
268
+ }
269
+ },
270
+ required: ['values', 'version_channel'],
271
+ additionalProperties: false
272
+ };
135
273
  export const ClusterCreateInputSchema = {
136
274
  type: 'object',
137
275
  properties: {
@@ -143,19 +281,19 @@ export const ClusterCreateInputSchema = {
143
281
  description: 'Name of the cluster.',
144
282
  example: 'production-cluster'
145
283
  },
146
- region: {
147
- type: 'string',
148
- description: 'Cloudfleet control plane region. One of "staging", "northamerica-central-1". This field can not be updated after creation.',
149
- default: 'staging',
150
- example: 'northamerica-central-1',
151
- enum: ['staging', 'northamerica-central-1']
152
- },
153
284
  tier: {
154
285
  type: 'string',
155
286
  description: 'Tier of the cluster.',
156
287
  example: 'pro',
157
288
  enum: ['basic', 'pro']
158
289
  },
290
+ region: {
291
+ type: 'string',
292
+ description: 'Cloudfleet control plane region. One of "staging", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a". This field can not be updated after creation.',
293
+ default: 'staging',
294
+ example: 'northamerica-central-1a',
295
+ enum: ['staging', 'northamerica-central-1', 'europe-central-1a', 'northamerica-central-1a']
296
+ },
159
297
  version_channel: {
160
298
  type: 'string',
161
299
  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-]+)*))?$',
@@ -209,9 +347,14 @@ MIIC0DCCAbigAwIBAgI...`
209
347
  type: 'string',
210
348
  description: 'Containerd version of the cluster.',
211
349
  example: '1.7.19'
350
+ },
351
+ nvidia_driver: {
352
+ type: 'string',
353
+ description: 'NVIDIA driver version of the cluster.',
354
+ example: '565.0.0'
212
355
  }
213
356
  },
214
- required: ['kubernetes', 'tailscale', 'containerd'],
357
+ required: ['kubernetes', 'tailscale', 'containerd', 'nvidia_driver'],
215
358
  additionalProperties: false,
216
359
  description: 'Versions of the different components of the cluster.'
217
360
  },
@@ -253,19 +396,19 @@ export const ClusterSchema = {
253
396
  description: 'Name of the cluster.',
254
397
  example: 'production-cluster'
255
398
  },
256
- region: {
257
- type: 'string',
258
- description: 'Cloudfleet control plane region. One of "staging", "northamerica-central-1". This field can not be updated after creation.',
259
- default: 'staging',
260
- example: 'northamerica-central-1',
261
- enum: ['staging', 'northamerica-central-1']
262
- },
263
399
  tier: {
264
400
  type: 'string',
265
401
  description: 'Tier of the cluster.',
266
402
  example: 'pro',
267
403
  enum: ['basic', 'pro']
268
404
  },
405
+ region: {
406
+ type: 'string',
407
+ description: 'Cloudfleet control plane region. One of "staging", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a". This field can not be updated after creation.',
408
+ default: 'staging',
409
+ example: 'northamerica-central-1a',
410
+ enum: ['staging', 'northamerica-central-1', 'europe-central-1a', 'northamerica-central-1a']
411
+ },
269
412
  version_channel: {
270
413
  type: 'string',
271
414
  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-]+)*))?$',
@@ -340,6 +483,12 @@ export const ClusterUpdateInputSchema = {
340
483
  description: 'Name of the cluster.',
341
484
  example: 'production-cluster'
342
485
  },
486
+ tier: {
487
+ type: 'string',
488
+ description: 'Tier of the cluster.',
489
+ example: 'pro',
490
+ enum: ['basic', 'pro']
491
+ },
343
492
  version_channel: {
344
493
  type: 'string',
345
494
  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-]+)*))?$',
@@ -347,6 +496,7 @@ export const ClusterUpdateInputSchema = {
347
496
  example: '1.29.x-cfke.x'
348
497
  }
349
498
  },
499
+ required: ['tier'],
350
500
  additionalProperties: false
351
501
  };
352
502
  export const FleetCreateInputSchema = {
@@ -382,34 +532,19 @@ export const FleetCreateInputSchema = {
382
532
  additionalProperties: false
383
533
  },
384
534
  hetzner: {
385
- oneOf: [
386
- {
387
- type: 'object',
388
- properties: {
389
- enabled: {
390
- type: 'boolean',
391
- default: true
392
- },
393
- apiKey: {
394
- type: 'string'
395
- }
396
- },
397
- additionalProperties: false
535
+ type: 'object',
536
+ properties: {
537
+ enabled: {
538
+ type: 'boolean',
539
+ default: true
398
540
  },
399
- {
400
- type: 'object',
401
- properties: {
402
- apiKey: {
403
- type: 'string'
404
- },
405
- enabled: {
406
- type: 'boolean',
407
- default: true
408
- }
409
- },
410
- additionalProperties: false
541
+ apiKey: {
542
+ type: 'string',
543
+ description: 'Hetzner Cloud API key with read / write access'
411
544
  }
412
- ]
545
+ },
546
+ required: ['apiKey'],
547
+ additionalProperties: false
413
548
  },
414
549
  aws: {
415
550
  type: 'object',
@@ -433,14 +568,9 @@ export const FleetCreateInputSchema = {
433
568
  pattern: '^[a-z0-9]([-a-z0-9]*[a-z0-9])?$',
434
569
  description: 'Unique identifier of the kubernetes fleet.',
435
570
  example: 'new-clouds-fleet'
436
- },
437
- type: {
438
- type: 'string',
439
- description: 'Specifies the fleet type: infrastructure managed by Cloudfleet or Connected Fleets.',
440
- enum: ['managed', 'connected']
441
571
  }
442
572
  },
443
- required: ['id', 'type'],
573
+ required: ['id'],
444
574
  additionalProperties: false
445
575
  };
446
576
  export const FleetSchema = {
@@ -476,34 +606,19 @@ export const FleetSchema = {
476
606
  additionalProperties: false
477
607
  },
478
608
  hetzner: {
479
- oneOf: [
480
- {
481
- type: 'object',
482
- properties: {
483
- enabled: {
484
- type: 'boolean',
485
- default: true
486
- },
487
- apiKey: {
488
- type: 'string'
489
- }
490
- },
491
- additionalProperties: false
609
+ type: 'object',
610
+ properties: {
611
+ enabled: {
612
+ type: 'boolean',
613
+ default: true
492
614
  },
493
- {
494
- type: 'object',
495
- properties: {
496
- apiKey: {
497
- type: 'string'
498
- },
499
- enabled: {
500
- type: 'boolean',
501
- default: true
502
- }
503
- },
504
- additionalProperties: false
615
+ apiKey: {
616
+ type: 'string',
617
+ description: 'Hetzner Cloud API key with read / write access'
505
618
  }
506
- ]
619
+ },
620
+ required: ['apiKey'],
621
+ additionalProperties: false
507
622
  },
508
623
  aws: {
509
624
  type: 'object',
@@ -527,14 +642,9 @@ export const FleetSchema = {
527
642
  pattern: '^[a-z0-9]([-a-z0-9]*[a-z0-9])?$',
528
643
  description: 'Unique identifier of the kubernetes fleet.',
529
644
  example: 'new-clouds-fleet'
530
- },
531
- type: {
532
- type: 'string',
533
- description: 'Specifies the fleet type: infrastructure managed by Cloudfleet or Connected Fleets.',
534
- enum: ['managed', 'connected']
535
645
  }
536
646
  },
537
- required: ['id', 'type'],
647
+ required: ['id'],
538
648
  additionalProperties: false
539
649
  };
540
650
  export const FleetUpdateInputSchema = {
@@ -570,34 +680,19 @@ export const FleetUpdateInputSchema = {
570
680
  additionalProperties: false
571
681
  },
572
682
  hetzner: {
573
- oneOf: [
574
- {
575
- type: 'object',
576
- properties: {
577
- enabled: {
578
- type: 'boolean',
579
- default: true
580
- },
581
- apiKey: {
582
- type: 'string'
583
- }
584
- },
585
- additionalProperties: false
683
+ type: 'object',
684
+ properties: {
685
+ enabled: {
686
+ type: 'boolean',
687
+ default: true
586
688
  },
587
- {
588
- type: 'object',
589
- properties: {
590
- apiKey: {
591
- type: 'string'
592
- },
593
- enabled: {
594
- type: 'boolean',
595
- default: true
596
- }
597
- },
598
- additionalProperties: false
689
+ apiKey: {
690
+ type: 'string',
691
+ description: 'Hetzner Cloud API key with read / write access'
599
692
  }
600
- ]
693
+ },
694
+ required: ['apiKey'],
695
+ additionalProperties: false
601
696
  },
602
697
  aws: {
603
698
  type: 'object',
@@ -1008,6 +1103,89 @@ export const InvoiceSchema = {
1008
1103
  },
1009
1104
  additionalProperties: false
1010
1105
  };
1106
+ export const MarketplaceListingSchema = {
1107
+ type: 'object',
1108
+ properties: {
1109
+ id: {
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: {
1123
+ type: 'string',
1124
+ description: 'Author of the chart listing',
1125
+ example: 'Portworx'
1126
+ },
1127
+ description: {
1128
+ type: 'string',
1129
+ description: 'Short description of the chart listing',
1130
+ example: 'Run Kubernetes with unmatched scalability, availability, and self-service access to any storage'
1131
+ },
1132
+ logoUrl: {
1133
+ type: 'string',
1134
+ description: 'Logo of the chart listing',
1135
+ example: 'https://portworx.com/wp-content/themes/portworx/assets/images/header/portworx-logo.png'
1136
+ },
1137
+ longDescription: {
1138
+ type: 'string',
1139
+ description: 'Long description of the chart listing',
1140
+ example: 'Portworx-Enterprise is the complete multi-cloud ready Kubernetes storage platform for running mission-critical apps in production....'
1141
+ },
1142
+ categories: {
1143
+ type: 'array',
1144
+ items: {
1145
+ type: 'string',
1146
+ example: 'AI & Machine Learning'
1147
+ },
1148
+ description: 'Tags of the chart'
1149
+ },
1150
+ version_channels: {
1151
+ type: 'array',
1152
+ items: {
1153
+ type: 'string',
1154
+ 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 of the chart.',
1156
+ example: '2.x.x-cfke.x'
1157
+ }
1158
+ },
1159
+ value_schemas: {
1160
+ type: 'array',
1161
+ items: {
1162
+ type: 'object',
1163
+ properties: {
1164
+ version: {
1165
+ type: 'string',
1166
+ 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-]+)*))?$',
1167
+ description: 'Version of the chart.',
1168
+ example: '2.1.1-cfke.123'
1169
+ },
1170
+ schema: {
1171
+ type: 'string',
1172
+ description: 'Schema of the chart values. JSON Schema as string'
1173
+ },
1174
+ placeholder: {
1175
+ type: 'string',
1176
+ description: 'Schema of the chart values',
1177
+ example: `foo: 1
1178
+ bar: example`
1179
+ }
1180
+ },
1181
+ required: ['version', 'schema', 'placeholder'],
1182
+ additionalProperties: false
1183
+ }
1184
+ }
1185
+ },
1186
+ required: ['id', 'name', 'developer', 'description', 'logoUrl', 'longDescription', 'categories', 'version_channels', 'value_schemas'],
1187
+ additionalProperties: false
1188
+ };
1011
1189
  export const OrganizationCreateInputSchema = {
1012
1190
  type: 'object',
1013
1191
  properties: {
@@ -1097,12 +1275,6 @@ export const OrganizationSchema = {
1097
1275
  description: 'Maximum number of fleets that can be created per cluster.',
1098
1276
  example: 999
1099
1277
  },
1100
- managed_fleets_cpu_max: {
1101
- type: 'integer',
1102
- minimum: 0,
1103
- description: 'Maximum number of CPU cores per managed fleet.',
1104
- example: 999
1105
- },
1106
1278
  cluster_tiers: {
1107
1279
  type: 'array',
1108
1280
  items: {
@@ -1144,7 +1316,7 @@ export const OrganizationSchema = {
1144
1316
  description: 'List of CFKE control plane versions available for the organization.'
1145
1317
  }
1146
1318
  },
1147
- required: ['basic_clusters_max', 'basic_clusters_available', 'pro_clusters_max', 'pro_clusters_available', 'fleets_max', 'managed_fleets_cpu_max', 'cluster_tiers', 'regions', 'versions'],
1319
+ required: ['basic_clusters_max', 'basic_clusters_available', 'pro_clusters_max', 'pro_clusters_available', 'fleets_max', 'cluster_tiers', 'regions', 'versions'],
1148
1320
  additionalProperties: false,
1149
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.'
1150
1322
  },
@@ -1306,13 +1478,13 @@ export const UsageSchema = {
1306
1478
  type: 'string',
1307
1479
  description: 'Tier of the cluster.',
1308
1480
  example: 'pro',
1309
- enum: ['']
1481
+ enum: ['basic', 'pro', '']
1310
1482
  },
1311
1483
  product: {
1312
1484
  type: 'string',
1313
1485
  description: 'The product the usage is associated with',
1314
- example: 'cfke_infra_compute',
1315
- enum: ['cfke_infra_compute', 'cfke_nodes', 'cfke_controlplane']
1486
+ example: 'cfke_controlplane',
1487
+ enum: ['cfke_controlplane', 'cfke_connected_nodes', 'infra_compute', 'infra_storage', 'infra_loadbalancing', 'infra_traffic', 'cfcr_storage']
1316
1488
  },
1317
1489
  node_name: {
1318
1490
  type: 'string',