@cloudfleet/sdk 0.0.1-be6a4aa → 0.0.1-c4175a2

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/dist/zod.gen.d.ts CHANGED
@@ -272,7 +272,7 @@ export declare const zClusterUpdateInput: z.ZodObject<{
272
272
  }, z.core.$strip>;
273
273
  export declare const zFleetCreateInput: z.ZodObject<{
274
274
  limits: z.ZodOptional<z.ZodObject<{
275
- cpu: z.ZodNumber;
275
+ cpu: z.ZodOptional<z.ZodNumber>;
276
276
  }, z.core.$strip>>;
277
277
  gcp: z.ZodOptional<z.ZodObject<{
278
278
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
@@ -280,17 +280,257 @@ export declare const zFleetCreateInput: z.ZodObject<{
280
280
  }, z.core.$strip>>;
281
281
  hetzner: z.ZodOptional<z.ZodObject<{
282
282
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
283
- apiKey: z.ZodString;
283
+ apiKey: z.ZodOptional<z.ZodString>;
284
284
  }, z.core.$strip>>;
285
285
  aws: z.ZodOptional<z.ZodObject<{
286
286
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
287
287
  controllerRoleArn: z.ZodString;
288
288
  }, z.core.$strip>>;
289
+ constraints: z.ZodOptional<z.ZodObject<{
290
+ 'karpenter.sh/capacity-type': z.ZodOptional<z.ZodArray<z.ZodEnum<{
291
+ "on-demand": "on-demand";
292
+ spot: "spot";
293
+ }>>>;
294
+ 'kubernetes.io/arch': z.ZodOptional<z.ZodArray<z.ZodEnum<{
295
+ amd64: "amd64";
296
+ arm64: "arm64";
297
+ }>>>;
298
+ 'cfke.io/instance-family': z.ZodOptional<z.ZodArray<z.ZodEnum<{
299
+ p3: "p3";
300
+ cx: "cx";
301
+ h1: "h1";
302
+ h3: "h3";
303
+ a1: "a1";
304
+ a2: "a2";
305
+ a3: "a3";
306
+ a4: "a4";
307
+ c1: "c1";
308
+ c2: "c2";
309
+ c2d: "c2d";
310
+ c3: "c3";
311
+ c3d: "c3d";
312
+ c4: "c4";
313
+ c4a: "c4a";
314
+ c4d: "c4d";
315
+ c5: "c5";
316
+ c5a: "c5a";
317
+ c5ad: "c5ad";
318
+ c5d: "c5d";
319
+ c5n: "c5n";
320
+ c6a: "c6a";
321
+ c6g: "c6g";
322
+ c6gd: "c6gd";
323
+ c6gn: "c6gn";
324
+ c6i: "c6i";
325
+ c6id: "c6id";
326
+ c6in: "c6in";
327
+ c7a: "c7a";
328
+ c7g: "c7g";
329
+ c7gd: "c7gd";
330
+ c7gn: "c7gn";
331
+ c7i: "c7i";
332
+ "c7i-flex": "c7i-flex";
333
+ c8g: "c8g";
334
+ c8gd: "c8gd";
335
+ cax: "cax";
336
+ ccx: "ccx";
337
+ cpx: "cpx";
338
+ d2: "d2";
339
+ d3: "d3";
340
+ d3en: "d3en";
341
+ dl1: "dl1";
342
+ dl2q: "dl2q";
343
+ e2: "e2";
344
+ f1: "f1";
345
+ f2: "f2";
346
+ g1: "g1";
347
+ g2: "g2";
348
+ g4ad: "g4ad";
349
+ g4dn: "g4dn";
350
+ g5: "g5";
351
+ g5g: "g5g";
352
+ g6: "g6";
353
+ g6e: "g6e";
354
+ gr6: "gr6";
355
+ hpc6a: "hpc6a";
356
+ hpc6id: "hpc6id";
357
+ hpc7a: "hpc7a";
358
+ hpc7g: "hpc7g";
359
+ i2: "i2";
360
+ i3: "i3";
361
+ i3en: "i3en";
362
+ i4g: "i4g";
363
+ i4i: "i4i";
364
+ i7i: "i7i";
365
+ i7ie: "i7ie";
366
+ i8g: "i8g";
367
+ im4gn: "im4gn";
368
+ inf1: "inf1";
369
+ inf2: "inf2";
370
+ is4gen: "is4gen";
371
+ m1: "m1";
372
+ m2: "m2";
373
+ m3: "m3";
374
+ m4: "m4";
375
+ m5: "m5";
376
+ m5a: "m5a";
377
+ m5ad: "m5ad";
378
+ m5d: "m5d";
379
+ m5dn: "m5dn";
380
+ m5n: "m5n";
381
+ m5zn: "m5zn";
382
+ m6a: "m6a";
383
+ m6g: "m6g";
384
+ m6gd: "m6gd";
385
+ m6i: "m6i";
386
+ m6id: "m6id";
387
+ m6idn: "m6idn";
388
+ m6in: "m6in";
389
+ m7a: "m7a";
390
+ m7g: "m7g";
391
+ m7gd: "m7gd";
392
+ m7i: "m7i";
393
+ "m7i-flex": "m7i-flex";
394
+ m8g: "m8g";
395
+ m8gd: "m8gd";
396
+ n1: "n1";
397
+ n2: "n2";
398
+ n2d: "n2d";
399
+ n4: "n4";
400
+ p3dn: "p3dn";
401
+ p4d: "p4d";
402
+ p4de: "p4de";
403
+ p5: "p5";
404
+ p5e: "p5e";
405
+ p5en: "p5en";
406
+ "p6-b200": "p6-b200";
407
+ r3: "r3";
408
+ r4: "r4";
409
+ r5: "r5";
410
+ r5a: "r5a";
411
+ r5ad: "r5ad";
412
+ r5b: "r5b";
413
+ r5d: "r5d";
414
+ r5dn: "r5dn";
415
+ r5n: "r5n";
416
+ r6a: "r6a";
417
+ r6g: "r6g";
418
+ r6gd: "r6gd";
419
+ r6i: "r6i";
420
+ r6id: "r6id";
421
+ r6idn: "r6idn";
422
+ r6in: "r6in";
423
+ r7a: "r7a";
424
+ r7g: "r7g";
425
+ r7gd: "r7gd";
426
+ r7i: "r7i";
427
+ r7iz: "r7iz";
428
+ r8g: "r8g";
429
+ r8gd: "r8gd";
430
+ t2: "t2";
431
+ t2a: "t2a";
432
+ t2d: "t2d";
433
+ t3: "t3";
434
+ t3a: "t3a";
435
+ t4g: "t4g";
436
+ trn1: "trn1";
437
+ trn1n: "trn1n";
438
+ "u-3tb1": "u-3tb1";
439
+ "u-6tb1": "u-6tb1";
440
+ "u7i-12tb": "u7i-12tb";
441
+ "u7i-6tb": "u7i-6tb";
442
+ "u7i-8tb": "u7i-8tb";
443
+ "u7in-16tb": "u7in-16tb";
444
+ "u7in-24tb": "u7in-24tb";
445
+ "u7in-32tb": "u7in-32tb";
446
+ vt1: "vt1";
447
+ x1: "x1";
448
+ x1e: "x1e";
449
+ x2gd: "x2gd";
450
+ x2idn: "x2idn";
451
+ x2iedn: "x2iedn";
452
+ x2iezn: "x2iezn";
453
+ x4: "x4";
454
+ x8g: "x8g";
455
+ z1d: "z1d";
456
+ z3: "z3";
457
+ }>>>;
458
+ 'topology.kubernetes.io/region': z.ZodOptional<z.ZodArray<z.ZodEnum<{
459
+ "africa-south1": "africa-south1";
460
+ "ap-northeast-1": "ap-northeast-1";
461
+ "ap-northeast-2": "ap-northeast-2";
462
+ "ap-northeast-3": "ap-northeast-3";
463
+ "ap-south-1": "ap-south-1";
464
+ "ap-southeast-1": "ap-southeast-1";
465
+ "ap-southeast-2": "ap-southeast-2";
466
+ ash: "ash";
467
+ "asia-east1": "asia-east1";
468
+ "asia-east2": "asia-east2";
469
+ "asia-northeast1": "asia-northeast1";
470
+ "asia-northeast2": "asia-northeast2";
471
+ "asia-northeast3": "asia-northeast3";
472
+ "asia-south1": "asia-south1";
473
+ "asia-south2": "asia-south2";
474
+ "asia-southeast1": "asia-southeast1";
475
+ "asia-southeast2": "asia-southeast2";
476
+ "australia-southeast1": "australia-southeast1";
477
+ "australia-southeast2": "australia-southeast2";
478
+ "ca-central-1": "ca-central-1";
479
+ "eu-central-1": "eu-central-1";
480
+ "eu-central-2": "eu-central-2";
481
+ "eu-north-1": "eu-north-1";
482
+ "eu-west-1": "eu-west-1";
483
+ "eu-west-2": "eu-west-2";
484
+ "eu-west-3": "eu-west-3";
485
+ "europe-central2": "europe-central2";
486
+ "europe-north1": "europe-north1";
487
+ "europe-southwest1": "europe-southwest1";
488
+ "europe-west1": "europe-west1";
489
+ "europe-west10": "europe-west10";
490
+ "europe-west12": "europe-west12";
491
+ "europe-west2": "europe-west2";
492
+ "europe-west3": "europe-west3";
493
+ "europe-west4": "europe-west4";
494
+ "europe-west6": "europe-west6";
495
+ "europe-west8": "europe-west8";
496
+ "europe-west9": "europe-west9";
497
+ fsn1: "fsn1";
498
+ hel1: "hel1";
499
+ hil: "hil";
500
+ "me-central1": "me-central1";
501
+ "me-central2": "me-central2";
502
+ "me-west1": "me-west1";
503
+ nbg1: "nbg1";
504
+ "northamerica-northeast1": "northamerica-northeast1";
505
+ "northamerica-northeast2": "northamerica-northeast2";
506
+ "sa-east-1": "sa-east-1";
507
+ sin: "sin";
508
+ "southamerica-east1": "southamerica-east1";
509
+ "southamerica-west1": "southamerica-west1";
510
+ "us-central1": "us-central1";
511
+ "us-east-1": "us-east-1";
512
+ "us-east-2": "us-east-2";
513
+ "us-east1": "us-east1";
514
+ "us-east4": "us-east4";
515
+ "us-east5": "us-east5";
516
+ "us-south1": "us-south1";
517
+ "us-west-1": "us-west-1";
518
+ "us-west-2": "us-west-2";
519
+ "us-west1": "us-west1";
520
+ "us-west2": "us-west2";
521
+ "us-west3": "us-west3";
522
+ "us-west4": "us-west4";
523
+ }>>>;
524
+ }, z.core.$strip>>;
525
+ scalingProfile: z.ZodOptional<z.ZodEnum<{
526
+ aggressive: "aggressive";
527
+ conservative: "conservative";
528
+ }>>;
289
529
  id: z.ZodString;
290
530
  }, z.core.$strip>;
291
531
  export declare const zFleet: z.ZodObject<{
292
532
  limits: z.ZodOptional<z.ZodObject<{
293
- cpu: z.ZodNumber;
533
+ cpu: z.ZodOptional<z.ZodNumber>;
294
534
  }, z.core.$strip>>;
295
535
  gcp: z.ZodOptional<z.ZodObject<{
296
536
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
@@ -298,17 +538,257 @@ export declare const zFleet: z.ZodObject<{
298
538
  }, z.core.$strip>>;
299
539
  hetzner: z.ZodOptional<z.ZodObject<{
300
540
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
301
- apiKey: z.ZodString;
541
+ apiKey: z.ZodOptional<z.ZodString>;
302
542
  }, z.core.$strip>>;
303
543
  aws: z.ZodOptional<z.ZodObject<{
304
544
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
305
545
  controllerRoleArn: z.ZodString;
306
546
  }, z.core.$strip>>;
547
+ constraints: z.ZodOptional<z.ZodObject<{
548
+ 'karpenter.sh/capacity-type': z.ZodOptional<z.ZodArray<z.ZodEnum<{
549
+ "on-demand": "on-demand";
550
+ spot: "spot";
551
+ }>>>;
552
+ 'kubernetes.io/arch': z.ZodOptional<z.ZodArray<z.ZodEnum<{
553
+ amd64: "amd64";
554
+ arm64: "arm64";
555
+ }>>>;
556
+ 'cfke.io/instance-family': z.ZodOptional<z.ZodArray<z.ZodEnum<{
557
+ p3: "p3";
558
+ cx: "cx";
559
+ h1: "h1";
560
+ h3: "h3";
561
+ a1: "a1";
562
+ a2: "a2";
563
+ a3: "a3";
564
+ a4: "a4";
565
+ c1: "c1";
566
+ c2: "c2";
567
+ c2d: "c2d";
568
+ c3: "c3";
569
+ c3d: "c3d";
570
+ c4: "c4";
571
+ c4a: "c4a";
572
+ c4d: "c4d";
573
+ c5: "c5";
574
+ c5a: "c5a";
575
+ c5ad: "c5ad";
576
+ c5d: "c5d";
577
+ c5n: "c5n";
578
+ c6a: "c6a";
579
+ c6g: "c6g";
580
+ c6gd: "c6gd";
581
+ c6gn: "c6gn";
582
+ c6i: "c6i";
583
+ c6id: "c6id";
584
+ c6in: "c6in";
585
+ c7a: "c7a";
586
+ c7g: "c7g";
587
+ c7gd: "c7gd";
588
+ c7gn: "c7gn";
589
+ c7i: "c7i";
590
+ "c7i-flex": "c7i-flex";
591
+ c8g: "c8g";
592
+ c8gd: "c8gd";
593
+ cax: "cax";
594
+ ccx: "ccx";
595
+ cpx: "cpx";
596
+ d2: "d2";
597
+ d3: "d3";
598
+ d3en: "d3en";
599
+ dl1: "dl1";
600
+ dl2q: "dl2q";
601
+ e2: "e2";
602
+ f1: "f1";
603
+ f2: "f2";
604
+ g1: "g1";
605
+ g2: "g2";
606
+ g4ad: "g4ad";
607
+ g4dn: "g4dn";
608
+ g5: "g5";
609
+ g5g: "g5g";
610
+ g6: "g6";
611
+ g6e: "g6e";
612
+ gr6: "gr6";
613
+ hpc6a: "hpc6a";
614
+ hpc6id: "hpc6id";
615
+ hpc7a: "hpc7a";
616
+ hpc7g: "hpc7g";
617
+ i2: "i2";
618
+ i3: "i3";
619
+ i3en: "i3en";
620
+ i4g: "i4g";
621
+ i4i: "i4i";
622
+ i7i: "i7i";
623
+ i7ie: "i7ie";
624
+ i8g: "i8g";
625
+ im4gn: "im4gn";
626
+ inf1: "inf1";
627
+ inf2: "inf2";
628
+ is4gen: "is4gen";
629
+ m1: "m1";
630
+ m2: "m2";
631
+ m3: "m3";
632
+ m4: "m4";
633
+ m5: "m5";
634
+ m5a: "m5a";
635
+ m5ad: "m5ad";
636
+ m5d: "m5d";
637
+ m5dn: "m5dn";
638
+ m5n: "m5n";
639
+ m5zn: "m5zn";
640
+ m6a: "m6a";
641
+ m6g: "m6g";
642
+ m6gd: "m6gd";
643
+ m6i: "m6i";
644
+ m6id: "m6id";
645
+ m6idn: "m6idn";
646
+ m6in: "m6in";
647
+ m7a: "m7a";
648
+ m7g: "m7g";
649
+ m7gd: "m7gd";
650
+ m7i: "m7i";
651
+ "m7i-flex": "m7i-flex";
652
+ m8g: "m8g";
653
+ m8gd: "m8gd";
654
+ n1: "n1";
655
+ n2: "n2";
656
+ n2d: "n2d";
657
+ n4: "n4";
658
+ p3dn: "p3dn";
659
+ p4d: "p4d";
660
+ p4de: "p4de";
661
+ p5: "p5";
662
+ p5e: "p5e";
663
+ p5en: "p5en";
664
+ "p6-b200": "p6-b200";
665
+ r3: "r3";
666
+ r4: "r4";
667
+ r5: "r5";
668
+ r5a: "r5a";
669
+ r5ad: "r5ad";
670
+ r5b: "r5b";
671
+ r5d: "r5d";
672
+ r5dn: "r5dn";
673
+ r5n: "r5n";
674
+ r6a: "r6a";
675
+ r6g: "r6g";
676
+ r6gd: "r6gd";
677
+ r6i: "r6i";
678
+ r6id: "r6id";
679
+ r6idn: "r6idn";
680
+ r6in: "r6in";
681
+ r7a: "r7a";
682
+ r7g: "r7g";
683
+ r7gd: "r7gd";
684
+ r7i: "r7i";
685
+ r7iz: "r7iz";
686
+ r8g: "r8g";
687
+ r8gd: "r8gd";
688
+ t2: "t2";
689
+ t2a: "t2a";
690
+ t2d: "t2d";
691
+ t3: "t3";
692
+ t3a: "t3a";
693
+ t4g: "t4g";
694
+ trn1: "trn1";
695
+ trn1n: "trn1n";
696
+ "u-3tb1": "u-3tb1";
697
+ "u-6tb1": "u-6tb1";
698
+ "u7i-12tb": "u7i-12tb";
699
+ "u7i-6tb": "u7i-6tb";
700
+ "u7i-8tb": "u7i-8tb";
701
+ "u7in-16tb": "u7in-16tb";
702
+ "u7in-24tb": "u7in-24tb";
703
+ "u7in-32tb": "u7in-32tb";
704
+ vt1: "vt1";
705
+ x1: "x1";
706
+ x1e: "x1e";
707
+ x2gd: "x2gd";
708
+ x2idn: "x2idn";
709
+ x2iedn: "x2iedn";
710
+ x2iezn: "x2iezn";
711
+ x4: "x4";
712
+ x8g: "x8g";
713
+ z1d: "z1d";
714
+ z3: "z3";
715
+ }>>>;
716
+ 'topology.kubernetes.io/region': z.ZodOptional<z.ZodArray<z.ZodEnum<{
717
+ "africa-south1": "africa-south1";
718
+ "ap-northeast-1": "ap-northeast-1";
719
+ "ap-northeast-2": "ap-northeast-2";
720
+ "ap-northeast-3": "ap-northeast-3";
721
+ "ap-south-1": "ap-south-1";
722
+ "ap-southeast-1": "ap-southeast-1";
723
+ "ap-southeast-2": "ap-southeast-2";
724
+ ash: "ash";
725
+ "asia-east1": "asia-east1";
726
+ "asia-east2": "asia-east2";
727
+ "asia-northeast1": "asia-northeast1";
728
+ "asia-northeast2": "asia-northeast2";
729
+ "asia-northeast3": "asia-northeast3";
730
+ "asia-south1": "asia-south1";
731
+ "asia-south2": "asia-south2";
732
+ "asia-southeast1": "asia-southeast1";
733
+ "asia-southeast2": "asia-southeast2";
734
+ "australia-southeast1": "australia-southeast1";
735
+ "australia-southeast2": "australia-southeast2";
736
+ "ca-central-1": "ca-central-1";
737
+ "eu-central-1": "eu-central-1";
738
+ "eu-central-2": "eu-central-2";
739
+ "eu-north-1": "eu-north-1";
740
+ "eu-west-1": "eu-west-1";
741
+ "eu-west-2": "eu-west-2";
742
+ "eu-west-3": "eu-west-3";
743
+ "europe-central2": "europe-central2";
744
+ "europe-north1": "europe-north1";
745
+ "europe-southwest1": "europe-southwest1";
746
+ "europe-west1": "europe-west1";
747
+ "europe-west10": "europe-west10";
748
+ "europe-west12": "europe-west12";
749
+ "europe-west2": "europe-west2";
750
+ "europe-west3": "europe-west3";
751
+ "europe-west4": "europe-west4";
752
+ "europe-west6": "europe-west6";
753
+ "europe-west8": "europe-west8";
754
+ "europe-west9": "europe-west9";
755
+ fsn1: "fsn1";
756
+ hel1: "hel1";
757
+ hil: "hil";
758
+ "me-central1": "me-central1";
759
+ "me-central2": "me-central2";
760
+ "me-west1": "me-west1";
761
+ nbg1: "nbg1";
762
+ "northamerica-northeast1": "northamerica-northeast1";
763
+ "northamerica-northeast2": "northamerica-northeast2";
764
+ "sa-east-1": "sa-east-1";
765
+ sin: "sin";
766
+ "southamerica-east1": "southamerica-east1";
767
+ "southamerica-west1": "southamerica-west1";
768
+ "us-central1": "us-central1";
769
+ "us-east-1": "us-east-1";
770
+ "us-east-2": "us-east-2";
771
+ "us-east1": "us-east1";
772
+ "us-east4": "us-east4";
773
+ "us-east5": "us-east5";
774
+ "us-south1": "us-south1";
775
+ "us-west-1": "us-west-1";
776
+ "us-west-2": "us-west-2";
777
+ "us-west1": "us-west1";
778
+ "us-west2": "us-west2";
779
+ "us-west3": "us-west3";
780
+ "us-west4": "us-west4";
781
+ }>>>;
782
+ }, z.core.$strip>>;
783
+ scalingProfile: z.ZodOptional<z.ZodEnum<{
784
+ aggressive: "aggressive";
785
+ conservative: "conservative";
786
+ }>>;
307
787
  id: z.ZodString;
308
788
  }, z.core.$strip>;
309
789
  export declare const zFleetUpdateInput: z.ZodObject<{
310
790
  limits: z.ZodOptional<z.ZodObject<{
311
- cpu: z.ZodNumber;
791
+ cpu: z.ZodOptional<z.ZodNumber>;
312
792
  }, z.core.$strip>>;
313
793
  gcp: z.ZodOptional<z.ZodObject<{
314
794
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
@@ -316,12 +796,252 @@ export declare const zFleetUpdateInput: z.ZodObject<{
316
796
  }, z.core.$strip>>;
317
797
  hetzner: z.ZodOptional<z.ZodObject<{
318
798
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
319
- apiKey: z.ZodString;
799
+ apiKey: z.ZodOptional<z.ZodString>;
320
800
  }, z.core.$strip>>;
321
801
  aws: z.ZodOptional<z.ZodObject<{
322
802
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
323
803
  controllerRoleArn: z.ZodString;
324
804
  }, z.core.$strip>>;
805
+ constraints: z.ZodOptional<z.ZodObject<{
806
+ 'karpenter.sh/capacity-type': z.ZodOptional<z.ZodArray<z.ZodEnum<{
807
+ "on-demand": "on-demand";
808
+ spot: "spot";
809
+ }>>>;
810
+ 'kubernetes.io/arch': z.ZodOptional<z.ZodArray<z.ZodEnum<{
811
+ amd64: "amd64";
812
+ arm64: "arm64";
813
+ }>>>;
814
+ 'cfke.io/instance-family': z.ZodOptional<z.ZodArray<z.ZodEnum<{
815
+ p3: "p3";
816
+ cx: "cx";
817
+ h1: "h1";
818
+ h3: "h3";
819
+ a1: "a1";
820
+ a2: "a2";
821
+ a3: "a3";
822
+ a4: "a4";
823
+ c1: "c1";
824
+ c2: "c2";
825
+ c2d: "c2d";
826
+ c3: "c3";
827
+ c3d: "c3d";
828
+ c4: "c4";
829
+ c4a: "c4a";
830
+ c4d: "c4d";
831
+ c5: "c5";
832
+ c5a: "c5a";
833
+ c5ad: "c5ad";
834
+ c5d: "c5d";
835
+ c5n: "c5n";
836
+ c6a: "c6a";
837
+ c6g: "c6g";
838
+ c6gd: "c6gd";
839
+ c6gn: "c6gn";
840
+ c6i: "c6i";
841
+ c6id: "c6id";
842
+ c6in: "c6in";
843
+ c7a: "c7a";
844
+ c7g: "c7g";
845
+ c7gd: "c7gd";
846
+ c7gn: "c7gn";
847
+ c7i: "c7i";
848
+ "c7i-flex": "c7i-flex";
849
+ c8g: "c8g";
850
+ c8gd: "c8gd";
851
+ cax: "cax";
852
+ ccx: "ccx";
853
+ cpx: "cpx";
854
+ d2: "d2";
855
+ d3: "d3";
856
+ d3en: "d3en";
857
+ dl1: "dl1";
858
+ dl2q: "dl2q";
859
+ e2: "e2";
860
+ f1: "f1";
861
+ f2: "f2";
862
+ g1: "g1";
863
+ g2: "g2";
864
+ g4ad: "g4ad";
865
+ g4dn: "g4dn";
866
+ g5: "g5";
867
+ g5g: "g5g";
868
+ g6: "g6";
869
+ g6e: "g6e";
870
+ gr6: "gr6";
871
+ hpc6a: "hpc6a";
872
+ hpc6id: "hpc6id";
873
+ hpc7a: "hpc7a";
874
+ hpc7g: "hpc7g";
875
+ i2: "i2";
876
+ i3: "i3";
877
+ i3en: "i3en";
878
+ i4g: "i4g";
879
+ i4i: "i4i";
880
+ i7i: "i7i";
881
+ i7ie: "i7ie";
882
+ i8g: "i8g";
883
+ im4gn: "im4gn";
884
+ inf1: "inf1";
885
+ inf2: "inf2";
886
+ is4gen: "is4gen";
887
+ m1: "m1";
888
+ m2: "m2";
889
+ m3: "m3";
890
+ m4: "m4";
891
+ m5: "m5";
892
+ m5a: "m5a";
893
+ m5ad: "m5ad";
894
+ m5d: "m5d";
895
+ m5dn: "m5dn";
896
+ m5n: "m5n";
897
+ m5zn: "m5zn";
898
+ m6a: "m6a";
899
+ m6g: "m6g";
900
+ m6gd: "m6gd";
901
+ m6i: "m6i";
902
+ m6id: "m6id";
903
+ m6idn: "m6idn";
904
+ m6in: "m6in";
905
+ m7a: "m7a";
906
+ m7g: "m7g";
907
+ m7gd: "m7gd";
908
+ m7i: "m7i";
909
+ "m7i-flex": "m7i-flex";
910
+ m8g: "m8g";
911
+ m8gd: "m8gd";
912
+ n1: "n1";
913
+ n2: "n2";
914
+ n2d: "n2d";
915
+ n4: "n4";
916
+ p3dn: "p3dn";
917
+ p4d: "p4d";
918
+ p4de: "p4de";
919
+ p5: "p5";
920
+ p5e: "p5e";
921
+ p5en: "p5en";
922
+ "p6-b200": "p6-b200";
923
+ r3: "r3";
924
+ r4: "r4";
925
+ r5: "r5";
926
+ r5a: "r5a";
927
+ r5ad: "r5ad";
928
+ r5b: "r5b";
929
+ r5d: "r5d";
930
+ r5dn: "r5dn";
931
+ r5n: "r5n";
932
+ r6a: "r6a";
933
+ r6g: "r6g";
934
+ r6gd: "r6gd";
935
+ r6i: "r6i";
936
+ r6id: "r6id";
937
+ r6idn: "r6idn";
938
+ r6in: "r6in";
939
+ r7a: "r7a";
940
+ r7g: "r7g";
941
+ r7gd: "r7gd";
942
+ r7i: "r7i";
943
+ r7iz: "r7iz";
944
+ r8g: "r8g";
945
+ r8gd: "r8gd";
946
+ t2: "t2";
947
+ t2a: "t2a";
948
+ t2d: "t2d";
949
+ t3: "t3";
950
+ t3a: "t3a";
951
+ t4g: "t4g";
952
+ trn1: "trn1";
953
+ trn1n: "trn1n";
954
+ "u-3tb1": "u-3tb1";
955
+ "u-6tb1": "u-6tb1";
956
+ "u7i-12tb": "u7i-12tb";
957
+ "u7i-6tb": "u7i-6tb";
958
+ "u7i-8tb": "u7i-8tb";
959
+ "u7in-16tb": "u7in-16tb";
960
+ "u7in-24tb": "u7in-24tb";
961
+ "u7in-32tb": "u7in-32tb";
962
+ vt1: "vt1";
963
+ x1: "x1";
964
+ x1e: "x1e";
965
+ x2gd: "x2gd";
966
+ x2idn: "x2idn";
967
+ x2iedn: "x2iedn";
968
+ x2iezn: "x2iezn";
969
+ x4: "x4";
970
+ x8g: "x8g";
971
+ z1d: "z1d";
972
+ z3: "z3";
973
+ }>>>;
974
+ 'topology.kubernetes.io/region': z.ZodOptional<z.ZodArray<z.ZodEnum<{
975
+ "africa-south1": "africa-south1";
976
+ "ap-northeast-1": "ap-northeast-1";
977
+ "ap-northeast-2": "ap-northeast-2";
978
+ "ap-northeast-3": "ap-northeast-3";
979
+ "ap-south-1": "ap-south-1";
980
+ "ap-southeast-1": "ap-southeast-1";
981
+ "ap-southeast-2": "ap-southeast-2";
982
+ ash: "ash";
983
+ "asia-east1": "asia-east1";
984
+ "asia-east2": "asia-east2";
985
+ "asia-northeast1": "asia-northeast1";
986
+ "asia-northeast2": "asia-northeast2";
987
+ "asia-northeast3": "asia-northeast3";
988
+ "asia-south1": "asia-south1";
989
+ "asia-south2": "asia-south2";
990
+ "asia-southeast1": "asia-southeast1";
991
+ "asia-southeast2": "asia-southeast2";
992
+ "australia-southeast1": "australia-southeast1";
993
+ "australia-southeast2": "australia-southeast2";
994
+ "ca-central-1": "ca-central-1";
995
+ "eu-central-1": "eu-central-1";
996
+ "eu-central-2": "eu-central-2";
997
+ "eu-north-1": "eu-north-1";
998
+ "eu-west-1": "eu-west-1";
999
+ "eu-west-2": "eu-west-2";
1000
+ "eu-west-3": "eu-west-3";
1001
+ "europe-central2": "europe-central2";
1002
+ "europe-north1": "europe-north1";
1003
+ "europe-southwest1": "europe-southwest1";
1004
+ "europe-west1": "europe-west1";
1005
+ "europe-west10": "europe-west10";
1006
+ "europe-west12": "europe-west12";
1007
+ "europe-west2": "europe-west2";
1008
+ "europe-west3": "europe-west3";
1009
+ "europe-west4": "europe-west4";
1010
+ "europe-west6": "europe-west6";
1011
+ "europe-west8": "europe-west8";
1012
+ "europe-west9": "europe-west9";
1013
+ fsn1: "fsn1";
1014
+ hel1: "hel1";
1015
+ hil: "hil";
1016
+ "me-central1": "me-central1";
1017
+ "me-central2": "me-central2";
1018
+ "me-west1": "me-west1";
1019
+ nbg1: "nbg1";
1020
+ "northamerica-northeast1": "northamerica-northeast1";
1021
+ "northamerica-northeast2": "northamerica-northeast2";
1022
+ "sa-east-1": "sa-east-1";
1023
+ sin: "sin";
1024
+ "southamerica-east1": "southamerica-east1";
1025
+ "southamerica-west1": "southamerica-west1";
1026
+ "us-central1": "us-central1";
1027
+ "us-east-1": "us-east-1";
1028
+ "us-east-2": "us-east-2";
1029
+ "us-east1": "us-east1";
1030
+ "us-east4": "us-east4";
1031
+ "us-east5": "us-east5";
1032
+ "us-south1": "us-south1";
1033
+ "us-west-1": "us-west-1";
1034
+ "us-west-2": "us-west-2";
1035
+ "us-west1": "us-west1";
1036
+ "us-west2": "us-west2";
1037
+ "us-west3": "us-west3";
1038
+ "us-west4": "us-west4";
1039
+ }>>>;
1040
+ }, z.core.$strip>>;
1041
+ scalingProfile: z.ZodOptional<z.ZodEnum<{
1042
+ aggressive: "aggressive";
1043
+ conservative: "conservative";
1044
+ }>>;
325
1045
  }, z.core.$strip>;
326
1046
  export declare const zInvite: z.ZodObject<{
327
1047
  id: z.ZodOptional<z.ZodString>;
@@ -1309,7 +2029,7 @@ export declare const zListFleetsPath: z.ZodObject<{
1309
2029
  */
1310
2030
  export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1311
2031
  limits: z.ZodOptional<z.ZodObject<{
1312
- cpu: z.ZodNumber;
2032
+ cpu: z.ZodOptional<z.ZodNumber>;
1313
2033
  }, z.core.$strip>>;
1314
2034
  gcp: z.ZodOptional<z.ZodObject<{
1315
2035
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
@@ -1317,17 +2037,257 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1317
2037
  }, z.core.$strip>>;
1318
2038
  hetzner: z.ZodOptional<z.ZodObject<{
1319
2039
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1320
- apiKey: z.ZodString;
2040
+ apiKey: z.ZodOptional<z.ZodString>;
1321
2041
  }, z.core.$strip>>;
1322
2042
  aws: z.ZodOptional<z.ZodObject<{
1323
2043
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1324
2044
  controllerRoleArn: z.ZodString;
1325
2045
  }, z.core.$strip>>;
2046
+ constraints: z.ZodOptional<z.ZodObject<{
2047
+ 'karpenter.sh/capacity-type': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2048
+ "on-demand": "on-demand";
2049
+ spot: "spot";
2050
+ }>>>;
2051
+ 'kubernetes.io/arch': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2052
+ amd64: "amd64";
2053
+ arm64: "arm64";
2054
+ }>>>;
2055
+ 'cfke.io/instance-family': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2056
+ p3: "p3";
2057
+ cx: "cx";
2058
+ h1: "h1";
2059
+ h3: "h3";
2060
+ a1: "a1";
2061
+ a2: "a2";
2062
+ a3: "a3";
2063
+ a4: "a4";
2064
+ c1: "c1";
2065
+ c2: "c2";
2066
+ c2d: "c2d";
2067
+ c3: "c3";
2068
+ c3d: "c3d";
2069
+ c4: "c4";
2070
+ c4a: "c4a";
2071
+ c4d: "c4d";
2072
+ c5: "c5";
2073
+ c5a: "c5a";
2074
+ c5ad: "c5ad";
2075
+ c5d: "c5d";
2076
+ c5n: "c5n";
2077
+ c6a: "c6a";
2078
+ c6g: "c6g";
2079
+ c6gd: "c6gd";
2080
+ c6gn: "c6gn";
2081
+ c6i: "c6i";
2082
+ c6id: "c6id";
2083
+ c6in: "c6in";
2084
+ c7a: "c7a";
2085
+ c7g: "c7g";
2086
+ c7gd: "c7gd";
2087
+ c7gn: "c7gn";
2088
+ c7i: "c7i";
2089
+ "c7i-flex": "c7i-flex";
2090
+ c8g: "c8g";
2091
+ c8gd: "c8gd";
2092
+ cax: "cax";
2093
+ ccx: "ccx";
2094
+ cpx: "cpx";
2095
+ d2: "d2";
2096
+ d3: "d3";
2097
+ d3en: "d3en";
2098
+ dl1: "dl1";
2099
+ dl2q: "dl2q";
2100
+ e2: "e2";
2101
+ f1: "f1";
2102
+ f2: "f2";
2103
+ g1: "g1";
2104
+ g2: "g2";
2105
+ g4ad: "g4ad";
2106
+ g4dn: "g4dn";
2107
+ g5: "g5";
2108
+ g5g: "g5g";
2109
+ g6: "g6";
2110
+ g6e: "g6e";
2111
+ gr6: "gr6";
2112
+ hpc6a: "hpc6a";
2113
+ hpc6id: "hpc6id";
2114
+ hpc7a: "hpc7a";
2115
+ hpc7g: "hpc7g";
2116
+ i2: "i2";
2117
+ i3: "i3";
2118
+ i3en: "i3en";
2119
+ i4g: "i4g";
2120
+ i4i: "i4i";
2121
+ i7i: "i7i";
2122
+ i7ie: "i7ie";
2123
+ i8g: "i8g";
2124
+ im4gn: "im4gn";
2125
+ inf1: "inf1";
2126
+ inf2: "inf2";
2127
+ is4gen: "is4gen";
2128
+ m1: "m1";
2129
+ m2: "m2";
2130
+ m3: "m3";
2131
+ m4: "m4";
2132
+ m5: "m5";
2133
+ m5a: "m5a";
2134
+ m5ad: "m5ad";
2135
+ m5d: "m5d";
2136
+ m5dn: "m5dn";
2137
+ m5n: "m5n";
2138
+ m5zn: "m5zn";
2139
+ m6a: "m6a";
2140
+ m6g: "m6g";
2141
+ m6gd: "m6gd";
2142
+ m6i: "m6i";
2143
+ m6id: "m6id";
2144
+ m6idn: "m6idn";
2145
+ m6in: "m6in";
2146
+ m7a: "m7a";
2147
+ m7g: "m7g";
2148
+ m7gd: "m7gd";
2149
+ m7i: "m7i";
2150
+ "m7i-flex": "m7i-flex";
2151
+ m8g: "m8g";
2152
+ m8gd: "m8gd";
2153
+ n1: "n1";
2154
+ n2: "n2";
2155
+ n2d: "n2d";
2156
+ n4: "n4";
2157
+ p3dn: "p3dn";
2158
+ p4d: "p4d";
2159
+ p4de: "p4de";
2160
+ p5: "p5";
2161
+ p5e: "p5e";
2162
+ p5en: "p5en";
2163
+ "p6-b200": "p6-b200";
2164
+ r3: "r3";
2165
+ r4: "r4";
2166
+ r5: "r5";
2167
+ r5a: "r5a";
2168
+ r5ad: "r5ad";
2169
+ r5b: "r5b";
2170
+ r5d: "r5d";
2171
+ r5dn: "r5dn";
2172
+ r5n: "r5n";
2173
+ r6a: "r6a";
2174
+ r6g: "r6g";
2175
+ r6gd: "r6gd";
2176
+ r6i: "r6i";
2177
+ r6id: "r6id";
2178
+ r6idn: "r6idn";
2179
+ r6in: "r6in";
2180
+ r7a: "r7a";
2181
+ r7g: "r7g";
2182
+ r7gd: "r7gd";
2183
+ r7i: "r7i";
2184
+ r7iz: "r7iz";
2185
+ r8g: "r8g";
2186
+ r8gd: "r8gd";
2187
+ t2: "t2";
2188
+ t2a: "t2a";
2189
+ t2d: "t2d";
2190
+ t3: "t3";
2191
+ t3a: "t3a";
2192
+ t4g: "t4g";
2193
+ trn1: "trn1";
2194
+ trn1n: "trn1n";
2195
+ "u-3tb1": "u-3tb1";
2196
+ "u-6tb1": "u-6tb1";
2197
+ "u7i-12tb": "u7i-12tb";
2198
+ "u7i-6tb": "u7i-6tb";
2199
+ "u7i-8tb": "u7i-8tb";
2200
+ "u7in-16tb": "u7in-16tb";
2201
+ "u7in-24tb": "u7in-24tb";
2202
+ "u7in-32tb": "u7in-32tb";
2203
+ vt1: "vt1";
2204
+ x1: "x1";
2205
+ x1e: "x1e";
2206
+ x2gd: "x2gd";
2207
+ x2idn: "x2idn";
2208
+ x2iedn: "x2iedn";
2209
+ x2iezn: "x2iezn";
2210
+ x4: "x4";
2211
+ x8g: "x8g";
2212
+ z1d: "z1d";
2213
+ z3: "z3";
2214
+ }>>>;
2215
+ 'topology.kubernetes.io/region': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2216
+ "africa-south1": "africa-south1";
2217
+ "ap-northeast-1": "ap-northeast-1";
2218
+ "ap-northeast-2": "ap-northeast-2";
2219
+ "ap-northeast-3": "ap-northeast-3";
2220
+ "ap-south-1": "ap-south-1";
2221
+ "ap-southeast-1": "ap-southeast-1";
2222
+ "ap-southeast-2": "ap-southeast-2";
2223
+ ash: "ash";
2224
+ "asia-east1": "asia-east1";
2225
+ "asia-east2": "asia-east2";
2226
+ "asia-northeast1": "asia-northeast1";
2227
+ "asia-northeast2": "asia-northeast2";
2228
+ "asia-northeast3": "asia-northeast3";
2229
+ "asia-south1": "asia-south1";
2230
+ "asia-south2": "asia-south2";
2231
+ "asia-southeast1": "asia-southeast1";
2232
+ "asia-southeast2": "asia-southeast2";
2233
+ "australia-southeast1": "australia-southeast1";
2234
+ "australia-southeast2": "australia-southeast2";
2235
+ "ca-central-1": "ca-central-1";
2236
+ "eu-central-1": "eu-central-1";
2237
+ "eu-central-2": "eu-central-2";
2238
+ "eu-north-1": "eu-north-1";
2239
+ "eu-west-1": "eu-west-1";
2240
+ "eu-west-2": "eu-west-2";
2241
+ "eu-west-3": "eu-west-3";
2242
+ "europe-central2": "europe-central2";
2243
+ "europe-north1": "europe-north1";
2244
+ "europe-southwest1": "europe-southwest1";
2245
+ "europe-west1": "europe-west1";
2246
+ "europe-west10": "europe-west10";
2247
+ "europe-west12": "europe-west12";
2248
+ "europe-west2": "europe-west2";
2249
+ "europe-west3": "europe-west3";
2250
+ "europe-west4": "europe-west4";
2251
+ "europe-west6": "europe-west6";
2252
+ "europe-west8": "europe-west8";
2253
+ "europe-west9": "europe-west9";
2254
+ fsn1: "fsn1";
2255
+ hel1: "hel1";
2256
+ hil: "hil";
2257
+ "me-central1": "me-central1";
2258
+ "me-central2": "me-central2";
2259
+ "me-west1": "me-west1";
2260
+ nbg1: "nbg1";
2261
+ "northamerica-northeast1": "northamerica-northeast1";
2262
+ "northamerica-northeast2": "northamerica-northeast2";
2263
+ "sa-east-1": "sa-east-1";
2264
+ sin: "sin";
2265
+ "southamerica-east1": "southamerica-east1";
2266
+ "southamerica-west1": "southamerica-west1";
2267
+ "us-central1": "us-central1";
2268
+ "us-east-1": "us-east-1";
2269
+ "us-east-2": "us-east-2";
2270
+ "us-east1": "us-east1";
2271
+ "us-east4": "us-east4";
2272
+ "us-east5": "us-east5";
2273
+ "us-south1": "us-south1";
2274
+ "us-west-1": "us-west-1";
2275
+ "us-west-2": "us-west-2";
2276
+ "us-west1": "us-west1";
2277
+ "us-west2": "us-west2";
2278
+ "us-west3": "us-west3";
2279
+ "us-west4": "us-west4";
2280
+ }>>>;
2281
+ }, z.core.$strip>>;
2282
+ scalingProfile: z.ZodOptional<z.ZodEnum<{
2283
+ aggressive: "aggressive";
2284
+ conservative: "conservative";
2285
+ }>>;
1326
2286
  id: z.ZodString;
1327
2287
  }, z.core.$strip>>;
