@distilled.cloud/kubernetes 0.10.2 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/lib/client/api.d.ts +4 -4
  2. package/lib/client/api.d.ts.map +1 -1
  3. package/lib/services/admissionregistration.d.ts +6364 -97
  4. package/lib/services/admissionregistration.d.ts.map +1 -1
  5. package/lib/services/admissionregistration.js +54 -0
  6. package/lib/services/admissionregistration.js.map +1 -1
  7. package/lib/services/apiextensions.d.ts +1582 -14
  8. package/lib/services/apiextensions.d.ts.map +1 -1
  9. package/lib/services/apiextensions.js +9 -0
  10. package/lib/services/apiextensions.js.map +1 -1
  11. package/lib/services/apiregistration.d.ts +630 -14
  12. package/lib/services/apiregistration.d.ts.map +1 -1
  13. package/lib/services/apiregistration.js +9 -0
  14. package/lib/services/apiregistration.js.map +1 -1
  15. package/lib/services/apps.d.ts +58511 -78
  16. package/lib/services/apps.d.ts.map +1 -1
  17. package/lib/services/apps.js +47 -0
  18. package/lib/services/apps.js.map +1 -1
  19. package/lib/services/authentication.d.ts +143 -4
  20. package/lib/services/authentication.d.ts.map +1 -1
  21. package/lib/services/authentication.js +3 -0
  22. package/lib/services/authentication.js.map +1 -1
  23. package/lib/services/authorization.d.ts +336 -6
  24. package/lib/services/authorization.d.ts.map +1 -1
  25. package/lib/services/authorization.js +5 -0
  26. package/lib/services/authorization.js.map +1 -1
  27. package/lib/services/autoscaling.d.ts +3127 -31
  28. package/lib/services/autoscaling.d.ts.map +1 -1
  29. package/lib/services/autoscaling.js +17 -0
  30. package/lib/services/autoscaling.js.map +1 -1
  31. package/lib/services/batch.d.ts +28710 -30
  32. package/lib/services/batch.d.ts.map +1 -1
  33. package/lib/services/batch.js +17 -0
  34. package/lib/services/batch.js.map +1 -1
  35. package/lib/services/certificates.d.ts +2236 -51
  36. package/lib/services/certificates.d.ts.map +1 -1
  37. package/lib/services/certificates.js +30 -0
  38. package/lib/services/certificates.js.map +1 -1
  39. package/lib/services/coordination.d.ts +1267 -37
  40. package/lib/services/coordination.d.ts.map +1 -1
  41. package/lib/services/coordination.js +16 -0
  42. package/lib/services/coordination.js.map +1 -1
  43. package/lib/services/core.d.ts +64516 -243
  44. package/lib/services/core.d.ts.map +1 -1
  45. package/lib/services/core.js +116 -0
  46. package/lib/services/core.js.map +1 -1
  47. package/lib/services/discovery.d.ts +613 -13
  48. package/lib/services/discovery.d.ts.map +1 -1
  49. package/lib/services/discovery.js +6 -0
  50. package/lib/services/discovery.js.map +1 -1
  51. package/lib/services/events.d.ts +601 -13
  52. package/lib/services/events.d.ts.map +1 -1
  53. package/lib/services/events.js +6 -0
  54. package/lib/services/events.js.map +1 -1
  55. package/lib/services/flowcontrol-apiserver.d.ts +1456 -26
  56. package/lib/services/flowcontrol-apiserver.d.ts.map +1 -1
  57. package/lib/services/flowcontrol-apiserver.js +17 -0
  58. package/lib/services/flowcontrol-apiserver.js.map +1 -1
  59. package/lib/services/internal-apiserver.d.ts +598 -14
  60. package/lib/services/internal-apiserver.d.ts.map +1 -1
  61. package/lib/services/internal-apiserver.js +9 -0
  62. package/lib/services/internal-apiserver.js.map +1 -1
  63. package/lib/services/networking.d.ts +3914 -79
  64. package/lib/services/networking.d.ts.map +1 -1
  65. package/lib/services/networking.js +45 -0
  66. package/lib/services/networking.js.map +1 -1
  67. package/lib/services/node.d.ts +418 -11
  68. package/lib/services/node.d.ts.map +1 -1
  69. package/lib/services/node.js +6 -0
  70. package/lib/services/node.js.map +1 -1
  71. package/lib/services/policy.d.ts +808 -16
  72. package/lib/services/policy.d.ts.map +1 -1
  73. package/lib/services/policy.js +9 -0
  74. package/lib/services/policy.js.map +1 -1
  75. package/lib/services/rbac-authorization.d.ts +1576 -42
  76. package/lib/services/rbac-authorization.d.ts.map +1 -1
  77. package/lib/services/rbac-authorization.js +21 -0
  78. package/lib/services/rbac-authorization.js.map +1 -1
  79. package/lib/services/resource.d.ts +14825 -170
  80. package/lib/services/resource.d.ts.map +1 -1
  81. package/lib/services/resource.js +86 -0
  82. package/lib/services/resource.js.map +1 -1
  83. package/lib/services/scheduling.d.ts +1732 -37
  84. package/lib/services/scheduling.d.ts.map +1 -1
  85. package/lib/services/scheduling.js +19 -0
  86. package/lib/services/scheduling.js.map +1 -1
  87. package/lib/services/storage.d.ts +5034 -71
  88. package/lib/services/storage.d.ts.map +1 -1
  89. package/lib/services/storage.js +39 -0
  90. package/lib/services/storage.js.map +1 -1
  91. package/lib/services/storagemigration.d.ts +590 -14
  92. package/lib/services/storagemigration.d.ts.map +1 -1
  93. package/lib/services/storagemigration.js +9 -0
  94. package/lib/services/storagemigration.js.map +1 -1
  95. package/package.json +3 -2
  96. package/src/services/admissionregistration.ts +54 -0
  97. package/src/services/apiextensions.ts +9 -0
  98. package/src/services/apiregistration.ts +9 -0
  99. package/src/services/apps.ts +47 -0
  100. package/src/services/authentication.ts +3 -0
  101. package/src/services/authorization.ts +5 -0
  102. package/src/services/autoscaling.ts +17 -0
  103. package/src/services/batch.ts +17 -0
  104. package/src/services/certificates.ts +30 -0
  105. package/src/services/coordination.ts +16 -0
  106. package/src/services/core.ts +116 -0
  107. package/src/services/discovery.ts +6 -0
  108. package/src/services/events.ts +6 -0
  109. package/src/services/flowcontrol-apiserver.ts +17 -0
  110. package/src/services/internal-apiserver.ts +9 -0
  111. package/src/services/networking.ts +45 -0
  112. package/src/services/node.ts +6 -0
  113. package/src/services/policy.ts +9 -0
  114. package/src/services/rbac-authorization.ts +21 -0
  115. package/src/services/resource.ts +86 -0
  116. package/src/services/scheduling.ts +19 -0
  117. package/src/services/storage.ts +39 -0
  118. package/src/services/storagemigration.ts +9 -0
@@ -5,6 +5,8 @@
5
5
  * DO NOT EDIT - regenerate with: bun run generate
6
6
  */
7
7
  import * as Schema from "effect/Schema";
