@distilled.cloud/kubernetes 0.10.2 → 0.12.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 CreateStoragemigrationV1beta1StorageVersionMigrationInput: Schema.Struct<{
9
11
  readonly dryRun: Schema.optional<Schema.String>;
10
12
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -70,7 +72,66 @@ export type CreateStoragemigrationV1beta1StorageVersionMigrationOutput = typeof
70
72
  * @param dryRun - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
71
73
  * @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
72
74
  */
73
- export declare const createStoragemigrationV1beta1StorageVersionMigration: any;
75
+ export declare const createStoragemigrationV1beta1StorageVersionMigration: API.OperationMethod<{
76
+ readonly dryRun?: string | undefined;
77
+ readonly fieldValidation?: string | undefined;
78
+ }, {
79
+ readonly apiVersion?: string | undefined;
80
+ readonly kind?: string | undefined;
81
+ readonly metadata?: {
82
+ readonly annotations?: {
83
+ readonly [x: string]: string;
84
+ } | undefined;
85
+ readonly creationTimestamp?: string | undefined;
86
+ readonly deletionGracePeriodSeconds?: number | undefined;
87
+ readonly deletionTimestamp?: string | undefined;
88
+ readonly finalizers?: readonly string[] | undefined;
89
+ readonly generateName?: string | undefined;
90
+ readonly generation?: number | undefined;
91
+ readonly labels?: {
92
+ readonly [x: string]: string;
93
+ } | undefined;
94
+ readonly managedFields?: readonly {
95
+ readonly apiVersion?: string | undefined;
96
+ readonly fieldsType?: string | undefined;
97
+ readonly fieldsV1?: unknown;
98
+ readonly manager?: string | undefined;
99
+ readonly operation?: string | undefined;
100
+ readonly subresource?: string | undefined;
101
+ readonly time?: string | undefined;
102
+ }[] | undefined;
103
+ readonly name?: string | undefined;
104
+ readonly namespace?: string | undefined;
105
+ readonly ownerReferences?: readonly {
106
+ readonly apiVersion: string;
107
+ readonly blockOwnerDeletion?: boolean | undefined;
108
+ readonly controller?: boolean | undefined;
109
+ readonly kind: string;
110
+ readonly name: string;
111
+ readonly uid: string;
112
+ }[] | undefined;
113
+ readonly resourceVersion?: string | undefined;
114
+ readonly selfLink?: string | undefined;
115
+ readonly uid?: string | undefined;
116
+ } | undefined;
117
+ readonly spec?: {
118
+ readonly resource: {
119
+ readonly group: string;
120
+ readonly resource: string;
121
+ };
122
+ } | undefined;
123
+ readonly status?: {
124
+ readonly conditions?: readonly {
125
+ readonly lastTransitionTime: string;
126
+ readonly message: string;
127
+ readonly observedGeneration?: number | undefined;
128
+ readonly reason: string;
129
+ readonly status: string;
130
+ readonly type: string;
131
+ }[] | undefined;
132
+ readonly resourceVersion?: string | undefined;
133
+ } | undefined;
134
+ }, Conflict | UnprocessableEntity, any>;
74
135
  export declare const DeleteStoragemigrationV1beta1CollectionStorageVersionMigrationInput: Schema.Struct<{
75
136
  readonly dryRun: Schema.optional<Schema.String>;
76
137
  }>;
@@ -110,7 +171,37 @@ export type DeleteStoragemigrationV1beta1CollectionStorageVersionMigrationOutput
110
171
  *
111
172
  * @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
112
173
  */
113
- export declare const deleteStoragemigrationV1beta1CollectionStorageVersionMigration: any;
174
+ export declare const deleteStoragemigrationV1beta1CollectionStorageVersionMigration: API.OperationMethod<{
175
+ readonly dryRun?: string | undefined;
176
+ }, {
177
+ readonly apiVersion?: string | undefined;
178
+ readonly code?: number | undefined;
179
+ readonly details?: {
180
+ readonly causes?: readonly {
181
+ readonly field?: string | undefined;
182
+ readonly message?: string | undefined;
183
+ readonly reason?: string | undefined;
184
+ }[] | undefined;
185
+ readonly group?: string | undefined;
186
+ readonly kind?: string | undefined;
187
+ readonly name?: string | undefined;
188
+ readonly retryAfterSeconds?: number | undefined;
189
+ readonly uid?: string | undefined;
190
+ } | undefined;
191
+ readonly kind?: string | undefined;
192
+ readonly message?: string | undefined;
193
+ readonly metadata?: {
194
+ readonly continue?: string | undefined;
195
+ readonly remainingItemCount?: number | undefined;
196
+ readonly resourceVersion?: string | undefined;
197
+ readonly selfLink?: string | undefined;
198
+ readonly shardInfo?: {
199
+ readonly selector: string;
200
+ } | undefined;
201
+ } | undefined;
202
+ readonly reason?: string | undefined;
203
+ readonly status?: string | undefined;
204
+ }, never, any>;
114
205
  export declare const DeleteStoragemigrationV1beta1StorageVersionMigrationInput: Schema.Struct<{
115
206
  readonly dryRun: Schema.optional<Schema.String>;
116
207
  }>;
@@ -150,7 +241,37 @@ export type DeleteStoragemigrationV1beta1StorageVersionMigrationOutput = typeof
150
241
  *
151
242
  * @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
152
243
  */
153
- export declare const deleteStoragemigrationV1beta1StorageVersionMigration: any;
244
+ export declare const deleteStoragemigrationV1beta1StorageVersionMigration: API.OperationMethod<{
245
+ readonly dryRun?: string | undefined;
246
+ }, {
247
+ readonly apiVersion?: string | undefined;
248
+ readonly code?: number | undefined;
249
+ readonly details?: {
250
+ readonly causes?: readonly {
251
+ readonly field?: string | undefined;
252
+ readonly message?: string | undefined;
253
+ readonly reason?: string | undefined;
254
+ }[] | undefined;
255
+ readonly group?: string | undefined;
256
+ readonly kind?: string | undefined;
257
+ readonly name?: string | undefined;
258
+ readonly retryAfterSeconds?: number | undefined;
259
+ readonly uid?: string | undefined;
260
+ } | undefined;
261
+ readonly kind?: string | undefined;
262
+ readonly message?: string | undefined;
263
+ readonly metadata?: {
264
+ readonly continue?: string | undefined;
265
+ readonly remainingItemCount?: number | undefined;
266
+ readonly resourceVersion?: string | undefined;
267
+ readonly selfLink?: string | undefined;
268
+ readonly shardInfo?: {
269
+ readonly selector: string;
270
+ } | undefined;
271
+ } | undefined;
272
+ readonly reason?: string | undefined;
273
+ readonly status?: string | undefined;
274
+ }, Conflict | NotFound, any>;
154
275
  export declare const GetStoragemigrationAPIGroupInput: Schema.Struct<{}>;
155
276
  export type GetStoragemigrationAPIGroupInput = typeof GetStoragemigrationAPIGroupInput.Type;
156
277
  export declare const GetStoragemigrationAPIGroupOutput: Schema.Struct<{
@@ -174,7 +295,23 @@ export type GetStoragemigrationAPIGroupOutput = typeof GetStoragemigrationAPIGro
174
295
  /**
175
296
  * get information of a group
176
297
  */
177
- export declare const getStoragemigrationAPIGroup: any;
298
+ export declare const getStoragemigrationAPIGroup: API.OperationMethod<{}, {
299
+ readonly apiVersion?: string | undefined;
300
+ readonly kind?: string | undefined;
301
+ readonly name: string;
302
+ readonly preferredVersion?: {
303
+ readonly groupVersion: string;
304
+ readonly version: string;
305
+ } | undefined;
306
+ readonly serverAddressByClientCIDRs?: readonly {
307
+ readonly clientCIDR: string;
308
+ readonly serverAddress: string;
309
+ }[] | undefined;
310
+ readonly versions: readonly {
311
+ readonly groupVersion: string;
312
+ readonly version: string;
313
+ }[];
314
+ }, never, any>;
178
315
  export declare const GetStoragemigrationV1beta1APIResourcesInput: Schema.Struct<{}>;
179
316
  export type GetStoragemigrationV1beta1APIResourcesInput = typeof GetStoragemigrationV1beta1APIResourcesInput.Type;
180
317
  export declare const GetStoragemigrationV1beta1APIResourcesOutput: Schema.Struct<{
@@ -198,7 +335,23 @@ export type GetStoragemigrationV1beta1APIResourcesOutput = typeof GetStoragemigr
198
335
  /**
199
336
  * get available resources
200
337
  */
201
- export declare const getStoragemigrationV1beta1APIResources: any;
338
+ export declare const getStoragemigrationV1beta1APIResources: API.OperationMethod<{}, {
339
+ readonly apiVersion?: string | undefined;
340
+ readonly groupVersion: string;
341
+ readonly kind?: string | undefined;
342
+ readonly resources: readonly {
343
+ readonly categories?: readonly string[] | undefined;
344
+ readonly group?: string | undefined;
345
+ readonly kind: string;
346
+ readonly name: string;
347
+ readonly namespaced: boolean;
348
+ readonly shortNames?: readonly string[] | undefined;
349
+ readonly singularName: string;
350
+ readonly storageVersionHash?: string | undefined;
351
+ readonly verbs: readonly string[];
352
+ readonly version?: string | undefined;
353
+ }[];
354
+ }, never, any>;
202
355
  export declare const ListStoragemigrationV1beta1StorageVersionMigrationInput: Schema.Struct<{}>;
203
356
  export type ListStoragemigrationV1beta1StorageVersionMigrationInput = typeof ListStoragemigrationV1beta1StorageVersionMigrationInput.Type;
204
357
  export declare const ListStoragemigrationV1beta1StorageVersionMigrationOutput: Schema.Struct<{
@@ -271,7 +424,76 @@ export type ListStoragemigrationV1beta1StorageVersionMigrationOutput = typeof Li
271
424
  /**
272
425
  * list or watch objects of kind StorageVersionMigration
273
426
  */
274
- export declare const listStoragemigrationV1beta1StorageVersionMigration: any;
427
+ export declare const listStoragemigrationV1beta1StorageVersionMigration: API.OperationMethod<{}, {
428
+ readonly apiVersion?: string | undefined;
429
+ readonly items: readonly {
430
+ readonly apiVersion?: string | undefined;
431
+ readonly kind?: string | undefined;
432
+ readonly metadata?: {
433
+ readonly annotations?: {
434
+ readonly [x: string]: string;
435
+ } | undefined;
436
+ readonly creationTimestamp?: string | undefined;
437
+ readonly deletionGracePeriodSeconds?: number | undefined;
438
+ readonly deletionTimestamp?: string | undefined;
439
+ readonly finalizers?: readonly string[] | undefined;
440
+ readonly generateName?: string | undefined;
441
+ readonly generation?: number | undefined;
442
+ readonly labels?: {
443
+ readonly [x: string]: string;
444
+ } | undefined;
445
+ readonly managedFields?: readonly {
446
+ readonly apiVersion?: string | undefined;
447
+ readonly fieldsType?: string | undefined;
448
+ readonly fieldsV1?: unknown;
449
+ readonly manager?: string | undefined;
450
+ readonly operation?: string | undefined;
451
+ readonly subresource?: string | undefined;
452
+ readonly time?: string | undefined;
453
+ }[] | undefined;
454
+ readonly name?: string | undefined;
455
+ readonly namespace?: string | undefined;
456
+ readonly ownerReferences?: readonly {
457
+ readonly apiVersion: string;
458
+ readonly blockOwnerDeletion?: boolean | undefined;
459
+ readonly controller?: boolean | undefined;
460
+ readonly kind: string;
461
+ readonly name: string;
462
+ readonly uid: string;
463
+ }[] | undefined;
464
+ readonly resourceVersion?: string | undefined;
465
+ readonly selfLink?: string | undefined;
466
+ readonly uid?: string | undefined;
467
+ } | undefined;
468
+ readonly spec?: {
469
+ readonly resource: {
470
+ readonly group: string;
471
+ readonly resource: string;
472
+ };
473
+ } | undefined;
474
+ readonly status?: {
475
+ readonly conditions?: readonly {
476
+ readonly lastTransitionTime: string;
477
+ readonly message: string;
478
+ readonly observedGeneration?: number | undefined;
479
+ readonly reason: string;
480
+ readonly status: string;
481
+ readonly type: string;
482
+ }[] | undefined;
483
+ readonly resourceVersion?: string | undefined;
484
+ } | undefined;
485
+ }[];
486
+ readonly kind?: string | undefined;
487
+ readonly metadata?: {
488
+ readonly continue?: string | undefined;
489
+ readonly remainingItemCount?: number | undefined;
490
+ readonly resourceVersion?: string | undefined;
491
+ readonly selfLink?: string | undefined;
492
+ readonly shardInfo?: {
493
+ readonly selector: string;
494
+ } | undefined;
495
+ } | undefined;
496
+ }, never, any>;
275
497
  export declare const PatchStoragemigrationV1beta1StorageVersionMigrationInput: Schema.Struct<{
276
498
  readonly dryRun: Schema.optional<Schema.String>;
277
499
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -337,7 +559,66 @@ export type PatchStoragemigrationV1beta1StorageVersionMigrationOutput = typeof P
337
559
  * @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
338
560
  * @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.
339
561
  */
340
- export declare const patchStoragemigrationV1beta1StorageVersionMigration: any;
562
+ export declare const patchStoragemigrationV1beta1StorageVersionMigration: API.OperationMethod<{
563
+ readonly dryRun?: string | undefined;
564
+ readonly fieldValidation?: string | undefined;
565
+ }, {
566
+ readonly apiVersion?: string | undefined;
567
+ readonly kind?: string | undefined;
568
+ readonly metadata?: {
569
+ readonly annotations?: {
570
+ readonly [x: string]: string;
571
+ } | undefined;
572
+ readonly creationTimestamp?: string | undefined;
573
+ readonly deletionGracePeriodSeconds?: number | undefined;
574
+ readonly deletionTimestamp?: string | undefined;
575
+ readonly finalizers?: readonly string[] | undefined;
576
+ readonly generateName?: string | undefined;
577
+ readonly generation?: number | undefined;
578
+ readonly labels?: {
579
+ readonly [x: string]: string;
580
+ } | undefined;
581
+ readonly managedFields?: readonly {
582
+ readonly apiVersion?: string | undefined;
583
+ readonly fieldsType?: string | undefined;
584
+ readonly fieldsV1?: unknown;
585
+ readonly manager?: string | undefined;
586
+ readonly operation?: string | undefined;
587
+ readonly subresource?: string | undefined;
588
+ readonly time?: string | undefined;
589
+ }[] | undefined;
590
+ readonly name?: string | undefined;
591
+ readonly namespace?: string | undefined;
592
+ readonly ownerReferences?: readonly {
593
+ readonly apiVersion: string;
594
+ readonly blockOwnerDeletion?: boolean | undefined;
595
+ readonly controller?: boolean | undefined;
596
+ readonly kind: string;
597
+ readonly name: string;
598
+ readonly uid: string;
599
+ }[] | undefined;
600
+ readonly resourceVersion?: string | undefined;
601
+ readonly selfLink?: string | undefined;
602
+ readonly uid?: string | undefined;
603
+ } | undefined;
604
+ readonly spec?: {
605
+ readonly resource: {
606
+ readonly group: string;
607
+ readonly resource: string;
608
+ };
609
+ } | undefined;
610
+ readonly status?: {
611
+ readonly conditions?: readonly {
612
+ readonly lastTransitionTime: string;
613
+ readonly message: string;
614
+ readonly observedGeneration?: number | undefined;
615
+ readonly reason: string;
616
+ readonly status: string;
617
+ readonly type: string;
618
+ }[] | undefined;
619
+ readonly resourceVersion?: string | undefined;
620
+ } | undefined;
621
+ }, Conflict | NotFound | UnprocessableEntity, any>;
341
622
  export declare const PatchStoragemigrationV1beta1StorageVersionMigrationStatusInput: Schema.Struct<{
342
623
  readonly dryRun: Schema.optional<Schema.String>;
343
624
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -403,7 +684,66 @@ export type PatchStoragemigrationV1beta1StorageVersionMigrationStatusOutput = ty
403
684
  * @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
404
685
  * @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.
405
686
  */
406
- export declare const patchStoragemigrationV1beta1StorageVersionMigrationStatus: any;
687
+ export declare const patchStoragemigrationV1beta1StorageVersionMigrationStatus: API.OperationMethod<{
688
+ readonly dryRun?: string | undefined;
689
+ readonly fieldValidation?: string | undefined;
690
+ }, {
691
+ readonly apiVersion?: string | undefined;
692
+ readonly kind?: string | undefined;
693
+ readonly metadata?: {
694
+ readonly annotations?: {
695
+ readonly [x: string]: string;
696
+ } | undefined;
697
+ readonly creationTimestamp?: string | undefined;
698
+ readonly deletionGracePeriodSeconds?: number | undefined;
699
+ readonly deletionTimestamp?: string | undefined;
700
+ readonly finalizers?: readonly string[] | undefined;
701
+ readonly generateName?: string | undefined;
702
+ readonly generation?: number | undefined;
703
+ readonly labels?: {
704
+ readonly [x: string]: string;
705
+ } | undefined;
706
+ readonly managedFields?: readonly {
707
+ readonly apiVersion?: string | undefined;
708
+ readonly fieldsType?: string | undefined;
709
+ readonly fieldsV1?: unknown;
710
+ readonly manager?: string | undefined;
711
+ readonly operation?: string | undefined;
712
+ readonly subresource?: string | undefined;
713
+ readonly time?: string | undefined;
714
+ }[] | undefined;
715
+ readonly name?: string | undefined;
716
+ readonly namespace?: string | undefined;
717
+ readonly ownerReferences?: readonly {
718
+ readonly apiVersion: string;
719
+ readonly blockOwnerDeletion?: boolean | undefined;
720
+ readonly controller?: boolean | undefined;
721
+ readonly kind: string;
722
+ readonly name: string;
723
+ readonly uid: string;
724
+ }[] | undefined;
725
+ readonly resourceVersion?: string | undefined;
726
+ readonly selfLink?: string | undefined;
727
+ readonly uid?: string | undefined;
728
+ } | undefined;
729
+ readonly spec?: {
730
+ readonly resource: {
731
+ readonly group: string;
732
+ readonly resource: string;
733
+ };
734
+ } | undefined;
735
+ readonly status?: {
736
+ readonly conditions?: readonly {
737
+ readonly lastTransitionTime: string;
738
+ readonly message: string;
739
+ readonly observedGeneration?: number | undefined;
740
+ readonly reason: string;
741
+ readonly status: string;
742
+ readonly type: string;
743
+ }[] | undefined;
744
+ readonly resourceVersion?: string | undefined;
745
+ } | undefined;
746
+ }, Conflict | NotFound | UnprocessableEntity, any>;
407
747
  export declare const ReadStoragemigrationV1beta1StorageVersionMigrationInput: Schema.Struct<{}>;
408
748
  export type ReadStoragemigrationV1beta1StorageVersionMigrationInput = typeof ReadStoragemigrationV1beta1StorageVersionMigrationInput.Type;
409
749
  export declare const ReadStoragemigrationV1beta1StorageVersionMigrationOutput: Schema.Struct<{
@@ -463,7 +803,63 @@ export type ReadStoragemigrationV1beta1StorageVersionMigrationOutput = typeof Re
463
803
  /**
464
804
  * read the specified StorageVersionMigration
465
805
  */
466
- export declare const readStoragemigrationV1beta1StorageVersionMigration: any;
806
+ export declare const readStoragemigrationV1beta1StorageVersionMigration: API.OperationMethod<{}, {
807
+ readonly apiVersion?: string | undefined;
808
+ readonly kind?: string | undefined;
809
+ readonly metadata?: {
810
+ readonly annotations?: {
811
+ readonly [x: string]: string;
812
+ } | undefined;
813
+ readonly creationTimestamp?: string | undefined;
814
+ readonly deletionGracePeriodSeconds?: number | undefined;
815
+ readonly deletionTimestamp?: string | undefined;
816
+ readonly finalizers?: readonly string[] | undefined;
817
+ readonly generateName?: string | undefined;
818
+ readonly generation?: number | undefined;
819
+ readonly labels?: {
820
+ readonly [x: string]: string;
821
+ } | undefined;
822
+ readonly managedFields?: readonly {
823
+ readonly apiVersion?: string | undefined;
824
+ readonly fieldsType?: string | undefined;
825
+ readonly fieldsV1?: unknown;
826
+ readonly manager?: string | undefined;
827
+ readonly operation?: string | undefined;
828
+ readonly subresource?: string | undefined;
829
+ readonly time?: string | undefined;
830
+ }[] | undefined;
831
+ readonly name?: string | undefined;
832
+ readonly namespace?: string | undefined;
833
+ readonly ownerReferences?: readonly {
834
+ readonly apiVersion: string;
835
+ readonly blockOwnerDeletion?: boolean | undefined;
836
+ readonly controller?: boolean | undefined;
837
+ readonly kind: string;
838
+ readonly name: string;
839
+ readonly uid: string;
840
+ }[] | undefined;
841
+ readonly resourceVersion?: string | undefined;
842
+ readonly selfLink?: string | undefined;
843
+ readonly uid?: string | undefined;
844
+ } | undefined;
845
+ readonly spec?: {
846
+ readonly resource: {
847
+ readonly group: string;
848
+ readonly resource: string;
849
+ };
850
+ } | undefined;
851
+ readonly status?: {
852
+ readonly conditions?: readonly {
853
+ readonly lastTransitionTime: string;
854
+ readonly message: string;
855
+ readonly observedGeneration?: number | undefined;
856
+ readonly reason: string;
857
+ readonly status: string;
858
+ readonly type: string;
859
+ }[] | undefined;
860
+ readonly resourceVersion?: string | undefined;
861
+ } | undefined;
862
+ }, NotFound, any>;
467
863
  export declare const ReadStoragemigrationV1beta1StorageVersionMigrationStatusInput: Schema.Struct<{}>;
468
864
  export type ReadStoragemigrationV1beta1StorageVersionMigrationStatusInput = typeof ReadStoragemigrationV1beta1StorageVersionMigrationStatusInput.Type;
469
865
  export declare const ReadStoragemigrationV1beta1StorageVersionMigrationStatusOutput: Schema.Struct<{
@@ -523,7 +919,63 @@ export type ReadStoragemigrationV1beta1StorageVersionMigrationStatusOutput = typ
523
919
  /**
524
920
  * read status of the specified StorageVersionMigration
525
921
  */
526
- export declare const readStoragemigrationV1beta1StorageVersionMigrationStatus: any;
922
+ export declare const readStoragemigrationV1beta1StorageVersionMigrationStatus: API.OperationMethod<{}, {
923
+ readonly apiVersion?: string | undefined;
924
+ readonly kind?: string | undefined;
925
+ readonly metadata?: {
926
+ readonly annotations?: {
927
+ readonly [x: string]: string;
928
+ } | undefined;
929
+ readonly creationTimestamp?: string | undefined;
930
+ readonly deletionGracePeriodSeconds?: number | undefined;
931
+ readonly deletionTimestamp?: string | undefined;
932
+ readonly finalizers?: readonly string[] | undefined;
933
+ readonly generateName?: string | undefined;
934
+ readonly generation?: number | undefined;
935
+ readonly labels?: {
936
+ readonly [x: string]: string;
937
+ } | undefined;
938
+ readonly managedFields?: readonly {
939
+ readonly apiVersion?: string | undefined;
940
+ readonly fieldsType?: string | undefined;
941
+ readonly fieldsV1?: unknown;
942
+ readonly manager?: string | undefined;
943
+ readonly operation?: string | undefined;
944
+ readonly subresource?: string | undefined;
945
+ readonly time?: string | undefined;
946
+ }[] | undefined;
947
+ readonly name?: string | undefined;
948
+ readonly namespace?: string | undefined;
949
+ readonly ownerReferences?: readonly {
950
+ readonly apiVersion: string;
951
+ readonly blockOwnerDeletion?: boolean | undefined;
952
+ readonly controller?: boolean | undefined;
953
+ readonly kind: string;
954
+ readonly name: string;
955
+ readonly uid: string;
956
+ }[] | undefined;
957
+ readonly resourceVersion?: string | undefined;
958
+ readonly selfLink?: string | undefined;
959
+ readonly uid?: string | undefined;
960
+ } | undefined;
961
+ readonly spec?: {
962
+ readonly resource: {
963
+ readonly group: string;
964
+ readonly resource: string;
965
+ };
966
+ } | undefined;
967
+ readonly status?: {
968
+ readonly conditions?: readonly {
969
+ readonly lastTransitionTime: string;
970
+ readonly message: string;
971
+ readonly observedGeneration?: number | undefined;
972
+ readonly reason: string;
973
+ readonly status: string;
974
+ readonly type: string;
975
+ }[] | undefined;
976
+ readonly resourceVersion?: string | undefined;
977
+ } | undefined;
978
+ }, NotFound, any>;
527
979
  export declare const ReplaceStoragemigrationV1beta1StorageVersionMigrationInput: Schema.Struct<{
528
980
  readonly dryRun: Schema.optional<Schema.String>;
529
981
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -589,7 +1041,66 @@ export type ReplaceStoragemigrationV1beta1StorageVersionMigrationOutput = typeof
589
1041
  * @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
590
1042
  * @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.
591
1043
  */
592
- export declare const replaceStoragemigrationV1beta1StorageVersionMigration: any;
1044
+ export declare const replaceStoragemigrationV1beta1StorageVersionMigration: API.OperationMethod<{
1045
+ readonly dryRun?: string | undefined;
1046
+ readonly fieldValidation?: string | undefined;
1047
+ }, {
1048
+ readonly apiVersion?: string | undefined;
1049
+ readonly kind?: string | undefined;
1050
+ readonly metadata?: {
1051
+ readonly annotations?: {
1052
+ readonly [x: string]: string;
1053
+ } | undefined;
1054
+ readonly creationTimestamp?: string | undefined;
1055
+ readonly deletionGracePeriodSeconds?: number | undefined;
1056
+ readonly deletionTimestamp?: string | undefined;
1057
+ readonly finalizers?: readonly string[] | undefined;
1058
+ readonly generateName?: string | undefined;
1059
+ readonly generation?: number | undefined;
1060
+ readonly labels?: {
1061
+ readonly [x: string]: string;
1062
+ } | undefined;
1063
+ readonly managedFields?: readonly {
1064
+ readonly apiVersion?: string | undefined;
1065
+ readonly fieldsType?: string | undefined;
1066
+ readonly fieldsV1?: unknown;
1067
+ readonly manager?: string | undefined;
1068
+ readonly operation?: string | undefined;
1069
+ readonly subresource?: string | undefined;
1070
+ readonly time?: string | undefined;
1071
+ }[] | undefined;
1072
+ readonly name?: string | undefined;
1073
+ readonly namespace?: string | undefined;
1074
+ readonly ownerReferences?: readonly {
1075
+ readonly apiVersion: string;
1076
+ readonly blockOwnerDeletion?: boolean | undefined;
1077
+ readonly controller?: boolean | undefined;
1078
+ readonly kind: string;
1079
+ readonly name: string;
1080
+ readonly uid: string;
1081
+ }[] | undefined;
1082
+ readonly resourceVersion?: string | undefined;
1083
+ readonly selfLink?: string | undefined;
1084
+ readonly uid?: string | undefined;
1085
+ } | undefined;
1086
+ readonly spec?: {
1087
+ readonly resource: {
1088
+ readonly group: string;
1089
+ readonly resource: string;
1090
+ };
1091
+ } | undefined;
1092
+ readonly status?: {
1093
+ readonly conditions?: readonly {
1094
+ readonly lastTransitionTime: string;
1095
+ readonly message: string;
1096
+ readonly observedGeneration?: number | undefined;
1097
+ readonly reason: string;
1098
+ readonly status: string;
1099
+ readonly type: string;
1100
+ }[] | undefined;
1101
+ readonly resourceVersion?: string | undefined;
1102
+ } | undefined;
1103
+ }, Conflict | NotFound | UnprocessableEntity, any>;
593
1104
  export declare const ReplaceStoragemigrationV1beta1StorageVersionMigrationStatusInput: Schema.Struct<{
594
1105
  readonly dryRun: Schema.optional<Schema.String>;
595
1106
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -655,7 +1166,66 @@ export type ReplaceStoragemigrationV1beta1StorageVersionMigrationStatusOutput =
655
1166
  * @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
656
1167
  * @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.
657
1168
  */
658
- export declare const replaceStoragemigrationV1beta1StorageVersionMigrationStatus: any;
1169
+ export declare const replaceStoragemigrationV1beta1StorageVersionMigrationStatus: API.OperationMethod<{
1170
+ readonly dryRun?: string | undefined;
1171
+ readonly fieldValidation?: string | undefined;
1172
+ }, {
1173
+ readonly apiVersion?: string | undefined;
1174
+ readonly kind?: string | undefined;
1175
+ readonly metadata?: {
1176
+ readonly annotations?: {
1177
+ readonly [x: string]: string;
1178
+ } | undefined;
1179
+ readonly creationTimestamp?: string | undefined;
1180
+ readonly deletionGracePeriodSeconds?: number | undefined;
1181
+ readonly deletionTimestamp?: string | undefined;
1182
+ readonly finalizers?: readonly string[] | undefined;
1183
+ readonly generateName?: string | undefined;
1184
+ readonly generation?: number | undefined;
1185
+ readonly labels?: {
1186
+ readonly [x: string]: string;
1187
+ } | undefined;
1188
+ readonly managedFields?: readonly {
1189
+ readonly apiVersion?: string | undefined;
1190
+ readonly fieldsType?: string | undefined;
1191
+ readonly fieldsV1?: unknown;
1192
+ readonly manager?: string | undefined;
1193
+ readonly operation?: string | undefined;
1194
+ readonly subresource?: string | undefined;
1195
+ readonly time?: string | undefined;
1196
+ }[] | undefined;
1197
+ readonly name?: string | undefined;
1198
+ readonly namespace?: string | undefined;
1199
+ readonly ownerReferences?: readonly {
1200
+ readonly apiVersion: string;
1201
+ readonly blockOwnerDeletion?: boolean | undefined;
1202
+ readonly controller?: boolean | undefined;
1203
+ readonly kind: string;
1204
+ readonly name: string;
1205
+ readonly uid: string;
1206
+ }[] | undefined;
1207
+ readonly resourceVersion?: string | undefined;
1208
+ readonly selfLink?: string | undefined;
1209
+ readonly uid?: string | undefined;
1210
+ } | undefined;
1211
+ readonly spec?: {
1212
+ readonly resource: {
1213
+ readonly group: string;
1214
+ readonly resource: string;
1215
+ };
1216
+ } | undefined;
1217
+ readonly status?: {
1218
+ readonly conditions?: readonly {
1219
+ readonly lastTransitionTime: string;
1220
+ readonly message: string;
1221
+ readonly observedGeneration?: number | undefined;
1222
+ readonly reason: string;
1223
+ readonly status: string;
1224
+ readonly type: string;
1225
+ }[] | undefined;
1226
+ readonly resourceVersion?: string | undefined;
1227
+ } | undefined;
1228
+ }, Conflict | NotFound | UnprocessableEntity, any>;
659
1229
  export declare const WatchStoragemigrationV1beta1StorageVersionMigrationInput: Schema.Struct<{}>;
660
1230
  export type WatchStoragemigrationV1beta1StorageVersionMigrationInput = typeof WatchStoragemigrationV1beta1StorageVersionMigrationInput.Type;
661
1231
  export declare const WatchStoragemigrationV1beta1StorageVersionMigrationOutput: Schema.Struct<{
@@ -666,7 +1236,10 @@ export type WatchStoragemigrationV1beta1StorageVersionMigrationOutput = typeof W
666
1236
  /**
667
1237
  * watch changes to an object of kind StorageVersionMigration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
668
1238
  */
669
- export declare const watchStoragemigrationV1beta1StorageVersionMigration: any;
1239
+ export declare const watchStoragemigrationV1beta1StorageVersionMigration: API.OperationMethod<{}, {
1240
+ readonly object: unknown;
1241
+ readonly type: string;
1242
+ }, never, any>;
670
1243
  export declare const WatchStoragemigrationV1beta1StorageVersionMigrationListInput: Schema.Struct<{}>;
671
1244
  export type WatchStoragemigrationV1beta1StorageVersionMigrationListInput = typeof WatchStoragemigrationV1beta1StorageVersionMigrationListInput.Type;
672
1245
  export declare const WatchStoragemigrationV1beta1StorageVersionMigrationListOutput: Schema.Struct<{
@@ -677,5 +1250,8 @@ export type WatchStoragemigrationV1beta1StorageVersionMigrationListOutput = type
677
1250
  /**
678
1251
  * watch individual changes to a list of StorageVersionMigration. deprecated: use the 'watch' parameter with a list operation instead.
679
1252
  */
680
- export declare const watchStoragemigrationV1beta1StorageVersionMigrationList: any;
1253
+ export declare const watchStoragemigrationV1beta1StorageVersionMigrationList: API.OperationMethod<{}, {
1254
+ readonly object: unknown;
1255
+ readonly type: string;
1256
+ }, never, any>;
681
1257
  //# sourceMappingURL=storagemigration.d.ts.map