@distilled.cloud/kubernetes 0.10.2 → 0.12.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/lib/services/apps.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
import * as Schema from "effect/Schema";
|
|
8
8
|
import * as API from "../client/api.js";
|
|
9
9
|
import * as T from "../traits.js";
|
|
10
|
+
import { Conflict, NotFound, UnprocessableEntity } from "../errors.js";
|
|
10
11
|
// Input Schema
|
|
11
12
|
export const CreateAppsV1NamespacedControllerRevisionInput =
|
|
12
13
|
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -67,6 +68,7 @@ export const createAppsV1NamespacedControllerRevision =
|
|
|
67
68
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
68
69
|
inputSchema: CreateAppsV1NamespacedControllerRevisionInput,
|
|
69
70
|
outputSchema: CreateAppsV1NamespacedControllerRevisionOutput,
|
|
71
|
+
errors: [Conflict, UnprocessableEntity],
|
|
70
72
|
}));
|
|
71
73
|
// Input Schema
|
|
72
74
|
export const CreateAppsV1NamespacedDaemonSetInput =
|
|
@@ -1587,6 +1589,7 @@ export const createAppsV1NamespacedDaemonSet =
|
|
|
1587
1589
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1588
1590
|
inputSchema: CreateAppsV1NamespacedDaemonSetInput,
|
|
1589
1591
|
outputSchema: CreateAppsV1NamespacedDaemonSetOutput,
|
|
1592
|
+
errors: [Conflict, UnprocessableEntity],
|
|
1590
1593
|
}));
|
|
1591
1594
|
// Input Schema
|
|
1592
1595
|
export const CreateAppsV1NamespacedDeploymentInput =
|
|
@@ -3110,6 +3113,7 @@ export const createAppsV1NamespacedDeployment =
|
|
|
3110
3113
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
3111
3114
|
inputSchema: CreateAppsV1NamespacedDeploymentInput,
|
|
3112
3115
|
outputSchema: CreateAppsV1NamespacedDeploymentOutput,
|
|
3116
|
+
errors: [Conflict, UnprocessableEntity],
|
|
3113
3117
|
}));
|
|
3114
3118
|
// Input Schema
|
|
3115
3119
|
export const CreateAppsV1NamespacedReplicaSetInput =
|
|
@@ -4620,6 +4624,7 @@ export const createAppsV1NamespacedReplicaSet =
|
|
|
4620
4624
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
4621
4625
|
inputSchema: CreateAppsV1NamespacedReplicaSetInput,
|
|
4622
4626
|
outputSchema: CreateAppsV1NamespacedReplicaSetOutput,
|
|
4627
|
+
errors: [Conflict, UnprocessableEntity],
|
|
4623
4628
|
}));
|
|
4624
4629
|
// Input Schema
|
|
4625
4630
|
export const CreateAppsV1NamespacedStatefulSetInput =
|
|
@@ -6236,6 +6241,7 @@ export const createAppsV1NamespacedStatefulSet =
|
|
|
6236
6241
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6237
6242
|
inputSchema: CreateAppsV1NamespacedStatefulSetInput,
|
|
6238
6243
|
outputSchema: CreateAppsV1NamespacedStatefulSetOutput,
|
|
6244
|
+
errors: [Conflict, UnprocessableEntity],
|
|
6239
6245
|
}));
|
|
6240
6246
|
// Input Schema
|
|
6241
6247
|
export const DeleteAppsV1CollectionNamespacedControllerRevisionInput =
|
|
@@ -6536,6 +6542,7 @@ export const deleteAppsV1NamespacedControllerRevision =
|
|
|
6536
6542
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6537
6543
|
inputSchema: DeleteAppsV1NamespacedControllerRevisionInput,
|
|
6538
6544
|
outputSchema: DeleteAppsV1NamespacedControllerRevisionOutput,
|
|
6545
|
+
errors: [NotFound, Conflict],
|
|
6539
6546
|
}));
|
|
6540
6547
|
// Input Schema
|
|
6541
6548
|
export const DeleteAppsV1NamespacedDaemonSetInput =
|
|
@@ -6586,6 +6593,7 @@ export const deleteAppsV1NamespacedDaemonSet =
|
|
|
6586
6593
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6587
6594
|
inputSchema: DeleteAppsV1NamespacedDaemonSetInput,
|
|
6588
6595
|
outputSchema: DeleteAppsV1NamespacedDaemonSetOutput,
|
|
6596
|
+
errors: [NotFound, Conflict],
|
|
6589
6597
|
}));
|
|
6590
6598
|
// Input Schema
|
|
6591
6599
|
export const DeleteAppsV1NamespacedDeploymentInput =
|
|
@@ -6636,6 +6644,7 @@ export const deleteAppsV1NamespacedDeployment =
|
|
|
6636
6644
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6637
6645
|
inputSchema: DeleteAppsV1NamespacedDeploymentInput,
|
|
6638
6646
|
outputSchema: DeleteAppsV1NamespacedDeploymentOutput,
|
|
6647
|
+
errors: [NotFound, Conflict],
|
|
6639
6648
|
}));
|
|
6640
6649
|
// Input Schema
|
|
6641
6650
|
export const DeleteAppsV1NamespacedReplicaSetInput =
|
|
@@ -6686,6 +6695,7 @@ export const deleteAppsV1NamespacedReplicaSet =
|
|
|
6686
6695
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6687
6696
|
inputSchema: DeleteAppsV1NamespacedReplicaSetInput,
|
|
6688
6697
|
outputSchema: DeleteAppsV1NamespacedReplicaSetOutput,
|
|
6698
|
+
errors: [NotFound, Conflict],
|
|
6689
6699
|
}));
|
|
6690
6700
|
// Input Schema
|
|
6691
6701
|
export const DeleteAppsV1NamespacedStatefulSetInput =
|
|
@@ -6736,6 +6746,7 @@ export const deleteAppsV1NamespacedStatefulSet =
|
|
|
6736
6746
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6737
6747
|
inputSchema: DeleteAppsV1NamespacedStatefulSetInput,
|
|
6738
6748
|
outputSchema: DeleteAppsV1NamespacedStatefulSetOutput,
|
|
6749
|
+
errors: [NotFound, Conflict],
|
|
6739
6750
|
}));
|
|
6740
6751
|
// Input Schema
|
|
6741
6752
|
export const GetAppsAPIGroupInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({ method: "GET", path: "/apis/apps/" }));
|
|
@@ -19370,6 +19381,7 @@ export const patchAppsV1NamespacedControllerRevision =
|
|
|
19370
19381
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
19371
19382
|
inputSchema: PatchAppsV1NamespacedControllerRevisionInput,
|
|
19372
19383
|
outputSchema: PatchAppsV1NamespacedControllerRevisionOutput,
|
|
19384
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
19373
19385
|
}));
|
|
19374
19386
|
// Input Schema
|
|
19375
19387
|
export const PatchAppsV1NamespacedDaemonSetInput =
|
|
@@ -20890,6 +20902,7 @@ export const patchAppsV1NamespacedDaemonSet =
|
|
|
20890
20902
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
20891
20903
|
inputSchema: PatchAppsV1NamespacedDaemonSetInput,
|
|
20892
20904
|
outputSchema: PatchAppsV1NamespacedDaemonSetOutput,
|
|
20905
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
20893
20906
|
}));
|
|
20894
20907
|
// Input Schema
|
|
20895
20908
|
export const PatchAppsV1NamespacedDaemonSetStatusInput =
|
|
@@ -22410,6 +22423,7 @@ export const patchAppsV1NamespacedDaemonSetStatus =
|
|
|
22410
22423
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
22411
22424
|
inputSchema: PatchAppsV1NamespacedDaemonSetStatusInput,
|
|
22412
22425
|
outputSchema: PatchAppsV1NamespacedDaemonSetStatusOutput,
|
|
22426
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
22413
22427
|
}));
|
|
22414
22428
|
// Input Schema
|
|
22415
22429
|
export const PatchAppsV1NamespacedDeploymentInput =
|
|
@@ -23933,6 +23947,7 @@ export const patchAppsV1NamespacedDeployment =
|
|
|
23933
23947
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
23934
23948
|
inputSchema: PatchAppsV1NamespacedDeploymentInput,
|
|
23935
23949
|
outputSchema: PatchAppsV1NamespacedDeploymentOutput,
|
|
23950
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
23936
23951
|
}));
|
|
23937
23952
|
// Input Schema
|
|
23938
23953
|
export const PatchAppsV1NamespacedDeploymentScaleInput =
|
|
@@ -23999,6 +24014,7 @@ export const patchAppsV1NamespacedDeploymentScale =
|
|
|
23999
24014
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
24000
24015
|
inputSchema: PatchAppsV1NamespacedDeploymentScaleInput,
|
|
24001
24016
|
outputSchema: PatchAppsV1NamespacedDeploymentScaleOutput,
|
|
24017
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
24002
24018
|
}));
|
|
24003
24019
|
// Input Schema
|
|
24004
24020
|
export const PatchAppsV1NamespacedDeploymentStatusInput =
|
|
@@ -25522,6 +25538,7 @@ export const patchAppsV1NamespacedDeploymentStatus =
|
|
|
25522
25538
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
25523
25539
|
inputSchema: PatchAppsV1NamespacedDeploymentStatusInput,
|
|
25524
25540
|
outputSchema: PatchAppsV1NamespacedDeploymentStatusOutput,
|
|
25541
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
25525
25542
|
}));
|
|
25526
25543
|
// Input Schema
|
|
25527
25544
|
export const PatchAppsV1NamespacedReplicaSetInput =
|
|
@@ -27032,6 +27049,7 @@ export const patchAppsV1NamespacedReplicaSet =
|
|
|
27032
27049
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
27033
27050
|
inputSchema: PatchAppsV1NamespacedReplicaSetInput,
|
|
27034
27051
|
outputSchema: PatchAppsV1NamespacedReplicaSetOutput,
|
|
27052
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
27035
27053
|
}));
|
|
27036
27054
|
// Input Schema
|
|
27037
27055
|
export const PatchAppsV1NamespacedReplicaSetScaleInput =
|
|
@@ -27098,6 +27116,7 @@ export const patchAppsV1NamespacedReplicaSetScale =
|
|
|
27098
27116
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
27099
27117
|
inputSchema: PatchAppsV1NamespacedReplicaSetScaleInput,
|
|
27100
27118
|
outputSchema: PatchAppsV1NamespacedReplicaSetScaleOutput,
|
|
27119
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
27101
27120
|
}));
|
|
27102
27121
|
// Input Schema
|
|
27103
27122
|
export const PatchAppsV1NamespacedReplicaSetStatusInput =
|
|
@@ -28608,6 +28627,7 @@ export const patchAppsV1NamespacedReplicaSetStatus =
|
|
|
28608
28627
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
28609
28628
|
inputSchema: PatchAppsV1NamespacedReplicaSetStatusInput,
|
|
28610
28629
|
outputSchema: PatchAppsV1NamespacedReplicaSetStatusOutput,
|
|
28630
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
28611
28631
|
}));
|
|
28612
28632
|
// Input Schema
|
|
28613
28633
|
export const PatchAppsV1NamespacedStatefulSetInput =
|
|
@@ -30224,6 +30244,7 @@ export const patchAppsV1NamespacedStatefulSet =
|
|
|
30224
30244
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
30225
30245
|
inputSchema: PatchAppsV1NamespacedStatefulSetInput,
|
|
30226
30246
|
outputSchema: PatchAppsV1NamespacedStatefulSetOutput,
|
|
30247
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
30227
30248
|
}));
|
|
30228
30249
|
// Input Schema
|
|
30229
30250
|
export const PatchAppsV1NamespacedStatefulSetScaleInput =
|
|
@@ -30290,6 +30311,7 @@ export const patchAppsV1NamespacedStatefulSetScale =
|
|
|
30290
30311
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
30291
30312
|
inputSchema: PatchAppsV1NamespacedStatefulSetScaleInput,
|
|
30292
30313
|
outputSchema: PatchAppsV1NamespacedStatefulSetScaleOutput,
|
|
30314
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
30293
30315
|
}));
|
|
30294
30316
|
// Input Schema
|
|
30295
30317
|
export const PatchAppsV1NamespacedStatefulSetStatusInput =
|
|
@@ -31906,6 +31928,7 @@ export const patchAppsV1NamespacedStatefulSetStatus =
|
|
|
31906
31928
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
31907
31929
|
inputSchema: PatchAppsV1NamespacedStatefulSetStatusInput,
|
|
31908
31930
|
outputSchema: PatchAppsV1NamespacedStatefulSetStatusOutput,
|
|
31931
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
31909
31932
|
}));
|
|
31910
31933
|
// Input Schema
|
|
31911
31934
|
export const ReadAppsV1NamespacedControllerRevisionInput =
|
|
@@ -31961,6 +31984,7 @@ export const readAppsV1NamespacedControllerRevision =
|
|
|
31961
31984
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
31962
31985
|
inputSchema: ReadAppsV1NamespacedControllerRevisionInput,
|
|
31963
31986
|
outputSchema: ReadAppsV1NamespacedControllerRevisionOutput,
|
|
31987
|
+
errors: [NotFound],
|
|
31964
31988
|
}));
|
|
31965
31989
|
// Input Schema
|
|
31966
31990
|
export const ReadAppsV1NamespacedDaemonSetInput =
|
|
@@ -33475,6 +33499,7 @@ export const readAppsV1NamespacedDaemonSet =
|
|
|
33475
33499
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
33476
33500
|
inputSchema: ReadAppsV1NamespacedDaemonSetInput,
|
|
33477
33501
|
outputSchema: ReadAppsV1NamespacedDaemonSetOutput,
|
|
33502
|
+
errors: [NotFound],
|
|
33478
33503
|
}));
|
|
33479
33504
|
// Input Schema
|
|
33480
33505
|
export const ReadAppsV1NamespacedDaemonSetStatusInput =
|
|
@@ -34989,6 +35014,7 @@ export const readAppsV1NamespacedDaemonSetStatus =
|
|
|
34989
35014
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
34990
35015
|
inputSchema: ReadAppsV1NamespacedDaemonSetStatusInput,
|
|
34991
35016
|
outputSchema: ReadAppsV1NamespacedDaemonSetStatusOutput,
|
|
35017
|
+
errors: [NotFound],
|
|
34992
35018
|
}));
|
|
34993
35019
|
// Input Schema
|
|
34994
35020
|
export const ReadAppsV1NamespacedDeploymentInput =
|
|
@@ -36506,6 +36532,7 @@ export const readAppsV1NamespacedDeployment =
|
|
|
36506
36532
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
36507
36533
|
inputSchema: ReadAppsV1NamespacedDeploymentInput,
|
|
36508
36534
|
outputSchema: ReadAppsV1NamespacedDeploymentOutput,
|
|
36535
|
+
errors: [NotFound],
|
|
36509
36536
|
}));
|
|
36510
36537
|
// Input Schema
|
|
36511
36538
|
export const ReadAppsV1NamespacedDeploymentScaleInput =
|
|
@@ -36566,6 +36593,7 @@ export const readAppsV1NamespacedDeploymentScale =
|
|
|
36566
36593
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
36567
36594
|
inputSchema: ReadAppsV1NamespacedDeploymentScaleInput,
|
|
36568
36595
|
outputSchema: ReadAppsV1NamespacedDeploymentScaleOutput,
|
|
36596
|
+
errors: [NotFound],
|
|
36569
36597
|
}));
|
|
36570
36598
|
// Input Schema
|
|
36571
36599
|
export const ReadAppsV1NamespacedDeploymentStatusInput =
|
|
@@ -38083,6 +38111,7 @@ export const readAppsV1NamespacedDeploymentStatus =
|
|
|
38083
38111
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
38084
38112
|
inputSchema: ReadAppsV1NamespacedDeploymentStatusInput,
|
|
38085
38113
|
outputSchema: ReadAppsV1NamespacedDeploymentStatusOutput,
|
|
38114
|
+
errors: [NotFound],
|
|
38086
38115
|
}));
|
|
38087
38116
|
// Input Schema
|
|
38088
38117
|
export const ReadAppsV1NamespacedReplicaSetInput =
|
|
@@ -39587,6 +39616,7 @@ export const readAppsV1NamespacedReplicaSet =
|
|
|
39587
39616
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
39588
39617
|
inputSchema: ReadAppsV1NamespacedReplicaSetInput,
|
|
39589
39618
|
outputSchema: ReadAppsV1NamespacedReplicaSetOutput,
|
|
39619
|
+
errors: [NotFound],
|
|
39590
39620
|
}));
|
|
39591
39621
|
// Input Schema
|
|
39592
39622
|
export const ReadAppsV1NamespacedReplicaSetScaleInput =
|
|
@@ -39647,6 +39677,7 @@ export const readAppsV1NamespacedReplicaSetScale =
|
|
|
39647
39677
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
39648
39678
|
inputSchema: ReadAppsV1NamespacedReplicaSetScaleInput,
|
|
39649
39679
|
outputSchema: ReadAppsV1NamespacedReplicaSetScaleOutput,
|
|
39680
|
+
errors: [NotFound],
|
|
39650
39681
|
}));
|
|
39651
39682
|
// Input Schema
|
|
39652
39683
|
export const ReadAppsV1NamespacedReplicaSetStatusInput =
|
|
@@ -41151,6 +41182,7 @@ export const readAppsV1NamespacedReplicaSetStatus =
|
|
|
41151
41182
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
41152
41183
|
inputSchema: ReadAppsV1NamespacedReplicaSetStatusInput,
|
|
41153
41184
|
outputSchema: ReadAppsV1NamespacedReplicaSetStatusOutput,
|
|
41185
|
+
errors: [NotFound],
|
|
41154
41186
|
}));
|
|
41155
41187
|
// Input Schema
|
|
41156
41188
|
export const ReadAppsV1NamespacedStatefulSetInput =
|
|
@@ -42761,6 +42793,7 @@ export const readAppsV1NamespacedStatefulSet =
|
|
|
42761
42793
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
42762
42794
|
inputSchema: ReadAppsV1NamespacedStatefulSetInput,
|
|
42763
42795
|
outputSchema: ReadAppsV1NamespacedStatefulSetOutput,
|
|
42796
|
+
errors: [NotFound],
|
|
42764
42797
|
}));
|
|
42765
42798
|
// Input Schema
|
|
42766
42799
|
export const ReadAppsV1NamespacedStatefulSetScaleInput =
|
|
@@ -42821,6 +42854,7 @@ export const readAppsV1NamespacedStatefulSetScale =
|
|
|
42821
42854
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
42822
42855
|
inputSchema: ReadAppsV1NamespacedStatefulSetScaleInput,
|
|
42823
42856
|
outputSchema: ReadAppsV1NamespacedStatefulSetScaleOutput,
|
|
42857
|
+
errors: [NotFound],
|
|
42824
42858
|
}));
|
|
42825
42859
|
// Input Schema
|
|
42826
42860
|
export const ReadAppsV1NamespacedStatefulSetStatusInput =
|
|
@@ -44431,6 +44465,7 @@ export const readAppsV1NamespacedStatefulSetStatus =
|
|
|
44431
44465
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
44432
44466
|
inputSchema: ReadAppsV1NamespacedStatefulSetStatusInput,
|
|
44433
44467
|
outputSchema: ReadAppsV1NamespacedStatefulSetStatusOutput,
|
|
44468
|
+
errors: [NotFound],
|
|
44434
44469
|
}));
|
|
44435
44470
|
// Input Schema
|
|
44436
44471
|
export const ReplaceAppsV1NamespacedControllerRevisionInput =
|
|
@@ -44492,6 +44527,7 @@ export const replaceAppsV1NamespacedControllerRevision =
|
|
|
44492
44527
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
44493
44528
|
inputSchema: ReplaceAppsV1NamespacedControllerRevisionInput,
|
|
44494
44529
|
outputSchema: ReplaceAppsV1NamespacedControllerRevisionOutput,
|
|
44530
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
44495
44531
|
}));
|
|
44496
44532
|
// Input Schema
|
|
44497
44533
|
export const ReplaceAppsV1NamespacedDaemonSetInput =
|
|
@@ -46012,6 +46048,7 @@ export const replaceAppsV1NamespacedDaemonSet =
|
|
|
46012
46048
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
46013
46049
|
inputSchema: ReplaceAppsV1NamespacedDaemonSetInput,
|
|
46014
46050
|
outputSchema: ReplaceAppsV1NamespacedDaemonSetOutput,
|
|
46051
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
46015
46052
|
}));
|
|
46016
46053
|
// Input Schema
|
|
46017
46054
|
export const ReplaceAppsV1NamespacedDaemonSetStatusInput =
|
|
@@ -47532,6 +47569,7 @@ export const replaceAppsV1NamespacedDaemonSetStatus =
|
|
|
47532
47569
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
47533
47570
|
inputSchema: ReplaceAppsV1NamespacedDaemonSetStatusInput,
|
|
47534
47571
|
outputSchema: ReplaceAppsV1NamespacedDaemonSetStatusOutput,
|
|
47572
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
47535
47573
|
}));
|
|
47536
47574
|
// Input Schema
|
|
47537
47575
|
export const ReplaceAppsV1NamespacedDeploymentInput =
|
|
@@ -49055,6 +49093,7 @@ export const replaceAppsV1NamespacedDeployment =
|
|
|
49055
49093
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
49056
49094
|
inputSchema: ReplaceAppsV1NamespacedDeploymentInput,
|
|
49057
49095
|
outputSchema: ReplaceAppsV1NamespacedDeploymentOutput,
|
|
49096
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
49058
49097
|
}));
|
|
49059
49098
|
// Input Schema
|
|
49060
49099
|
export const ReplaceAppsV1NamespacedDeploymentScaleInput =
|
|
@@ -49121,6 +49160,7 @@ export const replaceAppsV1NamespacedDeploymentScale =
|
|
|
49121
49160
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
49122
49161
|
inputSchema: ReplaceAppsV1NamespacedDeploymentScaleInput,
|
|
49123
49162
|
outputSchema: ReplaceAppsV1NamespacedDeploymentScaleOutput,
|
|
49163
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
49124
49164
|
}));
|
|
49125
49165
|
// Input Schema
|
|
49126
49166
|
export const ReplaceAppsV1NamespacedDeploymentStatusInput =
|
|
@@ -50644,6 +50684,7 @@ export const replaceAppsV1NamespacedDeploymentStatus =
|
|
|
50644
50684
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
50645
50685
|
inputSchema: ReplaceAppsV1NamespacedDeploymentStatusInput,
|
|
50646
50686
|
outputSchema: ReplaceAppsV1NamespacedDeploymentStatusOutput,
|
|
50687
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
50647
50688
|
}));
|
|
50648
50689
|
// Input Schema
|
|
50649
50690
|
export const ReplaceAppsV1NamespacedReplicaSetInput =
|
|
@@ -52154,6 +52195,7 @@ export const replaceAppsV1NamespacedReplicaSet =
|
|
|
52154
52195
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
52155
52196
|
inputSchema: ReplaceAppsV1NamespacedReplicaSetInput,
|
|
52156
52197
|
outputSchema: ReplaceAppsV1NamespacedReplicaSetOutput,
|
|
52198
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
52157
52199
|
}));
|
|
52158
52200
|
// Input Schema
|
|
52159
52201
|
export const ReplaceAppsV1NamespacedReplicaSetScaleInput =
|
|
@@ -52220,6 +52262,7 @@ export const replaceAppsV1NamespacedReplicaSetScale =
|
|
|
52220
52262
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
52221
52263
|
inputSchema: ReplaceAppsV1NamespacedReplicaSetScaleInput,
|
|
52222
52264
|
outputSchema: ReplaceAppsV1NamespacedReplicaSetScaleOutput,
|
|
52265
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
52223
52266
|
}));
|
|
52224
52267
|
// Input Schema
|
|
52225
52268
|
export const ReplaceAppsV1NamespacedReplicaSetStatusInput =
|
|
@@ -53730,6 +53773,7 @@ export const replaceAppsV1NamespacedReplicaSetStatus =
|
|
|
53730
53773
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
53731
53774
|
inputSchema: ReplaceAppsV1NamespacedReplicaSetStatusInput,
|
|
53732
53775
|
outputSchema: ReplaceAppsV1NamespacedReplicaSetStatusOutput,
|
|
53776
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
53733
53777
|
}));
|
|
53734
53778
|
// Input Schema
|
|
53735
53779
|
export const ReplaceAppsV1NamespacedStatefulSetInput =
|
|
@@ -55346,6 +55390,7 @@ export const replaceAppsV1NamespacedStatefulSet =
|
|
|
55346
55390
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
55347
55391
|
inputSchema: ReplaceAppsV1NamespacedStatefulSetInput,
|
|
55348
55392
|
outputSchema: ReplaceAppsV1NamespacedStatefulSetOutput,
|
|
55393
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
55349
55394
|
}));
|
|
55350
55395
|
// Input Schema
|
|
55351
55396
|
export const ReplaceAppsV1NamespacedStatefulSetScaleInput =
|
|
@@ -55412,6 +55457,7 @@ export const replaceAppsV1NamespacedStatefulSetScale =
|
|
|
55412
55457
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
55413
55458
|
inputSchema: ReplaceAppsV1NamespacedStatefulSetScaleInput,
|
|
55414
55459
|
outputSchema: ReplaceAppsV1NamespacedStatefulSetScaleOutput,
|
|
55460
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
55415
55461
|
}));
|
|
55416
55462
|
// Input Schema
|
|
55417
55463
|
export const ReplaceAppsV1NamespacedStatefulSetStatusInput =
|
|
@@ -57028,6 +57074,7 @@ export const replaceAppsV1NamespacedStatefulSetStatus =
|
|
|
57028
57074
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
57029
57075
|
inputSchema: ReplaceAppsV1NamespacedStatefulSetStatusInput,
|
|
57030
57076
|
outputSchema: ReplaceAppsV1NamespacedStatefulSetStatusOutput,
|
|
57077
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
57031
57078
|
}));
|
|
57032
57079
|
// Input Schema
|
|
57033
57080
|
export const WatchAppsV1ControllerRevisionListForAllNamespacesInput =
|