8
+ import * as API from "../client/api.ts";
9
+ import { Conflict, NotFound, UnprocessableEntity } from "../errors.ts";
8
10
  export declare const CreateAutoscalingV1NamespacedHorizontalPodAutoscalerInput: Schema.Struct<{
9
11
  readonly dryRun: Schema.optional<Schema.String>;
10
12
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -70,7 +72,66 @@ export type CreateAutoscalingV1NamespacedHorizontalPodAutoscalerOutput = typeof
70
72
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
71
73
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
72
74
  */
73
- export declare const createAutoscalingV1NamespacedHorizontalPodAutoscaler: any;
75
+ export declare const createAutoscalingV1NamespacedHorizontalPodAutoscaler: API.OperationMethod<{
76
+ readonly dryRun?: string | undefined;
77
+ readonly fieldValidation?: string | undefined;
78
+ }, {
79
+ readonly apiVersion?: string | undefined;
80
+ readonly kind?: string | undefined;
81
+ readonly metadata?: {
82
+ readonly annotations?: {
83
+ readonly [x: string]: string;
84
+ } | undefined;
85
+ readonly creationTimestamp?: string | undefined;
86
+ readonly deletionGracePeriodSeconds?: number | undefined;
87
+ readonly deletionTimestamp?: string | undefined;
88
+ readonly finalizers?: readonly string[] | undefined;
89
+ readonly generateName?: string | undefined;
90
+ readonly generation?: number | undefined;
91
+ readonly labels?: {
92
+ readonly [x: string]: string;
93
+ } | undefined;
94
+ readonly managedFields?: readonly {
95
+ readonly apiVersion?: string | undefined;
96
+ readonly fieldsType?: string | undefined;
97
+ readonly fieldsV1?: unknown;
98
+ readonly manager?: string | undefined;
99
+ readonly operation?: string | undefined;
100
+ readonly subresource?: string | undefined;
101
+ readonly time?: string | undefined;
102
+ }[] | undefined;
103
+ readonly name?: string | undefined;
104
+ readonly namespace?: string | undefined;
105
+ readonly ownerReferences?: readonly {
106
+ readonly apiVersion: string;
107
+ readonly blockOwnerDeletion?: boolean | undefined;
108
+ readonly controller?: boolean | undefined;
109
+ readonly kind: string;
110
+ readonly name: string;
111
+ readonly uid: string;
112
+ }[] | undefined;
113
+ readonly resourceVersion?: string | undefined;
114
+ readonly selfLink?: string | undefined;
115
+ readonly uid?: string | undefined;
116
+ } | undefined;
117
+ readonly spec: {
118
+ readonly maxReplicas: number;
119
+ readonly minReplicas?: number | undefined;
120
+ readonly scaleTargetRef: {
121
+ readonly apiVersion?: string | undefined;
122
+ readonly kind: string;
123
+ readonly name: string;
124
+ };
125
+ readonly targetCPUUtilizationPercentage?: number | undefined;
126
+ };
127
+ readonly status?: {
128
+ readonly currentCPUUtilizationPercentage?: number | undefined;
129
+ readonly currentReplicas: number;
130
+ readonly desiredReplicas: number;
131
+ readonly lastScaleTime?: string | undefined;
132
+ readonly observedGeneration?: number | undefined;
133
+ } | undefined;
134
+ }, Conflict | UnprocessableEntity, any>;
74
135
  export declare const CreateAutoscalingV2NamespacedHorizontalPodAutoscalerInput: Schema.Struct<{
75
136
  readonly dryRun: Schema.optional<Schema.String>;
76
137
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -326,7 +387,268 @@ export type CreateAutoscalingV2NamespacedHorizontalPodAutoscalerOutput = typeof
326
387
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
327
388
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
328
389
  */
329
- export declare const createAutoscalingV2NamespacedHorizontalPodAutoscaler: any;
390
+ export declare const createAutoscalingV2NamespacedHorizontalPodAutoscaler: API.OperationMethod<{
391
+ readonly dryRun?: string | undefined;
392
+ readonly fieldValidation?: string | undefined;
393
+ }, {
394
+ readonly apiVersion?: string | undefined;
395
+ readonly kind?: string | undefined;
396
+ readonly metadata?: {
397
+ readonly annotations?: {
398
+ readonly [x: string]: string;
399
+ } | undefined;
400
+ readonly creationTimestamp?: string | undefined;
401
+ readonly deletionGracePeriodSeconds?: number | undefined;
402
+ readonly deletionTimestamp?: string | undefined;
403
+ readonly finalizers?: readonly string[] | undefined;
404
+ readonly generateName?: string | undefined;
405
+ readonly generation?: number | undefined;
406
+ readonly labels?: {
407
+ readonly [x: string]: string;
408
+ } | undefined;
409
+ readonly managedFields?: readonly {
410
+ readonly apiVersion?: string | undefined;
411
+ readonly fieldsType?: string | undefined;
412
+ readonly fieldsV1?: unknown;
413
+ readonly manager?: string | undefined;
414
+ readonly operation?: string | undefined;
415
+ readonly subresource?: string | undefined;
416
+ readonly time?: string | undefined;
417
+ }[] | undefined;
418
+ readonly name?: string | undefined;
419
+ readonly namespace?: string | undefined;
420
+ readonly ownerReferences?: readonly {
421
+ readonly apiVersion: string;
422
+ readonly blockOwnerDeletion?: boolean | undefined;
423
+ readonly controller?: boolean | undefined;
424
+ readonly kind: string;
425
+ readonly name: string;
426
+ readonly uid: string;
427
+ }[] | undefined;
428
+ readonly resourceVersion?: string | undefined;
429
+ readonly selfLink?: string | undefined;
430
+ readonly uid?: string | undefined;
431
+ } | undefined;
432
+ readonly spec: {
433
+ readonly behavior?: {
434
+ readonly scaleDown?: {
435
+ readonly policies?: readonly {
436
+ readonly periodSeconds: number;
437
+ readonly type: string;
438
+ readonly value: number;
439
+ }[] | undefined;
440
+ readonly selectPolicy?: string | undefined;
441
+ readonly stabilizationWindowSeconds?: number | undefined;
442
+ readonly tolerance?: string | undefined;
443
+ } | undefined;
444
+ readonly scaleUp?: {
445
+ readonly policies?: readonly {
446
+ readonly periodSeconds: number;
447
+ readonly type: string;
448
+ readonly value: number;
449
+ }[] | undefined;
450
+ readonly selectPolicy?: string | undefined;
451
+ readonly stabilizationWindowSeconds?: number | undefined;
452
+ readonly tolerance?: string | undefined;
453
+ } | undefined;
454
+ } | undefined;
455
+ readonly maxReplicas: number;
456
+ readonly metrics?: readonly {
457
+ readonly containerResource?: {
458
+ readonly container: string;
459
+ readonly name: string;
460
+ readonly target: {
461
+ readonly averageUtilization?: number | undefined;
462
+ readonly averageValue?: string | undefined;
463
+ readonly type: string;
464
+ readonly value?: string | undefined;
465
+ };
466
+ } | undefined;
467
+ readonly external?: {
468
+ readonly metric: {
469
+ readonly name: string;
470
+ readonly selector?: {
471
+ readonly matchExpressions?: readonly {
472
+ readonly key: string;
473
+ readonly operator: string;
474
+ readonly values?: readonly string[] | undefined;
475
+ }[] | undefined;
476
+ readonly matchLabels?: {
477
+ readonly [x: string]: string;
478
+ } | undefined;
479
+ } | undefined;
480
+ };
481
+ readonly target: {
482
+ readonly averageUtilization?: number | undefined;
483
+ readonly averageValue?: string | undefined;
484
+ readonly type: string;
485
+ readonly value?: string | undefined;
486
+ };
487
+ } | undefined;
488
+ readonly object?: {
489
+ readonly describedObject: {
490
+ readonly apiVersion?: string | undefined;
491
+ readonly kind: string;
492
+ readonly name: string;
493
+ };
494
+ readonly metric: {
495
+ readonly name: string;
496
+ readonly selector?: {
497
+ readonly matchExpressions?: readonly {
498
+ readonly key: string;
499
+ readonly operator: string;
500
+ readonly values?: readonly string[] | undefined;
501
+ }[] | undefined;
502
+ readonly matchLabels?: {
503
+ readonly [x: string]: string;
504
+ } | undefined;
505
+ } | undefined;
506
+ };
507
+ readonly target: {
508
+ readonly averageUtilization?: number | undefined;
509
+ readonly averageValue?: string | undefined;
510
+ readonly type: string;
511
+ readonly value?: string | undefined;
512
+ };
513
+ } | undefined;
514
+ readonly pods?: {
515
+ readonly metric: {
516
+ readonly name: string;
517
+ readonly selector?: {
518
+ readonly matchExpressions?: readonly {
519
+ readonly key: string;
520
+ readonly operator: string;
521
+ readonly values?: readonly string[] | undefined;
522
+ }[] | undefined;
523
+ readonly matchLabels?: {
524
+ readonly [x: string]: string;
525
+ } | undefined;
526
+ } | undefined;
527
+ };
528
+ readonly target: {
529
+ readonly averageUtilization?: number | undefined;
530
+ readonly averageValue?: string | undefined;
531
+ readonly type: string;
532
+ readonly value?: string | undefined;
533
+ };
534
+ } | undefined;
535
+ readonly resource?: {
536
+ readonly name: string;
537
+ readonly target: {
538
+ readonly averageUtilization?: number | undefined;
539
+ readonly averageValue?: string | undefined;
540
+ readonly type: string;
541
+ readonly value?: string | undefined;
542
+ };
543
+ } | undefined;
544
+ readonly type: string;
545
+ }[] | undefined;
546
+ readonly minReplicas?: number | undefined;
547
+ readonly scaleTargetRef: {
548
+ readonly apiVersion?: string | undefined;
549
+ readonly kind: string;
550
+ readonly name: string;
551
+ };
552
+ };
553
+ readonly status?: {
554
+ readonly conditions?: readonly {
555
+ readonly lastTransitionTime?: string | undefined;
556
+ readonly message?: string | undefined;
557
+ readonly reason?: string | undefined;
558
+ readonly status: string;
559
+ readonly type: string;
560
+ }[] | undefined;
561
+ readonly currentMetrics?: readonly {
562
+ readonly containerResource?: {
563
+ readonly container: string;
564
+ readonly current: {
565
+ readonly averageUtilization?: number | undefined;
566
+ readonly averageValue?: string | undefined;
567
+ readonly value?: string | undefined;
568
+ };
569
+ readonly name: string;
570
+ } | undefined;
571
+ readonly external?: {
572
+ readonly current: {
573
+ readonly averageUtilization?: number | undefined;
574
+ readonly averageValue?: string | undefined;
575
+ readonly value?: string | undefined;
576
+ };
577
+ readonly metric: {
578
+ readonly name: string;
579
+ readonly selector?: {
580
+ readonly matchExpressions?: readonly {
581
+ readonly key: string;
582
+ readonly operator: string;
583
+ readonly values?: readonly string[] | undefined;
584
+ }[] | undefined;
585
+ readonly matchLabels?: {
586
+ readonly [x: string]: string;
587
+ } | undefined;
588
+ } | undefined;
589
+ };
590
+ } | undefined;
591
+ readonly object?: {
592
+ readonly current: {
593
+ readonly averageUtilization?: number | undefined;
594
+ readonly averageValue?: string | undefined;
595
+ readonly value?: string | undefined;
596
+ };
597
+ readonly describedObject: {
598
+ readonly apiVersion?: string | undefined;
599
+ readonly kind: string;
600
+ readonly name: string;
601
+ };
602
+ readonly metric: {
603
+ readonly name: string;
604
+ readonly selector?: {
605
+ readonly matchExpressions?: readonly {
606
+ readonly key: string;
607
+ readonly operator: string;
608
+ readonly values?: readonly string[] | undefined;
609
+ }[] | undefined;
610
+ readonly matchLabels?: {
611
+ readonly [x: string]: string;
612
+ } | undefined;
613
+ } | undefined;
614
+ };
615
+ } | undefined;
616
+ readonly pods?: {
617
+ readonly current: {
618
+ readonly averageUtilization?: number | undefined;
619
+ readonly averageValue?: string | undefined;
620
+ readonly value?: string | undefined;
621
+ };
622
+ readonly metric: {
623
+ readonly name: string;
624
+ readonly selector?: {
625
+ readonly matchExpressions?: readonly {
626
+ readonly key: string;
627
+ readonly operator: string;
628
+ readonly values?: readonly string[] | undefined;
629
+ }[] | undefined;
630
+ readonly matchLabels?: {
631
+ readonly [x: string]: string;
632
+ } | undefined;
633
+ } | undefined;
634
+ };
635
+ } | undefined;
636
+ readonly resource?: {
637
+ readonly current: {
638
+ readonly averageUtilization?: number | undefined;
639
+ readonly averageValue?: string | undefined;
640
+ readonly value?: string | undefined;
641
+ };
642
+ readonly name: string;
643
+ } | undefined;
644
+ readonly type: string;
645
+ }[] | undefined;
646
+ readonly currentReplicas?: number | undefined;
647
+ readonly desiredReplicas: number;
648
+ readonly lastScaleTime?: string | undefined;
649
+ readonly observedGeneration?: number | undefined;
650
+ } | undefined;
651
+ }, Conflict | UnprocessableEntity, any>;
330
652
  export declare const DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerInput: Schema.Struct<{
331
653
  readonly dryRun: Schema.optional<Schema.String>;
332
654
  }>;
@@ -366,7 +688,37 @@ export type DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerOutput
366
688
  *
367
689
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
368
690
  */
369
- export declare const deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler: any;
691
+ export declare const deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler: API.OperationMethod<{
692
+ readonly dryRun?: string | undefined;
693
+ }, {
694
+ readonly apiVersion?: string | undefined;
695
+ readonly code?: number | undefined;
696
+ readonly details?: {
697
+ readonly causes?: readonly {
698
+ readonly field?: string | undefined;
699
+ readonly message?: string | undefined;
700
+ readonly reason?: string | undefined;
701
+ }[] | undefined;
702
+ readonly group?: string | undefined;
703
+ readonly kind?: string | undefined;
704
+ readonly name?: string | undefined;
705
+ readonly retryAfterSeconds?: number | undefined;
706
+ readonly uid?: string | undefined;
707
+ } | undefined;
708
+ readonly kind?: string | undefined;
709
+ readonly message?: string | undefined;
710
+ readonly metadata?: {
711
+ readonly continue?: string | undefined;
712
+ readonly remainingItemCount?: number | undefined;
713
+ readonly resourceVersion?: string | undefined;
714
+ readonly selfLink?: string | undefined;
715
+ readonly shardInfo?: {
716
+ readonly selector: string;
717
+ } | undefined;
718
+ } | undefined;
719
+ readonly reason?: string | undefined;
720
+ readonly status?: string | undefined;
721
+ }, never, any>;
370
722
  export declare const DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerInput: Schema.Struct<{
371
723
  readonly dryRun: Schema.optional<Schema.String>;
372
724
  }>;
@@ -406,7 +758,37 @@ export type DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerOutput = typeof
406
758
  *
407
759
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
408
760
  */
409
- export declare const deleteAutoscalingV1NamespacedHorizontalPodAutoscaler: any;
761
+ export declare const deleteAutoscalingV1NamespacedHorizontalPodAutoscaler: API.OperationMethod<{
762
+ readonly dryRun?: string | undefined;
763
+ }, {
764
+ readonly apiVersion?: string | undefined;
765
+ readonly code?: number | undefined;
766
+ readonly details?: {
767
+ readonly causes?: readonly {
768
+ readonly field?: string | undefined;
769
+ readonly message?: string | undefined;
770
+ readonly reason?: string | undefined;
771
+ }[] | undefined;
772
+ readonly group?: string | undefined;
773
+ readonly kind?: string | undefined;
774
+ readonly name?: string | undefined;
775
+ readonly retryAfterSeconds?: number | undefined;
776
+ readonly uid?: string | undefined;
777
+ } | undefined;
778
+ readonly kind?: string | undefined;
779
+ readonly message?: string | undefined;
780
+ readonly metadata?: {
781
+ readonly continue?: string | undefined;
782
+ readonly remainingItemCount?: number | undefined;
783
+ readonly resourceVersion?: string | undefined;
784
+ readonly selfLink?: string | undefined;
785
+ readonly shardInfo?: {
786
+ readonly selector: string;
787
+ } | undefined;
788
+ } | undefined;
789
+ readonly reason?: string | undefined;
790
+ readonly status?: string | undefined;
791
+ }, Conflict | NotFound, any>;
410
792
  export declare const DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerInput: Schema.Struct<{
411
793
  readonly dryRun: Schema.optional<Schema.String>;
412
794
  }>;
@@ -446,7 +828,37 @@ export type DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerOutput
446
828
  *
447
829
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
448
830
  */
449
- export declare const deleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscaler: any;
831
+ export declare const deleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscaler: API.OperationMethod<{
832
+ readonly dryRun?: string | undefined;
833
+ }, {
834
+ readonly apiVersion?: string | undefined;
835
+ readonly code?: number | undefined;
836
+ readonly details?: {
837
+ readonly causes?: readonly {
838
+ readonly field?: string | undefined;
839
+ readonly message?: string | undefined;
840
+ readonly reason?: string | undefined;
841
+ }[] | undefined;
842
+ readonly group?: string | undefined;
843
+ readonly kind?: string | undefined;
844
+ readonly name?: string | undefined;
845
+ readonly retryAfterSeconds?: number | undefined;
846
+ readonly uid?: string | undefined;
847
+ } | undefined;
848
+ readonly kind?: string | undefined;
849
+ readonly message?: string | undefined;
850
+ readonly metadata?: {
851
+ readonly continue?: string | undefined;
852
+ readonly remainingItemCount?: number | undefined;
853
+ readonly resourceVersion?: string | undefined;
854
+ readonly selfLink?: string | undefined;
855
+ readonly shardInfo?: {
856
+ readonly selector: string;
857
+ } | undefined;
858
+ } | undefined;
859
+ readonly reason?: string | undefined;
860
+ readonly status?: string | undefined;
861
+ }, never, any>;
450
862
  export declare const DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerInput: Schema.Struct<{
451
863
  readonly dryRun: Schema.optional<Schema.String>;
452
864
  }>;
@@ -486,7 +898,37 @@ export type DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerOutput = typeof
486
898
  *
487
899
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
488
900
  */
489
- export declare const deleteAutoscalingV2NamespacedHorizontalPodAutoscaler: any;
901
+ export declare const deleteAutoscalingV2NamespacedHorizontalPodAutoscaler: API.OperationMethod<{
902
+ readonly dryRun?: string | undefined;
903
+ }, {
904
+ readonly apiVersion?: string | undefined;
905
+ readonly code?: number | undefined;
906
+ readonly details?: {
907
+ readonly causes?: readonly {
908
+ readonly field?: string | undefined;
909
+ readonly message?: string | undefined;
910
+ readonly reason?: string | undefined;
911
+ }[] | undefined;
912
+ readonly group?: string | undefined;
913
+ readonly kind?: string | undefined;
914
+ readonly name?: string | undefined;
915
+ readonly retryAfterSeconds?: number | undefined;
916
+ readonly uid?: string | undefined;
917
+ } | undefined;
918
+ readonly kind?: string | undefined;
919
+ readonly message?: string | undefined;
920
+ readonly metadata?: {
921
+ readonly continue?: string | undefined;
922
+ readonly remainingItemCount?: number | undefined;
923
+ readonly resourceVersion?: string | undefined;
924
+ readonly selfLink?: string | undefined;
925
+ readonly shardInfo?: {
926
+ readonly selector: string;
927
+ } | undefined;
928
+ } | undefined;
929
+ readonly reason?: string | undefined;
930
+ readonly status?: string | undefined;
931
+ }, Conflict | NotFound, any>;
490
932
  export declare const GetAutoscalingAPIGroupInput: Schema.Struct<{}>;
491
933
  export type GetAutoscalingAPIGroupInput = typeof GetAutoscalingAPIGroupInput.Type;
492
934
  export declare const GetAutoscalingAPIGroupOutput: Schema.Struct<{
@@ -510,7 +952,23 @@ export type GetAutoscalingAPIGroupOutput = typeof GetAutoscalingAPIGroupOutput.T
510
952
  /**
511
953
  * get information of a group
512
954
  */
513
- export declare const getAutoscalingAPIGroup: any;
955
+ export declare const getAutoscalingAPIGroup: API.OperationMethod<{}, {
956
+ readonly apiVersion?: string | undefined;
957
+ readonly kind?: string | undefined;
958
+ readonly name: string;
959
+ readonly preferredVersion?: {
960
+ readonly groupVersion: string;
961
+ readonly version: string;
962
+ } | undefined;
963
+ readonly serverAddressByClientCIDRs?: readonly {
964
+ readonly clientCIDR: string;
965
+ readonly serverAddress: string;
966
+ }[] | undefined;
967
+ readonly versions: readonly {
968
+ readonly groupVersion: string;
969
+ readonly version: string;
970
+ }[];
971
+ }, never, any>;
514
972
  export declare const GetAutoscalingV1APIResourcesInput: Schema.Struct<{}>;
515
973
  export type GetAutoscalingV1APIResourcesInput = typeof GetAutoscalingV1APIResourcesInput.Type;
516
974
  export declare const GetAutoscalingV1APIResourcesOutput: Schema.Struct<{
@@ -534,7 +992,23 @@ export type GetAutoscalingV1APIResourcesOutput = typeof GetAutoscalingV1APIResou
534
992
  /**
535
993
  * get available resources
536
994
  */
537
- export declare const getAutoscalingV1APIResources: any;
995
+ export declare const getAutoscalingV1APIResources: API.OperationMethod<{}, {
996
+ readonly apiVersion?: string | undefined;
997
+ readonly groupVersion: string;
998
+ readonly kind?: string | undefined;
999
+ readonly resources: readonly {
1000
+ readonly categories?: readonly string[] | undefined;
1001
+ readonly group?: string | undefined;
1002
+ readonly kind: string;
1003
+ readonly name: string;
1004
+ readonly namespaced: boolean;
1005
+ readonly shortNames?: readonly string[] | undefined;
1006
+ readonly singularName: string;
1007
+ readonly storageVersionHash?: string | undefined;
1008
+ readonly verbs: readonly string[];
1009
+ readonly version?: string | undefined;
1010
+ }[];
1011
+ }, never, any>;
538
1012
  export declare const GetAutoscalingV2APIResourcesInput: Schema.Struct<{}>;
539
1013
  export type GetAutoscalingV2APIResourcesInput = typeof GetAutoscalingV2APIResourcesInput.Type;
540
1014
  export declare const GetAutoscalingV2APIResourcesOutput: Schema.Struct<{
@@ -558,7 +1032,23 @@ export type GetAutoscalingV2APIResourcesOutput = typeof GetAutoscalingV2APIResou
558
1032
  /**
559
1033
  * get available resources
560
1034
  */
561
- export declare const getAutoscalingV2APIResources: any;
1035
+ export declare const getAutoscalingV2APIResources: API.OperationMethod<{}, {
1036
+ readonly apiVersion?: string | undefined;
1037
+ readonly groupVersion: string;
1038
+ readonly kind?: string | undefined;
1039
+ readonly resources: readonly {
1040
+ readonly categories?: readonly string[] | undefined;
1041
+ readonly group?: string | undefined;
1042
+ readonly kind: string;
1043
+ readonly name: string;
1044
+ readonly namespaced: boolean;
1045
+ readonly shortNames?: readonly string[] | undefined;
1046
+ readonly singularName: string;
1047
+ readonly storageVersionHash?: string | undefined;
1048
+ readonly verbs: readonly string[];
1049
+ readonly version?: string | undefined;
1050
+ }[];
1051
+ }, never, any>;
562
1052
  export declare const ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesInput: Schema.Struct<{}>;
563
1053
  export type ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesInput = typeof ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesInput.Type;
564
1054
  export declare const ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesOutput: Schema.Struct<{
@@ -631,7 +1121,76 @@ export type ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesOutput = typ
631
1121
  /**
632
1122
  * list or watch objects of kind HorizontalPodAutoscaler
633
1123
  */
634
- export declare const listAutoscalingV1HorizontalPodAutoscalerForAllNamespaces: any;
1124
+ export declare const listAutoscalingV1HorizontalPodAutoscalerForAllNamespaces: API.OperationMethod<{}, {
1125
+ readonly apiVersion?: string | undefined;
1126
+ readonly items: readonly {
1127
+ readonly apiVersion?: string | undefined;
1128
+ readonly kind?: string | undefined;
1129
+ readonly metadata?: {
1130
+ readonly annotations?: {
1131
+ readonly [x: string]: string;
1132
+ } | undefined;
1133
+ readonly creationTimestamp?: string | undefined;
1134
+ readonly deletionGracePeriodSeconds?: number | undefined;
1135
+ readonly deletionTimestamp?: string | undefined;
1136
+ readonly finalizers?: readonly string[] | undefined;
1137
+ readonly generateName?: string | undefined;
1138
+ readonly generation?: number | undefined;
1139
+ readonly labels?: {
1140
+ readonly [x: string]: string;
1141
+ } | undefined;
1142
+ readonly managedFields?: readonly {
1143
+ readonly apiVersion?: string | undefined;
1144
+ readonly fieldsType?: string | undefined;
1145
+ readonly fieldsV1?: unknown;
1146
+ readonly manager?: string | undefined;
1147
+ readonly operation?: string | undefined;
1148
+ readonly subresource?: string | undefined;
1149
+ readonly time?: string | undefined;
1150
+ }[] | undefined;
1151
+ readonly name?: string | undefined;
1152
+ readonly namespace?: string | undefined;
1153
+ readonly ownerReferences?: readonly {
1154
+ readonly apiVersion: string;
1155
+ readonly blockOwnerDeletion?: boolean | undefined;
1156
+ readonly controller?: boolean | undefined;
1157
+ readonly kind: string;
1158
+ readonly name: string;
1159
+ readonly uid: string;
1160
+ }[] | undefined;
1161
+ readonly resourceVersion?: string | undefined;
1162
+ readonly selfLink?: string | undefined;
1163
+ readonly uid?: string | undefined;
1164
+ } | undefined;
1165
+ readonly spec: {
1166
+ readonly maxReplicas: number;
1167
+ readonly minReplicas?: number | undefined;
1168
+ readonly scaleTargetRef: {
1169
+ readonly apiVersion?: string | undefined;
1170
+ readonly kind: string;
1171
+ readonly name: string;
1172
+ };
1173
+ readonly targetCPUUtilizationPercentage?: number | undefined;
1174
+ };
1175
+ readonly status?: {
1176
+ readonly currentCPUUtilizationPercentage?: number | undefined;
1177
+ readonly currentReplicas: number;
1178
+ readonly desiredReplicas: number;
1179
+ readonly lastScaleTime?: string | undefined;
1180
+ readonly observedGeneration?: number | undefined;
1181
+ } | undefined;
1182
+ }[];
1183
+ readonly kind?: string | undefined;
1184
+ readonly metadata?: {
1185
+ readonly continue?: string | undefined;
1186
+ readonly remainingItemCount?: number | undefined;
1187
+ readonly resourceVersion?: string | undefined;
1188
+ readonly selfLink?: string | undefined;
1189
+ readonly shardInfo?: {
1190
+ readonly selector: string;
1191
+ } | undefined;
1192
+ } | undefined;
1193
+ }, never, any>;
635
1194
  export declare const ListAutoscalingV1NamespacedHorizontalPodAutoscalerInput: Schema.Struct<{}>;
636
1195
  export type ListAutoscalingV1NamespacedHorizontalPodAutoscalerInput = typeof ListAutoscalingV1NamespacedHorizontalPodAutoscalerInput.Type;
637
1196
  export declare const ListAutoscalingV1NamespacedHorizontalPodAutoscalerOutput: Schema.Struct<{
@@ -704,7 +1263,76 @@ export type ListAutoscalingV1NamespacedHorizontalPodAutoscalerOutput = typeof Li
704
1263
  /**
705
1264
  * list or watch objects of kind HorizontalPodAutoscaler
706
1265
  */
707
- export declare const listAutoscalingV1NamespacedHorizontalPodAutoscaler: any;
1266
+ export declare const listAutoscalingV1NamespacedHorizontalPodAutoscaler: API.OperationMethod<{}, {
1267
+ readonly apiVersion?: string | undefined;
1268
+ readonly items: readonly {
1269
+ readonly apiVersion?: string | undefined;
1270
+ readonly kind?: string | undefined;
1271
+ readonly metadata?: {
1272
+ readonly annotations?: {
1273
+ readonly [x: string]: string;
1274
+ } | undefined;
1275
+ readonly creationTimestamp?: string | undefined;
1276
+ readonly deletionGracePeriodSeconds?: number | undefined;
1277
+ readonly deletionTimestamp?: string | undefined;
1278
+ readonly finalizers?: readonly string[] | undefined;
1279
+ readonly generateName?: string | undefined;
1280
+ readonly generation?: number | undefined;
1281
+ readonly labels?: {
1282
+ readonly [x: string]: string;
1283
+ } | undefined;
1284
+ readonly managedFields?: readonly {
1285
+ readonly apiVersion?: string | undefined;
1286
+ readonly fieldsType?: string | undefined;
1287
+ readonly fieldsV1?: unknown;
1288
+ readonly manager?: string | undefined;
1289
+ readonly operation?: string | undefined;
1290
+ readonly subresource?: string | undefined;
1291
+ readonly time?: string | undefined;
1292
+ }[] | undefined;
1293
+ readonly name?: string | undefined;
1294
+ readonly namespace?: string | undefined;
1295
+ readonly ownerReferences?: readonly {
1296
+ readonly apiVersion: string;
1297
+ readonly blockOwnerDeletion?: boolean | undefined;
1298
+ readonly controller?: boolean | undefined;
1299
+ readonly kind: string;
1300
+ readonly name: string;
1301
+ readonly uid: string;
1302
+ }[] | undefined;
1303
+ readonly resourceVersion?: string | undefined;
1304
+ readonly selfLink?: string | undefined;
1305
+ readonly uid?: string | undefined;
1306
+ } | undefined;
1307
+ readonly spec: {
1308
+ readonly maxReplicas: number;
1309
+ readonly minReplicas?: number | undefined;
1310
+ readonly scaleTargetRef: {
1311
+ readonly apiVersion?: string | undefined;
1312
+ readonly kind: string;
1313
+ readonly name: string;
1314
+ };
1315
+ readonly targetCPUUtilizationPercentage?: number | undefined;
1316
+ };
1317
+ readonly status?: {
1318
+ readonly currentCPUUtilizationPercentage?: number | undefined;
1319
+ readonly currentReplicas: number;
1320
+ readonly desiredReplicas: number;
1321
+ readonly lastScaleTime?: string | undefined;
1322
+ readonly observedGeneration?: number | undefined;
1323
+ } | undefined;
1324
+ }[];
1325
+ readonly kind?: string | undefined;
1326
+ readonly metadata?: {
1327
+ readonly continue?: string | undefined;
1328
+ readonly remainingItemCount?: number | undefined;
1329
+ readonly resourceVersion?: string | undefined;
1330
+ readonly selfLink?: string | undefined;
1331
+ readonly shardInfo?: {
1332
+ readonly selector: string;
1333
+ } | undefined;
1334
+ } | undefined;
1335
+ }, never, any>;
708
1336
  export declare const ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesInput: Schema.Struct<{}>;
709
1337
  export type ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesInput = typeof ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesInput.Type;
710
1338
  export declare const ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesOutput: Schema.Struct<{
@@ -967,7 +1595,278 @@ export type ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesOutput = typ
967
1595
  /**
968
1596
  * list or watch objects of kind HorizontalPodAutoscaler
969
1597
  */
970
- export declare const listAutoscalingV2HorizontalPodAutoscalerForAllNamespaces: any;
1598
+ export declare const listAutoscalingV2HorizontalPodAutoscalerForAllNamespaces: API.OperationMethod<{}, {
1599
+ readonly apiVersion?: string | undefined;
1600
+ readonly items: readonly {
1601
+ readonly apiVersion?: string | undefined;
1602
+ readonly kind?: string | undefined;
1603
+ readonly metadata?: {
1604
+ readonly annotations?: {
1605
+ readonly [x: string]: string;
1606
+ } | undefined;
1607
+ readonly creationTimestamp?: string | undefined;
1608
+ readonly deletionGracePeriodSeconds?: number | undefined;
1609
+ readonly deletionTimestamp?: string | undefined;
1610
+ readonly finalizers?: readonly string[] | undefined;
1611
+ readonly generateName?: string | undefined;
1612
+ readonly generation?: number | undefined;
1613
+ readonly labels?: {
1614
+ readonly [x: string]: string;
1615
+ } | undefined;
1616
+ readonly managedFields?: readonly {
1617
+ readonly apiVersion?: string | undefined;
1618
+ readonly fieldsType?: string | undefined;
1619
+ readonly fieldsV1?: unknown;
1620
+ readonly manager?: string | undefined;
1621
+ readonly operation?: string | undefined;
1622
+ readonly subresource?: string | undefined;
1623
+ readonly time?: string | undefined;
1624
+ }[] | undefined;
1625
+ readonly name?: string | undefined;
1626
+ readonly namespace?: string | undefined;
1627
+ readonly ownerReferences?: readonly {
1628
+ readonly apiVersion: string;
1629
+ readonly blockOwnerDeletion?: boolean | undefined;
1630
+ readonly controller?: boolean | undefined;
1631
+ readonly kind: string;
1632
+ readonly name: string;
1633
+ readonly uid: string;
1634
+ }[] | undefined;
1635
+ readonly resourceVersion?: string | undefined;
1636
+ readonly selfLink?: string | undefined;
1637
+ readonly uid?: string | undefined;
1638
+ } | undefined;
1639
+ readonly spec: {
1640
+ readonly behavior?: {
1641
+ readonly scaleDown?: {
1642
+ readonly policies?: readonly {
1643
+ readonly periodSeconds: number;
1644
+ readonly type: string;
1645
+ readonly value: number;
1646
+ }[] | undefined;
1647
+ readonly selectPolicy?: string | undefined;
1648
+ readonly stabilizationWindowSeconds?: number | undefined;
1649
+ readonly tolerance?: string | undefined;
1650
+ } | undefined;
1651
+ readonly scaleUp?: {
1652
+ readonly policies?: readonly {
1653
+ readonly periodSeconds: number;
1654
+ readonly type: string;
1655
+ readonly value: number;
1656
+ }[] | undefined;
1657
+ readonly selectPolicy?: string | undefined;
1658
+ readonly stabilizationWindowSeconds?: number | undefined;
1659
+ readonly tolerance?: string | undefined;
1660
+ } | undefined;
1661
+ } | undefined;
1662
+ readonly maxReplicas: number;
1663
+ readonly metrics?: readonly {
1664
+ readonly containerResource?: {
1665
+ readonly container: string;
1666
+ readonly name: string;
1667
+ readonly target: {
1668
+ readonly averageUtilization?: number | undefined;
1669
+ readonly averageValue?: string | undefined;
1670
+ readonly type: string;
1671
+ readonly value?: string | undefined;
1672
+ };
1673
+ } | undefined;
1674
+ readonly external?: {
1675
+ readonly metric: {
1676
+ readonly name: string;
1677
+ readonly selector?: {
1678
+ readonly matchExpressions?: readonly {
1679
+ readonly key: string;
1680
+ readonly operator: string;
1681
+ readonly values?: readonly string[] | undefined;
1682
+ }[] | undefined;
1683
+ readonly matchLabels?: {
1684
+ readonly [x: string]: string;
1685
+ } | undefined;
1686
+ } | undefined;
1687
+ };
1688
+ readonly target: {
1689
+ readonly averageUtilization?: number | undefined;
1690
+ readonly averageValue?: string | undefined;
1691
+ readonly type: string;
1692
+ readonly value?: string | undefined;
1693
+ };
1694
+ } | undefined;
1695
+ readonly object?: {
1696
+ readonly describedObject: {
1697
+ readonly apiVersion?: string | undefined;
1698
+ readonly kind: string;
1699
+ readonly name: string;
1700
+ };
1701
+ readonly metric: {
1702
+ readonly name: string;
1703
+ readonly selector?: {
1704
+ readonly matchExpressions?: readonly {
1705
+ readonly key: string;
1706
+ readonly operator: string;
1707
+ readonly values?: readonly string[] | undefined;
1708
+ }[] | undefined;
1709
+ readonly matchLabels?: {
1710
+ readonly [x: string]: string;
1711
+ } | undefined;
1712
+ } | undefined;
1713
+ };
1714
+ readonly target: {
1715
+ readonly averageUtilization?: number | undefined;
1716
+ readonly averageValue?: string | undefined;
1717
+ readonly type: string;
1718
+ readonly value?: string | undefined;
1719
+ };
1720
+ } | undefined;
1721
+ readonly pods?: {
1722
+ readonly metric: {
1723
+ readonly name: string;
1724
+ readonly selector?: {
1725
+ readonly matchExpressions?: readonly {
1726
+ readonly key: string;
1727
+ readonly operator: string;
1728
+ readonly values?: readonly string[] | undefined;
1729
+ }[] | undefined;
1730
+ readonly matchLabels?: {
1731
+ readonly [x: string]: string;
1732
+ } | undefined;
1733
+ } | undefined;
1734
+ };
1735
+ readonly target: {
1736
+ readonly averageUtilization?: number | undefined;
1737
+ readonly averageValue?: string | undefined;
1738
+ readonly type: string;
1739
+ readonly value?: string | undefined;
1740
+ };
1741
+ } | undefined;
1742
+ readonly resource?: {
1743
+ readonly name: string;
1744
+ readonly target: {
1745
+ readonly averageUtilization?: number | undefined;
1746
+ readonly averageValue?: string | undefined;
1747
+ readonly type: string;
1748
+ readonly value?: string | undefined;
1749
+ };
1750
+ } | undefined;
1751
+ readonly type: string;
1752
+ }[] | undefined;
1753
+ readonly minReplicas?: number | undefined;
1754
+ readonly scaleTargetRef: {
1755
+ readonly apiVersion?: string | undefined;
1756
+ readonly kind: string;
1757
+ readonly name: string;
1758
+ };
1759
+ };
1760
+ readonly status?: {
1761
+ readonly conditions?: readonly {
1762
+ readonly lastTransitionTime?: string | undefined;
1763
+ readonly message?: string | undefined;
1764
+ readonly reason?: string | undefined;
1765
+ readonly status: string;
1766
+ readonly type: string;
1767
+ }[] | undefined;
1768
+ readonly currentMetrics?: readonly {
1769
+ readonly containerResource?: {
1770
+ readonly container: string;
1771
+ readonly current: {
1772
+ readonly averageUtilization?: number | undefined;
1773
+ readonly averageValue?: string | undefined;
1774
+ readonly value?: string | undefined;
1775
+ };
1776
+ readonly name: string;
1777
+ } | undefined;
1778
+ readonly external?: {
1779
+ readonly current: {
1780
+ readonly averageUtilization?: number | undefined;
1781
+ readonly averageValue?: string | undefined;
1782
+ readonly value?: string | undefined;
1783
+ };
1784
+ readonly metric: {
1785
+ readonly name: string;
1786
+ readonly selector?: {
1787
+ readonly matchExpressions?: readonly {
1788
+ readonly key: string;
1789
+ readonly operator: string;
1790
+ readonly values?: readonly string[] | undefined;
1791
+ }[] | undefined;
1792
+ readonly matchLabels?: {
1793
+ readonly [x: string]: string;
1794
+ } | undefined;
1795
+ } | undefined;
1796
+ };
1797
+ } | undefined;
1798
+ readonly object?: {
1799
+ readonly current: {
1800
+ readonly averageUtilization?: number | undefined;
1801
+ readonly averageValue?: string | undefined;
1802
+ readonly value?: string | undefined;
1803
+ };
1804
+ readonly describedObject: {
1805
+ readonly apiVersion?: string | undefined;
1806
+ readonly kind: string;
1807
+ readonly name: string;
1808
+ };
1809
+ readonly metric: {
1810
+ readonly name: string;
1811
+ readonly selector?: {
1812
+ readonly matchExpressions?: readonly {
1813
+ readonly key: string;
1814
+ readonly operator: string;
1815
+ readonly values?: readonly string[] | undefined;
1816
+ }[] | undefined;
1817
+ readonly matchLabels?: {
1818
+ readonly [x: string]: string;
1819
+ } | undefined;
1820
+ } | undefined;
1821
+ };
1822
+ } | undefined;
1823
+ readonly pods?: {
1824
+ readonly current: {
1825
+ readonly averageUtilization?: number | undefined;
1826
+ readonly averageValue?: string | undefined;
1827
+ readonly value?: string | undefined;
1828
+ };
1829
+ readonly metric: {
1830
+ readonly name: string;
1831
+ readonly selector?: {
1832
+ readonly matchExpressions?: readonly {
1833
+ readonly key: string;
1834
+ readonly operator: string;
1835
+ readonly values?: readonly string[] | undefined;
1836
+ }[] | undefined;
1837
+ readonly matchLabels?: {
1838
+ readonly [x: string]: string;
1839
+ } | undefined;
1840
+ } | undefined;
1841
+ };
1842
+ } | undefined;
1843
+ readonly resource?: {
1844
+ readonly current: {
1845
+ readonly averageUtilization?: number | undefined;
1846
+ readonly averageValue?: string | undefined;
1847
+ readonly value?: string | undefined;
1848
+ };
1849
+ readonly name: string;
1850
+ } | undefined;
1851
+ readonly type: string;
1852
+ }[] | undefined;
1853
+ readonly currentReplicas?: number | undefined;
1854
+ readonly desiredReplicas: number;
1855
+ readonly lastScaleTime?: string | undefined;
1856
+ readonly observedGeneration?: number | undefined;
1857
+ } | undefined;
1858
+ }[];
1859
+ readonly kind?: string | undefined;
1860
+ readonly metadata?: {
1861
+ readonly continue?: string | undefined;
1862
+ readonly remainingItemCount?: number | undefined;
1863
+ readonly resourceVersion?: string | undefined;
1864
+ readonly selfLink?: string | undefined;
1865
+ readonly shardInfo?: {
1866
+ readonly selector: string;
1867
+ } | undefined;
1868
+ } | undefined;
1869
+ }, never, any>;
971
1870
  export declare const ListAutoscalingV2NamespacedHorizontalPodAutoscalerInput: Schema.Struct<{}>;
972
1871
  export type ListAutoscalingV2NamespacedHorizontalPodAutoscalerInput = typeof ListAutoscalingV2NamespacedHorizontalPodAutoscalerInput.Type;
973
1872
  export declare const ListAutoscalingV2NamespacedHorizontalPodAutoscalerOutput: Schema.Struct<{
@@ -1230,7 +2129,278 @@ export type ListAutoscalingV2NamespacedHorizontalPodAutoscalerOutput = typeof Li
1230
2129
  /**
1231
2130
  * list or watch objects of kind HorizontalPodAutoscaler
1232
2131
  */
1233
- export declare const listAutoscalingV2NamespacedHorizontalPodAutoscaler: any;
2132
+ export declare const listAutoscalingV2NamespacedHorizontalPodAutoscaler: API.OperationMethod<{}, {
2133
+ readonly apiVersion?: string | undefined;
2134
+ readonly items: readonly {
2135
+ readonly apiVersion?: string | undefined;
2136
+ readonly kind?: string | undefined;
2137
+ readonly metadata?: {
2138
+ readonly annotations?: {
2139
+ readonly [x: string]: string;
2140
+ } | undefined;
2141
+ readonly creationTimestamp?: string | undefined;
2142
+ readonly deletionGracePeriodSeconds?: number | undefined;
2143
+ readonly deletionTimestamp?: string | undefined;
2144
+ readonly finalizers?: readonly string[] | undefined;
2145
+ readonly generateName?: string | undefined;
2146
+ readonly generation?: number | undefined;
2147
+ readonly labels?: {
2148
+ readonly [x: string]: string;
2149
+ } | undefined;
2150
+ readonly managedFields?: readonly {
2151
+ readonly apiVersion?: string | undefined;
2152
+ readonly fieldsType?: string | undefined;
2153
+ readonly fieldsV1?: unknown;
2154
+ readonly manager?: string | undefined;
2155
+ readonly operation?: string | undefined;
2156
+ readonly subresource?: string | undefined;
2157
+ readonly time?: string | undefined;
2158
+ }[] | undefined;
2159
+ readonly name?: string | undefined;
2160
+ readonly namespace?: string | undefined;
2161
+ readonly ownerReferences?: readonly {
2162
+ readonly apiVersion: string;
2163
+ readonly blockOwnerDeletion?: boolean | undefined;
2164
+ readonly controller?: boolean | undefined;
2165
+ readonly kind: string;
2166
+ readonly name: string;
2167
+ readonly uid: string;
2168
+ }[] | undefined;
2169
+ readonly resourceVersion?: string | undefined;
2170
+ readonly selfLink?: string | undefined;
2171
+ readonly uid?: string | undefined;
2172
+ } | undefined;
2173
+ readonly spec: {
2174
+ readonly behavior?: {
2175
+ readonly scaleDown?: {
2176
+ readonly policies?: readonly {
2177
+ readonly periodSeconds: number;
2178
+ readonly type: string;
2179
+ readonly value: number;
2180
+ }[] | undefined;
2181
+ readonly selectPolicy?: string | undefined;
2182
+ readonly stabilizationWindowSeconds?: number | undefined;
2183
+ readonly tolerance?: string | undefined;
2184
+ } | undefined;
2185
+ readonly scaleUp?: {
2186
+ readonly policies?: readonly {
2187
+ readonly periodSeconds: number;
2188
+ readonly type: string;
2189
+ readonly value: number;
2190
+ }[] | undefined;
2191
+ readonly selectPolicy?: string | undefined;
2192
+ readonly stabilizationWindowSeconds?: number | undefined;
2193
+ readonly tolerance?: string | undefined;
2194
+ } | undefined;
2195
+ } | undefined;
2196
+ readonly maxReplicas: number;
2197
+ readonly metrics?: readonly {
2198
+ readonly containerResource?: {
2199
+ readonly container: string;
2200
+ readonly name: string;
2201
+ readonly target: {
2202
+ readonly averageUtilization?: number | undefined;
2203
+ readonly averageValue?: string | undefined;
2204
+ readonly type: string;
2205
+ readonly value?: string | undefined;
2206
+ };
2207
+ } | undefined;
2208
+ readonly external?: {
2209
+ readonly metric: {
2210
+ readonly name: string;
2211
+ readonly selector?: {
2212
+ readonly matchExpressions?: readonly {
2213
+ readonly key: string;
2214
+ readonly operator: string;
2215
+ readonly values?: readonly string[] | undefined;
2216
+ }[] | undefined;
2217
+ readonly matchLabels?: {
2218
+ readonly [x: string]: string;
2219
+ } | undefined;
2220
+ } | undefined;
2221
+ };
2222
+ readonly target: {
2223
+ readonly averageUtilization?: number | undefined;
2224
+ readonly averageValue?: string | undefined;
2225
+ readonly type: string;
2226
+ readonly value?: string | undefined;
2227
+ };
2228
+ } | undefined;
2229
+ readonly object?: {
2230
+ readonly describedObject: {
2231
+ readonly apiVersion?: string | undefined;
2232
+ readonly kind: string;
2233
+ readonly name: string;
2234
+ };
2235
+ readonly metric: {
2236
+ readonly name: string;
2237
+ readonly selector?: {
2238
+ readonly matchExpressions?: readonly {
2239
+ readonly key: string;
2240
+ readonly operator: string;
2241
+ readonly values?: readonly string[] | undefined;
2242
+ }[] | undefined;
2243
+ readonly matchLabels?: {
2244
+ readonly [x: string]: string;
2245
+ } | undefined;
2246
+ } | undefined;
2247
+ };
2248
+ readonly target: {
2249
+ readonly averageUtilization?: number | undefined;
2250
+ readonly averageValue?: string | undefined;
2251
+ readonly type: string;
2252
+ readonly value?: string | undefined;
2253
+ };
2254
+ } | undefined;
2255
+ readonly pods?: {
2256
+ readonly metric: {
2257
+ readonly name: string;
2258
+ readonly selector?: {
2259
+ readonly matchExpressions?: readonly {
2260
+ readonly key: string;
2261
+ readonly operator: string;
2262
+ readonly values?: readonly string[] | undefined;
2263
+ }[] | undefined;
2264
+ readonly matchLabels?: {
2265
+ readonly [x: string]: string;
2266
+ } | undefined;
2267
+ } | undefined;
2268
+ };
2269
+ readonly target: {
2270
+ readonly averageUtilization?: number | undefined;
2271
+ readonly averageValue?: string | undefined;
2272
+ readonly type: string;
2273
+ readonly value?: string | undefined;
2274
+ };
2275
+ } | undefined;
2276
+ readonly resource?: {
2277
+ readonly name: string;
2278
+ readonly target: {
2279
+ readonly averageUtilization?: number | undefined;
2280
+ readonly averageValue?: string | undefined;
2281
+ readonly type: string;
2282
+ readonly value?: string | undefined;
2283
+ };
2284
+ } | undefined;
2285
+ readonly type: string;
2286
+ }[] | undefined;
2287
+ readonly minReplicas?: number | undefined;
2288
+ readonly scaleTargetRef: {
2289
+ readonly apiVersion?: string | undefined;
2290
+ readonly kind: string;
2291
+ readonly name: string;
2292
+ };
2293
+ };
2294
+ readonly status?: {
2295
+ readonly conditions?: readonly {
2296
+ readonly lastTransitionTime?: string | undefined;
2297
+ readonly message?: string | undefined;
2298
+ readonly reason?: string | undefined;
2299
+ readonly status: string;
2300
+ readonly type: string;
2301
+ }[] | undefined;
2302
+ readonly currentMetrics?: readonly {
2303
+ readonly containerResource?: {
2304
+ readonly container: string;
2305
+ readonly current: {
2306
+ readonly averageUtilization?: number | undefined;
2307
+ readonly averageValue?: string | undefined;
2308
+ readonly value?: string | undefined;
2309
+ };
2310
+ readonly name: string;
2311
+ } | undefined;
2312
+ readonly external?: {
2313
+ readonly current: {
2314
+ readonly averageUtilization?: number | undefined;
2315
+ readonly averageValue?: string | undefined;
2316
+ readonly value?: string | undefined;
2317
+ };
2318
+ readonly metric: {
2319
+ readonly name: string;
2320
+ readonly selector?: {
2321
+ readonly matchExpressions?: readonly {
2322
+ readonly key: string;
2323
+ readonly operator: string;
2324
+ readonly values?: readonly string[] | undefined;
2325
+ }[] | undefined;
2326
+ readonly matchLabels?: {
2327
+ readonly [x: string]: string;
2328
+ } | undefined;
2329
+ } | undefined;
2330
+ };
2331
+ } | undefined;
2332
+ readonly object?: {
2333
+ readonly current: {
2334
+ readonly averageUtilization?: number | undefined;
2335
+ readonly averageValue?: string | undefined;
2336
+ readonly value?: string | undefined;
2337
+ };
2338
+ readonly describedObject: {
2339
+ readonly apiVersion?: string | undefined;
2340
+ readonly kind: string;
2341
+ readonly name: string;
2342
+ };
2343
+ readonly metric: {
2344
+ readonly name: string;
2345
+ readonly selector?: {
2346
+ readonly matchExpressions?: readonly {
2347
+ readonly key: string;
2348
+ readonly operator: string;
2349
+ readonly values?: readonly string[] | undefined;
2350
+ }[] | undefined;
2351
+ readonly matchLabels?: {
2352
+ readonly [x: string]: string;
2353
+ } | undefined;
2354
+ } | undefined;
2355
+ };
2356
+ } | undefined;
2357
+ readonly pods?: {
2358
+ readonly current: {
2359
+ readonly averageUtilization?: number | undefined;
2360
+ readonly averageValue?: string | undefined;
2361
+ readonly value?: string | undefined;
2362
+ };
2363
+ readonly metric: {
2364
+ readonly name: string;
2365
+ readonly selector?: {
2366
+ readonly matchExpressions?: readonly {
2367
+ readonly key: string;
2368
+ readonly operator: string;
2369
+ readonly values?: readonly string[] | undefined;
2370
+ }[] | undefined;
2371
+ readonly matchLabels?: {
2372
+ readonly [x: string]: string;
2373
+ } | undefined;
2374
+ } | undefined;
2375
+ };
2376
+ } | undefined;
2377
+ readonly resource?: {
2378
+ readonly current: {
2379
+ readonly averageUtilization?: number | undefined;
2380
+ readonly averageValue?: string | undefined;
2381
+ readonly value?: string | undefined;
2382
+ };
2383
+ readonly name: string;
2384
+ } | undefined;
2385
+ readonly type: string;
2386
+ }[] | undefined;
2387
+ readonly currentReplicas?: number | undefined;
2388
+ readonly desiredReplicas: number;
2389
+ readonly lastScaleTime?: string | undefined;
2390
+ readonly observedGeneration?: number | undefined;
2391
+ } | undefined;
2392
+ }[];
2393
+ readonly kind?: string | undefined;
2394
+ readonly metadata?: {
2395
+ readonly continue?: string | undefined;
2396
+ readonly remainingItemCount?: number | undefined;
2397
+ readonly resourceVersion?: string | undefined;
2398
+ readonly selfLink?: string | undefined;
2399
+ readonly shardInfo?: {
2400
+ readonly selector: string;
2401
+ } | undefined;
2402
+ } | undefined;
2403
+ }, never, any>;
1234
2404
  export declare const PatchAutoscalingV1NamespacedHorizontalPodAutoscalerInput: Schema.Struct<{
1235
2405
  readonly dryRun: Schema.optional<Schema.String>;
1236
2406
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1296,7 +2466,66 @@ export type PatchAutoscalingV1NamespacedHorizontalPodAutoscalerOutput = typeof P
1296
2466
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
1297
2467
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
1298
2468
  */
1299
- export declare const patchAutoscalingV1NamespacedHorizontalPodAutoscaler: any;
2469
+ export declare const patchAutoscalingV1NamespacedHorizontalPodAutoscaler: API.OperationMethod<{
2470
+ readonly dryRun?: string | undefined;
2471
+ readonly fieldValidation?: string | undefined;
2472
+ }, {
2473
+ readonly apiVersion?: string | undefined;
2474
+ readonly kind?: string | undefined;
2475
+ readonly metadata?: {
2476
+ readonly annotations?: {
2477
+ readonly [x: string]: string;
2478
+ } | undefined;
2479
+ readonly creationTimestamp?: string | undefined;
2480
+ readonly deletionGracePeriodSeconds?: number | undefined;
2481
+ readonly deletionTimestamp?: string | undefined;
2482
+ readonly finalizers?: readonly string[] | undefined;
2483
+ readonly generateName?: string | undefined;
2484
+ readonly generation?: number | undefined;
2485
+ readonly labels?: {
2486
+ readonly [x: string]: string;
2487
+ } | undefined;
2488
+ readonly managedFields?: readonly {
2489
+ readonly apiVersion?: string | undefined;
2490
+ readonly fieldsType?: string | undefined;
2491
+ readonly fieldsV1?: unknown;
2492
+ readonly manager?: string | undefined;
2493
+ readonly operation?: string | undefined;
2494
+ readonly subresource?: string | undefined;
2495
+ readonly time?: string | undefined;
2496
+ }[] | undefined;
2497
+ readonly name?: string | undefined;
2498
+ readonly namespace?: string | undefined;
2499
+ readonly ownerReferences?: readonly {
2500
+ readonly apiVersion: string;
2501
+ readonly blockOwnerDeletion?: boolean | undefined;
2502
+ readonly controller?: boolean | undefined;
2503
+ readonly kind: string;
2504
+ readonly name: string;
2505
+ readonly uid: string;
2506
+ }[] | undefined;
2507
+ readonly resourceVersion?: string | undefined;
2508
+ readonly selfLink?: string | undefined;
2509
+ readonly uid?: string | undefined;
2510
+ } | undefined;
2511
+ readonly spec: {
2512
+ readonly maxReplicas: number;
2513
+ readonly minReplicas?: number | undefined;
2514
+ readonly scaleTargetRef: {
2515
+ readonly apiVersion?: string | undefined;
2516
+ readonly kind: string;
2517
+ readonly name: string;
2518
+ };
2519
+ readonly targetCPUUtilizationPercentage?: number | undefined;
2520
+ };
2521
+ readonly status?: {
2522
+ readonly currentCPUUtilizationPercentage?: number | undefined;
2523
+ readonly currentReplicas: number;
2524
+ readonly desiredReplicas: number;
2525
+ readonly lastScaleTime?: string | undefined;
2526
+ readonly observedGeneration?: number | undefined;
2527
+ } | undefined;
2528
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1300
2529
  export declare const PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusInput: Schema.Struct<{
1301
2530
  readonly dryRun: Schema.optional<Schema.String>;
1302
2531
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1362,7 +2591,66 @@ export type PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOutput = ty
1362
2591
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
1363
2592
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
1364
2593
  */
1365
- export declare const patchAutoscalingV1NamespacedHorizontalPodAutoscalerStatus: any;
2594
+ export declare const patchAutoscalingV1NamespacedHorizontalPodAutoscalerStatus: API.OperationMethod<{
2595
+ readonly dryRun?: string | undefined;
2596
+ readonly fieldValidation?: string | undefined;
2597
+ }, {
2598
+ readonly apiVersion?: string | undefined;
2599
+ readonly kind?: string | undefined;
2600
+ readonly metadata?: {
2601
+ readonly annotations?: {
2602
+ readonly [x: string]: string;
2603
+ } | undefined;
2604
+ readonly creationTimestamp?: string | undefined;
2605
+ readonly deletionGracePeriodSeconds?: number | undefined;
2606
+ readonly deletionTimestamp?: string | undefined;
2607
+ readonly finalizers?: readonly string[] | undefined;
2608
+ readonly generateName?: string | undefined;
2609
+ readonly generation?: number | undefined;
2610
+ readonly labels?: {
2611
+ readonly [x: string]: string;
2612
+ } | undefined;
2613
+ readonly managedFields?: readonly {
2614
+ readonly apiVersion?: string | undefined;
2615
+ readonly fieldsType?: string | undefined;
2616
+ readonly fieldsV1?: unknown;
2617
+ readonly manager?: string | undefined;
2618
+ readonly operation?: string | undefined;
2619
+ readonly subresource?: string | undefined;
2620
+ readonly time?: string | undefined;
2621
+ }[] | undefined;
2622
+ readonly name?: string | undefined;
2623
+ readonly namespace?: string | undefined;
2624
+ readonly ownerReferences?: readonly {
2625
+ readonly apiVersion: string;
2626
+ readonly blockOwnerDeletion?: boolean | undefined;
2627
+ readonly controller?: boolean | undefined;
2628
+ readonly kind: string;
2629
+ readonly name: string;
2630
+ readonly uid: string;
2631
+ }[] | undefined;
2632
+ readonly resourceVersion?: string | undefined;
2633
+ readonly selfLink?: string | undefined;
2634
+ readonly uid?: string | undefined;
2635
+ } | undefined;
2636
+ readonly spec: {
2637
+ readonly maxReplicas: number;
2638
+ readonly minReplicas?: number | undefined;
2639
+ readonly scaleTargetRef: {
2640
+ readonly apiVersion?: string | undefined;
2641
+ readonly kind: string;
2642
+ readonly name: string;
2643
+ };
2644
+ readonly targetCPUUtilizationPercentage?: number | undefined;
2645
+ };
2646
+ readonly status?: {
2647
+ readonly currentCPUUtilizationPercentage?: number | undefined;
2648
+ readonly currentReplicas: number;
2649
+ readonly desiredReplicas: number;
2650
+ readonly lastScaleTime?: string | undefined;
2651
+ readonly observedGeneration?: number | undefined;
2652
+ } | undefined;
2653
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1366
2654
  export declare const PatchAutoscalingV2NamespacedHorizontalPodAutoscalerInput: Schema.Struct<{
1367
2655
  readonly dryRun: Schema.optional<Schema.String>;
1368
2656
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1618,7 +2906,268 @@ export type PatchAutoscalingV2NamespacedHorizontalPodAutoscalerOutput = typeof P
1618
2906
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
1619
2907
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
1620
2908
  */
1621
- export declare const patchAutoscalingV2NamespacedHorizontalPodAutoscaler: any;
2909
+ export declare const patchAutoscalingV2NamespacedHorizontalPodAutoscaler: API.OperationMethod<{
2910
+ readonly dryRun?: string | undefined;
2911
+ readonly fieldValidation?: string | undefined;
2912
+ }, {
2913
+ readonly apiVersion?: string | undefined;
2914
+ readonly kind?: string | undefined;
2915
+ readonly metadata?: {
2916
+ readonly annotations?: {
2917
+ readonly [x: string]: string;
2918
+ } | undefined;
2919
+ readonly creationTimestamp?: string | undefined;
2920
+ readonly deletionGracePeriodSeconds?: number | undefined;
2921
+ readonly deletionTimestamp?: string | undefined;
2922
+ readonly finalizers?: readonly string[] | undefined;
2923
+ readonly generateName?: string | undefined;
2924
+ readonly generation?: number | undefined;
2925
+ readonly labels?: {
2926
+ readonly [x: string]: string;
2927
+ } | undefined;
2928
+ readonly managedFields?: readonly {
2929
+ readonly apiVersion?: string | undefined;
2930
+ readonly fieldsType?: string | undefined;
2931
+ readonly fieldsV1?: unknown;
2932
+ readonly manager?: string | undefined;
2933
+ readonly operation?: string | undefined;
2934
+ readonly subresource?: string | undefined;
2935
+ readonly time?: string | undefined;
2936
+ }[] | undefined;
2937
+ readonly name?: string | undefined;
2938
+ readonly namespace?: string | undefined;
2939
+ readonly ownerReferences?: readonly {
2940
+ readonly apiVersion: string;
2941
+ readonly blockOwnerDeletion?: boolean | undefined;
2942
+ readonly controller?: boolean | undefined;
2943
+ readonly kind: string;
2944
+ readonly name: string;
2945
+ readonly uid: string;
2946
+ }[] | undefined;
2947
+ readonly resourceVersion?: string | undefined;
2948
+ readonly selfLink?: string | undefined;
2949
+ readonly uid?: string | undefined;
2950
+ } | undefined;
2951
+ readonly spec: {
2952
+ readonly behavior?: {
2953
+ readonly scaleDown?: {
2954
+ readonly policies?: readonly {
2955
+ readonly periodSeconds: number;
2956
+ readonly type: string;
2957
+ readonly value: number;
2958
+ }[] | undefined;
2959
+ readonly selectPolicy?: string | undefined;
2960
+ readonly stabilizationWindowSeconds?: number | undefined;
2961
+ readonly tolerance?: string | undefined;
2962
+ } | undefined;
2963
+ readonly scaleUp?: {
2964
+ readonly policies?: readonly {
2965
+ readonly periodSeconds: number;
2966
+ readonly type: string;
2967
+ readonly value: number;
2968
+ }[] | undefined;
2969
+ readonly selectPolicy?: string | undefined;
2970
+ readonly stabilizationWindowSeconds?: number | undefined;
2971
+ readonly tolerance?: string | undefined;
2972
+ } | undefined;
2973
+ } | undefined;
2974
+ readonly maxReplicas: number;
2975
+ readonly metrics?: readonly {
2976
+ readonly containerResource?: {
2977
+ readonly container: string;
2978
+ readonly name: string;
2979
+ readonly target: {
2980
+ readonly averageUtilization?: number | undefined;
2981
+ readonly averageValue?: string | undefined;
2982
+ readonly type: string;
2983
+ readonly value?: string | undefined;
2984
+ };
2985
+ } | undefined;
2986
+ readonly external?: {
2987
+ readonly metric: {
2988
+ readonly name: string;
2989
+ readonly selector?: {
2990
+ readonly matchExpressions?: readonly {
2991
+ readonly key: string;
2992
+ readonly operator: string;
2993
+ readonly values?: readonly string[] | undefined;
2994
+ }[] | undefined;
2995
+ readonly matchLabels?: {
2996
+ readonly [x: string]: string;
2997
+ } | undefined;
2998
+ } | undefined;
2999
+ };
3000
+ readonly target: {
3001
+ readonly averageUtilization?: number | undefined;
3002
+ readonly averageValue?: string | undefined;
3003
+ readonly type: string;
3004
+ readonly value?: string | undefined;
3005
+ };
3006
+ } | undefined;
3007
+ readonly object?: {
3008
+ readonly describedObject: {
3009
+ readonly apiVersion?: string | undefined;
3010
+ readonly kind: string;
3011
+ readonly name: string;
3012
+ };
3013
+ readonly metric: {
3014
+ readonly name: string;
3015
+ readonly selector?: {
3016
+ readonly matchExpressions?: readonly {
3017
+ readonly key: string;
3018
+ readonly operator: string;
3019
+ readonly values?: readonly string[] | undefined;
3020
+ }[] | undefined;
3021
+ readonly matchLabels?: {
3022
+ readonly [x: string]: string;
3023
+ } | undefined;
3024
+ } | undefined;
3025
+ };
3026
+ readonly target: {
3027
+ readonly averageUtilization?: number | undefined;
3028
+ readonly averageValue?: string | undefined;
3029
+ readonly type: string;
3030
+ readonly value?: string | undefined;
3031
+ };
3032
+ } | undefined;
3033
+ readonly pods?: {
3034
+ readonly metric: {
3035
+ readonly name: string;
3036
+ readonly selector?: {
3037
+ readonly matchExpressions?: readonly {
3038
+ readonly key: string;
3039
+ readonly operator: string;
3040
+ readonly values?: readonly string[] | undefined;
3041
+ }[] | undefined;
3042
+ readonly matchLabels?: {
3043
+ readonly [x: string]: string;
3044
+ } | undefined;
3045
+ } | undefined;
3046
+ };
3047
+ readonly target: {
3048
+ readonly averageUtilization?: number | undefined;
3049
+ readonly averageValue?: string | undefined;
3050
+ readonly type: string;
3051
+ readonly value?: string | undefined;
3052
+ };
3053
+ } | undefined;
3054
+ readonly resource?: {
3055
+ readonly name: string;
3056
+ readonly target: {
3057
+ readonly averageUtilization?: number | undefined;
3058
+ readonly averageValue?: string | undefined;
3059
+ readonly type: string;
3060
+ readonly value?: string | undefined;
3061
+ };
3062
+ } | undefined;
3063
+ readonly type: string;
3064
+ }[] | undefined;
3065
+ readonly minReplicas?: number | undefined;
3066
+ readonly scaleTargetRef: {
3067
+ readonly apiVersion?: string | undefined;
3068
+ readonly kind: string;
3069
+ readonly name: string;
3070
+ };
3071
+ };
3072
+ readonly status?: {
3073
+ readonly conditions?: readonly {
3074
+ readonly lastTransitionTime?: string | undefined;
3075
+ readonly message?: string | undefined;
3076
+ readonly reason?: string | undefined;
3077
+ readonly status: string;
3078
+ readonly type: string;
3079
+ }[] | undefined;
3080
+ readonly currentMetrics?: readonly {
3081
+ readonly containerResource?: {
3082
+ readonly container: string;
3083
+ readonly current: {
3084
+ readonly averageUtilization?: number | undefined;
3085
+ readonly averageValue?: string | undefined;
3086
+ readonly value?: string | undefined;
3087
+ };
3088
+ readonly name: string;
3089
+ } | undefined;
3090
+ readonly external?: {
3091
+ readonly current: {
3092
+ readonly averageUtilization?: number | undefined;
3093
+ readonly averageValue?: string | undefined;
3094
+ readonly value?: string | undefined;
3095
+ };
3096
+ readonly metric: {
3097
+ readonly name: string;
3098
+ readonly selector?: {
3099
+ readonly matchExpressions?: readonly {
3100
+ readonly key: string;
3101
+ readonly operator: string;
3102
+ readonly values?: readonly string[] | undefined;
3103
+ }[] | undefined;
3104
+ readonly matchLabels?: {
3105
+ readonly [x: string]: string;
3106
+ } | undefined;
3107
+ } | undefined;
3108
+ };
3109
+ } | undefined;
3110
+ readonly object?: {
3111
+ readonly current: {
3112
+ readonly averageUtilization?: number | undefined;
3113
+ readonly averageValue?: string | undefined;
3114
+ readonly value?: string | undefined;
3115
+ };
3116
+ readonly describedObject: {
3117
+ readonly apiVersion?: string | undefined;
3118
+ readonly kind: string;
3119
+ readonly name: string;
3120
+ };
3121
+ readonly metric: {
3122
+ readonly name: string;
3123
+ readonly selector?: {
3124
+ readonly matchExpressions?: readonly {
3125
+ readonly key: string;
3126
+ readonly operator: string;
3127
+ readonly values?: readonly string[] | undefined;
3128
+ }[] | undefined;
3129
+ readonly matchLabels?: {
3130
+ readonly [x: string]: string;
3131
+ } | undefined;
3132
+ } | undefined;
3133
+ };
3134
+ } | undefined;
3135
+ readonly pods?: {
3136
+ readonly current: {
3137
+ readonly averageUtilization?: number | undefined;
3138
+ readonly averageValue?: string | undefined;
3139
+ readonly value?: string | undefined;
3140
+ };
3141
+ readonly metric: {
3142
+ readonly name: string;
3143
+ readonly selector?: {
3144
+ readonly matchExpressions?: readonly {
3145
+ readonly key: string;
3146
+ readonly operator: string;
3147
+ readonly values?: readonly string[] | undefined;
3148
+ }[] | undefined;
3149
+ readonly matchLabels?: {
3150
+ readonly [x: string]: string;
3151
+ } | undefined;
3152
+ } | undefined;
3153
+ };
3154
+ } | undefined;
3155
+ readonly resource?: {
3156
+ readonly current: {
3157
+ readonly averageUtilization?: number | undefined;
3158
+ readonly averageValue?: string | undefined;
3159
+ readonly value?: string | undefined;
3160
+ };
3161
+ readonly name: string;
3162
+ } | undefined;
3163
+ readonly type: string;
3164
+ }[] | undefined;
3165
+ readonly currentReplicas?: number | undefined;
3166
+ readonly desiredReplicas: number;
3167
+ readonly lastScaleTime?: string | undefined;
3168
+ readonly observedGeneration?: number | undefined;
3169
+ } | undefined;
3170
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1622
3171
  export declare const PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusInput: Schema.Struct<{
1623
3172
  readonly dryRun: Schema.optional<Schema.String>;
1624
3173
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1874,7 +3423,268 @@ export type PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusOutput = ty
1874
3423
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
1875
3424
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
1876
3425
  */
1877
- export declare const patchAutoscalingV2NamespacedHorizontalPodAutoscalerStatus: any;
3426
+ export declare const patchAutoscalingV2NamespacedHorizontalPodAutoscalerStatus: API.OperationMethod<{
3427
+ readonly dryRun?: string | undefined;
3428
+ readonly fieldValidation?: string | undefined;
3429
+ }, {
3430
+ readonly apiVersion?: string | undefined;
3431
+ readonly kind?: string | undefined;
3432
+ readonly metadata?: {
3433
+ readonly annotations?: {
3434
+ readonly [x: string]: string;
3435
+ } | undefined;
3436
+ readonly creationTimestamp?: string | undefined;
3437
+ readonly deletionGracePeriodSeconds?: number | undefined;
3438
+ readonly deletionTimestamp?: string | undefined;
3439
+ readonly finalizers?: readonly string[] | undefined;
3440
+ readonly generateName?: string | undefined;
3441
+ readonly generation?: number | undefined;
3442
+ readonly labels?: {
3443
+ readonly [x: string]: string;
3444
+ } | undefined;
3445
+ readonly managedFields?: readonly {
3446
+ readonly apiVersion?: string | undefined;
3447
+ readonly fieldsType?: string | undefined;
3448
+ readonly fieldsV1?: unknown;
3449
+ readonly manager?: string | undefined;
3450
+ readonly operation?: string | undefined;
3451
+ readonly subresource?: string | undefined;
3452
+ readonly time?: string | undefined;
3453
+ }[] | undefined;
3454
+ readonly name?: string | undefined;
3455
+ readonly namespace?: string | undefined;
3456
+ readonly ownerReferences?: readonly {
3457
+ readonly apiVersion: string;
3458
+ readonly blockOwnerDeletion?: boolean | undefined;
3459
+ readonly controller?: boolean | undefined;
3460
+ readonly kind: string;
3461
+ readonly name: string;
3462
+ readonly uid: string;
3463
+ }[] | undefined;
3464
+ readonly resourceVersion?: string | undefined;
3465
+ readonly selfLink?: string | undefined;
3466
+ readonly uid?: string | undefined;
3467
+ } | undefined;
3468
+ readonly spec: {
3469
+ readonly behavior?: {
3470
+ readonly scaleDown?: {
3471
+ readonly policies?: readonly {
3472
+ readonly periodSeconds: number;
3473
+ readonly type: string;
3474
+ readonly value: number;
3475
+ }[] | undefined;
3476
+ readonly selectPolicy?: string | undefined;
3477
+ readonly stabilizationWindowSeconds?: number | undefined;
3478
+ readonly tolerance?: string | undefined;
3479
+ } | undefined;
3480
+ readonly scaleUp?: {
3481
+ readonly policies?: readonly {
3482
+ readonly periodSeconds: number;
3483
+ readonly type: string;
3484
+ readonly value: number;
3485
+ }[] | undefined;
3486
+ readonly selectPolicy?: string | undefined;
3487
+ readonly stabilizationWindowSeconds?: number | undefined;
3488
+ readonly tolerance?: string | undefined;
3489
+ } | undefined;
3490
+ } | undefined;
3491
+ readonly maxReplicas: number;
3492
+ readonly metrics?: readonly {
3493
+ readonly containerResource?: {
3494
+ readonly container: string;
3495
+ readonly name: string;
3496
+ readonly target: {
3497
+ readonly averageUtilization?: number | undefined;
3498
+ readonly averageValue?: string | undefined;
3499
+ readonly type: string;
3500
+ readonly value?: string | undefined;
3501
+ };
3502
+ } | undefined;
3503
+ readonly external?: {
3504
+ readonly metric: {
3505
+ readonly name: string;
3506
+ readonly selector?: {
3507
+ readonly matchExpressions?: readonly {
3508
+ readonly key: string;
3509
+ readonly operator: string;
3510
+ readonly values?: readonly string[] | undefined;
3511
+ }[] | undefined;
3512
+ readonly matchLabels?: {
3513
+ readonly [x: string]: string;
3514
+ } | undefined;
3515
+ } | undefined;
3516
+ };
3517
+ readonly target: {
3518
+ readonly averageUtilization?: number | undefined;
3519
+ readonly averageValue?: string | undefined;
3520
+ readonly type: string;
3521
+ readonly value?: string | undefined;
3522
+ };
3523
+ } | undefined;
3524
+ readonly object?: {
3525
+ readonly describedObject: {
3526
+ readonly apiVersion?: string | undefined;
3527
+ readonly kind: string;
3528
+ readonly name: string;
3529
+ };
3530
+ readonly metric: {
3531
+ readonly name: string;
3532
+ readonly selector?: {
3533
+ readonly matchExpressions?: readonly {
3534
+ readonly key: string;
3535
+ readonly operator: string;
3536
+ readonly values?: readonly string[] | undefined;
3537
+ }[] | undefined;
3538
+ readonly matchLabels?: {
3539
+ readonly [x: string]: string;
3540
+ } | undefined;
3541
+ } | undefined;
3542
+ };
3543
+ readonly target: {
3544
+ readonly averageUtilization?: number | undefined;
3545
+ readonly averageValue?: string | undefined;
3546
+ readonly type: string;
3547
+ readonly value?: string | undefined;
3548
+ };
3549
+ } | undefined;
3550
+ readonly pods?: {
3551
+ readonly metric: {
3552
+ readonly name: string;
3553
+ readonly selector?: {
3554
+ readonly matchExpressions?: readonly {
3555
+ readonly key: string;
3556
+ readonly operator: string;
3557
+ readonly values?: readonly string[] | undefined;
3558
+ }[] | undefined;
3559
+ readonly matchLabels?: {
3560
+ readonly [x: string]: string;
3561
+ } | undefined;
3562
+ } | undefined;
3563
+ };
3564
+ readonly target: {
3565
+ readonly averageUtilization?: number | undefined;
3566
+ readonly averageValue?: string | undefined;
3567
+ readonly type: string;
3568
+ readonly value?: string | undefined;
3569
+ };
3570
+ } | undefined;
3571
+ readonly resource?: {
3572
+ readonly name: string;
3573
+ readonly target: {
3574
+ readonly averageUtilization?: number | undefined;
3575
+ readonly averageValue?: string | undefined;
3576
+ readonly type: string;
3577
+ readonly value?: string | undefined;
3578
+ };
3579
+ } | undefined;
3580
+ readonly type: string;
3581
+ }[] | undefined;
3582
+ readonly minReplicas?: number | undefined;
3583
+ readonly scaleTargetRef: {
3584
+ readonly apiVersion?: string | undefined;
3585
+ readonly kind: string;
3586
+ readonly name: string;
3587
+ };
3588
+ };
3589
+ readonly status?: {
3590
+ readonly conditions?: readonly {
3591
+ readonly lastTransitionTime?: string | undefined;
3592
+ readonly message?: string | undefined;
3593
+ readonly reason?: string | undefined;
3594
+ readonly status: string;
3595
+ readonly type: string;
3596
+ }[] | undefined;
3597
+ readonly currentMetrics?: readonly {
3598
+ readonly containerResource?: {
3599
+ readonly container: string;
3600
+ readonly current: {
3601
+ readonly averageUtilization?: number | undefined;
3602
+ readonly averageValue?: string | undefined;
3603
+ readonly value?: string | undefined;
3604
+ };
3605
+ readonly name: string;
3606
+ } | undefined;
3607
+ readonly external?: {
3608
+ readonly current: {
3609
+ readonly averageUtilization?: number | undefined;
3610
+ readonly averageValue?: string | undefined;
3611
+ readonly value?: string | undefined;
3612
+ };
3613
+ readonly metric: {
3614
+ readonly name: string;
3615
+ readonly selector?: {
3616
+ readonly matchExpressions?: readonly {
3617
+ readonly key: string;
3618
+ readonly operator: string;
3619
+ readonly values?: readonly string[] | undefined;
3620
+ }[] | undefined;
3621
+ readonly matchLabels?: {
3622
+ readonly [x: string]: string;
3623
+ } | undefined;
3624
+ } | undefined;
3625
+ };
3626
+ } | undefined;
3627
+ readonly object?: {
3628
+ readonly current: {
3629
+ readonly averageUtilization?: number | undefined;
3630
+ readonly averageValue?: string | undefined;
3631
+ readonly value?: string | undefined;
3632
+ };
3633
+ readonly describedObject: {
3634
+ readonly apiVersion?: string | undefined;
3635
+ readonly kind: string;
3636
+ readonly name: string;
3637
+ };
3638
+ readonly metric: {
3639
+ readonly name: string;
3640
+ readonly selector?: {
3641
+ readonly matchExpressions?: readonly {
3642
+ readonly key: string;
3643
+ readonly operator: string;
3644
+ readonly values?: readonly string[] | undefined;
3645
+ }[] | undefined;
3646
+ readonly matchLabels?: {
3647
+ readonly [x: string]: string;
3648
+ } | undefined;
3649
+ } | undefined;
3650
+ };
3651
+ } | undefined;
3652
+ readonly pods?: {
3653
+ readonly current: {
3654
+ readonly averageUtilization?: number | undefined;
3655
+ readonly averageValue?: string | undefined;
3656
+ readonly value?: string | undefined;
3657
+ };
3658
+ readonly metric: {
3659
+ readonly name: string;
3660
+ readonly selector?: {
3661
+ readonly matchExpressions?: readonly {
3662
+ readonly key: string;
3663
+ readonly operator: string;
3664
+ readonly values?: readonly string[] | undefined;
3665
+ }[] | undefined;
3666
+ readonly matchLabels?: {
3667
+ readonly [x: string]: string;
3668
+ } | undefined;
3669
+ } | undefined;
3670
+ };
3671
+ } | undefined;
3672
+ readonly resource?: {
3673
+ readonly current: {
3674
+ readonly averageUtilization?: number | undefined;
3675
+ readonly averageValue?: string | undefined;
3676
+ readonly value?: string | undefined;
3677
+ };
3678
+ readonly name: string;
3679
+ } | undefined;
3680
+ readonly type: string;
3681
+ }[] | undefined;
3682
+ readonly currentReplicas?: number | undefined;
3683
+ readonly desiredReplicas: number;
3684
+ readonly lastScaleTime?: string | undefined;
3685
+ readonly observedGeneration?: number | undefined;
3686
+ } | undefined;
3687
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1878
3688
  export declare const ReadAutoscalingV1NamespacedHorizontalPodAutoscalerInput: Schema.Struct<{}>;
1879
3689
  export type ReadAutoscalingV1NamespacedHorizontalPodAutoscalerInput = typeof ReadAutoscalingV1NamespacedHorizontalPodAutoscalerInput.Type;
1880
3690
  export declare const ReadAutoscalingV1NamespacedHorizontalPodAutoscalerOutput: Schema.Struct<{
@@ -1934,7 +3744,63 @@ export type ReadAutoscalingV1NamespacedHorizontalPodAutoscalerOutput = typeof Re
1934
3744
  /**
1935
3745
  * read the specified HorizontalPodAutoscaler
1936
3746
  */
1937
- export declare const readAutoscalingV1NamespacedHorizontalPodAutoscaler: any;
3747
+ export declare const readAutoscalingV1NamespacedHorizontalPodAutoscaler: API.OperationMethod<{}, {
3748
+ readonly apiVersion?: string | undefined;
3749
+ readonly kind?: string | undefined;
3750
+ readonly metadata?: {
3751
+ readonly annotations?: {
3752
+ readonly [x: string]: string;
3753
+ } | undefined;
3754
+ readonly creationTimestamp?: string | undefined;
3755
+ readonly deletionGracePeriodSeconds?: number | undefined;
3756
+ readonly deletionTimestamp?: string | undefined;
3757
+ readonly finalizers?: readonly string[] | undefined;
3758
+ readonly generateName?: string | undefined;
3759
+ readonly generation?: number | undefined;
3760
+ readonly labels?: {
3761
+ readonly [x: string]: string;
3762
+ } | undefined;
3763
+ readonly managedFields?: readonly {
3764
+ readonly apiVersion?: string | undefined;
3765
+ readonly fieldsType?: string | undefined;
3766
+ readonly fieldsV1?: unknown;
3767
+ readonly manager?: string | undefined;
3768
+ readonly operation?: string | undefined;
3769
+ readonly subresource?: string | undefined;
3770
+ readonly time?: string | undefined;
3771
+ }[] | undefined;
3772
+ readonly name?: string | undefined;
3773
+ readonly namespace?: string | undefined;
3774
+ readonly ownerReferences?: readonly {
3775
+ readonly apiVersion: string;
3776
+ readonly blockOwnerDeletion?: boolean | undefined;
3777
+ readonly controller?: boolean | undefined;
3778
+ readonly kind: string;
3779
+ readonly name: string;
3780
+ readonly uid: string;
3781
+ }[] | undefined;
3782
+ readonly resourceVersion?: string | undefined;
3783
+ readonly selfLink?: string | undefined;
3784
+ readonly uid?: string | undefined;
3785
+ } | undefined;
3786
+ readonly spec: {
3787
+ readonly maxReplicas: number;
3788
+ readonly minReplicas?: number | undefined;
3789
+ readonly scaleTargetRef: {
3790
+ readonly apiVersion?: string | undefined;
3791
+ readonly kind: string;
3792
+ readonly name: string;
3793
+ };
3794
+ readonly targetCPUUtilizationPercentage?: number | undefined;
3795
+ };
3796
+ readonly status?: {
3797
+ readonly currentCPUUtilizationPercentage?: number | undefined;
3798
+ readonly currentReplicas: number;
3799
+ readonly desiredReplicas: number;
3800
+ readonly lastScaleTime?: string | undefined;
3801
+ readonly observedGeneration?: number | undefined;
3802
+ } | undefined;
3803
+ }, NotFound, any>;
1938
3804
  export declare const ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusInput: Schema.Struct<{}>;
1939
3805
  export type ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusInput = typeof ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusInput.Type;
1940
3806
  export declare const ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOutput: Schema.Struct<{
@@ -1994,7 +3860,63 @@ export type ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOutput = typ
1994
3860
  /**
1995
3861
  * read status of the specified HorizontalPodAutoscaler
1996
3862
  */
1997
- export declare const readAutoscalingV1NamespacedHorizontalPodAutoscalerStatus: any;
3863
+ export declare const readAutoscalingV1NamespacedHorizontalPodAutoscalerStatus: API.OperationMethod<{}, {
3864
+ readonly apiVersion?: string | undefined;
3865
+ readonly kind?: string | undefined;
3866
+ readonly metadata?: {
3867
+ readonly annotations?: {
3868
+ readonly [x: string]: string;
3869
+ } | undefined;
3870
+ readonly creationTimestamp?: string | undefined;
3871
+ readonly deletionGracePeriodSeconds?: number | undefined;
3872
+ readonly deletionTimestamp?: string | undefined;
3873
+ readonly finalizers?: readonly string[] | undefined;
3874
+ readonly generateName?: string | undefined;
3875
+ readonly generation?: number | undefined;
3876
+ readonly labels?: {
3877
+ readonly [x: string]: string;
3878
+ } | undefined;
3879
+ readonly managedFields?: readonly {
3880
+ readonly apiVersion?: string | undefined;
3881
+ readonly fieldsType?: string | undefined;
3882
+ readonly fieldsV1?: unknown;
3883
+ readonly manager?: string | undefined;
3884
+ readonly operation?: string | undefined;
3885
+ readonly subresource?: string | undefined;
3886
+ readonly time?: string | undefined;
3887
+ }[] | undefined;
3888
+ readonly name?: string | undefined;
3889
+ readonly namespace?: string | undefined;
3890
+ readonly ownerReferences?: readonly {
3891
+ readonly apiVersion: string;
3892
+ readonly blockOwnerDeletion?: boolean | undefined;
3893
+ readonly controller?: boolean | undefined;
3894
+ readonly kind: string;
3895
+ readonly name: string;
3896
+ readonly uid: string;
3897
+ }[] | undefined;
3898
+ readonly resourceVersion?: string | undefined;
3899
+ readonly selfLink?: string | undefined;
3900
+ readonly uid?: string | undefined;
3901
+ } | undefined;
3902
+ readonly spec: {
3903
+ readonly maxReplicas: number;
3904
+ readonly minReplicas?: number | undefined;
3905
+ readonly scaleTargetRef: {
3906
+ readonly apiVersion?: string | undefined;
3907
+ readonly kind: string;
3908
+ readonly name: string;
3909
+ };
3910
+ readonly targetCPUUtilizationPercentage?: number | undefined;
3911
+ };
3912
+ readonly status?: {
3913
+ readonly currentCPUUtilizationPercentage?: number | undefined;
3914
+ readonly currentReplicas: number;
3915
+ readonly desiredReplicas: number;
3916
+ readonly lastScaleTime?: string | undefined;
3917
+ readonly observedGeneration?: number | undefined;
3918
+ } | undefined;
3919
+ }, NotFound, any>;
1998
3920
  export declare const ReadAutoscalingV2NamespacedHorizontalPodAutoscalerInput: Schema.Struct<{}>;
1999
3921
  export type ReadAutoscalingV2NamespacedHorizontalPodAutoscalerInput = typeof ReadAutoscalingV2NamespacedHorizontalPodAutoscalerInput.Type;
2000
3922
  export declare const ReadAutoscalingV2NamespacedHorizontalPodAutoscalerOutput: Schema.Struct<{
@@ -2244,7 +4166,265 @@ export type ReadAutoscalingV2NamespacedHorizontalPodAutoscalerOutput = typeof Re
2244
4166
  /**
2245
4167
  * read the specified HorizontalPodAutoscaler
2246
4168
  */
2247
- export declare const readAutoscalingV2NamespacedHorizontalPodAutoscaler: any;
4169
+ export declare const readAutoscalingV2NamespacedHorizontalPodAutoscaler: API.OperationMethod<{}, {
4170
+ readonly apiVersion?: string | undefined;
4171
+ readonly kind?: string | undefined;
4172
+ readonly metadata?: {
4173
+ readonly annotations?: {
4174
+ readonly [x: string]: string;
4175
+ } | undefined;
4176
+ readonly creationTimestamp?: string | undefined;
4177
+ readonly deletionGracePeriodSeconds?: number | undefined;
4178
+ readonly deletionTimestamp?: string | undefined;
4179
+ readonly finalizers?: readonly string[] | undefined;
4180
+ readonly generateName?: string | undefined;
4181
+ readonly generation?: number | undefined;
4182
+ readonly labels?: {
4183
+ readonly [x: string]: string;
4184
+ } | undefined;
4185
+ readonly managedFields?: readonly {
4186
+ readonly apiVersion?: string | undefined;
4187
+ readonly fieldsType?: string | undefined;
4188
+ readonly fieldsV1?: unknown;
4189
+ readonly manager?: string | undefined;
4190
+ readonly operation?: string | undefined;
4191
+ readonly subresource?: string | undefined;
4192
+ readonly time?: string | undefined;
4193
+ }[] | undefined;
4194
+ readonly name?: string | undefined;
4195
+ readonly namespace?: string | undefined;
4196
+ readonly ownerReferences?: readonly {
4197
+ readonly apiVersion: string;
4198
+ readonly blockOwnerDeletion?: boolean | undefined;
4199
+ readonly controller?: boolean | undefined;
4200
+ readonly kind: string;
4201
+ readonly name: string;
4202
+ readonly uid: string;
4203
+ }[] | undefined;
4204
+ readonly resourceVersion?: string | undefined;
4205
+ readonly selfLink?: string | undefined;
4206
+ readonly uid?: string | undefined;
4207
+ } | undefined;
4208
+ readonly spec: {
4209
+ readonly behavior?: {
4210
+ readonly scaleDown?: {
4211
+ readonly policies?: readonly {
4212
+ readonly periodSeconds: number;
4213
+ readonly type: string;
4214
+ readonly value: number;
4215
+ }[] | undefined;
4216
+ readonly selectPolicy?: string | undefined;
4217
+ readonly stabilizationWindowSeconds?: number | undefined;
4218
+ readonly tolerance?: string | undefined;
4219
+ } | undefined;
4220
+ readonly scaleUp?: {
4221
+ readonly policies?: readonly {
4222
+ readonly periodSeconds: number;
4223
+ readonly type: string;
4224
+ readonly value: number;
4225
+ }[] | undefined;
4226
+ readonly selectPolicy?: string | undefined;
4227
+ readonly stabilizationWindowSeconds?: number | undefined;
4228
+ readonly tolerance?: string | undefined;
4229
+ } | undefined;
4230
+ } | undefined;
4231
+ readonly maxReplicas: number;
4232
+ readonly metrics?: readonly {
4233
+ readonly containerResource?: {
4234
+ readonly container: string;
4235
+ readonly name: string;
4236
+ readonly target: {
4237
+ readonly averageUtilization?: number | undefined;
4238
+ readonly averageValue?: string | undefined;
4239
+ readonly type: string;
4240
+ readonly value?: string | undefined;
4241
+ };
4242
+ } | undefined;
4243
+ readonly external?: {
4244
+ readonly metric: {
4245
+ readonly name: string;
4246
+ readonly selector?: {
4247
+ readonly matchExpressions?: readonly {
4248
+ readonly key: string;
4249
+ readonly operator: string;
4250
+ readonly values?: readonly string[] | undefined;
4251
+ }[] | undefined;
4252
+ readonly matchLabels?: {
4253
+ readonly [x: string]: string;
4254
+ } | undefined;
4255
+ } | undefined;
4256
+ };
4257
+ readonly target: {
4258
+ readonly averageUtilization?: number | undefined;
4259
+ readonly averageValue?: string | undefined;
4260
+ readonly type: string;
4261
+ readonly value?: string | undefined;
4262
+ };
4263
+ } | undefined;
4264
+ readonly object?: {
4265
+ readonly describedObject: {
4266
+ readonly apiVersion?: string | undefined;
4267
+ readonly kind: string;
4268
+ readonly name: string;
4269
+ };
4270
+ readonly metric: {
4271
+ readonly name: string;
4272
+ readonly selector?: {
4273
+ readonly matchExpressions?: readonly {
4274
+ readonly key: string;
4275
+ readonly operator: string;
4276
+ readonly values?: readonly string[] | undefined;
4277
+ }[] | undefined;
4278
+ readonly matchLabels?: {
4279
+ readonly [x: string]: string;
4280
+ } | undefined;
4281
+ } | undefined;
4282
+ };
4283
+ readonly target: {
4284
+ readonly averageUtilization?: number | undefined;
4285
+ readonly averageValue?: string | undefined;
4286
+ readonly type: string;
4287
+ readonly value?: string | undefined;
4288
+ };
4289
+ } | undefined;
4290
+ readonly pods?: {
4291
+ readonly metric: {
4292
+ readonly name: string;
4293
+ readonly selector?: {
4294
+ readonly matchExpressions?: readonly {
4295
+ readonly key: string;
4296
+ readonly operator: string;
4297
+ readonly values?: readonly string[] | undefined;
4298
+ }[] | undefined;
4299
+ readonly matchLabels?: {
4300
+ readonly [x: string]: string;
4301
+ } | undefined;
4302
+ } | undefined;
4303
+ };
4304
+ readonly target: {
4305
+ readonly averageUtilization?: number | undefined;
4306
+ readonly averageValue?: string | undefined;
4307
+ readonly type: string;
4308
+ readonly value?: string | undefined;
4309
+ };
4310
+ } | undefined;
4311
+ readonly resource?: {
4312
+ readonly name: string;
4313
+ readonly target: {
4314
+ readonly averageUtilization?: number | undefined;
4315
+ readonly averageValue?: string | undefined;
4316
+ readonly type: string;
4317
+ readonly value?: string | undefined;
4318
+ };
4319
+ } | undefined;
4320
+ readonly type: string;
4321
+ }[] | undefined;
4322
+ readonly minReplicas?: number | undefined;
4323
+ readonly scaleTargetRef: {
4324
+ readonly apiVersion?: string | undefined;
4325
+ readonly kind: string;
4326
+ readonly name: string;
4327
+ };
4328
+ };
4329
+ readonly status?: {
4330
+ readonly conditions?: readonly {
4331
+ readonly lastTransitionTime?: string | undefined;
4332
+ readonly message?: string | undefined;
4333
+ readonly reason?: string | undefined;
4334
+ readonly status: string;
4335
+ readonly type: string;
4336
+ }[] | undefined;
4337
+ readonly currentMetrics?: readonly {
4338
+ readonly containerResource?: {
4339
+ readonly container: string;
4340
+ readonly current: {
4341
+ readonly averageUtilization?: number | undefined;
4342
+ readonly averageValue?: string | undefined;
4343
+ readonly value?: string | undefined;
4344
+ };
4345
+ readonly name: string;
4346
+ } | undefined;
4347
+ readonly external?: {
4348
+ readonly current: {
4349
+ readonly averageUtilization?: number | undefined;
4350
+ readonly averageValue?: string | undefined;
4351
+ readonly value?: string | undefined;
4352
+ };
4353
+ readonly metric: {
4354
+ readonly name: string;
4355
+ readonly selector?: {
4356
+ readonly matchExpressions?: readonly {
4357
+ readonly key: string;
4358
+ readonly operator: string;
4359
+ readonly values?: readonly string[] | undefined;
4360
+ }[] | undefined;
4361
+ readonly matchLabels?: {
4362
+ readonly [x: string]: string;
4363
+ } | undefined;
4364
+ } | undefined;
4365
+ };
4366
+ } | undefined;
4367
+ readonly object?: {
4368
+ readonly current: {
4369
+ readonly averageUtilization?: number | undefined;
4370
+ readonly averageValue?: string | undefined;
4371
+ readonly value?: string | undefined;
4372
+ };
4373
+ readonly describedObject: {
4374
+ readonly apiVersion?: string | undefined;
4375
+ readonly kind: string;
4376
+ readonly name: string;
4377
+ };
4378
+ readonly metric: {
4379
+ readonly name: string;
4380
+ readonly selector?: {
4381
+ readonly matchExpressions?: readonly {
4382
+ readonly key: string;
4383
+ readonly operator: string;
4384
+ readonly values?: readonly string[] | undefined;
4385
+ }[] | undefined;
4386
+ readonly matchLabels?: {
4387
+ readonly [x: string]: string;
4388
+ } | undefined;
4389
+ } | undefined;
4390
+ };
4391
+ } | undefined;
4392
+ readonly pods?: {
4393
+ readonly current: {
4394
+ readonly averageUtilization?: number | undefined;
4395
+ readonly averageValue?: string | undefined;
4396
+ readonly value?: string | undefined;
4397
+ };
4398
+ readonly metric: {
4399
+ readonly name: string;
4400
+ readonly selector?: {
4401
+ readonly matchExpressions?: readonly {
4402
+ readonly key: string;
4403
+ readonly operator: string;
4404
+ readonly values?: readonly string[] | undefined;
4405
+ }[] | undefined;
4406
+ readonly matchLabels?: {
4407
+ readonly [x: string]: string;
4408
+ } | undefined;
4409
+ } | undefined;
4410
+ };
4411
+ } | undefined;
4412
+ readonly resource?: {
4413
+ readonly current: {
4414
+ readonly averageUtilization?: number | undefined;
4415
+ readonly averageValue?: string | undefined;
4416
+ readonly value?: string | undefined;
4417
+ };
4418
+ readonly name: string;
4419
+ } | undefined;
4420
+ readonly type: string;
4421
+ }[] | undefined;
4422
+ readonly currentReplicas?: number | undefined;
4423
+ readonly desiredReplicas: number;
4424
+ readonly lastScaleTime?: string | undefined;
4425
+ readonly observedGeneration?: number | undefined;
4426
+ } | undefined;
4427
+ }, NotFound, any>;
2248
4428
  export declare const ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusInput: Schema.Struct<{}>;
2249
4429
  export type ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusInput = typeof ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusInput.Type;
2250
4430
  export declare const ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusOutput: Schema.Struct<{
@@ -2494,7 +4674,265 @@ export type ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusOutput = typ
2494
4674
  /**
2495
4675
  * read status of the specified HorizontalPodAutoscaler
2496
4676
  */
2497
- export declare const readAutoscalingV2NamespacedHorizontalPodAutoscalerStatus: any;
4677
+ export declare const readAutoscalingV2NamespacedHorizontalPodAutoscalerStatus: API.OperationMethod<{}, {
4678
+ readonly apiVersion?: string | undefined;
4679
+ readonly kind?: string | undefined;
4680
+ readonly metadata?: {
4681
+ readonly annotations?: {
4682
+ readonly [x: string]: string;
4683
+ } | undefined;
4684
+ readonly creationTimestamp?: string | undefined;
4685
+ readonly deletionGracePeriodSeconds?: number | undefined;
4686
+ readonly deletionTimestamp?: string | undefined;
4687
+ readonly finalizers?: readonly string[] | undefined;
4688
+ readonly generateName?: string | undefined;
4689
+ readonly generation?: number | undefined;
4690
+ readonly labels?: {
4691
+ readonly [x: string]: string;
4692
+ } | undefined;
4693
+ readonly managedFields?: readonly {
4694
+ readonly apiVersion?: string | undefined;
4695
+ readonly fieldsType?: string | undefined;
4696
+ readonly fieldsV1?: unknown;
4697
+ readonly manager?: string | undefined;
4698
+ readonly operation?: string | undefined;
4699
+ readonly subresource?: string | undefined;
4700
+ readonly time?: string | undefined;
4701
+ }[] | undefined;
4702
+ readonly name?: string | undefined;
4703
+ readonly namespace?: string | undefined;
4704
+ readonly ownerReferences?: readonly {
4705
+ readonly apiVersion: string;
4706
+ readonly blockOwnerDeletion?: boolean | undefined;
4707
+ readonly controller?: boolean | undefined;
4708
+ readonly kind: string;
4709
+ readonly name: string;
4710
+ readonly uid: string;
4711
+ }[] | undefined;
4712
+ readonly resourceVersion?: string | undefined;
4713
+ readonly selfLink?: string | undefined;
4714
+ readonly uid?: string | undefined;
4715
+ } | undefined;
4716
+ readonly spec: {
4717
+ readonly behavior?: {
4718
+ readonly scaleDown?: {
4719
+ readonly policies?: readonly {
4720
+ readonly periodSeconds: number;
4721
+ readonly type: string;
4722
+ readonly value: number;
4723
+ }[] | undefined;
4724
+ readonly selectPolicy?: string | undefined;
4725
+ readonly stabilizationWindowSeconds?: number | undefined;
4726
+ readonly tolerance?: string | undefined;
4727
+ } | undefined;
4728
+ readonly scaleUp?: {
4729
+ readonly policies?: readonly {
4730
+ readonly periodSeconds: number;
4731
+ readonly type: string;
4732
+ readonly value: number;
4733
+ }[] | undefined;
4734
+ readonly selectPolicy?: string | undefined;
4735
+ readonly stabilizationWindowSeconds?: number | undefined;
4736
+ readonly tolerance?: string | undefined;
4737
+ } | undefined;
4738
+ } | undefined;
4739
+ readonly maxReplicas: number;
4740
+ readonly metrics?: readonly {
4741
+ readonly containerResource?: {
4742
+ readonly container: string;
4743
+ readonly name: string;
4744
+ readonly target: {
4745
+ readonly averageUtilization?: number | undefined;
4746
+ readonly averageValue?: string | undefined;
4747
+ readonly type: string;
4748
+ readonly value?: string | undefined;
4749
+ };
4750
+ } | undefined;
4751
+ readonly external?: {
4752
+ readonly metric: {
4753
+ readonly name: string;
4754
+ readonly selector?: {
4755
+ readonly matchExpressions?: readonly {
4756
+ readonly key: string;
4757
+ readonly operator: string;
4758
+ readonly values?: readonly string[] | undefined;
4759
+ }[] | undefined;
4760
+ readonly matchLabels?: {
4761
+ readonly [x: string]: string;
4762
+ } | undefined;
4763
+ } | undefined;
4764
+ };
4765
+ readonly target: {
4766
+ readonly averageUtilization?: number | undefined;
4767
+ readonly averageValue?: string | undefined;
4768
+ readonly type: string;
4769
+ readonly value?: string | undefined;
4770
+ };
4771
+ } | undefined;
4772
+ readonly object?: {
4773
+ readonly describedObject: {
4774
+ readonly apiVersion?: string | undefined;
4775
+ readonly kind: string;
4776
+ readonly name: string;
4777
+ };
4778
+ readonly metric: {
4779
+ readonly name: string;
4780
+ readonly selector?: {
4781
+ readonly matchExpressions?: readonly {
4782
+ readonly key: string;
4783
+ readonly operator: string;
4784
+ readonly values?: readonly string[] | undefined;
4785
+ }[] | undefined;
4786
+ readonly matchLabels?: {
4787
+ readonly [x: string]: string;
4788
+ } | undefined;
4789
+ } | undefined;
4790
+ };
4791
+ readonly target: {
4792
+ readonly averageUtilization?: number | undefined;
4793
+ readonly averageValue?: string | undefined;
4794
+ readonly type: string;
4795
+ readonly value?: string | undefined;
4796
+ };
4797
+ } | undefined;
4798
+ readonly pods?: {
4799
+ readonly metric: {
4800
+ readonly name: string;
4801
+ readonly selector?: {
4802
+ readonly matchExpressions?: readonly {
4803
+ readonly key: string;
4804
+ readonly operator: string;
4805
+ readonly values?: readonly string[] | undefined;
4806
+ }[] | undefined;
4807
+ readonly matchLabels?: {
4808
+ readonly [x: string]: string;
4809
+ } | undefined;
4810
+ } | undefined;
4811
+ };
4812
+ readonly target: {
4813
+ readonly averageUtilization?: number | undefined;
4814
+ readonly averageValue?: string | undefined;
4815
+ readonly type: string;
4816
+ readonly value?: string | undefined;
4817
+ };
4818
+ } | undefined;
4819
+ readonly resource?: {
4820
+ readonly name: string;
4821
+ readonly target: {
4822
+ readonly averageUtilization?: number | undefined;
4823
+ readonly averageValue?: string | undefined;
4824
+ readonly type: string;
4825
+ readonly value?: string | undefined;
4826
+ };
4827
+ } | undefined;
4828
+ readonly type: string;
4829
+ }[] | undefined;
4830
+ readonly minReplicas?: number | undefined;
4831
+ readonly scaleTargetRef: {
4832
+ readonly apiVersion?: string | undefined;
4833
+ readonly kind: string;
4834
+ readonly name: string;
4835
+ };
4836
+ };
4837
+ readonly status?: {
4838
+ readonly conditions?: readonly {
4839
+ readonly lastTransitionTime?: string | undefined;
4840
+ readonly message?: string | undefined;
4841
+ readonly reason?: string | undefined;
4842
+ readonly status: string;
4843
+ readonly type: string;
4844
+ }[] | undefined;
4845
+ readonly currentMetrics?: readonly {
4846
+ readonly containerResource?: {
4847
+ readonly container: string;
4848
+ readonly current: {
4849
+ readonly averageUtilization?: number | undefined;
4850
+ readonly averageValue?: string | undefined;
4851
+ readonly value?: string | undefined;
4852
+ };
4853
+ readonly name: string;
4854
+ } | undefined;
4855
+ readonly external?: {
4856
+ readonly current: {
4857
+ readonly averageUtilization?: number | undefined;
4858
+ readonly averageValue?: string | undefined;
4859
+ readonly value?: string | undefined;
4860
+ };
4861
+ readonly metric: {
4862
+ readonly name: string;
4863
+ readonly selector?: {
4864
+ readonly matchExpressions?: readonly {
4865
+ readonly key: string;
4866
+ readonly operator: string;
4867
+ readonly values?: readonly string[] | undefined;
4868
+ }[] | undefined;
4869
+ readonly matchLabels?: {
4870
+ readonly [x: string]: string;
4871
+ } | undefined;
4872
+ } | undefined;
4873
+ };
4874
+ } | undefined;
4875
+ readonly object?: {
4876
+ readonly current: {
4877
+ readonly averageUtilization?: number | undefined;
4878
+ readonly averageValue?: string | undefined;
4879
+ readonly value?: string | undefined;
4880
+ };
4881
+ readonly describedObject: {
4882
+ readonly apiVersion?: string | undefined;
4883
+ readonly kind: string;
4884
+ readonly name: string;
4885
+ };
4886
+ readonly metric: {
4887
+ readonly name: string;
4888
+ readonly selector?: {
4889
+ readonly matchExpressions?: readonly {
4890
+ readonly key: string;
4891
+ readonly operator: string;
4892
+ readonly values?: readonly string[] | undefined;
4893
+ }[] | undefined;
4894
+ readonly matchLabels?: {
4895
+ readonly [x: string]: string;
4896
+ } | undefined;
4897
+ } | undefined;
4898
+ };
4899
+ } | undefined;
4900
+ readonly pods?: {
4901
+ readonly current: {
4902
+ readonly averageUtilization?: number | undefined;
4903
+ readonly averageValue?: string | undefined;
4904
+ readonly value?: string | undefined;
4905
+ };
4906
+ readonly metric: {
4907
+ readonly name: string;
4908
+ readonly selector?: {
4909
+ readonly matchExpressions?: readonly {
4910
+ readonly key: string;
4911
+ readonly operator: string;
4912
+ readonly values?: readonly string[] | undefined;
4913
+ }[] | undefined;
4914
+ readonly matchLabels?: {
4915
+ readonly [x: string]: string;
4916
+ } | undefined;
4917
+ } | undefined;
4918
+ };
4919
+ } | undefined;
4920
+ readonly resource?: {
4921
+ readonly current: {
4922
+ readonly averageUtilization?: number | undefined;
4923
+ readonly averageValue?: string | undefined;
4924
+ readonly value?: string | undefined;
4925
+ };
4926
+ readonly name: string;
4927
+ } | undefined;
4928
+ readonly type: string;
4929
+ }[] | undefined;
4930
+ readonly currentReplicas?: number | undefined;
4931
+ readonly desiredReplicas: number;
4932
+ readonly lastScaleTime?: string | undefined;
4933
+ readonly observedGeneration?: number | undefined;
4934
+ } | undefined;
4935
+ }, NotFound, any>;
2498
4936
  export declare const ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerInput: Schema.Struct<{
2499
4937
  readonly dryRun: Schema.optional<Schema.String>;
2500
4938
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -2560,7 +4998,66 @@ export type ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerOutput = typeof
2560
4998
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
2561
4999
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
2562
5000
  */
2563
- export declare const replaceAutoscalingV1NamespacedHorizontalPodAutoscaler: any;
5001
+ export declare const replaceAutoscalingV1NamespacedHorizontalPodAutoscaler: API.OperationMethod<{
5002
+ readonly dryRun?: string | undefined;
5003
+ readonly fieldValidation?: string | undefined;
5004
+ }, {
5005
+ readonly apiVersion?: string | undefined;
5006
+ readonly kind?: string | undefined;
5007
+ readonly metadata?: {
5008
+ readonly annotations?: {
5009
+ readonly [x: string]: string;
5010
+ } | undefined;
5011
+ readonly creationTimestamp?: string | undefined;
5012
+ readonly deletionGracePeriodSeconds?: number | undefined;
5013
+ readonly deletionTimestamp?: string | undefined;
5014
+ readonly finalizers?: readonly string[] | undefined;
5015
+ readonly generateName?: string | undefined;
5016
+ readonly generation?: number | undefined;
5017
+ readonly labels?: {
5018
+ readonly [x: string]: string;
5019
+ } | undefined;
5020
+ readonly managedFields?: readonly {
5021
+ readonly apiVersion?: string | undefined;
5022
+ readonly fieldsType?: string | undefined;
5023
+ readonly fieldsV1?: unknown;
5024
+ readonly manager?: string | undefined;
5025
+ readonly operation?: string | undefined;
5026
+ readonly subresource?: string | undefined;
5027
+ readonly time?: string | undefined;
5028
+ }[] | undefined;
5029
+ readonly name?: string | undefined;
5030
+ readonly namespace?: string | undefined;
5031
+ readonly ownerReferences?: readonly {
5032
+ readonly apiVersion: string;
5033
+ readonly blockOwnerDeletion?: boolean | undefined;
5034
+ readonly controller?: boolean | undefined;
5035
+ readonly kind: string;
5036
+ readonly name: string;
5037
+ readonly uid: string;
5038
+ }[] | undefined;
5039
+ readonly resourceVersion?: string | undefined;
5040
+ readonly selfLink?: string | undefined;
5041
+ readonly uid?: string | undefined;
5042
+ } | undefined;
5043
+ readonly spec: {
5044
+ readonly maxReplicas: number;
5045
+ readonly minReplicas?: number | undefined;
5046
+ readonly scaleTargetRef: {
5047
+ readonly apiVersion?: string | undefined;
5048
+ readonly kind: string;
5049
+ readonly name: string;
5050
+ };
5051
+ readonly targetCPUUtilizationPercentage?: number | undefined;
5052
+ };
5053
+ readonly status?: {
5054
+ readonly currentCPUUtilizationPercentage?: number | undefined;
5055
+ readonly currentReplicas: number;
5056
+ readonly desiredReplicas: number;
5057
+ readonly lastScaleTime?: string | undefined;
5058
+ readonly observedGeneration?: number | undefined;
5059
+ } | undefined;
5060
+ }, Conflict | NotFound | UnprocessableEntity, any>;
2564
5061
  export declare const ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusInput: Schema.Struct<{
2565
5062
  readonly dryRun: Schema.optional<Schema.String>;
2566
5063
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -2626,7 +5123,66 @@ export type ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOutput =
2626
5123
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
2627
5124
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
2628
5125
  */
2629
- export declare const replaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatus: any;
5126
+ export declare const replaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatus: API.OperationMethod<{
5127
+ readonly dryRun?: string | undefined;
5128
+ readonly fieldValidation?: string | undefined;
5129
+ }, {
5130
+ readonly apiVersion?: string | undefined;
5131
+ readonly kind?: string | undefined;
5132
+ readonly metadata?: {
5133
+ readonly annotations?: {
5134
+ readonly [x: string]: string;
5135
+ } | undefined;
5136
+ readonly creationTimestamp?: string | undefined;
5137
+ readonly deletionGracePeriodSeconds?: number | undefined;
5138
+ readonly deletionTimestamp?: string | undefined;
5139
+ readonly finalizers?: readonly string[] | undefined;
5140
+ readonly generateName?: string | undefined;
5141
+ readonly generation?: number | undefined;
5142
+ readonly labels?: {
5143
+ readonly [x: string]: string;
5144
+ } | undefined;
5145
+ readonly managedFields?: readonly {
5146
+ readonly apiVersion?: string | undefined;
5147
+ readonly fieldsType?: string | undefined;
5148
+ readonly fieldsV1?: unknown;
5149
+ readonly manager?: string | undefined;
5150
+ readonly operation?: string | undefined;
5151
+ readonly subresource?: string | undefined;
5152
+ readonly time?: string | undefined;
5153
+ }[] | undefined;
5154
+ readonly name?: string | undefined;
5155
+ readonly namespace?: string | undefined;
5156
+ readonly ownerReferences?: readonly {
5157
+ readonly apiVersion: string;
5158
+ readonly blockOwnerDeletion?: boolean | undefined;
5159
+ readonly controller?: boolean | undefined;
5160
+ readonly kind: string;
5161
+ readonly name: string;
5162
+ readonly uid: string;
5163
+ }[] | undefined;
5164
+ readonly resourceVersion?: string | undefined;
5165
+ readonly selfLink?: string | undefined;
5166
+ readonly uid?: string | undefined;
5167
+ } | undefined;
5168
+ readonly spec: {
5169
+ readonly maxReplicas: number;
5170
+ readonly minReplicas?: number | undefined;
5171
+ readonly scaleTargetRef: {
5172
+ readonly apiVersion?: string | undefined;
5173
+ readonly kind: string;
5174
+ readonly name: string;
5175
+ };
5176
+ readonly targetCPUUtilizationPercentage?: number | undefined;
5177
+ };
5178
+ readonly status?: {
5179
+ readonly currentCPUUtilizationPercentage?: number | undefined;
5180
+ readonly currentReplicas: number;
5181
+ readonly desiredReplicas: number;
5182
+ readonly lastScaleTime?: string | undefined;
5183
+ readonly observedGeneration?: number | undefined;
5184
+ } | undefined;
5185
+ }, Conflict | NotFound | UnprocessableEntity, any>;
2630
5186
  export declare const ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerInput: Schema.Struct<{
2631
5187
  readonly dryRun: Schema.optional<Schema.String>;
2632
5188
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -2882,7 +5438,268 @@ export type ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerOutput = typeof
2882
5438
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
2883
5439
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
2884
5440
  */
2885
- export declare const replaceAutoscalingV2NamespacedHorizontalPodAutoscaler: any;
5441
+ export declare const replaceAutoscalingV2NamespacedHorizontalPodAutoscaler: API.OperationMethod<{
5442
+ readonly dryRun?: string | undefined;
5443
+ readonly fieldValidation?: string | undefined;
5444
+ }, {
5445
+ readonly apiVersion?: string | undefined;
5446
+ readonly kind?: string | undefined;
5447
+ readonly metadata?: {
5448
+ readonly annotations?: {
5449
+ readonly [x: string]: string;
5450
+ } | undefined;
5451
+ readonly creationTimestamp?: string | undefined;
5452
+ readonly deletionGracePeriodSeconds?: number | undefined;
5453
+ readonly deletionTimestamp?: string | undefined;
5454
+ readonly finalizers?: readonly string[] | undefined;
5455
+ readonly generateName?: string | undefined;
5456
+ readonly generation?: number | undefined;
5457
+ readonly labels?: {
5458
+ readonly [x: string]: string;
5459
+ } | undefined;
5460
+ readonly managedFields?: readonly {
5461
+ readonly apiVersion?: string | undefined;
5462
+ readonly fieldsType?: string | undefined;
5463
+ readonly fieldsV1?: unknown;
5464
+ readonly manager?: string | undefined;
5465
+ readonly operation?: string | undefined;
5466
+ readonly subresource?: string | undefined;
5467
+ readonly time?: string | undefined;
5468
+ }[] | undefined;
5469
+ readonly name?: string | undefined;
5470
+ readonly namespace?: string | undefined;
5471
+ readonly ownerReferences?: readonly {
5472
+ readonly apiVersion: string;
5473
+ readonly blockOwnerDeletion?: boolean | undefined;
5474
+ readonly controller?: boolean | undefined;
5475
+ readonly kind: string;
5476
+ readonly name: string;
5477
+ readonly uid: string;
5478
+ }[] | undefined;
5479
+ readonly resourceVersion?: string | undefined;
5480
+ readonly selfLink?: string | undefined;
5481
+ readonly uid?: string | undefined;
5482
+ } | undefined;
5483
+ readonly spec: {
5484
+ readonly behavior?: {
5485
+ readonly scaleDown?: {
5486
+ readonly policies?: readonly {
5487
+ readonly periodSeconds: number;
5488
+ readonly type: string;
5489
+ readonly value: number;
5490
+ }[] | undefined;
5491
+ readonly selectPolicy?: string | undefined;
5492
+ readonly stabilizationWindowSeconds?: number | undefined;
5493
+ readonly tolerance?: string | undefined;
5494
+ } | undefined;
5495
+ readonly scaleUp?: {
5496
+ readonly policies?: readonly {
5497
+ readonly periodSeconds: number;
5498
+ readonly type: string;
5499
+ readonly value: number;
5500
+ }[] | undefined;
5501
+ readonly selectPolicy?: string | undefined;
5502
+ readonly stabilizationWindowSeconds?: number | undefined;
5503
+ readonly tolerance?: string | undefined;
5504
+ } | undefined;
5505
+ } | undefined;
5506
+ readonly maxReplicas: number;
5507
+ readonly metrics?: readonly {
5508
+ readonly containerResource?: {
5509
+ readonly container: string;
5510
+ readonly name: string;
5511
+ readonly target: {
5512
+ readonly averageUtilization?: number | undefined;
5513
+ readonly averageValue?: string | undefined;
5514
+ readonly type: string;
5515
+ readonly value?: string | undefined;
5516
+ };
5517
+ } | undefined;
5518
+ readonly external?: {
5519
+ readonly metric: {
5520
+ readonly name: string;
5521
+ readonly selector?: {
5522
+ readonly matchExpressions?: readonly {
5523
+ readonly key: string;
5524
+ readonly operator: string;
5525
+ readonly values?: readonly string[] | undefined;
5526
+ }[] | undefined;
5527
+ readonly matchLabels?: {
5528
+ readonly [x: string]: string;
5529
+ } | undefined;
5530
+ } | undefined;
5531
+ };
5532
+ readonly target: {
5533
+ readonly averageUtilization?: number | undefined;
5534
+ readonly averageValue?: string | undefined;
5535
+ readonly type: string;
5536
+ readonly value?: string | undefined;
5537
+ };
5538
+ } | undefined;
5539
+ readonly object?: {
5540
+ readonly describedObject: {
5541
+ readonly apiVersion?: string | undefined;
5542
+ readonly kind: string;
5543
+ readonly name: string;
5544
+ };
5545
+ readonly metric: {
5546
+ readonly name: string;
5547
+ readonly selector?: {
5548
+ readonly matchExpressions?: readonly {
5549
+ readonly key: string;
5550
+ readonly operator: string;
5551
+ readonly values?: readonly string[] | undefined;
5552
+ }[] | undefined;
5553
+ readonly matchLabels?: {
5554
+ readonly [x: string]: string;
5555
+ } | undefined;
5556
+ } | undefined;
5557
+ };
5558
+ readonly target: {
5559
+ readonly averageUtilization?: number | undefined;
5560
+ readonly averageValue?: string | undefined;
5561
+ readonly type: string;
5562
+ readonly value?: string | undefined;
5563
+ };
5564
+ } | undefined;
5565
+ readonly pods?: {
5566
+ readonly metric: {
5567
+ readonly name: string;
5568
+ readonly selector?: {
5569
+ readonly matchExpressions?: readonly {
5570
+ readonly key: string;
5571
+ readonly operator: string;
5572
+ readonly values?: readonly string[] | undefined;
5573
+ }[] | undefined;
5574
+ readonly matchLabels?: {
5575
+ readonly [x: string]: string;
5576
+ } | undefined;
5577
+ } | undefined;
5578
+ };
5579
+ readonly target: {
5580
+ readonly averageUtilization?: number | undefined;
5581
+ readonly averageValue?: string | undefined;
5582
+ readonly type: string;
5583
+ readonly value?: string | undefined;
5584
+ };
5585
+ } | undefined;
5586
+ readonly resource?: {
5587
+ readonly name: string;
5588
+ readonly target: {
5589
+ readonly averageUtilization?: number | undefined;
5590
+ readonly averageValue?: string | undefined;
5591
+ readonly type: string;
5592
+ readonly value?: string | undefined;
5593
+ };
5594
+ } | undefined;
5595
+ readonly type: string;
5596
+ }[] | undefined;
5597
+ readonly minReplicas?: number | undefined;
5598
+ readonly scaleTargetRef: {
5599
+ readonly apiVersion?: string | undefined;
5600
+ readonly kind: string;
5601
+ readonly name: string;
5602
+ };
5603
+ };
5604
+ readonly status?: {
5605
+ readonly conditions?: readonly {
5606
+ readonly lastTransitionTime?: string | undefined;
5607
+ readonly message?: string | undefined;
5608
+ readonly reason?: string | undefined;
5609
+ readonly status: string;
5610
+ readonly type: string;
5611
+ }[] | undefined;
5612
+ readonly currentMetrics?: readonly {
5613
+ readonly containerResource?: {
5614
+ readonly container: string;
5615
+ readonly current: {
5616
+ readonly averageUtilization?: number | undefined;
5617
+ readonly averageValue?: string | undefined;
5618
+ readonly value?: string | undefined;
5619
+ };
5620
+ readonly name: string;
5621
+ } | undefined;
5622
+ readonly external?: {
5623
+ readonly current: {
5624
+ readonly averageUtilization?: number | undefined;
5625
+ readonly averageValue?: string | undefined;
5626
+ readonly value?: string | undefined;
5627
+ };
5628
+ readonly metric: {
5629
+ readonly name: string;
5630
+ readonly selector?: {
5631
+ readonly matchExpressions?: readonly {
5632
+ readonly key: string;
5633
+ readonly operator: string;
5634
+ readonly values?: readonly string[] | undefined;
5635
+ }[] | undefined;
5636
+ readonly matchLabels?: {
5637
+ readonly [x: string]: string;
5638
+ } | undefined;
5639
+ } | undefined;
5640
+ };
5641
+ } | undefined;
5642
+ readonly object?: {
5643
+ readonly current: {
5644
+ readonly averageUtilization?: number | undefined;
5645
+ readonly averageValue?: string | undefined;
5646
+ readonly value?: string | undefined;
5647
+ };
5648
+ readonly describedObject: {
5649
+ readonly apiVersion?: string | undefined;
5650
+ readonly kind: string;
5651
+ readonly name: string;
5652
+ };
5653
+ readonly metric: {
5654
+ readonly name: string;
5655
+ readonly selector?: {
5656
+ readonly matchExpressions?: readonly {
5657
+ readonly key: string;
5658
+ readonly operator: string;
5659
+ readonly values?: readonly string[] | undefined;
5660
+ }[] | undefined;
5661
+ readonly matchLabels?: {
5662
+ readonly [x: string]: string;
5663
+ } | undefined;
5664
+ } | undefined;
5665
+ };
5666
+ } | undefined;
5667
+ readonly pods?: {
5668
+ readonly current: {
5669
+ readonly averageUtilization?: number | undefined;
5670
+ readonly averageValue?: string | undefined;
5671
+ readonly value?: string | undefined;
5672
+ };
5673
+ readonly metric: {
5674
+ readonly name: string;
5675
+ readonly selector?: {
5676
+ readonly matchExpressions?: readonly {
5677
+ readonly key: string;
5678
+ readonly operator: string;
5679
+ readonly values?: readonly string[] | undefined;
5680
+ }[] | undefined;
5681
+ readonly matchLabels?: {
5682
+ readonly [x: string]: string;
5683
+ } | undefined;
5684
+ } | undefined;
5685
+ };
5686
+ } | undefined;
5687
+ readonly resource?: {
5688
+ readonly current: {
5689
+ readonly averageUtilization?: number | undefined;
5690
+ readonly averageValue?: string | undefined;
5691
+ readonly value?: string | undefined;
5692
+ };
5693
+ readonly name: string;
5694
+ } | undefined;
5695
+ readonly type: string;
5696
+ }[] | undefined;
5697
+ readonly currentReplicas?: number | undefined;
5698
+ readonly desiredReplicas: number;
5699
+ readonly lastScaleTime?: string | undefined;
5700
+ readonly observedGeneration?: number | undefined;
5701
+ } | undefined;
5702
+ }, Conflict | NotFound | UnprocessableEntity, any>;
2886
5703
  export declare const ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusInput: Schema.Struct<{
2887
5704
  readonly dryRun: Schema.optional<Schema.String>;
2888
5705
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -3138,7 +5955,268 @@ export type ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusOutput =
3138
5955
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
3139
5956
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
3140
5957
  */
3141
- export declare const replaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatus: any;
5958
+ export declare const replaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatus: API.OperationMethod<{
5959
+ readonly dryRun?: string | undefined;
5960
+ readonly fieldValidation?: string | undefined;
5961
+ }, {
5962
+ readonly apiVersion?: string | undefined;
5963
+ readonly kind?: string | undefined;
5964
+ readonly metadata?: {
5965
+ readonly annotations?: {
5966
+ readonly [x: string]: string;
5967
+ } | undefined;
5968
+ readonly creationTimestamp?: string | undefined;
5969
+ readonly deletionGracePeriodSeconds?: number | undefined;
5970
+ readonly deletionTimestamp?: string | undefined;
5971
+ readonly finalizers?: readonly string[] | undefined;
5972
+ readonly generateName?: string | undefined;
5973
+ readonly generation?: number | undefined;
5974
+ readonly labels?: {
5975
+ readonly [x: string]: string;
5976
+ } | undefined;
5977
+ readonly managedFields?: readonly {
5978
+ readonly apiVersion?: string | undefined;
5979
+ readonly fieldsType?: string | undefined;
5980
+ readonly fieldsV1?: unknown;
5981
+ readonly manager?: string | undefined;
5982
+ readonly operation?: string | undefined;
5983
+ readonly subresource?: string | undefined;
5984
+ readonly time?: string | undefined;
5985
+ }[] | undefined;
5986
+ readonly name?: string | undefined;
5987
+ readonly namespace?: string | undefined;
5988
+ readonly ownerReferences?: readonly {
5989
+ readonly apiVersion: string;
5990
+ readonly blockOwnerDeletion?: boolean | undefined;
5991
+ readonly controller?: boolean | undefined;
5992
+ readonly kind: string;
5993
+ readonly name: string;
5994
+ readonly uid: string;
5995
+ }[] | undefined;
5996
+ readonly resourceVersion?: string | undefined;
5997
+ readonly selfLink?: string | undefined;
5998
+ readonly uid?: string | undefined;
5999
+ } | undefined;
6000
+ readonly spec: {
6001
+ readonly behavior?: {
6002
+ readonly scaleDown?: {
6003
+ readonly policies?: readonly {
6004
+ readonly periodSeconds: number;
6005
+ readonly type: string;
6006
+ readonly value: number;
6007
+ }[] | undefined;
6008
+ readonly selectPolicy?: string | undefined;
6009
+ readonly stabilizationWindowSeconds?: number | undefined;
6010
+ readonly tolerance?: string | undefined;
6011
+ } | undefined;
6012
+ readonly scaleUp?: {
6013
+ readonly policies?: readonly {
6014
+ readonly periodSeconds: number;
6015
+ readonly type: string;
6016
+ readonly value: number;
6017
+ }[] | undefined;
6018
+ readonly selectPolicy?: string | undefined;
6019
+ readonly stabilizationWindowSeconds?: number | undefined;
6020
+ readonly tolerance?: string | undefined;
6021
+ } | undefined;
6022
+ } | undefined;
6023
+ readonly maxReplicas: number;
6024
+ readonly metrics?: readonly {
6025
+ readonly containerResource?: {
6026
+ readonly container: string;
6027
+ readonly name: string;
6028
+ readonly target: {
6029
+ readonly averageUtilization?: number | undefined;
6030
+ readonly averageValue?: string | undefined;
6031
+ readonly type: string;
6032
+ readonly value?: string | undefined;
6033
+ };
6034
+ } | undefined;
6035
+ readonly external?: {
6036
+ readonly metric: {
6037
+ readonly name: string;
6038
+ readonly selector?: {
6039
+ readonly matchExpressions?: readonly {
6040
+ readonly key: string;
6041
+ readonly operator: string;
6042
+ readonly values?: readonly string[] | undefined;
6043
+ }[] | undefined;
6044
+ readonly matchLabels?: {
6045
+ readonly [x: string]: string;
6046
+ } | undefined;
6047
+ } | undefined;
6048
+ };
6049
+ readonly target: {
6050
+ readonly averageUtilization?: number | undefined;
6051
+ readonly averageValue?: string | undefined;
6052
+ readonly type: string;
6053
+ readonly value?: string | undefined;
6054
+ };
6055
+ } | undefined;
6056
+ readonly object?: {
6057
+ readonly describedObject: {
6058
+ readonly apiVersion?: string | undefined;
6059
+ readonly kind: string;
6060
+ readonly name: string;
6061
+ };
6062
+ readonly metric: {
6063
+ readonly name: string;
6064
+ readonly selector?: {
6065
+ readonly matchExpressions?: readonly {
6066
+ readonly key: string;
6067
+ readonly operator: string;
6068
+ readonly values?: readonly string[] | undefined;
6069
+ }[] | undefined;
6070
+ readonly matchLabels?: {
6071
+ readonly [x: string]: string;
6072
+ } | undefined;
6073
+ } | undefined;
6074
+ };
6075
+ readonly target: {
6076
+ readonly averageUtilization?: number | undefined;
6077
+ readonly averageValue?: string | undefined;
6078
+ readonly type: string;
6079
+ readonly value?: string | undefined;
6080
+ };
6081
+ } | undefined;
6082
+ readonly pods?: {
6083
+ readonly metric: {
6084
+ readonly name: string;
6085
+ readonly selector?: {
6086
+ readonly matchExpressions?: readonly {
6087
+ readonly key: string;
6088
+ readonly operator: string;
6089
+ readonly values?: readonly string[] | undefined;
6090
+ }[] | undefined;
6091
+ readonly matchLabels?: {
6092
+ readonly [x: string]: string;
6093
+ } | undefined;
6094
+ } | undefined;
6095
+ };
6096
+ readonly target: {
6097
+ readonly averageUtilization?: number | undefined;
6098
+ readonly averageValue?: string | undefined;
6099
+ readonly type: string;
6100
+ readonly value?: string | undefined;
6101
+ };
6102
+ } | undefined;
6103
+ readonly resource?: {
6104
+ readonly name: string;
6105
+ readonly target: {
6106
+ readonly averageUtilization?: number | undefined;
6107
+ readonly averageValue?: string | undefined;
6108
+ readonly type: string;
6109
+ readonly value?: string | undefined;
6110
+ };
6111
+ } | undefined;
6112
+ readonly type: string;
6113
+ }[] | undefined;
6114
+ readonly minReplicas?: number | undefined;
6115
+ readonly scaleTargetRef: {
6116
+ readonly apiVersion?: string | undefined;
6117
+ readonly kind: string;
6118
+ readonly name: string;
6119
+ };
6120
+ };
6121
+ readonly status?: {
6122
+ readonly conditions?: readonly {
6123
+ readonly lastTransitionTime?: string | undefined;
6124
+ readonly message?: string | undefined;
6125
+ readonly reason?: string | undefined;
6126
+ readonly status: string;
6127
+ readonly type: string;
6128
+ }[] | undefined;
6129
+ readonly currentMetrics?: readonly {
6130
+ readonly containerResource?: {
6131
+ readonly container: string;
6132
+ readonly current: {
6133
+ readonly averageUtilization?: number | undefined;
6134
+ readonly averageValue?: string | undefined;
6135
+ readonly value?: string | undefined;
6136
+ };
6137
+ readonly name: string;
6138
+ } | undefined;
6139
+ readonly external?: {
6140
+ readonly current: {
6141
+ readonly averageUtilization?: number | undefined;
6142
+ readonly averageValue?: string | undefined;
6143
+ readonly value?: string | undefined;
6144
+ };
6145
+ readonly metric: {
6146
+ readonly name: string;
6147
+ readonly selector?: {
6148
+ readonly matchExpressions?: readonly {
6149
+ readonly key: string;
6150
+ readonly operator: string;
6151
+ readonly values?: readonly string[] | undefined;
6152
+ }[] | undefined;
6153
+ readonly matchLabels?: {
6154
+ readonly [x: string]: string;
6155
+ } | undefined;
6156
+ } | undefined;
6157
+ };
6158
+ } | undefined;
6159
+ readonly object?: {
6160
+ readonly current: {
6161
+ readonly averageUtilization?: number | undefined;
6162
+ readonly averageValue?: string | undefined;
6163
+ readonly value?: string | undefined;
6164
+ };
6165
+ readonly describedObject: {
6166
+ readonly apiVersion?: string | undefined;
6167
+ readonly kind: string;
6168
+ readonly name: string;
6169
+ };
6170
+ readonly metric: {
6171
+ readonly name: string;
6172
+ readonly selector?: {
6173
+ readonly matchExpressions?: readonly {
6174
+ readonly key: string;
6175
+ readonly operator: string;
6176
+ readonly values?: readonly string[] | undefined;
6177
+ }[] | undefined;
6178
+ readonly matchLabels?: {
6179
+ readonly [x: string]: string;
6180
+ } | undefined;
6181
+ } | undefined;
6182
+ };
6183
+ } | undefined;
6184
+ readonly pods?: {
6185
+ readonly current: {
6186
+ readonly averageUtilization?: number | undefined;
6187
+ readonly averageValue?: string | undefined;
6188
+ readonly value?: string | undefined;
6189
+ };
6190
+ readonly metric: {
6191
+ readonly name: string;
6192
+ readonly selector?: {
6193
+ readonly matchExpressions?: readonly {
6194
+ readonly key: string;
6195
+ readonly operator: string;
6196
+ readonly values?: readonly string[] | undefined;
6197
+ }[] | undefined;
6198
+ readonly matchLabels?: {
6199
+ readonly [x: string]: string;
6200
+ } | undefined;
6201
+ } | undefined;
6202
+ };
6203
+ } | undefined;
6204
+ readonly resource?: {
6205
+ readonly current: {
6206
+ readonly averageUtilization?: number | undefined;
6207
+ readonly averageValue?: string | undefined;
6208
+ readonly value?: string | undefined;
6209
+ };
6210
+ readonly name: string;
6211
+ } | undefined;
6212
+ readonly type: string;
6213
+ }[] | undefined;
6214
+ readonly currentReplicas?: number | undefined;
6215
+ readonly desiredReplicas: number;
6216
+ readonly lastScaleTime?: string | undefined;
6217
+ readonly observedGeneration?: number | undefined;
6218
+ } | undefined;
6219
+ }, Conflict | NotFound | UnprocessableEntity, any>;
3142
6220
  export declare const WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesInput: Schema.Struct<{}>;
3143
6221
  export type WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesInput = typeof WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesInput.Type;
3144
6222
  export declare const WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesOutput: Schema.Struct<{
@@ -3149,7 +6227,10 @@ export type WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesOutput
3149
6227
  /**
3150
6228
  * watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.
3151
6229
  */
3152
- export declare const watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces: any;
6230
+ export declare const watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces: API.OperationMethod<{}, {
6231
+ readonly object: unknown;
6232
+ readonly type: string;
6233
+ }, never, any>;
3153
6234
  export declare const WatchAutoscalingV1NamespacedHorizontalPodAutoscalerInput: Schema.Struct<{}>;
3154
6235
  export type WatchAutoscalingV1NamespacedHorizontalPodAutoscalerInput = typeof WatchAutoscalingV1NamespacedHorizontalPodAutoscalerInput.Type;
3155
6236
  export declare const WatchAutoscalingV1NamespacedHorizontalPodAutoscalerOutput: Schema.Struct<{
@@ -3160,7 +6241,10 @@ export type WatchAutoscalingV1NamespacedHorizontalPodAutoscalerOutput = typeof W
3160
6241
  /**
3161
6242
  * watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
3162
6243
  */
3163
- export declare const watchAutoscalingV1NamespacedHorizontalPodAutoscaler: any;
6244
+ export declare const watchAutoscalingV1NamespacedHorizontalPodAutoscaler: API.OperationMethod<{}, {
6245
+ readonly object: unknown;
6246
+ readonly type: string;
6247
+ }, never, any>;
3164
6248
  export declare const WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListInput: Schema.Struct<{}>;
3165
6249
  export type WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListInput = typeof WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListInput.Type;
3166
6250
  export declare const WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListOutput: Schema.Struct<{
@@ -3171,7 +6255,10 @@ export type WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListOutput = type
3171
6255
  /**
3172
6256
  * watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.
3173
6257
  */
3174
- export declare const watchAutoscalingV1NamespacedHorizontalPodAutoscalerList: any;
6258
+ export declare const watchAutoscalingV1NamespacedHorizontalPodAutoscalerList: API.OperationMethod<{}, {
6259
+ readonly object: unknown;
6260
+ readonly type: string;
6261
+ }, never, any>;
3175
6262
  export declare const WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesInput: Schema.Struct<{}>;
3176
6263
  export type WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesInput = typeof WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesInput.Type;
3177
6264
  export declare const WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesOutput: Schema.Struct<{
@@ -3182,7 +6269,10 @@ export type WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesOutput
3182
6269
  /**
3183
6270
  * watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.
3184
6271
  */
3185
- export declare const watchAutoscalingV2HorizontalPodAutoscalerListForAllNamespaces: any;
6272
+ export declare const watchAutoscalingV2HorizontalPodAutoscalerListForAllNamespaces: API.OperationMethod<{}, {
6273
+ readonly object: unknown;
6274
+ readonly type: string;
6275
+ }, never, any>;
3186
6276
  export declare const WatchAutoscalingV2NamespacedHorizontalPodAutoscalerInput: Schema.Struct<{}>;
3187
6277
  export type WatchAutoscalingV2NamespacedHorizontalPodAutoscalerInput = typeof WatchAutoscalingV2NamespacedHorizontalPodAutoscalerInput.Type;
3188
6278
  export declare const WatchAutoscalingV2NamespacedHorizontalPodAutoscalerOutput: Schema.Struct<{
@@ -3193,7 +6283,10 @@ export type WatchAutoscalingV2NamespacedHorizontalPodAutoscalerOutput = typeof W
3193
6283
  /**
3194
6284
  * watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
3195
6285
  */
3196
- export declare const watchAutoscalingV2NamespacedHorizontalPodAutoscaler: any;
6286
+ export declare const watchAutoscalingV2NamespacedHorizontalPodAutoscaler: API.OperationMethod<{}, {
6287
+ readonly object: unknown;
6288
+ readonly type: string;
6289
+ }, never, any>;
3197
6290
  export declare const WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListInput: Schema.Struct<{}>;
3198
6291
  export type WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListInput = typeof WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListInput.Type;
3199
6292
  export declare const WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListOutput: Schema.Struct<{
@@ -3204,5 +6297,8 @@ export type WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListOutput = type
3204
6297
  /**
3205
6298
  * watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.
3206
6299
  */
3207
- export declare const watchAutoscalingV2NamespacedHorizontalPodAutoscalerList: any;
6300
+ export declare const watchAutoscalingV2NamespacedHorizontalPodAutoscalerList: API.OperationMethod<{}, {
6301
+ readonly object: unknown;
6302
+ readonly type: string;
6303
+ }, never, any>;
3208
6304
  //# sourceMappingURL=autoscaling.d.ts.map