@distilled.cloud/kubernetes 0.10.1 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client/api.d.ts +4 -4
- package/lib/client/api.d.ts.map +1 -1
- package/lib/services/admissionregistration.d.ts +6364 -97
- package/lib/services/admissionregistration.d.ts.map +1 -1
- package/lib/services/admissionregistration.js +54 -0
- package/lib/services/admissionregistration.js.map +1 -1
- package/lib/services/apiextensions.d.ts +1582 -14
- package/lib/services/apiextensions.d.ts.map +1 -1
- package/lib/services/apiextensions.js +9 -0
- package/lib/services/apiextensions.js.map +1 -1
- package/lib/services/apiregistration.d.ts +630 -14
- package/lib/services/apiregistration.d.ts.map +1 -1
- package/lib/services/apiregistration.js +9 -0
- package/lib/services/apiregistration.js.map +1 -1
- package/lib/services/apps.d.ts +58511 -78
- package/lib/services/apps.d.ts.map +1 -1
- package/lib/services/apps.js +47 -0
- package/lib/services/apps.js.map +1 -1
- package/lib/services/authentication.d.ts +143 -4
- package/lib/services/authentication.d.ts.map +1 -1
- package/lib/services/authentication.js +3 -0
- package/lib/services/authentication.js.map +1 -1
- package/lib/services/authorization.d.ts +336 -6
- package/lib/services/authorization.d.ts.map +1 -1
- package/lib/services/authorization.js +5 -0
- package/lib/services/authorization.js.map +1 -1
- package/lib/services/autoscaling.d.ts +3127 -31
- package/lib/services/autoscaling.d.ts.map +1 -1
- package/lib/services/autoscaling.js +17 -0
- package/lib/services/autoscaling.js.map +1 -1
- package/lib/services/batch.d.ts +28710 -30
- package/lib/services/batch.d.ts.map +1 -1
- package/lib/services/batch.js +17 -0
- package/lib/services/batch.js.map +1 -1
- package/lib/services/certificates.d.ts +2236 -51
- package/lib/services/certificates.d.ts.map +1 -1
- package/lib/services/certificates.js +30 -0
- package/lib/services/certificates.js.map +1 -1
- package/lib/services/coordination.d.ts +1267 -37
- package/lib/services/coordination.d.ts.map +1 -1
- package/lib/services/coordination.js +16 -0
- package/lib/services/coordination.js.map +1 -1
- package/lib/services/core.d.ts +64516 -243
- package/lib/services/core.d.ts.map +1 -1
- package/lib/services/core.js +116 -0
- package/lib/services/core.js.map +1 -1
- package/lib/services/discovery.d.ts +613 -13
- package/lib/services/discovery.d.ts.map +1 -1
- package/lib/services/discovery.js +6 -0
- package/lib/services/discovery.js.map +1 -1
- package/lib/services/events.d.ts +601 -13
- package/lib/services/events.d.ts.map +1 -1
- package/lib/services/events.js +6 -0
- package/lib/services/events.js.map +1 -1
- package/lib/services/flowcontrol-apiserver.d.ts +1456 -26
- package/lib/services/flowcontrol-apiserver.d.ts.map +1 -1
- package/lib/services/flowcontrol-apiserver.js +17 -0
- package/lib/services/flowcontrol-apiserver.js.map +1 -1
- package/lib/services/internal-apiserver.d.ts +598 -14
- package/lib/services/internal-apiserver.d.ts.map +1 -1
- package/lib/services/internal-apiserver.js +9 -0
- package/lib/services/internal-apiserver.js.map +1 -1
- package/lib/services/networking.d.ts +3914 -79
- package/lib/services/networking.d.ts.map +1 -1
- package/lib/services/networking.js +45 -0
- package/lib/services/networking.js.map +1 -1
- package/lib/services/node.d.ts +418 -11
- package/lib/services/node.d.ts.map +1 -1
- package/lib/services/node.js +6 -0
- package/lib/services/node.js.map +1 -1
- package/lib/services/policy.d.ts +808 -16
- package/lib/services/policy.d.ts.map +1 -1
- package/lib/services/policy.js +9 -0
- package/lib/services/policy.js.map +1 -1
- package/lib/services/rbac-authorization.d.ts +1576 -42
- package/lib/services/rbac-authorization.d.ts.map +1 -1
- package/lib/services/rbac-authorization.js +21 -0
- package/lib/services/rbac-authorization.js.map +1 -1
- package/lib/services/resource.d.ts +14825 -170
- package/lib/services/resource.d.ts.map +1 -1
- package/lib/services/resource.js +86 -0
- package/lib/services/resource.js.map +1 -1
- package/lib/services/scheduling.d.ts +1732 -37
- package/lib/services/scheduling.d.ts.map +1 -1
- package/lib/services/scheduling.js +19 -0
- package/lib/services/scheduling.js.map +1 -1
- package/lib/services/storage.d.ts +5034 -71
- package/lib/services/storage.d.ts.map +1 -1
- package/lib/services/storage.js +39 -0
- package/lib/services/storage.js.map +1 -1
- package/lib/services/storagemigration.d.ts +590 -14
- package/lib/services/storagemigration.d.ts.map +1 -1
- package/lib/services/storagemigration.js +9 -0
- package/lib/services/storagemigration.js.map +1 -1
- package/package.json +3 -2
- package/src/services/admissionregistration.ts +54 -0
- package/src/services/apiextensions.ts +9 -0
- package/src/services/apiregistration.ts +9 -0
- package/src/services/apps.ts +47 -0
- package/src/services/authentication.ts +3 -0
- package/src/services/authorization.ts +5 -0
- package/src/services/autoscaling.ts +17 -0
- package/src/services/batch.ts +17 -0
- package/src/services/certificates.ts +30 -0
- package/src/services/coordination.ts +16 -0
- package/src/services/core.ts +116 -0
- package/src/services/discovery.ts +6 -0
- package/src/services/events.ts +6 -0
- package/src/services/flowcontrol-apiserver.ts +17 -0
- package/src/services/internal-apiserver.ts +9 -0
- package/src/services/networking.ts +45 -0
- package/src/services/node.ts +6 -0
- package/src/services/policy.ts +9 -0
- package/src/services/rbac-authorization.ts +21 -0
- package/src/services/resource.ts +86 -0
- package/src/services/scheduling.ts +19 -0
- package/src/services/storage.ts +39 -0
- package/src/services/storagemigration.ts +9 -0
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
import * as Schema from "effect/Schema";
|
|
8
8
|
import * as API from "../client/api.ts";
|
|
9
9
|
import * as T from "../traits.ts";
|
|
10
|
+
import { Conflict, NotFound, UnprocessableEntity } from "../errors.ts";
|
|
10
11
|
|
|
11
12
|
// Input Schema
|
|
12
13
|
export const CreateSchedulingV1PriorityClassInput =
|
|
@@ -90,6 +91,7 @@ export const createSchedulingV1PriorityClass =
|
|
|
90
91
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
91
92
|
inputSchema: CreateSchedulingV1PriorityClassInput,
|
|
92
93
|
outputSchema: CreateSchedulingV1PriorityClassOutput,
|
|
94
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
93
95
|
}));
|
|
94
96
|
// Input Schema
|
|
95
97
|
export const CreateSchedulingV1alpha2NamespacedPodGroupInput =
|
|
@@ -236,6 +238,7 @@ export const createSchedulingV1alpha2NamespacedPodGroup =
|
|
|
236
238
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
237
239
|
inputSchema: CreateSchedulingV1alpha2NamespacedPodGroupInput,
|
|
238
240
|
outputSchema: CreateSchedulingV1alpha2NamespacedPodGroupOutput,
|
|
241
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
239
242
|
}));
|
|
240
243
|
// Input Schema
|
|
241
244
|
export const CreateSchedulingV1alpha2NamespacedWorkloadInput =
|
|
@@ -360,6 +363,7 @@ export const createSchedulingV1alpha2NamespacedWorkload =
|
|
|
360
363
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
361
364
|
inputSchema: CreateSchedulingV1alpha2NamespacedWorkloadInput,
|
|
362
365
|
outputSchema: CreateSchedulingV1alpha2NamespacedWorkloadOutput,
|
|
366
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
363
367
|
}));
|
|
364
368
|
// Input Schema
|
|
365
369
|
export const DeleteSchedulingV1CollectionPriorityClassInput =
|
|
@@ -496,6 +500,7 @@ export const deleteSchedulingV1PriorityClass =
|
|
|
496
500
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
497
501
|
inputSchema: DeleteSchedulingV1PriorityClassInput,
|
|
498
502
|
outputSchema: DeleteSchedulingV1PriorityClassOutput,
|
|
503
|
+
errors: [NotFound, Conflict] as const,
|
|
499
504
|
}));
|
|
500
505
|
// Input Schema
|
|
501
506
|
export const DeleteSchedulingV1alpha2CollectionNamespacedPodGroupInput =
|
|
@@ -700,6 +705,7 @@ export const deleteSchedulingV1alpha2NamespacedPodGroup =
|
|
|
700
705
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
701
706
|
inputSchema: DeleteSchedulingV1alpha2NamespacedPodGroupInput,
|
|
702
707
|
outputSchema: DeleteSchedulingV1alpha2NamespacedPodGroupOutput,
|
|
708
|
+
errors: [NotFound, Conflict] as const,
|
|
703
709
|
}));
|
|
704
710
|
// Input Schema
|
|
705
711
|
export const DeleteSchedulingV1alpha2NamespacedWorkloadInput =
|
|
@@ -768,6 +774,7 @@ export const deleteSchedulingV1alpha2NamespacedWorkload =
|
|
|
768
774
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
769
775
|
inputSchema: DeleteSchedulingV1alpha2NamespacedWorkloadInput,
|
|
770
776
|
outputSchema: DeleteSchedulingV1alpha2NamespacedWorkloadOutput,
|
|
777
|
+
errors: [NotFound, Conflict] as const,
|
|
771
778
|
}));
|
|
772
779
|
// Input Schema
|
|
773
780
|
export const GetSchedulingAPIGroupInput =
|
|
@@ -1679,6 +1686,7 @@ export const patchSchedulingV1PriorityClass =
|
|
|
1679
1686
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1680
1687
|
inputSchema: PatchSchedulingV1PriorityClassInput,
|
|
1681
1688
|
outputSchema: PatchSchedulingV1PriorityClassOutput,
|
|
1689
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1682
1690
|
}));
|
|
1683
1691
|
// Input Schema
|
|
1684
1692
|
export const PatchSchedulingV1alpha2NamespacedPodGroupInput =
|
|
@@ -1825,6 +1833,7 @@ export const patchSchedulingV1alpha2NamespacedPodGroup =
|
|
|
1825
1833
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1826
1834
|
inputSchema: PatchSchedulingV1alpha2NamespacedPodGroupInput,
|
|
1827
1835
|
outputSchema: PatchSchedulingV1alpha2NamespacedPodGroupOutput,
|
|
1836
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1828
1837
|
}));
|
|
1829
1838
|
// Input Schema
|
|
1830
1839
|
export const PatchSchedulingV1alpha2NamespacedPodGroupStatusInput =
|
|
@@ -1971,6 +1980,7 @@ export const patchSchedulingV1alpha2NamespacedPodGroupStatus =
|
|
|
1971
1980
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1972
1981
|
inputSchema: PatchSchedulingV1alpha2NamespacedPodGroupStatusInput,
|
|
1973
1982
|
outputSchema: PatchSchedulingV1alpha2NamespacedPodGroupStatusOutput,
|
|
1983
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1974
1984
|
}));
|
|
1975
1985
|
// Input Schema
|
|
1976
1986
|
export const PatchSchedulingV1alpha2NamespacedWorkloadInput =
|
|
@@ -2095,6 +2105,7 @@ export const patchSchedulingV1alpha2NamespacedWorkload =
|
|
|
2095
2105
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2096
2106
|
inputSchema: PatchSchedulingV1alpha2NamespacedWorkloadInput,
|
|
2097
2107
|
outputSchema: PatchSchedulingV1alpha2NamespacedWorkloadOutput,
|
|
2108
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2098
2109
|
}));
|
|
2099
2110
|
// Input Schema
|
|
2100
2111
|
export const ReadSchedulingV1PriorityClassInput =
|
|
@@ -2172,6 +2183,7 @@ export const readSchedulingV1PriorityClass =
|
|
|
2172
2183
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2173
2184
|
inputSchema: ReadSchedulingV1PriorityClassInput,
|
|
2174
2185
|
outputSchema: ReadSchedulingV1PriorityClassOutput,
|
|
2186
|
+
errors: [NotFound] as const,
|
|
2175
2187
|
}));
|
|
2176
2188
|
// Input Schema
|
|
2177
2189
|
export const ReadSchedulingV1alpha2NamespacedPodGroupInput =
|
|
@@ -2312,6 +2324,7 @@ export const readSchedulingV1alpha2NamespacedPodGroup =
|
|
|
2312
2324
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2313
2325
|
inputSchema: ReadSchedulingV1alpha2NamespacedPodGroupInput,
|
|
2314
2326
|
outputSchema: ReadSchedulingV1alpha2NamespacedPodGroupOutput,
|
|
2327
|
+
errors: [NotFound] as const,
|
|
2315
2328
|
}));
|
|
2316
2329
|
// Input Schema
|
|
2317
2330
|
export const ReadSchedulingV1alpha2NamespacedPodGroupStatusInput =
|
|
@@ -2452,6 +2465,7 @@ export const readSchedulingV1alpha2NamespacedPodGroupStatus =
|
|
|
2452
2465
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2453
2466
|
inputSchema: ReadSchedulingV1alpha2NamespacedPodGroupStatusInput,
|
|
2454
2467
|
outputSchema: ReadSchedulingV1alpha2NamespacedPodGroupStatusOutput,
|
|
2468
|
+
errors: [NotFound] as const,
|
|
2455
2469
|
}));
|
|
2456
2470
|
// Input Schema
|
|
2457
2471
|
export const ReadSchedulingV1alpha2NamespacedWorkloadInput =
|
|
@@ -2570,6 +2584,7 @@ export const readSchedulingV1alpha2NamespacedWorkload =
|
|
|
2570
2584
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2571
2585
|
inputSchema: ReadSchedulingV1alpha2NamespacedWorkloadInput,
|
|
2572
2586
|
outputSchema: ReadSchedulingV1alpha2NamespacedWorkloadOutput,
|
|
2587
|
+
errors: [NotFound] as const,
|
|
2573
2588
|
}));
|
|
2574
2589
|
// Input Schema
|
|
2575
2590
|
export const ReplaceSchedulingV1PriorityClassInput =
|
|
@@ -2653,6 +2668,7 @@ export const replaceSchedulingV1PriorityClass =
|
|
|
2653
2668
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2654
2669
|
inputSchema: ReplaceSchedulingV1PriorityClassInput,
|
|
2655
2670
|
outputSchema: ReplaceSchedulingV1PriorityClassOutput,
|
|
2671
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2656
2672
|
}));
|
|
2657
2673
|
// Input Schema
|
|
2658
2674
|
export const ReplaceSchedulingV1alpha2NamespacedPodGroupInput =
|
|
@@ -2799,6 +2815,7 @@ export const replaceSchedulingV1alpha2NamespacedPodGroup =
|
|
|
2799
2815
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2800
2816
|
inputSchema: ReplaceSchedulingV1alpha2NamespacedPodGroupInput,
|
|
2801
2817
|
outputSchema: ReplaceSchedulingV1alpha2NamespacedPodGroupOutput,
|
|
2818
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2802
2819
|
}));
|
|
2803
2820
|
// Input Schema
|
|
2804
2821
|
export const ReplaceSchedulingV1alpha2NamespacedPodGroupStatusInput =
|
|
@@ -2945,6 +2962,7 @@ export const replaceSchedulingV1alpha2NamespacedPodGroupStatus =
|
|
|
2945
2962
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2946
2963
|
inputSchema: ReplaceSchedulingV1alpha2NamespacedPodGroupStatusInput,
|
|
2947
2964
|
outputSchema: ReplaceSchedulingV1alpha2NamespacedPodGroupStatusOutput,
|
|
2965
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2948
2966
|
}));
|
|
2949
2967
|
// Input Schema
|
|
2950
2968
|
export const ReplaceSchedulingV1alpha2NamespacedWorkloadInput =
|
|
@@ -3069,6 +3087,7 @@ export const replaceSchedulingV1alpha2NamespacedWorkload =
|
|
|
3069
3087
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
3070
3088
|
inputSchema: ReplaceSchedulingV1alpha2NamespacedWorkloadInput,
|
|
3071
3089
|
outputSchema: ReplaceSchedulingV1alpha2NamespacedWorkloadOutput,
|
|
3090
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
3072
3091
|
}));
|
|
3073
3092
|
// Input Schema
|
|
3074
3093
|
export const WatchSchedulingV1PriorityClassInput =
|
package/src/services/storage.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
import * as Schema from "effect/Schema";
|
|
8
8
|
import * as API from "../client/api.ts";
|
|
9
9
|
import * as T from "../traits.ts";
|
|
10
|
+
import { Conflict, NotFound, UnprocessableEntity } from "../errors.ts";
|
|
10
11
|
|
|
11
12
|
// Input Schema
|
|
12
13
|
export const CreateStorageV1CSIDriverInput =
|
|
@@ -103,6 +104,7 @@ export const createStorageV1CSIDriver = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
103
104
|
() => ({
|
|
104
105
|
inputSchema: CreateStorageV1CSIDriverInput,
|
|
105
106
|
outputSchema: CreateStorageV1CSIDriverOutput,
|
|
107
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
106
108
|
}),
|
|
107
109
|
);
|
|
108
110
|
// Input Schema
|
|
@@ -192,6 +194,7 @@ export const createStorageV1CSINode = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
192
194
|
() => ({
|
|
193
195
|
inputSchema: CreateStorageV1CSINodeInput,
|
|
194
196
|
outputSchema: CreateStorageV1CSINodeOutput,
|
|
197
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
195
198
|
}),
|
|
196
199
|
);
|
|
197
200
|
// Input Schema
|
|
@@ -291,6 +294,7 @@ export const createStorageV1NamespacedCSIStorageCapacity =
|
|
|
291
294
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
292
295
|
inputSchema: CreateStorageV1NamespacedCSIStorageCapacityInput,
|
|
293
296
|
outputSchema: CreateStorageV1NamespacedCSIStorageCapacityOutput,
|
|
297
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
294
298
|
}));
|
|
295
299
|
// Input Schema
|
|
296
300
|
export const CreateStorageV1StorageClassInput =
|
|
@@ -387,6 +391,7 @@ export const createStorageV1StorageClass = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
387
391
|
() => ({
|
|
388
392
|
inputSchema: CreateStorageV1StorageClassInput,
|
|
389
393
|
outputSchema: CreateStorageV1StorageClassOutput,
|
|
394
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
390
395
|
}),
|
|
391
396
|
);
|
|
392
397
|
// Input Schema
|
|
@@ -819,6 +824,7 @@ export const createStorageV1VolumeAttachment =
|
|
|
819
824
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
820
825
|
inputSchema: CreateStorageV1VolumeAttachmentInput,
|
|
821
826
|
outputSchema: CreateStorageV1VolumeAttachmentOutput,
|
|
827
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
822
828
|
}));
|
|
823
829
|
// Input Schema
|
|
824
830
|
export const CreateStorageV1VolumeAttributesClassInput =
|
|
@@ -900,6 +906,7 @@ export const createStorageV1VolumeAttributesClass =
|
|
|
900
906
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
901
907
|
inputSchema: CreateStorageV1VolumeAttributesClassInput,
|
|
902
908
|
outputSchema: CreateStorageV1VolumeAttributesClassOutput,
|
|
909
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
903
910
|
}));
|
|
904
911
|
// Input Schema
|
|
905
912
|
export const CreateStorageV1beta1VolumeAttributesClassInput =
|
|
@@ -981,6 +988,7 @@ export const createStorageV1beta1VolumeAttributesClass =
|
|
|
981
988
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
982
989
|
inputSchema: CreateStorageV1beta1VolumeAttributesClassInput,
|
|
983
990
|
outputSchema: CreateStorageV1beta1VolumeAttributesClassOutput,
|
|
991
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
984
992
|
}));
|
|
985
993
|
// Input Schema
|
|
986
994
|
export const DeleteStorageV1CSIDriverInput =
|
|
@@ -1078,6 +1086,7 @@ export const deleteStorageV1CSIDriver = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
1078
1086
|
() => ({
|
|
1079
1087
|
inputSchema: DeleteStorageV1CSIDriverInput,
|
|
1080
1088
|
outputSchema: DeleteStorageV1CSIDriverOutput,
|
|
1089
|
+
errors: [NotFound, Conflict] as const,
|
|
1081
1090
|
}),
|
|
1082
1091
|
);
|
|
1083
1092
|
// Input Schema
|
|
@@ -1170,6 +1179,7 @@ export const deleteStorageV1CSINode = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
1170
1179
|
() => ({
|
|
1171
1180
|
inputSchema: DeleteStorageV1CSINodeInput,
|
|
1172
1181
|
outputSchema: DeleteStorageV1CSINodeOutput,
|
|
1182
|
+
errors: [NotFound, Conflict] as const,
|
|
1173
1183
|
}),
|
|
1174
1184
|
);
|
|
1175
1185
|
// Input Schema
|
|
@@ -1641,6 +1651,7 @@ export const deleteStorageV1NamespacedCSIStorageCapacity =
|
|
|
1641
1651
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1642
1652
|
inputSchema: DeleteStorageV1NamespacedCSIStorageCapacityInput,
|
|
1643
1653
|
outputSchema: DeleteStorageV1NamespacedCSIStorageCapacityOutput,
|
|
1654
|
+
errors: [NotFound, Conflict] as const,
|
|
1644
1655
|
}));
|
|
1645
1656
|
// Input Schema
|
|
1646
1657
|
export const DeleteStorageV1StorageClassInput =
|
|
@@ -1738,6 +1749,7 @@ export const deleteStorageV1StorageClass = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
1738
1749
|
() => ({
|
|
1739
1750
|
inputSchema: DeleteStorageV1StorageClassInput,
|
|
1740
1751
|
outputSchema: DeleteStorageV1StorageClassOutput,
|
|
1752
|
+
errors: [NotFound, Conflict] as const,
|
|
1741
1753
|
}),
|
|
1742
1754
|
);
|
|
1743
1755
|
// Input Schema
|
|
@@ -2168,6 +2180,7 @@ export const deleteStorageV1VolumeAttachment =
|
|
|
2168
2180
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2169
2181
|
inputSchema: DeleteStorageV1VolumeAttachmentInput,
|
|
2170
2182
|
outputSchema: DeleteStorageV1VolumeAttachmentOutput,
|
|
2183
|
+
errors: [NotFound, Conflict] as const,
|
|
2171
2184
|
}));
|
|
2172
2185
|
// Input Schema
|
|
2173
2186
|
export const DeleteStorageV1VolumeAttributesClassInput =
|
|
@@ -2247,6 +2260,7 @@ export const deleteStorageV1VolumeAttributesClass =
|
|
|
2247
2260
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2248
2261
|
inputSchema: DeleteStorageV1VolumeAttributesClassInput,
|
|
2249
2262
|
outputSchema: DeleteStorageV1VolumeAttributesClassOutput,
|
|
2263
|
+
errors: [NotFound, Conflict] as const,
|
|
2250
2264
|
}));
|
|
2251
2265
|
// Input Schema
|
|
2252
2266
|
export const DeleteStorageV1beta1CollectionVolumeAttributesClassInput =
|
|
@@ -2394,6 +2408,7 @@ export const deleteStorageV1beta1VolumeAttributesClass =
|
|
|
2394
2408
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2395
2409
|
inputSchema: DeleteStorageV1beta1VolumeAttributesClassInput,
|
|
2396
2410
|
outputSchema: DeleteStorageV1beta1VolumeAttributesClassOutput,
|
|
2411
|
+
errors: [NotFound, Conflict] as const,
|
|
2397
2412
|
}));
|
|
2398
2413
|
// Input Schema
|
|
2399
2414
|
export const GetStorageAPIGroupInput =
|
|
@@ -3818,6 +3833,7 @@ export const patchStorageV1CSIDriver = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
3818
3833
|
() => ({
|
|
3819
3834
|
inputSchema: PatchStorageV1CSIDriverInput,
|
|
3820
3835
|
outputSchema: PatchStorageV1CSIDriverOutput,
|
|
3836
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
3821
3837
|
}),
|
|
3822
3838
|
);
|
|
3823
3839
|
// Input Schema
|
|
@@ -3911,6 +3927,7 @@ export const patchStorageV1CSINode = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
3911
3927
|
() => ({
|
|
3912
3928
|
inputSchema: PatchStorageV1CSINodeInput,
|
|
3913
3929
|
outputSchema: PatchStorageV1CSINodeOutput,
|
|
3930
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
3914
3931
|
}),
|
|
3915
3932
|
);
|
|
3916
3933
|
// Input Schema
|
|
@@ -4010,6 +4027,7 @@ export const patchStorageV1NamespacedCSIStorageCapacity =
|
|
|
4010
4027
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
4011
4028
|
inputSchema: PatchStorageV1NamespacedCSIStorageCapacityInput,
|
|
4012
4029
|
outputSchema: PatchStorageV1NamespacedCSIStorageCapacityOutput,
|
|
4030
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
4013
4031
|
}));
|
|
4014
4032
|
// Input Schema
|
|
4015
4033
|
export const PatchStorageV1StorageClassInput =
|
|
@@ -4109,6 +4127,7 @@ export const patchStorageV1StorageClass = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
4109
4127
|
() => ({
|
|
4110
4128
|
inputSchema: PatchStorageV1StorageClassInput,
|
|
4111
4129
|
outputSchema: PatchStorageV1StorageClassOutput,
|
|
4130
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
4112
4131
|
}),
|
|
4113
4132
|
);
|
|
4114
4133
|
// Input Schema
|
|
@@ -4541,6 +4560,7 @@ export const patchStorageV1VolumeAttachment =
|
|
|
4541
4560
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
4542
4561
|
inputSchema: PatchStorageV1VolumeAttachmentInput,
|
|
4543
4562
|
outputSchema: PatchStorageV1VolumeAttachmentOutput,
|
|
4563
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
4544
4564
|
}));
|
|
4545
4565
|
// Input Schema
|
|
4546
4566
|
export const PatchStorageV1VolumeAttachmentStatusInput =
|
|
@@ -4972,6 +4992,7 @@ export const patchStorageV1VolumeAttachmentStatus =
|
|
|
4972
4992
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
4973
4993
|
inputSchema: PatchStorageV1VolumeAttachmentStatusInput,
|
|
4974
4994
|
outputSchema: PatchStorageV1VolumeAttachmentStatusOutput,
|
|
4995
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
4975
4996
|
}));
|
|
4976
4997
|
// Input Schema
|
|
4977
4998
|
export const PatchStorageV1VolumeAttributesClassInput =
|
|
@@ -5053,6 +5074,7 @@ export const patchStorageV1VolumeAttributesClass =
|
|
|
5053
5074
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
5054
5075
|
inputSchema: PatchStorageV1VolumeAttributesClassInput,
|
|
5055
5076
|
outputSchema: PatchStorageV1VolumeAttributesClassOutput,
|
|
5077
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
5056
5078
|
}));
|
|
5057
5079
|
// Input Schema
|
|
5058
5080
|
export const PatchStorageV1beta1VolumeAttributesClassInput =
|
|
@@ -5134,6 +5156,7 @@ export const patchStorageV1beta1VolumeAttributesClass =
|
|
|
5134
5156
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
5135
5157
|
inputSchema: PatchStorageV1beta1VolumeAttributesClassInput,
|
|
5136
5158
|
outputSchema: PatchStorageV1beta1VolumeAttributesClassOutput,
|
|
5159
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
5137
5160
|
}));
|
|
5138
5161
|
// Input Schema
|
|
5139
5162
|
export const ReadStorageV1CSIDriverInput =
|
|
@@ -5227,6 +5250,7 @@ export const readStorageV1CSIDriver = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
5227
5250
|
() => ({
|
|
5228
5251
|
inputSchema: ReadStorageV1CSIDriverInput,
|
|
5229
5252
|
outputSchema: ReadStorageV1CSIDriverOutput,
|
|
5253
|
+
errors: [NotFound] as const,
|
|
5230
5254
|
}),
|
|
5231
5255
|
);
|
|
5232
5256
|
// Input Schema
|
|
@@ -5310,6 +5334,7 @@ export const readStorageV1CSINode = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
5310
5334
|
() => ({
|
|
5311
5335
|
inputSchema: ReadStorageV1CSINodeInput,
|
|
5312
5336
|
outputSchema: ReadStorageV1CSINodeOutput,
|
|
5337
|
+
errors: [NotFound] as const,
|
|
5313
5338
|
}),
|
|
5314
5339
|
);
|
|
5315
5340
|
// Input Schema
|
|
@@ -5403,6 +5428,7 @@ export const readStorageV1NamespacedCSIStorageCapacity =
|
|
|
5403
5428
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
5404
5429
|
inputSchema: ReadStorageV1NamespacedCSIStorageCapacityInput,
|
|
5405
5430
|
outputSchema: ReadStorageV1NamespacedCSIStorageCapacityOutput,
|
|
5431
|
+
errors: [NotFound] as const,
|
|
5406
5432
|
}));
|
|
5407
5433
|
// Input Schema
|
|
5408
5434
|
export const ReadStorageV1StorageClassInput =
|
|
@@ -5496,6 +5522,7 @@ export const readStorageV1StorageClass = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
5496
5522
|
() => ({
|
|
5497
5523
|
inputSchema: ReadStorageV1StorageClassInput,
|
|
5498
5524
|
outputSchema: ReadStorageV1StorageClassOutput,
|
|
5525
|
+
errors: [NotFound] as const,
|
|
5499
5526
|
}),
|
|
5500
5527
|
);
|
|
5501
5528
|
// Input Schema
|
|
@@ -5922,6 +5949,7 @@ export const readStorageV1VolumeAttachment =
|
|
|
5922
5949
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
5923
5950
|
inputSchema: ReadStorageV1VolumeAttachmentInput,
|
|
5924
5951
|
outputSchema: ReadStorageV1VolumeAttachmentOutput,
|
|
5952
|
+
errors: [NotFound] as const,
|
|
5925
5953
|
}));
|
|
5926
5954
|
// Input Schema
|
|
5927
5955
|
export const ReadStorageV1VolumeAttachmentStatusInput =
|
|
@@ -6347,6 +6375,7 @@ export const readStorageV1VolumeAttachmentStatus =
|
|
|
6347
6375
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6348
6376
|
inputSchema: ReadStorageV1VolumeAttachmentStatusInput,
|
|
6349
6377
|
outputSchema: ReadStorageV1VolumeAttachmentStatusOutput,
|
|
6378
|
+
errors: [NotFound] as const,
|
|
6350
6379
|
}));
|
|
6351
6380
|
// Input Schema
|
|
6352
6381
|
export const ReadStorageV1VolumeAttributesClassInput =
|
|
@@ -6422,6 +6451,7 @@ export const readStorageV1VolumeAttributesClass =
|
|
|
6422
6451
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6423
6452
|
inputSchema: ReadStorageV1VolumeAttributesClassInput,
|
|
6424
6453
|
outputSchema: ReadStorageV1VolumeAttributesClassOutput,
|
|
6454
|
+
errors: [NotFound] as const,
|
|
6425
6455
|
}));
|
|
6426
6456
|
// Input Schema
|
|
6427
6457
|
export const ReadStorageV1beta1VolumeAttributesClassInput =
|
|
@@ -6497,6 +6527,7 @@ export const readStorageV1beta1VolumeAttributesClass =
|
|
|
6497
6527
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6498
6528
|
inputSchema: ReadStorageV1beta1VolumeAttributesClassInput,
|
|
6499
6529
|
outputSchema: ReadStorageV1beta1VolumeAttributesClassOutput,
|
|
6530
|
+
errors: [NotFound] as const,
|
|
6500
6531
|
}));
|
|
6501
6532
|
// Input Schema
|
|
6502
6533
|
export const ReplaceStorageV1CSIDriverInput =
|
|
@@ -6596,6 +6627,7 @@ export const replaceStorageV1CSIDriver = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
6596
6627
|
() => ({
|
|
6597
6628
|
inputSchema: ReplaceStorageV1CSIDriverInput,
|
|
6598
6629
|
outputSchema: ReplaceStorageV1CSIDriverOutput,
|
|
6630
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
6599
6631
|
}),
|
|
6600
6632
|
);
|
|
6601
6633
|
// Input Schema
|
|
@@ -6687,6 +6719,7 @@ export const replaceStorageV1CSINode = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
6687
6719
|
() => ({
|
|
6688
6720
|
inputSchema: ReplaceStorageV1CSINodeInput,
|
|
6689
6721
|
outputSchema: ReplaceStorageV1CSINodeOutput,
|
|
6722
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
6690
6723
|
}),
|
|
6691
6724
|
);
|
|
6692
6725
|
// Input Schema
|
|
@@ -6786,6 +6819,7 @@ export const replaceStorageV1NamespacedCSIStorageCapacity =
|
|
|
6786
6819
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6787
6820
|
inputSchema: ReplaceStorageV1NamespacedCSIStorageCapacityInput,
|
|
6788
6821
|
outputSchema: ReplaceStorageV1NamespacedCSIStorageCapacityOutput,
|
|
6822
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
6789
6823
|
}));
|
|
6790
6824
|
// Input Schema
|
|
6791
6825
|
export const ReplaceStorageV1StorageClassInput =
|
|
@@ -6885,6 +6919,7 @@ export const replaceStorageV1StorageClass =
|
|
|
6885
6919
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6886
6920
|
inputSchema: ReplaceStorageV1StorageClassInput,
|
|
6887
6921
|
outputSchema: ReplaceStorageV1StorageClassOutput,
|
|
6922
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
6888
6923
|
}));
|
|
6889
6924
|
// Input Schema
|
|
6890
6925
|
export const ReplaceStorageV1VolumeAttachmentInput =
|
|
@@ -7316,6 +7351,7 @@ export const replaceStorageV1VolumeAttachment =
|
|
|
7316
7351
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
7317
7352
|
inputSchema: ReplaceStorageV1VolumeAttachmentInput,
|
|
7318
7353
|
outputSchema: ReplaceStorageV1VolumeAttachmentOutput,
|
|
7354
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
7319
7355
|
}));
|
|
7320
7356
|
// Input Schema
|
|
7321
7357
|
export const ReplaceStorageV1VolumeAttachmentStatusInput =
|
|
@@ -7747,6 +7783,7 @@ export const replaceStorageV1VolumeAttachmentStatus =
|
|
|
7747
7783
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
7748
7784
|
inputSchema: ReplaceStorageV1VolumeAttachmentStatusInput,
|
|
7749
7785
|
outputSchema: ReplaceStorageV1VolumeAttachmentStatusOutput,
|
|
7786
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
7750
7787
|
}));
|
|
7751
7788
|
// Input Schema
|
|
7752
7789
|
export const ReplaceStorageV1VolumeAttributesClassInput =
|
|
@@ -7828,6 +7865,7 @@ export const replaceStorageV1VolumeAttributesClass =
|
|
|
7828
7865
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
7829
7866
|
inputSchema: ReplaceStorageV1VolumeAttributesClassInput,
|
|
7830
7867
|
outputSchema: ReplaceStorageV1VolumeAttributesClassOutput,
|
|
7868
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
7831
7869
|
}));
|
|
7832
7870
|
// Input Schema
|
|
7833
7871
|
export const ReplaceStorageV1beta1VolumeAttributesClassInput =
|
|
@@ -7909,6 +7947,7 @@ export const replaceStorageV1beta1VolumeAttributesClass =
|
|
|
7909
7947
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
7910
7948
|
inputSchema: ReplaceStorageV1beta1VolumeAttributesClassInput,
|
|
7911
7949
|
outputSchema: ReplaceStorageV1beta1VolumeAttributesClassOutput,
|
|
7950
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
7912
7951
|
}));
|
|
7913
7952
|
// Input Schema
|
|
7914
7953
|
export const WatchStorageV1CSIDriverInput =
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
import * as Schema from "effect/Schema";
|
|
8
8
|
import * as API from "../client/api.ts";
|
|
9
9
|
import * as T from "../traits.ts";
|
|
10
|
+
import { Conflict, NotFound, UnprocessableEntity } from "../errors.ts";
|
|
10
11
|
|
|
11
12
|
// Input Schema
|
|
12
13
|
export const CreateStoragemigrationV1beta1StorageVersionMigrationInput =
|
|
@@ -111,6 +112,7 @@ export const createStoragemigrationV1beta1StorageVersionMigration =
|
|
|
111
112
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
112
113
|
inputSchema: CreateStoragemigrationV1beta1StorageVersionMigrationInput,
|
|
113
114
|
outputSchema: CreateStoragemigrationV1beta1StorageVersionMigrationOutput,
|
|
115
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
114
116
|
}));
|
|
115
117
|
// Input Schema
|
|
116
118
|
export const DeleteStoragemigrationV1beta1CollectionStorageVersionMigrationInput =
|
|
@@ -249,6 +251,7 @@ export const deleteStoragemigrationV1beta1StorageVersionMigration =
|
|
|
249
251
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
250
252
|
inputSchema: DeleteStoragemigrationV1beta1StorageVersionMigrationInput,
|
|
251
253
|
outputSchema: DeleteStoragemigrationV1beta1StorageVersionMigrationOutput,
|
|
254
|
+
errors: [NotFound, Conflict] as const,
|
|
252
255
|
}));
|
|
253
256
|
// Input Schema
|
|
254
257
|
export const GetStoragemigrationAPIGroupInput =
|
|
@@ -561,6 +564,7 @@ export const patchStoragemigrationV1beta1StorageVersionMigration =
|
|
|
561
564
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
562
565
|
inputSchema: PatchStoragemigrationV1beta1StorageVersionMigrationInput,
|
|
563
566
|
outputSchema: PatchStoragemigrationV1beta1StorageVersionMigrationOutput,
|
|
567
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
564
568
|
}));
|
|
565
569
|
// Input Schema
|
|
566
570
|
export const PatchStoragemigrationV1beta1StorageVersionMigrationStatusInput =
|
|
@@ -666,6 +670,7 @@ export const patchStoragemigrationV1beta1StorageVersionMigrationStatus =
|
|
|
666
670
|
inputSchema: PatchStoragemigrationV1beta1StorageVersionMigrationStatusInput,
|
|
667
671
|
outputSchema:
|
|
668
672
|
PatchStoragemigrationV1beta1StorageVersionMigrationStatusOutput,
|
|
673
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
669
674
|
}));
|
|
670
675
|
// Input Schema
|
|
671
676
|
export const ReadStoragemigrationV1beta1StorageVersionMigrationInput =
|
|
@@ -764,6 +769,7 @@ export const readStoragemigrationV1beta1StorageVersionMigration =
|
|
|
764
769
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
765
770
|
inputSchema: ReadStoragemigrationV1beta1StorageVersionMigrationInput,
|
|
766
771
|
outputSchema: ReadStoragemigrationV1beta1StorageVersionMigrationOutput,
|
|
772
|
+
errors: [NotFound] as const,
|
|
767
773
|
}));
|
|
768
774
|
// Input Schema
|
|
769
775
|
export const ReadStoragemigrationV1beta1StorageVersionMigrationStatusInput =
|
|
@@ -863,6 +869,7 @@ export const readStoragemigrationV1beta1StorageVersionMigrationStatus =
|
|
|
863
869
|
inputSchema: ReadStoragemigrationV1beta1StorageVersionMigrationStatusInput,
|
|
864
870
|
outputSchema:
|
|
865
871
|
ReadStoragemigrationV1beta1StorageVersionMigrationStatusOutput,
|
|
872
|
+
errors: [NotFound] as const,
|
|
866
873
|
}));
|
|
867
874
|
// Input Schema
|
|
868
875
|
export const ReplaceStoragemigrationV1beta1StorageVersionMigrationInput =
|
|
@@ -967,6 +974,7 @@ export const replaceStoragemigrationV1beta1StorageVersionMigration =
|
|
|
967
974
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
968
975
|
inputSchema: ReplaceStoragemigrationV1beta1StorageVersionMigrationInput,
|
|
969
976
|
outputSchema: ReplaceStoragemigrationV1beta1StorageVersionMigrationOutput,
|
|
977
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
970
978
|
}));
|
|
971
979
|
// Input Schema
|
|
972
980
|
export const ReplaceStoragemigrationV1beta1StorageVersionMigrationStatusInput =
|
|
@@ -1073,6 +1081,7 @@ export const replaceStoragemigrationV1beta1StorageVersionMigrationStatus =
|
|
|
1073
1081
|
ReplaceStoragemigrationV1beta1StorageVersionMigrationStatusInput,
|
|
1074
1082
|
outputSchema:
|
|
1075
1083
|
ReplaceStoragemigrationV1beta1StorageVersionMigrationStatusOutput,
|
|
1084
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1076
1085
|
}));
|
|
1077
1086
|
// Input Schema
|
|
1078
1087
|
export const WatchStoragemigrationV1beta1StorageVersionMigrationInput =
|