@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.
- 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
package/src/services/batch.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 CreateBatchV1NamespacedCronJobInput =
|
|
@@ -2745,6 +2746,7 @@ export const createBatchV1NamespacedCronJob =
|
|
|
2745
2746
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2746
2747
|
inputSchema: CreateBatchV1NamespacedCronJobInput,
|
|
2747
2748
|
outputSchema: CreateBatchV1NamespacedCronJobOutput,
|
|
2749
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
2748
2750
|
}));
|
|
2749
2751
|
// Input Schema
|
|
2750
2752
|
export const CreateBatchV1NamespacedJobInput =
|
|
@@ -5326,6 +5328,7 @@ export const createBatchV1NamespacedJob = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
5326
5328
|
() => ({
|
|
5327
5329
|
inputSchema: CreateBatchV1NamespacedJobInput,
|
|
5328
5330
|
outputSchema: CreateBatchV1NamespacedJobOutput,
|
|
5331
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
5329
5332
|
}),
|
|
5330
5333
|
);
|
|
5331
5334
|
// Input Schema
|
|
@@ -5531,6 +5534,7 @@ export const deleteBatchV1NamespacedCronJob =
|
|
|
5531
5534
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
5532
5535
|
inputSchema: DeleteBatchV1NamespacedCronJobInput,
|
|
5533
5536
|
outputSchema: DeleteBatchV1NamespacedCronJobOutput,
|
|
5537
|
+
errors: [NotFound, Conflict] as const,
|
|
5534
5538
|
}));
|
|
5535
5539
|
// Input Schema
|
|
5536
5540
|
export const DeleteBatchV1NamespacedJobInput =
|
|
@@ -5599,6 +5603,7 @@ export const deleteBatchV1NamespacedJob = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
5599
5603
|
() => ({
|
|
5600
5604
|
inputSchema: DeleteBatchV1NamespacedJobInput,
|
|
5601
5605
|
outputSchema: DeleteBatchV1NamespacedJobOutput,
|
|
5606
|
+
errors: [NotFound, Conflict] as const,
|
|
5602
5607
|
}),
|
|
5603
5608
|
);
|
|
5604
5609
|
// Input Schema
|
|
@@ -19663,6 +19668,7 @@ export const patchBatchV1NamespacedCronJob =
|
|
|
19663
19668
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
19664
19669
|
inputSchema: PatchBatchV1NamespacedCronJobInput,
|
|
19665
19670
|
outputSchema: PatchBatchV1NamespacedCronJobOutput,
|
|
19671
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
19666
19672
|
}));
|
|
19667
19673
|
// Input Schema
|
|
19668
19674
|
export const PatchBatchV1NamespacedCronJobStatusInput =
|
|
@@ -22401,6 +22407,7 @@ export const patchBatchV1NamespacedCronJobStatus =
|
|
|
22401
22407
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
22402
22408
|
inputSchema: PatchBatchV1NamespacedCronJobStatusInput,
|
|
22403
22409
|
outputSchema: PatchBatchV1NamespacedCronJobStatusOutput,
|
|
22410
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
22404
22411
|
}));
|
|
22405
22412
|
// Input Schema
|
|
22406
22413
|
export const PatchBatchV1NamespacedJobInput =
|
|
@@ -24982,6 +24989,7 @@ export const patchBatchV1NamespacedJob = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
24982
24989
|
() => ({
|
|
24983
24990
|
inputSchema: PatchBatchV1NamespacedJobInput,
|
|
24984
24991
|
outputSchema: PatchBatchV1NamespacedJobOutput,
|
|
24992
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
24985
24993
|
}),
|
|
24986
24994
|
);
|
|
24987
24995
|
// Input Schema
|
|
@@ -27564,6 +27572,7 @@ export const patchBatchV1NamespacedJobStatus =
|
|
|
27564
27572
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
27565
27573
|
inputSchema: PatchBatchV1NamespacedJobStatusInput,
|
|
27566
27574
|
outputSchema: PatchBatchV1NamespacedJobStatusOutput,
|
|
27575
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
27567
27576
|
}));
|
|
27568
27577
|
// Input Schema
|
|
27569
27578
|
export const ReadBatchV1NamespacedCronJobInput =
|
|
@@ -30296,6 +30305,7 @@ export const readBatchV1NamespacedCronJob =
|
|
|
30296
30305
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
30297
30306
|
inputSchema: ReadBatchV1NamespacedCronJobInput,
|
|
30298
30307
|
outputSchema: ReadBatchV1NamespacedCronJobOutput,
|
|
30308
|
+
errors: [NotFound] as const,
|
|
30299
30309
|
}));
|
|
30300
30310
|
// Input Schema
|
|
30301
30311
|
export const ReadBatchV1NamespacedCronJobStatusInput =
|
|
@@ -33028,6 +33038,7 @@ export const readBatchV1NamespacedCronJobStatus =
|
|
|
33028
33038
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
33029
33039
|
inputSchema: ReadBatchV1NamespacedCronJobStatusInput,
|
|
33030
33040
|
outputSchema: ReadBatchV1NamespacedCronJobStatusOutput,
|
|
33041
|
+
errors: [NotFound] as const,
|
|
33031
33042
|
}));
|
|
33032
33043
|
// Input Schema
|
|
33033
33044
|
export const ReadBatchV1NamespacedJobInput =
|
|
@@ -35603,6 +35614,7 @@ export const readBatchV1NamespacedJob = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
35603
35614
|
() => ({
|
|
35604
35615
|
inputSchema: ReadBatchV1NamespacedJobInput,
|
|
35605
35616
|
outputSchema: ReadBatchV1NamespacedJobOutput,
|
|
35617
|
+
errors: [NotFound] as const,
|
|
35606
35618
|
}),
|
|
35607
35619
|
);
|
|
35608
35620
|
// Input Schema
|
|
@@ -38179,6 +38191,7 @@ export const readBatchV1NamespacedJobStatus =
|
|
|
38179
38191
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
38180
38192
|
inputSchema: ReadBatchV1NamespacedJobStatusInput,
|
|
38181
38193
|
outputSchema: ReadBatchV1NamespacedJobStatusOutput,
|
|
38194
|
+
errors: [NotFound] as const,
|
|
38182
38195
|
}));
|
|
38183
38196
|
// Input Schema
|
|
38184
38197
|
export const ReplaceBatchV1NamespacedCronJobInput =
|
|
@@ -40917,6 +40930,7 @@ export const replaceBatchV1NamespacedCronJob =
|
|
|
40917
40930
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
40918
40931
|
inputSchema: ReplaceBatchV1NamespacedCronJobInput,
|
|
40919
40932
|
outputSchema: ReplaceBatchV1NamespacedCronJobOutput,
|
|
40933
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
40920
40934
|
}));
|
|
40921
40935
|
// Input Schema
|
|
40922
40936
|
export const ReplaceBatchV1NamespacedCronJobStatusInput =
|
|
@@ -43655,6 +43669,7 @@ export const replaceBatchV1NamespacedCronJobStatus =
|
|
|
43655
43669
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
43656
43670
|
inputSchema: ReplaceBatchV1NamespacedCronJobStatusInput,
|
|
43657
43671
|
outputSchema: ReplaceBatchV1NamespacedCronJobStatusOutput,
|
|
43672
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
43658
43673
|
}));
|
|
43659
43674
|
// Input Schema
|
|
43660
43675
|
export const ReplaceBatchV1NamespacedJobInput =
|
|
@@ -46236,6 +46251,7 @@ export const replaceBatchV1NamespacedJob = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
46236
46251
|
() => ({
|
|
46237
46252
|
inputSchema: ReplaceBatchV1NamespacedJobInput,
|
|
46238
46253
|
outputSchema: ReplaceBatchV1NamespacedJobOutput,
|
|
46254
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
46239
46255
|
}),
|
|
46240
46256
|
);
|
|
46241
46257
|
// Input Schema
|
|
@@ -48818,6 +48834,7 @@ export const replaceBatchV1NamespacedJobStatus =
|
|
|
48818
48834
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
48819
48835
|
inputSchema: ReplaceBatchV1NamespacedJobStatusInput,
|
|
48820
48836
|
outputSchema: ReplaceBatchV1NamespacedJobStatusOutput,
|
|
48837
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
48821
48838
|
}));
|
|
48822
48839
|
// Input Schema
|
|
48823
48840
|
export const WatchBatchV1CronJobListForAllNamespacesInput =
|
|
@@ -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 CreateCertificatesV1CertificateSigningRequestInput =
|
|
@@ -115,6 +116,7 @@ export const createCertificatesV1CertificateSigningRequest =
|
|
|
115
116
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
116
117
|
inputSchema: CreateCertificatesV1CertificateSigningRequestInput,
|
|
117
118
|
outputSchema: CreateCertificatesV1CertificateSigningRequestOutput,
|
|
119
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
118
120
|
}));
|
|
119
121
|
// Input Schema
|
|
120
122
|
export const CreateCertificatesV1alpha1ClusterTrustBundleInput =
|
|
@@ -198,6 +200,7 @@ export const createCertificatesV1alpha1ClusterTrustBundle =
|
|
|
198
200
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
199
201
|
inputSchema: CreateCertificatesV1alpha1ClusterTrustBundleInput,
|
|
200
202
|
outputSchema: CreateCertificatesV1alpha1ClusterTrustBundleOutput,
|
|
203
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
201
204
|
}));
|
|
202
205
|
// Input Schema
|
|
203
206
|
export const CreateCertificatesV1beta1ClusterTrustBundleInput =
|
|
@@ -281,6 +284,7 @@ export const createCertificatesV1beta1ClusterTrustBundle =
|
|
|
281
284
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
282
285
|
inputSchema: CreateCertificatesV1beta1ClusterTrustBundleInput,
|
|
283
286
|
outputSchema: CreateCertificatesV1beta1ClusterTrustBundleOutput,
|
|
287
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
284
288
|
}));
|
|
285
289
|
// Input Schema
|
|
286
290
|
export const CreateCertificatesV1beta1NamespacedPodCertificateRequestInput =
|
|
@@ -397,6 +401,7 @@ export const createCertificatesV1beta1NamespacedPodCertificateRequest =
|
|
|
397
401
|
inputSchema: CreateCertificatesV1beta1NamespacedPodCertificateRequestInput,
|
|
398
402
|
outputSchema:
|
|
399
403
|
CreateCertificatesV1beta1NamespacedPodCertificateRequestOutput,
|
|
404
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
400
405
|
}));
|
|
401
406
|
// Input Schema
|
|
402
407
|
export const DeleteCertificatesV1CertificateSigningRequestInput =
|
|
@@ -465,6 +470,7 @@ export const deleteCertificatesV1CertificateSigningRequest =
|
|
|
465
470
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
466
471
|
inputSchema: DeleteCertificatesV1CertificateSigningRequestInput,
|
|
467
472
|
outputSchema: DeleteCertificatesV1CertificateSigningRequestOutput,
|
|
473
|
+
errors: [NotFound, Conflict] as const,
|
|
468
474
|
}));
|
|
469
475
|
// Input Schema
|
|
470
476
|
export const DeleteCertificatesV1CollectionCertificateSigningRequestInput =
|
|
@@ -601,6 +607,7 @@ export const deleteCertificatesV1alpha1ClusterTrustBundle =
|
|
|
601
607
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
602
608
|
inputSchema: DeleteCertificatesV1alpha1ClusterTrustBundleInput,
|
|
603
609
|
outputSchema: DeleteCertificatesV1alpha1ClusterTrustBundleOutput,
|
|
610
|
+
errors: [NotFound, Conflict] as const,
|
|
604
611
|
}));
|
|
605
612
|
// Input Schema
|
|
606
613
|
export const DeleteCertificatesV1alpha1CollectionClusterTrustBundleInput =
|
|
@@ -737,6 +744,7 @@ export const deleteCertificatesV1beta1ClusterTrustBundle =
|
|
|
737
744
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
738
745
|
inputSchema: DeleteCertificatesV1beta1ClusterTrustBundleInput,
|
|
739
746
|
outputSchema: DeleteCertificatesV1beta1ClusterTrustBundleOutput,
|
|
747
|
+
errors: [NotFound, Conflict] as const,
|
|
740
748
|
}));
|
|
741
749
|
// Input Schema
|
|
742
750
|
export const DeleteCertificatesV1beta1CollectionClusterTrustBundleInput =
|
|
@@ -944,6 +952,7 @@ export const deleteCertificatesV1beta1NamespacedPodCertificateRequest =
|
|
|
944
952
|
inputSchema: DeleteCertificatesV1beta1NamespacedPodCertificateRequestInput,
|
|
945
953
|
outputSchema:
|
|
946
954
|
DeleteCertificatesV1beta1NamespacedPodCertificateRequestOutput,
|
|
955
|
+
errors: [NotFound, Conflict] as const,
|
|
947
956
|
}));
|
|
948
957
|
// Input Schema
|
|
949
958
|
export const GetCertificatesAPIGroupInput =
|
|
@@ -1804,6 +1813,7 @@ export const patchCertificatesV1CertificateSigningRequest =
|
|
|
1804
1813
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1805
1814
|
inputSchema: PatchCertificatesV1CertificateSigningRequestInput,
|
|
1806
1815
|
outputSchema: PatchCertificatesV1CertificateSigningRequestOutput,
|
|
1816
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1807
1817
|
}));
|
|
1808
1818
|
// Input Schema
|
|
1809
1819
|
export const PatchCertificatesV1CertificateSigningRequestApprovalInput =
|
|
@@ -1912,6 +1922,7 @@ export const patchCertificatesV1CertificateSigningRequestApproval =
|
|
|
1912
1922
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1913
1923
|
inputSchema: PatchCertificatesV1CertificateSigningRequestApprovalInput,
|
|
1914
1924
|
outputSchema: PatchCertificatesV1CertificateSigningRequestApprovalOutput,
|
|
1925
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1915
1926
|
}));
|
|
1916
1927
|
// Input Schema
|
|
1917
1928
|
export const PatchCertificatesV1CertificateSigningRequestStatusInput =
|
|
@@ -2020,6 +2031,7 @@ export const patchCertificatesV1CertificateSigningRequestStatus =
|
|
|
2020
2031
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2021
2032
|
inputSchema: PatchCertificatesV1CertificateSigningRequestStatusInput,
|
|
2022
2033
|
outputSchema: PatchCertificatesV1CertificateSigningRequestStatusOutput,
|
|
2034
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2023
2035
|
}));
|
|
2024
2036
|
// Input Schema
|
|
2025
2037
|
export const PatchCertificatesV1alpha1ClusterTrustBundleInput =
|
|
@@ -2103,6 +2115,7 @@ export const patchCertificatesV1alpha1ClusterTrustBundle =
|
|
|
2103
2115
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2104
2116
|
inputSchema: PatchCertificatesV1alpha1ClusterTrustBundleInput,
|
|
2105
2117
|
outputSchema: PatchCertificatesV1alpha1ClusterTrustBundleOutput,
|
|
2118
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2106
2119
|
}));
|
|
2107
2120
|
// Input Schema
|
|
2108
2121
|
export const PatchCertificatesV1beta1ClusterTrustBundleInput =
|
|
@@ -2186,6 +2199,7 @@ export const patchCertificatesV1beta1ClusterTrustBundle =
|
|
|
2186
2199
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2187
2200
|
inputSchema: PatchCertificatesV1beta1ClusterTrustBundleInput,
|
|
2188
2201
|
outputSchema: PatchCertificatesV1beta1ClusterTrustBundleOutput,
|
|
2202
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2189
2203
|
}));
|
|
2190
2204
|
// Input Schema
|
|
2191
2205
|
export const PatchCertificatesV1beta1NamespacedPodCertificateRequestInput =
|
|
@@ -2301,6 +2315,7 @@ export const patchCertificatesV1beta1NamespacedPodCertificateRequest =
|
|
|
2301
2315
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2302
2316
|
inputSchema: PatchCertificatesV1beta1NamespacedPodCertificateRequestInput,
|
|
2303
2317
|
outputSchema: PatchCertificatesV1beta1NamespacedPodCertificateRequestOutput,
|
|
2318
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2304
2319
|
}));
|
|
2305
2320
|
// Input Schema
|
|
2306
2321
|
export const PatchCertificatesV1beta1NamespacedPodCertificateRequestStatusInput =
|
|
@@ -2418,6 +2433,7 @@ export const patchCertificatesV1beta1NamespacedPodCertificateRequestStatus =
|
|
|
2418
2433
|
PatchCertificatesV1beta1NamespacedPodCertificateRequestStatusInput,
|
|
2419
2434
|
outputSchema:
|
|
2420
2435
|
PatchCertificatesV1beta1NamespacedPodCertificateRequestStatusOutput,
|
|
2436
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2421
2437
|
}));
|
|
2422
2438
|
// Input Schema
|
|
2423
2439
|
export const ReadCertificatesV1CertificateSigningRequestInput =
|
|
@@ -2520,6 +2536,7 @@ export const readCertificatesV1CertificateSigningRequest =
|
|
|
2520
2536
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2521
2537
|
inputSchema: ReadCertificatesV1CertificateSigningRequestInput,
|
|
2522
2538
|
outputSchema: ReadCertificatesV1CertificateSigningRequestOutput,
|
|
2539
|
+
errors: [NotFound] as const,
|
|
2523
2540
|
}));
|
|
2524
2541
|
// Input Schema
|
|
2525
2542
|
export const ReadCertificatesV1CertificateSigningRequestApprovalInput =
|
|
@@ -2622,6 +2639,7 @@ export const readCertificatesV1CertificateSigningRequestApproval =
|
|
|
2622
2639
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2623
2640
|
inputSchema: ReadCertificatesV1CertificateSigningRequestApprovalInput,
|
|
2624
2641
|
outputSchema: ReadCertificatesV1CertificateSigningRequestApprovalOutput,
|
|
2642
|
+
errors: [NotFound] as const,
|
|
2625
2643
|
}));
|
|
2626
2644
|
// Input Schema
|
|
2627
2645
|
export const ReadCertificatesV1CertificateSigningRequestStatusInput =
|
|
@@ -2724,6 +2742,7 @@ export const readCertificatesV1CertificateSigningRequestStatus =
|
|
|
2724
2742
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2725
2743
|
inputSchema: ReadCertificatesV1CertificateSigningRequestStatusInput,
|
|
2726
2744
|
outputSchema: ReadCertificatesV1CertificateSigningRequestStatusOutput,
|
|
2745
|
+
errors: [NotFound] as const,
|
|
2727
2746
|
}));
|
|
2728
2747
|
// Input Schema
|
|
2729
2748
|
export const ReadCertificatesV1alpha1ClusterTrustBundleInput =
|
|
@@ -2801,6 +2820,7 @@ export const readCertificatesV1alpha1ClusterTrustBundle =
|
|
|
2801
2820
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2802
2821
|
inputSchema: ReadCertificatesV1alpha1ClusterTrustBundleInput,
|
|
2803
2822
|
outputSchema: ReadCertificatesV1alpha1ClusterTrustBundleOutput,
|
|
2823
|
+
errors: [NotFound] as const,
|
|
2804
2824
|
}));
|
|
2805
2825
|
// Input Schema
|
|
2806
2826
|
export const ReadCertificatesV1beta1ClusterTrustBundleInput =
|
|
@@ -2878,6 +2898,7 @@ export const readCertificatesV1beta1ClusterTrustBundle =
|
|
|
2878
2898
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2879
2899
|
inputSchema: ReadCertificatesV1beta1ClusterTrustBundleInput,
|
|
2880
2900
|
outputSchema: ReadCertificatesV1beta1ClusterTrustBundleOutput,
|
|
2901
|
+
errors: [NotFound] as const,
|
|
2881
2902
|
}));
|
|
2882
2903
|
// Input Schema
|
|
2883
2904
|
export const ReadCertificatesV1beta1NamespacedPodCertificateRequestInput =
|
|
@@ -2987,6 +3008,7 @@ export const readCertificatesV1beta1NamespacedPodCertificateRequest =
|
|
|
2987
3008
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2988
3009
|
inputSchema: ReadCertificatesV1beta1NamespacedPodCertificateRequestInput,
|
|
2989
3010
|
outputSchema: ReadCertificatesV1beta1NamespacedPodCertificateRequestOutput,
|
|
3011
|
+
errors: [NotFound] as const,
|
|
2990
3012
|
}));
|
|
2991
3013
|
// Input Schema
|
|
2992
3014
|
export const ReadCertificatesV1beta1NamespacedPodCertificateRequestStatusInput =
|
|
@@ -3098,6 +3120,7 @@ export const readCertificatesV1beta1NamespacedPodCertificateRequestStatus =
|
|
|
3098
3120
|
ReadCertificatesV1beta1NamespacedPodCertificateRequestStatusInput,
|
|
3099
3121
|
outputSchema:
|
|
3100
3122
|
ReadCertificatesV1beta1NamespacedPodCertificateRequestStatusOutput,
|
|
3123
|
+
errors: [NotFound] as const,
|
|
3101
3124
|
}));
|
|
3102
3125
|
// Input Schema
|
|
3103
3126
|
export const ReplaceCertificatesV1CertificateSigningRequestInput =
|
|
@@ -3206,6 +3229,7 @@ export const replaceCertificatesV1CertificateSigningRequest =
|
|
|
3206
3229
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
3207
3230
|
inputSchema: ReplaceCertificatesV1CertificateSigningRequestInput,
|
|
3208
3231
|
outputSchema: ReplaceCertificatesV1CertificateSigningRequestOutput,
|
|
3232
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
3209
3233
|
}));
|
|
3210
3234
|
// Input Schema
|
|
3211
3235
|
export const ReplaceCertificatesV1CertificateSigningRequestApprovalInput =
|
|
@@ -3314,6 +3338,7 @@ export const replaceCertificatesV1CertificateSigningRequestApproval =
|
|
|
3314
3338
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
3315
3339
|
inputSchema: ReplaceCertificatesV1CertificateSigningRequestApprovalInput,
|
|
3316
3340
|
outputSchema: ReplaceCertificatesV1CertificateSigningRequestApprovalOutput,
|
|
3341
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
3317
3342
|
}));
|
|
3318
3343
|
// Input Schema
|
|
3319
3344
|
export const ReplaceCertificatesV1CertificateSigningRequestStatusInput =
|
|
@@ -3422,6 +3447,7 @@ export const replaceCertificatesV1CertificateSigningRequestStatus =
|
|
|
3422
3447
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
3423
3448
|
inputSchema: ReplaceCertificatesV1CertificateSigningRequestStatusInput,
|
|
3424
3449
|
outputSchema: ReplaceCertificatesV1CertificateSigningRequestStatusOutput,
|
|
3450
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
3425
3451
|
}));
|
|
3426
3452
|
// Input Schema
|
|
3427
3453
|
export const ReplaceCertificatesV1alpha1ClusterTrustBundleInput =
|
|
@@ -3505,6 +3531,7 @@ export const replaceCertificatesV1alpha1ClusterTrustBundle =
|
|
|
3505
3531
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
3506
3532
|
inputSchema: ReplaceCertificatesV1alpha1ClusterTrustBundleInput,
|
|
3507
3533
|
outputSchema: ReplaceCertificatesV1alpha1ClusterTrustBundleOutput,
|
|
3534
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
3508
3535
|
}));
|
|
3509
3536
|
// Input Schema
|
|
3510
3537
|
export const ReplaceCertificatesV1beta1ClusterTrustBundleInput =
|
|
@@ -3588,6 +3615,7 @@ export const replaceCertificatesV1beta1ClusterTrustBundle =
|
|
|
3588
3615
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
3589
3616
|
inputSchema: ReplaceCertificatesV1beta1ClusterTrustBundleInput,
|
|
3590
3617
|
outputSchema: ReplaceCertificatesV1beta1ClusterTrustBundleOutput,
|
|
3618
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
3591
3619
|
}));
|
|
3592
3620
|
// Input Schema
|
|
3593
3621
|
export const ReplaceCertificatesV1beta1NamespacedPodCertificateRequestInput =
|
|
@@ -3704,6 +3732,7 @@ export const replaceCertificatesV1beta1NamespacedPodCertificateRequest =
|
|
|
3704
3732
|
inputSchema: ReplaceCertificatesV1beta1NamespacedPodCertificateRequestInput,
|
|
3705
3733
|
outputSchema:
|
|
3706
3734
|
ReplaceCertificatesV1beta1NamespacedPodCertificateRequestOutput,
|
|
3735
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
3707
3736
|
}));
|
|
3708
3737
|
// Input Schema
|
|
3709
3738
|
export const ReplaceCertificatesV1beta1NamespacedPodCertificateRequestStatusInput =
|
|
@@ -3821,6 +3850,7 @@ export const replaceCertificatesV1beta1NamespacedPodCertificateRequestStatus =
|
|
|
3821
3850
|
ReplaceCertificatesV1beta1NamespacedPodCertificateRequestStatusInput,
|
|
3822
3851
|
outputSchema:
|
|
3823
3852
|
ReplaceCertificatesV1beta1NamespacedPodCertificateRequestStatusOutput,
|
|
3853
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
3824
3854
|
}));
|
|
3825
3855
|
// Input Schema
|
|
3826
3856
|
export const WatchCertificatesV1CertificateSigningRequestInput =
|
|
@@ -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 CreateCoordinationV1NamespacedLeaseInput =
|
|
@@ -97,6 +98,7 @@ export const createCoordinationV1NamespacedLease =
|
|
|
97
98
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
98
99
|
inputSchema: CreateCoordinationV1NamespacedLeaseInput,
|
|
99
100
|
outputSchema: CreateCoordinationV1NamespacedLeaseOutput,
|
|
101
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
100
102
|
}));
|
|
101
103
|
// Input Schema
|
|
102
104
|
export const CreateCoordinationV1alpha2NamespacedLeaseCandidateInput =
|
|
@@ -184,6 +186,7 @@ export const createCoordinationV1alpha2NamespacedLeaseCandidate =
|
|
|
184
186
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
185
187
|
inputSchema: CreateCoordinationV1alpha2NamespacedLeaseCandidateInput,
|
|
186
188
|
outputSchema: CreateCoordinationV1alpha2NamespacedLeaseCandidateOutput,
|
|
189
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
187
190
|
}));
|
|
188
191
|
// Input Schema
|
|
189
192
|
export const CreateCoordinationV1beta1NamespacedLeaseCandidateInput =
|
|
@@ -271,6 +274,7 @@ export const createCoordinationV1beta1NamespacedLeaseCandidate =
|
|
|
271
274
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
272
275
|
inputSchema: CreateCoordinationV1beta1NamespacedLeaseCandidateInput,
|
|
273
276
|
outputSchema: CreateCoordinationV1beta1NamespacedLeaseCandidateOutput,
|
|
277
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
274
278
|
}));
|
|
275
279
|
// Input Schema
|
|
276
280
|
export const DeleteCoordinationV1CollectionNamespacedLeaseInput =
|
|
@@ -407,6 +411,7 @@ export const deleteCoordinationV1NamespacedLease =
|
|
|
407
411
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
408
412
|
inputSchema: DeleteCoordinationV1NamespacedLeaseInput,
|
|
409
413
|
outputSchema: DeleteCoordinationV1NamespacedLeaseOutput,
|
|
414
|
+
errors: [NotFound, Conflict] as const,
|
|
410
415
|
}));
|
|
411
416
|
// Input Schema
|
|
412
417
|
export const DeleteCoordinationV1alpha2CollectionNamespacedLeaseCandidateInput =
|
|
@@ -545,6 +550,7 @@ export const deleteCoordinationV1alpha2NamespacedLeaseCandidate =
|
|
|
545
550
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
546
551
|
inputSchema: DeleteCoordinationV1alpha2NamespacedLeaseCandidateInput,
|
|
547
552
|
outputSchema: DeleteCoordinationV1alpha2NamespacedLeaseCandidateOutput,
|
|
553
|
+
errors: [NotFound, Conflict] as const,
|
|
548
554
|
}));
|
|
549
555
|
// Input Schema
|
|
550
556
|
export const DeleteCoordinationV1beta1CollectionNamespacedLeaseCandidateInput =
|
|
@@ -683,6 +689,7 @@ export const deleteCoordinationV1beta1NamespacedLeaseCandidate =
|
|
|
683
689
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
684
690
|
inputSchema: DeleteCoordinationV1beta1NamespacedLeaseCandidateInput,
|
|
685
691
|
outputSchema: DeleteCoordinationV1beta1NamespacedLeaseCandidateOutput,
|
|
692
|
+
errors: [NotFound, Conflict] as const,
|
|
686
693
|
}));
|
|
687
694
|
// Input Schema
|
|
688
695
|
export const GetCoordinationAPIGroupInput =
|
|
@@ -1559,6 +1566,7 @@ export const patchCoordinationV1NamespacedLease =
|
|
|
1559
1566
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1560
1567
|
inputSchema: PatchCoordinationV1NamespacedLeaseInput,
|
|
1561
1568
|
outputSchema: PatchCoordinationV1NamespacedLeaseOutput,
|
|
1569
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1562
1570
|
}));
|
|
1563
1571
|
// Input Schema
|
|
1564
1572
|
export const PatchCoordinationV1alpha2NamespacedLeaseCandidateInput =
|
|
@@ -1646,6 +1654,7 @@ export const patchCoordinationV1alpha2NamespacedLeaseCandidate =
|
|
|
1646
1654
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1647
1655
|
inputSchema: PatchCoordinationV1alpha2NamespacedLeaseCandidateInput,
|
|
1648
1656
|
outputSchema: PatchCoordinationV1alpha2NamespacedLeaseCandidateOutput,
|
|
1657
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1649
1658
|
}));
|
|
1650
1659
|
// Input Schema
|
|
1651
1660
|
export const PatchCoordinationV1beta1NamespacedLeaseCandidateInput =
|
|
@@ -1733,6 +1742,7 @@ export const patchCoordinationV1beta1NamespacedLeaseCandidate =
|
|
|
1733
1742
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1734
1743
|
inputSchema: PatchCoordinationV1beta1NamespacedLeaseCandidateInput,
|
|
1735
1744
|
outputSchema: PatchCoordinationV1beta1NamespacedLeaseCandidateOutput,
|
|
1745
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1736
1746
|
}));
|
|
1737
1747
|
// Input Schema
|
|
1738
1748
|
export const ReadCoordinationV1NamespacedLeaseInput =
|
|
@@ -1817,6 +1827,7 @@ export const readCoordinationV1NamespacedLease =
|
|
|
1817
1827
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1818
1828
|
inputSchema: ReadCoordinationV1NamespacedLeaseInput,
|
|
1819
1829
|
outputSchema: ReadCoordinationV1NamespacedLeaseOutput,
|
|
1830
|
+
errors: [NotFound] as const,
|
|
1820
1831
|
}));
|
|
1821
1832
|
// Input Schema
|
|
1822
1833
|
export const ReadCoordinationV1alpha2NamespacedLeaseCandidateInput =
|
|
@@ -1898,6 +1909,7 @@ export const readCoordinationV1alpha2NamespacedLeaseCandidate =
|
|
|
1898
1909
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1899
1910
|
inputSchema: ReadCoordinationV1alpha2NamespacedLeaseCandidateInput,
|
|
1900
1911
|
outputSchema: ReadCoordinationV1alpha2NamespacedLeaseCandidateOutput,
|
|
1912
|
+
errors: [NotFound] as const,
|
|
1901
1913
|
}));
|
|
1902
1914
|
// Input Schema
|
|
1903
1915
|
export const ReadCoordinationV1beta1NamespacedLeaseCandidateInput =
|
|
@@ -1979,6 +1991,7 @@ export const readCoordinationV1beta1NamespacedLeaseCandidate =
|
|
|
1979
1991
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1980
1992
|
inputSchema: ReadCoordinationV1beta1NamespacedLeaseCandidateInput,
|
|
1981
1993
|
outputSchema: ReadCoordinationV1beta1NamespacedLeaseCandidateOutput,
|
|
1994
|
+
errors: [NotFound] as const,
|
|
1982
1995
|
}));
|
|
1983
1996
|
// Input Schema
|
|
1984
1997
|
export const ReplaceCoordinationV1NamespacedLeaseInput =
|
|
@@ -2069,6 +2082,7 @@ export const replaceCoordinationV1NamespacedLease =
|
|
|
2069
2082
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2070
2083
|
inputSchema: ReplaceCoordinationV1NamespacedLeaseInput,
|
|
2071
2084
|
outputSchema: ReplaceCoordinationV1NamespacedLeaseOutput,
|
|
2085
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2072
2086
|
}));
|
|
2073
2087
|
// Input Schema
|
|
2074
2088
|
export const ReplaceCoordinationV1alpha2NamespacedLeaseCandidateInput =
|
|
@@ -2156,6 +2170,7 @@ export const replaceCoordinationV1alpha2NamespacedLeaseCandidate =
|
|
|
2156
2170
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2157
2171
|
inputSchema: ReplaceCoordinationV1alpha2NamespacedLeaseCandidateInput,
|
|
2158
2172
|
outputSchema: ReplaceCoordinationV1alpha2NamespacedLeaseCandidateOutput,
|
|
2173
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2159
2174
|
}));
|
|
2160
2175
|
// Input Schema
|
|
2161
2176
|
export const ReplaceCoordinationV1beta1NamespacedLeaseCandidateInput =
|
|
@@ -2243,6 +2258,7 @@ export const replaceCoordinationV1beta1NamespacedLeaseCandidate =
|
|
|
2243
2258
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2244
2259
|
inputSchema: ReplaceCoordinationV1beta1NamespacedLeaseCandidateInput,
|
|
2245
2260
|
outputSchema: ReplaceCoordinationV1beta1NamespacedLeaseCandidateOutput,
|
|
2261
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2246
2262
|
}));
|
|
2247
2263
|
// Input Schema
|
|
2248
2264
|
export const WatchCoordinationV1LeaseListForAllNamespacesInput =
|