1328
2288
  export declare const zCreateFleetBody: z.ZodObject<{
1329
2289
  limits: z.ZodOptional<z.ZodObject<{
1330
- cpu: z.ZodNumber;
2290
+ cpu: z.ZodOptional<z.ZodNumber>;
1331
2291
  }, z.core.$strip>>;
1332
2292
  gcp: z.ZodOptional<z.ZodObject<{
1333
2293
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
@@ -1335,12 +2295,252 @@ export declare const zCreateFleetBody: z.ZodObject<{
1335
2295
  }, z.core.$strip>>;
1336
2296
  hetzner: z.ZodOptional<z.ZodObject<{
1337
2297
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1338
- apiKey: z.ZodString;
2298
+ apiKey: z.ZodOptional<z.ZodString>;
1339
2299
  }, z.core.$strip>>;
1340
2300
  aws: z.ZodOptional<z.ZodObject<{
1341
2301
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1342
2302
  controllerRoleArn: z.ZodString;
1343
2303
  }, z.core.$strip>>;
2304
+ constraints: z.ZodOptional<z.ZodObject<{
2305
+ 'karpenter.sh/capacity-type': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2306
+ "on-demand": "on-demand";
2307
+ spot: "spot";
2308
+ }>>>;
2309
+ 'kubernetes.io/arch': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2310
+ amd64: "amd64";
2311
+ arm64: "arm64";
2312
+ }>>>;
2313
+ 'cfke.io/instance-family': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2314
+ p3: "p3";
2315
+ cx: "cx";
2316
+ h1: "h1";
2317
+ h3: "h3";
2318
+ a1: "a1";
2319
+ a2: "a2";
2320
+ a3: "a3";
2321
+ a4: "a4";
2322
+ c1: "c1";
2323
+ c2: "c2";
2324
+ c2d: "c2d";
2325
+ c3: "c3";
2326
+ c3d: "c3d";
2327
+ c4: "c4";
2328
+ c4a: "c4a";
2329
+ c4d: "c4d";
2330
+ c5: "c5";
2331
+ c5a: "c5a";
2332
+ c5ad: "c5ad";
2333
+ c5d: "c5d";
2334
+ c5n: "c5n";
2335
+ c6a: "c6a";
2336
+ c6g: "c6g";
2337
+ c6gd: "c6gd";
2338
+ c6gn: "c6gn";
2339
+ c6i: "c6i";
2340
+ c6id: "c6id";
2341
+ c6in: "c6in";
2342
+ c7a: "c7a";
2343
+ c7g: "c7g";
2344
+ c7gd: "c7gd";
2345
+ c7gn: "c7gn";
2346
+ c7i: "c7i";
2347
+ "c7i-flex": "c7i-flex";
2348
+ c8g: "c8g";
2349
+ c8gd: "c8gd";
2350
+ cax: "cax";
2351
+ ccx: "ccx";
2352
+ cpx: "cpx";
2353
+ d2: "d2";
2354
+ d3: "d3";
2355
+ d3en: "d3en";
2356
+ dl1: "dl1";
2357
+ dl2q: "dl2q";
2358
+ e2: "e2";
2359
+ f1: "f1";
2360
+ f2: "f2";
2361
+ g1: "g1";
2362
+ g2: "g2";
2363
+ g4ad: "g4ad";
2364
+ g4dn: "g4dn";
2365
+ g5: "g5";
2366
+ g5g: "g5g";
2367
+ g6: "g6";
2368
+ g6e: "g6e";
2369
+ gr6: "gr6";
2370
+ hpc6a: "hpc6a";
2371
+ hpc6id: "hpc6id";
2372
+ hpc7a: "hpc7a";
2373
+ hpc7g: "hpc7g";
2374
+ i2: "i2";
2375
+ i3: "i3";
2376
+ i3en: "i3en";
2377
+ i4g: "i4g";
2378
+ i4i: "i4i";
2379
+ i7i: "i7i";
2380
+ i7ie: "i7ie";
2381
+ i8g: "i8g";
2382
+ im4gn: "im4gn";
2383
+ inf1: "inf1";
2384
+ inf2: "inf2";
2385
+ is4gen: "is4gen";
2386
+ m1: "m1";
2387
+ m2: "m2";
2388
+ m3: "m3";
2389
+ m4: "m4";
2390
+ m5: "m5";
2391
+ m5a: "m5a";
2392
+ m5ad: "m5ad";
2393
+ m5d: "m5d";
2394
+ m5dn: "m5dn";
2395
+ m5n: "m5n";
2396
+ m5zn: "m5zn";
2397
+ m6a: "m6a";
2398
+ m6g: "m6g";
2399
+ m6gd: "m6gd";
2400
+ m6i: "m6i";
2401
+ m6id: "m6id";
2402
+ m6idn: "m6idn";
2403
+ m6in: "m6in";
2404
+ m7a: "m7a";
2405
+ m7g: "m7g";
2406
+ m7gd: "m7gd";
2407
+ m7i: "m7i";
2408
+ "m7i-flex": "m7i-flex";
2409
+ m8g: "m8g";
2410
+ m8gd: "m8gd";
2411
+ n1: "n1";
2412
+ n2: "n2";
2413
+ n2d: "n2d";
2414
+ n4: "n4";
2415
+ p3dn: "p3dn";
2416
+ p4d: "p4d";
2417
+ p4de: "p4de";
2418
+ p5: "p5";
2419
+ p5e: "p5e";
2420
+ p5en: "p5en";
2421
+ "p6-b200": "p6-b200";
2422
+ r3: "r3";
2423
+ r4: "r4";
2424
+ r5: "r5";
2425
+ r5a: "r5a";
2426
+ r5ad: "r5ad";
2427
+ r5b: "r5b";
2428
+ r5d: "r5d";
2429
+ r5dn: "r5dn";
2430
+ r5n: "r5n";
2431
+ r6a: "r6a";
2432
+ r6g: "r6g";
2433
+ r6gd: "r6gd";
2434
+ r6i: "r6i";
2435
+ r6id: "r6id";
2436
+ r6idn: "r6idn";
2437
+ r6in: "r6in";
2438
+ r7a: "r7a";
2439
+ r7g: "r7g";
2440
+ r7gd: "r7gd";
2441
+ r7i: "r7i";
2442
+ r7iz: "r7iz";
2443
+ r8g: "r8g";
2444
+ r8gd: "r8gd";
2445
+ t2: "t2";
2446
+ t2a: "t2a";
2447
+ t2d: "t2d";
2448
+ t3: "t3";
2449
+ t3a: "t3a";
2450
+ t4g: "t4g";
2451
+ trn1: "trn1";
2452
+ trn1n: "trn1n";
2453
+ "u-3tb1": "u-3tb1";
2454
+ "u-6tb1": "u-6tb1";
2455
+ "u7i-12tb": "u7i-12tb";
2456
+ "u7i-6tb": "u7i-6tb";
2457
+ "u7i-8tb": "u7i-8tb";
2458
+ "u7in-16tb": "u7in-16tb";
2459
+ "u7in-24tb": "u7in-24tb";
2460
+ "u7in-32tb": "u7in-32tb";
2461
+ vt1: "vt1";
2462
+ x1: "x1";
2463
+ x1e: "x1e";
2464
+ x2gd: "x2gd";
2465
+ x2idn: "x2idn";
2466
+ x2iedn: "x2iedn";
2467
+ x2iezn: "x2iezn";
2468
+ x4: "x4";
2469
+ x8g: "x8g";
2470
+ z1d: "z1d";
2471
+ z3: "z3";
2472
+ }>>>;
2473
+ 'topology.kubernetes.io/region': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2474
+ "africa-south1": "africa-south1";
2475
+ "ap-northeast-1": "ap-northeast-1";
2476
+ "ap-northeast-2": "ap-northeast-2";
2477
+ "ap-northeast-3": "ap-northeast-3";
2478
+ "ap-south-1": "ap-south-1";
2479
+ "ap-southeast-1": "ap-southeast-1";
2480
+ "ap-southeast-2": "ap-southeast-2";
2481
+ ash: "ash";
2482
+ "asia-east1": "asia-east1";
2483
+ "asia-east2": "asia-east2";
2484
+ "asia-northeast1": "asia-northeast1";
2485
+ "asia-northeast2": "asia-northeast2";
2486
+ "asia-northeast3": "asia-northeast3";
2487
+ "asia-south1": "asia-south1";
2488
+ "asia-south2": "asia-south2";
2489
+ "asia-southeast1": "asia-southeast1";
2490
+ "asia-southeast2": "asia-southeast2";
2491
+ "australia-southeast1": "australia-southeast1";
2492
+ "australia-southeast2": "australia-southeast2";
2493
+ "ca-central-1": "ca-central-1";
2494
+ "eu-central-1": "eu-central-1";
2495
+ "eu-central-2": "eu-central-2";
2496
+ "eu-north-1": "eu-north-1";
2497
+ "eu-west-1": "eu-west-1";
2498
+ "eu-west-2": "eu-west-2";
2499
+ "eu-west-3": "eu-west-3";
2500
+ "europe-central2": "europe-central2";
2501
+ "europe-north1": "europe-north1";
2502
+ "europe-southwest1": "europe-southwest1";
2503
+ "europe-west1": "europe-west1";
2504
+ "europe-west10": "europe-west10";
2505
+ "europe-west12": "europe-west12";
2506
+ "europe-west2": "europe-west2";
2507
+ "europe-west3": "europe-west3";
2508
+ "europe-west4": "europe-west4";
2509
+ "europe-west6": "europe-west6";
2510
+ "europe-west8": "europe-west8";
2511
+ "europe-west9": "europe-west9";
2512
+ fsn1: "fsn1";
2513
+ hel1: "hel1";
2514
+ hil: "hil";
2515
+ "me-central1": "me-central1";
2516
+ "me-central2": "me-central2";
2517
+ "me-west1": "me-west1";
2518
+ nbg1: "nbg1";
2519
+ "northamerica-northeast1": "northamerica-northeast1";
2520
+ "northamerica-northeast2": "northamerica-northeast2";
2521
+ "sa-east-1": "sa-east-1";
2522
+ sin: "sin";
2523
+ "southamerica-east1": "southamerica-east1";
2524
+ "southamerica-west1": "southamerica-west1";
2525
+ "us-central1": "us-central1";
2526
+ "us-east-1": "us-east-1";
2527
+ "us-east-2": "us-east-2";
2528
+ "us-east1": "us-east1";
2529
+ "us-east4": "us-east4";
2530
+ "us-east5": "us-east5";
2531
+ "us-south1": "us-south1";
2532
+ "us-west-1": "us-west-1";
2533
+ "us-west-2": "us-west-2";
2534
+ "us-west1": "us-west1";
2535
+ "us-west2": "us-west2";
2536
+ "us-west3": "us-west3";
2537
+ "us-west4": "us-west4";
2538
+ }>>>;
2539
+ }, z.core.$strip>>;
2540
+ scalingProfile: z.ZodOptional<z.ZodEnum<{
2541
+ aggressive: "aggressive";
2542
+ conservative: "conservative";
2543
+ }>>;
1344
2544
  id: z.ZodString;
