@cloudfleet/sdk 0.0.1-017af9f → 0.0.1-03062e4
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 +420 -386
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/@tanstack/react-query.gen.js +428 -382
- package/dist/@tanstack/react-query.gen.js.map +1 -1
- package/dist/client/client.gen.d.ts.map +1 -1
- package/dist/client/client.gen.js +1 -4
- package/dist/client/client.gen.js.map +1 -1
- package/dist/client/types.gen.d.ts +1 -1
- package/dist/client/types.gen.d.ts.map +1 -1
- package/dist/client/utils.gen.d.ts +2 -2
- package/dist/client/utils.gen.d.ts.map +1 -1
- package/dist/client/utils.gen.js +3 -3
- package/dist/client/utils.gen.js.map +1 -1
- package/dist/core/params.gen.js +4 -4
- package/dist/core/params.gen.js.map +1 -1
- package/dist/schemas.gen.d.ts +453 -108
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +594 -181
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +237 -215
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +338 -312
- package/dist/sdk.gen.js.map +1 -1
- package/dist/types.gen.d.ts +1072 -744
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +1634 -1485
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +452 -336
- package/dist/zod.gen.js.map +1 -1
- package/package.json +8 -11
package/dist/schemas.gen.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
export declare const BillingContactSchema: {
|
|
2
2
|
readonly type: "object";
|
|
3
3
|
readonly properties: {
|
|
4
|
+
readonly type: {
|
|
5
|
+
readonly type: "string";
|
|
6
|
+
readonly description: "Type of the organization. `business` for legal entities, `personal` for individuals.";
|
|
7
|
+
readonly example: "business";
|
|
8
|
+
readonly enum: readonly ["business", "personal"];
|
|
9
|
+
};
|
|
4
10
|
readonly company: {
|
|
5
11
|
readonly type: "string";
|
|
6
12
|
readonly maxLength: 120;
|
|
@@ -76,7 +82,7 @@ export declare const BillingContactSchema: {
|
|
|
76
82
|
readonly enum: readonly ["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", ""];
|
|
77
83
|
};
|
|
78
84
|
};
|
|
79
|
-
readonly required: readonly ["email", "individual_name"];
|
|
85
|
+
readonly required: readonly ["type", "email", "individual_name"];
|
|
80
86
|
readonly additionalProperties: false;
|
|
81
87
|
};
|
|
82
88
|
export declare const BillingCreditsSchema: {
|
|
@@ -211,9 +217,8 @@ export declare const ChartSchema: {
|
|
|
211
217
|
};
|
|
212
218
|
readonly status: {
|
|
213
219
|
readonly type: "string";
|
|
214
|
-
readonly description: "Status of the chart deployment.";
|
|
215
|
-
readonly example: "
|
|
216
|
-
readonly enum: readonly ["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"];
|
|
220
|
+
readonly description: "Status of the chart deployment (Flux HelmRelease Ready condition reason, e.g. InstallSucceeded, UpgradeFailed, Progressing).";
|
|
221
|
+
readonly example: "InstallSucceeded";
|
|
217
222
|
};
|
|
218
223
|
readonly version_current: {
|
|
219
224
|
readonly type: "string";
|
|
@@ -270,27 +275,103 @@ export declare const ClusterCreateInputSchema: {
|
|
|
270
275
|
readonly tier: {
|
|
271
276
|
readonly type: "string";
|
|
272
277
|
readonly description: "Tier of the cluster.";
|
|
278
|
+
readonly default: "basic";
|
|
273
279
|
readonly example: "pro";
|
|
274
280
|
readonly enum: readonly ["basic", "pro"];
|
|
275
281
|
};
|
|
276
|
-
readonly region: {
|
|
277
|
-
readonly type: "string";
|
|
278
|
-
readonly description: "Cloudfleet control plane region. One of \"staging-1a\", \"northamerica-central-1\", \"europe-central-1a\", \"northamerica-central-1a\". This field can not be updated after creation.";
|
|
279
|
-
readonly default: "staging-1a";
|
|
280
|
-
readonly example: "northamerica-central-1a";
|
|
281
|
-
readonly enum: readonly ["staging-1a", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a"];
|
|
282
|
-
};
|
|
283
282
|
readonly version_channel: {
|
|
284
283
|
readonly type: "string";
|
|
285
284
|
readonly 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-]+)*))?$";
|
|
286
285
|
readonly description: "Version of the kubernetes cluster.";
|
|
287
286
|
readonly default: "1.x.x-cfke.x";
|
|
288
287
|
readonly example: "1.x.x-cfke.x";
|
|
289
|
-
|
|
288
|
+
};
|
|
289
|
+
readonly release_channel: {
|
|
290
|
+
readonly type: "string";
|
|
291
|
+
readonly description: "Release channel for the cluster's control plane.";
|
|
292
|
+
readonly default: "rapid";
|
|
293
|
+
readonly example: "rapid";
|
|
294
|
+
readonly enum: readonly ["rapid", "stable", "extended"];
|
|
295
|
+
};
|
|
296
|
+
readonly features: {
|
|
297
|
+
readonly type: "object";
|
|
298
|
+
readonly properties: {
|
|
299
|
+
readonly gpu_sharing_strategy: {
|
|
300
|
+
readonly type: "string";
|
|
301
|
+
readonly description: "GPU sharing strategy.";
|
|
302
|
+
readonly default: "none";
|
|
303
|
+
readonly example: "none";
|
|
304
|
+
readonly enum: readonly ["none", "mps", "time_slicing"];
|
|
305
|
+
};
|
|
306
|
+
readonly gpu_max_shared_clients_per_gpu: {
|
|
307
|
+
readonly type: "integer";
|
|
308
|
+
readonly minimum: 2;
|
|
309
|
+
readonly maximum: 48;
|
|
310
|
+
readonly description: "Maximum number of pods that may share a single GPU.";
|
|
311
|
+
readonly default: 4;
|
|
312
|
+
readonly example: 10;
|
|
313
|
+
};
|
|
314
|
+
readonly cilium_socket_lb_host_namespace_only: {
|
|
315
|
+
readonly type: "boolean";
|
|
316
|
+
readonly description: "Restrict Cilium socket load-balancing to the host namespace. Required for the Tailscale operator and Istio.";
|
|
317
|
+
readonly example: false;
|
|
318
|
+
};
|
|
319
|
+
};
|
|
320
|
+
readonly additionalProperties: false;
|
|
321
|
+
readonly description: "Cluster feature toggles.";
|
|
322
|
+
readonly default: {
|
|
323
|
+
readonly gpu_sharing_strategy: "none";
|
|
324
|
+
readonly gpu_max_shared_clients_per_gpu: 4;
|
|
325
|
+
readonly cilium_socket_lb_host_namespace_only: false;
|
|
326
|
+
};
|
|
327
|
+
};
|
|
328
|
+
readonly region: {
|
|
329
|
+
readonly type: "string";
|
|
330
|
+
readonly description: "Cloudfleet control plane region. This field can not be updated after creation.";
|
|
331
|
+
readonly example: "europe-central-1a";
|
|
332
|
+
};
|
|
333
|
+
readonly networking: {
|
|
334
|
+
readonly type: "object";
|
|
335
|
+
readonly properties: {
|
|
336
|
+
readonly pod_cidr: {
|
|
337
|
+
readonly type: "string";
|
|
338
|
+
readonly description: "CIDR block for pod IPs.";
|
|
339
|
+
readonly default: "10.244.0.0/16";
|
|
340
|
+
};
|
|
341
|
+
readonly service_cidr: {
|
|
342
|
+
readonly type: "string";
|
|
343
|
+
readonly description: "CIDR block for service IPs.";
|
|
344
|
+
readonly default: "10.96.0.0/12";
|
|
345
|
+
};
|
|
346
|
+
readonly dual_stack: {
|
|
347
|
+
readonly type: "boolean";
|
|
348
|
+
readonly description: "Enable IPv4+IPv6 dual-stack networking.";
|
|
349
|
+
};
|
|
350
|
+
readonly pod_cidr_v6: {
|
|
351
|
+
readonly type: "string";
|
|
352
|
+
readonly description: "IPv6 pod CIDR. Requires dual_stack.";
|
|
353
|
+
readonly default: "2001:db8:1:2::/48";
|
|
354
|
+
};
|
|
355
|
+
readonly service_cidr_v6: {
|
|
356
|
+
readonly type: "string";
|
|
357
|
+
readonly description: "IPv6 service CIDR. Requires dual_stack.";
|
|
358
|
+
readonly default: "2001:db8:1:1::/112";
|
|
359
|
+
};
|
|
360
|
+
};
|
|
361
|
+
readonly additionalProperties: false;
|
|
362
|
+
readonly description: "Cluster networking configuration. Immutable after creation.";
|
|
363
|
+
readonly default: {
|
|
364
|
+
readonly pod_cidr: "10.244.0.0/16";
|
|
365
|
+
readonly service_cidr: "10.96.0.0/12";
|
|
366
|
+
readonly dual_stack: false;
|
|
367
|
+
readonly pod_cidr_v6: "2001:db8:1:2::/48";
|
|
368
|
+
readonly service_cidr_v6: "2001:db8:1:1::/112";
|
|
369
|
+
};
|
|
290
370
|
};
|
|
291
371
|
};
|
|
292
|
-
readonly required: readonly ["name", "
|
|
372
|
+
readonly required: readonly ["name", "region"];
|
|
293
373
|
readonly additionalProperties: false;
|
|
374
|
+
readonly description: "Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.";
|
|
294
375
|
};
|
|
295
376
|
export declare const ClusterJoinInformationSchema: {
|
|
296
377
|
readonly type: "object";
|
|
@@ -311,6 +392,11 @@ export declare const ClusterJoinInformationSchema: {
|
|
|
311
392
|
readonly description: "Cluster DNS IP address. This is the IP address of the kube-dns service in the cluster.";
|
|
312
393
|
readonly example: "10.96.0.10";
|
|
313
394
|
};
|
|
395
|
+
readonly pod_cidr: {
|
|
396
|
+
readonly type: "string";
|
|
397
|
+
readonly description: "Pod CIDR for the cluster. Used to configure iptables rules on nodes to prevent Tailscale routing loops.";
|
|
398
|
+
readonly example: "10.244.0.0/16";
|
|
399
|
+
};
|
|
314
400
|
readonly auth_key: {
|
|
315
401
|
readonly type: "string";
|
|
316
402
|
readonly description: "Authentication key for the cluster.";
|
|
@@ -373,7 +459,7 @@ export declare const ClusterJoinInformationSchema: {
|
|
|
373
459
|
readonly description: "OIDC Information for hosts to access to third party API's.";
|
|
374
460
|
};
|
|
375
461
|
};
|
|
376
|
-
readonly required: readonly ["certificate_authority", "endpoint", "cluster_dns", "auth_key", "bootstrap_token", "versions", "third_party_api_access_config"];
|
|
462
|
+
readonly required: readonly ["certificate_authority", "endpoint", "cluster_dns", "pod_cidr", "auth_key", "bootstrap_token", "versions", "third_party_api_access_config"];
|
|
377
463
|
readonly additionalProperties: false;
|
|
378
464
|
};
|
|
379
465
|
export declare const ClusterSchema: {
|
|
@@ -390,15 +476,100 @@ export declare const ClusterSchema: {
|
|
|
390
476
|
readonly tier: {
|
|
391
477
|
readonly type: "string";
|
|
392
478
|
readonly description: "Tier of the cluster.";
|
|
479
|
+
readonly default: "basic";
|
|
393
480
|
readonly example: "pro";
|
|
394
481
|
readonly enum: readonly ["basic", "pro"];
|
|
395
482
|
};
|
|
483
|
+
readonly version_channel: {
|
|
484
|
+
readonly type: "string";
|
|
485
|
+
readonly 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-]+)*))?$";
|
|
486
|
+
readonly description: "Version of the kubernetes cluster.";
|
|
487
|
+
readonly default: "1.x.x-cfke.x";
|
|
488
|
+
readonly example: "1.x.x-cfke.x";
|
|
489
|
+
};
|
|
490
|
+
readonly release_channel: {
|
|
491
|
+
readonly type: "string";
|
|
492
|
+
readonly description: "Release channel for the cluster's control plane.";
|
|
493
|
+
readonly default: "rapid";
|
|
494
|
+
readonly example: "rapid";
|
|
495
|
+
readonly enum: readonly ["rapid", "stable", "extended"];
|
|
496
|
+
};
|
|
497
|
+
readonly features: {
|
|
498
|
+
readonly type: "object";
|
|
499
|
+
readonly properties: {
|
|
500
|
+
readonly gpu_sharing_strategy: {
|
|
501
|
+
readonly type: "string";
|
|
502
|
+
readonly description: "GPU sharing strategy.";
|
|
503
|
+
readonly default: "none";
|
|
504
|
+
readonly example: "none";
|
|
505
|
+
readonly enum: readonly ["none", "mps", "time_slicing"];
|
|
506
|
+
};
|
|
507
|
+
readonly gpu_max_shared_clients_per_gpu: {
|
|
508
|
+
readonly type: "integer";
|
|
509
|
+
readonly minimum: 2;
|
|
510
|
+
readonly maximum: 48;
|
|
511
|
+
readonly description: "Maximum number of pods that may share a single GPU.";
|
|
512
|
+
readonly default: 4;
|
|
513
|
+
readonly example: 10;
|
|
514
|
+
};
|
|
515
|
+
readonly cilium_socket_lb_host_namespace_only: {
|
|
516
|
+
readonly type: "boolean";
|
|
517
|
+
readonly description: "Restrict Cilium socket load-balancing to the host namespace. Required for the Tailscale operator and Istio.";
|
|
518
|
+
readonly example: false;
|
|
519
|
+
};
|
|
520
|
+
};
|
|
521
|
+
readonly required: readonly ["gpu_sharing_strategy", "gpu_max_shared_clients_per_gpu", "cilium_socket_lb_host_namespace_only"];
|
|
522
|
+
readonly additionalProperties: false;
|
|
523
|
+
readonly description: "Cluster feature toggles.";
|
|
524
|
+
readonly default: {
|
|
525
|
+
readonly gpu_sharing_strategy: "none";
|
|
526
|
+
readonly gpu_max_shared_clients_per_gpu: 4;
|
|
527
|
+
readonly cilium_socket_lb_host_namespace_only: false;
|
|
528
|
+
};
|
|
529
|
+
};
|
|
396
530
|
readonly region: {
|
|
397
531
|
readonly type: "string";
|
|
398
|
-
readonly description: "Cloudfleet control plane region.
|
|
399
|
-
readonly
|
|
400
|
-
|
|
401
|
-
|
|
532
|
+
readonly description: "Cloudfleet control plane region. This field can not be updated after creation.";
|
|
533
|
+
readonly example: "europe-central-1a";
|
|
534
|
+
};
|
|
535
|
+
readonly networking: {
|
|
536
|
+
readonly type: "object";
|
|
537
|
+
readonly properties: {
|
|
538
|
+
readonly pod_cidr: {
|
|
539
|
+
readonly type: "string";
|
|
540
|
+
readonly description: "CIDR block for pod IPs.";
|
|
541
|
+
readonly default: "10.244.0.0/16";
|
|
542
|
+
};
|
|
543
|
+
readonly service_cidr: {
|
|
544
|
+
readonly type: "string";
|
|
545
|
+
readonly description: "CIDR block for service IPs.";
|
|
546
|
+
readonly default: "10.96.0.0/12";
|
|
547
|
+
};
|
|
548
|
+
readonly dual_stack: {
|
|
549
|
+
readonly type: "boolean";
|
|
550
|
+
readonly description: "Enable IPv4+IPv6 dual-stack networking.";
|
|
551
|
+
};
|
|
552
|
+
readonly pod_cidr_v6: {
|
|
553
|
+
readonly type: "string";
|
|
554
|
+
readonly description: "IPv6 pod CIDR. Requires dual_stack.";
|
|
555
|
+
readonly default: "2001:db8:1:2::/48";
|
|
556
|
+
};
|
|
557
|
+
readonly service_cidr_v6: {
|
|
558
|
+
readonly type: "string";
|
|
559
|
+
readonly description: "IPv6 service CIDR. Requires dual_stack.";
|
|
560
|
+
readonly default: "2001:db8:1:1::/112";
|
|
561
|
+
};
|
|
562
|
+
};
|
|
563
|
+
readonly required: readonly ["pod_cidr", "service_cidr", "dual_stack", "pod_cidr_v6", "service_cidr_v6"];
|
|
564
|
+
readonly additionalProperties: false;
|
|
565
|
+
readonly description: "Cluster networking configuration. Immutable after creation.";
|
|
566
|
+
readonly default: {
|
|
567
|
+
readonly pod_cidr: "10.244.0.0/16";
|
|
568
|
+
readonly service_cidr: "10.96.0.0/12";
|
|
569
|
+
readonly dual_stack: false;
|
|
570
|
+
readonly pod_cidr_v6: "2001:db8:1:2::/48";
|
|
571
|
+
readonly service_cidr_v6: "2001:db8:1:1::/112";
|
|
572
|
+
};
|
|
402
573
|
};
|
|
403
574
|
readonly id: {
|
|
404
575
|
readonly type: "string";
|
|
@@ -408,16 +579,16 @@ export declare const ClusterSchema: {
|
|
|
408
579
|
};
|
|
409
580
|
readonly status: {
|
|
410
581
|
readonly type: "string";
|
|
411
|
-
readonly description: "Status of the cluster.
|
|
412
|
-
readonly example: "
|
|
413
|
-
readonly enum: readonly ["
|
|
582
|
+
readonly description: "Status of the cluster.";
|
|
583
|
+
readonly example: "deployed";
|
|
584
|
+
readonly enum: readonly ["creating", "deployed", "updating", "disabled"];
|
|
414
585
|
};
|
|
415
586
|
readonly endpoint: {
|
|
416
587
|
readonly anyOf: readonly [{
|
|
417
588
|
readonly type: "string";
|
|
418
589
|
readonly format: "uri";
|
|
419
|
-
readonly description: "URL signed by
|
|
420
|
-
readonly example: "https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.
|
|
590
|
+
readonly 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.";
|
|
591
|
+
readonly example: "https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.io";
|
|
421
592
|
}, {
|
|
422
593
|
readonly type: "string";
|
|
423
594
|
readonly enum: readonly [""];
|
|
@@ -427,7 +598,7 @@ export declare const ClusterSchema: {
|
|
|
427
598
|
readonly anyOf: readonly [{
|
|
428
599
|
readonly type: "string";
|
|
429
600
|
readonly format: "uri";
|
|
430
|
-
readonly description: "
|
|
601
|
+
readonly description: "Deprecated alias of `endpoint`; retained for backward compatibility.";
|
|
431
602
|
readonly example: "https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.io";
|
|
432
603
|
}, {
|
|
433
604
|
readonly type: "string";
|
|
@@ -459,15 +630,10 @@ export declare const ClusterSchema: {
|
|
|
459
630
|
readonly description: "Indicates if the cluster is ready to be used.";
|
|
460
631
|
readonly example: true;
|
|
461
632
|
};
|
|
462
|
-
readonly version_channel: {
|
|
463
|
-
readonly type: "string";
|
|
464
|
-
readonly 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-]+)*))?$";
|
|
465
|
-
readonly description: "Version of the kubernetes cluster.";
|
|
466
|
-
readonly example: "1.x.x-cfke.x";
|
|
467
|
-
};
|
|
468
633
|
};
|
|
469
|
-
readonly required: readonly ["name", "tier", "id", "status"];
|
|
634
|
+
readonly required: readonly ["name", "tier", "version_channel", "release_channel", "features", "region", "networking", "id", "status", "ready"];
|
|
470
635
|
readonly additionalProperties: false;
|
|
636
|
+
readonly description: "Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.";
|
|
471
637
|
};
|
|
472
638
|
export declare const ClusterUpdateInputSchema: {
|
|
473
639
|
readonly type: "object";
|
|
@@ -483,6 +649,7 @@ export declare const ClusterUpdateInputSchema: {
|
|
|
483
649
|
readonly tier: {
|
|
484
650
|
readonly type: "string";
|
|
485
651
|
readonly description: "Tier of the cluster.";
|
|
652
|
+
readonly default: "basic";
|
|
486
653
|
readonly example: "pro";
|
|
487
654
|
readonly enum: readonly ["basic", "pro"];
|
|
488
655
|
};
|
|
@@ -490,11 +657,52 @@ export declare const ClusterUpdateInputSchema: {
|
|
|
490
657
|
readonly type: "string";
|
|
491
658
|
readonly 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-]+)*))?$";
|
|
492
659
|
readonly description: "Version of the kubernetes cluster.";
|
|
660
|
+
readonly default: "1.x.x-cfke.x";
|
|
493
661
|
readonly example: "1.x.x-cfke.x";
|
|
494
662
|
};
|
|
663
|
+
readonly release_channel: {
|
|
664
|
+
readonly type: "string";
|
|
665
|
+
readonly description: "Release channel for the cluster's control plane.";
|
|
666
|
+
readonly default: "rapid";
|
|
667
|
+
readonly example: "rapid";
|
|
668
|
+
readonly enum: readonly ["rapid", "stable", "extended"];
|
|
669
|
+
};
|
|
670
|
+
readonly features: {
|
|
671
|
+
readonly type: "object";
|
|
672
|
+
readonly properties: {
|
|
673
|
+
readonly gpu_sharing_strategy: {
|
|
674
|
+
readonly type: "string";
|
|
675
|
+
readonly description: "GPU sharing strategy.";
|
|
676
|
+
readonly default: "none";
|
|
677
|
+
readonly example: "none";
|
|
678
|
+
readonly enum: readonly ["none", "mps", "time_slicing"];
|
|
679
|
+
};
|
|
680
|
+
readonly gpu_max_shared_clients_per_gpu: {
|
|
681
|
+
readonly type: "integer";
|
|
682
|
+
readonly minimum: 2;
|
|
683
|
+
readonly maximum: 48;
|
|
684
|
+
readonly description: "Maximum number of pods that may share a single GPU.";
|
|
685
|
+
readonly default: 4;
|
|
686
|
+
readonly example: 10;
|
|
687
|
+
};
|
|
688
|
+
readonly cilium_socket_lb_host_namespace_only: {
|
|
689
|
+
readonly type: "boolean";
|
|
690
|
+
readonly description: "Restrict Cilium socket load-balancing to the host namespace. Required for the Tailscale operator and Istio.";
|
|
691
|
+
readonly example: false;
|
|
692
|
+
};
|
|
693
|
+
};
|
|
694
|
+
readonly additionalProperties: false;
|
|
695
|
+
readonly description: "Cluster feature toggles.";
|
|
696
|
+
readonly default: {
|
|
697
|
+
readonly gpu_sharing_strategy: "none";
|
|
698
|
+
readonly gpu_max_shared_clients_per_gpu: 4;
|
|
699
|
+
readonly cilium_socket_lb_host_namespace_only: false;
|
|
700
|
+
};
|
|
701
|
+
};
|
|
495
702
|
};
|
|
496
|
-
readonly required: readonly ["
|
|
703
|
+
readonly required: readonly ["name"];
|
|
497
704
|
readonly additionalProperties: false;
|
|
705
|
+
readonly description: "Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.";
|
|
498
706
|
};
|
|
499
707
|
export declare const FleetCreateInputSchema: {
|
|
500
708
|
readonly type: "object";
|
|
@@ -503,10 +711,10 @@ export declare const FleetCreateInputSchema: {
|
|
|
503
711
|
readonly type: "object";
|
|
504
712
|
readonly properties: {
|
|
505
713
|
readonly cpu: {
|
|
506
|
-
readonly type: "
|
|
507
|
-
readonly format: "float";
|
|
714
|
+
readonly type: "integer";
|
|
508
715
|
readonly minimum: 0;
|
|
509
|
-
readonly
|
|
716
|
+
readonly maximum: 100000;
|
|
717
|
+
readonly description: "CPU limit in cores. Maximum 100,000.";
|
|
510
718
|
};
|
|
511
719
|
};
|
|
512
720
|
readonly additionalProperties: false;
|
|
@@ -517,14 +725,15 @@ export declare const FleetCreateInputSchema: {
|
|
|
517
725
|
readonly properties: {
|
|
518
726
|
readonly enabled: {
|
|
519
727
|
readonly type: "boolean";
|
|
520
|
-
readonly default: true;
|
|
521
728
|
};
|
|
522
729
|
readonly project: {
|
|
523
730
|
readonly type: "string";
|
|
524
|
-
readonly
|
|
731
|
+
readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
|
|
732
|
+
readonly 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.";
|
|
733
|
+
readonly example: "my-cloudfleet-project";
|
|
525
734
|
};
|
|
526
735
|
};
|
|
527
|
-
readonly required: readonly ["
|
|
736
|
+
readonly required: readonly ["enabled"];
|
|
528
737
|
readonly additionalProperties: false;
|
|
529
738
|
};
|
|
530
739
|
readonly hetzner: {
|
|
@@ -532,13 +741,16 @@ export declare const FleetCreateInputSchema: {
|
|
|
532
741
|
readonly properties: {
|
|
533
742
|
readonly enabled: {
|
|
534
743
|
readonly type: "boolean";
|
|
535
|
-
readonly default: true;
|
|
536
744
|
};
|
|
537
745
|
readonly apiKey: {
|
|
538
746
|
readonly type: "string";
|
|
539
|
-
readonly
|
|
747
|
+
readonly maxLength: 64;
|
|
748
|
+
readonly minLength: 64;
|
|
749
|
+
readonly pattern: "^([A-Za-z0-9]{64}|\\*{64})$";
|
|
750
|
+
readonly 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.";
|
|
540
751
|
};
|
|
541
752
|
};
|
|
753
|
+
readonly required: readonly ["enabled"];
|
|
542
754
|
readonly additionalProperties: false;
|
|
543
755
|
};
|
|
544
756
|
readonly aws: {
|
|
@@ -546,14 +758,15 @@ export declare const FleetCreateInputSchema: {
|
|
|
546
758
|
readonly properties: {
|
|
547
759
|
readonly enabled: {
|
|
548
760
|
readonly type: "boolean";
|
|
549
|
-
readonly default: true;
|
|
550
761
|
};
|
|
551
762
|
readonly controllerRoleArn: {
|
|
552
763
|
readonly type: "string";
|
|
553
|
-
readonly
|
|
764
|
+
readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
|
|
765
|
+
readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
|
|
766
|
+
readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
|
|
554
767
|
};
|
|
555
768
|
};
|
|
556
|
-
readonly required: readonly ["
|
|
769
|
+
readonly required: readonly ["enabled"];
|
|
557
770
|
readonly additionalProperties: false;
|
|
558
771
|
};
|
|
559
772
|
readonly constraints: {
|
|
@@ -565,7 +778,9 @@ export declare const FleetCreateInputSchema: {
|
|
|
565
778
|
readonly type: "string";
|
|
566
779
|
readonly enum: readonly ["on-demand", "spot"];
|
|
567
780
|
};
|
|
781
|
+
readonly minItems: 1;
|
|
568
782
|
readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
|
|
783
|
+
readonly default: readonly ["on-demand", "spot"];
|
|
569
784
|
};
|
|
570
785
|
readonly 'kubernetes.io/arch': {
|
|
571
786
|
readonly type: "array";
|
|
@@ -573,7 +788,9 @@ export declare const FleetCreateInputSchema: {
|
|
|
573
788
|
readonly type: "string";
|
|
574
789
|
readonly enum: readonly ["amd64", "arm64"];
|
|
575
790
|
};
|
|
791
|
+
readonly minItems: 1;
|
|
576
792
|
readonly description: "Allowed values for `kubernetes.io/arch`.";
|
|
793
|
+
readonly default: readonly ["amd64"];
|
|
577
794
|
};
|
|
578
795
|
readonly 'cfke.io/instance-family': {
|
|
579
796
|
readonly type: "array";
|
|
@@ -582,6 +799,7 @@ export declare const FleetCreateInputSchema: {
|
|
|
582
799
|
readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
|
|
583
800
|
};
|
|
584
801
|
readonly description: "Allowed values for `cfke.io/instance-family`.";
|
|
802
|
+
readonly default: readonly [];
|
|
585
803
|
};
|
|
586
804
|
readonly 'topology.kubernetes.io/region': {
|
|
587
805
|
readonly type: "array";
|
|
@@ -590,14 +808,22 @@ export declare const FleetCreateInputSchema: {
|
|
|
590
808
|
readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
|
|
591
809
|
};
|
|
592
810
|
readonly description: "Allowed values for `topology.kubernetes.io/region`.";
|
|
811
|
+
readonly default: readonly [];
|
|
593
812
|
};
|
|
594
813
|
};
|
|
595
814
|
readonly additionalProperties: false;
|
|
596
|
-
readonly 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.
|
|
815
|
+
readonly 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.";
|
|
816
|
+
readonly default: {
|
|
817
|
+
readonly 'karpenter.sh/capacity-type': readonly ["on-demand", "spot"];
|
|
818
|
+
readonly 'kubernetes.io/arch': readonly ["amd64"];
|
|
819
|
+
readonly 'cfke.io/instance-family': readonly [];
|
|
820
|
+
readonly 'topology.kubernetes.io/region': readonly [];
|
|
821
|
+
};
|
|
597
822
|
};
|
|
598
823
|
readonly scalingProfile: {
|
|
599
824
|
readonly type: "string";
|
|
600
|
-
readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
|
|
825
|
+
readonly 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`).";
|
|
826
|
+
readonly default: "conservative";
|
|
601
827
|
readonly example: "conservative";
|
|
602
828
|
readonly enum: readonly ["aggressive", "conservative"];
|
|
603
829
|
};
|
|
@@ -612,6 +838,7 @@ export declare const FleetCreateInputSchema: {
|
|
|
612
838
|
};
|
|
613
839
|
readonly required: readonly ["id"];
|
|
614
840
|
readonly additionalProperties: false;
|
|
841
|
+
readonly description: "Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.";
|
|
615
842
|
};
|
|
616
843
|
export declare const FleetSchema: {
|
|
617
844
|
readonly type: "object";
|
|
@@ -620,10 +847,10 @@ export declare const FleetSchema: {
|
|
|
620
847
|
readonly type: "object";
|
|
621
848
|
readonly properties: {
|
|
622
849
|
readonly cpu: {
|
|
623
|
-
readonly type: "
|
|
624
|
-
readonly format: "float";
|
|
850
|
+
readonly type: "integer";
|
|
625
851
|
readonly minimum: 0;
|
|
626
|
-
readonly
|
|
852
|
+
readonly maximum: 100000;
|
|
853
|
+
readonly description: "CPU limit in cores. Maximum 100,000.";
|
|
627
854
|
};
|
|
628
855
|
};
|
|
629
856
|
readonly additionalProperties: false;
|
|
@@ -634,14 +861,15 @@ export declare const FleetSchema: {
|
|
|
634
861
|
readonly properties: {
|
|
635
862
|
readonly enabled: {
|
|
636
863
|
readonly type: "boolean";
|
|
637
|
-
readonly default: true;
|
|
638
864
|
};
|
|
639
865
|
readonly project: {
|
|
640
866
|
readonly type: "string";
|
|
641
|
-
readonly
|
|
867
|
+
readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
|
|
868
|
+
readonly 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.";
|
|
869
|
+
readonly example: "my-cloudfleet-project";
|
|
642
870
|
};
|
|
643
871
|
};
|
|
644
|
-
readonly required: readonly ["
|
|
872
|
+
readonly required: readonly ["enabled"];
|
|
645
873
|
readonly additionalProperties: false;
|
|
646
874
|
};
|
|
647
875
|
readonly hetzner: {
|
|
@@ -649,13 +877,14 @@ export declare const FleetSchema: {
|
|
|
649
877
|
readonly properties: {
|
|
650
878
|
readonly enabled: {
|
|
651
879
|
readonly type: "boolean";
|
|
652
|
-
readonly default: true;
|
|
653
880
|
};
|
|
654
881
|
readonly apiKey: {
|
|
655
882
|
readonly type: "string";
|
|
656
|
-
readonly
|
|
883
|
+
readonly pattern: "^\\*{64}$";
|
|
884
|
+
readonly 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.";
|
|
657
885
|
};
|
|
658
886
|
};
|
|
887
|
+
readonly required: readonly ["enabled"];
|
|
659
888
|
readonly additionalProperties: false;
|
|
660
889
|
};
|
|
661
890
|
readonly aws: {
|
|
@@ -663,14 +892,15 @@ export declare const FleetSchema: {
|
|
|
663
892
|
readonly properties: {
|
|
664
893
|
readonly enabled: {
|
|
665
894
|
readonly type: "boolean";
|
|
666
|
-
readonly default: true;
|
|
667
895
|
};
|
|
668
896
|
readonly controllerRoleArn: {
|
|
669
897
|
readonly type: "string";
|
|
670
|
-
readonly
|
|
898
|
+
readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
|
|
899
|
+
readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
|
|
900
|
+
readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
|
|
671
901
|
};
|
|
672
902
|
};
|
|
673
|
-
readonly required: readonly ["
|
|
903
|
+
readonly required: readonly ["enabled"];
|
|
674
904
|
readonly additionalProperties: false;
|
|
675
905
|
};
|
|
676
906
|
readonly constraints: {
|
|
@@ -682,7 +912,9 @@ export declare const FleetSchema: {
|
|
|
682
912
|
readonly type: "string";
|
|
683
913
|
readonly enum: readonly ["on-demand", "spot"];
|
|
684
914
|
};
|
|
915
|
+
readonly minItems: 1;
|
|
685
916
|
readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
|
|
917
|
+
readonly default: readonly ["on-demand", "spot"];
|
|
686
918
|
};
|
|
687
919
|
readonly 'kubernetes.io/arch': {
|
|
688
920
|
readonly type: "array";
|
|
@@ -690,7 +922,9 @@ export declare const FleetSchema: {
|
|
|
690
922
|
readonly type: "string";
|
|
691
923
|
readonly enum: readonly ["amd64", "arm64"];
|
|
692
924
|
};
|
|
925
|
+
readonly minItems: 1;
|
|
693
926
|
readonly description: "Allowed values for `kubernetes.io/arch`.";
|
|
927
|
+
readonly default: readonly ["amd64"];
|
|
694
928
|
};
|
|
695
929
|
readonly 'cfke.io/instance-family': {
|
|
696
930
|
readonly type: "array";
|
|
@@ -699,6 +933,7 @@ export declare const FleetSchema: {
|
|
|
699
933
|
readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
|
|
700
934
|
};
|
|
701
935
|
readonly description: "Allowed values for `cfke.io/instance-family`.";
|
|
936
|
+
readonly default: readonly [];
|
|
702
937
|
};
|
|
703
938
|
readonly 'topology.kubernetes.io/region': {
|
|
704
939
|
readonly type: "array";
|
|
@@ -707,14 +942,23 @@ export declare const FleetSchema: {
|
|
|
707
942
|
readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
|
|
708
943
|
};
|
|
709
944
|
readonly description: "Allowed values for `topology.kubernetes.io/region`.";
|
|
945
|
+
readonly default: readonly [];
|
|
710
946
|
};
|
|
711
947
|
};
|
|
948
|
+
readonly required: readonly ["karpenter.sh/capacity-type", "kubernetes.io/arch"];
|
|
712
949
|
readonly additionalProperties: false;
|
|
713
|
-
readonly 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.
|
|
950
|
+
readonly 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.";
|
|
951
|
+
readonly default: {
|
|
952
|
+
readonly 'karpenter.sh/capacity-type': readonly ["on-demand", "spot"];
|
|
953
|
+
readonly 'kubernetes.io/arch': readonly ["amd64"];
|
|
954
|
+
readonly 'cfke.io/instance-family': readonly [];
|
|
955
|
+
readonly 'topology.kubernetes.io/region': readonly [];
|
|
956
|
+
};
|
|
714
957
|
};
|
|
715
958
|
readonly scalingProfile: {
|
|
716
959
|
readonly type: "string";
|
|
717
|
-
readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
|
|
960
|
+
readonly 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`).";
|
|
961
|
+
readonly default: "conservative";
|
|
718
962
|
readonly example: "conservative";
|
|
719
963
|
readonly enum: readonly ["aggressive", "conservative"];
|
|
720
964
|
};
|
|
@@ -726,9 +970,30 @@ export declare const FleetSchema: {
|
|
|
726
970
|
readonly description: "Unique identifier of the kubernetes fleet.";
|
|
727
971
|
readonly example: "new-clouds-fleet";
|
|
728
972
|
};
|
|
973
|
+
readonly ready: {
|
|
974
|
+
readonly type: "boolean";
|
|
975
|
+
readonly description: "Indicates whether the fleet configuration is healthy.";
|
|
976
|
+
readonly example: true;
|
|
977
|
+
};
|
|
978
|
+
readonly status_message: {
|
|
979
|
+
readonly type: "string";
|
|
980
|
+
readonly description: "Human-readable reason the fleet is not ready. Present only when `ready` is false.";
|
|
981
|
+
readonly example: "Invalid provider permissions.";
|
|
982
|
+
};
|
|
983
|
+
readonly created_at: {
|
|
984
|
+
readonly type: "string";
|
|
985
|
+
readonly description: "Creation date and time of the fleet.";
|
|
986
|
+
readonly example: "2024-09-12T09:11:27Z";
|
|
987
|
+
};
|
|
988
|
+
readonly updated_at: {
|
|
989
|
+
readonly type: "string";
|
|
990
|
+
readonly description: "Date and time the fleet was last updated.";
|
|
991
|
+
readonly example: "2024-09-12T09:11:27Z";
|
|
992
|
+
};
|
|
729
993
|
};
|
|
730
|
-
readonly required: readonly ["id"];
|
|
994
|
+
readonly required: readonly ["constraints", "scalingProfile", "id", "ready", "created_at", "updated_at"];
|
|
731
995
|
readonly additionalProperties: false;
|
|
996
|
+
readonly description: "Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.";
|
|
732
997
|
};
|
|
733
998
|
export declare const FleetUpdateInputSchema: {
|
|
734
999
|
readonly type: "object";
|
|
@@ -737,10 +1002,10 @@ export declare const FleetUpdateInputSchema: {
|
|
|
737
1002
|
readonly type: "object";
|
|
738
1003
|
readonly properties: {
|
|
739
1004
|
readonly cpu: {
|
|
740
|
-
readonly type: "
|
|
741
|
-
readonly format: "float";
|
|
1005
|
+
readonly type: "integer";
|
|
742
1006
|
readonly minimum: 0;
|
|
743
|
-
readonly
|
|
1007
|
+
readonly maximum: 100000;
|
|
1008
|
+
readonly description: "CPU limit in cores. Maximum 100,000.";
|
|
744
1009
|
};
|
|
745
1010
|
};
|
|
746
1011
|
readonly additionalProperties: false;
|
|
@@ -751,14 +1016,15 @@ export declare const FleetUpdateInputSchema: {
|
|
|
751
1016
|
readonly properties: {
|
|
752
1017
|
readonly enabled: {
|
|
753
1018
|
readonly type: "boolean";
|
|
754
|
-
readonly default: true;
|
|
755
1019
|
};
|
|
756
1020
|
readonly project: {
|
|
757
1021
|
readonly type: "string";
|
|
758
|
-
readonly
|
|
1022
|
+
readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
|
|
1023
|
+
readonly 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.";
|
|
1024
|
+
readonly example: "my-cloudfleet-project";
|
|
759
1025
|
};
|
|
760
1026
|
};
|
|
761
|
-
readonly required: readonly ["
|
|
1027
|
+
readonly required: readonly ["enabled"];
|
|
762
1028
|
readonly additionalProperties: false;
|
|
763
1029
|
};
|
|
764
1030
|
readonly hetzner: {
|
|
@@ -766,13 +1032,16 @@ export declare const FleetUpdateInputSchema: {
|
|
|
766
1032
|
readonly properties: {
|
|
767
1033
|
readonly enabled: {
|
|
768
1034
|
readonly type: "boolean";
|
|
769
|
-
readonly default: true;
|
|
770
1035
|
};
|
|
771
1036
|
readonly apiKey: {
|
|
772
1037
|
readonly type: "string";
|
|
773
|
-
readonly
|
|
1038
|
+
readonly maxLength: 64;
|
|
1039
|
+
readonly minLength: 64;
|
|
1040
|
+
readonly pattern: "^([A-Za-z0-9]{64}|\\*{64})$";
|
|
1041
|
+
readonly 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.";
|
|
774
1042
|
};
|
|
775
1043
|
};
|
|
1044
|
+
readonly required: readonly ["enabled"];
|
|
776
1045
|
readonly additionalProperties: false;
|
|
777
1046
|
};
|
|
778
1047
|
readonly aws: {
|
|
@@ -780,14 +1049,15 @@ export declare const FleetUpdateInputSchema: {
|
|
|
780
1049
|
readonly properties: {
|
|
781
1050
|
readonly enabled: {
|
|
782
1051
|
readonly type: "boolean";
|
|
783
|
-
readonly default: true;
|
|
784
1052
|
};
|
|
785
1053
|
readonly controllerRoleArn: {
|
|
786
1054
|
readonly type: "string";
|
|
787
|
-
readonly
|
|
1055
|
+
readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
|
|
1056
|
+
readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
|
|
1057
|
+
readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
|
|
788
1058
|
};
|
|
789
1059
|
};
|
|
790
|
-
readonly required: readonly ["
|
|
1060
|
+
readonly required: readonly ["enabled"];
|
|
791
1061
|
readonly additionalProperties: false;
|
|
792
1062
|
};
|
|
793
1063
|
readonly constraints: {
|
|
@@ -799,7 +1069,9 @@ export declare const FleetUpdateInputSchema: {
|
|
|
799
1069
|
readonly type: "string";
|
|
800
1070
|
readonly enum: readonly ["on-demand", "spot"];
|
|
801
1071
|
};
|
|
1072
|
+
readonly minItems: 1;
|
|
802
1073
|
readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
|
|
1074
|
+
readonly default: readonly ["on-demand", "spot"];
|
|
803
1075
|
};
|
|
804
1076
|
readonly 'kubernetes.io/arch': {
|
|
805
1077
|
readonly type: "array";
|
|
@@ -807,7 +1079,9 @@ export declare const FleetUpdateInputSchema: {
|
|
|
807
1079
|
readonly type: "string";
|
|
808
1080
|
readonly enum: readonly ["amd64", "arm64"];
|
|
809
1081
|
};
|
|
1082
|
+
readonly minItems: 1;
|
|
810
1083
|
readonly description: "Allowed values for `kubernetes.io/arch`.";
|
|
1084
|
+
readonly default: readonly ["amd64"];
|
|
811
1085
|
};
|
|
812
1086
|
readonly 'cfke.io/instance-family': {
|
|
813
1087
|
readonly type: "array";
|
|
@@ -816,6 +1090,7 @@ export declare const FleetUpdateInputSchema: {
|
|
|
816
1090
|
readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
|
|
817
1091
|
};
|
|
818
1092
|
readonly description: "Allowed values for `cfke.io/instance-family`.";
|
|
1093
|
+
readonly default: readonly [];
|
|
819
1094
|
};
|
|
820
1095
|
readonly 'topology.kubernetes.io/region': {
|
|
821
1096
|
readonly type: "array";
|
|
@@ -824,19 +1099,48 @@ export declare const FleetUpdateInputSchema: {
|
|
|
824
1099
|
readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
|
|
825
1100
|
};
|
|
826
1101
|
readonly description: "Allowed values for `topology.kubernetes.io/region`.";
|
|
1102
|
+
readonly default: readonly [];
|
|
827
1103
|
};
|
|
828
1104
|
};
|
|
829
1105
|
readonly additionalProperties: false;
|
|
830
|
-
readonly 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.
|
|
1106
|
+
readonly 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.";
|
|
1107
|
+
readonly default: {
|
|
1108
|
+
readonly 'karpenter.sh/capacity-type': readonly ["on-demand", "spot"];
|
|
1109
|
+
readonly 'kubernetes.io/arch': readonly ["amd64"];
|
|
1110
|
+
readonly 'cfke.io/instance-family': readonly [];
|
|
1111
|
+
readonly 'topology.kubernetes.io/region': readonly [];
|
|
1112
|
+
};
|
|
831
1113
|
};
|
|
832
1114
|
readonly scalingProfile: {
|
|
833
1115
|
readonly type: "string";
|
|
834
|
-
readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
|
|
1116
|
+
readonly 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`).";
|
|
1117
|
+
readonly default: "conservative";
|
|
835
1118
|
readonly example: "conservative";
|
|
836
1119
|
readonly enum: readonly ["aggressive", "conservative"];
|
|
837
1120
|
};
|
|
838
1121
|
};
|
|
839
1122
|
readonly additionalProperties: false;
|
|
1123
|
+
readonly description: "Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.";
|
|
1124
|
+
};
|
|
1125
|
+
export declare const InviteCreateInputSchema: {
|
|
1126
|
+
readonly type: "object";
|
|
1127
|
+
readonly properties: {
|
|
1128
|
+
readonly email: {
|
|
1129
|
+
readonly type: "string";
|
|
1130
|
+
readonly format: "email";
|
|
1131
|
+
readonly description: "Email address of the user to invite.";
|
|
1132
|
+
readonly example: "email@example.com";
|
|
1133
|
+
};
|
|
1134
|
+
readonly role: {
|
|
1135
|
+
readonly type: "string";
|
|
1136
|
+
readonly description: "Role the invited user will be assigned on redemption. Can be 'Administrator' or 'User'.";
|
|
1137
|
+
readonly default: "User";
|
|
1138
|
+
readonly example: "User";
|
|
1139
|
+
readonly enum: readonly ["Administrator", "User"];
|
|
1140
|
+
};
|
|
1141
|
+
};
|
|
1142
|
+
readonly required: readonly ["email"];
|
|
1143
|
+
readonly additionalProperties: false;
|
|
840
1144
|
};
|
|
841
1145
|
export declare const InviteSchema: {
|
|
842
1146
|
readonly type: "object";
|
|
@@ -869,6 +1173,13 @@ export declare const InviteSchema: {
|
|
|
869
1173
|
readonly description: "Generated unique invite code.";
|
|
870
1174
|
readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
|
|
871
1175
|
};
|
|
1176
|
+
readonly role: {
|
|
1177
|
+
readonly type: "string";
|
|
1178
|
+
readonly description: "Role the invited user will be assigned on redemption. Can be 'Administrator' or 'User'.";
|
|
1179
|
+
readonly default: "User";
|
|
1180
|
+
readonly example: "User";
|
|
1181
|
+
readonly enum: readonly ["Administrator", "User"];
|
|
1182
|
+
};
|
|
872
1183
|
};
|
|
873
1184
|
readonly required: readonly ["date_created"];
|
|
874
1185
|
readonly additionalProperties: false;
|
|
@@ -1066,6 +1377,12 @@ export declare const MarketplaceListingSchema: {
|
|
|
1066
1377
|
export declare const OrganizationCreateInputSchema: {
|
|
1067
1378
|
readonly type: "object";
|
|
1068
1379
|
readonly properties: {
|
|
1380
|
+
readonly type: {
|
|
1381
|
+
readonly type: "string";
|
|
1382
|
+
readonly description: "Type of the organization. `business` for legal entities, `personal` for individuals.";
|
|
1383
|
+
readonly example: "business";
|
|
1384
|
+
readonly enum: readonly ["business", "personal"];
|
|
1385
|
+
};
|
|
1069
1386
|
readonly email: {
|
|
1070
1387
|
readonly type: "string";
|
|
1071
1388
|
readonly format: "email";
|
|
@@ -1074,11 +1391,13 @@ export declare const OrganizationCreateInputSchema: {
|
|
|
1074
1391
|
};
|
|
1075
1392
|
readonly first_name: {
|
|
1076
1393
|
readonly type: "string";
|
|
1394
|
+
readonly minLength: 1;
|
|
1077
1395
|
readonly description: "First name of the billing contact person.";
|
|
1078
1396
|
readonly example: "John";
|
|
1079
1397
|
};
|
|
1080
1398
|
readonly last_name: {
|
|
1081
1399
|
readonly type: "string";
|
|
1400
|
+
readonly minLength: 1;
|
|
1082
1401
|
readonly description: "Last name of the billing contact person.";
|
|
1083
1402
|
readonly example: "Doe";
|
|
1084
1403
|
};
|
|
@@ -1096,7 +1415,19 @@ export declare const OrganizationCreateInputSchema: {
|
|
|
1096
1415
|
readonly 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.";
|
|
1097
1416
|
};
|
|
1098
1417
|
};
|
|
1099
|
-
readonly required: readonly ["email", "first_name", "last_name", "company_name", "password"];
|
|
1418
|
+
readonly required: readonly ["type", "email", "first_name", "last_name", "company_name", "password"];
|
|
1419
|
+
readonly additionalProperties: false;
|
|
1420
|
+
};
|
|
1421
|
+
export declare const OrganizationCreateOutputSchema: {
|
|
1422
|
+
readonly type: "object";
|
|
1423
|
+
readonly properties: {
|
|
1424
|
+
readonly id: {
|
|
1425
|
+
readonly type: "string";
|
|
1426
|
+
readonly description: "Unique identifier of the newly created organization. Generated by the API and safe to use for client-side tracking immediately.";
|
|
1427
|
+
readonly example: "organization-id";
|
|
1428
|
+
};
|
|
1429
|
+
};
|
|
1430
|
+
readonly required: readonly ["id"];
|
|
1100
1431
|
readonly additionalProperties: false;
|
|
1101
1432
|
};
|
|
1102
1433
|
export declare const OrganizationSchema: {
|
|
@@ -1115,6 +1446,12 @@ export declare const OrganizationSchema: {
|
|
|
1115
1446
|
readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
|
|
1116
1447
|
readonly example: "ACME Corp.";
|
|
1117
1448
|
};
|
|
1449
|
+
readonly type: {
|
|
1450
|
+
readonly type: "string";
|
|
1451
|
+
readonly description: "Type of the organization. `business` for legal entities, `personal` for individuals.";
|
|
1452
|
+
readonly example: "business";
|
|
1453
|
+
readonly enum: readonly ["business", "personal"];
|
|
1454
|
+
};
|
|
1118
1455
|
readonly date_created: {
|
|
1119
1456
|
readonly type: "string";
|
|
1120
1457
|
readonly format: "date-time";
|
|
@@ -1165,7 +1502,7 @@ export declare const OrganizationSchema: {
|
|
|
1165
1502
|
readonly type: "array";
|
|
1166
1503
|
readonly items: {
|
|
1167
1504
|
readonly type: "string";
|
|
1168
|
-
readonly example: "northamerica-central-
|
|
1505
|
+
readonly example: "northamerica-central-1a";
|
|
1169
1506
|
};
|
|
1170
1507
|
readonly minItems: 1;
|
|
1171
1508
|
readonly description: "List of Cloudfleet control plane regions available for the organization.";
|
|
@@ -1208,8 +1545,14 @@ export declare const OrganizationSchema: {
|
|
|
1208
1545
|
readonly description: "Status of the organization. Can be `active` or `closed`, or `suspended`.";
|
|
1209
1546
|
readonly enum: readonly ["active", "closed", "suspended"];
|
|
1210
1547
|
};
|
|
1548
|
+
readonly verification: {
|
|
1549
|
+
readonly type: "string";
|
|
1550
|
+
readonly 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.";
|
|
1551
|
+
readonly example: "verified";
|
|
1552
|
+
readonly enum: readonly ["none", "submitted", "verified"];
|
|
1553
|
+
};
|
|
1211
1554
|
};
|
|
1212
|
-
readonly required: readonly ["id", "date_created", "quota", "status"];
|
|
1555
|
+
readonly required: readonly ["id", "type", "date_created", "quota", "status", "verification"];
|
|
1213
1556
|
readonly additionalProperties: false;
|
|
1214
1557
|
};
|
|
1215
1558
|
export declare const PaymentMethodSchema: {
|
|
@@ -1217,26 +1560,19 @@ export declare const PaymentMethodSchema: {
|
|
|
1217
1560
|
readonly properties: {
|
|
1218
1561
|
readonly id: {
|
|
1219
1562
|
readonly type: "string";
|
|
1220
|
-
readonly
|
|
1221
|
-
readonly
|
|
1222
|
-
readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
|
|
1223
|
-
};
|
|
1224
|
-
readonly setup: {
|
|
1225
|
-
readonly type: "boolean";
|
|
1226
|
-
readonly description: "Whether organization payment method was set up and ready to use for payments.";
|
|
1227
|
-
readonly example: true;
|
|
1563
|
+
readonly 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.";
|
|
1564
|
+
readonly example: "pm_1MtwBwLkdIwHu7ix28a3tqPa";
|
|
1228
1565
|
};
|
|
1229
1566
|
readonly type: {
|
|
1230
1567
|
readonly type: "string";
|
|
1231
|
-
readonly
|
|
1232
|
-
readonly description: "Payment method type type. Only `card` payments supported at the moment.";
|
|
1568
|
+
readonly description: "Payment method type. `card`, `sepa_debit` for SEPA Direct Debit (business accounts only), or `bank_transfer` for paying invoices by bank transfer.";
|
|
1233
1569
|
readonly example: "card";
|
|
1234
|
-
readonly enum: readonly ["card"];
|
|
1570
|
+
readonly enum: readonly ["card", "sepa_debit", "bank_transfer"];
|
|
1235
1571
|
};
|
|
1236
1572
|
readonly last4: {
|
|
1237
1573
|
readonly type: "string";
|
|
1238
1574
|
readonly nullable: true;
|
|
1239
|
-
readonly description: "Last 4 digits of the payment card number.";
|
|
1575
|
+
readonly 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.";
|
|
1240
1576
|
readonly example: "4242";
|
|
1241
1577
|
};
|
|
1242
1578
|
readonly exp_month: {
|
|
@@ -1244,25 +1580,46 @@ export declare const PaymentMethodSchema: {
|
|
|
1244
1580
|
readonly minimum: 1;
|
|
1245
1581
|
readonly maximum: 12;
|
|
1246
1582
|
readonly nullable: true;
|
|
1247
|
-
readonly description: "Two-digit number representing the card's expiration month.";
|
|
1248
|
-
readonly example:
|
|
1583
|
+
readonly description: "Two-digit number representing the card's expiration month. Null for SEPA Direct Debit and bank transfer.";
|
|
1584
|
+
readonly example: 12;
|
|
1249
1585
|
};
|
|
1250
1586
|
readonly exp_year: {
|
|
1251
1587
|
readonly type: "integer";
|
|
1252
|
-
readonly minimum: 2024;
|
|
1253
1588
|
readonly nullable: true;
|
|
1254
|
-
readonly description: "Four-digit number representing the card's expiration year.";
|
|
1255
|
-
readonly example:
|
|
1589
|
+
readonly 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.";
|
|
1590
|
+
readonly example: 2028;
|
|
1256
1591
|
};
|
|
1257
1592
|
readonly brand: {
|
|
1258
1593
|
readonly type: "string";
|
|
1259
1594
|
readonly nullable: true;
|
|
1260
|
-
readonly description: "Payment card brand
|
|
1595
|
+
readonly 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.";
|
|
1261
1596
|
readonly example: "visa";
|
|
1262
|
-
|
|
1597
|
+
};
|
|
1598
|
+
readonly iban: {
|
|
1599
|
+
readonly type: "string";
|
|
1600
|
+
readonly nullable: true;
|
|
1601
|
+
readonly 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.";
|
|
1602
|
+
readonly example: "DE11243015658023127510";
|
|
1603
|
+
};
|
|
1604
|
+
readonly bic: {
|
|
1605
|
+
readonly type: "string";
|
|
1606
|
+
readonly nullable: true;
|
|
1607
|
+
readonly description: "BIC/SWIFT of the destination bank for bank transfers. Set only for `bank_transfer`; null otherwise.";
|
|
1608
|
+
readonly example: "SOGEDEFFXXX";
|
|
1609
|
+
};
|
|
1610
|
+
readonly account_holder_name: {
|
|
1611
|
+
readonly type: "string";
|
|
1612
|
+
readonly nullable: true;
|
|
1613
|
+
readonly description: "Account holder name of the destination bank account for bank transfers. Set only for `bank_transfer`; null otherwise.";
|
|
1614
|
+
readonly example: "Cloudfleet GmbH";
|
|
1615
|
+
};
|
|
1616
|
+
readonly is_default: {
|
|
1617
|
+
readonly type: "boolean";
|
|
1618
|
+
readonly 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).";
|
|
1619
|
+
readonly example: true;
|
|
1263
1620
|
};
|
|
1264
1621
|
};
|
|
1265
|
-
readonly required: readonly ["id", "
|
|
1622
|
+
readonly required: readonly ["id", "type", "last4", "exp_month", "exp_year", "brand", "iban", "bic", "account_holder_name", "is_default"];
|
|
1266
1623
|
readonly additionalProperties: false;
|
|
1267
1624
|
};
|
|
1268
1625
|
export declare const PlatformQuotaSchema: {
|
|
@@ -1309,7 +1666,7 @@ export declare const PlatformQuotaSchema: {
|
|
|
1309
1666
|
readonly type: "array";
|
|
1310
1667
|
readonly items: {
|
|
1311
1668
|
readonly type: "string";
|
|
1312
|
-
readonly example: "northamerica-central-
|
|
1669
|
+
readonly example: "northamerica-central-1a";
|
|
1313
1670
|
};
|
|
1314
1671
|
readonly minItems: 1;
|
|
1315
1672
|
readonly description: "List of Cloudfleet control plane regions available for the organization.";
|
|
@@ -2224,18 +2581,6 @@ export declare const UserCreateInputSchema: {
|
|
|
2224
2581
|
readonly minLength: 8;
|
|
2225
2582
|
readonly description: "User password. Must be at least 8 characters long.";
|
|
2226
2583
|
};
|
|
2227
|
-
readonly status: {
|
|
2228
|
-
readonly type: "string";
|
|
2229
|
-
readonly description: "Status of the user. Can be `active` or `inactive`. Inactive users cannot log in or manage organization resources.";
|
|
2230
|
-
readonly example: "active";
|
|
2231
|
-
readonly enum: readonly ["active", "inactive"];
|
|
2232
|
-
};
|
|
2233
|
-
readonly role: {
|
|
2234
|
-
readonly type: "string";
|
|
2235
|
-
readonly description: "User role. Can be 'Administrator', 'User'.";
|
|
2236
|
-
readonly example: "User";
|
|
2237
|
-
readonly enum: readonly ["Administrator", "User"];
|
|
2238
|
-
};
|
|
2239
2584
|
};
|
|
2240
2585
|
readonly required: readonly ["email", "first_name", "last_name", "code", "password"];
|
|
2241
2586
|
readonly additionalProperties: false;
|