@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/node.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 CreateNodeV1RuntimeClassInput =
|
|
@@ -107,6 +108,7 @@ export const createNodeV1RuntimeClass = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
107
108
|
() => ({
|
|
108
109
|
inputSchema: CreateNodeV1RuntimeClassInput,
|
|
109
110
|
outputSchema: CreateNodeV1RuntimeClassOutput,
|
|
111
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
110
112
|
}),
|
|
111
113
|
);
|
|
112
114
|
// Input Schema
|
|
@@ -241,6 +243,7 @@ export const deleteNodeV1RuntimeClass = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
241
243
|
() => ({
|
|
242
244
|
inputSchema: DeleteNodeV1RuntimeClassInput,
|
|
243
245
|
outputSchema: DeleteNodeV1RuntimeClassOutput,
|
|
246
|
+
errors: [NotFound, Conflict] as const,
|
|
244
247
|
}),
|
|
245
248
|
);
|
|
246
249
|
// Input Schema
|
|
@@ -546,6 +549,7 @@ export const patchNodeV1RuntimeClass = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
546
549
|
() => ({
|
|
547
550
|
inputSchema: PatchNodeV1RuntimeClassInput,
|
|
548
551
|
outputSchema: PatchNodeV1RuntimeClassOutput,
|
|
552
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
549
553
|
}),
|
|
550
554
|
);
|
|
551
555
|
// Input Schema
|
|
@@ -644,6 +648,7 @@ export const readNodeV1RuntimeClass = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
644
648
|
() => ({
|
|
645
649
|
inputSchema: ReadNodeV1RuntimeClassInput,
|
|
646
650
|
outputSchema: ReadNodeV1RuntimeClassOutput,
|
|
651
|
+
errors: [NotFound] as const,
|
|
647
652
|
}),
|
|
648
653
|
);
|
|
649
654
|
// Input Schema
|
|
@@ -748,6 +753,7 @@ export const replaceNodeV1RuntimeClass = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
748
753
|
() => ({
|
|
749
754
|
inputSchema: ReplaceNodeV1RuntimeClassInput,
|
|
750
755
|
outputSchema: ReplaceNodeV1RuntimeClassOutput,
|
|
756
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
751
757
|
}),
|
|
752
758
|
);
|
|
753
759
|
// Input Schema
|
package/src/services/policy.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 CreatePolicyV1NamespacedPodDisruptionBudgetInput =
|
|
@@ -133,6 +134,7 @@ export const createPolicyV1NamespacedPodDisruptionBudget =
|
|
|
133
134
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
134
135
|
inputSchema: CreatePolicyV1NamespacedPodDisruptionBudgetInput,
|
|
135
136
|
outputSchema: CreatePolicyV1NamespacedPodDisruptionBudgetOutput,
|
|
137
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
136
138
|
}));
|
|
137
139
|
// Input Schema
|
|
138
140
|
export const DeletePolicyV1CollectionNamespacedPodDisruptionBudgetInput =
|
|
@@ -269,6 +271,7 @@ export const deletePolicyV1NamespacedPodDisruptionBudget =
|
|
|
269
271
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
270
272
|
inputSchema: DeletePolicyV1NamespacedPodDisruptionBudgetInput,
|
|
271
273
|
outputSchema: DeletePolicyV1NamespacedPodDisruptionBudgetOutput,
|
|
274
|
+
errors: [NotFound, Conflict] as const,
|
|
272
275
|
}));
|
|
273
276
|
// Input Schema
|
|
274
277
|
export const GetPolicyAPIGroupInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
@@ -759,6 +762,7 @@ export const patchPolicyV1NamespacedPodDisruptionBudget =
|
|
|
759
762
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
760
763
|
inputSchema: PatchPolicyV1NamespacedPodDisruptionBudgetInput,
|
|
761
764
|
outputSchema: PatchPolicyV1NamespacedPodDisruptionBudgetOutput,
|
|
765
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
762
766
|
}));
|
|
763
767
|
// Input Schema
|
|
764
768
|
export const PatchPolicyV1NamespacedPodDisruptionBudgetStatusInput =
|
|
@@ -885,6 +889,7 @@ export const patchPolicyV1NamespacedPodDisruptionBudgetStatus =
|
|
|
885
889
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
886
890
|
inputSchema: PatchPolicyV1NamespacedPodDisruptionBudgetStatusInput,
|
|
887
891
|
outputSchema: PatchPolicyV1NamespacedPodDisruptionBudgetStatusOutput,
|
|
892
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
888
893
|
}));
|
|
889
894
|
// Input Schema
|
|
890
895
|
export const ReadPolicyV1NamespacedPodDisruptionBudgetInput =
|
|
@@ -1005,6 +1010,7 @@ export const readPolicyV1NamespacedPodDisruptionBudget =
|
|
|
1005
1010
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1006
1011
|
inputSchema: ReadPolicyV1NamespacedPodDisruptionBudgetInput,
|
|
1007
1012
|
outputSchema: ReadPolicyV1NamespacedPodDisruptionBudgetOutput,
|
|
1013
|
+
errors: [NotFound] as const,
|
|
1008
1014
|
}));
|
|
1009
1015
|
// Input Schema
|
|
1010
1016
|
export const ReadPolicyV1NamespacedPodDisruptionBudgetStatusInput =
|
|
@@ -1125,6 +1131,7 @@ export const readPolicyV1NamespacedPodDisruptionBudgetStatus =
|
|
|
1125
1131
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1126
1132
|
inputSchema: ReadPolicyV1NamespacedPodDisruptionBudgetStatusInput,
|
|
1127
1133
|
outputSchema: ReadPolicyV1NamespacedPodDisruptionBudgetStatusOutput,
|
|
1134
|
+
errors: [NotFound] as const,
|
|
1128
1135
|
}));
|
|
1129
1136
|
// Input Schema
|
|
1130
1137
|
export const ReplacePolicyV1NamespacedPodDisruptionBudgetInput =
|
|
@@ -1251,6 +1258,7 @@ export const replacePolicyV1NamespacedPodDisruptionBudget =
|
|
|
1251
1258
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1252
1259
|
inputSchema: ReplacePolicyV1NamespacedPodDisruptionBudgetInput,
|
|
1253
1260
|
outputSchema: ReplacePolicyV1NamespacedPodDisruptionBudgetOutput,
|
|
1261
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1254
1262
|
}));
|
|
1255
1263
|
// Input Schema
|
|
1256
1264
|
export const ReplacePolicyV1NamespacedPodDisruptionBudgetStatusInput =
|
|
@@ -1377,6 +1385,7 @@ export const replacePolicyV1NamespacedPodDisruptionBudgetStatus =
|
|
|
1377
1385
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1378
1386
|
inputSchema: ReplacePolicyV1NamespacedPodDisruptionBudgetStatusInput,
|
|
1379
1387
|
outputSchema: ReplacePolicyV1NamespacedPodDisruptionBudgetStatusOutput,
|
|
1388
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1380
1389
|
}));
|
|
1381
1390
|
// Input Schema
|
|
1382
1391
|
export const WatchPolicyV1NamespacedPodDisruptionBudgetInput =
|
|
@@ -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 CreateRbacAuthorizationV1ClusterRoleInput =
|
|
@@ -119,6 +120,7 @@ export const createRbacAuthorizationV1ClusterRole =
|
|
|
119
120
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
120
121
|
inputSchema: CreateRbacAuthorizationV1ClusterRoleInput,
|
|
121
122
|
outputSchema: CreateRbacAuthorizationV1ClusterRoleOutput,
|
|
123
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
122
124
|
}));
|
|
123
125
|
// Input Schema
|
|
124
126
|
export const CreateRbacAuthorizationV1ClusterRoleBindingInput =
|
|
@@ -213,6 +215,7 @@ export const createRbacAuthorizationV1ClusterRoleBinding =
|
|
|
213
215
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
214
216
|
inputSchema: CreateRbacAuthorizationV1ClusterRoleBindingInput,
|
|
215
217
|
outputSchema: CreateRbacAuthorizationV1ClusterRoleBindingOutput,
|
|
218
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
216
219
|
}));
|
|
217
220
|
// Input Schema
|
|
218
221
|
export const CreateRbacAuthorizationV1NamespacedRoleInput =
|
|
@@ -303,6 +306,7 @@ export const createRbacAuthorizationV1NamespacedRole =
|
|
|
303
306
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
304
307
|
inputSchema: CreateRbacAuthorizationV1NamespacedRoleInput,
|
|
305
308
|
outputSchema: CreateRbacAuthorizationV1NamespacedRoleOutput,
|
|
309
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
306
310
|
}));
|
|
307
311
|
// Input Schema
|
|
308
312
|
export const CreateRbacAuthorizationV1NamespacedRoleBindingInput =
|
|
@@ -397,6 +401,7 @@ export const createRbacAuthorizationV1NamespacedRoleBinding =
|
|
|
397
401
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
398
402
|
inputSchema: CreateRbacAuthorizationV1NamespacedRoleBindingInput,
|
|
399
403
|
outputSchema: CreateRbacAuthorizationV1NamespacedRoleBindingOutput,
|
|
404
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
400
405
|
}));
|
|
401
406
|
// Input Schema
|
|
402
407
|
export const DeleteRbacAuthorizationV1ClusterRoleInput =
|
|
@@ -465,6 +470,7 @@ export const deleteRbacAuthorizationV1ClusterRole =
|
|
|
465
470
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
466
471
|
inputSchema: DeleteRbacAuthorizationV1ClusterRoleInput,
|
|
467
472
|
outputSchema: DeleteRbacAuthorizationV1ClusterRoleOutput,
|
|
473
|
+
errors: [NotFound, Conflict] as const,
|
|
468
474
|
}));
|
|
469
475
|
// Input Schema
|
|
470
476
|
export const DeleteRbacAuthorizationV1ClusterRoleBindingInput =
|
|
@@ -533,6 +539,7 @@ export const deleteRbacAuthorizationV1ClusterRoleBinding =
|
|
|
533
539
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
534
540
|
inputSchema: DeleteRbacAuthorizationV1ClusterRoleBindingInput,
|
|
535
541
|
outputSchema: DeleteRbacAuthorizationV1ClusterRoleBindingOutput,
|
|
542
|
+
errors: [NotFound, Conflict] as const,
|
|
536
543
|
}));
|
|
537
544
|
// Input Schema
|
|
538
545
|
export const DeleteRbacAuthorizationV1CollectionClusterRoleInput =
|
|
@@ -874,6 +881,7 @@ export const deleteRbacAuthorizationV1NamespacedRole =
|
|
|
874
881
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
875
882
|
inputSchema: DeleteRbacAuthorizationV1NamespacedRoleInput,
|
|
876
883
|
outputSchema: DeleteRbacAuthorizationV1NamespacedRoleOutput,
|
|
884
|
+
errors: [NotFound, Conflict] as const,
|
|
877
885
|
}));
|
|
878
886
|
// Input Schema
|
|
879
887
|
export const DeleteRbacAuthorizationV1NamespacedRoleBindingInput =
|
|
@@ -942,6 +950,7 @@ export const deleteRbacAuthorizationV1NamespacedRoleBinding =
|
|
|
942
950
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
943
951
|
inputSchema: DeleteRbacAuthorizationV1NamespacedRoleBindingInput,
|
|
944
952
|
outputSchema: DeleteRbacAuthorizationV1NamespacedRoleBindingOutput,
|
|
953
|
+
errors: [NotFound, Conflict] as const,
|
|
945
954
|
}));
|
|
946
955
|
// Input Schema
|
|
947
956
|
export const GetRbacAuthorizationAPIGroupInput =
|
|
@@ -1803,6 +1812,7 @@ export const patchRbacAuthorizationV1ClusterRole =
|
|
|
1803
1812
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1804
1813
|
inputSchema: PatchRbacAuthorizationV1ClusterRoleInput,
|
|
1805
1814
|
outputSchema: PatchRbacAuthorizationV1ClusterRoleOutput,
|
|
1815
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1806
1816
|
}));
|
|
1807
1817
|
// Input Schema
|
|
1808
1818
|
export const PatchRbacAuthorizationV1ClusterRoleBindingInput =
|
|
@@ -1897,6 +1907,7 @@ export const patchRbacAuthorizationV1ClusterRoleBinding =
|
|
|
1897
1907
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1898
1908
|
inputSchema: PatchRbacAuthorizationV1ClusterRoleBindingInput,
|
|
1899
1909
|
outputSchema: PatchRbacAuthorizationV1ClusterRoleBindingOutput,
|
|
1910
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1900
1911
|
}));
|
|
1901
1912
|
// Input Schema
|
|
1902
1913
|
export const PatchRbacAuthorizationV1NamespacedRoleInput =
|
|
@@ -1987,6 +1998,7 @@ export const patchRbacAuthorizationV1NamespacedRole =
|
|
|
1987
1998
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1988
1999
|
inputSchema: PatchRbacAuthorizationV1NamespacedRoleInput,
|
|
1989
2000
|
outputSchema: PatchRbacAuthorizationV1NamespacedRoleOutput,
|
|
2001
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1990
2002
|
}));
|
|
1991
2003
|
// Input Schema
|
|
1992
2004
|
export const PatchRbacAuthorizationV1NamespacedRoleBindingInput =
|
|
@@ -2081,6 +2093,7 @@ export const patchRbacAuthorizationV1NamespacedRoleBinding =
|
|
|
2081
2093
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2082
2094
|
inputSchema: PatchRbacAuthorizationV1NamespacedRoleBindingInput,
|
|
2083
2095
|
outputSchema: PatchRbacAuthorizationV1NamespacedRoleBindingOutput,
|
|
2096
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2084
2097
|
}));
|
|
2085
2098
|
// Input Schema
|
|
2086
2099
|
export const ReadRbacAuthorizationV1ClusterRoleInput =
|
|
@@ -2187,6 +2200,7 @@ export const readRbacAuthorizationV1ClusterRole =
|
|
|
2187
2200
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2188
2201
|
inputSchema: ReadRbacAuthorizationV1ClusterRoleInput,
|
|
2189
2202
|
outputSchema: ReadRbacAuthorizationV1ClusterRoleOutput,
|
|
2203
|
+
errors: [NotFound] as const,
|
|
2190
2204
|
}));
|
|
2191
2205
|
// Input Schema
|
|
2192
2206
|
export const ReadRbacAuthorizationV1ClusterRoleBindingInput =
|
|
@@ -2275,6 +2289,7 @@ export const readRbacAuthorizationV1ClusterRoleBinding =
|
|
|
2275
2289
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2276
2290
|
inputSchema: ReadRbacAuthorizationV1ClusterRoleBindingInput,
|
|
2277
2291
|
outputSchema: ReadRbacAuthorizationV1ClusterRoleBindingOutput,
|
|
2292
|
+
errors: [NotFound] as const,
|
|
2278
2293
|
}));
|
|
2279
2294
|
// Input Schema
|
|
2280
2295
|
export const ReadRbacAuthorizationV1NamespacedRoleInput =
|
|
@@ -2359,6 +2374,7 @@ export const readRbacAuthorizationV1NamespacedRole =
|
|
|
2359
2374
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2360
2375
|
inputSchema: ReadRbacAuthorizationV1NamespacedRoleInput,
|
|
2361
2376
|
outputSchema: ReadRbacAuthorizationV1NamespacedRoleOutput,
|
|
2377
|
+
errors: [NotFound] as const,
|
|
2362
2378
|
}));
|
|
2363
2379
|
// Input Schema
|
|
2364
2380
|
export const ReadRbacAuthorizationV1NamespacedRoleBindingInput =
|
|
@@ -2447,6 +2463,7 @@ export const readRbacAuthorizationV1NamespacedRoleBinding =
|
|
|
2447
2463
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2448
2464
|
inputSchema: ReadRbacAuthorizationV1NamespacedRoleBindingInput,
|
|
2449
2465
|
outputSchema: ReadRbacAuthorizationV1NamespacedRoleBindingOutput,
|
|
2466
|
+
errors: [NotFound] as const,
|
|
2450
2467
|
}));
|
|
2451
2468
|
// Input Schema
|
|
2452
2469
|
export const ReplaceRbacAuthorizationV1ClusterRoleInput =
|
|
@@ -2559,6 +2576,7 @@ export const replaceRbacAuthorizationV1ClusterRole =
|
|
|
2559
2576
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2560
2577
|
inputSchema: ReplaceRbacAuthorizationV1ClusterRoleInput,
|
|
2561
2578
|
outputSchema: ReplaceRbacAuthorizationV1ClusterRoleOutput,
|
|
2579
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2562
2580
|
}));
|
|
2563
2581
|
// Input Schema
|
|
2564
2582
|
export const ReplaceRbacAuthorizationV1ClusterRoleBindingInput =
|
|
@@ -2653,6 +2671,7 @@ export const replaceRbacAuthorizationV1ClusterRoleBinding =
|
|
|
2653
2671
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2654
2672
|
inputSchema: ReplaceRbacAuthorizationV1ClusterRoleBindingInput,
|
|
2655
2673
|
outputSchema: ReplaceRbacAuthorizationV1ClusterRoleBindingOutput,
|
|
2674
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2656
2675
|
}));
|
|
2657
2676
|
// Input Schema
|
|
2658
2677
|
export const ReplaceRbacAuthorizationV1NamespacedRoleInput =
|
|
@@ -2743,6 +2762,7 @@ export const replaceRbacAuthorizationV1NamespacedRole =
|
|
|
2743
2762
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2744
2763
|
inputSchema: ReplaceRbacAuthorizationV1NamespacedRoleInput,
|
|
2745
2764
|
outputSchema: ReplaceRbacAuthorizationV1NamespacedRoleOutput,
|
|
2765
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2746
2766
|
}));
|
|
2747
2767
|
// Input Schema
|
|
2748
2768
|
export const ReplaceRbacAuthorizationV1NamespacedRoleBindingInput =
|
|
@@ -2837,6 +2857,7 @@ export const replaceRbacAuthorizationV1NamespacedRoleBinding =
|
|
|
2837
2857
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2838
2858
|
inputSchema: ReplaceRbacAuthorizationV1NamespacedRoleBindingInput,
|
|
2839
2859
|
outputSchema: ReplaceRbacAuthorizationV1NamespacedRoleBindingOutput,
|
|
2860
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2840
2861
|
}));
|
|
2841
2862
|
// Input Schema
|
|
2842
2863
|
export const WatchRbacAuthorizationV1ClusterRoleInput =
|