@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 CreateDiscoveryV1NamespacedEndpointSliceInput =
|
|
@@ -146,6 +147,7 @@ export const createDiscoveryV1NamespacedEndpointSlice =
|
|
|
146
147
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
147
148
|
inputSchema: CreateDiscoveryV1NamespacedEndpointSliceInput,
|
|
148
149
|
outputSchema: CreateDiscoveryV1NamespacedEndpointSliceOutput,
|
|
150
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
149
151
|
}));
|
|
150
152
|
// Input Schema
|
|
151
153
|
export const DeleteDiscoveryV1CollectionNamespacedEndpointSliceInput =
|
|
@@ -282,6 +284,7 @@ export const deleteDiscoveryV1NamespacedEndpointSlice =
|
|
|
282
284
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
283
285
|
inputSchema: DeleteDiscoveryV1NamespacedEndpointSliceInput,
|
|
284
286
|
outputSchema: DeleteDiscoveryV1NamespacedEndpointSliceOutput,
|
|
287
|
+
errors: [NotFound, Conflict] as const,
|
|
285
288
|
}));
|
|
286
289
|
// Input Schema
|
|
287
290
|
export const GetDiscoveryAPIGroupInput =
|
|
@@ -814,6 +817,7 @@ export const patchDiscoveryV1NamespacedEndpointSlice =
|
|
|
814
817
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
815
818
|
inputSchema: PatchDiscoveryV1NamespacedEndpointSliceInput,
|
|
816
819
|
outputSchema: PatchDiscoveryV1NamespacedEndpointSliceOutput,
|
|
820
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
817
821
|
}));
|
|
818
822
|
// Input Schema
|
|
819
823
|
export const ReadDiscoveryV1NamespacedEndpointSliceInput =
|
|
@@ -947,6 +951,7 @@ export const readDiscoveryV1NamespacedEndpointSlice =
|
|
|
947
951
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
948
952
|
inputSchema: ReadDiscoveryV1NamespacedEndpointSliceInput,
|
|
949
953
|
outputSchema: ReadDiscoveryV1NamespacedEndpointSliceOutput,
|
|
954
|
+
errors: [NotFound] as const,
|
|
950
955
|
}));
|
|
951
956
|
// Input Schema
|
|
952
957
|
export const ReplaceDiscoveryV1NamespacedEndpointSliceInput =
|
|
@@ -1086,6 +1091,7 @@ export const replaceDiscoveryV1NamespacedEndpointSlice =
|
|
|
1086
1091
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1087
1092
|
inputSchema: ReplaceDiscoveryV1NamespacedEndpointSliceInput,
|
|
1088
1093
|
outputSchema: ReplaceDiscoveryV1NamespacedEndpointSliceOutput,
|
|
1094
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1089
1095
|
}));
|
|
1090
1096
|
// Input Schema
|
|
1091
1097
|
export const WatchDiscoveryV1EndpointSliceListForAllNamespacesInput =
|
package/src/services/events.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 CreateEventsV1NamespacedEventInput =
|
|
@@ -130,6 +131,7 @@ export const createEventsV1NamespacedEvent =
|
|
|
130
131
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
131
132
|
inputSchema: CreateEventsV1NamespacedEventInput,
|
|
132
133
|
outputSchema: CreateEventsV1NamespacedEventOutput,
|
|
134
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
133
135
|
}));
|
|
134
136
|
// Input Schema
|
|
135
137
|
export const DeleteEventsV1CollectionNamespacedEventInput =
|
|
@@ -266,6 +268,7 @@ export const deleteEventsV1NamespacedEvent =
|
|
|
266
268
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
267
269
|
inputSchema: DeleteEventsV1NamespacedEventInput,
|
|
268
270
|
outputSchema: DeleteEventsV1NamespacedEventOutput,
|
|
271
|
+
errors: [NotFound, Conflict] as const,
|
|
269
272
|
}));
|
|
270
273
|
// Input Schema
|
|
271
274
|
export const GetEventsAPIGroupInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
@@ -748,6 +751,7 @@ export const patchEventsV1NamespacedEvent =
|
|
|
748
751
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
749
752
|
inputSchema: PatchEventsV1NamespacedEventInput,
|
|
750
753
|
outputSchema: PatchEventsV1NamespacedEventOutput,
|
|
754
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
751
755
|
}));
|
|
752
756
|
// Input Schema
|
|
753
757
|
export const ReadEventsV1NamespacedEventInput =
|
|
@@ -865,6 +869,7 @@ export const readEventsV1NamespacedEvent = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
865
869
|
() => ({
|
|
866
870
|
inputSchema: ReadEventsV1NamespacedEventInput,
|
|
867
871
|
outputSchema: ReadEventsV1NamespacedEventOutput,
|
|
872
|
+
errors: [NotFound] as const,
|
|
868
873
|
}),
|
|
869
874
|
);
|
|
870
875
|
// Input Schema
|
|
@@ -989,6 +994,7 @@ export const replaceEventsV1NamespacedEvent =
|
|
|
989
994
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
990
995
|
inputSchema: ReplaceEventsV1NamespacedEventInput,
|
|
991
996
|
outputSchema: ReplaceEventsV1NamespacedEventOutput,
|
|
997
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
992
998
|
}));
|
|
993
999
|
// Input Schema
|
|
994
1000
|
export const WatchEventsV1EventListForAllNamespacesInput =
|
|
@@ -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 CreateFlowcontrolApiserverV1FlowSchemaInput =
|
|
@@ -160,6 +161,7 @@ export const createFlowcontrolApiserverV1FlowSchema =
|
|
|
160
161
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
161
162
|
inputSchema: CreateFlowcontrolApiserverV1FlowSchemaInput,
|
|
162
163
|
outputSchema: CreateFlowcontrolApiserverV1FlowSchemaOutput,
|
|
164
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
163
165
|
}));
|
|
164
166
|
// Input Schema
|
|
165
167
|
export const CreateFlowcontrolApiserverV1PriorityLevelConfigurationInput =
|
|
@@ -284,6 +286,7 @@ export const createFlowcontrolApiserverV1PriorityLevelConfiguration =
|
|
|
284
286
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
285
287
|
inputSchema: CreateFlowcontrolApiserverV1PriorityLevelConfigurationInput,
|
|
286
288
|
outputSchema: CreateFlowcontrolApiserverV1PriorityLevelConfigurationOutput,
|
|
289
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
287
290
|
}));
|
|
288
291
|
// Input Schema
|
|
289
292
|
export const DeleteFlowcontrolApiserverV1CollectionFlowSchemaInput =
|
|
@@ -490,6 +493,7 @@ export const deleteFlowcontrolApiserverV1FlowSchema =
|
|
|
490
493
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
491
494
|
inputSchema: DeleteFlowcontrolApiserverV1FlowSchemaInput,
|
|
492
495
|
outputSchema: DeleteFlowcontrolApiserverV1FlowSchemaOutput,
|
|
496
|
+
errors: [NotFound, Conflict] as const,
|
|
493
497
|
}));
|
|
494
498
|
// Input Schema
|
|
495
499
|
export const DeleteFlowcontrolApiserverV1PriorityLevelConfigurationInput =
|
|
@@ -558,6 +562,7 @@ export const deleteFlowcontrolApiserverV1PriorityLevelConfiguration =
|
|
|
558
562
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
559
563
|
inputSchema: DeleteFlowcontrolApiserverV1PriorityLevelConfigurationInput,
|
|
560
564
|
outputSchema: DeleteFlowcontrolApiserverV1PriorityLevelConfigurationOutput,
|
|
565
|
+
errors: [NotFound, Conflict] as const,
|
|
561
566
|
}));
|
|
562
567
|
// Input Schema
|
|
563
568
|
export const GetFlowcontrolApiserverAPIGroupInput =
|
|
@@ -1108,6 +1113,7 @@ export const patchFlowcontrolApiserverV1FlowSchema =
|
|
|
1108
1113
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1109
1114
|
inputSchema: PatchFlowcontrolApiserverV1FlowSchemaInput,
|
|
1110
1115
|
outputSchema: PatchFlowcontrolApiserverV1FlowSchemaOutput,
|
|
1116
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1111
1117
|
}));
|
|
1112
1118
|
// Input Schema
|
|
1113
1119
|
export const PatchFlowcontrolApiserverV1FlowSchemaStatusInput =
|
|
@@ -1261,6 +1267,7 @@ export const patchFlowcontrolApiserverV1FlowSchemaStatus =
|
|
|
1261
1267
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1262
1268
|
inputSchema: PatchFlowcontrolApiserverV1FlowSchemaStatusInput,
|
|
1263
1269
|
outputSchema: PatchFlowcontrolApiserverV1FlowSchemaStatusOutput,
|
|
1270
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1264
1271
|
}));
|
|
1265
1272
|
// Input Schema
|
|
1266
1273
|
export const PatchFlowcontrolApiserverV1PriorityLevelConfigurationInput =
|
|
@@ -1385,6 +1392,7 @@ export const patchFlowcontrolApiserverV1PriorityLevelConfiguration =
|
|
|
1385
1392
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1386
1393
|
inputSchema: PatchFlowcontrolApiserverV1PriorityLevelConfigurationInput,
|
|
1387
1394
|
outputSchema: PatchFlowcontrolApiserverV1PriorityLevelConfigurationOutput,
|
|
1395
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1388
1396
|
}));
|
|
1389
1397
|
// Input Schema
|
|
1390
1398
|
export const PatchFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput =
|
|
@@ -1511,6 +1519,7 @@ export const patchFlowcontrolApiserverV1PriorityLevelConfigurationStatus =
|
|
|
1511
1519
|
PatchFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput,
|
|
1512
1520
|
outputSchema:
|
|
1513
1521
|
PatchFlowcontrolApiserverV1PriorityLevelConfigurationStatusOutput,
|
|
1522
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1514
1523
|
}));
|
|
1515
1524
|
// Input Schema
|
|
1516
1525
|
export const ReadFlowcontrolApiserverV1FlowSchemaInput =
|
|
@@ -1658,6 +1667,7 @@ export const readFlowcontrolApiserverV1FlowSchema =
|
|
|
1658
1667
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1659
1668
|
inputSchema: ReadFlowcontrolApiserverV1FlowSchemaInput,
|
|
1660
1669
|
outputSchema: ReadFlowcontrolApiserverV1FlowSchemaOutput,
|
|
1670
|
+
errors: [NotFound] as const,
|
|
1661
1671
|
}));
|
|
1662
1672
|
// Input Schema
|
|
1663
1673
|
export const ReadFlowcontrolApiserverV1FlowSchemaStatusInput =
|
|
@@ -1805,6 +1815,7 @@ export const readFlowcontrolApiserverV1FlowSchemaStatus =
|
|
|
1805
1815
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1806
1816
|
inputSchema: ReadFlowcontrolApiserverV1FlowSchemaStatusInput,
|
|
1807
1817
|
outputSchema: ReadFlowcontrolApiserverV1FlowSchemaStatusOutput,
|
|
1818
|
+
errors: [NotFound] as const,
|
|
1808
1819
|
}));
|
|
1809
1820
|
// Input Schema
|
|
1810
1821
|
export const ReadFlowcontrolApiserverV1PriorityLevelConfigurationInput =
|
|
@@ -1923,6 +1934,7 @@ export const readFlowcontrolApiserverV1PriorityLevelConfiguration =
|
|
|
1923
1934
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1924
1935
|
inputSchema: ReadFlowcontrolApiserverV1PriorityLevelConfigurationInput,
|
|
1925
1936
|
outputSchema: ReadFlowcontrolApiserverV1PriorityLevelConfigurationOutput,
|
|
1937
|
+
errors: [NotFound] as const,
|
|
1926
1938
|
}));
|
|
1927
1939
|
// Input Schema
|
|
1928
1940
|
export const ReadFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput =
|
|
@@ -2043,6 +2055,7 @@ export const readFlowcontrolApiserverV1PriorityLevelConfigurationStatus =
|
|
|
2043
2055
|
ReadFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput,
|
|
2044
2056
|
outputSchema:
|
|
2045
2057
|
ReadFlowcontrolApiserverV1PriorityLevelConfigurationStatusOutput,
|
|
2058
|
+
errors: [NotFound] as const,
|
|
2046
2059
|
}));
|
|
2047
2060
|
// Input Schema
|
|
2048
2061
|
export const ReplaceFlowcontrolApiserverV1FlowSchemaInput =
|
|
@@ -2196,6 +2209,7 @@ export const replaceFlowcontrolApiserverV1FlowSchema =
|
|
|
2196
2209
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2197
2210
|
inputSchema: ReplaceFlowcontrolApiserverV1FlowSchemaInput,
|
|
2198
2211
|
outputSchema: ReplaceFlowcontrolApiserverV1FlowSchemaOutput,
|
|
2212
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2199
2213
|
}));
|
|
2200
2214
|
// Input Schema
|
|
2201
2215
|
export const ReplaceFlowcontrolApiserverV1FlowSchemaStatusInput =
|
|
@@ -2349,6 +2363,7 @@ export const replaceFlowcontrolApiserverV1FlowSchemaStatus =
|
|
|
2349
2363
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2350
2364
|
inputSchema: ReplaceFlowcontrolApiserverV1FlowSchemaStatusInput,
|
|
2351
2365
|
outputSchema: ReplaceFlowcontrolApiserverV1FlowSchemaStatusOutput,
|
|
2366
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2352
2367
|
}));
|
|
2353
2368
|
// Input Schema
|
|
2354
2369
|
export const ReplaceFlowcontrolApiserverV1PriorityLevelConfigurationInput =
|
|
@@ -2473,6 +2488,7 @@ export const replaceFlowcontrolApiserverV1PriorityLevelConfiguration =
|
|
|
2473
2488
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2474
2489
|
inputSchema: ReplaceFlowcontrolApiserverV1PriorityLevelConfigurationInput,
|
|
2475
2490
|
outputSchema: ReplaceFlowcontrolApiserverV1PriorityLevelConfigurationOutput,
|
|
2491
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2476
2492
|
}));
|
|
2477
2493
|
// Input Schema
|
|
2478
2494
|
export const ReplaceFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput =
|
|
@@ -2599,6 +2615,7 @@ export const replaceFlowcontrolApiserverV1PriorityLevelConfigurationStatus =
|
|
|
2599
2615
|
ReplaceFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput,
|
|
2600
2616
|
outputSchema:
|
|
2601
2617
|
ReplaceFlowcontrolApiserverV1PriorityLevelConfigurationStatusOutput,
|
|
2618
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2602
2619
|
}));
|
|
2603
2620
|
// Input Schema
|
|
2604
2621
|
export const WatchFlowcontrolApiserverV1FlowSchemaInput =
|
|
@@ -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 CreateInternalApiserverV1alpha1StorageVersionInput =
|
|
@@ -110,6 +111,7 @@ export const createInternalApiserverV1alpha1StorageVersion =
|
|
|
110
111
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
111
112
|
inputSchema: CreateInternalApiserverV1alpha1StorageVersionInput,
|
|
112
113
|
outputSchema: CreateInternalApiserverV1alpha1StorageVersionOutput,
|
|
114
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
113
115
|
}));
|
|
114
116
|
// Input Schema
|
|
115
117
|
export const DeleteInternalApiserverV1alpha1CollectionStorageVersionInput =
|
|
@@ -246,6 +248,7 @@ export const deleteInternalApiserverV1alpha1StorageVersion =
|
|
|
246
248
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
247
249
|
inputSchema: DeleteInternalApiserverV1alpha1StorageVersionInput,
|
|
248
250
|
outputSchema: DeleteInternalApiserverV1alpha1StorageVersionOutput,
|
|
251
|
+
errors: [NotFound, Conflict] as const,
|
|
249
252
|
}));
|
|
250
253
|
// Input Schema
|
|
251
254
|
export const GetInternalApiserverAPIGroupInput =
|
|
@@ -558,6 +561,7 @@ export const patchInternalApiserverV1alpha1StorageVersion =
|
|
|
558
561
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
559
562
|
inputSchema: PatchInternalApiserverV1alpha1StorageVersionInput,
|
|
560
563
|
outputSchema: PatchInternalApiserverV1alpha1StorageVersionOutput,
|
|
564
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
561
565
|
}));
|
|
562
566
|
// Input Schema
|
|
563
567
|
export const PatchInternalApiserverV1alpha1StorageVersionStatusInput =
|
|
@@ -661,6 +665,7 @@ export const patchInternalApiserverV1alpha1StorageVersionStatus =
|
|
|
661
665
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
662
666
|
inputSchema: PatchInternalApiserverV1alpha1StorageVersionStatusInput,
|
|
663
667
|
outputSchema: PatchInternalApiserverV1alpha1StorageVersionStatusOutput,
|
|
668
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
664
669
|
}));
|
|
665
670
|
// Input Schema
|
|
666
671
|
export const ReadInternalApiserverV1alpha1StorageVersionInput =
|
|
@@ -758,6 +763,7 @@ export const readInternalApiserverV1alpha1StorageVersion =
|
|
|
758
763
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
759
764
|
inputSchema: ReadInternalApiserverV1alpha1StorageVersionInput,
|
|
760
765
|
outputSchema: ReadInternalApiserverV1alpha1StorageVersionOutput,
|
|
766
|
+
errors: [NotFound] as const,
|
|
761
767
|
}));
|
|
762
768
|
// Input Schema
|
|
763
769
|
export const ReadInternalApiserverV1alpha1StorageVersionStatusInput =
|
|
@@ -855,6 +861,7 @@ export const readInternalApiserverV1alpha1StorageVersionStatus =
|
|
|
855
861
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
856
862
|
inputSchema: ReadInternalApiserverV1alpha1StorageVersionStatusInput,
|
|
857
863
|
outputSchema: ReadInternalApiserverV1alpha1StorageVersionStatusOutput,
|
|
864
|
+
errors: [NotFound] as const,
|
|
858
865
|
}));
|
|
859
866
|
// Input Schema
|
|
860
867
|
export const ReplaceInternalApiserverV1alpha1StorageVersionInput =
|
|
@@ -958,6 +965,7 @@ export const replaceInternalApiserverV1alpha1StorageVersion =
|
|
|
958
965
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
959
966
|
inputSchema: ReplaceInternalApiserverV1alpha1StorageVersionInput,
|
|
960
967
|
outputSchema: ReplaceInternalApiserverV1alpha1StorageVersionOutput,
|
|
968
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
961
969
|
}));
|
|
962
970
|
// Input Schema
|
|
963
971
|
export const ReplaceInternalApiserverV1alpha1StorageVersionStatusInput =
|
|
@@ -1061,6 +1069,7 @@ export const replaceInternalApiserverV1alpha1StorageVersionStatus =
|
|
|
1061
1069
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1062
1070
|
inputSchema: ReplaceInternalApiserverV1alpha1StorageVersionStatusInput,
|
|
1063
1071
|
outputSchema: ReplaceInternalApiserverV1alpha1StorageVersionStatusOutput,
|
|
1072
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
1064
1073
|
}));
|
|
1065
1074
|
// Input Schema
|
|
1066
1075
|
export const WatchInternalApiserverV1alpha1StorageVersionInput =
|
|
@@ -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 CreateNetworkingV1IPAddressInput =
|
|
@@ -91,6 +92,7 @@ export const createNetworkingV1IPAddress = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
91
92
|
() => ({
|
|
92
93
|
inputSchema: CreateNetworkingV1IPAddressInput,
|
|
93
94
|
outputSchema: CreateNetworkingV1IPAddressOutput,
|
|
95
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
94
96
|
}),
|
|
95
97
|
);
|
|
96
98
|
// Input Schema
|
|
@@ -185,6 +187,7 @@ export const createNetworkingV1IngressClass =
|
|
|
185
187
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
186
188
|
inputSchema: CreateNetworkingV1IngressClassInput,
|
|
187
189
|
outputSchema: CreateNetworkingV1IngressClassOutput,
|
|
190
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
188
191
|
}));
|
|
189
192
|
// Input Schema
|
|
190
193
|
export const CreateNetworkingV1NamespacedIngressInput =
|
|
@@ -361,6 +364,7 @@ export const createNetworkingV1NamespacedIngress =
|
|
|
361
364
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
362
365
|
inputSchema: CreateNetworkingV1NamespacedIngressInput,
|
|
363
366
|
outputSchema: CreateNetworkingV1NamespacedIngressOutput,
|
|
367
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
364
368
|
}));
|
|
365
369
|
// Input Schema
|
|
366
370
|
export const CreateNetworkingV1NamespacedNetworkPolicyInput =
|
|
@@ -587,6 +591,7 @@ export const createNetworkingV1NamespacedNetworkPolicy =
|
|
|
587
591
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
588
592
|
inputSchema: CreateNetworkingV1NamespacedNetworkPolicyInput,
|
|
589
593
|
outputSchema: CreateNetworkingV1NamespacedNetworkPolicyOutput,
|
|
594
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
590
595
|
}));
|
|
591
596
|
// Input Schema
|
|
592
597
|
export const CreateNetworkingV1ServiceCIDRInput =
|
|
@@ -684,6 +689,7 @@ export const createNetworkingV1ServiceCIDR =
|
|
|
684
689
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
685
690
|
inputSchema: CreateNetworkingV1ServiceCIDRInput,
|
|
686
691
|
outputSchema: CreateNetworkingV1ServiceCIDROutput,
|
|
692
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
687
693
|
}));
|
|
688
694
|
// Input Schema
|
|
689
695
|
export const CreateNetworkingV1beta1IPAddressInput =
|
|
@@ -771,6 +777,7 @@ export const createNetworkingV1beta1IPAddress =
|
|
|
771
777
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
772
778
|
inputSchema: CreateNetworkingV1beta1IPAddressInput,
|
|
773
779
|
outputSchema: CreateNetworkingV1beta1IPAddressOutput,
|
|
780
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
774
781
|
}));
|
|
775
782
|
// Input Schema
|
|
776
783
|
export const CreateNetworkingV1beta1ServiceCIDRInput =
|
|
@@ -871,6 +878,7 @@ export const createNetworkingV1beta1ServiceCIDR =
|
|
|
871
878
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
872
879
|
inputSchema: CreateNetworkingV1beta1ServiceCIDRInput,
|
|
873
880
|
outputSchema: CreateNetworkingV1beta1ServiceCIDROutput,
|
|
881
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
874
882
|
}));
|
|
875
883
|
// Input Schema
|
|
876
884
|
export const DeleteNetworkingV1CollectionIPAddressInput =
|
|
@@ -1279,6 +1287,7 @@ export const deleteNetworkingV1IPAddress = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
1279
1287
|
() => ({
|
|
1280
1288
|
inputSchema: DeleteNetworkingV1IPAddressInput,
|
|
1281
1289
|
outputSchema: DeleteNetworkingV1IPAddressOutput,
|
|
1290
|
+
errors: [NotFound, Conflict] as const,
|
|
1282
1291
|
}),
|
|
1283
1292
|
);
|
|
1284
1293
|
// Input Schema
|
|
@@ -1348,6 +1357,7 @@ export const deleteNetworkingV1IngressClass =
|
|
|
1348
1357
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1349
1358
|
inputSchema: DeleteNetworkingV1IngressClassInput,
|
|
1350
1359
|
outputSchema: DeleteNetworkingV1IngressClassOutput,
|
|
1360
|
+
errors: [NotFound, Conflict] as const,
|
|
1351
1361
|
}));
|
|
1352
1362
|
// Input Schema
|
|
1353
1363
|
export const DeleteNetworkingV1NamespacedIngressInput =
|
|
@@ -1416,6 +1426,7 @@ export const deleteNetworkingV1NamespacedIngress =
|
|
|
1416
1426
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1417
1427
|
inputSchema: DeleteNetworkingV1NamespacedIngressInput,
|
|
1418
1428
|
outputSchema: DeleteNetworkingV1NamespacedIngressOutput,
|
|
1429
|
+
errors: [NotFound, Conflict] as const,
|
|
1419
1430
|
}));
|
|
1420
1431
|
// Input Schema
|
|
1421
1432
|
export const DeleteNetworkingV1NamespacedNetworkPolicyInput =
|
|
@@ -1484,6 +1495,7 @@ export const deleteNetworkingV1NamespacedNetworkPolicy =
|
|
|
1484
1495
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1485
1496
|
inputSchema: DeleteNetworkingV1NamespacedNetworkPolicyInput,
|
|
1486
1497
|
outputSchema: DeleteNetworkingV1NamespacedNetworkPolicyOutput,
|
|
1498
|
+
errors: [NotFound, Conflict] as const,
|
|
1487
1499
|
}));
|
|
1488
1500
|
// Input Schema
|
|
1489
1501
|
export const DeleteNetworkingV1ServiceCIDRInput =
|
|
@@ -1552,6 +1564,7 @@ export const deleteNetworkingV1ServiceCIDR =
|
|
|
1552
1564
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1553
1565
|
inputSchema: DeleteNetworkingV1ServiceCIDRInput,
|
|
1554
1566
|
outputSchema: DeleteNetworkingV1ServiceCIDROutput,
|
|
1567
|
+
errors: [NotFound, Conflict] as const,
|
|
1555
1568
|
}));
|
|
1556
1569
|
// Input Schema
|
|
1557
1570
|
export const DeleteNetworkingV1beta1CollectionIPAddressInput =
|
|
@@ -1756,6 +1769,7 @@ export const deleteNetworkingV1beta1IPAddress =
|
|
|
1756
1769
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1757
1770
|
inputSchema: DeleteNetworkingV1beta1IPAddressInput,
|
|
1758
1771
|
outputSchema: DeleteNetworkingV1beta1IPAddressOutput,
|
|
1772
|
+
errors: [NotFound, Conflict] as const,
|
|
1759
1773
|
}));
|
|
1760
1774
|
// Input Schema
|
|
1761
1775
|
export const DeleteNetworkingV1beta1ServiceCIDRInput =
|
|
@@ -1824,6 +1838,7 @@ export const deleteNetworkingV1beta1ServiceCIDR =
|
|
|
1824
1838
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1825
1839
|
inputSchema: DeleteNetworkingV1beta1ServiceCIDRInput,
|
|
1826
1840
|
outputSchema: DeleteNetworkingV1beta1ServiceCIDROutput,
|
|
1841
|
+
errors: [NotFound, Conflict] as const,
|
|
1827
1842
|
}));
|
|
1828
1843
|
// Input Schema
|
|
1829
1844
|
export const GetNetworkingAPIGroupInput =
|
|
@@ -3448,6 +3463,7 @@ export const patchNetworkingV1IPAddress = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
3448
3463
|
() => ({
|
|
3449
3464
|
inputSchema: PatchNetworkingV1IPAddressInput,
|
|
3450
3465
|
outputSchema: PatchNetworkingV1IPAddressOutput,
|
|
3466
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
3451
3467
|
}),
|
|
3452
3468
|
);
|
|
3453
3469
|
// Input Schema
|
|
@@ -3542,6 +3558,7 @@ export const patchNetworkingV1IngressClass =
|
|
|
3542
3558
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
3543
3559
|
inputSchema: PatchNetworkingV1IngressClassInput,
|
|
3544
3560
|
outputSchema: PatchNetworkingV1IngressClassOutput,
|
|
3561
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
3545
3562
|
}));
|
|
3546
3563
|
// Input Schema
|
|
3547
3564
|
export const PatchNetworkingV1NamespacedIngressInput =
|
|
@@ -3718,6 +3735,7 @@ export const patchNetworkingV1NamespacedIngress =
|
|
|
3718
3735
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
3719
3736
|
inputSchema: PatchNetworkingV1NamespacedIngressInput,
|
|
3720
3737
|
outputSchema: PatchNetworkingV1NamespacedIngressOutput,
|
|
3738
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
3721
3739
|
}));
|
|
3722
3740
|
// Input Schema
|
|
3723
3741
|
export const PatchNetworkingV1NamespacedIngressStatusInput =
|
|
@@ -3894,6 +3912,7 @@ export const patchNetworkingV1NamespacedIngressStatus =
|
|
|
3894
3912
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
3895
3913
|
inputSchema: PatchNetworkingV1NamespacedIngressStatusInput,
|
|
3896
3914
|
outputSchema: PatchNetworkingV1NamespacedIngressStatusOutput,
|
|
3915
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
3897
3916
|
}));
|
|
3898
3917
|
// Input Schema
|
|
3899
3918
|
export const PatchNetworkingV1NamespacedNetworkPolicyInput =
|
|
@@ -4120,6 +4139,7 @@ export const patchNetworkingV1NamespacedNetworkPolicy =
|
|
|
4120
4139
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
4121
4140
|
inputSchema: PatchNetworkingV1NamespacedNetworkPolicyInput,
|
|
4122
4141
|
outputSchema: PatchNetworkingV1NamespacedNetworkPolicyOutput,
|
|
4142
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
4123
4143
|
}));
|
|
4124
4144
|
// Input Schema
|
|
4125
4145
|
export const PatchNetworkingV1ServiceCIDRInput =
|
|
@@ -4220,6 +4240,7 @@ export const patchNetworkingV1ServiceCIDR =
|
|
|
4220
4240
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
4221
4241
|
inputSchema: PatchNetworkingV1ServiceCIDRInput,
|
|
4222
4242
|
outputSchema: PatchNetworkingV1ServiceCIDROutput,
|
|
4243
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
4223
4244
|
}));
|
|
4224
4245
|
// Input Schema
|
|
4225
4246
|
export const PatchNetworkingV1ServiceCIDRStatusInput =
|
|
@@ -4320,6 +4341,7 @@ export const patchNetworkingV1ServiceCIDRStatus =
|
|
|
4320
4341
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
4321
4342
|
inputSchema: PatchNetworkingV1ServiceCIDRStatusInput,
|
|
4322
4343
|
outputSchema: PatchNetworkingV1ServiceCIDRStatusOutput,
|
|
4344
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
4323
4345
|
}));
|
|
4324
4346
|
// Input Schema
|
|
4325
4347
|
export const PatchNetworkingV1beta1IPAddressInput =
|
|
@@ -4407,6 +4429,7 @@ export const patchNetworkingV1beta1IPAddress =
|
|
|
4407
4429
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
4408
4430
|
inputSchema: PatchNetworkingV1beta1IPAddressInput,
|
|
4409
4431
|
outputSchema: PatchNetworkingV1beta1IPAddressOutput,
|
|
4432
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
4410
4433
|
}));
|
|
4411
4434
|
// Input Schema
|
|
4412
4435
|
export const PatchNetworkingV1beta1ServiceCIDRInput =
|
|
@@ -4507,6 +4530,7 @@ export const patchNetworkingV1beta1ServiceCIDR =
|
|
|
4507
4530
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
4508
4531
|
inputSchema: PatchNetworkingV1beta1ServiceCIDRInput,
|
|
4509
4532
|
outputSchema: PatchNetworkingV1beta1ServiceCIDROutput,
|
|
4533
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
4510
4534
|
}));
|
|
4511
4535
|
// Input Schema
|
|
4512
4536
|
export const PatchNetworkingV1beta1ServiceCIDRStatusInput =
|
|
@@ -4607,6 +4631,7 @@ export const patchNetworkingV1beta1ServiceCIDRStatus =
|
|
|
4607
4631
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
4608
4632
|
inputSchema: PatchNetworkingV1beta1ServiceCIDRStatusInput,
|
|
4609
4633
|
outputSchema: PatchNetworkingV1beta1ServiceCIDRStatusOutput,
|
|
4634
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
4610
4635
|
}));
|
|
4611
4636
|
// Input Schema
|
|
4612
4637
|
export const ReadNetworkingV1IPAddressInput =
|
|
@@ -4688,6 +4713,7 @@ export const readNetworkingV1IPAddress = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
4688
4713
|
() => ({
|
|
4689
4714
|
inputSchema: ReadNetworkingV1IPAddressInput,
|
|
4690
4715
|
outputSchema: ReadNetworkingV1IPAddressOutput,
|
|
4716
|
+
errors: [NotFound] as const,
|
|
4691
4717
|
}),
|
|
4692
4718
|
);
|
|
4693
4719
|
// Input Schema
|
|
@@ -4776,6 +4802,7 @@ export const readNetworkingV1IngressClass =
|
|
|
4776
4802
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
4777
4803
|
inputSchema: ReadNetworkingV1IngressClassInput,
|
|
4778
4804
|
outputSchema: ReadNetworkingV1IngressClassOutput,
|
|
4805
|
+
errors: [NotFound] as const,
|
|
4779
4806
|
}));
|
|
4780
4807
|
// Input Schema
|
|
4781
4808
|
export const ReadNetworkingV1NamespacedIngressInput =
|
|
@@ -4946,6 +4973,7 @@ export const readNetworkingV1NamespacedIngress =
|
|
|
4946
4973
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
4947
4974
|
inputSchema: ReadNetworkingV1NamespacedIngressInput,
|
|
4948
4975
|
outputSchema: ReadNetworkingV1NamespacedIngressOutput,
|
|
4976
|
+
errors: [NotFound] as const,
|
|
4949
4977
|
}));
|
|
4950
4978
|
// Input Schema
|
|
4951
4979
|
export const ReadNetworkingV1NamespacedIngressStatusInput =
|
|
@@ -5116,6 +5144,7 @@ export const readNetworkingV1NamespacedIngressStatus =
|
|
|
5116
5144
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
5117
5145
|
inputSchema: ReadNetworkingV1NamespacedIngressStatusInput,
|
|
5118
5146
|
outputSchema: ReadNetworkingV1NamespacedIngressStatusOutput,
|
|
5147
|
+
errors: [NotFound] as const,
|
|
5119
5148
|
}));
|
|
5120
5149
|
// Input Schema
|
|
5121
5150
|
export const ReadNetworkingV1NamespacedNetworkPolicyInput =
|
|
@@ -5336,6 +5365,7 @@ export const readNetworkingV1NamespacedNetworkPolicy =
|
|
|
5336
5365
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
5337
5366
|
inputSchema: ReadNetworkingV1NamespacedNetworkPolicyInput,
|
|
5338
5367
|
outputSchema: ReadNetworkingV1NamespacedNetworkPolicyOutput,
|
|
5368
|
+
errors: [NotFound] as const,
|
|
5339
5369
|
}));
|
|
5340
5370
|
// Input Schema
|
|
5341
5371
|
export const ReadNetworkingV1ServiceCIDRInput =
|
|
@@ -5430,6 +5460,7 @@ export const readNetworkingV1ServiceCIDR = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
5430
5460
|
() => ({
|
|
5431
5461
|
inputSchema: ReadNetworkingV1ServiceCIDRInput,
|
|
5432
5462
|
outputSchema: ReadNetworkingV1ServiceCIDROutput,
|
|
5463
|
+
errors: [NotFound] as const,
|
|
5433
5464
|
}),
|
|
5434
5465
|
);
|
|
5435
5466
|
// Input Schema
|
|
@@ -5525,6 +5556,7 @@ export const readNetworkingV1ServiceCIDRStatus =
|
|
|
5525
5556
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
5526
5557
|
inputSchema: ReadNetworkingV1ServiceCIDRStatusInput,
|
|
5527
5558
|
outputSchema: ReadNetworkingV1ServiceCIDRStatusOutput,
|
|
5559
|
+
errors: [NotFound] as const,
|
|
5528
5560
|
}));
|
|
5529
5561
|
// Input Schema
|
|
5530
5562
|
export const ReadNetworkingV1beta1IPAddressInput =
|
|
@@ -5606,6 +5638,7 @@ export const readNetworkingV1beta1IPAddress =
|
|
|
5606
5638
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
5607
5639
|
inputSchema: ReadNetworkingV1beta1IPAddressInput,
|
|
5608
5640
|
outputSchema: ReadNetworkingV1beta1IPAddressOutput,
|
|
5641
|
+
errors: [NotFound] as const,
|
|
5609
5642
|
}));
|
|
5610
5643
|
// Input Schema
|
|
5611
5644
|
export const ReadNetworkingV1beta1ServiceCIDRInput =
|
|
@@ -5700,6 +5733,7 @@ export const readNetworkingV1beta1ServiceCIDR =
|
|
|
5700
5733
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
5701
5734
|
inputSchema: ReadNetworkingV1beta1ServiceCIDRInput,
|
|
5702
5735
|
outputSchema: ReadNetworkingV1beta1ServiceCIDROutput,
|
|
5736
|
+
errors: [NotFound] as const,
|
|
5703
5737
|
}));
|
|
5704
5738
|
// Input Schema
|
|
5705
5739
|
export const ReadNetworkingV1beta1ServiceCIDRStatusInput =
|
|
@@ -5794,6 +5828,7 @@ export const readNetworkingV1beta1ServiceCIDRStatus =
|
|
|
5794
5828
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
5795
5829
|
inputSchema: ReadNetworkingV1beta1ServiceCIDRStatusInput,
|
|
5796
5830
|
outputSchema: ReadNetworkingV1beta1ServiceCIDRStatusOutput,
|
|
5831
|
+
errors: [NotFound] as const,
|
|
5797
5832
|
}));
|
|
5798
5833
|
// Input Schema
|
|
5799
5834
|
export const ReplaceNetworkingV1IPAddressInput =
|
|
@@ -5881,6 +5916,7 @@ export const replaceNetworkingV1IPAddress =
|
|
|
5881
5916
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
5882
5917
|
inputSchema: ReplaceNetworkingV1IPAddressInput,
|
|
5883
5918
|
outputSchema: ReplaceNetworkingV1IPAddressOutput,
|
|
5919
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
5884
5920
|
}));
|
|
5885
5921
|
// Input Schema
|
|
5886
5922
|
export const ReplaceNetworkingV1IngressClassInput =
|
|
@@ -5974,6 +6010,7 @@ export const replaceNetworkingV1IngressClass =
|
|
|
5974
6010
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
5975
6011
|
inputSchema: ReplaceNetworkingV1IngressClassInput,
|
|
5976
6012
|
outputSchema: ReplaceNetworkingV1IngressClassOutput,
|
|
6013
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
5977
6014
|
}));
|
|
5978
6015
|
// Input Schema
|
|
5979
6016
|
export const ReplaceNetworkingV1NamespacedIngressInput =
|
|
@@ -6150,6 +6187,7 @@ export const replaceNetworkingV1NamespacedIngress =
|
|
|
6150
6187
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6151
6188
|
inputSchema: ReplaceNetworkingV1NamespacedIngressInput,
|
|
6152
6189
|
outputSchema: ReplaceNetworkingV1NamespacedIngressOutput,
|
|
6190
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
6153
6191
|
}));
|
|
6154
6192
|
// Input Schema
|
|
6155
6193
|
export const ReplaceNetworkingV1NamespacedIngressStatusInput =
|
|
@@ -6326,6 +6364,7 @@ export const replaceNetworkingV1NamespacedIngressStatus =
|
|
|
6326
6364
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6327
6365
|
inputSchema: ReplaceNetworkingV1NamespacedIngressStatusInput,
|
|
6328
6366
|
outputSchema: ReplaceNetworkingV1NamespacedIngressStatusOutput,
|
|
6367
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
6329
6368
|
}));
|
|
6330
6369
|
// Input Schema
|
|
6331
6370
|
export const ReplaceNetworkingV1NamespacedNetworkPolicyInput =
|
|
@@ -6552,6 +6591,7 @@ export const replaceNetworkingV1NamespacedNetworkPolicy =
|
|
|
6552
6591
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6553
6592
|
inputSchema: ReplaceNetworkingV1NamespacedNetworkPolicyInput,
|
|
6554
6593
|
outputSchema: ReplaceNetworkingV1NamespacedNetworkPolicyOutput,
|
|
6594
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
6555
6595
|
}));
|
|
6556
6596
|
// Input Schema
|
|
6557
6597
|
export const ReplaceNetworkingV1ServiceCIDRInput =
|
|
@@ -6652,6 +6692,7 @@ export const replaceNetworkingV1ServiceCIDR =
|
|
|
6652
6692
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6653
6693
|
inputSchema: ReplaceNetworkingV1ServiceCIDRInput,
|
|
6654
6694
|
outputSchema: ReplaceNetworkingV1ServiceCIDROutput,
|
|
6695
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
6655
6696
|
}));
|
|
6656
6697
|
// Input Schema
|
|
6657
6698
|
export const ReplaceNetworkingV1ServiceCIDRStatusInput =
|
|
@@ -6752,6 +6793,7 @@ export const replaceNetworkingV1ServiceCIDRStatus =
|
|
|
6752
6793
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6753
6794
|
inputSchema: ReplaceNetworkingV1ServiceCIDRStatusInput,
|
|
6754
6795
|
outputSchema: ReplaceNetworkingV1ServiceCIDRStatusOutput,
|
|
6796
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
6755
6797
|
}));
|
|
6756
6798
|
// Input Schema
|
|
6757
6799
|
export const ReplaceNetworkingV1beta1IPAddressInput =
|
|
@@ -6839,6 +6881,7 @@ export const replaceNetworkingV1beta1IPAddress =
|
|
|
6839
6881
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6840
6882
|
inputSchema: ReplaceNetworkingV1beta1IPAddressInput,
|
|
6841
6883
|
outputSchema: ReplaceNetworkingV1beta1IPAddressOutput,
|
|
6884
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
6842
6885
|
}));
|
|
6843
6886
|
// Input Schema
|
|
6844
6887
|
export const ReplaceNetworkingV1beta1ServiceCIDRInput =
|
|
@@ -6939,6 +6982,7 @@ export const replaceNetworkingV1beta1ServiceCIDR =
|
|
|
6939
6982
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6940
6983
|
inputSchema: ReplaceNetworkingV1beta1ServiceCIDRInput,
|
|
6941
6984
|
outputSchema: ReplaceNetworkingV1beta1ServiceCIDROutput,
|
|
6985
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
6942
6986
|
}));
|
|
6943
6987
|
// Input Schema
|
|
6944
6988
|
export const ReplaceNetworkingV1beta1ServiceCIDRStatusInput =
|
|
@@ -7039,6 +7083,7 @@ export const replaceNetworkingV1beta1ServiceCIDRStatus =
|
|
|
7039
7083
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
7040
7084
|
inputSchema: ReplaceNetworkingV1beta1ServiceCIDRStatusInput,
|
|
7041
7085
|
outputSchema: ReplaceNetworkingV1beta1ServiceCIDRStatusOutput,
|
|
7086
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
7042
7087
|
}));
|
|
7043
7088
|
// Input Schema
|
|
7044
7089
|
export const WatchNetworkingV1IPAddressInput =
|