@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
package/src/services/apps.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 CreateAppsV1NamespacedControllerRevisionInput =
|
|
@@ -88,6 +89,7 @@ export const createAppsV1NamespacedControllerRevision =
|
|
|
88
89
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
89
90
|
inputSchema: CreateAppsV1NamespacedControllerRevisionInput,
|
|
90
91
|
outputSchema: CreateAppsV1NamespacedControllerRevisionOutput,
|
|
92
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
91
93
|
}));
|
|
92
94
|
// Input Schema
|
|
93
95
|
export const CreateAppsV1NamespacedDaemonSetInput =
|
|
@@ -2627,6 +2629,7 @@ export const createAppsV1NamespacedDaemonSet =
|
|
|
2627
2629
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2628
2630
|
inputSchema: CreateAppsV1NamespacedDaemonSetInput,
|
|
2629
2631
|
outputSchema: CreateAppsV1NamespacedDaemonSetOutput,
|
|
2632
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
2630
2633
|
}));
|
|
2631
2634
|
// Input Schema
|
|
2632
2635
|
export const CreateAppsV1NamespacedDeploymentInput =
|
|
@@ -5169,6 +5172,7 @@ export const createAppsV1NamespacedDeployment =
|
|
|
5169
5172
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
5170
5173
|
inputSchema: CreateAppsV1NamespacedDeploymentInput,
|
|
5171
5174
|
outputSchema: CreateAppsV1NamespacedDeploymentOutput,
|
|
5175
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
5172
5176
|
}));
|
|
5173
5177
|
// Input Schema
|
|
5174
5178
|
export const CreateAppsV1NamespacedReplicaSetInput =
|
|
@@ -7754,6 +7758,7 @@ export const createAppsV1NamespacedReplicaSet =
|
|
|
7754
7758
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
7755
7759
|
inputSchema: CreateAppsV1NamespacedReplicaSetInput,
|
|
7756
7760
|
outputSchema: CreateAppsV1NamespacedReplicaSetOutput,
|
|
7761
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
7757
7762
|
}));
|
|
7758
7763
|
// Input Schema
|
|
7759
7764
|
export const CreateAppsV1NamespacedStatefulSetInput =
|
|
@@ -10451,6 +10456,7 @@ export const createAppsV1NamespacedStatefulSet =
|
|
|
10451
10456
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
10452
10457
|
inputSchema: CreateAppsV1NamespacedStatefulSetInput,
|
|
10453
10458
|
outputSchema: CreateAppsV1NamespacedStatefulSetOutput,
|
|
10459
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
10454
10460
|
}));
|
|
10455
10461
|
// Input Schema
|
|
10456
10462
|
export const DeleteAppsV1CollectionNamespacedControllerRevisionInput =
|
|
@@ -10859,6 +10865,7 @@ export const deleteAppsV1NamespacedControllerRevision =
|
|
|
10859
10865
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
10860
10866
|
inputSchema: DeleteAppsV1NamespacedControllerRevisionInput,
|
|
10861
10867
|
outputSchema: DeleteAppsV1NamespacedControllerRevisionOutput,
|
|
10868
|
+
errors: [NotFound, Conflict] as const,
|
|
10862
10869
|
}));
|
|
10863
10870
|
// Input Schema
|
|
10864
10871
|
export const DeleteAppsV1NamespacedDaemonSetInput =
|
|
@@ -10927,6 +10934,7 @@ export const deleteAppsV1NamespacedDaemonSet =
|
|
|
10927
10934
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
10928
10935
|
inputSchema: DeleteAppsV1NamespacedDaemonSetInput,
|
|
10929
10936
|
outputSchema: DeleteAppsV1NamespacedDaemonSetOutput,
|
|
10937
|
+
errors: [NotFound, Conflict] as const,
|
|
10930
10938
|
}));
|
|
10931
10939
|
// Input Schema
|
|
10932
10940
|
export const DeleteAppsV1NamespacedDeploymentInput =
|
|
@@ -10995,6 +11003,7 @@ export const deleteAppsV1NamespacedDeployment =
|
|
|
10995
11003
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
10996
11004
|
inputSchema: DeleteAppsV1NamespacedDeploymentInput,
|
|
10997
11005
|
outputSchema: DeleteAppsV1NamespacedDeploymentOutput,
|
|
11006
|
+
errors: [NotFound, Conflict] as const,
|
|
10998
11007
|
}));
|
|
10999
11008
|
// Input Schema
|
|
11000
11009
|
export const DeleteAppsV1NamespacedReplicaSetInput =
|
|
@@ -11063,6 +11072,7 @@ export const deleteAppsV1NamespacedReplicaSet =
|
|
|
11063
11072
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
11064
11073
|
inputSchema: DeleteAppsV1NamespacedReplicaSetInput,
|
|
11065
11074
|
outputSchema: DeleteAppsV1NamespacedReplicaSetOutput,
|
|
11075
|
+
errors: [NotFound, Conflict] as const,
|
|
11066
11076
|
}));
|
|
11067
11077
|
// Input Schema
|
|
11068
11078
|
export const DeleteAppsV1NamespacedStatefulSetInput =
|
|
@@ -11131,6 +11141,7 @@ export const deleteAppsV1NamespacedStatefulSet =
|
|
|
11131
11141
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
11132
11142
|
inputSchema: DeleteAppsV1NamespacedStatefulSetInput,
|
|
11133
11143
|
outputSchema: DeleteAppsV1NamespacedStatefulSetOutput,
|
|
11144
|
+
errors: [NotFound, Conflict] as const,
|
|
11134
11145
|
}));
|
|
11135
11146
|
// Input Schema
|
|
11136
11147
|
export const GetAppsAPIGroupInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
@@ -33258,6 +33269,7 @@ export const patchAppsV1NamespacedControllerRevision =
|
|
|
33258
33269
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
33259
33270
|
inputSchema: PatchAppsV1NamespacedControllerRevisionInput,
|
|
33260
33271
|
outputSchema: PatchAppsV1NamespacedControllerRevisionOutput,
|
|
33272
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
33261
33273
|
}));
|
|
33262
33274
|
// Input Schema
|
|
33263
33275
|
export const PatchAppsV1NamespacedDaemonSetInput =
|
|
@@ -35797,6 +35809,7 @@ export const patchAppsV1NamespacedDaemonSet =
|
|
|
35797
35809
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
35798
35810
|
inputSchema: PatchAppsV1NamespacedDaemonSetInput,
|
|
35799
35811
|
outputSchema: PatchAppsV1NamespacedDaemonSetOutput,
|
|
35812
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
35800
35813
|
}));
|
|
35801
35814
|
// Input Schema
|
|
35802
35815
|
export const PatchAppsV1NamespacedDaemonSetStatusInput =
|
|
@@ -38336,6 +38349,7 @@ export const patchAppsV1NamespacedDaemonSetStatus =
|
|
|
38336
38349
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
38337
38350
|
inputSchema: PatchAppsV1NamespacedDaemonSetStatusInput,
|
|
38338
38351
|
outputSchema: PatchAppsV1NamespacedDaemonSetStatusOutput,
|
|
38352
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
38339
38353
|
}));
|
|
38340
38354
|
// Input Schema
|
|
38341
38355
|
export const PatchAppsV1NamespacedDeploymentInput =
|
|
@@ -40878,6 +40892,7 @@ export const patchAppsV1NamespacedDeployment =
|
|
|
40878
40892
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
40879
40893
|
inputSchema: PatchAppsV1NamespacedDeploymentInput,
|
|
40880
40894
|
outputSchema: PatchAppsV1NamespacedDeploymentOutput,
|
|
40895
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
40881
40896
|
}));
|
|
40882
40897
|
// Input Schema
|
|
40883
40898
|
export const PatchAppsV1NamespacedDeploymentScaleInput =
|
|
@@ -40968,6 +40983,7 @@ export const patchAppsV1NamespacedDeploymentScale =
|
|
|
40968
40983
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
40969
40984
|
inputSchema: PatchAppsV1NamespacedDeploymentScaleInput,
|
|
40970
40985
|
outputSchema: PatchAppsV1NamespacedDeploymentScaleOutput,
|
|
40986
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
40971
40987
|
}));
|
|
40972
40988
|
// Input Schema
|
|
40973
40989
|
export const PatchAppsV1NamespacedDeploymentStatusInput =
|
|
@@ -43510,6 +43526,7 @@ export const patchAppsV1NamespacedDeploymentStatus =
|
|
|
43510
43526
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
43511
43527
|
inputSchema: PatchAppsV1NamespacedDeploymentStatusInput,
|
|
43512
43528
|
outputSchema: PatchAppsV1NamespacedDeploymentStatusOutput,
|
|
43529
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
43513
43530
|
}));
|
|
43514
43531
|
// Input Schema
|
|
43515
43532
|
export const PatchAppsV1NamespacedReplicaSetInput =
|
|
@@ -46095,6 +46112,7 @@ export const patchAppsV1NamespacedReplicaSet =
|
|
|
46095
46112
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
46096
46113
|
inputSchema: PatchAppsV1NamespacedReplicaSetInput,
|
|
46097
46114
|
outputSchema: PatchAppsV1NamespacedReplicaSetOutput,
|
|
46115
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
46098
46116
|
}));
|
|
46099
46117
|
// Input Schema
|
|
46100
46118
|
export const PatchAppsV1NamespacedReplicaSetScaleInput =
|
|
@@ -46185,6 +46203,7 @@ export const patchAppsV1NamespacedReplicaSetScale =
|
|
|
46185
46203
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
46186
46204
|
inputSchema: PatchAppsV1NamespacedReplicaSetScaleInput,
|
|
46187
46205
|
outputSchema: PatchAppsV1NamespacedReplicaSetScaleOutput,
|
|
46206
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
46188
46207
|
}));
|
|
46189
46208
|
// Input Schema
|
|
46190
46209
|
export const PatchAppsV1NamespacedReplicaSetStatusInput =
|
|
@@ -48770,6 +48789,7 @@ export const patchAppsV1NamespacedReplicaSetStatus =
|
|
|
48770
48789
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
48771
48790
|
inputSchema: PatchAppsV1NamespacedReplicaSetStatusInput,
|
|
48772
48791
|
outputSchema: PatchAppsV1NamespacedReplicaSetStatusOutput,
|
|
48792
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
48773
48793
|
}));
|
|
48774
48794
|
// Input Schema
|
|
48775
48795
|
export const PatchAppsV1NamespacedStatefulSetInput =
|
|
@@ -51467,6 +51487,7 @@ export const patchAppsV1NamespacedStatefulSet =
|
|
|
51467
51487
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
51468
51488
|
inputSchema: PatchAppsV1NamespacedStatefulSetInput,
|
|
51469
51489
|
outputSchema: PatchAppsV1NamespacedStatefulSetOutput,
|
|
51490
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
51470
51491
|
}));
|
|
51471
51492
|
// Input Schema
|
|
51472
51493
|
export const PatchAppsV1NamespacedStatefulSetScaleInput =
|
|
@@ -51557,6 +51578,7 @@ export const patchAppsV1NamespacedStatefulSetScale =
|
|
|
51557
51578
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
51558
51579
|
inputSchema: PatchAppsV1NamespacedStatefulSetScaleInput,
|
|
51559
51580
|
outputSchema: PatchAppsV1NamespacedStatefulSetScaleOutput,
|
|
51581
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
51560
51582
|
}));
|
|
51561
51583
|
// Input Schema
|
|
51562
51584
|
export const PatchAppsV1NamespacedStatefulSetStatusInput =
|
|
@@ -54254,6 +54276,7 @@ export const patchAppsV1NamespacedStatefulSetStatus =
|
|
|
54254
54276
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
54255
54277
|
inputSchema: PatchAppsV1NamespacedStatefulSetStatusInput,
|
|
54256
54278
|
outputSchema: PatchAppsV1NamespacedStatefulSetStatusOutput,
|
|
54279
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
54257
54280
|
}));
|
|
54258
54281
|
// Input Schema
|
|
54259
54282
|
export const ReadAppsV1NamespacedControllerRevisionInput =
|
|
@@ -54329,6 +54352,7 @@ export const readAppsV1NamespacedControllerRevision =
|
|
|
54329
54352
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
54330
54353
|
inputSchema: ReadAppsV1NamespacedControllerRevisionInput,
|
|
54331
54354
|
outputSchema: ReadAppsV1NamespacedControllerRevisionOutput,
|
|
54355
|
+
errors: [NotFound] as const,
|
|
54332
54356
|
}));
|
|
54333
54357
|
// Input Schema
|
|
54334
54358
|
export const ReadAppsV1NamespacedDaemonSetInput =
|
|
@@ -56862,6 +56886,7 @@ export const readAppsV1NamespacedDaemonSet =
|
|
|
56862
56886
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
56863
56887
|
inputSchema: ReadAppsV1NamespacedDaemonSetInput,
|
|
56864
56888
|
outputSchema: ReadAppsV1NamespacedDaemonSetOutput,
|
|
56889
|
+
errors: [NotFound] as const,
|
|
56865
56890
|
}));
|
|
56866
56891
|
// Input Schema
|
|
56867
56892
|
export const ReadAppsV1NamespacedDaemonSetStatusInput =
|
|
@@ -59395,6 +59420,7 @@ export const readAppsV1NamespacedDaemonSetStatus =
|
|
|
59395
59420
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
59396
59421
|
inputSchema: ReadAppsV1NamespacedDaemonSetStatusInput,
|
|
59397
59422
|
outputSchema: ReadAppsV1NamespacedDaemonSetStatusOutput,
|
|
59423
|
+
errors: [NotFound] as const,
|
|
59398
59424
|
}));
|
|
59399
59425
|
// Input Schema
|
|
59400
59426
|
export const ReadAppsV1NamespacedDeploymentInput =
|
|
@@ -61931,6 +61957,7 @@ export const readAppsV1NamespacedDeployment =
|
|
|
61931
61957
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
61932
61958
|
inputSchema: ReadAppsV1NamespacedDeploymentInput,
|
|
61933
61959
|
outputSchema: ReadAppsV1NamespacedDeploymentOutput,
|
|
61960
|
+
errors: [NotFound] as const,
|
|
61934
61961
|
}));
|
|
61935
61962
|
// Input Schema
|
|
61936
61963
|
export const ReadAppsV1NamespacedDeploymentScaleInput =
|
|
@@ -62015,6 +62042,7 @@ export const readAppsV1NamespacedDeploymentScale =
|
|
|
62015
62042
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
62016
62043
|
inputSchema: ReadAppsV1NamespacedDeploymentScaleInput,
|
|
62017
62044
|
outputSchema: ReadAppsV1NamespacedDeploymentScaleOutput,
|
|
62045
|
+
errors: [NotFound] as const,
|
|
62018
62046
|
}));
|
|
62019
62047
|
// Input Schema
|
|
62020
62048
|
export const ReadAppsV1NamespacedDeploymentStatusInput =
|
|
@@ -64551,6 +64579,7 @@ export const readAppsV1NamespacedDeploymentStatus =
|
|
|
64551
64579
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
64552
64580
|
inputSchema: ReadAppsV1NamespacedDeploymentStatusInput,
|
|
64553
64581
|
outputSchema: ReadAppsV1NamespacedDeploymentStatusOutput,
|
|
64582
|
+
errors: [NotFound] as const,
|
|
64554
64583
|
}));
|
|
64555
64584
|
// Input Schema
|
|
64556
64585
|
export const ReadAppsV1NamespacedReplicaSetInput =
|
|
@@ -67130,6 +67159,7 @@ export const readAppsV1NamespacedReplicaSet =
|
|
|
67130
67159
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
67131
67160
|
inputSchema: ReadAppsV1NamespacedReplicaSetInput,
|
|
67132
67161
|
outputSchema: ReadAppsV1NamespacedReplicaSetOutput,
|
|
67162
|
+
errors: [NotFound] as const,
|
|
67133
67163
|
}));
|
|
67134
67164
|
// Input Schema
|
|
67135
67165
|
export const ReadAppsV1NamespacedReplicaSetScaleInput =
|
|
@@ -67214,6 +67244,7 @@ export const readAppsV1NamespacedReplicaSetScale =
|
|
|
67214
67244
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
67215
67245
|
inputSchema: ReadAppsV1NamespacedReplicaSetScaleInput,
|
|
67216
67246
|
outputSchema: ReadAppsV1NamespacedReplicaSetScaleOutput,
|
|
67247
|
+
errors: [NotFound] as const,
|
|
67217
67248
|
}));
|
|
67218
67249
|
// Input Schema
|
|
67219
67250
|
export const ReadAppsV1NamespacedReplicaSetStatusInput =
|
|
@@ -69793,6 +69824,7 @@ export const readAppsV1NamespacedReplicaSetStatus =
|
|
|
69793
69824
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
69794
69825
|
inputSchema: ReadAppsV1NamespacedReplicaSetStatusInput,
|
|
69795
69826
|
outputSchema: ReadAppsV1NamespacedReplicaSetStatusOutput,
|
|
69827
|
+
errors: [NotFound] as const,
|
|
69796
69828
|
}));
|
|
69797
69829
|
// Input Schema
|
|
69798
69830
|
export const ReadAppsV1NamespacedStatefulSetInput =
|
|
@@ -72484,6 +72516,7 @@ export const readAppsV1NamespacedStatefulSet =
|
|
|
72484
72516
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
72485
72517
|
inputSchema: ReadAppsV1NamespacedStatefulSetInput,
|
|
72486
72518
|
outputSchema: ReadAppsV1NamespacedStatefulSetOutput,
|
|
72519
|
+
errors: [NotFound] as const,
|
|
72487
72520
|
}));
|
|
72488
72521
|
// Input Schema
|
|
72489
72522
|
export const ReadAppsV1NamespacedStatefulSetScaleInput =
|
|
@@ -72568,6 +72601,7 @@ export const readAppsV1NamespacedStatefulSetScale =
|
|
|
72568
72601
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
72569
72602
|
inputSchema: ReadAppsV1NamespacedStatefulSetScaleInput,
|
|
72570
72603
|
outputSchema: ReadAppsV1NamespacedStatefulSetScaleOutput,
|
|
72604
|
+
errors: [NotFound] as const,
|
|
72571
72605
|
}));
|
|
72572
72606
|
// Input Schema
|
|
72573
72607
|
export const ReadAppsV1NamespacedStatefulSetStatusInput =
|
|
@@ -75259,6 +75293,7 @@ export const readAppsV1NamespacedStatefulSetStatus =
|
|
|
75259
75293
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
75260
75294
|
inputSchema: ReadAppsV1NamespacedStatefulSetStatusInput,
|
|
75261
75295
|
outputSchema: ReadAppsV1NamespacedStatefulSetStatusOutput,
|
|
75296
|
+
errors: [NotFound] as const,
|
|
75262
75297
|
}));
|
|
75263
75298
|
// Input Schema
|
|
75264
75299
|
export const ReplaceAppsV1NamespacedControllerRevisionInput =
|
|
@@ -75340,6 +75375,7 @@ export const replaceAppsV1NamespacedControllerRevision =
|
|
|
75340
75375
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
75341
75376
|
inputSchema: ReplaceAppsV1NamespacedControllerRevisionInput,
|
|
75342
75377
|
outputSchema: ReplaceAppsV1NamespacedControllerRevisionOutput,
|
|
75378
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
75343
75379
|
}));
|
|
75344
75380
|
// Input Schema
|
|
75345
75381
|
export const ReplaceAppsV1NamespacedDaemonSetInput =
|
|
@@ -77879,6 +77915,7 @@ export const replaceAppsV1NamespacedDaemonSet =
|
|
|
77879
77915
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
77880
77916
|
inputSchema: ReplaceAppsV1NamespacedDaemonSetInput,
|
|
77881
77917
|
outputSchema: ReplaceAppsV1NamespacedDaemonSetOutput,
|
|
77918
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
77882
77919
|
}));
|
|
77883
77920
|
// Input Schema
|
|
77884
77921
|
export const ReplaceAppsV1NamespacedDaemonSetStatusInput =
|
|
@@ -80418,6 +80455,7 @@ export const replaceAppsV1NamespacedDaemonSetStatus =
|
|
|
80418
80455
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
80419
80456
|
inputSchema: ReplaceAppsV1NamespacedDaemonSetStatusInput,
|
|
80420
80457
|
outputSchema: ReplaceAppsV1NamespacedDaemonSetStatusOutput,
|
|
80458
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
80421
80459
|
}));
|
|
80422
80460
|
// Input Schema
|
|
80423
80461
|
export const ReplaceAppsV1NamespacedDeploymentInput =
|
|
@@ -82960,6 +82998,7 @@ export const replaceAppsV1NamespacedDeployment =
|
|
|
82960
82998
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
82961
82999
|
inputSchema: ReplaceAppsV1NamespacedDeploymentInput,
|
|
82962
83000
|
outputSchema: ReplaceAppsV1NamespacedDeploymentOutput,
|
|
83001
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
82963
83002
|
}));
|
|
82964
83003
|
// Input Schema
|
|
82965
83004
|
export const ReplaceAppsV1NamespacedDeploymentScaleInput =
|
|
@@ -83050,6 +83089,7 @@ export const replaceAppsV1NamespacedDeploymentScale =
|
|
|
83050
83089
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
83051
83090
|
inputSchema: ReplaceAppsV1NamespacedDeploymentScaleInput,
|
|
83052
83091
|
outputSchema: ReplaceAppsV1NamespacedDeploymentScaleOutput,
|
|
83092
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
83053
83093
|
}));
|
|
83054
83094
|
// Input Schema
|
|
83055
83095
|
export const ReplaceAppsV1NamespacedDeploymentStatusInput =
|
|
@@ -85592,6 +85632,7 @@ export const replaceAppsV1NamespacedDeploymentStatus =
|
|
|
85592
85632
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
85593
85633
|
inputSchema: ReplaceAppsV1NamespacedDeploymentStatusInput,
|
|
85594
85634
|
outputSchema: ReplaceAppsV1NamespacedDeploymentStatusOutput,
|
|
85635
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
85595
85636
|
}));
|
|
85596
85637
|
// Input Schema
|
|
85597
85638
|
export const ReplaceAppsV1NamespacedReplicaSetInput =
|
|
@@ -88177,6 +88218,7 @@ export const replaceAppsV1NamespacedReplicaSet =
|
|
|
88177
88218
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
88178
88219
|
inputSchema: ReplaceAppsV1NamespacedReplicaSetInput,
|
|
88179
88220
|
outputSchema: ReplaceAppsV1NamespacedReplicaSetOutput,
|
|
88221
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
88180
88222
|
}));
|
|
88181
88223
|
// Input Schema
|
|
88182
88224
|
export const ReplaceAppsV1NamespacedReplicaSetScaleInput =
|
|
@@ -88267,6 +88309,7 @@ export const replaceAppsV1NamespacedReplicaSetScale =
|
|
|
88267
88309
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
88268
88310
|
inputSchema: ReplaceAppsV1NamespacedReplicaSetScaleInput,
|
|
88269
88311
|
outputSchema: ReplaceAppsV1NamespacedReplicaSetScaleOutput,
|
|
88312
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
88270
88313
|
}));
|
|
88271
88314
|
// Input Schema
|
|
88272
88315
|
export const ReplaceAppsV1NamespacedReplicaSetStatusInput =
|
|
@@ -90852,6 +90895,7 @@ export const replaceAppsV1NamespacedReplicaSetStatus =
|
|
|
90852
90895
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
90853
90896
|
inputSchema: ReplaceAppsV1NamespacedReplicaSetStatusInput,
|
|
90854
90897
|
outputSchema: ReplaceAppsV1NamespacedReplicaSetStatusOutput,
|
|
90898
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
90855
90899
|
}));
|
|
90856
90900
|
// Input Schema
|
|
90857
90901
|
export const ReplaceAppsV1NamespacedStatefulSetInput =
|
|
@@ -93549,6 +93593,7 @@ export const replaceAppsV1NamespacedStatefulSet =
|
|
|
93549
93593
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
93550
93594
|
inputSchema: ReplaceAppsV1NamespacedStatefulSetInput,
|
|
93551
93595
|
outputSchema: ReplaceAppsV1NamespacedStatefulSetOutput,
|
|
93596
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
93552
93597
|
}));
|
|
93553
93598
|
// Input Schema
|
|
93554
93599
|
export const ReplaceAppsV1NamespacedStatefulSetScaleInput =
|
|
@@ -93639,6 +93684,7 @@ export const replaceAppsV1NamespacedStatefulSetScale =
|
|
|
93639
93684
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
93640
93685
|
inputSchema: ReplaceAppsV1NamespacedStatefulSetScaleInput,
|
|
93641
93686
|
outputSchema: ReplaceAppsV1NamespacedStatefulSetScaleOutput,
|
|
93687
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
93642
93688
|
}));
|
|
93643
93689
|
// Input Schema
|
|
93644
93690
|
export const ReplaceAppsV1NamespacedStatefulSetStatusInput =
|
|
@@ -96336,6 +96382,7 @@ export const replaceAppsV1NamespacedStatefulSetStatus =
|
|
|
96336
96382
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
96337
96383
|
inputSchema: ReplaceAppsV1NamespacedStatefulSetStatusInput,
|
|
96338
96384
|
outputSchema: ReplaceAppsV1NamespacedStatefulSetStatusOutput,
|
|
96385
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
96339
96386
|
}));
|
|
96340
96387
|
// Input Schema
|
|
96341
96388
|
export const WatchAppsV1ControllerRevisionListForAllNamespacesInput =
|
|
@@ -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, UnprocessableEntity } from "../errors.ts";
|
|
10
11
|
|
|
11
12
|
// Input Schema
|
|
12
13
|
export const CreateAuthenticationV1SelfSubjectReviewInput =
|
|
@@ -94,6 +95,7 @@ export const createAuthenticationV1SelfSubjectReview =
|
|
|
94
95
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
95
96
|
inputSchema: CreateAuthenticationV1SelfSubjectReviewInput,
|
|
96
97
|
outputSchema: CreateAuthenticationV1SelfSubjectReviewOutput,
|
|
98
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
97
99
|
}));
|
|
98
100
|
// Input Schema
|
|
99
101
|
export const CreateAuthenticationV1TokenReviewInput =
|
|
@@ -188,6 +190,7 @@ export const createAuthenticationV1TokenReview =
|
|
|
188
190
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
189
191
|
inputSchema: CreateAuthenticationV1TokenReviewInput,
|
|
190
192
|
outputSchema: CreateAuthenticationV1TokenReviewOutput,
|
|
193
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
191
194
|
}));
|
|
192
195
|
// Input Schema
|
|
193
196
|
export const GetAuthenticationAPIGroupInput =
|
|
@@ -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, UnprocessableEntity } from "../errors.ts";
|
|
10
11
|
|
|
11
12
|
// Input Schema
|
|
12
13
|
export const CreateAuthorizationV1NamespacedLocalSubjectAccessReviewInput =
|
|
@@ -141,6 +142,7 @@ export const createAuthorizationV1NamespacedLocalSubjectAccessReview =
|
|
|
141
142
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
142
143
|
inputSchema: CreateAuthorizationV1NamespacedLocalSubjectAccessReviewInput,
|
|
143
144
|
outputSchema: CreateAuthorizationV1NamespacedLocalSubjectAccessReviewOutput,
|
|
145
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
144
146
|
}));
|
|
145
147
|
// Input Schema
|
|
146
148
|
export const CreateAuthorizationV1SelfSubjectAccessReviewInput =
|
|
@@ -269,6 +271,7 @@ export const createAuthorizationV1SelfSubjectAccessReview =
|
|
|
269
271
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
270
272
|
inputSchema: CreateAuthorizationV1SelfSubjectAccessReviewInput,
|
|
271
273
|
outputSchema: CreateAuthorizationV1SelfSubjectAccessReviewOutput,
|
|
274
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
272
275
|
}));
|
|
273
276
|
// Input Schema
|
|
274
277
|
export const CreateAuthorizationV1SelfSubjectRulesReviewInput =
|
|
@@ -365,6 +368,7 @@ export const createAuthorizationV1SelfSubjectRulesReview =
|
|
|
365
368
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
366
369
|
inputSchema: CreateAuthorizationV1SelfSubjectRulesReviewInput,
|
|
367
370
|
outputSchema: CreateAuthorizationV1SelfSubjectRulesReviewOutput,
|
|
371
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
368
372
|
}));
|
|
369
373
|
// Input Schema
|
|
370
374
|
export const CreateAuthorizationV1SubjectAccessReviewInput =
|
|
@@ -499,6 +503,7 @@ export const createAuthorizationV1SubjectAccessReview =
|
|
|
499
503
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
500
504
|
inputSchema: CreateAuthorizationV1SubjectAccessReviewInput,
|
|
501
505
|
outputSchema: CreateAuthorizationV1SubjectAccessReviewOutput,
|
|
506
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
502
507
|
}));
|
|
503
508
|
// Input Schema
|
|
504
509
|
export const GetAuthorizationAPIGroupInput =
|
|
@@ -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 CreateAutoscalingV1NamespacedHorizontalPodAutoscalerInput =
|
|
@@ -105,6 +106,7 @@ export const createAutoscalingV1NamespacedHorizontalPodAutoscaler =
|
|
|
105
106
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
106
107
|
inputSchema: CreateAutoscalingV1NamespacedHorizontalPodAutoscalerInput,
|
|
107
108
|
outputSchema: CreateAutoscalingV1NamespacedHorizontalPodAutoscalerOutput,
|
|
109
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
108
110
|
}));
|
|
109
111
|
// Input Schema
|
|
110
112
|
export const CreateAutoscalingV2NamespacedHorizontalPodAutoscalerInput =
|
|
@@ -499,6 +501,7 @@ export const createAutoscalingV2NamespacedHorizontalPodAutoscaler =
|
|
|
499
501
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
500
502
|
inputSchema: CreateAutoscalingV2NamespacedHorizontalPodAutoscalerInput,
|
|
501
503
|
outputSchema: CreateAutoscalingV2NamespacedHorizontalPodAutoscalerOutput,
|
|
504
|
+
errors: [Conflict, UnprocessableEntity] as const,
|
|
502
505
|
}));
|
|
503
506
|
// Input Schema
|
|
504
507
|
export const DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerInput =
|
|
@@ -637,6 +640,7 @@ export const deleteAutoscalingV1NamespacedHorizontalPodAutoscaler =
|
|
|
637
640
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
638
641
|
inputSchema: DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerInput,
|
|
639
642
|
outputSchema: DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerOutput,
|
|
643
|
+
errors: [NotFound, Conflict] as const,
|
|
640
644
|
}));
|
|
641
645
|
// Input Schema
|
|
642
646
|
export const DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerInput =
|
|
@@ -775,6 +779,7 @@ export const deleteAutoscalingV2NamespacedHorizontalPodAutoscaler =
|
|
|
775
779
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
776
780
|
inputSchema: DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerInput,
|
|
777
781
|
outputSchema: DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerOutput,
|
|
782
|
+
errors: [NotFound, Conflict] as const,
|
|
778
783
|
}));
|
|
779
784
|
// Input Schema
|
|
780
785
|
export const GetAutoscalingAPIGroupInput =
|
|
@@ -2049,6 +2054,7 @@ export const patchAutoscalingV1NamespacedHorizontalPodAutoscaler =
|
|
|
2049
2054
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2050
2055
|
inputSchema: PatchAutoscalingV1NamespacedHorizontalPodAutoscalerInput,
|
|
2051
2056
|
outputSchema: PatchAutoscalingV1NamespacedHorizontalPodAutoscalerOutput,
|
|
2057
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2052
2058
|
}));
|
|
2053
2059
|
// Input Schema
|
|
2054
2060
|
export const PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusInput =
|
|
@@ -2148,6 +2154,7 @@ export const patchAutoscalingV1NamespacedHorizontalPodAutoscalerStatus =
|
|
|
2148
2154
|
inputSchema: PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusInput,
|
|
2149
2155
|
outputSchema:
|
|
2150
2156
|
PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOutput,
|
|
2157
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2151
2158
|
}));
|
|
2152
2159
|
// Input Schema
|
|
2153
2160
|
export const PatchAutoscalingV2NamespacedHorizontalPodAutoscalerInput =
|
|
@@ -2542,6 +2549,7 @@ export const patchAutoscalingV2NamespacedHorizontalPodAutoscaler =
|
|
|
2542
2549
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2543
2550
|
inputSchema: PatchAutoscalingV2NamespacedHorizontalPodAutoscalerInput,
|
|
2544
2551
|
outputSchema: PatchAutoscalingV2NamespacedHorizontalPodAutoscalerOutput,
|
|
2552
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2545
2553
|
}));
|
|
2546
2554
|
// Input Schema
|
|
2547
2555
|
export const PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusInput =
|
|
@@ -2937,6 +2945,7 @@ export const patchAutoscalingV2NamespacedHorizontalPodAutoscalerStatus =
|
|
|
2937
2945
|
inputSchema: PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusInput,
|
|
2938
2946
|
outputSchema:
|
|
2939
2947
|
PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusOutput,
|
|
2948
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
2940
2949
|
}));
|
|
2941
2950
|
// Input Schema
|
|
2942
2951
|
export const ReadAutoscalingV1NamespacedHorizontalPodAutoscalerInput =
|
|
@@ -3029,6 +3038,7 @@ export const readAutoscalingV1NamespacedHorizontalPodAutoscaler =
|
|
|
3029
3038
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
3030
3039
|
inputSchema: ReadAutoscalingV1NamespacedHorizontalPodAutoscalerInput,
|
|
3031
3040
|
outputSchema: ReadAutoscalingV1NamespacedHorizontalPodAutoscalerOutput,
|
|
3041
|
+
errors: [NotFound] as const,
|
|
3032
3042
|
}));
|
|
3033
3043
|
// Input Schema
|
|
3034
3044
|
export const ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusInput =
|
|
@@ -3122,6 +3132,7 @@ export const readAutoscalingV1NamespacedHorizontalPodAutoscalerStatus =
|
|
|
3122
3132
|
inputSchema: ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusInput,
|
|
3123
3133
|
outputSchema:
|
|
3124
3134
|
ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOutput,
|
|
3135
|
+
errors: [NotFound] as const,
|
|
3125
3136
|
}));
|
|
3126
3137
|
// Input Schema
|
|
3127
3138
|
export const ReadAutoscalingV2NamespacedHorizontalPodAutoscalerInput =
|
|
@@ -3510,6 +3521,7 @@ export const readAutoscalingV2NamespacedHorizontalPodAutoscaler =
|
|
|
3510
3521
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
3511
3522
|
inputSchema: ReadAutoscalingV2NamespacedHorizontalPodAutoscalerInput,
|
|
3512
3523
|
outputSchema: ReadAutoscalingV2NamespacedHorizontalPodAutoscalerOutput,
|
|
3524
|
+
errors: [NotFound] as const,
|
|
3513
3525
|
}));
|
|
3514
3526
|
// Input Schema
|
|
3515
3527
|
export const ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusInput =
|
|
@@ -3899,6 +3911,7 @@ export const readAutoscalingV2NamespacedHorizontalPodAutoscalerStatus =
|
|
|
3899
3911
|
inputSchema: ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusInput,
|
|
3900
3912
|
outputSchema:
|
|
3901
3913
|
ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusOutput,
|
|
3914
|
+
errors: [NotFound] as const,
|
|
3902
3915
|
}));
|
|
3903
3916
|
// Input Schema
|
|
3904
3917
|
export const ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerInput =
|
|
@@ -3997,6 +4010,7 @@ export const replaceAutoscalingV1NamespacedHorizontalPodAutoscaler =
|
|
|
3997
4010
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
3998
4011
|
inputSchema: ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerInput,
|
|
3999
4012
|
outputSchema: ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerOutput,
|
|
4013
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
4000
4014
|
}));
|
|
4001
4015
|
// Input Schema
|
|
4002
4016
|
export const ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusInput =
|
|
@@ -4097,6 +4111,7 @@ export const replaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatus =
|
|
|
4097
4111
|
ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusInput,
|
|
4098
4112
|
outputSchema:
|
|
4099
4113
|
ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusOutput,
|
|
4114
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
4100
4115
|
}));
|
|
4101
4116
|
// Input Schema
|
|
4102
4117
|
export const ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerInput =
|
|
@@ -4491,6 +4506,7 @@ export const replaceAutoscalingV2NamespacedHorizontalPodAutoscaler =
|
|
|
4491
4506
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
4492
4507
|
inputSchema: ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerInput,
|
|
4493
4508
|
outputSchema: ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerOutput,
|
|
4509
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
4494
4510
|
}));
|
|
4495
4511
|
// Input Schema
|
|
4496
4512
|
export const ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusInput =
|
|
@@ -4887,6 +4903,7 @@ export const replaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatus =
|
|
|
4887
4903
|
ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusInput,
|
|
4888
4904
|
outputSchema:
|
|
4889
4905
|
ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusOutput,
|
|
4906
|
+
errors: [NotFound, Conflict, UnprocessableEntity] as const,
|
|
4890
4907
|
}));
|
|
4891
4908
|
// Input Schema
|
|
4892
4909
|
export const WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesInput =
|