@distilled.cloud/kubernetes 0.10.2 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/lib/client/api.d.ts +4 -4
  2. package/lib/client/api.d.ts.map +1 -1
  3. package/lib/services/admissionregistration.d.ts +6364 -97
  4. package/lib/services/admissionregistration.d.ts.map +1 -1
  5. package/lib/services/admissionregistration.js +54 -0
  6. package/lib/services/admissionregistration.js.map +1 -1
  7. package/lib/services/apiextensions.d.ts +1582 -14
  8. package/lib/services/apiextensions.d.ts.map +1 -1
  9. package/lib/services/apiextensions.js +9 -0
  10. package/lib/services/apiextensions.js.map +1 -1
  11. package/lib/services/apiregistration.d.ts +630 -14
  12. package/lib/services/apiregistration.d.ts.map +1 -1
  13. package/lib/services/apiregistration.js +9 -0
  14. package/lib/services/apiregistration.js.map +1 -1
  15. package/lib/services/apps.d.ts +58511 -78
  16. package/lib/services/apps.d.ts.map +1 -1
  17. package/lib/services/apps.js +47 -0
  18. package/lib/services/apps.js.map +1 -1
  19. package/lib/services/authentication.d.ts +143 -4
  20. package/lib/services/authentication.d.ts.map +1 -1
  21. package/lib/services/authentication.js +3 -0
  22. package/lib/services/authentication.js.map +1 -1
  23. package/lib/services/authorization.d.ts +336 -6
  24. package/lib/services/authorization.d.ts.map +1 -1
  25. package/lib/services/authorization.js +5 -0
  26. package/lib/services/authorization.js.map +1 -1
  27. package/lib/services/autoscaling.d.ts +3127 -31
  28. package/lib/services/autoscaling.d.ts.map +1 -1
  29. package/lib/services/autoscaling.js +17 -0
  30. package/lib/services/autoscaling.js.map +1 -1
  31. package/lib/services/batch.d.ts +28710 -30
  32. package/lib/services/batch.d.ts.map +1 -1
  33. package/lib/services/batch.js +17 -0
  34. package/lib/services/batch.js.map +1 -1
  35. package/lib/services/certificates.d.ts +2236 -51
  36. package/lib/services/certificates.d.ts.map +1 -1
  37. package/lib/services/certificates.js +30 -0
  38. package/lib/services/certificates.js.map +1 -1
  39. package/lib/services/coordination.d.ts +1267 -37
  40. package/lib/services/coordination.d.ts.map +1 -1
  41. package/lib/services/coordination.js +16 -0
  42. package/lib/services/coordination.js.map +1 -1
  43. package/lib/services/core.d.ts +64516 -243
  44. package/lib/services/core.d.ts.map +1 -1
  45. package/lib/services/core.js +116 -0
  46. package/lib/services/core.js.map +1 -1
  47. package/lib/services/discovery.d.ts +613 -13
  48. package/lib/services/discovery.d.ts.map +1 -1
  49. package/lib/services/discovery.js +6 -0
  50. package/lib/services/discovery.js.map +1 -1
  51. package/lib/services/events.d.ts +601 -13
  52. package/lib/services/events.d.ts.map +1 -1
  53. package/lib/services/events.js +6 -0
  54. package/lib/services/events.js.map +1 -1
  55. package/lib/services/flowcontrol-apiserver.d.ts +1456 -26
  56. package/lib/services/flowcontrol-apiserver.d.ts.map +1 -1
  57. package/lib/services/flowcontrol-apiserver.js +17 -0
  58. package/lib/services/flowcontrol-apiserver.js.map +1 -1
  59. package/lib/services/internal-apiserver.d.ts +598 -14
  60. package/lib/services/internal-apiserver.d.ts.map +1 -1
  61. package/lib/services/internal-apiserver.js +9 -0
  62. package/lib/services/internal-apiserver.js.map +1 -1
  63. package/lib/services/networking.d.ts +3914 -79
  64. package/lib/services/networking.d.ts.map +1 -1
  65. package/lib/services/networking.js +45 -0
  66. package/lib/services/networking.js.map +1 -1
  67. package/lib/services/node.d.ts +418 -11
  68. package/lib/services/node.d.ts.map +1 -1
  69. package/lib/services/node.js +6 -0
  70. package/lib/services/node.js.map +1 -1
  71. package/lib/services/policy.d.ts +808 -16
  72. package/lib/services/policy.d.ts.map +1 -1
  73. package/lib/services/policy.js +9 -0
  74. package/lib/services/policy.js.map +1 -1
  75. package/lib/services/rbac-authorization.d.ts +1576 -42
  76. package/lib/services/rbac-authorization.d.ts.map +1 -1
  77. package/lib/services/rbac-authorization.js +21 -0
  78. package/lib/services/rbac-authorization.js.map +1 -1
  79. package/lib/services/resource.d.ts +14825 -170
  80. package/lib/services/resource.d.ts.map +1 -1
  81. package/lib/services/resource.js +86 -0
  82. package/lib/services/resource.js.map +1 -1
  83. package/lib/services/scheduling.d.ts +1732 -37
  84. package/lib/services/scheduling.d.ts.map +1 -1
  85. package/lib/services/scheduling.js +19 -0
  86. package/lib/services/scheduling.js.map +1 -1
  87. package/lib/services/storage.d.ts +5034 -71
  88. package/lib/services/storage.d.ts.map +1 -1
  89. package/lib/services/storage.js +39 -0
  90. package/lib/services/storage.js.map +1 -1
  91. package/lib/services/storagemigration.d.ts +590 -14
  92. package/lib/services/storagemigration.d.ts.map +1 -1
  93. package/lib/services/storagemigration.js +9 -0
  94. package/lib/services/storagemigration.js.map +1 -1
  95. package/package.json +3 -2
  96. package/src/services/admissionregistration.ts +54 -0
  97. package/src/services/apiextensions.ts +9 -0
  98. package/src/services/apiregistration.ts +9 -0
  99. package/src/services/apps.ts +47 -0
  100. package/src/services/authentication.ts +3 -0
  101. package/src/services/authorization.ts +5 -0
  102. package/src/services/autoscaling.ts +17 -0
  103. package/src/services/batch.ts +17 -0
  104. package/src/services/certificates.ts +30 -0
  105. package/src/services/coordination.ts +16 -0
  106. package/src/services/core.ts +116 -0
  107. package/src/services/discovery.ts +6 -0
  108. package/src/services/events.ts +6 -0
  109. package/src/services/flowcontrol-apiserver.ts +17 -0
  110. package/src/services/internal-apiserver.ts +9 -0
  111. package/src/services/networking.ts +45 -0
  112. package/src/services/node.ts +6 -0
  113. package/src/services/policy.ts +9 -0
  114. package/src/services/rbac-authorization.ts +21 -0
  115. package/src/services/resource.ts +86 -0
  116. package/src/services/scheduling.ts +19 -0
  117. package/src/services/storage.ts +39 -0
  118. package/src/services/storagemigration.ts +9 -0
@@ -5,6 +5,8 @@
5
5
  * DO NOT EDIT - regenerate with: bun run generate
6
6
  */
7
7
  import * as Schema from "effect/Schema";
