@distilled.cloud/kubernetes 0.10.1 → 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 CreateSchedulingV1PriorityClassInput: Schema.Struct<{
9
11
  readonly dryRun: Schema.optional<Schema.String>;
10
12
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -57,7 +59,53 @@ export type CreateSchedulingV1PriorityClassOutput = typeof CreateSchedulingV1Pri
57
59
  * @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
58
60
  * @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.
59
61
  */
60
- export declare const createSchedulingV1PriorityClass: any;
62
+ export declare const createSchedulingV1PriorityClass: API.OperationMethod<{
63
+ readonly dryRun?: string | undefined;
64
+ readonly fieldValidation?: string | undefined;
65
+ }, {
66
+ readonly apiVersion?: string | undefined;
67
+ readonly description?: string | undefined;
68
+ readonly globalDefault?: boolean | undefined;
69
+ readonly kind?: string | undefined;
70
+ readonly metadata?: {
71
+ readonly annotations?: {
72
+ readonly [x: string]: string;
73
+ } | undefined;
74
+ readonly creationTimestamp?: string | undefined;
75
+ readonly deletionGracePeriodSeconds?: number | undefined;
76
+ readonly deletionTimestamp?: string | undefined;
77
+ readonly finalizers?: readonly string[] | undefined;
78
+ readonly generateName?: string | undefined;
79
+ readonly generation?: number | undefined;
80
+ readonly labels?: {
81
+ readonly [x: string]: string;
82
+ } | undefined;
83
+ readonly managedFields?: readonly {
84
+ readonly apiVersion?: string | undefined;
85
+ readonly fieldsType?: string | undefined;
86
+ readonly fieldsV1?: unknown;
87
+ readonly manager?: string | undefined;
88
+ readonly operation?: string | undefined;
89
+ readonly subresource?: string | undefined;
90
+ readonly time?: string | undefined;
91
+ }[] | undefined;
92
+ readonly name?: string | undefined;
93
+ readonly namespace?: string | undefined;
94
+ readonly ownerReferences?: readonly {
95
+ readonly apiVersion: string;
96
+ readonly blockOwnerDeletion?: boolean | undefined;
97
+ readonly controller?: boolean | undefined;
98
+ readonly kind: string;
99
+ readonly name: string;
100
+ readonly uid: string;
101
+ }[] | undefined;
102
+ readonly resourceVersion?: string | undefined;
103
+ readonly selfLink?: string | undefined;
104
+ readonly uid?: string | undefined;
105
+ } | undefined;
106
+ readonly preemptionPolicy?: string | undefined;
107
+ readonly value?: number | undefined;
108
+ }, Conflict | UnprocessableEntity, any>;
61
109
  export declare const CreateSchedulingV1alpha2NamespacedPodGroupInput: Schema.Struct<{
62
110
  readonly dryRun: Schema.optional<Schema.String>;
63
111
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -147,7 +195,90 @@ export type CreateSchedulingV1alpha2NamespacedPodGroupOutput = typeof CreateSche
147
195
  * @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
148
196
  * @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.
149
197
  */
150
- export declare const createSchedulingV1alpha2NamespacedPodGroup: any;
198
+ export declare const createSchedulingV1alpha2NamespacedPodGroup: API.OperationMethod<{
199
+ readonly dryRun?: string | undefined;
200
+ readonly fieldValidation?: string | undefined;
201
+ }, {
202
+ readonly apiVersion?: string | undefined;
203
+ readonly kind?: string | undefined;
204
+ readonly metadata?: {
205
+ readonly annotations?: {
206
+ readonly [x: string]: string;
207
+ } | undefined;
208
+ readonly creationTimestamp?: string | undefined;
209
+ readonly deletionGracePeriodSeconds?: number | undefined;
210
+ readonly deletionTimestamp?: string | undefined;
211
+ readonly finalizers?: readonly string[] | undefined;
212
+ readonly generateName?: string | undefined;
213
+ readonly generation?: number | undefined;
214
+ readonly labels?: {
215
+ readonly [x: string]: string;
216
+ } | undefined;
217
+ readonly managedFields?: readonly {
218
+ readonly apiVersion?: string | undefined;
219
+ readonly fieldsType?: string | undefined;
220
+ readonly fieldsV1?: unknown;
221
+ readonly manager?: string | undefined;
222
+ readonly operation?: string | undefined;
223
+ readonly subresource?: string | undefined;
224
+ readonly time?: string | undefined;
225
+ }[] | undefined;
226
+ readonly name?: string | undefined;
227
+ readonly namespace?: string | undefined;
228
+ readonly ownerReferences?: readonly {
229
+ readonly apiVersion: string;
230
+ readonly blockOwnerDeletion?: boolean | undefined;
231
+ readonly controller?: boolean | undefined;
232
+ readonly kind: string;
233
+ readonly name: string;
234
+ readonly uid: string;
235
+ }[] | undefined;
236
+ readonly resourceVersion?: string | undefined;
237
+ readonly selfLink?: string | undefined;
238
+ readonly uid?: string | undefined;
239
+ } | undefined;
240
+ readonly spec: {
241
+ readonly disruptionMode?: string | undefined;
242
+ readonly podGroupTemplateRef?: {
243
+ readonly workload?: {
244
+ readonly podGroupTemplateName: string;
245
+ readonly workloadName: string;
246
+ } | undefined;
247
+ } | undefined;
248
+ readonly priority?: number | undefined;
249
+ readonly priorityClassName?: string | undefined;
250
+ readonly resourceClaims?: readonly {
251
+ readonly name: string;
252
+ readonly resourceClaimName?: string | undefined;
253
+ readonly resourceClaimTemplateName?: string | undefined;
254
+ }[] | undefined;
255
+ readonly schedulingConstraints?: {
256
+ readonly topology?: readonly {
257
+ readonly key: string;
258
+ }[] | undefined;
259
+ } | undefined;
260
+ readonly schedulingPolicy: {
261
+ readonly basic?: unknown;
262
+ readonly gang?: {
263
+ readonly minCount: number;
264
+ } | undefined;
265
+ };
266
+ };
267
+ readonly status?: {
268
+ readonly conditions?: readonly {
269
+ readonly lastTransitionTime: string;
270
+ readonly message: string;
271
+ readonly observedGeneration?: number | undefined;
272
+ readonly reason: string;
273
+ readonly status: string;
274
+ readonly type: string;
275
+ }[] | undefined;
276
+ readonly resourceClaimStatuses?: readonly {
277
+ readonly name: string;
278
+ readonly resourceClaimName?: string | undefined;
279
+ }[] | undefined;
280
+ } | undefined;
281
+ }, Conflict | UnprocessableEntity, any>;
151
282
  export declare const CreateSchedulingV1alpha2NamespacedWorkloadInput: Schema.Struct<{
152
283
  readonly dryRun: Schema.optional<Schema.String>;
153
284
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -225,7 +356,78 @@ export type CreateSchedulingV1alpha2NamespacedWorkloadOutput = typeof CreateSche
225
356
  * @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
226
357
  * @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.
227
358
  */
228
- export declare const createSchedulingV1alpha2NamespacedWorkload: any;
359
+ export declare const createSchedulingV1alpha2NamespacedWorkload: API.OperationMethod<{
360
+ readonly dryRun?: string | undefined;
361
+ readonly fieldValidation?: string | undefined;
362
+ }, {
363
+ readonly apiVersion?: string | undefined;
364
+ readonly kind?: string | undefined;
365
+ readonly metadata?: {
366
+ readonly annotations?: {
367
+ readonly [x: string]: string;
368
+ } | undefined;
369
+ readonly creationTimestamp?: string | undefined;
370
+ readonly deletionGracePeriodSeconds?: number | undefined;
371
+ readonly deletionTimestamp?: string | undefined;
372
+ readonly finalizers?: readonly string[] | undefined;
373
+ readonly generateName?: string | undefined;
374
+ readonly generation?: number | undefined;
375
+ readonly labels?: {
376
+ readonly [x: string]: string;
377
+ } | undefined;
378
+ readonly managedFields?: readonly {
379
+ readonly apiVersion?: string | undefined;
380
+ readonly fieldsType?: string | undefined;
381
+ readonly fieldsV1?: unknown;
382
+ readonly manager?: string | undefined;
383
+ readonly operation?: string | undefined;
384
+ readonly subresource?: string | undefined;
385
+ readonly time?: string | undefined;
386
+ }[] | undefined;
387
+ readonly name?: string | undefined;
388
+ readonly namespace?: string | undefined;
389
+ readonly ownerReferences?: readonly {
390
+ readonly apiVersion: string;
391
+ readonly blockOwnerDeletion?: boolean | undefined;
392
+ readonly controller?: boolean | undefined;
393
+ readonly kind: string;
394
+ readonly name: string;
395
+ readonly uid: string;
396
+ }[] | undefined;
397
+ readonly resourceVersion?: string | undefined;
398
+ readonly selfLink?: string | undefined;
399
+ readonly uid?: string | undefined;
400
+ } | undefined;
401
+ readonly spec: {
402
+ readonly controllerRef?: {
403
+ readonly apiGroup?: string | undefined;
404
+ readonly kind: string;
405
+ readonly name: string;
406
+ } | undefined;
407
+ readonly podGroupTemplates: readonly {
408
+ readonly disruptionMode?: string | undefined;
409
+ readonly name: string;
410
+ readonly priority?: number | undefined;
411
+ readonly priorityClassName?: string | undefined;
412
+ readonly resourceClaims?: readonly {
413
+ readonly name: string;
414
+ readonly resourceClaimName?: string | undefined;
415
+ readonly resourceClaimTemplateName?: string | undefined;
416
+ }[] | undefined;
417
+ readonly schedulingConstraints?: {
418
+ readonly topology?: readonly {
419
+ readonly key: string;
420
+ }[] | undefined;
421
+ } | undefined;
422
+ readonly schedulingPolicy: {
423
+ readonly basic?: unknown;
424
+ readonly gang?: {
425
+ readonly minCount: number;
426
+ } | undefined;
427
+ };
428
+ }[];
429
+ };
430
+ }, Conflict | UnprocessableEntity, any>;
229
431
  export declare const DeleteSchedulingV1CollectionPriorityClassInput: Schema.Struct<{
230
432
  readonly dryRun: Schema.optional<Schema.String>;
231
433
  }>;
@@ -265,7 +467,37 @@ export type DeleteSchedulingV1CollectionPriorityClassOutput = typeof DeleteSched
265
467
  *
266
468
  * @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
267
469
  */
268
- export declare const deleteSchedulingV1CollectionPriorityClass: any;
470
+ export declare const deleteSchedulingV1CollectionPriorityClass: API.OperationMethod<{
471
+ readonly dryRun?: string | undefined;
472
+ }, {
473
+ readonly apiVersion?: string | undefined;
474
+ readonly code?: number | undefined;
475
+ readonly details?: {
476
+ readonly causes?: readonly {
477
+ readonly field?: string | undefined;
478
+ readonly message?: string | undefined;
479
+ readonly reason?: string | undefined;
480
+ }[] | undefined;
481
+ readonly group?: string | undefined;
482
+ readonly kind?: string | undefined;
483
+ readonly name?: string | undefined;
484
+ readonly retryAfterSeconds?: number | undefined;
485
+ readonly uid?: string | undefined;
486
+ } | undefined;
487
+ readonly kind?: string | undefined;
488
+ readonly message?: string | undefined;
489
+ readonly metadata?: {
490
+ readonly continue?: string | undefined;
491
+ readonly remainingItemCount?: number | undefined;
492
+ readonly resourceVersion?: string | undefined;
493
+ readonly selfLink?: string | undefined;
494
+ readonly shardInfo?: {
495
+ readonly selector: string;
496
+ } | undefined;
497
+ } | undefined;
498
+ readonly reason?: string | undefined;
499
+ readonly status?: string | undefined;
500
+ }, never, any>;
269
501
  export declare const DeleteSchedulingV1PriorityClassInput: Schema.Struct<{
270
502
  readonly dryRun: Schema.optional<Schema.String>;
271
503
  }>;
@@ -305,7 +537,37 @@ export type DeleteSchedulingV1PriorityClassOutput = typeof DeleteSchedulingV1Pri
305
537
  *
306
538
  * @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
307
539
  */
308
- export declare const deleteSchedulingV1PriorityClass: any;
540
+ export declare const deleteSchedulingV1PriorityClass: API.OperationMethod<{
541
+ readonly dryRun?: string | undefined;
542
+ }, {
543
+ readonly apiVersion?: string | undefined;
544
+ readonly code?: number | undefined;
545
+ readonly details?: {
546
+ readonly causes?: readonly {
547
+ readonly field?: string | undefined;
548
+ readonly message?: string | undefined;
549
+ readonly reason?: string | undefined;
550
+ }[] | undefined;
551
+ readonly group?: string | undefined;
552
+ readonly kind?: string | undefined;
553
+ readonly name?: string | undefined;
554
+ readonly retryAfterSeconds?: number | undefined;
555
+ readonly uid?: string | undefined;
556
+ } | undefined;
557
+ readonly kind?: string | undefined;
558
+ readonly message?: string | undefined;
559
+ readonly metadata?: {
560
+ readonly continue?: string | undefined;
561
+ readonly remainingItemCount?: number | undefined;
562
+ readonly resourceVersion?: string | undefined;
563
+ readonly selfLink?: string | undefined;
564
+ readonly shardInfo?: {
565
+ readonly selector: string;
566
+ } | undefined;
567
+ } | undefined;
568
+ readonly reason?: string | undefined;
569
+ readonly status?: string | undefined;
570
+ }, Conflict | NotFound, any>;
309
571
  export declare const DeleteSchedulingV1alpha2CollectionNamespacedPodGroupInput: Schema.Struct<{
310
572
  readonly dryRun: Schema.optional<Schema.String>;
311
573
  }>;
@@ -345,7 +607,37 @@ export type DeleteSchedulingV1alpha2CollectionNamespacedPodGroupOutput = typeof
345
607
  *
346
608
  * @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
347
609
  */
348
- export declare const deleteSchedulingV1alpha2CollectionNamespacedPodGroup: any;
610
+ export declare const deleteSchedulingV1alpha2CollectionNamespacedPodGroup: API.OperationMethod<{
611
+ readonly dryRun?: string | undefined;
612
+ }, {
613
+ readonly apiVersion?: string | undefined;
614
+ readonly code?: number | undefined;
615
+ readonly details?: {
616
+ readonly causes?: readonly {
617
+ readonly field?: string | undefined;
618
+ readonly message?: string | undefined;
619
+ readonly reason?: string | undefined;
620
+ }[] | undefined;
621
+ readonly group?: string | undefined;
622
+ readonly kind?: string | undefined;
623
+ readonly name?: string | undefined;
624
+ readonly retryAfterSeconds?: number | undefined;
625
+ readonly uid?: string | undefined;
626
+ } | undefined;
627
+ readonly kind?: string | undefined;
628
+ readonly message?: string | undefined;
629
+ readonly metadata?: {
630
+ readonly continue?: string | undefined;
631
+ readonly remainingItemCount?: number | undefined;
632
+ readonly resourceVersion?: string | undefined;
633
+ readonly selfLink?: string | undefined;
634
+ readonly shardInfo?: {
635
+ readonly selector: string;
636
+ } | undefined;
637
+ } | undefined;
638
+ readonly reason?: string | undefined;
639
+ readonly status?: string | undefined;
640
+ }, never, any>;
349
641
  export declare const DeleteSchedulingV1alpha2CollectionNamespacedWorkloadInput: Schema.Struct<{
350
642
  readonly dryRun: Schema.optional<Schema.String>;
351
643
  }>;
@@ -385,7 +677,37 @@ export type DeleteSchedulingV1alpha2CollectionNamespacedWorkloadOutput = typeof
385
677
  *
386
678
  * @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
387
679
  */
388
- export declare const deleteSchedulingV1alpha2CollectionNamespacedWorkload: any;
680
+ export declare const deleteSchedulingV1alpha2CollectionNamespacedWorkload: API.OperationMethod<{
681
+ readonly dryRun?: string | undefined;
682
+ }, {
683
+ readonly apiVersion?: string | undefined;
684
+ readonly code?: number | undefined;
685
+ readonly details?: {
686
+ readonly causes?: readonly {
687
+ readonly field?: string | undefined;
688
+ readonly message?: string | undefined;
689
+ readonly reason?: string | undefined;
690
+ }[] | undefined;
691
+ readonly group?: string | undefined;
692
+ readonly kind?: string | undefined;
693
+ readonly name?: string | undefined;
694
+ readonly retryAfterSeconds?: number | undefined;
695
+ readonly uid?: string | undefined;
696
+ } | undefined;
697
+ readonly kind?: string | undefined;
698
+ readonly message?: string | undefined;
699
+ readonly metadata?: {
700
+ readonly continue?: string | undefined;
701
+ readonly remainingItemCount?: number | undefined;
702
+ readonly resourceVersion?: string | undefined;
703
+ readonly selfLink?: string | undefined;
704
+ readonly shardInfo?: {
705
+ readonly selector: string;
706
+ } | undefined;
707
+ } | undefined;
708
+ readonly reason?: string | undefined;
709
+ readonly status?: string | undefined;
710
+ }, never, any>;
389
711
  export declare const DeleteSchedulingV1alpha2NamespacedPodGroupInput: Schema.Struct<{
390
712
  readonly dryRun: Schema.optional<Schema.String>;
391
713
  }>;
@@ -425,7 +747,37 @@ export type DeleteSchedulingV1alpha2NamespacedPodGroupOutput = typeof DeleteSche
425
747
  *
426
748
  * @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
427
749
  */
428
- export declare const deleteSchedulingV1alpha2NamespacedPodGroup: any;
750
+ export declare const deleteSchedulingV1alpha2NamespacedPodGroup: API.OperationMethod<{
751
+ readonly dryRun?: string | undefined;
752
+ }, {
753
+ readonly apiVersion?: string | undefined;
754
+ readonly code?: number | undefined;
755
+ readonly details?: {
756
+ readonly causes?: readonly {
757
+ readonly field?: string | undefined;
758
+ readonly message?: string | undefined;
759
+ readonly reason?: string | undefined;
760
+ }[] | undefined;
761
+ readonly group?: string | undefined;
762
+ readonly kind?: string | undefined;
763
+ readonly name?: string | undefined;
764
+ readonly retryAfterSeconds?: number | undefined;
765
+ readonly uid?: string | undefined;
766
+ } | undefined;
767
+ readonly kind?: string | undefined;
768
+ readonly message?: string | undefined;
769
+ readonly metadata?: {
770
+ readonly continue?: string | undefined;
771
+ readonly remainingItemCount?: number | undefined;
772
+ readonly resourceVersion?: string | undefined;
773
+ readonly selfLink?: string | undefined;
774
+ readonly shardInfo?: {
775
+ readonly selector: string;
776
+ } | undefined;
777
+ } | undefined;
778
+ readonly reason?: string | undefined;
779
+ readonly status?: string | undefined;
780
+ }, Conflict | NotFound, any>;
429
781
  export declare const DeleteSchedulingV1alpha2NamespacedWorkloadInput: Schema.Struct<{
430
782
  readonly dryRun: Schema.optional<Schema.String>;
431
783
  }>;
@@ -465,7 +817,37 @@ export type DeleteSchedulingV1alpha2NamespacedWorkloadOutput = typeof DeleteSche
465
817
  *
466
818
  * @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
467
819
  */
468
- export declare const deleteSchedulingV1alpha2NamespacedWorkload: any;
820
+ export declare const deleteSchedulingV1alpha2NamespacedWorkload: API.OperationMethod<{
821
+ readonly dryRun?: string | undefined;
822
+ }, {
823
+ readonly apiVersion?: string | undefined;
824
+ readonly code?: number | undefined;
825
+ readonly details?: {
826
+ readonly causes?: readonly {
827
+ readonly field?: string | undefined;
828
+ readonly message?: string | undefined;
829
+ readonly reason?: string | undefined;
830
+ }[] | undefined;
831
+ readonly group?: string | undefined;
832
+ readonly kind?: string | undefined;
833
+ readonly name?: string | undefined;
834
+ readonly retryAfterSeconds?: number | undefined;
835
+ readonly uid?: string | undefined;
836
+ } | undefined;
837
+ readonly kind?: string | undefined;
838
+ readonly message?: string | undefined;
839
+ readonly metadata?: {
840
+ readonly continue?: string | undefined;
841
+ readonly remainingItemCount?: number | undefined;
842
+ readonly resourceVersion?: string | undefined;
843
+ readonly selfLink?: string | undefined;
844
+ readonly shardInfo?: {
845
+ readonly selector: string;
846
+ } | undefined;
847
+ } | undefined;
848
+ readonly reason?: string | undefined;
849
+ readonly status?: string | undefined;
850
+ }, Conflict | NotFound, any>;
469
851
  export declare const GetSchedulingAPIGroupInput: Schema.Struct<{}>;
470
852
  export type GetSchedulingAPIGroupInput = typeof GetSchedulingAPIGroupInput.Type;
471
853
  export declare const GetSchedulingAPIGroupOutput: Schema.Struct<{
@@ -489,7 +871,23 @@ export type GetSchedulingAPIGroupOutput = typeof GetSchedulingAPIGroupOutput.Typ
489
871
  /**
490
872
  * get information of a group
491
873
  */
492
- export declare const getSchedulingAPIGroup: any;
874
+ export declare const getSchedulingAPIGroup: API.OperationMethod<{}, {
875
+ readonly apiVersion?: string | undefined;
876
+ readonly kind?: string | undefined;
877
+ readonly name: string;
878
+ readonly preferredVersion?: {
879
+ readonly groupVersion: string;
880
+ readonly version: string;
881
+ } | undefined;
882
+ readonly serverAddressByClientCIDRs?: readonly {
883
+ readonly clientCIDR: string;
884
+ readonly serverAddress: string;
885
+ }[] | undefined;
886
+ readonly versions: readonly {
887
+ readonly groupVersion: string;
888
+ readonly version: string;
889
+ }[];
890
+ }, never, any>;
493
891
  export declare const GetSchedulingV1APIResourcesInput: Schema.Struct<{}>;
494
892
  export type GetSchedulingV1APIResourcesInput = typeof GetSchedulingV1APIResourcesInput.Type;
495
893
  export declare const GetSchedulingV1APIResourcesOutput: Schema.Struct<{
@@ -513,7 +911,23 @@ export type GetSchedulingV1APIResourcesOutput = typeof GetSchedulingV1APIResourc
513
911
  /**
514
912
  * get available resources
515
913
  */
516
- export declare const getSchedulingV1APIResources: any;
914
+ export declare const getSchedulingV1APIResources: API.OperationMethod<{}, {
915
+ readonly apiVersion?: string | undefined;
916
+ readonly groupVersion: string;
917
+ readonly kind?: string | undefined;
918
+ readonly resources: readonly {
919
+ readonly categories?: readonly string[] | undefined;
920
+ readonly group?: string | undefined;
921
+ readonly kind: string;
922
+ readonly name: string;
923
+ readonly namespaced: boolean;
924
+ readonly shortNames?: readonly string[] | undefined;
925
+ readonly singularName: string;
926
+ readonly storageVersionHash?: string | undefined;
927
+ readonly verbs: readonly string[];
928
+ readonly version?: string | undefined;
929
+ }[];
930
+ }, never, any>;
517
931
  export declare const GetSchedulingV1alpha2APIResourcesInput: Schema.Struct<{}>;
518
932
  export type GetSchedulingV1alpha2APIResourcesInput = typeof GetSchedulingV1alpha2APIResourcesInput.Type;
519
933
  export declare const GetSchedulingV1alpha2APIResourcesOutput: Schema.Struct<{
@@ -537,7 +951,23 @@ export type GetSchedulingV1alpha2APIResourcesOutput = typeof GetSchedulingV1alph
537
951
  /**
538
952
  * get available resources
539
953
  */
540
- export declare const getSchedulingV1alpha2APIResources: any;
954
+ export declare const getSchedulingV1alpha2APIResources: API.OperationMethod<{}, {
955
+ readonly apiVersion?: string | undefined;
956
+ readonly groupVersion: string;
957
+ readonly kind?: string | undefined;
958
+ readonly resources: readonly {
959
+ readonly categories?: readonly string[] | undefined;
960
+ readonly group?: string | undefined;
961
+ readonly kind: string;
962
+ readonly name: string;
963
+ readonly namespaced: boolean;
964
+ readonly shortNames?: readonly string[] | undefined;
965
+ readonly singularName: string;
966
+ readonly storageVersionHash?: string | undefined;
967
+ readonly verbs: readonly string[];
968
+ readonly version?: string | undefined;
969
+ }[];
970
+ }, never, any>;
541
971
  export declare const ListSchedulingV1PriorityClassInput: Schema.Struct<{}>;
542
972
  export type ListSchedulingV1PriorityClassInput = typeof ListSchedulingV1PriorityClassInput.Type;
543
973
  export declare const ListSchedulingV1PriorityClassOutput: Schema.Struct<{
@@ -597,7 +1027,63 @@ export type ListSchedulingV1PriorityClassOutput = typeof ListSchedulingV1Priorit
597
1027
  /**
598
1028
  * list or watch objects of kind PriorityClass
599
1029
  */
600
- export declare const listSchedulingV1PriorityClass: any;
1030
+ export declare const listSchedulingV1PriorityClass: API.OperationMethod<{}, {
1031
+ readonly apiVersion?: string | undefined;
1032
+ readonly items: readonly {
1033
+ readonly apiVersion?: string | undefined;
1034
+ readonly description?: string | undefined;
1035
+ readonly globalDefault?: boolean | undefined;
1036
+ readonly kind?: string | undefined;
1037
+ readonly metadata?: {
1038
+ readonly annotations?: {
1039
+ readonly [x: string]: string;
1040
+ } | undefined;
1041
+ readonly creationTimestamp?: string | undefined;
1042
+ readonly deletionGracePeriodSeconds?: number | undefined;
1043
+ readonly deletionTimestamp?: string | undefined;
1044
+ readonly finalizers?: readonly string[] | undefined;
1045
+ readonly generateName?: string | undefined;
1046
+ readonly generation?: number | undefined;
1047
+ readonly labels?: {
1048
+ readonly [x: string]: string;
1049
+ } | undefined;
1050
+ readonly managedFields?: readonly {
1051
+ readonly apiVersion?: string | undefined;
1052
+ readonly fieldsType?: string | undefined;
1053
+ readonly fieldsV1?: unknown;
1054
+ readonly manager?: string | undefined;
1055
+ readonly operation?: string | undefined;
1056
+ readonly subresource?: string | undefined;
1057
+ readonly time?: string | undefined;
1058
+ }[] | undefined;
1059
+ readonly name?: string | undefined;
1060
+ readonly namespace?: string | undefined;
1061
+ readonly ownerReferences?: readonly {
1062
+ readonly apiVersion: string;
1063
+ readonly blockOwnerDeletion?: boolean | undefined;
1064
+ readonly controller?: boolean | undefined;
1065
+ readonly kind: string;
1066
+ readonly name: string;
1067
+ readonly uid: string;
1068
+ }[] | undefined;
1069
+ readonly resourceVersion?: string | undefined;
1070
+ readonly selfLink?: string | undefined;
1071
+ readonly uid?: string | undefined;
1072
+ } | undefined;
1073
+ readonly preemptionPolicy?: string | undefined;
1074
+ readonly value?: number | undefined;
1075
+ }[];
1076
+ readonly kind?: string | undefined;
1077
+ readonly metadata?: {
1078
+ readonly continue?: string | undefined;
1079
+ readonly remainingItemCount?: number | undefined;
1080
+ readonly resourceVersion?: string | undefined;
1081
+ readonly selfLink?: string | undefined;
1082
+ readonly shardInfo?: {
1083
+ readonly selector: string;
1084
+ } | undefined;
1085
+ } | undefined;
1086
+ }, never, any>;
601
1087
  export declare const ListSchedulingV1alpha2NamespacedPodGroupInput: Schema.Struct<{}>;
602
1088
  export type ListSchedulingV1alpha2NamespacedPodGroupInput = typeof ListSchedulingV1alpha2NamespacedPodGroupInput.Type;
603
1089
  export declare const ListSchedulingV1alpha2NamespacedPodGroupOutput: Schema.Struct<{
@@ -694,7 +1180,100 @@ export type ListSchedulingV1alpha2NamespacedPodGroupOutput = typeof ListScheduli
694
1180
  /**
695
1181
  * list or watch objects of kind PodGroup
696
1182
  */
697
- export declare const listSchedulingV1alpha2NamespacedPodGroup: any;
1183
+ export declare const listSchedulingV1alpha2NamespacedPodGroup: API.OperationMethod<{}, {
1184
+ readonly apiVersion?: string | undefined;
1185
+ readonly items: readonly {
1186
+ readonly apiVersion?: string | undefined;
1187
+ readonly kind?: string | undefined;
1188
+ readonly metadata?: {
1189
+ readonly annotations?: {
1190
+ readonly [x: string]: string;
1191
+ } | undefined;
1192
+ readonly creationTimestamp?: string | undefined;
1193
+ readonly deletionGracePeriodSeconds?: number | undefined;
1194
+ readonly deletionTimestamp?: string | undefined;
1195
+ readonly finalizers?: readonly string[] | undefined;
1196
+ readonly generateName?: string | undefined;
1197
+ readonly generation?: number | undefined;
1198
+ readonly labels?: {
1199
+ readonly [x: string]: string;
1200
+ } | undefined;
1201
+ readonly managedFields?: readonly {
1202
+ readonly apiVersion?: string | undefined;
1203
+ readonly fieldsType?: string | undefined;
1204
+ readonly fieldsV1?: unknown;
1205
+ readonly manager?: string | undefined;
1206
+ readonly operation?: string | undefined;
1207
+ readonly subresource?: string | undefined;
1208
+ readonly time?: string | undefined;
1209
+ }[] | undefined;
1210
+ readonly name?: string | undefined;
1211
+ readonly namespace?: string | undefined;
1212
+ readonly ownerReferences?: readonly {
1213
+ readonly apiVersion: string;
1214
+ readonly blockOwnerDeletion?: boolean | undefined;
1215
+ readonly controller?: boolean | undefined;
1216
+ readonly kind: string;
1217
+ readonly name: string;
1218
+ readonly uid: string;
1219
+ }[] | undefined;
1220
+ readonly resourceVersion?: string | undefined;
1221
+ readonly selfLink?: string | undefined;
1222
+ readonly uid?: string | undefined;
1223
+ } | undefined;
1224
+ readonly spec: {
1225
+ readonly disruptionMode?: string | undefined;
1226
+ readonly podGroupTemplateRef?: {
1227
+ readonly workload?: {
1228
+ readonly podGroupTemplateName: string;
1229
+ readonly workloadName: string;
1230
+ } | undefined;
1231
+ } | undefined;
1232
+ readonly priority?: number | undefined;
1233
+ readonly priorityClassName?: string | undefined;
1234
+ readonly resourceClaims?: readonly {
1235
+ readonly name: string;
1236
+ readonly resourceClaimName?: string | undefined;
1237
+ readonly resourceClaimTemplateName?: string | undefined;
1238
+ }[] | undefined;
1239
+ readonly schedulingConstraints?: {
1240
+ readonly topology?: readonly {
1241
+ readonly key: string;
1242
+ }[] | undefined;
1243
+ } | undefined;
1244
+ readonly schedulingPolicy: {
1245
+ readonly basic?: unknown;
1246
+ readonly gang?: {
1247
+ readonly minCount: number;
1248
+ } | undefined;
1249
+ };
1250
+ };
1251
+ readonly status?: {
1252
+ readonly conditions?: readonly {
1253
+ readonly lastTransitionTime: string;
1254
+ readonly message: string;
1255
+ readonly observedGeneration?: number | undefined;
1256
+ readonly reason: string;
1257
+ readonly status: string;
1258
+ readonly type: string;
1259
+ }[] | undefined;
1260
+ readonly resourceClaimStatuses?: readonly {
1261
+ readonly name: string;
1262
+ readonly resourceClaimName?: string | undefined;
1263
+ }[] | undefined;
1264
+ } | undefined;
1265
+ }[];
1266
+ readonly kind?: string | undefined;
1267
+ readonly metadata?: {
1268
+ readonly continue?: string | undefined;
1269
+ readonly remainingItemCount?: number | undefined;
1270
+ readonly resourceVersion?: string | undefined;
1271
+ readonly selfLink?: string | undefined;
1272
+ readonly shardInfo?: {
1273
+ readonly selector: string;
1274
+ } | undefined;
1275
+ } | undefined;
1276
+ }, never, any>;
698
1277
  export declare const ListSchedulingV1alpha2NamespacedWorkloadInput: Schema.Struct<{}>;
699
1278
  export type ListSchedulingV1alpha2NamespacedWorkloadInput = typeof ListSchedulingV1alpha2NamespacedWorkloadInput.Type;
700
1279
  export declare const ListSchedulingV1alpha2NamespacedWorkloadOutput: Schema.Struct<{
@@ -779,7 +1358,88 @@ export type ListSchedulingV1alpha2NamespacedWorkloadOutput = typeof ListScheduli
779
1358
  /**
780
1359
  * list or watch objects of kind Workload
781
1360
  */
782
- export declare const listSchedulingV1alpha2NamespacedWorkload: any;
1361
+ export declare const listSchedulingV1alpha2NamespacedWorkload: API.OperationMethod<{}, {
1362
+ readonly apiVersion?: string | undefined;
1363
+ readonly items: readonly {
1364
+ readonly apiVersion?: string | undefined;
1365
+ readonly kind?: string | undefined;
1366
+ readonly metadata?: {
1367
+ readonly annotations?: {
1368
+ readonly [x: string]: string;
1369
+ } | undefined;
1370
+ readonly creationTimestamp?: string | undefined;
1371
+ readonly deletionGracePeriodSeconds?: number | undefined;
1372
+ readonly deletionTimestamp?: string | undefined;
1373
+ readonly finalizers?: readonly string[] | undefined;
1374
+ readonly generateName?: string | undefined;
1375
+ readonly generation?: number | undefined;
1376
+ readonly labels?: {
1377
+ readonly [x: string]: string;
1378
+ } | undefined;
1379
+ readonly managedFields?: readonly {
1380
+ readonly apiVersion?: string | undefined;
1381
+ readonly fieldsType?: string | undefined;
1382
+ readonly fieldsV1?: unknown;
1383
+ readonly manager?: string | undefined;
1384
+ readonly operation?: string | undefined;
1385
+ readonly subresource?: string | undefined;
1386
+ readonly time?: string | undefined;
1387
+ }[] | undefined;
1388
+ readonly name?: string | undefined;
1389
+ readonly namespace?: string | undefined;
1390
+ readonly ownerReferences?: readonly {
1391
+ readonly apiVersion: string;
1392
+ readonly blockOwnerDeletion?: boolean | undefined;
1393
+ readonly controller?: boolean | undefined;
1394
+ readonly kind: string;
1395
+ readonly name: string;
1396
+ readonly uid: string;
1397
+ }[] | undefined;
1398
+ readonly resourceVersion?: string | undefined;
1399
+ readonly selfLink?: string | undefined;
1400
+ readonly uid?: string | undefined;
1401
+ } | undefined;
1402
+ readonly spec: {
1403
+ readonly controllerRef?: {
1404
+ readonly apiGroup?: string | undefined;
1405
+ readonly kind: string;
1406
+ readonly name: string;
1407
+ } | undefined;
1408
+ readonly podGroupTemplates: readonly {
1409
+ readonly disruptionMode?: string | undefined;
1410
+ readonly name: string;
1411
+ readonly priority?: number | undefined;
1412
+ readonly priorityClassName?: string | undefined;
1413
+ readonly resourceClaims?: readonly {
1414
+ readonly name: string;
1415
+ readonly resourceClaimName?: string | undefined;
1416
+ readonly resourceClaimTemplateName?: string | undefined;
1417
+ }[] | undefined;
1418
+ readonly schedulingConstraints?: {
1419
+ readonly topology?: readonly {
1420
+ readonly key: string;
1421
+ }[] | undefined;
1422
+ } | undefined;
1423
+ readonly schedulingPolicy: {
1424
+ readonly basic?: unknown;
1425
+ readonly gang?: {
1426
+ readonly minCount: number;
1427
+ } | undefined;
1428
+ };
1429
+ }[];
1430
+ };
1431
+ }[];
1432
+ readonly kind?: string | undefined;
1433
+ readonly metadata?: {
1434
+ readonly continue?: string | undefined;
1435
+ readonly remainingItemCount?: number | undefined;
1436
+ readonly resourceVersion?: string | undefined;
1437
+ readonly selfLink?: string | undefined;
1438
+ readonly shardInfo?: {
1439
+ readonly selector: string;
1440
+ } | undefined;
1441
+ } | undefined;
1442
+ }, never, any>;
783
1443
  export declare const ListSchedulingV1alpha2PodGroupForAllNamespacesInput: Schema.Struct<{}>;
784
1444
  export type ListSchedulingV1alpha2PodGroupForAllNamespacesInput = typeof ListSchedulingV1alpha2PodGroupForAllNamespacesInput.Type;
785
1445
  export declare const ListSchedulingV1alpha2PodGroupForAllNamespacesOutput: Schema.Struct<{
@@ -876,7 +1536,100 @@ export type ListSchedulingV1alpha2PodGroupForAllNamespacesOutput = typeof ListSc
876
1536
  /**
877
1537
  * list or watch objects of kind PodGroup
878
1538
  */
879
- export declare const listSchedulingV1alpha2PodGroupForAllNamespaces: any;
1539
+ export declare const listSchedulingV1alpha2PodGroupForAllNamespaces: API.OperationMethod<{}, {
1540
+ readonly apiVersion?: string | undefined;
1541
+ readonly items: readonly {
1542
+ readonly apiVersion?: string | undefined;
1543
+ readonly kind?: string | undefined;
1544
+ readonly metadata?: {
1545
+ readonly annotations?: {
1546
+ readonly [x: string]: string;
1547
+ } | undefined;
1548
+ readonly creationTimestamp?: string | undefined;
1549
+ readonly deletionGracePeriodSeconds?: number | undefined;
1550
+ readonly deletionTimestamp?: string | undefined;
1551
+ readonly finalizers?: readonly string[] | undefined;
1552
+ readonly generateName?: string | undefined;
1553
+ readonly generation?: number | undefined;
1554
+ readonly labels?: {
1555
+ readonly [x: string]: string;
1556
+ } | undefined;
1557
+ readonly managedFields?: readonly {
1558
+ readonly apiVersion?: string | undefined;
1559
+ readonly fieldsType?: string | undefined;
1560
+ readonly fieldsV1?: unknown;
1561
+ readonly manager?: string | undefined;
1562
+ readonly operation?: string | undefined;
1563
+ readonly subresource?: string | undefined;
1564
+ readonly time?: string | undefined;
1565
+ }[] | undefined;
1566
+ readonly name?: string | undefined;
1567
+ readonly namespace?: string | undefined;
1568
+ readonly ownerReferences?: readonly {
1569
+ readonly apiVersion: string;
1570
+ readonly blockOwnerDeletion?: boolean | undefined;
1571
+ readonly controller?: boolean | undefined;
1572
+ readonly kind: string;
1573
+ readonly name: string;
1574
+ readonly uid: string;
1575
+ }[] | undefined;
1576
+ readonly resourceVersion?: string | undefined;
1577
+ readonly selfLink?: string | undefined;
1578
+ readonly uid?: string | undefined;
1579
+ } | undefined;
1580
+ readonly spec: {
1581
+ readonly disruptionMode?: string | undefined;
1582
+ readonly podGroupTemplateRef?: {
1583
+ readonly workload?: {
1584
+ readonly podGroupTemplateName: string;
1585
+ readonly workloadName: string;
1586
+ } | undefined;
1587
+ } | undefined;
1588
+ readonly priority?: number | undefined;
1589
+ readonly priorityClassName?: string | undefined;
1590
+ readonly resourceClaims?: readonly {
1591
+ readonly name: string;
1592
+ readonly resourceClaimName?: string | undefined;
1593
+ readonly resourceClaimTemplateName?: string | undefined;
1594
+ }[] | undefined;
1595
+ readonly schedulingConstraints?: {
1596
+ readonly topology?: readonly {
1597
+ readonly key: string;
1598
+ }[] | undefined;
1599
+ } | undefined;
1600
+ readonly schedulingPolicy: {
1601
+ readonly basic?: unknown;
1602
+ readonly gang?: {
1603
+ readonly minCount: number;
1604
+ } | undefined;
1605
+ };
1606
+ };
1607
+ readonly status?: {
1608
+ readonly conditions?: readonly {
1609
+ readonly lastTransitionTime: string;
1610
+ readonly message: string;
1611
+ readonly observedGeneration?: number | undefined;
1612
+ readonly reason: string;
1613
+ readonly status: string;
1614
+ readonly type: string;
1615
+ }[] | undefined;
1616
+ readonly resourceClaimStatuses?: readonly {
1617
+ readonly name: string;
1618
+ readonly resourceClaimName?: string | undefined;
1619
+ }[] | undefined;
1620
+ } | undefined;
1621
+ }[];
1622
+ readonly kind?: string | undefined;
1623
+ readonly metadata?: {
1624
+ readonly continue?: string | undefined;
1625
+ readonly remainingItemCount?: number | undefined;
1626
+ readonly resourceVersion?: string | undefined;
1627
+ readonly selfLink?: string | undefined;
1628
+ readonly shardInfo?: {
1629
+ readonly selector: string;
1630
+ } | undefined;
1631
+ } | undefined;
1632
+ }, never, any>;
880
1633
  export declare const ListSchedulingV1alpha2WorkloadForAllNamespacesInput: Schema.Struct<{}>;
881
1634
  export type ListSchedulingV1alpha2WorkloadForAllNamespacesInput = typeof ListSchedulingV1alpha2WorkloadForAllNamespacesInput.Type;
882
1635
  export declare const ListSchedulingV1alpha2WorkloadForAllNamespacesOutput: Schema.Struct<{
@@ -961,7 +1714,88 @@ export type ListSchedulingV1alpha2WorkloadForAllNamespacesOutput = typeof ListSc
961
1714
  /**
962
1715
  * list or watch objects of kind Workload
963
1716
  */
964
- export declare const listSchedulingV1alpha2WorkloadForAllNamespaces: any;
1717
+ export declare const listSchedulingV1alpha2WorkloadForAllNamespaces: API.OperationMethod<{}, {
1718
+ readonly apiVersion?: string | undefined;
1719
+ readonly items: readonly {
1720
+ readonly apiVersion?: string | undefined;
1721
+ readonly kind?: string | undefined;
1722
+ readonly metadata?: {
1723
+ readonly annotations?: {
1724
+ readonly [x: string]: string;
1725
+ } | undefined;
1726
+ readonly creationTimestamp?: string | undefined;
1727
+ readonly deletionGracePeriodSeconds?: number | undefined;
1728
+ readonly deletionTimestamp?: string | undefined;
1729
+ readonly finalizers?: readonly string[] | undefined;
1730
+ readonly generateName?: string | undefined;
1731
+ readonly generation?: number | undefined;
1732
+ readonly labels?: {
1733
+ readonly [x: string]: string;
1734
+ } | undefined;
1735
+ readonly managedFields?: readonly {
1736
+ readonly apiVersion?: string | undefined;
1737
+ readonly fieldsType?: string | undefined;
1738
+ readonly fieldsV1?: unknown;
1739
+ readonly manager?: string | undefined;
1740
+ readonly operation?: string | undefined;
1741
+ readonly subresource?: string | undefined;
1742
+ readonly time?: string | undefined;
1743
+ }[] | undefined;
1744
+ readonly name?: string | undefined;
1745
+ readonly namespace?: string | undefined;
1746
+ readonly ownerReferences?: readonly {
1747
+ readonly apiVersion: string;
1748
+ readonly blockOwnerDeletion?: boolean | undefined;
1749
+ readonly controller?: boolean | undefined;
1750
+ readonly kind: string;
1751
+ readonly name: string;
1752
+ readonly uid: string;
1753
+ }[] | undefined;
1754
+ readonly resourceVersion?: string | undefined;
1755
+ readonly selfLink?: string | undefined;
1756
+ readonly uid?: string | undefined;
1757
+ } | undefined;
1758
+ readonly spec: {
1759
+ readonly controllerRef?: {
1760
+ readonly apiGroup?: string | undefined;
1761
+ readonly kind: string;
1762
+ readonly name: string;
1763
+ } | undefined;
1764
+ readonly podGroupTemplates: readonly {
1765
+ readonly disruptionMode?: string | undefined;
1766
+ readonly name: string;
1767
+ readonly priority?: number | undefined;
1768
+ readonly priorityClassName?: string | undefined;
1769
+ readonly resourceClaims?: readonly {
1770
+ readonly name: string;
1771
+ readonly resourceClaimName?: string | undefined;
1772
+ readonly resourceClaimTemplateName?: string | undefined;
1773
+ }[] | undefined;
1774
+ readonly schedulingConstraints?: {
1775
+ readonly topology?: readonly {
1776
+ readonly key: string;
1777
+ }[] | undefined;
1778
+ } | undefined;
1779
+ readonly schedulingPolicy: {
1780
+ readonly basic?: unknown;
1781
+ readonly gang?: {
1782
+ readonly minCount: number;
1783
+ } | undefined;
1784
+ };
1785
+ }[];
1786
+ };
1787
+ }[];
1788
+ readonly kind?: string | undefined;
1789
+ readonly metadata?: {
1790
+ readonly continue?: string | undefined;
1791
+ readonly remainingItemCount?: number | undefined;
1792
+ readonly resourceVersion?: string | undefined;
1793
+ readonly selfLink?: string | undefined;
1794
+ readonly shardInfo?: {
1795
+ readonly selector: string;
1796
+ } | undefined;
1797
+ } | undefined;
1798
+ }, never, any>;
965
1799
  export declare const PatchSchedulingV1PriorityClassInput: Schema.Struct<{
966
1800
  readonly dryRun: Schema.optional<Schema.String>;
967
1801
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1014,7 +1848,53 @@ export type PatchSchedulingV1PriorityClassOutput = typeof PatchSchedulingV1Prior
1014
1848
  * @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
1015
1849
  * @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.
1016
1850
  */
1017
- export declare const patchSchedulingV1PriorityClass: any;
1851
+ export declare const patchSchedulingV1PriorityClass: API.OperationMethod<{
1852
+ readonly dryRun?: string | undefined;
1853
+ readonly fieldValidation?: string | undefined;
1854
+ }, {
1855
+ readonly apiVersion?: string | undefined;
1856
+ readonly description?: string | undefined;
1857
+ readonly globalDefault?: boolean | undefined;
1858
+ readonly kind?: string | undefined;
1859
+ readonly metadata?: {
1860
+ readonly annotations?: {
1861
+ readonly [x: string]: string;
1862
+ } | undefined;
1863
+ readonly creationTimestamp?: string | undefined;
1864
+ readonly deletionGracePeriodSeconds?: number | undefined;
1865
+ readonly deletionTimestamp?: string | undefined;
1866
+ readonly finalizers?: readonly string[] | undefined;
1867
+ readonly generateName?: string | undefined;
1868
+ readonly generation?: number | undefined;
1869
+ readonly labels?: {
1870
+ readonly [x: string]: string;
1871
+ } | undefined;
1872
+ readonly managedFields?: readonly {
1873
+ readonly apiVersion?: string | undefined;
1874
+ readonly fieldsType?: string | undefined;
1875
+ readonly fieldsV1?: unknown;
1876
+ readonly manager?: string | undefined;
1877
+ readonly operation?: string | undefined;
1878
+ readonly subresource?: string | undefined;
1879
+ readonly time?: string | undefined;
1880
+ }[] | undefined;
1881
+ readonly name?: string | undefined;
1882
+ readonly namespace?: string | undefined;
1883
+ readonly ownerReferences?: readonly {
1884
+ readonly apiVersion: string;
1885
+ readonly blockOwnerDeletion?: boolean | undefined;
1886
+ readonly controller?: boolean | undefined;
1887
+ readonly kind: string;
1888
+ readonly name: string;
1889
+ readonly uid: string;
1890
+ }[] | undefined;
1891
+ readonly resourceVersion?: string | undefined;
1892
+ readonly selfLink?: string | undefined;
1893
+ readonly uid?: string | undefined;
1894
+ } | undefined;
1895
+ readonly preemptionPolicy?: string | undefined;
1896
+ readonly value?: number | undefined;
1897
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1018
1898
  export declare const PatchSchedulingV1alpha2NamespacedPodGroupInput: Schema.Struct<{
1019
1899
  readonly dryRun: Schema.optional<Schema.String>;
1020
1900
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1104,7 +1984,90 @@ export type PatchSchedulingV1alpha2NamespacedPodGroupOutput = typeof PatchSchedu
1104
1984
  * @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
1105
1985
  * @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.
1106
1986
  */
1107
- export declare const patchSchedulingV1alpha2NamespacedPodGroup: any;
1987
+ export declare const patchSchedulingV1alpha2NamespacedPodGroup: API.OperationMethod<{
1988
+ readonly dryRun?: string | undefined;
1989
+ readonly fieldValidation?: string | undefined;
1990
+ }, {
1991
+ readonly apiVersion?: string | undefined;
1992
+ readonly kind?: string | undefined;
1993
+ readonly metadata?: {
1994
+ readonly annotations?: {
1995
+ readonly [x: string]: string;
1996
+ } | undefined;
1997
+ readonly creationTimestamp?: string | undefined;
1998
+ readonly deletionGracePeriodSeconds?: number | undefined;
1999
+ readonly deletionTimestamp?: string | undefined;
2000
+ readonly finalizers?: readonly string[] | undefined;
2001
+ readonly generateName?: string | undefined;
2002
+ readonly generation?: number | undefined;
2003
+ readonly labels?: {
2004
+ readonly [x: string]: string;
2005
+ } | undefined;
2006
+ readonly managedFields?: readonly {
2007
+ readonly apiVersion?: string | undefined;
2008
+ readonly fieldsType?: string | undefined;
2009
+ readonly fieldsV1?: unknown;
2010
+ readonly manager?: string | undefined;
2011
+ readonly operation?: string | undefined;
2012
+ readonly subresource?: string | undefined;
2013
+ readonly time?: string | undefined;
2014
+ }[] | undefined;
2015
+ readonly name?: string | undefined;
2016
+ readonly namespace?: string | undefined;
2017
+ readonly ownerReferences?: readonly {
2018
+ readonly apiVersion: string;
2019
+ readonly blockOwnerDeletion?: boolean | undefined;
2020
+ readonly controller?: boolean | undefined;
2021
+ readonly kind: string;
2022
+ readonly name: string;
2023
+ readonly uid: string;
2024
+ }[] | undefined;
2025
+ readonly resourceVersion?: string | undefined;
2026
+ readonly selfLink?: string | undefined;
2027
+ readonly uid?: string | undefined;
2028
+ } | undefined;
2029
+ readonly spec: {
2030
+ readonly disruptionMode?: string | undefined;
2031
+ readonly podGroupTemplateRef?: {
2032
+ readonly workload?: {
2033
+ readonly podGroupTemplateName: string;
2034
+ readonly workloadName: string;
2035
+ } | undefined;
2036
+ } | undefined;
2037
+ readonly priority?: number | undefined;
2038
+ readonly priorityClassName?: string | undefined;
2039
+ readonly resourceClaims?: readonly {
2040
+ readonly name: string;
2041
+ readonly resourceClaimName?: string | undefined;
2042
+ readonly resourceClaimTemplateName?: string | undefined;
2043
+ }[] | undefined;
2044
+ readonly schedulingConstraints?: {
2045
+ readonly topology?: readonly {
2046
+ readonly key: string;
2047
+ }[] | undefined;
2048
+ } | undefined;
2049
+ readonly schedulingPolicy: {
2050
+ readonly basic?: unknown;
2051
+ readonly gang?: {
2052
+ readonly minCount: number;
2053
+ } | undefined;
2054
+ };
2055
+ };
2056
+ readonly status?: {
2057
+ readonly conditions?: readonly {
2058
+ readonly lastTransitionTime: string;
2059
+ readonly message: string;
2060
+ readonly observedGeneration?: number | undefined;
2061
+ readonly reason: string;
2062
+ readonly status: string;
2063
+ readonly type: string;
2064
+ }[] | undefined;
2065
+ readonly resourceClaimStatuses?: readonly {
2066
+ readonly name: string;
2067
+ readonly resourceClaimName?: string | undefined;
2068
+ }[] | undefined;
2069
+ } | undefined;
2070
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1108
2071
  export declare const PatchSchedulingV1alpha2NamespacedPodGroupStatusInput: Schema.Struct<{
1109
2072
  readonly dryRun: Schema.optional<Schema.String>;
1110
2073
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1194,7 +2157,90 @@ export type PatchSchedulingV1alpha2NamespacedPodGroupStatusOutput = typeof Patch
1194
2157
  * @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
1195
2158
  * @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.
1196
2159
  */
1197
- export declare const patchSchedulingV1alpha2NamespacedPodGroupStatus: any;
2160
+ export declare const patchSchedulingV1alpha2NamespacedPodGroupStatus: API.OperationMethod<{
2161
+ readonly dryRun?: string | undefined;
2162
+ readonly fieldValidation?: string | undefined;
2163
+ }, {
2164
+ readonly apiVersion?: string | undefined;
2165
+ readonly kind?: string | undefined;
2166
+ readonly metadata?: {
2167
+ readonly annotations?: {
2168
+ readonly [x: string]: string;
2169
+ } | undefined;
2170
+ readonly creationTimestamp?: string | undefined;
2171
+ readonly deletionGracePeriodSeconds?: number | undefined;
2172
+ readonly deletionTimestamp?: string | undefined;
2173
+ readonly finalizers?: readonly string[] | undefined;
2174
+ readonly generateName?: string | undefined;
2175
+ readonly generation?: number | undefined;
2176
+ readonly labels?: {
2177
+ readonly [x: string]: string;
2178
+ } | undefined;
2179
+ readonly managedFields?: readonly {
2180
+ readonly apiVersion?: string | undefined;
2181
+ readonly fieldsType?: string | undefined;
2182
+ readonly fieldsV1?: unknown;
2183
+ readonly manager?: string | undefined;
2184
+ readonly operation?: string | undefined;
2185
+ readonly subresource?: string | undefined;
2186
+ readonly time?: string | undefined;
2187
+ }[] | undefined;
2188
+ readonly name?: string | undefined;
2189
+ readonly namespace?: string | undefined;
2190
+ readonly ownerReferences?: readonly {
2191
+ readonly apiVersion: string;
2192
+ readonly blockOwnerDeletion?: boolean | undefined;
2193
+ readonly controller?: boolean | undefined;
2194
+ readonly kind: string;
2195
+ readonly name: string;
2196
+ readonly uid: string;
2197
+ }[] | undefined;
2198
+ readonly resourceVersion?: string | undefined;
2199
+ readonly selfLink?: string | undefined;
2200
+ readonly uid?: string | undefined;
2201
+ } | undefined;
2202
+ readonly spec: {
2203
+ readonly disruptionMode?: string | undefined;
2204
+ readonly podGroupTemplateRef?: {
2205
+ readonly workload?: {
2206
+ readonly podGroupTemplateName: string;
2207
+ readonly workloadName: string;
2208
+ } | undefined;
2209
+ } | undefined;
2210
+ readonly priority?: number | undefined;
2211
+ readonly priorityClassName?: string | undefined;
2212
+ readonly resourceClaims?: readonly {
2213
+ readonly name: string;
2214
+ readonly resourceClaimName?: string | undefined;
2215
+ readonly resourceClaimTemplateName?: string | undefined;
2216
+ }[] | undefined;
2217
+ readonly schedulingConstraints?: {
2218
+ readonly topology?: readonly {
2219
+ readonly key: string;
2220
+ }[] | undefined;
2221
+ } | undefined;
2222
+ readonly schedulingPolicy: {
2223
+ readonly basic?: unknown;
2224
+ readonly gang?: {
2225
+ readonly minCount: number;
2226
+ } | undefined;
2227
+ };
2228
+ };
2229
+ readonly status?: {
2230
+ readonly conditions?: readonly {
2231
+ readonly lastTransitionTime: string;
2232
+ readonly message: string;
2233
+ readonly observedGeneration?: number | undefined;
2234
+ readonly reason: string;
2235
+ readonly status: string;
2236
+ readonly type: string;
2237
+ }[] | undefined;
2238
+ readonly resourceClaimStatuses?: readonly {
2239
+ readonly name: string;
2240
+ readonly resourceClaimName?: string | undefined;
2241
+ }[] | undefined;
2242
+ } | undefined;
2243
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1198
2244
  export declare const PatchSchedulingV1alpha2NamespacedWorkloadInput: Schema.Struct<{
1199
2245
  readonly dryRun: Schema.optional<Schema.String>;
1200
2246
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1272,7 +2318,78 @@ export type PatchSchedulingV1alpha2NamespacedWorkloadOutput = typeof PatchSchedu
1272
2318
  * @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
1273
2319
  * @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.
1274
2320
  */
1275
- export declare const patchSchedulingV1alpha2NamespacedWorkload: any;
2321
+ export declare const patchSchedulingV1alpha2NamespacedWorkload: API.OperationMethod<{
2322
+ readonly dryRun?: string | undefined;
2323
+ readonly fieldValidation?: string | undefined;
2324
+ }, {
2325
+ readonly apiVersion?: string | undefined;
2326
+ readonly kind?: string | undefined;
2327
+ readonly metadata?: {
2328
+ readonly annotations?: {
2329
+ readonly [x: string]: string;
2330
+ } | undefined;
2331
+ readonly creationTimestamp?: string | undefined;
2332
+ readonly deletionGracePeriodSeconds?: number | undefined;
2333
+ readonly deletionTimestamp?: string | undefined;
2334
+ readonly finalizers?: readonly string[] | undefined;
2335
+ readonly generateName?: string | undefined;
2336
+ readonly generation?: number | undefined;
2337
+ readonly labels?: {
2338
+ readonly [x: string]: string;
2339
+ } | undefined;
2340
+ readonly managedFields?: readonly {
2341
+ readonly apiVersion?: string | undefined;
2342
+ readonly fieldsType?: string | undefined;
2343
+ readonly fieldsV1?: unknown;
2344
+ readonly manager?: string | undefined;
2345
+ readonly operation?: string | undefined;
2346
+ readonly subresource?: string | undefined;
2347
+ readonly time?: string | undefined;
2348
+ }[] | undefined;
2349
+ readonly name?: string | undefined;
2350
+ readonly namespace?: string | undefined;
2351
+ readonly ownerReferences?: readonly {
2352
+ readonly apiVersion: string;
2353
+ readonly blockOwnerDeletion?: boolean | undefined;
2354
+ readonly controller?: boolean | undefined;
2355
+ readonly kind: string;
2356
+ readonly name: string;
2357
+ readonly uid: string;
2358
+ }[] | undefined;
2359
+ readonly resourceVersion?: string | undefined;
2360
+ readonly selfLink?: string | undefined;
2361
+ readonly uid?: string | undefined;
2362
+ } | undefined;
2363
+ readonly spec: {
2364
+ readonly controllerRef?: {
2365
+ readonly apiGroup?: string | undefined;
2366
+ readonly kind: string;
2367
+ readonly name: string;
2368
+ } | undefined;
2369
+ readonly podGroupTemplates: readonly {
2370
+ readonly disruptionMode?: string | undefined;
2371
+ readonly name: string;
2372
+ readonly priority?: number | undefined;
2373
+ readonly priorityClassName?: string | undefined;
2374
+ readonly resourceClaims?: readonly {
2375
+ readonly name: string;
2376
+ readonly resourceClaimName?: string | undefined;
2377
+ readonly resourceClaimTemplateName?: string | undefined;
2378
+ }[] | undefined;
2379
+ readonly schedulingConstraints?: {
2380
+ readonly topology?: readonly {
2381
+ readonly key: string;
2382
+ }[] | undefined;
2383
+ } | undefined;
2384
+ readonly schedulingPolicy: {
2385
+ readonly basic?: unknown;
2386
+ readonly gang?: {
2387
+ readonly minCount: number;
2388
+ } | undefined;
2389
+ };
2390
+ }[];
2391
+ };
2392
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1276
2393
  export declare const ReadSchedulingV1PriorityClassInput: Schema.Struct<{}>;
1277
2394
  export type ReadSchedulingV1PriorityClassInput = typeof ReadSchedulingV1PriorityClassInput.Type;
1278
2395
  export declare const ReadSchedulingV1PriorityClassOutput: Schema.Struct<{
@@ -1319,7 +2436,50 @@ export type ReadSchedulingV1PriorityClassOutput = typeof ReadSchedulingV1Priorit
1319
2436
  /**
1320
2437
  * read the specified PriorityClass
1321
2438
  */
1322
- export declare const readSchedulingV1PriorityClass: any;
2439
+ export declare const readSchedulingV1PriorityClass: API.OperationMethod<{}, {
2440
+ readonly apiVersion?: string | undefined;
2441
+ readonly description?: string | undefined;
2442
+ readonly globalDefault?: boolean | undefined;
2443
+ readonly kind?: string | undefined;
2444
+ readonly metadata?: {
2445
+ readonly annotations?: {
2446
+ readonly [x: string]: string;
2447
+ } | undefined;
2448
+ readonly creationTimestamp?: string | undefined;
2449
+ readonly deletionGracePeriodSeconds?: number | undefined;
2450
+ readonly deletionTimestamp?: string | undefined;
2451
+ readonly finalizers?: readonly string[] | undefined;
2452
+ readonly generateName?: string | undefined;
2453
+ readonly generation?: number | undefined;
2454
+ readonly labels?: {
2455
+ readonly [x: string]: string;
2456
+ } | undefined;
2457
+ readonly managedFields?: readonly {
2458
+ readonly apiVersion?: string | undefined;
2459
+ readonly fieldsType?: string | undefined;
2460
+ readonly fieldsV1?: unknown;
2461
+ readonly manager?: string | undefined;
2462
+ readonly operation?: string | undefined;
2463
+ readonly subresource?: string | undefined;
2464
+ readonly time?: string | undefined;
2465
+ }[] | undefined;
2466
+ readonly name?: string | undefined;
2467
+ readonly namespace?: string | undefined;
2468
+ readonly ownerReferences?: readonly {
2469
+ readonly apiVersion: string;
2470
+ readonly blockOwnerDeletion?: boolean | undefined;
2471
+ readonly controller?: boolean | undefined;
2472
+ readonly kind: string;
2473
+ readonly name: string;
2474
+ readonly uid: string;
2475
+ }[] | undefined;
2476
+ readonly resourceVersion?: string | undefined;
2477
+ readonly selfLink?: string | undefined;
2478
+ readonly uid?: string | undefined;
2479
+ } | undefined;
2480
+ readonly preemptionPolicy?: string | undefined;
2481
+ readonly value?: number | undefined;
2482
+ }, NotFound, any>;
1323
2483
  export declare const ReadSchedulingV1alpha2NamespacedPodGroupInput: Schema.Struct<{}>;
1324
2484
  export type ReadSchedulingV1alpha2NamespacedPodGroupInput = typeof ReadSchedulingV1alpha2NamespacedPodGroupInput.Type;
1325
2485
  export declare const ReadSchedulingV1alpha2NamespacedPodGroupOutput: Schema.Struct<{
@@ -1403,7 +2563,87 @@ export type ReadSchedulingV1alpha2NamespacedPodGroupOutput = typeof ReadScheduli
1403
2563
  /**
1404
2564
  * read the specified PodGroup
1405
2565
  */
1406
- export declare const readSchedulingV1alpha2NamespacedPodGroup: any;
2566
+ export declare const readSchedulingV1alpha2NamespacedPodGroup: API.OperationMethod<{}, {
2567
+ readonly apiVersion?: string | undefined;
2568
+ readonly kind?: string | undefined;
2569
+ readonly metadata?: {
2570
+ readonly annotations?: {
2571
+ readonly [x: string]: string;
2572
+ } | undefined;
2573
+ readonly creationTimestamp?: string | undefined;
2574
+ readonly deletionGracePeriodSeconds?: number | undefined;
2575
+ readonly deletionTimestamp?: string | undefined;
2576
+ readonly finalizers?: readonly string[] | undefined;
2577
+ readonly generateName?: string | undefined;
2578
+ readonly generation?: number | undefined;
2579
+ readonly labels?: {
2580
+ readonly [x: string]: string;
2581
+ } | undefined;
2582
+ readonly managedFields?: readonly {
2583
+ readonly apiVersion?: string | undefined;
2584
+ readonly fieldsType?: string | undefined;
2585
+ readonly fieldsV1?: unknown;
2586
+ readonly manager?: string | undefined;
2587
+ readonly operation?: string | undefined;
2588
+ readonly subresource?: string | undefined;
2589
+ readonly time?: string | undefined;
2590
+ }[] | undefined;
2591
+ readonly name?: string | undefined;
2592
+ readonly namespace?: string | undefined;
2593
+ readonly ownerReferences?: readonly {
2594
+ readonly apiVersion: string;
2595
+ readonly blockOwnerDeletion?: boolean | undefined;
2596
+ readonly controller?: boolean | undefined;
2597
+ readonly kind: string;
2598
+ readonly name: string;
2599
+ readonly uid: string;
2600
+ }[] | undefined;
2601
+ readonly resourceVersion?: string | undefined;
2602
+ readonly selfLink?: string | undefined;
2603
+ readonly uid?: string | undefined;
2604
+ } | undefined;
2605
+ readonly spec: {
2606
+ readonly disruptionMode?: string | undefined;
2607
+ readonly podGroupTemplateRef?: {
2608
+ readonly workload?: {
2609
+ readonly podGroupTemplateName: string;
2610
+ readonly workloadName: string;
2611
+ } | undefined;
2612
+ } | undefined;
2613
+ readonly priority?: number | undefined;
2614
+ readonly priorityClassName?: string | undefined;
2615
+ readonly resourceClaims?: readonly {
2616
+ readonly name: string;
2617
+ readonly resourceClaimName?: string | undefined;
2618
+ readonly resourceClaimTemplateName?: string | undefined;
2619
+ }[] | undefined;
2620
+ readonly schedulingConstraints?: {
2621
+ readonly topology?: readonly {
2622
+ readonly key: string;
2623
+ }[] | undefined;
2624
+ } | undefined;
2625
+ readonly schedulingPolicy: {
2626
+ readonly basic?: unknown;
2627
+ readonly gang?: {
2628
+ readonly minCount: number;
2629
+ } | undefined;
2630
+ };
2631
+ };
2632
+ readonly status?: {
2633
+ readonly conditions?: readonly {
2634
+ readonly lastTransitionTime: string;
2635
+ readonly message: string;
2636
+ readonly observedGeneration?: number | undefined;
2637
+ readonly reason: string;
2638
+ readonly status: string;
2639
+ readonly type: string;
2640
+ }[] | undefined;
2641
+ readonly resourceClaimStatuses?: readonly {
2642
+ readonly name: string;
2643
+ readonly resourceClaimName?: string | undefined;
2644
+ }[] | undefined;
2645
+ } | undefined;
2646
+ }, NotFound, any>;
1407
2647
  export declare const ReadSchedulingV1alpha2NamespacedPodGroupStatusInput: Schema.Struct<{}>;
1408
2648
  export type ReadSchedulingV1alpha2NamespacedPodGroupStatusInput = typeof ReadSchedulingV1alpha2NamespacedPodGroupStatusInput.Type;
1409
2649
  export declare const ReadSchedulingV1alpha2NamespacedPodGroupStatusOutput: Schema.Struct<{
@@ -1487,7 +2727,87 @@ export type ReadSchedulingV1alpha2NamespacedPodGroupStatusOutput = typeof ReadSc
1487
2727
  /**
1488
2728
  * read status of the specified PodGroup
1489
2729
  */
1490
- export declare const readSchedulingV1alpha2NamespacedPodGroupStatus: any;
2730
+ export declare const readSchedulingV1alpha2NamespacedPodGroupStatus: API.OperationMethod<{}, {
2731
+ readonly apiVersion?: string | undefined;
2732
+ readonly kind?: string | undefined;
2733
+ readonly metadata?: {
2734
+ readonly annotations?: {
2735
+ readonly [x: string]: string;
2736
+ } | undefined;
2737
+ readonly creationTimestamp?: string | undefined;
2738
+ readonly deletionGracePeriodSeconds?: number | undefined;
2739
+ readonly deletionTimestamp?: string | undefined;
2740
+ readonly finalizers?: readonly string[] | undefined;
2741
+ readonly generateName?: string | undefined;
2742
+ readonly generation?: number | undefined;
2743
+ readonly labels?: {
2744
+ readonly [x: string]: string;
2745
+ } | undefined;
2746
+ readonly managedFields?: readonly {
2747
+ readonly apiVersion?: string | undefined;
2748
+ readonly fieldsType?: string | undefined;
2749
+ readonly fieldsV1?: unknown;
2750
+ readonly manager?: string | undefined;
2751
+ readonly operation?: string | undefined;
2752
+ readonly subresource?: string | undefined;
2753
+ readonly time?: string | undefined;
2754
+ }[] | undefined;
2755
+ readonly name?: string | undefined;
2756
+ readonly namespace?: string | undefined;
2757
+ readonly ownerReferences?: readonly {
2758
+ readonly apiVersion: string;
2759
+ readonly blockOwnerDeletion?: boolean | undefined;
2760
+ readonly controller?: boolean | undefined;
2761
+ readonly kind: string;
2762
+ readonly name: string;
2763
+ readonly uid: string;
2764
+ }[] | undefined;
2765
+ readonly resourceVersion?: string | undefined;
2766
+ readonly selfLink?: string | undefined;
2767
+ readonly uid?: string | undefined;
2768
+ } | undefined;
2769
+ readonly spec: {
2770
+ readonly disruptionMode?: string | undefined;
2771
+ readonly podGroupTemplateRef?: {
2772
+ readonly workload?: {
2773
+ readonly podGroupTemplateName: string;
2774
+ readonly workloadName: string;
2775
+ } | undefined;
2776
+ } | undefined;
2777
+ readonly priority?: number | undefined;
2778
+ readonly priorityClassName?: string | undefined;
2779
+ readonly resourceClaims?: readonly {
2780
+ readonly name: string;
2781
+ readonly resourceClaimName?: string | undefined;
2782
+ readonly resourceClaimTemplateName?: string | undefined;
2783
+ }[] | undefined;
2784
+ readonly schedulingConstraints?: {
2785
+ readonly topology?: readonly {
2786
+ readonly key: string;
2787
+ }[] | undefined;
2788
+ } | undefined;
2789
+ readonly schedulingPolicy: {
2790
+ readonly basic?: unknown;
2791
+ readonly gang?: {
2792
+ readonly minCount: number;
2793
+ } | undefined;
2794
+ };
2795
+ };
2796
+ readonly status?: {
2797
+ readonly conditions?: readonly {
2798
+ readonly lastTransitionTime: string;
2799
+ readonly message: string;
2800
+ readonly observedGeneration?: number | undefined;
2801
+ readonly reason: string;
2802
+ readonly status: string;
2803
+ readonly type: string;
2804
+ }[] | undefined;
2805
+ readonly resourceClaimStatuses?: readonly {
2806
+ readonly name: string;
2807
+ readonly resourceClaimName?: string | undefined;
2808
+ }[] | undefined;
2809
+ } | undefined;
2810
+ }, NotFound, any>;
1491
2811
  export declare const ReadSchedulingV1alpha2NamespacedWorkloadInput: Schema.Struct<{}>;
1492
2812
  export type ReadSchedulingV1alpha2NamespacedWorkloadInput = typeof ReadSchedulingV1alpha2NamespacedWorkloadInput.Type;
1493
2813
  export declare const ReadSchedulingV1alpha2NamespacedWorkloadOutput: Schema.Struct<{
@@ -1559,7 +2879,75 @@ export type ReadSchedulingV1alpha2NamespacedWorkloadOutput = typeof ReadScheduli
1559
2879
  /**
1560
2880
  * read the specified Workload
1561
2881
  */
1562
- export declare const readSchedulingV1alpha2NamespacedWorkload: any;
2882
+ export declare const readSchedulingV1alpha2NamespacedWorkload: API.OperationMethod<{}, {
2883
+ readonly apiVersion?: string | undefined;
2884
+ readonly kind?: string | undefined;
2885
+ readonly metadata?: {
2886
+ readonly annotations?: {
2887
+ readonly [x: string]: string;
2888
+ } | undefined;
2889
+ readonly creationTimestamp?: string | undefined;
2890
+ readonly deletionGracePeriodSeconds?: number | undefined;
2891
+ readonly deletionTimestamp?: string | undefined;
2892
+ readonly finalizers?: readonly string[] | undefined;
2893
+ readonly generateName?: string | undefined;
2894
+ readonly generation?: number | undefined;
2895
+ readonly labels?: {
2896
+ readonly [x: string]: string;
2897
+ } | undefined;
2898
+ readonly managedFields?: readonly {
2899
+ readonly apiVersion?: string | undefined;
2900
+ readonly fieldsType?: string | undefined;
2901
+ readonly fieldsV1?: unknown;
2902
+ readonly manager?: string | undefined;
2903
+ readonly operation?: string | undefined;
2904
+ readonly subresource?: string | undefined;
2905
+ readonly time?: string | undefined;
2906
+ }[] | undefined;
2907
+ readonly name?: string | undefined;
2908
+ readonly namespace?: string | undefined;
2909
+ readonly ownerReferences?: readonly {
2910
+ readonly apiVersion: string;
2911
+ readonly blockOwnerDeletion?: boolean | undefined;
2912
+ readonly controller?: boolean | undefined;
2913
+ readonly kind: string;
2914
+ readonly name: string;
2915
+ readonly uid: string;
2916
+ }[] | undefined;
2917
+ readonly resourceVersion?: string | undefined;
2918
+ readonly selfLink?: string | undefined;
2919
+ readonly uid?: string | undefined;
2920
+ } | undefined;
2921
+ readonly spec: {
2922
+ readonly controllerRef?: {
2923
+ readonly apiGroup?: string | undefined;
2924
+ readonly kind: string;
2925
+ readonly name: string;
2926
+ } | undefined;
2927
+ readonly podGroupTemplates: readonly {
2928
+ readonly disruptionMode?: string | undefined;
2929
+ readonly name: string;
2930
+ readonly priority?: number | undefined;
2931
+ readonly priorityClassName?: string | undefined;
2932
+ readonly resourceClaims?: readonly {
2933
+ readonly name: string;
2934
+ readonly resourceClaimName?: string | undefined;
2935
+ readonly resourceClaimTemplateName?: string | undefined;
2936
+ }[] | undefined;
2937
+ readonly schedulingConstraints?: {
2938
+ readonly topology?: readonly {
2939
+ readonly key: string;
2940
+ }[] | undefined;
2941
+ } | undefined;
2942
+ readonly schedulingPolicy: {
2943
+ readonly basic?: unknown;
2944
+ readonly gang?: {
2945
+ readonly minCount: number;
2946
+ } | undefined;
2947
+ };
2948
+ }[];
2949
+ };
2950
+ }, NotFound, any>;
1563
2951
  export declare const ReplaceSchedulingV1PriorityClassInput: Schema.Struct<{
1564
2952
  readonly dryRun: Schema.optional<Schema.String>;
1565
2953
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1612,7 +3000,53 @@ export type ReplaceSchedulingV1PriorityClassOutput = typeof ReplaceSchedulingV1P
1612
3000
  * @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
1613
3001
  * @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.
1614
3002
  */
1615
- export declare const replaceSchedulingV1PriorityClass: any;
3003
+ export declare const replaceSchedulingV1PriorityClass: API.OperationMethod<{
3004
+ readonly dryRun?: string | undefined;
3005
+ readonly fieldValidation?: string | undefined;
3006
+ }, {
3007
+ readonly apiVersion?: string | undefined;
3008
+ readonly description?: string | undefined;
3009
+ readonly globalDefault?: boolean | undefined;
3010
+ readonly kind?: string | undefined;
3011
+ readonly metadata?: {
3012
+ readonly annotations?: {
3013
+ readonly [x: string]: string;
3014
+ } | undefined;
3015
+ readonly creationTimestamp?: string | undefined;
3016
+ readonly deletionGracePeriodSeconds?: number | undefined;
3017
+ readonly deletionTimestamp?: string | undefined;
3018
+ readonly finalizers?: readonly string[] | undefined;
3019
+ readonly generateName?: string | undefined;
3020
+ readonly generation?: number | undefined;
3021
+ readonly labels?: {
3022
+ readonly [x: string]: string;
3023
+ } | undefined;
3024
+ readonly managedFields?: readonly {
3025
+ readonly apiVersion?: string | undefined;
3026
+ readonly fieldsType?: string | undefined;
3027
+ readonly fieldsV1?: unknown;
3028
+ readonly manager?: string | undefined;
3029
+ readonly operation?: string | undefined;
3030
+ readonly subresource?: string | undefined;
3031
+ readonly time?: string | undefined;
3032
+ }[] | undefined;
3033
+ readonly name?: string | undefined;
3034
+ readonly namespace?: string | undefined;
3035
+ readonly ownerReferences?: readonly {
3036
+ readonly apiVersion: string;
3037
+ readonly blockOwnerDeletion?: boolean | undefined;
3038
+ readonly controller?: boolean | undefined;
3039
+ readonly kind: string;
3040
+ readonly name: string;
3041
+ readonly uid: string;
3042
+ }[] | undefined;
3043
+ readonly resourceVersion?: string | undefined;
3044
+ readonly selfLink?: string | undefined;
3045
+ readonly uid?: string | undefined;
3046
+ } | undefined;
3047
+ readonly preemptionPolicy?: string | undefined;
3048
+ readonly value?: number | undefined;
3049
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1616
3050
  export declare const ReplaceSchedulingV1alpha2NamespacedPodGroupInput: Schema.Struct<{
1617
3051
  readonly dryRun: Schema.optional<Schema.String>;
1618
3052
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1702,7 +3136,90 @@ export type ReplaceSchedulingV1alpha2NamespacedPodGroupOutput = typeof ReplaceSc
1702
3136
  * @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
1703
3137
  * @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.
1704
3138
  */
1705
- export declare const replaceSchedulingV1alpha2NamespacedPodGroup: any;
3139
+ export declare const replaceSchedulingV1alpha2NamespacedPodGroup: API.OperationMethod<{
3140
+ readonly dryRun?: string | undefined;
3141
+ readonly fieldValidation?: string | undefined;
3142
+ }, {
3143
+ readonly apiVersion?: string | undefined;
3144
+ readonly kind?: string | undefined;
3145
+ readonly metadata?: {
3146
+ readonly annotations?: {
3147
+ readonly [x: string]: string;
3148
+ } | undefined;
3149
+ readonly creationTimestamp?: string | undefined;
3150
+ readonly deletionGracePeriodSeconds?: number | undefined;
3151
+ readonly deletionTimestamp?: string | undefined;
3152
+ readonly finalizers?: readonly string[] | undefined;
3153
+ readonly generateName?: string | undefined;
3154
+ readonly generation?: number | undefined;
3155
+ readonly labels?: {
3156
+ readonly [x: string]: string;
3157
+ } | undefined;
3158
+ readonly managedFields?: readonly {
3159
+ readonly apiVersion?: string | undefined;
3160
+ readonly fieldsType?: string | undefined;
3161
+ readonly fieldsV1?: unknown;
3162
+ readonly manager?: string | undefined;
3163
+ readonly operation?: string | undefined;
3164
+ readonly subresource?: string | undefined;
3165
+ readonly time?: string | undefined;
3166
+ }[] | undefined;
3167
+ readonly name?: string | undefined;
3168
+ readonly namespace?: string | undefined;
3169
+ readonly ownerReferences?: readonly {
3170
+ readonly apiVersion: string;
3171
+ readonly blockOwnerDeletion?: boolean | undefined;
3172
+ readonly controller?: boolean | undefined;
3173
+ readonly kind: string;
3174
+ readonly name: string;
3175
+ readonly uid: string;
3176
+ }[] | undefined;
3177
+ readonly resourceVersion?: string | undefined;
3178
+ readonly selfLink?: string | undefined;
3179
+ readonly uid?: string | undefined;
3180
+ } | undefined;
3181
+ readonly spec: {
3182
+ readonly disruptionMode?: string | undefined;
3183
+ readonly podGroupTemplateRef?: {
3184
+ readonly workload?: {
3185
+ readonly podGroupTemplateName: string;
3186
+ readonly workloadName: string;
3187
+ } | undefined;
3188
+ } | undefined;
3189
+ readonly priority?: number | undefined;
3190
+ readonly priorityClassName?: string | undefined;
3191
+ readonly resourceClaims?: readonly {
3192
+ readonly name: string;
3193
+ readonly resourceClaimName?: string | undefined;
3194
+ readonly resourceClaimTemplateName?: string | undefined;
3195
+ }[] | undefined;
3196
+ readonly schedulingConstraints?: {
3197
+ readonly topology?: readonly {
3198
+ readonly key: string;
3199
+ }[] | undefined;
3200
+ } | undefined;
3201
+ readonly schedulingPolicy: {
3202
+ readonly basic?: unknown;
3203
+ readonly gang?: {
3204
+ readonly minCount: number;
3205
+ } | undefined;
3206
+ };
3207
+ };
3208
+ readonly status?: {
3209
+ readonly conditions?: readonly {
3210
+ readonly lastTransitionTime: string;
3211
+ readonly message: string;
3212
+ readonly observedGeneration?: number | undefined;
3213
+ readonly reason: string;
3214
+ readonly status: string;
3215
+ readonly type: string;
3216
+ }[] | undefined;
3217
+ readonly resourceClaimStatuses?: readonly {
3218
+ readonly name: string;
3219
+ readonly resourceClaimName?: string | undefined;
3220
+ }[] | undefined;
3221
+ } | undefined;
3222
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1706
3223
  export declare const ReplaceSchedulingV1alpha2NamespacedPodGroupStatusInput: Schema.Struct<{
1707
3224
  readonly dryRun: Schema.optional<Schema.String>;
1708
3225
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1792,7 +3309,90 @@ export type ReplaceSchedulingV1alpha2NamespacedPodGroupStatusOutput = typeof Rep
1792
3309
  * @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
1793
3310
  * @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.
1794
3311
  */
1795
- export declare const replaceSchedulingV1alpha2NamespacedPodGroupStatus: any;
3312
+ export declare const replaceSchedulingV1alpha2NamespacedPodGroupStatus: API.OperationMethod<{
3313
+ readonly dryRun?: string | undefined;
3314
+ readonly fieldValidation?: string | undefined;
3315
+ }, {
3316
+ readonly apiVersion?: string | undefined;
3317
+ readonly kind?: string | undefined;
3318
+ readonly metadata?: {
3319
+ readonly annotations?: {
3320
+ readonly [x: string]: string;
3321
+ } | undefined;
3322
+ readonly creationTimestamp?: string | undefined;
3323
+ readonly deletionGracePeriodSeconds?: number | undefined;
3324
+ readonly deletionTimestamp?: string | undefined;
3325
+ readonly finalizers?: readonly string[] | undefined;
3326
+ readonly generateName?: string | undefined;
3327
+ readonly generation?: number | undefined;
3328
+ readonly labels?: {
3329
+ readonly [x: string]: string;
3330
+ } | undefined;
3331
+ readonly managedFields?: readonly {
3332
+ readonly apiVersion?: string | undefined;
3333
+ readonly fieldsType?: string | undefined;
3334
+ readonly fieldsV1?: unknown;
3335
+ readonly manager?: string | undefined;
3336
+ readonly operation?: string | undefined;
3337
+ readonly subresource?: string | undefined;
3338
+ readonly time?: string | undefined;
3339
+ }[] | undefined;
3340
+ readonly name?: string | undefined;
3341
+ readonly namespace?: string | undefined;
3342
+ readonly ownerReferences?: readonly {
3343
+ readonly apiVersion: string;
3344
+ readonly blockOwnerDeletion?: boolean | undefined;
3345
+ readonly controller?: boolean | undefined;
3346
+ readonly kind: string;
3347
+ readonly name: string;
3348
+ readonly uid: string;
3349
+ }[] | undefined;
3350
+ readonly resourceVersion?: string | undefined;
3351
+ readonly selfLink?: string | undefined;
3352
+ readonly uid?: string | undefined;
3353
+ } | undefined;
3354
+ readonly spec: {
3355
+ readonly disruptionMode?: string | undefined;
3356
+ readonly podGroupTemplateRef?: {
3357
+ readonly workload?: {
3358
+ readonly podGroupTemplateName: string;
3359
+ readonly workloadName: string;
3360
+ } | undefined;
3361
+ } | undefined;
3362
+ readonly priority?: number | undefined;
3363
+ readonly priorityClassName?: string | undefined;
3364
+ readonly resourceClaims?: readonly {
3365
+ readonly name: string;
3366
+ readonly resourceClaimName?: string | undefined;
3367
+ readonly resourceClaimTemplateName?: string | undefined;
3368
+ }[] | undefined;
3369
+ readonly schedulingConstraints?: {
3370
+ readonly topology?: readonly {
3371
+ readonly key: string;
3372
+ }[] | undefined;
3373
+ } | undefined;
3374
+ readonly schedulingPolicy: {
3375
+ readonly basic?: unknown;
3376
+ readonly gang?: {
3377
+ readonly minCount: number;
3378
+ } | undefined;
3379
+ };
3380
+ };
3381
+ readonly status?: {
3382
+ readonly conditions?: readonly {
3383
+ readonly lastTransitionTime: string;
3384
+ readonly message: string;
3385
+ readonly observedGeneration?: number | undefined;
3386
+ readonly reason: string;
3387
+ readonly status: string;
3388
+ readonly type: string;
3389
+ }[] | undefined;
3390
+ readonly resourceClaimStatuses?: readonly {
3391
+ readonly name: string;
3392
+ readonly resourceClaimName?: string | undefined;
3393
+ }[] | undefined;
3394
+ } | undefined;
3395
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1796
3396
  export declare const ReplaceSchedulingV1alpha2NamespacedWorkloadInput: Schema.Struct<{
1797
3397
  readonly dryRun: Schema.optional<Schema.String>;
1798
3398
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1870,7 +3470,78 @@ export type ReplaceSchedulingV1alpha2NamespacedWorkloadOutput = typeof ReplaceSc
1870
3470
  * @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
1871
3471
  * @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.
1872
3472
  */
1873
- export declare const replaceSchedulingV1alpha2NamespacedWorkload: any;
3473
+ export declare const replaceSchedulingV1alpha2NamespacedWorkload: API.OperationMethod<{
3474
+ readonly dryRun?: string | undefined;
3475
+ readonly fieldValidation?: string | undefined;
3476
+ }, {
3477
+ readonly apiVersion?: string | undefined;
3478
+ readonly kind?: string | undefined;
3479
+ readonly metadata?: {
3480
+ readonly annotations?: {
3481
+ readonly [x: string]: string;
3482
+ } | undefined;
3483
+ readonly creationTimestamp?: string | undefined;
3484
+ readonly deletionGracePeriodSeconds?: number | undefined;
3485
+ readonly deletionTimestamp?: string | undefined;
3486
+ readonly finalizers?: readonly string[] | undefined;
3487
+ readonly generateName?: string | undefined;
3488
+ readonly generation?: number | undefined;
3489
+ readonly labels?: {
3490
+ readonly [x: string]: string;
3491
+ } | undefined;
3492
+ readonly managedFields?: readonly {
3493
+ readonly apiVersion?: string | undefined;
3494
+ readonly fieldsType?: string | undefined;
3495
+ readonly fieldsV1?: unknown;
3496
+ readonly manager?: string | undefined;
3497
+ readonly operation?: string | undefined;
3498
+ readonly subresource?: string | undefined;
3499
+ readonly time?: string | undefined;
3500
+ }[] | undefined;
3501
+ readonly name?: string | undefined;
3502
+ readonly namespace?: string | undefined;
3503
+ readonly ownerReferences?: readonly {
3504
+ readonly apiVersion: string;
3505
+ readonly blockOwnerDeletion?: boolean | undefined;
3506
+ readonly controller?: boolean | undefined;
3507
+ readonly kind: string;
3508
+ readonly name: string;
3509
+ readonly uid: string;
3510
+ }[] | undefined;
3511
+ readonly resourceVersion?: string | undefined;
3512
+ readonly selfLink?: string | undefined;
3513
+ readonly uid?: string | undefined;
3514
+ } | undefined;
3515
+ readonly spec: {
3516
+ readonly controllerRef?: {
3517
+ readonly apiGroup?: string | undefined;
3518
+ readonly kind: string;
3519
+ readonly name: string;
3520
+ } | undefined;
3521
+ readonly podGroupTemplates: readonly {
3522
+ readonly disruptionMode?: string | undefined;
3523
+ readonly name: string;
3524
+ readonly priority?: number | undefined;
3525
+ readonly priorityClassName?: string | undefined;
3526
+ readonly resourceClaims?: readonly {
3527
+ readonly name: string;
3528
+ readonly resourceClaimName?: string | undefined;
3529
+ readonly resourceClaimTemplateName?: string | undefined;
3530
+ }[] | undefined;
3531
+ readonly schedulingConstraints?: {
3532
+ readonly topology?: readonly {
3533
+ readonly key: string;
3534
+ }[] | undefined;
3535
+ } | undefined;
3536
+ readonly schedulingPolicy: {
3537
+ readonly basic?: unknown;
3538
+ readonly gang?: {
3539
+ readonly minCount: number;
3540
+ } | undefined;
3541
+ };
3542
+ }[];
3543
+ };
3544
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1874
3545
  export declare const WatchSchedulingV1PriorityClassInput: Schema.Struct<{}>;
1875
3546
  export type WatchSchedulingV1PriorityClassInput = typeof WatchSchedulingV1PriorityClassInput.Type;
1876
3547
  export declare const WatchSchedulingV1PriorityClassOutput: Schema.Struct<{
@@ -1881,7 +3552,10 @@ export type WatchSchedulingV1PriorityClassOutput = typeof WatchSchedulingV1Prior
1881
3552
  /**
1882
3553
  * watch changes to an object of kind PriorityClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
1883
3554
  */
1884
- export declare const watchSchedulingV1PriorityClass: any;
3555
+ export declare const watchSchedulingV1PriorityClass: API.OperationMethod<{}, {
3556
+ readonly object: unknown;
3557
+ readonly type: string;
3558
+ }, never, any>;
1885
3559
  export declare const WatchSchedulingV1PriorityClassListInput: Schema.Struct<{}>;
1886
3560
  export type WatchSchedulingV1PriorityClassListInput = typeof WatchSchedulingV1PriorityClassListInput.Type;
1887
3561
  export declare const WatchSchedulingV1PriorityClassListOutput: Schema.Struct<{
@@ -1892,7 +3566,10 @@ export type WatchSchedulingV1PriorityClassListOutput = typeof WatchSchedulingV1P
1892
3566
  /**
1893
3567
  * watch individual changes to a list of PriorityClass. deprecated: use the 'watch' parameter with a list operation instead.
1894
3568
  */
1895
- export declare const watchSchedulingV1PriorityClassList: any;
3569
+ export declare const watchSchedulingV1PriorityClassList: API.OperationMethod<{}, {
3570
+ readonly object: unknown;
3571
+ readonly type: string;
3572
+ }, never, any>;
1896
3573
  export declare const WatchSchedulingV1alpha2NamespacedPodGroupInput: Schema.Struct<{}>;
1897
3574
  export type WatchSchedulingV1alpha2NamespacedPodGroupInput = typeof WatchSchedulingV1alpha2NamespacedPodGroupInput.Type;
1898
3575
  export declare const WatchSchedulingV1alpha2NamespacedPodGroupOutput: Schema.Struct<{
@@ -1903,7 +3580,10 @@ export type WatchSchedulingV1alpha2NamespacedPodGroupOutput = typeof WatchSchedu
1903
3580
  /**
1904
3581
  * watch changes to an object of kind PodGroup. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
1905
3582
  */
1906
- export declare const watchSchedulingV1alpha2NamespacedPodGroup: any;
3583
+ export declare const watchSchedulingV1alpha2NamespacedPodGroup: API.OperationMethod<{}, {
3584
+ readonly object: unknown;
3585
+ readonly type: string;
3586
+ }, never, any>;
1907
3587
  export declare const WatchSchedulingV1alpha2NamespacedPodGroupListInput: Schema.Struct<{}>;
1908
3588
  export type WatchSchedulingV1alpha2NamespacedPodGroupListInput = typeof WatchSchedulingV1alpha2NamespacedPodGroupListInput.Type;
1909
3589
  export declare const WatchSchedulingV1alpha2NamespacedPodGroupListOutput: Schema.Struct<{
@@ -1914,7 +3594,10 @@ export type WatchSchedulingV1alpha2NamespacedPodGroupListOutput = typeof WatchSc
1914
3594
  /**
1915
3595
  * watch individual changes to a list of PodGroup. deprecated: use the 'watch' parameter with a list operation instead.
1916
3596
  */
1917
- export declare const watchSchedulingV1alpha2NamespacedPodGroupList: any;
3597
+ export declare const watchSchedulingV1alpha2NamespacedPodGroupList: API.OperationMethod<{}, {
3598
+ readonly object: unknown;
3599
+ readonly type: string;
3600
+ }, never, any>;
1918
3601
  export declare const WatchSchedulingV1alpha2NamespacedWorkloadInput: Schema.Struct<{}>;
1919
3602
  export type WatchSchedulingV1alpha2NamespacedWorkloadInput = typeof WatchSchedulingV1alpha2NamespacedWorkloadInput.Type;
1920
3603
  export declare const WatchSchedulingV1alpha2NamespacedWorkloadOutput: Schema.Struct<{
@@ -1925,7 +3608,10 @@ export type WatchSchedulingV1alpha2NamespacedWorkloadOutput = typeof WatchSchedu
1925
3608
  /**
1926
3609
  * watch changes to an object of kind Workload. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
1927
3610
  */
1928
- export declare const watchSchedulingV1alpha2NamespacedWorkload: any;
3611
+ export declare const watchSchedulingV1alpha2NamespacedWorkload: API.OperationMethod<{}, {
3612
+ readonly object: unknown;
3613
+ readonly type: string;
3614
+ }, never, any>;
1929
3615
  export declare const WatchSchedulingV1alpha2NamespacedWorkloadListInput: Schema.Struct<{}>;
1930
3616
  export type WatchSchedulingV1alpha2NamespacedWorkloadListInput = typeof WatchSchedulingV1alpha2NamespacedWorkloadListInput.Type;
1931
3617
  export declare const WatchSchedulingV1alpha2NamespacedWorkloadListOutput: Schema.Struct<{
@@ -1936,7 +3622,10 @@ export type WatchSchedulingV1alpha2NamespacedWorkloadListOutput = typeof WatchSc
1936
3622
  /**
1937
3623
  * watch individual changes to a list of Workload. deprecated: use the 'watch' parameter with a list operation instead.
1938
3624
  */
1939
- export declare const watchSchedulingV1alpha2NamespacedWorkloadList: any;
3625
+ export declare const watchSchedulingV1alpha2NamespacedWorkloadList: API.OperationMethod<{}, {
3626
+ readonly object: unknown;
3627
+ readonly type: string;
3628
+ }, never, any>;
1940
3629
  export declare const WatchSchedulingV1alpha2PodGroupListForAllNamespacesInput: Schema.Struct<{}>;
1941
3630
  export type WatchSchedulingV1alpha2PodGroupListForAllNamespacesInput = typeof WatchSchedulingV1alpha2PodGroupListForAllNamespacesInput.Type;
1942
3631
  export declare const WatchSchedulingV1alpha2PodGroupListForAllNamespacesOutput: Schema.Struct<{
@@ -1947,7 +3636,10 @@ export type WatchSchedulingV1alpha2PodGroupListForAllNamespacesOutput = typeof W
1947
3636
  /**
1948
3637
  * watch individual changes to a list of PodGroup. deprecated: use the 'watch' parameter with a list operation instead.
1949
3638
  */
1950
- export declare const watchSchedulingV1alpha2PodGroupListForAllNamespaces: any;
3639
+ export declare const watchSchedulingV1alpha2PodGroupListForAllNamespaces: API.OperationMethod<{}, {
3640
+ readonly object: unknown;
3641
+ readonly type: string;
3642
+ }, never, any>;
1951
3643
  export declare const WatchSchedulingV1alpha2WorkloadListForAllNamespacesInput: Schema.Struct<{}>;
1952
3644
  export type WatchSchedulingV1alpha2WorkloadListForAllNamespacesInput = typeof WatchSchedulingV1alpha2WorkloadListForAllNamespacesInput.Type;
1953
3645
  export declare const WatchSchedulingV1alpha2WorkloadListForAllNamespacesOutput: Schema.Struct<{
@@ -1958,5 +3650,8 @@ export type WatchSchedulingV1alpha2WorkloadListForAllNamespacesOutput = typeof W
1958
3650
  /**
1959
3651
  * watch individual changes to a list of Workload. deprecated: use the 'watch' parameter with a list operation instead.
1960
3652
  */
1961
- export declare const watchSchedulingV1alpha2WorkloadListForAllNamespaces: any;
3653
+ export declare const watchSchedulingV1alpha2WorkloadListForAllNamespaces: API.OperationMethod<{}, {
3654
+ readonly object: unknown;
3655
+ readonly type: string;
3656
+ }, never, any>;
1962
3657
  //# sourceMappingURL=scheduling.d.ts.map