1345
2545
  }, z.core.$strip>;
1346
2546
  export declare const zCreateFleetPath: z.ZodObject<{
@@ -1367,7 +2567,7 @@ export declare const zGetFleetPath: z.ZodObject<{
1367
2567
  */
1368
2568
  export declare const zGetFleetResponse: z.ZodObject<{
1369
2569
  limits: z.ZodOptional<z.ZodObject<{
1370
- cpu: z.ZodNumber;
2570
+ cpu: z.ZodOptional<z.ZodNumber>;
1371
2571
  }, z.core.$strip>>;
1372
2572
  gcp: z.ZodOptional<z.ZodObject<{
1373
2573
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
@@ -1375,17 +2575,257 @@ export declare const zGetFleetResponse: z.ZodObject<{
1375
2575
  }, z.core.$strip>>;
1376
2576
  hetzner: z.ZodOptional<z.ZodObject<{
1377
2577
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1378
- apiKey: z.ZodString;
2578
+ apiKey: z.ZodOptional<z.ZodString>;
1379
2579
  }, z.core.$strip>>;
1380
2580
  aws: z.ZodOptional<z.ZodObject<{
1381
2581
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1382
2582
  controllerRoleArn: z.ZodString;
1383
2583
  }, z.core.$strip>>;
2584
+ constraints: z.ZodOptional<z.ZodObject<{
2585
+ 'karpenter.sh/capacity-type': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2586
+ "on-demand": "on-demand";
2587
+ spot: "spot";
2588
+ }>>>;
2589
+ 'kubernetes.io/arch': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2590
+ amd64: "amd64";
2591
+ arm64: "arm64";
2592
+ }>>>;
2593
+ 'cfke.io/instance-family': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2594
+ p3: "p3";
2595
+ cx: "cx";
2596
+ h1: "h1";
2597
+ h3: "h3";
2598
+ a1: "a1";
2599
+ a2: "a2";
2600
+ a3: "a3";
2601
+ a4: "a4";
2602
+ c1: "c1";
2603
+ c2: "c2";
2604
+ c2d: "c2d";
2605
+ c3: "c3";
2606
+ c3d: "c3d";
2607
+ c4: "c4";
2608
+ c4a: "c4a";
2609
+ c4d: "c4d";
2610
+ c5: "c5";
2611
+ c5a: "c5a";
2612
+ c5ad: "c5ad";
2613
+ c5d: "c5d";
2614
+ c5n: "c5n";
2615
+ c6a: "c6a";
2616
+ c6g: "c6g";
2617
+ c6gd: "c6gd";
2618
+ c6gn: "c6gn";
2619
+ c6i: "c6i";
2620
+ c6id: "c6id";
2621
+ c6in: "c6in";
2622
+ c7a: "c7a";
2623
+ c7g: "c7g";
2624
+ c7gd: "c7gd";
2625
+ c7gn: "c7gn";
2626
+ c7i: "c7i";
2627
+ "c7i-flex": "c7i-flex";
2628
+ c8g: "c8g";
2629
+ c8gd: "c8gd";
2630
+ cax: "cax";
2631
+ ccx: "ccx";
2632
+ cpx: "cpx";
2633
+ d2: "d2";
2634
+ d3: "d3";
2635
+ d3en: "d3en";
2636
+ dl1: "dl1";
2637
+ dl2q: "dl2q";
2638
+ e2: "e2";
2639
+ f1: "f1";
2640
+ f2: "f2";
2641
+ g1: "g1";
2642
+ g2: "g2";
2643
+ g4ad: "g4ad";
2644
+ g4dn: "g4dn";
2645
+ g5: "g5";
2646
+ g5g: "g5g";
2647
+ g6: "g6";
2648
+ g6e: "g6e";
2649
+ gr6: "gr6";
2650
+ hpc6a: "hpc6a";
2651
+ hpc6id: "hpc6id";
2652
+ hpc7a: "hpc7a";
2653
+ hpc7g: "hpc7g";
2654
+ i2: "i2";
2655
+ i3: "i3";
2656
+ i3en: "i3en";
2657
+ i4g: "i4g";
2658
+ i4i: "i4i";
2659
+ i7i: "i7i";
2660
+ i7ie: "i7ie";
2661
+ i8g: "i8g";
2662
+ im4gn: "im4gn";
2663
+ inf1: "inf1";
2664
+ inf2: "inf2";
2665
+ is4gen: "is4gen";
2666
+ m1: "m1";
2667
+ m2: "m2";
2668
+ m3: "m3";
2669
+ m4: "m4";
2670
+ m5: "m5";
2671
+ m5a: "m5a";
2672
+ m5ad: "m5ad";
2673
+ m5d: "m5d";
2674
+ m5dn: "m5dn";
2675
+ m5n: "m5n";
2676
+ m5zn: "m5zn";
2677
+ m6a: "m6a";
2678
+ m6g: "m6g";
2679
+ m6gd: "m6gd";
2680
+ m6i: "m6i";
2681
+ m6id: "m6id";
2682
+ m6idn: "m6idn";
2683
+ m6in: "m6in";
2684
+ m7a: "m7a";
2685
+ m7g: "m7g";
2686
+ m7gd: "m7gd";
2687
+ m7i: "m7i";
2688
+ "m7i-flex": "m7i-flex";
2689
+ m8g: "m8g";
2690
+ m8gd: "m8gd";
2691
+ n1: "n1";
2692
+ n2: "n2";
2693
+ n2d: "n2d";
2694
+ n4: "n4";
2695
+ p3dn: "p3dn";
2696
+ p4d: "p4d";
2697
+ p4de: "p4de";
2698
+ p5: "p5";
2699
+ p5e: "p5e";
2700
+ p5en: "p5en";
2701
+ "p6-b200": "p6-b200";
2702
+ r3: "r3";
2703
+ r4: "r4";
2704
+ r5: "r5";
2705
+ r5a: "r5a";
2706
+ r5ad: "r5ad";
2707
+ r5b: "r5b";
2708
+ r5d: "r5d";
2709
+ r5dn: "r5dn";
2710
+ r5n: "r5n";
2711
+ r6a: "r6a";
2712
+ r6g: "r6g";
2713
+ r6gd: "r6gd";
2714
+ r6i: "r6i";
2715
+ r6id: "r6id";
2716
+ r6idn: "r6idn";
2717
+ r6in: "r6in";
2718
+ r7a: "r7a";
2719
+ r7g: "r7g";
2720
+ r7gd: "r7gd";
2721
+ r7i: "r7i";
2722
+ r7iz: "r7iz";
2723
+ r8g: "r8g";
2724
+ r8gd: "r8gd";
2725
+ t2: "t2";
2726
+ t2a: "t2a";
2727
+ t2d: "t2d";
2728
+ t3: "t3";
2729
+ t3a: "t3a";
2730
+ t4g: "t4g";
2731
+ trn1: "trn1";
2732
+ trn1n: "trn1n";
2733
+ "u-3tb1": "u-3tb1";
2734
+ "u-6tb1": "u-6tb1";
2735
+ "u7i-12tb": "u7i-12tb";
2736
+ "u7i-6tb": "u7i-6tb";
2737
+ "u7i-8tb": "u7i-8tb";
2738
+ "u7in-16tb": "u7in-16tb";
2739
+ "u7in-24tb": "u7in-24tb";
2740
+ "u7in-32tb": "u7in-32tb";
2741
+ vt1: "vt1";
2742
+ x1: "x1";
2743
+ x1e: "x1e";
2744
+ x2gd: "x2gd";
2745
+ x2idn: "x2idn";
2746
+ x2iedn: "x2iedn";
2747
+ x2iezn: "x2iezn";
2748
+ x4: "x4";
2749
+ x8g: "x8g";
2750
+ z1d: "z1d";
2751
+ z3: "z3";
2752
+ }>>>;
2753
+ 'topology.kubernetes.io/region': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2754
+ "africa-south1": "africa-south1";
2755
+ "ap-northeast-1": "ap-northeast-1";
2756
+ "ap-northeast-2": "ap-northeast-2";
2757
+ "ap-northeast-3": "ap-northeast-3";
2758
+ "ap-south-1": "ap-south-1";
2759
+ "ap-southeast-1": "ap-southeast-1";
2760
+ "ap-southeast-2": "ap-southeast-2";
2761
+ ash: "ash";
2762
+ "asia-east1": "asia-east1";
2763
+ "asia-east2": "asia-east2";
2764
+ "asia-northeast1": "asia-northeast1";
2765
+ "asia-northeast2": "asia-northeast2";
2766
+ "asia-northeast3": "asia-northeast3";
2767
+ "asia-south1": "asia-south1";
2768
+ "asia-south2": "asia-south2";
2769
+ "asia-southeast1": "asia-southeast1";
2770
+ "asia-southeast2": "asia-southeast2";
2771
+ "australia-southeast1": "australia-southeast1";
2772
+ "australia-southeast2": "australia-southeast2";
2773
+ "ca-central-1": "ca-central-1";
2774
+ "eu-central-1": "eu-central-1";
2775
+ "eu-central-2": "eu-central-2";
2776
+ "eu-north-1": "eu-north-1";
2777
+ "eu-west-1": "eu-west-1";
2778
+ "eu-west-2": "eu-west-2";
2779
+ "eu-west-3": "eu-west-3";
2780
+ "europe-central2": "europe-central2";
2781
+ "europe-north1": "europe-north1";
2782
+ "europe-southwest1": "europe-southwest1";
2783
+ "europe-west1": "europe-west1";
2784
+ "europe-west10": "europe-west10";
2785
+ "europe-west12": "europe-west12";
2786
+ "europe-west2": "europe-west2";
2787
+ "europe-west3": "europe-west3";
2788
+ "europe-west4": "europe-west4";
2789
+ "europe-west6": "europe-west6";
2790
+ "europe-west8": "europe-west8";
2791
+ "europe-west9": "europe-west9";
2792
+ fsn1: "fsn1";
2793
+ hel1: "hel1";
2794
+ hil: "hil";
2795
+ "me-central1": "me-central1";
2796
+ "me-central2": "me-central2";
2797
+ "me-west1": "me-west1";
2798
+ nbg1: "nbg1";
2799
+ "northamerica-northeast1": "northamerica-northeast1";
2800
+ "northamerica-northeast2": "northamerica-northeast2";
2801
+ "sa-east-1": "sa-east-1";
2802
+ sin: "sin";
2803
+ "southamerica-east1": "southamerica-east1";
2804
+ "southamerica-west1": "southamerica-west1";
2805
+ "us-central1": "us-central1";
2806
+ "us-east-1": "us-east-1";
2807
+ "us-east-2": "us-east-2";
2808
+ "us-east1": "us-east1";
2809
+ "us-east4": "us-east4";
2810
+ "us-east5": "us-east5";
2811
+ "us-south1": "us-south1";
2812
+ "us-west-1": "us-west-1";
2813
+ "us-west-2": "us-west-2";
2814
+ "us-west1": "us-west1";
2815
+ "us-west2": "us-west2";
2816
+ "us-west3": "us-west3";
2817
+ "us-west4": "us-west4";
2818
+ }>>>;
2819
+ }, z.core.$strip>>;
2820
+ scalingProfile: z.ZodOptional<z.ZodEnum<{
2821
+ aggressive: "aggressive";
2822
+ conservative: "conservative";
2823
+ }>>;
1384
2824
  id: z.ZodString;