8
+ import * as API from "../client/api.ts";
9
+ import { Conflict, NotFound, UnprocessableEntity } from "../errors.ts";
8
10
  export declare const CreateApiextensionsV1CustomResourceDefinitionInput: Schema.Struct<{
9
11
  readonly dryRun: Schema.optional<Schema.String>;
10
12
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -186,7 +188,190 @@ export type CreateApiextensionsV1CustomResourceDefinitionOutput = typeof CreateA
186
188
  * @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
187
189
  * @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.
188
190
  */
189
- export declare const createApiextensionsV1CustomResourceDefinition: any;
191
+ export declare const createApiextensionsV1CustomResourceDefinition: API.OperationMethod<{
192
+ readonly dryRun?: string | undefined;
193
+ readonly fieldValidation?: string | undefined;
194
+ }, {
195
+ readonly apiVersion?: string | undefined;
196
+ readonly kind?: string | undefined;
197
+ readonly metadata?: {
198
+ readonly annotations?: {
199
+ readonly [x: string]: string;
200
+ } | undefined;
201
+ readonly creationTimestamp?: string | undefined;
202
+ readonly deletionGracePeriodSeconds?: number | undefined;
203
+ readonly deletionTimestamp?: string | undefined;
204
+ readonly finalizers?: readonly string[] | undefined;
205
+ readonly generateName?: string | undefined;
206
+ readonly generation?: number | undefined;
207
+ readonly labels?: {
208
+ readonly [x: string]: string;
209
+ } | undefined;
210
+ readonly managedFields?: readonly {
211
+ readonly apiVersion?: string | undefined;
212
+ readonly fieldsType?: string | undefined;
213
+ readonly fieldsV1?: unknown;
214
+ readonly manager?: string | undefined;
215
+ readonly operation?: string | undefined;
216
+ readonly subresource?: string | undefined;
217
+ readonly time?: string | undefined;
218
+ }[] | undefined;
219
+ readonly name?: string | undefined;
220
+ readonly namespace?: string | undefined;
221
+ readonly ownerReferences?: readonly {
222
+ readonly apiVersion: string;
223
+ readonly blockOwnerDeletion?: boolean | undefined;
224
+ readonly controller?: boolean | undefined;
225
+ readonly kind: string;
226
+ readonly name: string;
227
+ readonly uid: string;
228
+ }[] | undefined;
229
+ readonly resourceVersion?: string | undefined;
230
+ readonly selfLink?: string | undefined;
231
+ readonly uid?: string | undefined;
232
+ } | undefined;
233
+ readonly spec: {
234
+ readonly conversion?: {
235
+ readonly strategy: string;
236
+ readonly webhook?: {
237
+ readonly clientConfig?: {
238
+ readonly caBundle?: string | undefined;
239
+ readonly service?: {
240
+ readonly name: string;
241
+ readonly namespace: string;
242
+ readonly path?: string | undefined;
243
+ readonly port?: number | undefined;
244
+ } | undefined;
245
+ readonly url?: string | undefined;
246
+ } | undefined;
247
+ readonly conversionReviewVersions: readonly string[];
248
+ } | undefined;
249
+ } | undefined;
250
+ readonly group: string;
251
+ readonly names: {
252
+ readonly categories?: readonly string[] | undefined;
253
+ readonly kind: string;
254
+ readonly listKind?: string | undefined;
255
+ readonly plural: string;
256
+ readonly shortNames?: readonly string[] | undefined;
257
+ readonly singular?: string | undefined;
258
+ };
259
+ readonly preserveUnknownFields?: boolean | undefined;
260
+ readonly scope: string;
261
+ readonly versions: readonly {
262
+ readonly additionalPrinterColumns?: readonly {
263
+ readonly description?: string | undefined;
264
+ readonly format?: string | undefined;
265
+ readonly jsonPath: string;
266
+ readonly name: string;
267
+ readonly priority?: number | undefined;
268
+ readonly type: string;
269
+ }[] | undefined;
270
+ readonly deprecated?: boolean | undefined;
271
+ readonly deprecationWarning?: string | undefined;
272
+ readonly name: string;
273
+ readonly schema?: {
274
+ readonly openAPIV3Schema?: {
275
+ readonly $ref?: string | undefined;
276
+ readonly $schema?: string | undefined;
277
+ readonly additionalItems?: unknown;
278
+ readonly additionalProperties?: unknown;
279
+ readonly allOf?: readonly unknown[] | undefined;
280
+ readonly anyOf?: readonly unknown[] | undefined;
281
+ readonly default?: unknown;
282
+ readonly definitions?: {
283
+ readonly [x: string]: unknown;
284
+ } | undefined;
285
+ readonly dependencies?: {
286
+ readonly [x: string]: unknown;
287
+ } | undefined;
288
+ readonly description?: string | undefined;
289
+ readonly enum?: readonly unknown[] | undefined;
290
+ readonly example?: unknown;
291
+ readonly exclusiveMaximum?: boolean | undefined;
292
+ readonly exclusiveMinimum?: boolean | undefined;
293
+ readonly externalDocs?: {
294
+ readonly description?: string | undefined;
295
+ readonly url?: string | undefined;
296
+ } | undefined;
297
+ readonly format?: string | undefined;
298
+ readonly id?: string | undefined;
299
+ readonly items?: unknown;
300
+ readonly maxItems?: number | undefined;
301
+ readonly maxLength?: number | undefined;
302
+ readonly maxProperties?: number | undefined;
303
+ readonly maximum?: number | undefined;
304
+ readonly minItems?: number | undefined;
305
+ readonly minLength?: number | undefined;
306
+ readonly minProperties?: number | undefined;
307
+ readonly minimum?: number | undefined;
308
+ readonly multipleOf?: number | undefined;
309
+ readonly not?: unknown;
310
+ readonly nullable?: boolean | undefined;
311
+ readonly oneOf?: readonly unknown[] | undefined;
312
+ readonly pattern?: string | undefined;
313
+ readonly patternProperties?: {
314
+ readonly [x: string]: unknown;
315
+ } | undefined;
316
+ readonly properties?: {
317
+ readonly [x: string]: unknown;
318
+ } | undefined;
319
+ readonly required?: readonly string[] | undefined;
320
+ readonly title?: string | undefined;
321
+ readonly type?: string | undefined;
322
+ readonly uniqueItems?: boolean | undefined;
323
+ readonly "x-kubernetes-embedded-resource"?: boolean | undefined;
324
+ readonly "x-kubernetes-int-or-string"?: boolean | undefined;
325
+ readonly "x-kubernetes-list-map-keys"?: readonly string[] | undefined;
326
+ readonly "x-kubernetes-list-type"?: string | undefined;
327
+ readonly "x-kubernetes-map-type"?: string | undefined;
328
+ readonly "x-kubernetes-preserve-unknown-fields"?: boolean | undefined;
329
+ readonly "x-kubernetes-validations"?: readonly {
330
+ readonly fieldPath?: string | undefined;
331
+ readonly message?: string | undefined;
332
+ readonly messageExpression?: string | undefined;
333
+ readonly optionalOldSelf?: boolean | undefined;
334
+ readonly reason?: string | undefined;
335
+ readonly rule: string;
336
+ }[] | undefined;
337
+ } | undefined;
338
+ } | undefined;
339
+ readonly selectableFields?: readonly {
340
+ readonly jsonPath: string;
341
+ }[] | undefined;
342
+ readonly served: boolean;
343
+ readonly storage: boolean;
344
+ readonly subresources?: {
345
+ readonly scale?: {
346
+ readonly labelSelectorPath?: string | undefined;
347
+ readonly specReplicasPath: string;
348
+ readonly statusReplicasPath: string;
349
+ } | undefined;
350
+ readonly status?: unknown;
351
+ } | undefined;
352
+ }[];
353
+ };
354
+ readonly status?: {
355
+ readonly acceptedNames?: {
356
+ readonly categories?: readonly string[] | undefined;
357
+ readonly kind: string;
358
+ readonly listKind?: string | undefined;
359
+ readonly plural: string;
360
+ readonly shortNames?: readonly string[] | undefined;
361
+ readonly singular?: string | undefined;
362
+ } | undefined;
363
+ readonly conditions?: readonly {
364
+ readonly lastTransitionTime?: string | undefined;
365
+ readonly message?: string | undefined;
366
+ readonly observedGeneration?: number | undefined;
367
+ readonly reason?: string | undefined;
368
+ readonly status: string;
369
+ readonly type: string;
370
+ }[] | undefined;
371
+ readonly observedGeneration?: number | undefined;
372
+ readonly storedVersions?: readonly string[] | undefined;
373
+ } | undefined;
374
+ }, Conflict | UnprocessableEntity, any>;
190
375
  export declare const DeleteApiextensionsV1CollectionCustomResourceDefinitionInput: Schema.Struct<{
191
376
  readonly dryRun: Schema.optional<Schema.String>;
192
377
  }>;
@@ -226,7 +411,37 @@ export type DeleteApiextensionsV1CollectionCustomResourceDefinitionOutput = type
226
411
  *
227
412
  * @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
228
413
  */
229
- export declare const deleteApiextensionsV1CollectionCustomResourceDefinition: any;
414
+ export declare const deleteApiextensionsV1CollectionCustomResourceDefinition: API.OperationMethod<{
415
+ readonly dryRun?: string | undefined;
416
+ }, {
417
+ readonly apiVersion?: string | undefined;
418
+ readonly code?: number | undefined;
419
+ readonly details?: {
420
+ readonly causes?: readonly {
421
+ readonly field?: string | undefined;
422
+ readonly message?: string | undefined;
423
+ readonly reason?: string | undefined;
424
+ }[] | undefined;
425
+ readonly group?: string | undefined;
426
+ readonly kind?: string | undefined;
427
+ readonly name?: string | undefined;
428
+ readonly retryAfterSeconds?: number | undefined;
429
+ readonly uid?: string | undefined;
430
+ } | undefined;
431
+ readonly kind?: string | undefined;
432
+ readonly message?: string | undefined;
433
+ readonly metadata?: {
434
+ readonly continue?: string | undefined;
435
+ readonly remainingItemCount?: number | undefined;
436
+ readonly resourceVersion?: string | undefined;
437
+ readonly selfLink?: string | undefined;
438
+ readonly shardInfo?: {
439
+ readonly selector: string;
440
+ } | undefined;
441
+ } | undefined;
442
+ readonly reason?: string | undefined;
443
+ readonly status?: string | undefined;
444
+ }, never, any>;
230
445
  export declare const DeleteApiextensionsV1CustomResourceDefinitionInput: Schema.Struct<{
231
446
  readonly dryRun: Schema.optional<Schema.String>;
232
447
  }>;
@@ -266,7 +481,37 @@ export type DeleteApiextensionsV1CustomResourceDefinitionOutput = typeof DeleteA
266
481
  *
267
482
  * @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
268
483
  */
269
- export declare const deleteApiextensionsV1CustomResourceDefinition: any;
484
+ export declare const deleteApiextensionsV1CustomResourceDefinition: API.OperationMethod<{
485
+ readonly dryRun?: string | undefined;
486
+ }, {
487
+ readonly apiVersion?: string | undefined;
488
+ readonly code?: number | undefined;
489
+ readonly details?: {
490
+ readonly causes?: readonly {
491
+ readonly field?: string | undefined;
492
+ readonly message?: string | undefined;
493
+ readonly reason?: string | undefined;
494
+ }[] | undefined;
495
+ readonly group?: string | undefined;
496
+ readonly kind?: string | undefined;
497
+ readonly name?: string | undefined;
498
+ readonly retryAfterSeconds?: number | undefined;
499
+ readonly uid?: string | undefined;
500
+ } | undefined;
501
+ readonly kind?: string | undefined;
502
+ readonly message?: string | undefined;
503
+ readonly metadata?: {
504
+ readonly continue?: string | undefined;
505
+ readonly remainingItemCount?: number | undefined;
506
+ readonly resourceVersion?: string | undefined;
507
+ readonly selfLink?: string | undefined;
508
+ readonly shardInfo?: {
509
+ readonly selector: string;
510
+ } | undefined;
511
+ } | undefined;
512
+ readonly reason?: string | undefined;
513
+ readonly status?: string | undefined;
514
+ }, Conflict | NotFound, any>;
270
515
  export declare const GetApiextensionsAPIGroupInput: Schema.Struct<{}>;
271
516
  export type GetApiextensionsAPIGroupInput = typeof GetApiextensionsAPIGroupInput.Type;
272
517
  export declare const GetApiextensionsAPIGroupOutput: Schema.Struct<{
@@ -290,7 +535,23 @@ export type GetApiextensionsAPIGroupOutput = typeof GetApiextensionsAPIGroupOutp
290
535
  /**
291
536
  * get information of a group
292
537
  */
293
- export declare const getApiextensionsAPIGroup: any;
538
+ export declare const getApiextensionsAPIGroup: API.OperationMethod<{}, {
539
+ readonly apiVersion?: string | undefined;
540
+ readonly kind?: string | undefined;
541
+ readonly name: string;
542
+ readonly preferredVersion?: {
543
+ readonly groupVersion: string;
544
+ readonly version: string;
545
+ } | undefined;
546
+ readonly serverAddressByClientCIDRs?: readonly {
547
+ readonly clientCIDR: string;
548
+ readonly serverAddress: string;
549
+ }[] | undefined;
550
+ readonly versions: readonly {
551
+ readonly groupVersion: string;
552
+ readonly version: string;
553
+ }[];
554
+ }, never, any>;
294
555
  export declare const GetApiextensionsV1APIResourcesInput: Schema.Struct<{}>;
295
556
  export type GetApiextensionsV1APIResourcesInput = typeof GetApiextensionsV1APIResourcesInput.Type;
296
557
  export declare const GetApiextensionsV1APIResourcesOutput: Schema.Struct<{
@@ -314,7 +575,23 @@ export type GetApiextensionsV1APIResourcesOutput = typeof GetApiextensionsV1APIR
314
575
  /**
315
576
  * get available resources
316
577
  */
317
- export declare const getApiextensionsV1APIResources: any;
578
+ export declare const getApiextensionsV1APIResources: API.OperationMethod<{}, {
579
+ readonly apiVersion?: string | undefined;
580
+ readonly groupVersion: string;
581
+ readonly kind?: string | undefined;
582
+ readonly resources: readonly {
583
+ readonly categories?: readonly string[] | undefined;
584
+ readonly group?: string | undefined;
585
+ readonly kind: string;
586
+ readonly name: string;
587
+ readonly namespaced: boolean;
588
+ readonly shortNames?: readonly string[] | undefined;
589
+ readonly singularName: string;
590
+ readonly storageVersionHash?: string | undefined;
591
+ readonly verbs: readonly string[];
592
+ readonly version?: string | undefined;
593
+ }[];
594
+ }, never, any>;
318
595
  export declare const ListApiextensionsV1CustomResourceDefinitionInput: Schema.Struct<{}>;
319
596
  export type ListApiextensionsV1CustomResourceDefinitionInput = typeof ListApiextensionsV1CustomResourceDefinitionInput.Type;
320
597
  export declare const ListApiextensionsV1CustomResourceDefinitionOutput: Schema.Struct<{
@@ -503,7 +780,200 @@ export type ListApiextensionsV1CustomResourceDefinitionOutput = typeof ListApiex
503
780
  /**
504
781
  * list or watch objects of kind CustomResourceDefinition
505
782
  */
506
- export declare const listApiextensionsV1CustomResourceDefinition: any;
783
+ export declare const listApiextensionsV1CustomResourceDefinition: API.OperationMethod<{}, {
784
+ readonly apiVersion?: string | undefined;
785
+ readonly items: readonly {
786
+ readonly apiVersion?: string | undefined;
787
+ readonly kind?: string | undefined;
788
+ readonly metadata?: {
789
+ readonly annotations?: {
790
+ readonly [x: string]: string;
791
+ } | undefined;
792
+ readonly creationTimestamp?: string | undefined;
793
+ readonly deletionGracePeriodSeconds?: number | undefined;
794
+ readonly deletionTimestamp?: string | undefined;
795
+ readonly finalizers?: readonly string[] | undefined;
796
+ readonly generateName?: string | undefined;
797
+ readonly generation?: number | undefined;
798
+ readonly labels?: {
799
+ readonly [x: string]: string;
800
+ } | undefined;
801
+ readonly managedFields?: readonly {
802
+ readonly apiVersion?: string | undefined;
803
+ readonly fieldsType?: string | undefined;
804
+ readonly fieldsV1?: unknown;
805
+ readonly manager?: string | undefined;
806
+ readonly operation?: string | undefined;
807
+ readonly subresource?: string | undefined;
808
+ readonly time?: string | undefined;
809
+ }[] | undefined;
810
+ readonly name?: string | undefined;
811
+ readonly namespace?: string | undefined;
812
+ readonly ownerReferences?: readonly {
813
+ readonly apiVersion: string;
814
+ readonly blockOwnerDeletion?: boolean | undefined;
815
+ readonly controller?: boolean | undefined;
816
+ readonly kind: string;
817
+ readonly name: string;
818
+ readonly uid: string;
819
+ }[] | undefined;
820
+ readonly resourceVersion?: string | undefined;
821
+ readonly selfLink?: string | undefined;
822
+ readonly uid?: string | undefined;
823
+ } | undefined;
824
+ readonly spec: {
825
+ readonly conversion?: {
826
+ readonly strategy: string;
827
+ readonly webhook?: {
828
+ readonly clientConfig?: {
829
+ readonly caBundle?: string | undefined;
830
+ readonly service?: {
831
+ readonly name: string;
832
+ readonly namespace: string;
833
+ readonly path?: string | undefined;
834
+ readonly port?: number | undefined;
835
+ } | undefined;
836
+ readonly url?: string | undefined;
837
+ } | undefined;
838
+ readonly conversionReviewVersions: readonly string[];
839
+ } | undefined;
840
+ } | undefined;
841
+ readonly group: string;
842
+ readonly names: {
843
+ readonly categories?: readonly string[] | undefined;
844
+ readonly kind: string;
845
+ readonly listKind?: string | undefined;
846
+ readonly plural: string;
847
+ readonly shortNames?: readonly string[] | undefined;
848
+ readonly singular?: string | undefined;
849
+ };
850
+ readonly preserveUnknownFields?: boolean | undefined;
851
+ readonly scope: string;
852
+ readonly versions: readonly {
853
+ readonly additionalPrinterColumns?: readonly {
854
+ readonly description?: string | undefined;
855
+ readonly format?: string | undefined;
856
+ readonly jsonPath: string;
857
+ readonly name: string;
858
+ readonly priority?: number | undefined;
859
+ readonly type: string;
860
+ }[] | undefined;
861
+ readonly deprecated?: boolean | undefined;
862
+ readonly deprecationWarning?: string | undefined;
863
+ readonly name: string;
864
+ readonly schema?: {
865
+ readonly openAPIV3Schema?: {
866
+ readonly $ref?: string | undefined;
867
+ readonly $schema?: string | undefined;
868
+ readonly additionalItems?: unknown;
869
+ readonly additionalProperties?: unknown;
870
+ readonly allOf?: readonly unknown[] | undefined;
871
+ readonly anyOf?: readonly unknown[] | undefined;
872
+ readonly default?: unknown;
873
+ readonly definitions?: {
874
+ readonly [x: string]: unknown;
875
+ } | undefined;
876
+ readonly dependencies?: {
877
+ readonly [x: string]: unknown;
878
+ } | undefined;
879
+ readonly description?: string | undefined;
880
+ readonly enum?: readonly unknown[] | undefined;
881
+ readonly example?: unknown;
882
+ readonly exclusiveMaximum?: boolean | undefined;
883
+ readonly exclusiveMinimum?: boolean | undefined;
884
+ readonly externalDocs?: {
885
+ readonly description?: string | undefined;
886
+ readonly url?: string | undefined;
887
+ } | undefined;
888
+ readonly format?: string | undefined;
889
+ readonly id?: string | undefined;
890
+ readonly items?: unknown;
891
+ readonly maxItems?: number | undefined;
892
+ readonly maxLength?: number | undefined;
893
+ readonly maxProperties?: number | undefined;
894
+ readonly maximum?: number | undefined;
895
+ readonly minItems?: number | undefined;
896
+ readonly minLength?: number | undefined;
897
+ readonly minProperties?: number | undefined;
898
+ readonly minimum?: number | undefined;
899
+ readonly multipleOf?: number | undefined;
900
+ readonly not?: unknown;
901
+ readonly nullable?: boolean | undefined;
902
+ readonly oneOf?: readonly unknown[] | undefined;
903
+ readonly pattern?: string | undefined;
904
+ readonly patternProperties?: {
905
+ readonly [x: string]: unknown;
906
+ } | undefined;
907
+ readonly properties?: {
908
+ readonly [x: string]: unknown;
909
+ } | undefined;
910
+ readonly required?: readonly string[] | undefined;
911
+ readonly title?: string | undefined;
912
+ readonly type?: string | undefined;
913
+ readonly uniqueItems?: boolean | undefined;
914
+ readonly "x-kubernetes-embedded-resource"?: boolean | undefined;
915
+ readonly "x-kubernetes-int-or-string"?: boolean | undefined;
916
+ readonly "x-kubernetes-list-map-keys"?: readonly string[] | undefined;
917
+ readonly "x-kubernetes-list-type"?: string | undefined;
918
+ readonly "x-kubernetes-map-type"?: string | undefined;
919
+ readonly "x-kubernetes-preserve-unknown-fields"?: boolean | undefined;
920
+ readonly "x-kubernetes-validations"?: readonly {
921
+ readonly fieldPath?: string | undefined;
922
+ readonly message?: string | undefined;
923
+ readonly messageExpression?: string | undefined;
924
+ readonly optionalOldSelf?: boolean | undefined;
925
+ readonly reason?: string | undefined;
926
+ readonly rule: string;
927
+ }[] | undefined;
928
+ } | undefined;
929
+ } | undefined;
930
+ readonly selectableFields?: readonly {
931
+ readonly jsonPath: string;
932
+ }[] | undefined;
933
+ readonly served: boolean;
934
+ readonly storage: boolean;
935
+ readonly subresources?: {
936
+ readonly scale?: {
937
+ readonly labelSelectorPath?: string | undefined;
938
+ readonly specReplicasPath: string;
939
+ readonly statusReplicasPath: string;
940
+ } | undefined;
941
+ readonly status?: unknown;
942
+ } | undefined;
943
+ }[];
944
+ };
945
+ readonly status?: {
946
+ readonly acceptedNames?: {
947
+ readonly categories?: readonly string[] | undefined;
948
+ readonly kind: string;
949
+ readonly listKind?: string | undefined;
950
+ readonly plural: string;
951
+ readonly shortNames?: readonly string[] | undefined;
952
+ readonly singular?: string | undefined;
953
+ } | undefined;
954
+ readonly conditions?: readonly {
955
+ readonly lastTransitionTime?: string | undefined;
956
+ readonly message?: string | undefined;
957
+ readonly observedGeneration?: number | undefined;
958
+ readonly reason?: string | undefined;
959
+ readonly status: string;
960
+ readonly type: string;
961
+ }[] | undefined;
962
+ readonly observedGeneration?: number | undefined;
963
+ readonly storedVersions?: readonly string[] | undefined;
964
+ } | undefined;
965
+ }[];
966
+ readonly kind?: string | undefined;
967
+ readonly metadata?: {
968
+ readonly continue?: string | undefined;
969
+ readonly remainingItemCount?: number | undefined;
970
+ readonly resourceVersion?: string | undefined;
971
+ readonly selfLink?: string | undefined;
972
+ readonly shardInfo?: {
973
+ readonly selector: string;
974
+ } | undefined;
975
+ } | undefined;
976
+ }, never, any>;
507
977
  export declare const PatchApiextensionsV1CustomResourceDefinitionInput: Schema.Struct<{
508
978
  readonly dryRun: Schema.optional<Schema.String>;
509
979
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -685,7 +1155,190 @@ export type PatchApiextensionsV1CustomResourceDefinitionOutput = typeof PatchApi
685
1155
  * @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
686
1156
  * @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.
687
1157
  */
688
- export declare const patchApiextensionsV1CustomResourceDefinition: any;
1158
+ export declare const patchApiextensionsV1CustomResourceDefinition: API.OperationMethod<{
1159
+ readonly dryRun?: string | undefined;
1160
+ readonly fieldValidation?: string | undefined;
1161
+ }, {
1162
+ readonly apiVersion?: string | undefined;
1163
+ readonly kind?: string | undefined;
1164
+ readonly metadata?: {
1165
+ readonly annotations?: {
1166
+ readonly [x: string]: string;
1167
+ } | undefined;
1168
+ readonly creationTimestamp?: string | undefined;
1169
+ readonly deletionGracePeriodSeconds?: number | undefined;
1170
+ readonly deletionTimestamp?: string | undefined;
1171
+ readonly finalizers?: readonly string[] | undefined;
1172
+ readonly generateName?: string | undefined;
1173
+ readonly generation?: number | undefined;
1174
+ readonly labels?: {
1175
+ readonly [x: string]: string;
1176
+ } | undefined;
1177
+ readonly managedFields?: readonly {
1178
+ readonly apiVersion?: string | undefined;
1179
+ readonly fieldsType?: string | undefined;
1180
+ readonly fieldsV1?: unknown;
1181
+ readonly manager?: string | undefined;
1182
+ readonly operation?: string | undefined;
1183
+ readonly subresource?: string | undefined;
1184
+ readonly time?: string | undefined;
1185
+ }[] | undefined;
1186
+ readonly name?: string | undefined;
1187
+ readonly namespace?: string | undefined;
1188
+ readonly ownerReferences?: readonly {
1189
+ readonly apiVersion: string;
1190
+ readonly blockOwnerDeletion?: boolean | undefined;
1191
+ readonly controller?: boolean | undefined;
1192
+ readonly kind: string;
1193
+ readonly name: string;
1194
+ readonly uid: string;
1195
+ }[] | undefined;
1196
+ readonly resourceVersion?: string | undefined;
1197
+ readonly selfLink?: string | undefined;
1198
+ readonly uid?: string | undefined;
1199
+ } | undefined;
1200
+ readonly spec: {
1201
+ readonly conversion?: {
1202
+ readonly strategy: string;
1203
+ readonly webhook?: {
1204
+ readonly clientConfig?: {
1205
+ readonly caBundle?: string | undefined;
1206
+ readonly service?: {
1207
+ readonly name: string;
1208
+ readonly namespace: string;
1209
+ readonly path?: string | undefined;
1210
+ readonly port?: number | undefined;
1211
+ } | undefined;
1212
+ readonly url?: string | undefined;
1213
+ } | undefined;
1214
+ readonly conversionReviewVersions: readonly string[];
1215
+ } | undefined;
1216
+ } | undefined;
1217
+ readonly group: string;
1218
+ readonly names: {
1219
+ readonly categories?: readonly string[] | undefined;
1220
+ readonly kind: string;
1221
+ readonly listKind?: string | undefined;
1222
+ readonly plural: string;
1223
+ readonly shortNames?: readonly string[] | undefined;
1224
+ readonly singular?: string | undefined;
1225
+ };
1226
+ readonly preserveUnknownFields?: boolean | undefined;
1227
+ readonly scope: string;
1228
+ readonly versions: readonly {
1229
+ readonly additionalPrinterColumns?: readonly {
1230
+ readonly description?: string | undefined;
1231
+ readonly format?: string | undefined;
1232
+ readonly jsonPath: string;
1233
+ readonly name: string;
1234
+ readonly priority?: number | undefined;
1235
+ readonly type: string;
1236
+ }[] | undefined;
1237
+ readonly deprecated?: boolean | undefined;
1238
+ readonly deprecationWarning?: string | undefined;
1239
+ readonly name: string;
1240
+ readonly schema?: {
1241
+ readonly openAPIV3Schema?: {
1242
+ readonly $ref?: string | undefined;
1243
+ readonly $schema?: string | undefined;
1244
+ readonly additionalItems?: unknown;
1245
+ readonly additionalProperties?: unknown;
1246
+ readonly allOf?: readonly unknown[] | undefined;
1247
+ readonly anyOf?: readonly unknown[] | undefined;
1248
+ readonly default?: unknown;
1249
+ readonly definitions?: {
1250
+ readonly [x: string]: unknown;
1251
+ } | undefined;
1252
+ readonly dependencies?: {
1253
+ readonly [x: string]: unknown;
1254
+ } | undefined;
1255
+ readonly description?: string | undefined;
1256
+ readonly enum?: readonly unknown[] | undefined;
1257
+ readonly example?: unknown;
1258
+ readonly exclusiveMaximum?: boolean | undefined;
1259
+ readonly exclusiveMinimum?: boolean | undefined;
1260
+ readonly externalDocs?: {
1261
+ readonly description?: string | undefined;
1262
+ readonly url?: string | undefined;
1263
+ } | undefined;
1264
+ readonly format?: string | undefined;
1265
+ readonly id?: string | undefined;
1266
+ readonly items?: unknown;
1267
+ readonly maxItems?: number | undefined;
1268
+ readonly maxLength?: number | undefined;
1269
+ readonly maxProperties?: number | undefined;
1270
+ readonly maximum?: number | undefined;
1271
+ readonly minItems?: number | undefined;
1272
+ readonly minLength?: number | undefined;
1273
+ readonly minProperties?: number | undefined;
1274
+ readonly minimum?: number | undefined;
1275
+ readonly multipleOf?: number | undefined;
1276
+ readonly not?: unknown;
1277
+ readonly nullable?: boolean | undefined;
1278
+ readonly oneOf?: readonly unknown[] | undefined;
1279
+ readonly pattern?: string | undefined;
1280
+ readonly patternProperties?: {
1281
+ readonly [x: string]: unknown;
1282
+ } | undefined;
1283
+ readonly properties?: {
1284
+ readonly [x: string]: unknown;
1285
+ } | undefined;
1286
+ readonly required?: readonly string[] | undefined;
1287
+ readonly title?: string | undefined;
1288
+ readonly type?: string | undefined;
1289
+ readonly uniqueItems?: boolean | undefined;
1290
+ readonly "x-kubernetes-embedded-resource"?: boolean | undefined;
1291
+ readonly "x-kubernetes-int-or-string"?: boolean | undefined;
1292
+ readonly "x-kubernetes-list-map-keys"?: readonly string[] | undefined;
1293
+ readonly "x-kubernetes-list-type"?: string | undefined;
1294
+ readonly "x-kubernetes-map-type"?: string | undefined;
1295
+ readonly "x-kubernetes-preserve-unknown-fields"?: boolean | undefined;
1296
+ readonly "x-kubernetes-validations"?: readonly {
1297
+ readonly fieldPath?: string | undefined;
1298
+ readonly message?: string | undefined;
1299
+ readonly messageExpression?: string | undefined;
1300
+ readonly optionalOldSelf?: boolean | undefined;
1301
+ readonly reason?: string | undefined;
1302
+ readonly rule: string;
1303
+ }[] | undefined;
1304
+ } | undefined;
1305
+ } | undefined;
1306
+ readonly selectableFields?: readonly {
1307
+ readonly jsonPath: string;
1308
+ }[] | undefined;
1309
+ readonly served: boolean;
1310
+ readonly storage: boolean;
1311
+ readonly subresources?: {
1312
+ readonly scale?: {
1313
+ readonly labelSelectorPath?: string | undefined;
1314
+ readonly specReplicasPath: string;
1315
+ readonly statusReplicasPath: string;
1316
+ } | undefined;
1317
+ readonly status?: unknown;
1318
+ } | undefined;
1319
+ }[];
1320
+ };
1321
+ readonly status?: {
1322
+ readonly acceptedNames?: {
1323
+ readonly categories?: readonly string[] | undefined;
1324
+ readonly kind: string;
1325
+ readonly listKind?: string | undefined;
1326
+ readonly plural: string;
1327
+ readonly shortNames?: readonly string[] | undefined;
1328
+ readonly singular?: string | undefined;
1329
+ } | undefined;
1330
+ readonly conditions?: readonly {
1331
+ readonly lastTransitionTime?: string | undefined;
1332
+ readonly message?: string | undefined;
1333
+ readonly observedGeneration?: number | undefined;
1334
+ readonly reason?: string | undefined;
1335
+ readonly status: string;
1336
+ readonly type: string;
1337
+ }[] | undefined;
1338
+ readonly observedGeneration?: number | undefined;
1339
+ readonly storedVersions?: readonly string[] | undefined;
1340
+ } | undefined;
1341
+ }, Conflict | NotFound | UnprocessableEntity, any>;
689
1342
  export declare const PatchApiextensionsV1CustomResourceDefinitionStatusInput: Schema.Struct<{
690
1343
  readonly dryRun: Schema.optional<Schema.String>;
691
1344
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -867,7 +1520,190 @@ export type PatchApiextensionsV1CustomResourceDefinitionStatusOutput = typeof Pa
867
1520
  * @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
868
1521
  * @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.
869
1522
  */
870
- export declare const patchApiextensionsV1CustomResourceDefinitionStatus: any;
1523
+ export declare const patchApiextensionsV1CustomResourceDefinitionStatus: API.OperationMethod<{
1524
+ readonly dryRun?: string | undefined;
1525
+ readonly fieldValidation?: string | undefined;
1526
+ }, {
1527
+ readonly apiVersion?: string | undefined;
1528
+ readonly kind?: string | undefined;
1529
+ readonly metadata?: {
1530
+ readonly annotations?: {
1531
+ readonly [x: string]: string;
1532
+ } | undefined;
1533
+ readonly creationTimestamp?: string | undefined;
1534
+ readonly deletionGracePeriodSeconds?: number | undefined;
1535
+ readonly deletionTimestamp?: string | undefined;
1536
+ readonly finalizers?: readonly string[] | undefined;
1537
+ readonly generateName?: string | undefined;
1538
+ readonly generation?: number | undefined;
1539
+ readonly labels?: {
1540
+ readonly [x: string]: string;
1541
+ } | undefined;
1542
+ readonly managedFields?: readonly {
1543
+ readonly apiVersion?: string | undefined;
1544
+ readonly fieldsType?: string | undefined;
1545
+ readonly fieldsV1?: unknown;
1546
+ readonly manager?: string | undefined;
1547
+ readonly operation?: string | undefined;
1548
+ readonly subresource?: string | undefined;
1549
+ readonly time?: string | undefined;
1550
+ }[] | undefined;
1551
+ readonly name?: string | undefined;
1552
+ readonly namespace?: string | undefined;
1553
+ readonly ownerReferences?: readonly {
1554
+ readonly apiVersion: string;
1555
+ readonly blockOwnerDeletion?: boolean | undefined;
1556
+ readonly controller?: boolean | undefined;
1557
+ readonly kind: string;
1558
+ readonly name: string;
1559
+ readonly uid: string;
1560
+ }[] | undefined;
1561
+ readonly resourceVersion?: string | undefined;
1562
+ readonly selfLink?: string | undefined;
1563
+ readonly uid?: string | undefined;
1564
+ } | undefined;
1565
+ readonly spec: {
1566
+ readonly conversion?: {
1567
+ readonly strategy: string;
1568
+ readonly webhook?: {
1569
+ readonly clientConfig?: {
1570
+ readonly caBundle?: string | undefined;
1571
+ readonly service?: {
1572
+ readonly name: string;
1573
+ readonly namespace: string;
1574
+ readonly path?: string | undefined;
1575
+ readonly port?: number | undefined;
1576
+ } | undefined;
1577
+ readonly url?: string | undefined;
1578
+ } | undefined;
1579
+ readonly conversionReviewVersions: readonly string[];
1580
+ } | undefined;
1581
+ } | undefined;
1582
+ readonly group: string;
1583
+ readonly names: {
1584
+ readonly categories?: readonly string[] | undefined;
1585
+ readonly kind: string;
1586
+ readonly listKind?: string | undefined;
1587
+ readonly plural: string;
1588
+ readonly shortNames?: readonly string[] | undefined;
1589
+ readonly singular?: string | undefined;
1590
+ };
1591
+ readonly preserveUnknownFields?: boolean | undefined;
1592
+ readonly scope: string;
1593
+ readonly versions: readonly {
1594
+ readonly additionalPrinterColumns?: readonly {
1595
+ readonly description?: string | undefined;
1596
+ readonly format?: string | undefined;
1597
+ readonly jsonPath: string;
1598
+ readonly name: string;
1599
+ readonly priority?: number | undefined;
1600
+ readonly type: string;
1601
+ }[] | undefined;
1602
+ readonly deprecated?: boolean | undefined;
1603
+ readonly deprecationWarning?: string | undefined;
1604
+ readonly name: string;
1605
+ readonly schema?: {
1606
+ readonly openAPIV3Schema?: {
1607
+ readonly $ref?: string | undefined;
1608
+ readonly $schema?: string | undefined;
1609
+ readonly additionalItems?: unknown;
1610
+ readonly additionalProperties?: unknown;
1611
+ readonly allOf?: readonly unknown[] | undefined;
1612
+ readonly anyOf?: readonly unknown[] | undefined;
1613
+ readonly default?: unknown;
1614
+ readonly definitions?: {
1615
+ readonly [x: string]: unknown;
1616
+ } | undefined;
1617
+ readonly dependencies?: {
1618
+ readonly [x: string]: unknown;
1619
+ } | undefined;
1620
+ readonly description?: string | undefined;
1621
+ readonly enum?: readonly unknown[] | undefined;
1622
+ readonly example?: unknown;
1623
+ readonly exclusiveMaximum?: boolean | undefined;
1624
+ readonly exclusiveMinimum?: boolean | undefined;
1625
+ readonly externalDocs?: {
1626
+ readonly description?: string | undefined;
1627
+ readonly url?: string | undefined;
1628
+ } | undefined;
1629
+ readonly format?: string | undefined;
1630
+ readonly id?: string | undefined;
1631
+ readonly items?: unknown;
1632
+ readonly maxItems?: number | undefined;
1633
+ readonly maxLength?: number | undefined;
1634
+ readonly maxProperties?: number | undefined;
1635
+ readonly maximum?: number | undefined;
1636
+ readonly minItems?: number | undefined;
1637
+ readonly minLength?: number | undefined;
1638
+ readonly minProperties?: number | undefined;
1639
+ readonly minimum?: number | undefined;
1640
+ readonly multipleOf?: number | undefined;
1641
+ readonly not?: unknown;
1642
+ readonly nullable?: boolean | undefined;
1643
+ readonly oneOf?: readonly unknown[] | undefined;
1644
+ readonly pattern?: string | undefined;
1645
+ readonly patternProperties?: {
1646
+ readonly [x: string]: unknown;
1647
+ } | undefined;
1648
+ readonly properties?: {
1649
+ readonly [x: string]: unknown;
1650
+ } | undefined;
1651
+ readonly required?: readonly string[] | undefined;
1652
+ readonly title?: string | undefined;
1653
+ readonly type?: string | undefined;
1654
+ readonly uniqueItems?: boolean | undefined;
1655
+ readonly "x-kubernetes-embedded-resource"?: boolean | undefined;
1656
+ readonly "x-kubernetes-int-or-string"?: boolean | undefined;
1657
+ readonly "x-kubernetes-list-map-keys"?: readonly string[] | undefined;
1658
+ readonly "x-kubernetes-list-type"?: string | undefined;
1659
+ readonly "x-kubernetes-map-type"?: string | undefined;
1660
+ readonly "x-kubernetes-preserve-unknown-fields"?: boolean | undefined;
1661
+ readonly "x-kubernetes-validations"?: readonly {
1662
+ readonly fieldPath?: string | undefined;
1663
+ readonly message?: string | undefined;
1664
+ readonly messageExpression?: string | undefined;
1665
+ readonly optionalOldSelf?: boolean | undefined;
1666
+ readonly reason?: string | undefined;
1667
+ readonly rule: string;
1668
+ }[] | undefined;
1669
+ } | undefined;
1670
+ } | undefined;
1671
+ readonly selectableFields?: readonly {
1672
+ readonly jsonPath: string;
1673
+ }[] | undefined;
1674
+ readonly served: boolean;
1675
+ readonly storage: boolean;
1676
+ readonly subresources?: {
1677
+ readonly scale?: {
1678
+ readonly labelSelectorPath?: string | undefined;
1679
+ readonly specReplicasPath: string;
1680
+ readonly statusReplicasPath: string;
1681
+ } | undefined;
1682
+ readonly status?: unknown;
1683
+ } | undefined;
1684
+ }[];
1685
+ };
1686
+ readonly status?: {
1687
+ readonly acceptedNames?: {
1688
+ readonly categories?: readonly string[] | undefined;
1689
+ readonly kind: string;
1690
+ readonly listKind?: string | undefined;
1691
+ readonly plural: string;
1692
+ readonly shortNames?: readonly string[] | undefined;
1693
+ readonly singular?: string | undefined;
1694
+ } | undefined;
1695
+ readonly conditions?: readonly {
1696
+ readonly lastTransitionTime?: string | undefined;
1697
+ readonly message?: string | undefined;
1698
+ readonly observedGeneration?: number | undefined;
1699
+ readonly reason?: string | undefined;
1700
+ readonly status: string;
1701
+ readonly type: string;
1702
+ }[] | undefined;
1703
+ readonly observedGeneration?: number | undefined;
1704
+ readonly storedVersions?: readonly string[] | undefined;
1705
+ } | undefined;
1706
+ }, Conflict | NotFound | UnprocessableEntity, any>;
871
1707
  export declare const ReadApiextensionsV1CustomResourceDefinitionInput: Schema.Struct<{}>;
872
1708
  export type ReadApiextensionsV1CustomResourceDefinitionInput = typeof ReadApiextensionsV1CustomResourceDefinitionInput.Type;
873
1709
  export declare const ReadApiextensionsV1CustomResourceDefinitionOutput: Schema.Struct<{
@@ -1043,7 +1879,187 @@ export type ReadApiextensionsV1CustomResourceDefinitionOutput = typeof ReadApiex
1043
1879
  /**
1044
1880
  * read the specified CustomResourceDefinition
1045
1881
  */
1046
- export declare const readApiextensionsV1CustomResourceDefinition: any;
1882
+ export declare const readApiextensionsV1CustomResourceDefinition: API.OperationMethod<{}, {
1883
+ readonly apiVersion?: string | undefined;
1884
+ readonly kind?: string | undefined;
1885
+ readonly metadata?: {
1886
+ readonly annotations?: {
1887
+ readonly [x: string]: string;
1888
+ } | undefined;
1889
+ readonly creationTimestamp?: string | undefined;
1890
+ readonly deletionGracePeriodSeconds?: number | undefined;
1891
+ readonly deletionTimestamp?: string | undefined;
1892
+ readonly finalizers?: readonly string[] | undefined;
1893
+ readonly generateName?: string | undefined;
1894
+ readonly generation?: number | undefined;
1895
+ readonly labels?: {
1896
+ readonly [x: string]: string;
1897
+ } | undefined;
1898
+ readonly managedFields?: readonly {
1899
+ readonly apiVersion?: string | undefined;
1900
+ readonly fieldsType?: string | undefined;
1901
+ readonly fieldsV1?: unknown;
1902
+ readonly manager?: string | undefined;
1903
+ readonly operation?: string | undefined;
1904
+ readonly subresource?: string | undefined;
1905
+ readonly time?: string | undefined;
1906
+ }[] | undefined;
1907
+ readonly name?: string | undefined;
1908
+ readonly namespace?: string | undefined;
1909
+ readonly ownerReferences?: readonly {
1910
+ readonly apiVersion: string;
1911
+ readonly blockOwnerDeletion?: boolean | undefined;
1912
+ readonly controller?: boolean | undefined;
1913
+ readonly kind: string;
1914
+ readonly name: string;
1915
+ readonly uid: string;
1916
+ }[] | undefined;
1917
+ readonly resourceVersion?: string | undefined;
1918
+ readonly selfLink?: string | undefined;
1919
+ readonly uid?: string | undefined;
1920
+ } | undefined;
1921
+ readonly spec: {
1922
+ readonly conversion?: {
1923
+ readonly strategy: string;
1924
+ readonly webhook?: {
1925
+ readonly clientConfig?: {
1926
+ readonly caBundle?: string | undefined;
1927
+ readonly service?: {
1928
+ readonly name: string;
1929
+ readonly namespace: string;
1930
+ readonly path?: string | undefined;
1931
+ readonly port?: number | undefined;
1932
+ } | undefined;
1933
+ readonly url?: string | undefined;
1934
+ } | undefined;
1935
+ readonly conversionReviewVersions: readonly string[];
1936
+ } | undefined;
1937
+ } | undefined;
1938
+ readonly group: string;
1939
+ readonly names: {
1940
+ readonly categories?: readonly string[] | undefined;
1941
+ readonly kind: string;
1942
+ readonly listKind?: string | undefined;
1943
+ readonly plural: string;
1944
+ readonly shortNames?: readonly string[] | undefined;
1945
+ readonly singular?: string | undefined;
1946
+ };
1947
+ readonly preserveUnknownFields?: boolean | undefined;
1948
+ readonly scope: string;
1949
+ readonly versions: readonly {
1950
+ readonly additionalPrinterColumns?: readonly {
1951
+ readonly description?: string | undefined;
1952
+ readonly format?: string | undefined;
1953
+ readonly jsonPath: string;
1954
+ readonly name: string;
1955
+ readonly priority?: number | undefined;
1956
+ readonly type: string;
1957
+ }[] | undefined;
1958
+ readonly deprecated?: boolean | undefined;
1959
+ readonly deprecationWarning?: string | undefined;
1960
+ readonly name: string;
1961
+ readonly schema?: {
1962
+ readonly openAPIV3Schema?: {
1963
+ readonly $ref?: string | undefined;
1964
+ readonly $schema?: string | undefined;
1965
+ readonly additionalItems?: unknown;
1966
+ readonly additionalProperties?: unknown;
1967
+ readonly allOf?: readonly unknown[] | undefined;
1968
+ readonly anyOf?: readonly unknown[] | undefined;
1969
+ readonly default?: unknown;
1970
+ readonly definitions?: {
1971
+ readonly [x: string]: unknown;
1972
+ } | undefined;
1973
+ readonly dependencies?: {
1974
+ readonly [x: string]: unknown;
1975
+ } | undefined;
1976
+ readonly description?: string | undefined;
1977
+ readonly enum?: readonly unknown[] | undefined;
1978
+ readonly example?: unknown;
1979
+ readonly exclusiveMaximum?: boolean | undefined;
1980
+ readonly exclusiveMinimum?: boolean | undefined;
1981
+ readonly externalDocs?: {
1982
+ readonly description?: string | undefined;
1983
+ readonly url?: string | undefined;
1984
+ } | undefined;
1985
+ readonly format?: string | undefined;
1986
+ readonly id?: string | undefined;
1987
+ readonly items?: unknown;
1988
+ readonly maxItems?: number | undefined;
1989
+ readonly maxLength?: number | undefined;
1990
+ readonly maxProperties?: number | undefined;
1991
+ readonly maximum?: number | undefined;
1992
+ readonly minItems?: number | undefined;
1993
+ readonly minLength?: number | undefined;
1994
+ readonly minProperties?: number | undefined;
1995
+ readonly minimum?: number | undefined;
1996
+ readonly multipleOf?: number | undefined;
1997
+ readonly not?: unknown;
1998
+ readonly nullable?: boolean | undefined;
1999
+ readonly oneOf?: readonly unknown[] | undefined;
2000
+ readonly pattern?: string | undefined;
2001
+ readonly patternProperties?: {
2002
+ readonly [x: string]: unknown;
2003
+ } | undefined;
2004
+ readonly properties?: {
2005
+ readonly [x: string]: unknown;
2006
+ } | undefined;
2007
+ readonly required?: readonly string[] | undefined;
2008
+ readonly title?: string | undefined;
2009
+ readonly type?: string | undefined;
2010
+ readonly uniqueItems?: boolean | undefined;
2011
+ readonly "x-kubernetes-embedded-resource"?: boolean | undefined;
2012
+ readonly "x-kubernetes-int-or-string"?: boolean | undefined;
2013
+ readonly "x-kubernetes-list-map-keys"?: readonly string[] | undefined;
2014
+ readonly "x-kubernetes-list-type"?: string | undefined;
2015
+ readonly "x-kubernetes-map-type"?: string | undefined;
2016
+ readonly "x-kubernetes-preserve-unknown-fields"?: boolean | undefined;
2017
+ readonly "x-kubernetes-validations"?: readonly {
2018
+ readonly fieldPath?: string | undefined;
2019
+ readonly message?: string | undefined;
2020
+ readonly messageExpression?: string | undefined;
2021
+ readonly optionalOldSelf?: boolean | undefined;
2022
+ readonly reason?: string | undefined;
2023
+ readonly rule: string;
2024
+ }[] | undefined;
2025
+ } | undefined;
2026
+ } | undefined;
2027
+ readonly selectableFields?: readonly {
2028
+ readonly jsonPath: string;
2029
+ }[] | undefined;
2030
+ readonly served: boolean;
2031
+ readonly storage: boolean;
2032
+ readonly subresources?: {
2033
+ readonly scale?: {
2034
+ readonly labelSelectorPath?: string | undefined;
2035
+ readonly specReplicasPath: string;
2036
+ readonly statusReplicasPath: string;
2037
+ } | undefined;
2038
+ readonly status?: unknown;
2039
+ } | undefined;
2040
+ }[];
2041
+ };
2042
+ readonly status?: {
2043
+ readonly acceptedNames?: {
2044
+ readonly categories?: readonly string[] | undefined;
2045
+ readonly kind: string;
2046
+ readonly listKind?: string | undefined;
2047
+ readonly plural: string;
2048
+ readonly shortNames?: readonly string[] | undefined;
2049
+ readonly singular?: string | undefined;
2050
+ } | undefined;
2051
+ readonly conditions?: readonly {
2052
+ readonly lastTransitionTime?: string | undefined;
2053
+ readonly message?: string | undefined;
2054
+ readonly observedGeneration?: number | undefined;
2055
+ readonly reason?: string | undefined;
2056
+ readonly status: string;
2057
+ readonly type: string;
2058
+ }[] | undefined;
2059
+ readonly observedGeneration?: number | undefined;
2060
+ readonly storedVersions?: readonly string[] | undefined;
2061
+ } | undefined;
2062
+ }, NotFound, any>;
1047
2063
  export declare const ReadApiextensionsV1CustomResourceDefinitionStatusInput: Schema.Struct<{}>;
1048
2064
  export type ReadApiextensionsV1CustomResourceDefinitionStatusInput = typeof ReadApiextensionsV1CustomResourceDefinitionStatusInput.Type;
1049
2065
  export declare const ReadApiextensionsV1CustomResourceDefinitionStatusOutput: Schema.Struct<{
@@ -1219,7 +2235,187 @@ export type ReadApiextensionsV1CustomResourceDefinitionStatusOutput = typeof Rea
1219
2235
  /**
1220
2236
  * read status of the specified CustomResourceDefinition
1221
2237
  */
1222
- export declare const readApiextensionsV1CustomResourceDefinitionStatus: any;
2238
+ export declare const readApiextensionsV1CustomResourceDefinitionStatus: API.OperationMethod<{}, {
2239
+ readonly apiVersion?: string | undefined;
2240
+ readonly kind?: string | undefined;
2241
+ readonly metadata?: {
2242
+ readonly annotations?: {
2243
+ readonly [x: string]: string;
2244
+ } | undefined;
2245
+ readonly creationTimestamp?: string | undefined;
2246
+ readonly deletionGracePeriodSeconds?: number | undefined;
2247
+ readonly deletionTimestamp?: string | undefined;
2248
+ readonly finalizers?: readonly string[] | undefined;
2249
+ readonly generateName?: string | undefined;
2250
+ readonly generation?: number | undefined;
2251
+ readonly labels?: {
2252
+ readonly [x: string]: string;
2253
+ } | undefined;
2254
+ readonly managedFields?: readonly {
2255
+ readonly apiVersion?: string | undefined;
2256
+ readonly fieldsType?: string | undefined;
2257
+ readonly fieldsV1?: unknown;
2258
+ readonly manager?: string | undefined;
2259
+ readonly operation?: string | undefined;
2260
+ readonly subresource?: string | undefined;
2261
+ readonly time?: string | undefined;
2262
+ }[] | undefined;
2263
+ readonly name?: string | undefined;
2264
+ readonly namespace?: string | undefined;
2265
+ readonly ownerReferences?: readonly {
2266
+ readonly apiVersion: string;
2267
+ readonly blockOwnerDeletion?: boolean | undefined;
2268
+ readonly controller?: boolean | undefined;
2269
+ readonly kind: string;
2270
+ readonly name: string;
2271
+ readonly uid: string;
2272
+ }[] | undefined;
2273
+ readonly resourceVersion?: string | undefined;
2274
+ readonly selfLink?: string | undefined;
2275
+ readonly uid?: string | undefined;
2276
+ } | undefined;
2277
+ readonly spec: {
2278
+ readonly conversion?: {
2279
+ readonly strategy: string;
2280
+ readonly webhook?: {
2281
+ readonly clientConfig?: {
2282
+ readonly caBundle?: string | undefined;
2283
+ readonly service?: {
2284
+ readonly name: string;
2285
+ readonly namespace: string;
2286
+ readonly path?: string | undefined;
2287
+ readonly port?: number | undefined;
2288
+ } | undefined;
2289
+ readonly url?: string | undefined;
2290
+ } | undefined;
2291
+ readonly conversionReviewVersions: readonly string[];
2292
+ } | undefined;
2293
+ } | undefined;
2294
+ readonly group: string;
2295
+ readonly names: {
2296
+ readonly categories?: readonly string[] | undefined;
2297
+ readonly kind: string;
2298
+ readonly listKind?: string | undefined;
2299
+ readonly plural: string;
2300
+ readonly shortNames?: readonly string[] | undefined;
2301
+ readonly singular?: string | undefined;
2302
+ };
2303
+ readonly preserveUnknownFields?: boolean | undefined;
2304
+ readonly scope: string;
2305
+ readonly versions: readonly {
2306
+ readonly additionalPrinterColumns?: readonly {
2307
+ readonly description?: string | undefined;
2308
+ readonly format?: string | undefined;
2309
+ readonly jsonPath: string;
2310
+ readonly name: string;
2311
+ readonly priority?: number | undefined;
2312
+ readonly type: string;
2313
+ }[] | undefined;
2314
+ readonly deprecated?: boolean | undefined;
2315
+ readonly deprecationWarning?: string | undefined;
2316
+ readonly name: string;
2317
+ readonly schema?: {
2318
+ readonly openAPIV3Schema?: {
2319
+ readonly $ref?: string | undefined;
2320
+ readonly $schema?: string | undefined;
2321
+ readonly additionalItems?: unknown;
2322
+ readonly additionalProperties?: unknown;
2323
+ readonly allOf?: readonly unknown[] | undefined;
2324
+ readonly anyOf?: readonly unknown[] | undefined;
2325
+ readonly default?: unknown;
2326
+ readonly definitions?: {
2327
+ readonly [x: string]: unknown;
2328
+ } | undefined;
2329
+ readonly dependencies?: {
2330
+ readonly [x: string]: unknown;
2331
+ } | undefined;
2332
+ readonly description?: string | undefined;
2333
+ readonly enum?: readonly unknown[] | undefined;
2334
+ readonly example?: unknown;
2335
+ readonly exclusiveMaximum?: boolean | undefined;
2336
+ readonly exclusiveMinimum?: boolean | undefined;
2337
+ readonly externalDocs?: {
2338
+ readonly description?: string | undefined;
2339
+ readonly url?: string | undefined;
2340
+ } | undefined;
2341
+ readonly format?: string | undefined;
2342
+ readonly id?: string | undefined;
2343
+ readonly items?: unknown;
2344
+ readonly maxItems?: number | undefined;
2345
+ readonly maxLength?: number | undefined;
2346
+ readonly maxProperties?: number | undefined;
2347
+ readonly maximum?: number | undefined;
2348
+ readonly minItems?: number | undefined;
2349
+ readonly minLength?: number | undefined;
2350
+ readonly minProperties?: number | undefined;
2351
+ readonly minimum?: number | undefined;
2352
+ readonly multipleOf?: number | undefined;
2353
+ readonly not?: unknown;
2354
+ readonly nullable?: boolean | undefined;
2355
+ readonly oneOf?: readonly unknown[] | undefined;
2356
+ readonly pattern?: string | undefined;
2357
+ readonly patternProperties?: {
2358
+ readonly [x: string]: unknown;
2359
+ } | undefined;
2360
+ readonly properties?: {
2361
+ readonly [x: string]: unknown;
2362
+ } | undefined;
2363
+ readonly required?: readonly string[] | undefined;
2364
+ readonly title?: string | undefined;
2365
+ readonly type?: string | undefined;
2366
+ readonly uniqueItems?: boolean | undefined;
2367
+ readonly "x-kubernetes-embedded-resource"?: boolean | undefined;
2368
+ readonly "x-kubernetes-int-or-string"?: boolean | undefined;
2369
+ readonly "x-kubernetes-list-map-keys"?: readonly string[] | undefined;
2370
+ readonly "x-kubernetes-list-type"?: string | undefined;
2371
+ readonly "x-kubernetes-map-type"?: string | undefined;
2372
+ readonly "x-kubernetes-preserve-unknown-fields"?: boolean | undefined;
2373
+ readonly "x-kubernetes-validations"?: readonly {
2374
+ readonly fieldPath?: string | undefined;
2375
+ readonly message?: string | undefined;
2376
+ readonly messageExpression?: string | undefined;
2377
+ readonly optionalOldSelf?: boolean | undefined;
2378
+ readonly reason?: string | undefined;
2379
+ readonly rule: string;
2380
+ }[] | undefined;
2381
+ } | undefined;
2382
+ } | undefined;
2383
+ readonly selectableFields?: readonly {
2384
+ readonly jsonPath: string;
2385
+ }[] | undefined;
2386
+ readonly served: boolean;
2387
+ readonly storage: boolean;
2388
+ readonly subresources?: {
2389
+ readonly scale?: {
2390
+ readonly labelSelectorPath?: string | undefined;
2391
+ readonly specReplicasPath: string;
2392
+ readonly statusReplicasPath: string;
2393
+ } | undefined;
2394
+ readonly status?: unknown;
2395
+ } | undefined;
2396
+ }[];
2397
+ };
2398
+ readonly status?: {
2399
+ readonly acceptedNames?: {
2400
+ readonly categories?: readonly string[] | undefined;
2401
+ readonly kind: string;
2402
+ readonly listKind?: string | undefined;
2403
+ readonly plural: string;
2404
+ readonly shortNames?: readonly string[] | undefined;
2405
+ readonly singular?: string | undefined;
2406
+ } | undefined;
2407
+ readonly conditions?: readonly {
2408
+ readonly lastTransitionTime?: string | undefined;
2409
+ readonly message?: string | undefined;
2410
+ readonly observedGeneration?: number | undefined;
2411
+ readonly reason?: string | undefined;
2412
+ readonly status: string;
2413
+ readonly type: string;
2414
+ }[] | undefined;
2415
+ readonly observedGeneration?: number | undefined;
2416
+ readonly storedVersions?: readonly string[] | undefined;
2417
+ } | undefined;
2418
+ }, NotFound, any>;
1223
2419
  export declare const ReplaceApiextensionsV1CustomResourceDefinitionInput: Schema.Struct<{
1224
2420
  readonly dryRun: Schema.optional<Schema.String>;
1225
2421
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1401,7 +2597,190 @@ export type ReplaceApiextensionsV1CustomResourceDefinitionOutput = typeof Replac
1401
2597
  * @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
1402
2598
  * @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.
1403
2599
  */
1404
- export declare const replaceApiextensionsV1CustomResourceDefinition: any;
2600
+ export declare const replaceApiextensionsV1CustomResourceDefinition: API.OperationMethod<{
2601
+ readonly dryRun?: string | undefined;
2602
+ readonly fieldValidation?: string | undefined;
2603
+ }, {
2604
+ readonly apiVersion?: string | undefined;
2605
+ readonly kind?: string | undefined;
2606
+ readonly metadata?: {
2607
+ readonly annotations?: {
2608
+ readonly [x: string]: string;
2609
+ } | undefined;
2610
+ readonly creationTimestamp?: string | undefined;
2611
+ readonly deletionGracePeriodSeconds?: number | undefined;
2612
+ readonly deletionTimestamp?: string | undefined;
2613
+ readonly finalizers?: readonly string[] | undefined;
2614
+ readonly generateName?: string | undefined;
2615
+ readonly generation?: number | undefined;
2616
+ readonly labels?: {
2617
+ readonly [x: string]: string;
2618
+ } | undefined;
2619
+ readonly managedFields?: readonly {
2620
+ readonly apiVersion?: string | undefined;
2621
+ readonly fieldsType?: string | undefined;
2622
+ readonly fieldsV1?: unknown;
2623
+ readonly manager?: string | undefined;
2624
+ readonly operation?: string | undefined;
2625
+ readonly subresource?: string | undefined;
2626
+ readonly time?: string | undefined;
2627
+ }[] | undefined;
2628
+ readonly name?: string | undefined;
2629
+ readonly namespace?: string | undefined;
2630
+ readonly ownerReferences?: readonly {
2631
+ readonly apiVersion: string;
2632
+ readonly blockOwnerDeletion?: boolean | undefined;
2633
+ readonly controller?: boolean | undefined;
2634
+ readonly kind: string;
2635
+ readonly name: string;
2636
+ readonly uid: string;
2637
+ }[] | undefined;
2638
+ readonly resourceVersion?: string | undefined;
2639
+ readonly selfLink?: string | undefined;
2640
+ readonly uid?: string | undefined;
2641
+ } | undefined;
2642
+ readonly spec: {
2643
+ readonly conversion?: {
2644
+ readonly strategy: string;
2645
+ readonly webhook?: {
2646
+ readonly clientConfig?: {
2647
+ readonly caBundle?: string | undefined;
2648
+ readonly service?: {
2649
+ readonly name: string;
2650
+ readonly namespace: string;
2651
+ readonly path?: string | undefined;
2652
+ readonly port?: number | undefined;
2653
+ } | undefined;
2654
+ readonly url?: string | undefined;
2655
+ } | undefined;
2656
+ readonly conversionReviewVersions: readonly string[];
2657
+ } | undefined;
2658
+ } | undefined;
2659
+ readonly group: string;
2660
+ readonly names: {
2661
+ readonly categories?: readonly string[] | undefined;
2662
+ readonly kind: string;
2663
+ readonly listKind?: string | undefined;
2664
+ readonly plural: string;
2665
+ readonly shortNames?: readonly string[] | undefined;
2666
+ readonly singular?: string | undefined;
2667
+ };
2668
+ readonly preserveUnknownFields?: boolean | undefined;
2669
+ readonly scope: string;
2670
+ readonly versions: readonly {
2671
+ readonly additionalPrinterColumns?: readonly {
2672
+ readonly description?: string | undefined;
2673
+ readonly format?: string | undefined;
2674
+ readonly jsonPath: string;
2675
+ readonly name: string;
2676
+ readonly priority?: number | undefined;
2677
+ readonly type: string;
2678
+ }[] | undefined;
2679
+ readonly deprecated?: boolean | undefined;
2680
+ readonly deprecationWarning?: string | undefined;
2681
+ readonly name: string;
2682
+ readonly schema?: {
2683
+ readonly openAPIV3Schema?: {
2684
+ readonly $ref?: string | undefined;
2685
+ readonly $schema?: string | undefined;
2686
+ readonly additionalItems?: unknown;
2687
+ readonly additionalProperties?: unknown;
2688
+ readonly allOf?: readonly unknown[] | undefined;
2689
+ readonly anyOf?: readonly unknown[] | undefined;
2690
+ readonly default?: unknown;
2691
+ readonly definitions?: {
2692
+ readonly [x: string]: unknown;
2693
+ } | undefined;
2694
+ readonly dependencies?: {
2695
+ readonly [x: string]: unknown;
2696
+ } | undefined;
2697
+ readonly description?: string | undefined;
2698
+ readonly enum?: readonly unknown[] | undefined;
2699
+ readonly example?: unknown;
2700
+ readonly exclusiveMaximum?: boolean | undefined;
2701
+ readonly exclusiveMinimum?: boolean | undefined;
2702
+ readonly externalDocs?: {
2703
+ readonly description?: string | undefined;
2704
+ readonly url?: string | undefined;
2705
+ } | undefined;
2706
+ readonly format?: string | undefined;
2707
+ readonly id?: string | undefined;
2708
+ readonly items?: unknown;
2709
+ readonly maxItems?: number | undefined;
2710
+ readonly maxLength?: number | undefined;
2711
+ readonly maxProperties?: number | undefined;
2712
+ readonly maximum?: number | undefined;
2713
+ readonly minItems?: number | undefined;
2714
+ readonly minLength?: number | undefined;
2715
+ readonly minProperties?: number | undefined;
2716
+ readonly minimum?: number | undefined;
2717
+ readonly multipleOf?: number | undefined;
2718
+ readonly not?: unknown;
2719
+ readonly nullable?: boolean | undefined;
2720
+ readonly oneOf?: readonly unknown[] | undefined;
2721
+ readonly pattern?: string | undefined;
2722
+ readonly patternProperties?: {
2723
+ readonly [x: string]: unknown;
2724
+ } | undefined;
2725
+ readonly properties?: {
2726
+ readonly [x: string]: unknown;
2727
+ } | undefined;
2728
+ readonly required?: readonly string[] | undefined;
2729
+ readonly title?: string | undefined;
2730
+ readonly type?: string | undefined;
2731
+ readonly uniqueItems?: boolean | undefined;
2732
+ readonly "x-kubernetes-embedded-resource"?: boolean | undefined;
2733
+ readonly "x-kubernetes-int-or-string"?: boolean | undefined;
2734
+ readonly "x-kubernetes-list-map-keys"?: readonly string[] | undefined;
2735
+ readonly "x-kubernetes-list-type"?: string | undefined;
2736
+ readonly "x-kubernetes-map-type"?: string | undefined;
2737
+ readonly "x-kubernetes-preserve-unknown-fields"?: boolean | undefined;
2738
+ readonly "x-kubernetes-validations"?: readonly {
2739
+ readonly fieldPath?: string | undefined;
2740
+ readonly message?: string | undefined;
2741
+ readonly messageExpression?: string | undefined;
2742
+ readonly optionalOldSelf?: boolean | undefined;
2743
+ readonly reason?: string | undefined;
2744
+ readonly rule: string;
2745
+ }[] | undefined;
2746
+ } | undefined;
2747
+ } | undefined;
2748
+ readonly selectableFields?: readonly {
2749
+ readonly jsonPath: string;
2750
+ }[] | undefined;
2751
+ readonly served: boolean;
2752
+ readonly storage: boolean;
2753
+ readonly subresources?: {
2754
+ readonly scale?: {
2755
+ readonly labelSelectorPath?: string | undefined;
2756
+ readonly specReplicasPath: string;
2757
+ readonly statusReplicasPath: string;
2758
+ } | undefined;
2759
+ readonly status?: unknown;
2760
+ } | undefined;
2761
+ }[];
2762
+ };
2763
+ readonly status?: {
2764
+ readonly acceptedNames?: {
2765
+ readonly categories?: readonly string[] | undefined;
2766
+ readonly kind: string;
2767
+ readonly listKind?: string | undefined;
2768
+ readonly plural: string;
2769
+ readonly shortNames?: readonly string[] | undefined;
2770
+ readonly singular?: string | undefined;
2771
+ } | undefined;
2772
+ readonly conditions?: readonly {
2773
+ readonly lastTransitionTime?: string | undefined;
2774
+ readonly message?: string | undefined;
2775
+ readonly observedGeneration?: number | undefined;
2776
+ readonly reason?: string | undefined;
2777
+ readonly status: string;
2778
+ readonly type: string;
2779
+ }[] | undefined;
2780
+ readonly observedGeneration?: number | undefined;
2781
+ readonly storedVersions?: readonly string[] | undefined;
2782
+ } | undefined;
2783
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1405
2784
  export declare const ReplaceApiextensionsV1CustomResourceDefinitionStatusInput: Schema.Struct<{
1406
2785
  readonly dryRun: Schema.optional<Schema.String>;
1407
2786
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1583,7 +2962,190 @@ export type ReplaceApiextensionsV1CustomResourceDefinitionStatusOutput = typeof
1583
2962
  * @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
1584
2963
  * @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.
1585
2964
  */
1586
- export declare const replaceApiextensionsV1CustomResourceDefinitionStatus: any;
2965
+ export declare const replaceApiextensionsV1CustomResourceDefinitionStatus: API.OperationMethod<{
2966
+ readonly dryRun?: string | undefined;
2967
+ readonly fieldValidation?: string | undefined;
2968
+ }, {
2969
+ readonly apiVersion?: string | undefined;
2970
+ readonly kind?: string | undefined;
2971
+ readonly metadata?: {
2972
+ readonly annotations?: {
2973
+ readonly [x: string]: string;
2974
+ } | undefined;
2975
+ readonly creationTimestamp?: string | undefined;
2976
+ readonly deletionGracePeriodSeconds?: number | undefined;
2977
+ readonly deletionTimestamp?: string | undefined;
2978
+ readonly finalizers?: readonly string[] | undefined;
2979
+ readonly generateName?: string | undefined;
2980
+ readonly generation?: number | undefined;
2981
+ readonly labels?: {
2982
+ readonly [x: string]: string;
2983
+ } | undefined;
2984
+ readonly managedFields?: readonly {
2985
+ readonly apiVersion?: string | undefined;
2986
+ readonly fieldsType?: string | undefined;
2987
+ readonly fieldsV1?: unknown;
2988
+ readonly manager?: string | undefined;
2989
+ readonly operation?: string | undefined;
2990
+ readonly subresource?: string | undefined;
2991
+ readonly time?: string | undefined;
2992
+ }[] | undefined;
2993
+ readonly name?: string | undefined;
2994
+ readonly namespace?: string | undefined;
2995
+ readonly ownerReferences?: readonly {
2996
+ readonly apiVersion: string;
2997
+ readonly blockOwnerDeletion?: boolean | undefined;
2998
+ readonly controller?: boolean | undefined;
2999
+ readonly kind: string;
3000
+ readonly name: string;
3001
+ readonly uid: string;
3002
+ }[] | undefined;
3003
+ readonly resourceVersion?: string | undefined;
3004
+ readonly selfLink?: string | undefined;
3005
+ readonly uid?: string | undefined;
3006
+ } | undefined;
3007
+ readonly spec: {
3008
+ readonly conversion?: {
3009
+ readonly strategy: string;
3010
+ readonly webhook?: {
3011
+ readonly clientConfig?: {
3012
+ readonly caBundle?: string | undefined;
3013
+ readonly service?: {
3014
+ readonly name: string;
3015
+ readonly namespace: string;
3016
+ readonly path?: string | undefined;
3017
+ readonly port?: number | undefined;
3018
+ } | undefined;
3019
+ readonly url?: string | undefined;
3020
+ } | undefined;
3021
+ readonly conversionReviewVersions: readonly string[];
3022
+ } | undefined;
3023
+ } | undefined;
3024
+ readonly group: string;
3025
+ readonly names: {
3026
+ readonly categories?: readonly string[] | undefined;
3027
+ readonly kind: string;
3028
+ readonly listKind?: string | undefined;
3029
+ readonly plural: string;
3030
+ readonly shortNames?: readonly string[] | undefined;
3031
+ readonly singular?: string | undefined;
3032
+ };
3033
+ readonly preserveUnknownFields?: boolean | undefined;
3034
+ readonly scope: string;
3035
+ readonly versions: readonly {
3036
+ readonly additionalPrinterColumns?: readonly {
3037
+ readonly description?: string | undefined;
3038
+ readonly format?: string | undefined;
3039
+ readonly jsonPath: string;
3040
+ readonly name: string;
3041
+ readonly priority?: number | undefined;
3042
+ readonly type: string;
3043
+ }[] | undefined;
3044
+ readonly deprecated?: boolean | undefined;
3045
+ readonly deprecationWarning?: string | undefined;
3046
+ readonly name: string;
3047
+ readonly schema?: {
3048
+ readonly openAPIV3Schema?: {
3049
+ readonly $ref?: string | undefined;
3050
+ readonly $schema?: string | undefined;
3051
+ readonly additionalItems?: unknown;
3052
+ readonly additionalProperties?: unknown;
3053
+ readonly allOf?: readonly unknown[] | undefined;
3054
+ readonly anyOf?: readonly unknown[] | undefined;
3055
+ readonly default?: unknown;
3056
+ readonly definitions?: {
3057
+ readonly [x: string]: unknown;
3058
+ } | undefined;
3059
+ readonly dependencies?: {
3060
+ readonly [x: string]: unknown;
3061
+ } | undefined;
3062
+ readonly description?: string | undefined;
3063
+ readonly enum?: readonly unknown[] | undefined;
3064
+ readonly example?: unknown;
3065
+ readonly exclusiveMaximum?: boolean | undefined;
3066
+ readonly exclusiveMinimum?: boolean | undefined;
3067
+ readonly externalDocs?: {
3068
+ readonly description?: string | undefined;
3069
+ readonly url?: string | undefined;
3070
+ } | undefined;
3071
+ readonly format?: string | undefined;
3072
+ readonly id?: string | undefined;
3073
+ readonly items?: unknown;
3074
+ readonly maxItems?: number | undefined;
3075
+ readonly maxLength?: number | undefined;
3076
+ readonly maxProperties?: number | undefined;
3077
+ readonly maximum?: number | undefined;
3078
+ readonly minItems?: number | undefined;
3079
+ readonly minLength?: number | undefined;
3080
+ readonly minProperties?: number | undefined;
3081
+ readonly minimum?: number | undefined;
3082
+ readonly multipleOf?: number | undefined;
3083
+ readonly not?: unknown;
3084
+ readonly nullable?: boolean | undefined;
3085
+ readonly oneOf?: readonly unknown[] | undefined;
3086
+ readonly pattern?: string | undefined;
3087
+ readonly patternProperties?: {
3088
+ readonly [x: string]: unknown;
3089
+ } | undefined;
3090
+ readonly properties?: {
3091
+ readonly [x: string]: unknown;
3092
+ } | undefined;
3093
+ readonly required?: readonly string[] | undefined;
3094
+ readonly title?: string | undefined;
3095
+ readonly type?: string | undefined;
3096
+ readonly uniqueItems?: boolean | undefined;
3097
+ readonly "x-kubernetes-embedded-resource"?: boolean | undefined;
3098
+ readonly "x-kubernetes-int-or-string"?: boolean | undefined;
3099
+ readonly "x-kubernetes-list-map-keys"?: readonly string[] | undefined;
3100
+ readonly "x-kubernetes-list-type"?: string | undefined;
3101
+ readonly "x-kubernetes-map-type"?: string | undefined;
3102
+ readonly "x-kubernetes-preserve-unknown-fields"?: boolean | undefined;
3103
+ readonly "x-kubernetes-validations"?: readonly {
3104
+ readonly fieldPath?: string | undefined;
3105
+ readonly message?: string | undefined;
3106
+ readonly messageExpression?: string | undefined;
3107
+ readonly optionalOldSelf?: boolean | undefined;
3108
+ readonly reason?: string | undefined;
3109
+ readonly rule: string;
3110
+ }[] | undefined;
3111
+ } | undefined;
3112
+ } | undefined;
3113
+ readonly selectableFields?: readonly {
3114
+ readonly jsonPath: string;
3115
+ }[] | undefined;
3116
+ readonly served: boolean;
3117
+ readonly storage: boolean;
3118
+ readonly subresources?: {
3119
+ readonly scale?: {
3120
+ readonly labelSelectorPath?: string | undefined;
3121
+ readonly specReplicasPath: string;
3122
+ readonly statusReplicasPath: string;
3123
+ } | undefined;
3124
+ readonly status?: unknown;
3125
+ } | undefined;
3126
+ }[];
3127
+ };
3128
+ readonly status?: {
3129
+ readonly acceptedNames?: {
3130
+ readonly categories?: readonly string[] | undefined;
3131
+ readonly kind: string;
3132
+ readonly listKind?: string | undefined;
3133
+ readonly plural: string;
3134
+ readonly shortNames?: readonly string[] | undefined;
3135
+ readonly singular?: string | undefined;
3136
+ } | undefined;
3137
+ readonly conditions?: readonly {
3138
+ readonly lastTransitionTime?: string | undefined;
3139
+ readonly message?: string | undefined;
3140
+ readonly observedGeneration?: number | undefined;
3141
+ readonly reason?: string | undefined;
3142
+ readonly status: string;
3143
+ readonly type: string;
3144
+ }[] | undefined;
3145
+ readonly observedGeneration?: number | undefined;
3146
+ readonly storedVersions?: readonly string[] | undefined;
3147
+ } | undefined;
3148
+ }, Conflict | NotFound | UnprocessableEntity, any>;
1587
3149
  export declare const WatchApiextensionsV1CustomResourceDefinitionInput: Schema.Struct<{}>;
1588
3150
  export type WatchApiextensionsV1CustomResourceDefinitionInput = typeof WatchApiextensionsV1CustomResourceDefinitionInput.Type;
1589
3151
  export declare const WatchApiextensionsV1CustomResourceDefinitionOutput: Schema.Struct<{
@@ -1594,7 +3156,10 @@ export type WatchApiextensionsV1CustomResourceDefinitionOutput = typeof WatchApi
1594
3156
  /**
1595
3157
  * watch changes to an object of kind CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
1596
3158
  */
1597
- export declare const watchApiextensionsV1CustomResourceDefinition: any;
3159
+ export declare const watchApiextensionsV1CustomResourceDefinition: API.OperationMethod<{}, {
3160
+ readonly object: unknown;
3161
+ readonly type: string;
3162
+ }, never, any>;
1598
3163
  export declare const WatchApiextensionsV1CustomResourceDefinitionListInput: Schema.Struct<{}>;
1599
3164
  export type WatchApiextensionsV1CustomResourceDefinitionListInput = typeof WatchApiextensionsV1CustomResourceDefinitionListInput.Type;
1600
3165
  export declare const WatchApiextensionsV1CustomResourceDefinitionListOutput: Schema.Struct<{
@@ -1605,5 +3170,8 @@ export type WatchApiextensionsV1CustomResourceDefinitionListOutput = typeof Watc
1605
3170
  /**
1606
3171
  * watch individual changes to a list of CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead.
1607
3172
  */
1608
- export declare const watchApiextensionsV1CustomResourceDefinitionList: any;
3173
+ export declare const watchApiextensionsV1CustomResourceDefinitionList: API.OperationMethod<{}, {
3174
+ readonly object: unknown;
3175
+ readonly type: string;
3176
+ }, never, any>;
1609
3177
  //# sourceMappingURL=apiextensions.d.ts.map