1385
2825
  }, z.core.$strip>;
1386
2826
  export declare const zUpdateFleetBody: z.ZodObject<{
1387
2827
  limits: z.ZodOptional<z.ZodObject<{
1388
- cpu: z.ZodNumber;
2828
+ cpu: z.ZodOptional<z.ZodNumber>;
1389
2829
  }, z.core.$strip>>;
1390
2830
  gcp: z.ZodOptional<z.ZodObject<{
1391
2831
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
@@ -1393,12 +2833,252 @@ export declare const zUpdateFleetBody: z.ZodObject<{
1393
2833
  }, z.core.$strip>>;
1394
2834
  hetzner: z.ZodOptional<z.ZodObject<{
1395
2835
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1396
- apiKey: z.ZodString;
2836
+ apiKey: z.ZodOptional<z.ZodString>;
1397
2837
  }, z.core.$strip>>;
1398
2838
  aws: z.ZodOptional<z.ZodObject<{
1399
2839
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1400
2840
  controllerRoleArn: z.ZodString;
1401
2841
  }, z.core.$strip>>;
2842
+ constraints: z.ZodOptional<z.ZodObject<{
2843
+ 'karpenter.sh/capacity-type': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2844
+ "on-demand": "on-demand";
2845
+ spot: "spot";
2846
+ }>>>;
2847
+ 'kubernetes.io/arch': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2848
+ amd64: "amd64";
2849
+ arm64: "arm64";
2850
+ }>>>;
2851
+ 'cfke.io/instance-family': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2852
+ p3: "p3";
2853
+ cx: "cx";
2854
+ h1: "h1";
2855
+ h3: "h3";
2856
+ a1: "a1";
2857
+ a2: "a2";
2858
+ a3: "a3";
2859
+ a4: "a4";
2860
+ c1: "c1";
2861
+ c2: "c2";
2862
+ c2d: "c2d";
2863
+ c3: "c3";
2864
+ c3d: "c3d";
2865
+ c4: "c4";
2866
+ c4a: "c4a";
2867
+ c4d: "c4d";
2868
+ c5: "c5";
2869
+ c5a: "c5a";
2870
+ c5ad: "c5ad";
2871
+ c5d: "c5d";
2872
+ c5n: "c5n";
2873
+ c6a: "c6a";
2874
+ c6g: "c6g";
2875
+ c6gd: "c6gd";
2876
+ c6gn: "c6gn";
2877
+ c6i: "c6i";
2878
+ c6id: "c6id";
2879
+ c6in: "c6in";
2880
+ c7a: "c7a";
2881
+ c7g: "c7g";
2882
+ c7gd: "c7gd";
2883
+ c7gn: "c7gn";
2884
+ c7i: "c7i";
2885
+ "c7i-flex": "c7i-flex";
2886
+ c8g: "c8g";
2887
+ c8gd: "c8gd";
2888
+ cax: "cax";
2889
+ ccx: "ccx";
2890
+ cpx: "cpx";
2891
+ d2: "d2";
2892
+ d3: "d3";
2893
+ d3en: "d3en";
2894
+ dl1: "dl1";
2895
+ dl2q: "dl2q";
2896
+ e2: "e2";
2897
+ f1: "f1";
2898
+ f2: "f2";
2899
+ g1: "g1";
2900
+ g2: "g2";
2901
+ g4ad: "g4ad";
2902
+ g4dn: "g4dn";
2903
+ g5: "g5";
2904
+ g5g: "g5g";
2905
+ g6: "g6";
2906
+ g6e: "g6e";
2907
+ gr6: "gr6";
2908
+ hpc6a: "hpc6a";
2909
+ hpc6id: "hpc6id";
2910
+ hpc7a: "hpc7a";
2911
+ hpc7g: "hpc7g";
2912
+ i2: "i2";
2913
+ i3: "i3";
2914
+ i3en: "i3en";
2915
+ i4g: "i4g";
2916
+ i4i: "i4i";
2917
+ i7i: "i7i";
2918
+ i7ie: "i7ie";
2919
+ i8g: "i8g";
2920
+ im4gn: "im4gn";
2921
+ inf1: "inf1";
2922
+ inf2: "inf2";
2923
+ is4gen: "is4gen";
2924
+ m1: "m1";
2925
+ m2: "m2";
2926
+ m3: "m3";
2927
+ m4: "m4";
2928
+ m5: "m5";
2929
+ m5a: "m5a";
2930
+ m5ad: "m5ad";
2931
+ m5d: "m5d";
2932
+ m5dn: "m5dn";
2933
+ m5n: "m5n";
2934
+ m5zn: "m5zn";
2935
+ m6a: "m6a";
2936
+ m6g: "m6g";
2937
+ m6gd: "m6gd";
2938
+ m6i: "m6i";
2939
+ m6id: "m6id";
2940
+ m6idn: "m6idn";
2941
+ m6in: "m6in";
2942
+ m7a: "m7a";
2943
+ m7g: "m7g";
2944
+ m7gd: "m7gd";
2945
+ m7i: "m7i";
2946
+ "m7i-flex": "m7i-flex";
2947
+ m8g: "m8g";
2948
+ m8gd: "m8gd";
2949
+ n1: "n1";
2950
+ n2: "n2";
2951
+ n2d: "n2d";
2952
+ n4: "n4";
2953
+ p3dn: "p3dn";
2954
+ p4d: "p4d";
2955
+ p4de: "p4de";
2956
+ p5: "p5";
2957
+ p5e: "p5e";
2958
+ p5en: "p5en";
2959
+ "p6-b200": "p6-b200";
2960
+ r3: "r3";
2961
+ r4: "r4";
2962
+ r5: "r5";
2963
+ r5a: "r5a";
2964
+ r5ad: "r5ad";
2965
+ r5b: "r5b";
2966
+ r5d: "r5d";
2967
+ r5dn: "r5dn";
2968
+ r5n: "r5n";
2969
+ r6a: "r6a";
2970
+ r6g: "r6g";
2971
+ r6gd: "r6gd";
2972
+ r6i: "r6i";
2973
+ r6id: "r6id";
2974
+ r6idn: "r6idn";
2975
+ r6in: "r6in";
2976
+ r7a: "r7a";
2977
+ r7g: "r7g";
2978
+ r7gd: "r7gd";
2979
+ r7i: "r7i";
2980
+ r7iz: "r7iz";
2981
+ r8g: "r8g";
2982
+ r8gd: "r8gd";
2983
+ t2: "t2";
2984
+ t2a: "t2a";
2985
+ t2d: "t2d";
2986
+ t3: "t3";
2987
+ t3a: "t3a";
2988
+ t4g: "t4g";
2989
+ trn1: "trn1";
2990
+ trn1n: "trn1n";
2991
+ "u-3tb1": "u-3tb1";
2992
+ "u-6tb1": "u-6tb1";
2993
+ "u7i-12tb": "u7i-12tb";
2994
+ "u7i-6tb": "u7i-6tb";
2995
+ "u7i-8tb": "u7i-8tb";
2996
+ "u7in-16tb": "u7in-16tb";
2997
+ "u7in-24tb": "u7in-24tb";
2998
+ "u7in-32tb": "u7in-32tb";
2999
+ vt1: "vt1";
3000
+ x1: "x1";
3001
+ x1e: "x1e";
3002
+ x2gd: "x2gd";
3003
+ x2idn: "x2idn";
3004
+ x2iedn: "x2iedn";
3005
+ x2iezn: "x2iezn";
3006
+ x4: "x4";
3007
+ x8g: "x8g";
3008
+ z1d: "z1d";
3009
+ z3: "z3";
3010
+ }>>>;
3011
+ 'topology.kubernetes.io/region': z.ZodOptional<z.ZodArray<z.ZodEnum<{
3012
+ "africa-south1": "africa-south1";
3013
+ "ap-northeast-1": "ap-northeast-1";
3014
+ "ap-northeast-2": "ap-northeast-2";
3015
+ "ap-northeast-3": "ap-northeast-3";
3016
+ "ap-south-1": "ap-south-1";
3017
+ "ap-southeast-1": "ap-southeast-1";
3018
+ "ap-southeast-2": "ap-southeast-2";
3019
+ ash: "ash";
3020
+ "asia-east1": "asia-east1";
3021
+ "asia-east2": "asia-east2";
3022
+ "asia-northeast1": "asia-northeast1";
3023
+ "asia-northeast2": "asia-northeast2";
3024
+ "asia-northeast3": "asia-northeast3";
3025
+ "asia-south1": "asia-south1";
3026
+ "asia-south2": "asia-south2";
3027
+ "asia-southeast1": "asia-southeast1";
3028
+ "asia-southeast2": "asia-southeast2";
3029
+ "australia-southeast1": "australia-southeast1";
3030
+ "australia-southeast2": "australia-southeast2";
3031
+ "ca-central-1": "ca-central-1";
3032
+ "eu-central-1": "eu-central-1";
3033
+ "eu-central-2": "eu-central-2";
3034
+ "eu-north-1": "eu-north-1";
3035
+ "eu-west-1": "eu-west-1";
3036
+ "eu-west-2": "eu-west-2";
3037
+ "eu-west-3": "eu-west-3";
3038
+ "europe-central2": "europe-central2";
3039
+ "europe-north1": "europe-north1";
3040
+ "europe-southwest1": "europe-southwest1";
3041
+ "europe-west1": "europe-west1";
3042
+ "europe-west10": "europe-west10";
3043
+ "europe-west12": "europe-west12";
3044
+ "europe-west2": "europe-west2";
3045
+ "europe-west3": "europe-west3";
3046
+ "europe-west4": "europe-west4";
3047
+ "europe-west6": "europe-west6";
3048
+ "europe-west8": "europe-west8";
3049
+ "europe-west9": "europe-west9";
3050
+ fsn1: "fsn1";
3051
+ hel1: "hel1";
3052
+ hil: "hil";
3053
+ "me-central1": "me-central1";
3054
+ "me-central2": "me-central2";
3055
+ "me-west1": "me-west1";
3056
+ nbg1: "nbg1";
3057
+ "northamerica-northeast1": "northamerica-northeast1";
3058
+ "northamerica-northeast2": "northamerica-northeast2";
3059
+ "sa-east-1": "sa-east-1";
3060
+ sin: "sin";
3061
+ "southamerica-east1": "southamerica-east1";
3062
+ "southamerica-west1": "southamerica-west1";
3063
+ "us-central1": "us-central1";
3064
+ "us-east-1": "us-east-1";
3065
+ "us-east-2": "us-east-2";
3066
+ "us-east1": "us-east1";
3067
+ "us-east4": "us-east4";
3068
+ "us-east5": "us-east5";
3069
+ "us-south1": "us-south1";
3070
+ "us-west-1": "us-west-1";
3071
+ "us-west-2": "us-west-2";
3072
+ "us-west1": "us-west1";
3073
+ "us-west2": "us-west2";
3074
+ "us-west3": "us-west3";
3075
+ "us-west4": "us-west4";
3076
+ }>>>;
3077
+ }, z.core.$strip>>;
3078
+ scalingProfile: z.ZodOptional<z.ZodEnum<{
3079
+ aggressive: "aggressive";
3080
+ conservative: "conservative";
3081
+ }>>;
1402
3082
  }, z.core.$strip>;
1403
3083
  export declare const zUpdateFleetPath: z.ZodObject<{
1404
3084
  cluster_id: z.ZodString;