@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/core.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 ConnectCoreV1DeleteNamespacedPodProxyInput =
|
|
12
13
|
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({
|
|
@@ -688,6 +689,7 @@ export const CreateCoreV1NamespaceOutput =
|
|
|
688
689
|
export const createCoreV1Namespace = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
689
690
|
inputSchema: CreateCoreV1NamespaceInput,
|
|
690
691
|
outputSchema: CreateCoreV1NamespaceOutput,
|
|
692
|
+
errors: [Conflict, UnprocessableEntity],
|
|
691
693
|
}));
|
|
692
694
|
// Input Schema
|
|
693
695
|
export const CreateCoreV1NamespacedBindingInput =
|
|
@@ -747,6 +749,7 @@ export const createCoreV1NamespacedBinding =
|
|
|
747
749
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
748
750
|
inputSchema: CreateCoreV1NamespacedBindingInput,
|
|
749
751
|
outputSchema: CreateCoreV1NamespacedBindingOutput,
|
|
752
|
+
errors: [Conflict, UnprocessableEntity],
|
|
750
753
|
}));
|
|
751
754
|
// Input Schema
|
|
752
755
|
export const CreateCoreV1NamespacedConfigMapInput =
|
|
@@ -809,6 +812,7 @@ export const createCoreV1NamespacedConfigMap =
|
|
|
809
812
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
810
813
|
inputSchema: CreateCoreV1NamespacedConfigMapInput,
|
|
811
814
|
outputSchema: CreateCoreV1NamespacedConfigMapOutput,
|
|
815
|
+
errors: [Conflict, UnprocessableEntity],
|
|
812
816
|
}));
|
|
813
817
|
// Input Schema
|
|
814
818
|
export const CreateCoreV1NamespacedEndpointsInput =
|
|
@@ -904,6 +908,7 @@ export const createCoreV1NamespacedEndpoints =
|
|
|
904
908
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
905
909
|
inputSchema: CreateCoreV1NamespacedEndpointsInput,
|
|
906
910
|
outputSchema: CreateCoreV1NamespacedEndpointsOutput,
|
|
911
|
+
errors: [Conflict, UnprocessableEntity],
|
|
907
912
|
}));
|
|
908
913
|
// Input Schema
|
|
909
914
|
export const CreateCoreV1NamespacedEventInput =
|
|
@@ -995,6 +1000,7 @@ export const CreateCoreV1NamespacedEventOutput =
|
|
|
995
1000
|
export const createCoreV1NamespacedEvent = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
996
1001
|
inputSchema: CreateCoreV1NamespacedEventInput,
|
|
997
1002
|
outputSchema: CreateCoreV1NamespacedEventOutput,
|
|
1003
|
+
errors: [Conflict, UnprocessableEntity],
|
|
998
1004
|
}));
|
|
999
1005
|
// Input Schema
|
|
1000
1006
|
export const CreateCoreV1NamespacedLimitRangeInput =
|
|
@@ -1064,6 +1070,7 @@ export const createCoreV1NamespacedLimitRange =
|
|
|
1064
1070
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1065
1071
|
inputSchema: CreateCoreV1NamespacedLimitRangeInput,
|
|
1066
1072
|
outputSchema: CreateCoreV1NamespacedLimitRangeOutput,
|
|
1073
|
+
errors: [Conflict, UnprocessableEntity],
|
|
1067
1074
|
}));
|
|
1068
1075
|
// Input Schema
|
|
1069
1076
|
export const CreateCoreV1NamespacedPersistentVolumeClaimInput =
|
|
@@ -1173,6 +1180,7 @@ export const createCoreV1NamespacedPersistentVolumeClaim =
|
|
|
1173
1180
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1174
1181
|
inputSchema: CreateCoreV1NamespacedPersistentVolumeClaimInput,
|
|
1175
1182
|
outputSchema: CreateCoreV1NamespacedPersistentVolumeClaimOutput,
|
|
1183
|
+
errors: [Conflict, UnprocessableEntity],
|
|
1176
1184
|
}));
|
|
1177
1185
|
// Input Schema
|
|
1178
1186
|
export const CreateCoreV1NamespacedPodInput =
|
|
@@ -2914,6 +2922,7 @@ export const CreateCoreV1NamespacedPodOutput =
|
|
|
2914
2922
|
export const createCoreV1NamespacedPod = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2915
2923
|
inputSchema: CreateCoreV1NamespacedPodInput,
|
|
2916
2924
|
outputSchema: CreateCoreV1NamespacedPodOutput,
|
|
2925
|
+
errors: [Conflict, UnprocessableEntity],
|
|
2917
2926
|
}));
|
|
2918
2927
|
// Input Schema
|
|
2919
2928
|
export const CreateCoreV1NamespacedPodBindingInput =
|
|
@@ -2976,6 +2985,7 @@ export const createCoreV1NamespacedPodBinding =
|
|
|
2976
2985
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
2977
2986
|
inputSchema: CreateCoreV1NamespacedPodBindingInput,
|
|
2978
2987
|
outputSchema: CreateCoreV1NamespacedPodBindingOutput,
|
|
2988
|
+
errors: [Conflict, UnprocessableEntity],
|
|
2979
2989
|
}));
|
|
2980
2990
|
// Input Schema
|
|
2981
2991
|
export const CreateCoreV1NamespacedPodEvictionInput =
|
|
@@ -3042,6 +3052,7 @@ export const createCoreV1NamespacedPodEviction =
|
|
|
3042
3052
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
3043
3053
|
inputSchema: CreateCoreV1NamespacedPodEvictionInput,
|
|
3044
3054
|
outputSchema: CreateCoreV1NamespacedPodEvictionOutput,
|
|
3055
|
+
errors: [Conflict, UnprocessableEntity],
|
|
3045
3056
|
}));
|
|
3046
3057
|
// Input Schema
|
|
3047
3058
|
export const CreateCoreV1NamespacedPodTemplateInput =
|
|
@@ -4525,6 +4536,7 @@ export const createCoreV1NamespacedPodTemplate =
|
|
|
4525
4536
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
4526
4537
|
inputSchema: CreateCoreV1NamespacedPodTemplateInput,
|
|
4527
4538
|
outputSchema: CreateCoreV1NamespacedPodTemplateOutput,
|
|
4539
|
+
errors: [Conflict, UnprocessableEntity],
|
|
4528
4540
|
}));
|
|
4529
4541
|
// Input Schema
|
|
4530
4542
|
export const CreateCoreV1NamespacedReplicationControllerInput =
|
|
@@ -6027,6 +6039,7 @@ export const createCoreV1NamespacedReplicationController =
|
|
|
6027
6039
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6028
6040
|
inputSchema: CreateCoreV1NamespacedReplicationControllerInput,
|
|
6029
6041
|
outputSchema: CreateCoreV1NamespacedReplicationControllerOutput,
|
|
6042
|
+
errors: [Conflict, UnprocessableEntity],
|
|
6030
6043
|
}));
|
|
6031
6044
|
// Input Schema
|
|
6032
6045
|
export const CreateCoreV1NamespacedResourceQuotaInput =
|
|
@@ -6101,6 +6114,7 @@ export const createCoreV1NamespacedResourceQuota =
|
|
|
6101
6114
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6102
6115
|
inputSchema: CreateCoreV1NamespacedResourceQuotaInput,
|
|
6103
6116
|
outputSchema: CreateCoreV1NamespacedResourceQuotaOutput,
|
|
6117
|
+
errors: [Conflict, UnprocessableEntity],
|
|
6104
6118
|
}));
|
|
6105
6119
|
// Input Schema
|
|
6106
6120
|
export const CreateCoreV1NamespacedSecretInput =
|
|
@@ -6161,6 +6175,7 @@ export const createCoreV1NamespacedSecret =
|
|
|
6161
6175
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6162
6176
|
inputSchema: CreateCoreV1NamespacedSecretInput,
|
|
6163
6177
|
outputSchema: CreateCoreV1NamespacedSecretOutput,
|
|
6178
|
+
errors: [Conflict, UnprocessableEntity],
|
|
6164
6179
|
}));
|
|
6165
6180
|
// Input Schema
|
|
6166
6181
|
export const CreateCoreV1NamespacedServiceInput =
|
|
@@ -6272,6 +6287,7 @@ export const createCoreV1NamespacedService =
|
|
|
6272
6287
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6273
6288
|
inputSchema: CreateCoreV1NamespacedServiceInput,
|
|
6274
6289
|
outputSchema: CreateCoreV1NamespacedServiceOutput,
|
|
6290
|
+
errors: [Conflict, UnprocessableEntity],
|
|
6275
6291
|
}));
|
|
6276
6292
|
// Input Schema
|
|
6277
6293
|
export const CreateCoreV1NamespacedServiceAccountInput =
|
|
@@ -6344,6 +6360,7 @@ export const createCoreV1NamespacedServiceAccount =
|
|
|
6344
6360
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6345
6361
|
inputSchema: CreateCoreV1NamespacedServiceAccountInput,
|
|
6346
6362
|
outputSchema: CreateCoreV1NamespacedServiceAccountOutput,
|
|
6363
|
+
errors: [Conflict, UnprocessableEntity],
|
|
6347
6364
|
}));
|
|
6348
6365
|
// Input Schema
|
|
6349
6366
|
export const CreateCoreV1NamespacedServiceAccountTokenInput =
|
|
@@ -6411,6 +6428,7 @@ export const createCoreV1NamespacedServiceAccountToken =
|
|
|
6411
6428
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6412
6429
|
inputSchema: CreateCoreV1NamespacedServiceAccountTokenInput,
|
|
6413
6430
|
outputSchema: CreateCoreV1NamespacedServiceAccountTokenOutput,
|
|
6431
|
+
errors: [Conflict, UnprocessableEntity],
|
|
6414
6432
|
}));
|
|
6415
6433
|
// Input Schema
|
|
6416
6434
|
export const CreateCoreV1NodeInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -6573,6 +6591,7 @@ export const CreateCoreV1NodeOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
|
6573
6591
|
export const createCoreV1Node = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6574
6592
|
inputSchema: CreateCoreV1NodeInput,
|
|
6575
6593
|
outputSchema: CreateCoreV1NodeOutput,
|
|
6594
|
+
errors: [Conflict, UnprocessableEntity],
|
|
6576
6595
|
}));
|
|
6577
6596
|
// Input Schema
|
|
6578
6597
|
export const CreateCoreV1PersistentVolumeInput =
|
|
@@ -6864,6 +6883,7 @@ export const createCoreV1PersistentVolume =
|
|
|
6864
6883
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
6865
6884
|
inputSchema: CreateCoreV1PersistentVolumeInput,
|
|
6866
6885
|
outputSchema: CreateCoreV1PersistentVolumeOutput,
|
|
6886
|
+
errors: [Conflict, UnprocessableEntity],
|
|
6867
6887
|
}));
|
|
6868
6888
|
// Input Schema
|
|
6869
6889
|
export const DeleteCoreV1CollectionNamespacedConfigMapInput =
|
|
@@ -7597,6 +7617,7 @@ export const DeleteCoreV1NamespaceOutput =
|
|
|
7597
7617
|
export const deleteCoreV1Namespace = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
7598
7618
|
inputSchema: DeleteCoreV1NamespaceInput,
|
|
7599
7619
|
outputSchema: DeleteCoreV1NamespaceOutput,
|
|
7620
|
+
errors: [NotFound, Conflict],
|
|
7600
7621
|
}));
|
|
7601
7622
|
// Input Schema
|
|
7602
7623
|
export const DeleteCoreV1NamespacedConfigMapInput =
|
|
@@ -7647,6 +7668,7 @@ export const deleteCoreV1NamespacedConfigMap =
|
|
|
7647
7668
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
7648
7669
|
inputSchema: DeleteCoreV1NamespacedConfigMapInput,
|
|
7649
7670
|
outputSchema: DeleteCoreV1NamespacedConfigMapOutput,
|
|
7671
|
+
errors: [NotFound, Conflict],
|
|
7650
7672
|
}));
|
|
7651
7673
|
// Input Schema
|
|
7652
7674
|
export const DeleteCoreV1NamespacedEndpointsInput =
|
|
@@ -7697,6 +7719,7 @@ export const deleteCoreV1NamespacedEndpoints =
|
|
|
7697
7719
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
7698
7720
|
inputSchema: DeleteCoreV1NamespacedEndpointsInput,
|
|
7699
7721
|
outputSchema: DeleteCoreV1NamespacedEndpointsOutput,
|
|
7722
|
+
errors: [NotFound, Conflict],
|
|
7700
7723
|
}));
|
|
7701
7724
|
// Input Schema
|
|
7702
7725
|
export const DeleteCoreV1NamespacedEventInput =
|
|
@@ -7746,6 +7769,7 @@ export const DeleteCoreV1NamespacedEventOutput =
|
|
|
7746
7769
|
export const deleteCoreV1NamespacedEvent = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
7747
7770
|
inputSchema: DeleteCoreV1NamespacedEventInput,
|
|
7748
7771
|
outputSchema: DeleteCoreV1NamespacedEventOutput,
|
|
7772
|
+
errors: [NotFound, Conflict],
|
|
7749
7773
|
}));
|
|
7750
7774
|
// Input Schema
|
|
7751
7775
|
export const DeleteCoreV1NamespacedLimitRangeInput =
|
|
@@ -7796,6 +7820,7 @@ export const deleteCoreV1NamespacedLimitRange =
|
|
|
7796
7820
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
7797
7821
|
inputSchema: DeleteCoreV1NamespacedLimitRangeInput,
|
|
7798
7822
|
outputSchema: DeleteCoreV1NamespacedLimitRangeOutput,
|
|
7823
|
+
errors: [NotFound, Conflict],
|
|
7799
7824
|
}));
|
|
7800
7825
|
// Input Schema
|
|
7801
7826
|
export const DeleteCoreV1NamespacedPersistentVolumeClaimInput =
|
|
@@ -7903,6 +7928,7 @@ export const deleteCoreV1NamespacedPersistentVolumeClaim =
|
|
|
7903
7928
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
7904
7929
|
inputSchema: DeleteCoreV1NamespacedPersistentVolumeClaimInput,
|
|
7905
7930
|
outputSchema: DeleteCoreV1NamespacedPersistentVolumeClaimOutput,
|
|
7931
|
+
errors: [NotFound, Conflict],
|
|
7906
7932
|
}));
|
|
7907
7933
|
// Input Schema
|
|
7908
7934
|
export const DeleteCoreV1NamespacedPodInput =
|
|
@@ -9645,6 +9671,7 @@ export const DeleteCoreV1NamespacedPodOutput =
|
|
|
9645
9671
|
export const deleteCoreV1NamespacedPod = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
9646
9672
|
inputSchema: DeleteCoreV1NamespacedPodInput,
|
|
9647
9673
|
outputSchema: DeleteCoreV1NamespacedPodOutput,
|
|
9674
|
+
errors: [NotFound, Conflict],
|
|
9648
9675
|
}));
|
|
9649
9676
|
// Input Schema
|
|
9650
9677
|
export const DeleteCoreV1NamespacedPodTemplateInput =
|
|
@@ -11126,6 +11153,7 @@ export const deleteCoreV1NamespacedPodTemplate =
|
|
|
11126
11153
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
11127
11154
|
inputSchema: DeleteCoreV1NamespacedPodTemplateInput,
|
|
11128
11155
|
outputSchema: DeleteCoreV1NamespacedPodTemplateOutput,
|
|
11156
|
+
errors: [NotFound, Conflict],
|
|
11129
11157
|
}));
|
|
11130
11158
|
// Input Schema
|
|
11131
11159
|
export const DeleteCoreV1NamespacedReplicationControllerInput =
|
|
@@ -11176,6 +11204,7 @@ export const deleteCoreV1NamespacedReplicationController =
|
|
|
11176
11204
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
11177
11205
|
inputSchema: DeleteCoreV1NamespacedReplicationControllerInput,
|
|
11178
11206
|
outputSchema: DeleteCoreV1NamespacedReplicationControllerOutput,
|
|
11207
|
+
errors: [NotFound, Conflict],
|
|
11179
11208
|
}));
|
|
11180
11209
|
// Input Schema
|
|
11181
11210
|
export const DeleteCoreV1NamespacedResourceQuotaInput =
|
|
@@ -11248,6 +11277,7 @@ export const deleteCoreV1NamespacedResourceQuota =
|
|
|
11248
11277
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
11249
11278
|
inputSchema: DeleteCoreV1NamespacedResourceQuotaInput,
|
|
11250
11279
|
outputSchema: DeleteCoreV1NamespacedResourceQuotaOutput,
|
|
11280
|
+
errors: [NotFound, Conflict],
|
|
11251
11281
|
}));
|
|
11252
11282
|
// Input Schema
|
|
11253
11283
|
export const DeleteCoreV1NamespacedSecretInput =
|
|
@@ -11298,6 +11328,7 @@ export const deleteCoreV1NamespacedSecret =
|
|
|
11298
11328
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
11299
11329
|
inputSchema: DeleteCoreV1NamespacedSecretInput,
|
|
11300
11330
|
outputSchema: DeleteCoreV1NamespacedSecretOutput,
|
|
11331
|
+
errors: [NotFound, Conflict],
|
|
11301
11332
|
}));
|
|
11302
11333
|
// Input Schema
|
|
11303
11334
|
export const DeleteCoreV1NamespacedServiceInput =
|
|
@@ -11410,6 +11441,7 @@ export const deleteCoreV1NamespacedService =
|
|
|
11410
11441
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
11411
11442
|
inputSchema: DeleteCoreV1NamespacedServiceInput,
|
|
11412
11443
|
outputSchema: DeleteCoreV1NamespacedServiceOutput,
|
|
11444
|
+
errors: [NotFound, Conflict],
|
|
11413
11445
|
}));
|
|
11414
11446
|
// Input Schema
|
|
11415
11447
|
export const DeleteCoreV1NamespacedServiceAccountInput =
|
|
@@ -11480,6 +11512,7 @@ export const deleteCoreV1NamespacedServiceAccount =
|
|
|
11480
11512
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
11481
11513
|
inputSchema: DeleteCoreV1NamespacedServiceAccountInput,
|
|
11482
11514
|
outputSchema: DeleteCoreV1NamespacedServiceAccountOutput,
|
|
11515
|
+
errors: [NotFound, Conflict],
|
|
11483
11516
|
}));
|
|
11484
11517
|
// Input Schema
|
|
11485
11518
|
export const DeleteCoreV1NodeInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -11524,6 +11557,7 @@ export const DeleteCoreV1NodeOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
|
11524
11557
|
export const deleteCoreV1Node = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
11525
11558
|
inputSchema: DeleteCoreV1NodeInput,
|
|
11526
11559
|
outputSchema: DeleteCoreV1NodeOutput,
|
|
11560
|
+
errors: [NotFound, Conflict],
|
|
11527
11561
|
}));
|
|
11528
11562
|
// Input Schema
|
|
11529
11563
|
export const DeleteCoreV1PersistentVolumeInput =
|
|
@@ -11813,6 +11847,7 @@ export const deleteCoreV1PersistentVolume =
|
|
|
11813
11847
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
11814
11848
|
inputSchema: DeleteCoreV1PersistentVolumeInput,
|
|
11815
11849
|
outputSchema: DeleteCoreV1PersistentVolumeOutput,
|
|
11850
|
+
errors: [NotFound, Conflict],
|
|
11816
11851
|
}));
|
|
11817
11852
|
// Input Schema
|
|
11818
11853
|
export const GetAPIVersionsInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({ method: "GET", path: "/apis/" }));
|
|
@@ -23728,6 +23763,7 @@ export const PatchCoreV1NamespaceOutput =
|
|
|
23728
23763
|
export const patchCoreV1Namespace = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
23729
23764
|
inputSchema: PatchCoreV1NamespaceInput,
|
|
23730
23765
|
outputSchema: PatchCoreV1NamespaceOutput,
|
|
23766
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
23731
23767
|
}));
|
|
23732
23768
|
// Input Schema
|
|
23733
23769
|
export const PatchCoreV1NamespaceStatusInput =
|
|
@@ -23796,6 +23832,7 @@ export const PatchCoreV1NamespaceStatusOutput =
|
|
|
23796
23832
|
export const patchCoreV1NamespaceStatus = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
23797
23833
|
inputSchema: PatchCoreV1NamespaceStatusInput,
|
|
23798
23834
|
outputSchema: PatchCoreV1NamespaceStatusOutput,
|
|
23835
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
23799
23836
|
}));
|
|
23800
23837
|
// Input Schema
|
|
23801
23838
|
export const PatchCoreV1NamespacedConfigMapInput =
|
|
@@ -23858,6 +23895,7 @@ export const patchCoreV1NamespacedConfigMap =
|
|
|
23858
23895
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
23859
23896
|
inputSchema: PatchCoreV1NamespacedConfigMapInput,
|
|
23860
23897
|
outputSchema: PatchCoreV1NamespacedConfigMapOutput,
|
|
23898
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
23861
23899
|
}));
|
|
23862
23900
|
// Input Schema
|
|
23863
23901
|
export const PatchCoreV1NamespacedEndpointsInput =
|
|
@@ -23953,6 +23991,7 @@ export const patchCoreV1NamespacedEndpoints =
|
|
|
23953
23991
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
23954
23992
|
inputSchema: PatchCoreV1NamespacedEndpointsInput,
|
|
23955
23993
|
outputSchema: PatchCoreV1NamespacedEndpointsOutput,
|
|
23994
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
23956
23995
|
}));
|
|
23957
23996
|
// Input Schema
|
|
23958
23997
|
export const PatchCoreV1NamespacedEventInput =
|
|
@@ -24047,6 +24086,7 @@ export const PatchCoreV1NamespacedEventOutput =
|
|
|
24047
24086
|
export const patchCoreV1NamespacedEvent = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
24048
24087
|
inputSchema: PatchCoreV1NamespacedEventInput,
|
|
24049
24088
|
outputSchema: PatchCoreV1NamespacedEventOutput,
|
|
24089
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
24050
24090
|
}));
|
|
24051
24091
|
// Input Schema
|
|
24052
24092
|
export const PatchCoreV1NamespacedLimitRangeInput =
|
|
@@ -24116,6 +24156,7 @@ export const patchCoreV1NamespacedLimitRange =
|
|
|
24116
24156
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
24117
24157
|
inputSchema: PatchCoreV1NamespacedLimitRangeInput,
|
|
24118
24158
|
outputSchema: PatchCoreV1NamespacedLimitRangeOutput,
|
|
24159
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
24119
24160
|
}));
|
|
24120
24161
|
// Input Schema
|
|
24121
24162
|
export const PatchCoreV1NamespacedPersistentVolumeClaimInput =
|
|
@@ -24225,6 +24266,7 @@ export const patchCoreV1NamespacedPersistentVolumeClaim =
|
|
|
24225
24266
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
24226
24267
|
inputSchema: PatchCoreV1NamespacedPersistentVolumeClaimInput,
|
|
24227
24268
|
outputSchema: PatchCoreV1NamespacedPersistentVolumeClaimOutput,
|
|
24269
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
24228
24270
|
}));
|
|
24229
24271
|
// Input Schema
|
|
24230
24272
|
export const PatchCoreV1NamespacedPersistentVolumeClaimStatusInput =
|
|
@@ -24334,6 +24376,7 @@ export const patchCoreV1NamespacedPersistentVolumeClaimStatus =
|
|
|
24334
24376
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
24335
24377
|
inputSchema: PatchCoreV1NamespacedPersistentVolumeClaimStatusInput,
|
|
24336
24378
|
outputSchema: PatchCoreV1NamespacedPersistentVolumeClaimStatusOutput,
|
|
24379
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
24337
24380
|
}));
|
|
24338
24381
|
// Input Schema
|
|
24339
24382
|
export const PatchCoreV1NamespacedPodInput =
|
|
@@ -26078,6 +26121,7 @@ export const PatchCoreV1NamespacedPodOutput =
|
|
|
26078
26121
|
export const patchCoreV1NamespacedPod = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
26079
26122
|
inputSchema: PatchCoreV1NamespacedPodInput,
|
|
26080
26123
|
outputSchema: PatchCoreV1NamespacedPodOutput,
|
|
26124
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
26081
26125
|
}));
|
|
26082
26126
|
// Input Schema
|
|
26083
26127
|
export const PatchCoreV1NamespacedPodEphemeralcontainersInput =
|
|
@@ -27823,6 +27867,7 @@ export const patchCoreV1NamespacedPodEphemeralcontainers =
|
|
|
27823
27867
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
27824
27868
|
inputSchema: PatchCoreV1NamespacedPodEphemeralcontainersInput,
|
|
27825
27869
|
outputSchema: PatchCoreV1NamespacedPodEphemeralcontainersOutput,
|
|
27870
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
27826
27871
|
}));
|
|
27827
27872
|
// Input Schema
|
|
27828
27873
|
export const PatchCoreV1NamespacedPodResizeInput =
|
|
@@ -29568,6 +29613,7 @@ export const patchCoreV1NamespacedPodResize =
|
|
|
29568
29613
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
29569
29614
|
inputSchema: PatchCoreV1NamespacedPodResizeInput,
|
|
29570
29615
|
outputSchema: PatchCoreV1NamespacedPodResizeOutput,
|
|
29616
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
29571
29617
|
}));
|
|
29572
29618
|
// Input Schema
|
|
29573
29619
|
export const PatchCoreV1NamespacedPodStatusInput =
|
|
@@ -31313,6 +31359,7 @@ export const patchCoreV1NamespacedPodStatus =
|
|
|
31313
31359
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
31314
31360
|
inputSchema: PatchCoreV1NamespacedPodStatusInput,
|
|
31315
31361
|
outputSchema: PatchCoreV1NamespacedPodStatusOutput,
|
|
31362
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
31316
31363
|
}));
|
|
31317
31364
|
// Input Schema
|
|
31318
31365
|
export const PatchCoreV1NamespacedPodTemplateInput =
|
|
@@ -32796,6 +32843,7 @@ export const patchCoreV1NamespacedPodTemplate =
|
|
|
32796
32843
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
32797
32844
|
inputSchema: PatchCoreV1NamespacedPodTemplateInput,
|
|
32798
32845
|
outputSchema: PatchCoreV1NamespacedPodTemplateOutput,
|
|
32846
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
32799
32847
|
}));
|
|
32800
32848
|
// Input Schema
|
|
32801
32849
|
export const PatchCoreV1NamespacedReplicationControllerInput =
|
|
@@ -34298,6 +34346,7 @@ export const patchCoreV1NamespacedReplicationController =
|
|
|
34298
34346
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
34299
34347
|
inputSchema: PatchCoreV1NamespacedReplicationControllerInput,
|
|
34300
34348
|
outputSchema: PatchCoreV1NamespacedReplicationControllerOutput,
|
|
34349
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
34301
34350
|
}));
|
|
34302
34351
|
// Input Schema
|
|
34303
34352
|
export const PatchCoreV1NamespacedReplicationControllerScaleInput =
|
|
@@ -34364,6 +34413,7 @@ export const patchCoreV1NamespacedReplicationControllerScale =
|
|
|
34364
34413
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
34365
34414
|
inputSchema: PatchCoreV1NamespacedReplicationControllerScaleInput,
|
|
34366
34415
|
outputSchema: PatchCoreV1NamespacedReplicationControllerScaleOutput,
|
|
34416
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
34367
34417
|
}));
|
|
34368
34418
|
// Input Schema
|
|
34369
34419
|
export const PatchCoreV1NamespacedReplicationControllerStatusInput =
|
|
@@ -35866,6 +35916,7 @@ export const patchCoreV1NamespacedReplicationControllerStatus =
|
|
|
35866
35916
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
35867
35917
|
inputSchema: PatchCoreV1NamespacedReplicationControllerStatusInput,
|
|
35868
35918
|
outputSchema: PatchCoreV1NamespacedReplicationControllerStatusOutput,
|
|
35919
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
35869
35920
|
}));
|
|
35870
35921
|
// Input Schema
|
|
35871
35922
|
export const PatchCoreV1NamespacedResourceQuotaInput =
|
|
@@ -35940,6 +35991,7 @@ export const patchCoreV1NamespacedResourceQuota =
|
|
|
35940
35991
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
35941
35992
|
inputSchema: PatchCoreV1NamespacedResourceQuotaInput,
|
|
35942
35993
|
outputSchema: PatchCoreV1NamespacedResourceQuotaOutput,
|
|
35994
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
35943
35995
|
}));
|
|
35944
35996
|
// Input Schema
|
|
35945
35997
|
export const PatchCoreV1NamespacedResourceQuotaStatusInput =
|
|
@@ -36014,6 +36066,7 @@ export const patchCoreV1NamespacedResourceQuotaStatus =
|
|
|
36014
36066
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
36015
36067
|
inputSchema: PatchCoreV1NamespacedResourceQuotaStatusInput,
|
|
36016
36068
|
outputSchema: PatchCoreV1NamespacedResourceQuotaStatusOutput,
|
|
36069
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
36017
36070
|
}));
|
|
36018
36071
|
// Input Schema
|
|
36019
36072
|
export const PatchCoreV1NamespacedSecretInput =
|
|
@@ -36076,6 +36129,7 @@ export const PatchCoreV1NamespacedSecretOutput =
|
|
|
36076
36129
|
export const patchCoreV1NamespacedSecret = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
36077
36130
|
inputSchema: PatchCoreV1NamespacedSecretInput,
|
|
36078
36131
|
outputSchema: PatchCoreV1NamespacedSecretOutput,
|
|
36132
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
36079
36133
|
}));
|
|
36080
36134
|
// Input Schema
|
|
36081
36135
|
export const PatchCoreV1NamespacedServiceInput =
|
|
@@ -36190,6 +36244,7 @@ export const patchCoreV1NamespacedService =
|
|
|
36190
36244
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
36191
36245
|
inputSchema: PatchCoreV1NamespacedServiceInput,
|
|
36192
36246
|
outputSchema: PatchCoreV1NamespacedServiceOutput,
|
|
36247
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
36193
36248
|
}));
|
|
36194
36249
|
// Input Schema
|
|
36195
36250
|
export const PatchCoreV1NamespacedServiceAccountInput =
|
|
@@ -36262,6 +36317,7 @@ export const patchCoreV1NamespacedServiceAccount =
|
|
|
36262
36317
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
36263
36318
|
inputSchema: PatchCoreV1NamespacedServiceAccountInput,
|
|
36264
36319
|
outputSchema: PatchCoreV1NamespacedServiceAccountOutput,
|
|
36320
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
36265
36321
|
}));
|
|
36266
36322
|
// Input Schema
|
|
36267
36323
|
export const PatchCoreV1NamespacedServiceStatusInput =
|
|
@@ -36376,6 +36432,7 @@ export const patchCoreV1NamespacedServiceStatus =
|
|
|
36376
36432
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
36377
36433
|
inputSchema: PatchCoreV1NamespacedServiceStatusInput,
|
|
36378
36434
|
outputSchema: PatchCoreV1NamespacedServiceStatusOutput,
|
|
36435
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
36379
36436
|
}));
|
|
36380
36437
|
// Input Schema
|
|
36381
36438
|
export const PatchCoreV1NodeInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -36538,6 +36595,7 @@ export const PatchCoreV1NodeOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
|
36538
36595
|
export const patchCoreV1Node = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
36539
36596
|
inputSchema: PatchCoreV1NodeInput,
|
|
36540
36597
|
outputSchema: PatchCoreV1NodeOutput,
|
|
36598
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
36541
36599
|
}));
|
|
36542
36600
|
// Input Schema
|
|
36543
36601
|
export const PatchCoreV1NodeStatusInput =
|
|
@@ -36702,6 +36760,7 @@ export const PatchCoreV1NodeStatusOutput =
|
|
|
36702
36760
|
export const patchCoreV1NodeStatus = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
36703
36761
|
inputSchema: PatchCoreV1NodeStatusInput,
|
|
36704
36762
|
outputSchema: PatchCoreV1NodeStatusOutput,
|
|
36763
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
36705
36764
|
}));
|
|
36706
36765
|
// Input Schema
|
|
36707
36766
|
export const PatchCoreV1PersistentVolumeInput =
|
|
@@ -36992,6 +37051,7 @@ export const PatchCoreV1PersistentVolumeOutput =
|
|
|
36992
37051
|
export const patchCoreV1PersistentVolume = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
36993
37052
|
inputSchema: PatchCoreV1PersistentVolumeInput,
|
|
36994
37053
|
outputSchema: PatchCoreV1PersistentVolumeOutput,
|
|
37054
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
36995
37055
|
}));
|
|
36996
37056
|
// Input Schema
|
|
36997
37057
|
export const PatchCoreV1PersistentVolumeStatusInput =
|
|
@@ -37286,6 +37346,7 @@ export const patchCoreV1PersistentVolumeStatus =
|
|
|
37286
37346
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37287
37347
|
inputSchema: PatchCoreV1PersistentVolumeStatusInput,
|
|
37288
37348
|
outputSchema: PatchCoreV1PersistentVolumeStatusOutput,
|
|
37349
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
37289
37350
|
}));
|
|
37290
37351
|
// Input Schema
|
|
37291
37352
|
export const ReadCoreV1ComponentStatusInput =
|
|
@@ -37341,6 +37402,7 @@ export const ReadCoreV1ComponentStatusOutput =
|
|
|
37341
37402
|
export const readCoreV1ComponentStatus = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37342
37403
|
inputSchema: ReadCoreV1ComponentStatusInput,
|
|
37343
37404
|
outputSchema: ReadCoreV1ComponentStatusOutput,
|
|
37405
|
+
errors: [NotFound],
|
|
37344
37406
|
}));
|
|
37345
37407
|
// Input Schema
|
|
37346
37408
|
export const ReadCoreV1NamespaceInput =
|
|
@@ -37403,6 +37465,7 @@ export const ReadCoreV1NamespaceOutput =
|
|
|
37403
37465
|
export const readCoreV1Namespace = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37404
37466
|
inputSchema: ReadCoreV1NamespaceInput,
|
|
37405
37467
|
outputSchema: ReadCoreV1NamespaceOutput,
|
|
37468
|
+
errors: [NotFound],
|
|
37406
37469
|
}));
|
|
37407
37470
|
// Input Schema
|
|
37408
37471
|
export const ReadCoreV1NamespaceStatusInput =
|
|
@@ -37465,6 +37528,7 @@ export const ReadCoreV1NamespaceStatusOutput =
|
|
|
37465
37528
|
export const readCoreV1NamespaceStatus = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37466
37529
|
inputSchema: ReadCoreV1NamespaceStatusInput,
|
|
37467
37530
|
outputSchema: ReadCoreV1NamespaceStatusOutput,
|
|
37531
|
+
errors: [NotFound],
|
|
37468
37532
|
}));
|
|
37469
37533
|
// Input Schema
|
|
37470
37534
|
export const ReadCoreV1NamespacedConfigMapInput =
|
|
@@ -37521,6 +37585,7 @@ export const readCoreV1NamespacedConfigMap =
|
|
|
37521
37585
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37522
37586
|
inputSchema: ReadCoreV1NamespacedConfigMapInput,
|
|
37523
37587
|
outputSchema: ReadCoreV1NamespacedConfigMapOutput,
|
|
37588
|
+
errors: [NotFound],
|
|
37524
37589
|
}));
|
|
37525
37590
|
// Input Schema
|
|
37526
37591
|
export const ReadCoreV1NamespacedEndpointsInput =
|
|
@@ -37610,6 +37675,7 @@ export const readCoreV1NamespacedEndpoints =
|
|
|
37610
37675
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37611
37676
|
inputSchema: ReadCoreV1NamespacedEndpointsInput,
|
|
37612
37677
|
outputSchema: ReadCoreV1NamespacedEndpointsOutput,
|
|
37678
|
+
errors: [NotFound],
|
|
37613
37679
|
}));
|
|
37614
37680
|
// Input Schema
|
|
37615
37681
|
export const ReadCoreV1NamespacedEventInput =
|
|
@@ -37698,6 +37764,7 @@ export const ReadCoreV1NamespacedEventOutput =
|
|
|
37698
37764
|
export const readCoreV1NamespacedEvent = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37699
37765
|
inputSchema: ReadCoreV1NamespacedEventInput,
|
|
37700
37766
|
outputSchema: ReadCoreV1NamespacedEventOutput,
|
|
37767
|
+
errors: [NotFound],
|
|
37701
37768
|
}));
|
|
37702
37769
|
// Input Schema
|
|
37703
37770
|
export const ReadCoreV1NamespacedLimitRangeInput =
|
|
@@ -37761,6 +37828,7 @@ export const readCoreV1NamespacedLimitRange =
|
|
|
37761
37828
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37762
37829
|
inputSchema: ReadCoreV1NamespacedLimitRangeInput,
|
|
37763
37830
|
outputSchema: ReadCoreV1NamespacedLimitRangeOutput,
|
|
37831
|
+
errors: [NotFound],
|
|
37764
37832
|
}));
|
|
37765
37833
|
// Input Schema
|
|
37766
37834
|
export const ReadCoreV1NamespacedPersistentVolumeClaimInput =
|
|
@@ -37864,6 +37932,7 @@ export const readCoreV1NamespacedPersistentVolumeClaim =
|
|
|
37864
37932
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37865
37933
|
inputSchema: ReadCoreV1NamespacedPersistentVolumeClaimInput,
|
|
37866
37934
|
outputSchema: ReadCoreV1NamespacedPersistentVolumeClaimOutput,
|
|
37935
|
+
errors: [NotFound],
|
|
37867
37936
|
}));
|
|
37868
37937
|
// Input Schema
|
|
37869
37938
|
export const ReadCoreV1NamespacedPersistentVolumeClaimStatusInput =
|
|
@@ -37967,6 +38036,7 @@ export const readCoreV1NamespacedPersistentVolumeClaimStatus =
|
|
|
37967
38036
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37968
38037
|
inputSchema: ReadCoreV1NamespacedPersistentVolumeClaimStatusInput,
|
|
37969
38038
|
outputSchema: ReadCoreV1NamespacedPersistentVolumeClaimStatusOutput,
|
|
38039
|
+
errors: [NotFound],
|
|
37970
38040
|
}));
|
|
37971
38041
|
// Input Schema
|
|
37972
38042
|
export const ReadCoreV1NamespacedPodInput =
|
|
@@ -39705,6 +39775,7 @@ export const ReadCoreV1NamespacedPodOutput =
|
|
|
39705
39775
|
export const readCoreV1NamespacedPod = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
39706
39776
|
inputSchema: ReadCoreV1NamespacedPodInput,
|
|
39707
39777
|
outputSchema: ReadCoreV1NamespacedPodOutput,
|
|
39778
|
+
errors: [NotFound],
|
|
39708
39779
|
}));
|
|
39709
39780
|
// Input Schema
|
|
39710
39781
|
export const ReadCoreV1NamespacedPodEphemeralcontainersInput =
|
|
@@ -41444,6 +41515,7 @@ export const readCoreV1NamespacedPodEphemeralcontainers =
|
|
|
41444
41515
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
41445
41516
|
inputSchema: ReadCoreV1NamespacedPodEphemeralcontainersInput,
|
|
41446
41517
|
outputSchema: ReadCoreV1NamespacedPodEphemeralcontainersOutput,
|
|
41518
|
+
errors: [NotFound],
|
|
41447
41519
|
}));
|
|
41448
41520
|
// Input Schema
|
|
41449
41521
|
export const ReadCoreV1NamespacedPodLogInput =
|
|
@@ -41461,6 +41533,7 @@ export const ReadCoreV1NamespacedPodLogOutput =
|
|
|
41461
41533
|
export const readCoreV1NamespacedPodLog = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
41462
41534
|
inputSchema: ReadCoreV1NamespacedPodLogInput,
|
|
41463
41535
|
outputSchema: ReadCoreV1NamespacedPodLogOutput,
|
|
41536
|
+
errors: [NotFound],
|
|
41464
41537
|
}));
|
|
41465
41538
|
// Input Schema
|
|
41466
41539
|
export const ReadCoreV1NamespacedPodResizeInput =
|
|
@@ -43200,6 +43273,7 @@ export const readCoreV1NamespacedPodResize =
|
|
|
43200
43273
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
43201
43274
|
inputSchema: ReadCoreV1NamespacedPodResizeInput,
|
|
43202
43275
|
outputSchema: ReadCoreV1NamespacedPodResizeOutput,
|
|
43276
|
+
errors: [NotFound],
|
|
43203
43277
|
}));
|
|
43204
43278
|
// Input Schema
|
|
43205
43279
|
export const ReadCoreV1NamespacedPodStatusInput =
|
|
@@ -44939,6 +45013,7 @@ export const readCoreV1NamespacedPodStatus =
|
|
|
44939
45013
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
44940
45014
|
inputSchema: ReadCoreV1NamespacedPodStatusInput,
|
|
44941
45015
|
outputSchema: ReadCoreV1NamespacedPodStatusOutput,
|
|
45016
|
+
errors: [NotFound],
|
|
44942
45017
|
}));
|
|
44943
45018
|
// Input Schema
|
|
44944
45019
|
export const ReadCoreV1NamespacedPodTemplateInput =
|
|
@@ -46416,6 +46491,7 @@ export const readCoreV1NamespacedPodTemplate =
|
|
|
46416
46491
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
46417
46492
|
inputSchema: ReadCoreV1NamespacedPodTemplateInput,
|
|
46418
46493
|
outputSchema: ReadCoreV1NamespacedPodTemplateOutput,
|
|
46494
|
+
errors: [NotFound],
|
|
46419
46495
|
}));
|
|
46420
46496
|
// Input Schema
|
|
46421
46497
|
export const ReadCoreV1NamespacedReplicationControllerInput =
|
|
@@ -47912,6 +47988,7 @@ export const readCoreV1NamespacedReplicationController =
|
|
|
47912
47988
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
47913
47989
|
inputSchema: ReadCoreV1NamespacedReplicationControllerInput,
|
|
47914
47990
|
outputSchema: ReadCoreV1NamespacedReplicationControllerOutput,
|
|
47991
|
+
errors: [NotFound],
|
|
47915
47992
|
}));
|
|
47916
47993
|
// Input Schema
|
|
47917
47994
|
export const ReadCoreV1NamespacedReplicationControllerScaleInput =
|
|
@@ -47972,6 +48049,7 @@ export const readCoreV1NamespacedReplicationControllerScale =
|
|
|
47972
48049
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
47973
48050
|
inputSchema: ReadCoreV1NamespacedReplicationControllerScaleInput,
|
|
47974
48051
|
outputSchema: ReadCoreV1NamespacedReplicationControllerScaleOutput,
|
|
48052
|
+
errors: [NotFound],
|
|
47975
48053
|
}));
|
|
47976
48054
|
// Input Schema
|
|
47977
48055
|
export const ReadCoreV1NamespacedReplicationControllerStatusInput =
|
|
@@ -49468,6 +49546,7 @@ export const readCoreV1NamespacedReplicationControllerStatus =
|
|
|
49468
49546
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
49469
49547
|
inputSchema: ReadCoreV1NamespacedReplicationControllerStatusInput,
|
|
49470
49548
|
outputSchema: ReadCoreV1NamespacedReplicationControllerStatusOutput,
|
|
49549
|
+
errors: [NotFound],
|
|
49471
49550
|
}));
|
|
49472
49551
|
// Input Schema
|
|
49473
49552
|
export const ReadCoreV1NamespacedResourceQuotaInput =
|
|
@@ -49536,6 +49615,7 @@ export const readCoreV1NamespacedResourceQuota =
|
|
|
49536
49615
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
49537
49616
|
inputSchema: ReadCoreV1NamespacedResourceQuotaInput,
|
|
49538
49617
|
outputSchema: ReadCoreV1NamespacedResourceQuotaOutput,
|
|
49618
|
+
errors: [NotFound],
|
|
49539
49619
|
}));
|
|
49540
49620
|
// Input Schema
|
|
49541
49621
|
export const ReadCoreV1NamespacedResourceQuotaStatusInput =
|
|
@@ -49604,6 +49684,7 @@ export const readCoreV1NamespacedResourceQuotaStatus =
|
|
|
49604
49684
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
49605
49685
|
inputSchema: ReadCoreV1NamespacedResourceQuotaStatusInput,
|
|
49606
49686
|
outputSchema: ReadCoreV1NamespacedResourceQuotaStatusOutput,
|
|
49687
|
+
errors: [NotFound],
|
|
49607
49688
|
}));
|
|
49608
49689
|
// Input Schema
|
|
49609
49690
|
export const ReadCoreV1NamespacedSecretInput =
|
|
@@ -49660,6 +49741,7 @@ export const ReadCoreV1NamespacedSecretOutput =
|
|
|
49660
49741
|
export const readCoreV1NamespacedSecret = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
49661
49742
|
inputSchema: ReadCoreV1NamespacedSecretInput,
|
|
49662
49743
|
outputSchema: ReadCoreV1NamespacedSecretOutput,
|
|
49744
|
+
errors: [NotFound],
|
|
49663
49745
|
}));
|
|
49664
49746
|
// Input Schema
|
|
49665
49747
|
export const ReadCoreV1NamespacedServiceInput =
|
|
@@ -49767,6 +49849,7 @@ export const ReadCoreV1NamespacedServiceOutput =
|
|
|
49767
49849
|
export const readCoreV1NamespacedService = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
49768
49850
|
inputSchema: ReadCoreV1NamespacedServiceInput,
|
|
49769
49851
|
outputSchema: ReadCoreV1NamespacedServiceOutput,
|
|
49852
|
+
errors: [NotFound],
|
|
49770
49853
|
}));
|
|
49771
49854
|
// Input Schema
|
|
49772
49855
|
export const ReadCoreV1NamespacedServiceAccountInput =
|
|
@@ -49833,6 +49916,7 @@ export const readCoreV1NamespacedServiceAccount =
|
|
|
49833
49916
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
49834
49917
|
inputSchema: ReadCoreV1NamespacedServiceAccountInput,
|
|
49835
49918
|
outputSchema: ReadCoreV1NamespacedServiceAccountOutput,
|
|
49919
|
+
errors: [NotFound],
|
|
49836
49920
|
}));
|
|
49837
49921
|
// Input Schema
|
|
49838
49922
|
export const ReadCoreV1NamespacedServiceStatusInput =
|
|
@@ -49941,6 +50025,7 @@ export const readCoreV1NamespacedServiceStatus =
|
|
|
49941
50025
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
49942
50026
|
inputSchema: ReadCoreV1NamespacedServiceStatusInput,
|
|
49943
50027
|
outputSchema: ReadCoreV1NamespacedServiceStatusOutput,
|
|
50028
|
+
errors: [NotFound],
|
|
49944
50029
|
}));
|
|
49945
50030
|
// Input Schema
|
|
49946
50031
|
export const ReadCoreV1NodeInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({ method: "GET", path: "/api/v1/nodes/{name}" }));
|
|
@@ -50097,6 +50182,7 @@ export const ReadCoreV1NodeOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
|
50097
50182
|
export const readCoreV1Node = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
50098
50183
|
inputSchema: ReadCoreV1NodeInput,
|
|
50099
50184
|
outputSchema: ReadCoreV1NodeOutput,
|
|
50185
|
+
errors: [NotFound],
|
|
50100
50186
|
}));
|
|
50101
50187
|
// Input Schema
|
|
50102
50188
|
export const ReadCoreV1NodeStatusInput =
|
|
@@ -50255,6 +50341,7 @@ export const ReadCoreV1NodeStatusOutput =
|
|
|
50255
50341
|
export const readCoreV1NodeStatus = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
50256
50342
|
inputSchema: ReadCoreV1NodeStatusInput,
|
|
50257
50343
|
outputSchema: ReadCoreV1NodeStatusOutput,
|
|
50344
|
+
errors: [NotFound],
|
|
50258
50345
|
}));
|
|
50259
50346
|
// Input Schema
|
|
50260
50347
|
export const ReadCoreV1PersistentVolumeInput =
|
|
@@ -50539,6 +50626,7 @@ export const ReadCoreV1PersistentVolumeOutput =
|
|
|
50539
50626
|
export const readCoreV1PersistentVolume = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
50540
50627
|
inputSchema: ReadCoreV1PersistentVolumeInput,
|
|
50541
50628
|
outputSchema: ReadCoreV1PersistentVolumeOutput,
|
|
50629
|
+
errors: [NotFound],
|
|
50542
50630
|
}));
|
|
50543
50631
|
// Input Schema
|
|
50544
50632
|
export const ReadCoreV1PersistentVolumeStatusInput =
|
|
@@ -50824,6 +50912,7 @@ export const readCoreV1PersistentVolumeStatus =
|
|
|
50824
50912
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
50825
50913
|
inputSchema: ReadCoreV1PersistentVolumeStatusInput,
|
|
50826
50914
|
outputSchema: ReadCoreV1PersistentVolumeStatusOutput,
|
|
50915
|
+
errors: [NotFound],
|
|
50827
50916
|
}));
|
|
50828
50917
|
// Input Schema
|
|
50829
50918
|
export const ReplaceCoreV1NamespaceInput =
|
|
@@ -50892,6 +50981,7 @@ export const ReplaceCoreV1NamespaceOutput =
|
|
|
50892
50981
|
export const replaceCoreV1Namespace = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
50893
50982
|
inputSchema: ReplaceCoreV1NamespaceInput,
|
|
50894
50983
|
outputSchema: ReplaceCoreV1NamespaceOutput,
|
|
50984
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
50895
50985
|
}));
|
|
50896
50986
|
// Input Schema
|
|
50897
50987
|
export const ReplaceCoreV1NamespaceFinalizeInput =
|
|
@@ -50955,6 +51045,7 @@ export const replaceCoreV1NamespaceFinalize =
|
|
|
50955
51045
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
50956
51046
|
inputSchema: ReplaceCoreV1NamespaceFinalizeInput,
|
|
50957
51047
|
outputSchema: ReplaceCoreV1NamespaceFinalizeOutput,
|
|
51048
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
50958
51049
|
}));
|
|
50959
51050
|
// Input Schema
|
|
50960
51051
|
export const ReplaceCoreV1NamespaceStatusInput =
|
|
@@ -51024,6 +51115,7 @@ export const replaceCoreV1NamespaceStatus =
|
|
|
51024
51115
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
51025
51116
|
inputSchema: ReplaceCoreV1NamespaceStatusInput,
|
|
51026
51117
|
outputSchema: ReplaceCoreV1NamespaceStatusOutput,
|
|
51118
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
51027
51119
|
}));
|
|
51028
51120
|
// Input Schema
|
|
51029
51121
|
export const ReplaceCoreV1NamespacedConfigMapInput =
|
|
@@ -51086,6 +51178,7 @@ export const replaceCoreV1NamespacedConfigMap =
|
|
|
51086
51178
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
51087
51179
|
inputSchema: ReplaceCoreV1NamespacedConfigMapInput,
|
|
51088
51180
|
outputSchema: ReplaceCoreV1NamespacedConfigMapOutput,
|
|
51181
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
51089
51182
|
}));
|
|
51090
51183
|
// Input Schema
|
|
51091
51184
|
export const ReplaceCoreV1NamespacedEndpointsInput =
|
|
@@ -51181,6 +51274,7 @@ export const replaceCoreV1NamespacedEndpoints =
|
|
|
51181
51274
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
51182
51275
|
inputSchema: ReplaceCoreV1NamespacedEndpointsInput,
|
|
51183
51276
|
outputSchema: ReplaceCoreV1NamespacedEndpointsOutput,
|
|
51277
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
51184
51278
|
}));
|
|
51185
51279
|
// Input Schema
|
|
51186
51280
|
export const ReplaceCoreV1NamespacedEventInput =
|
|
@@ -51276,6 +51370,7 @@ export const replaceCoreV1NamespacedEvent =
|
|
|
51276
51370
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
51277
51371
|
inputSchema: ReplaceCoreV1NamespacedEventInput,
|
|
51278
51372
|
outputSchema: ReplaceCoreV1NamespacedEventOutput,
|
|
51373
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
51279
51374
|
}));
|
|
51280
51375
|
// Input Schema
|
|
51281
51376
|
export const ReplaceCoreV1NamespacedLimitRangeInput =
|
|
@@ -51345,6 +51440,7 @@ export const replaceCoreV1NamespacedLimitRange =
|
|
|
51345
51440
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
51346
51441
|
inputSchema: ReplaceCoreV1NamespacedLimitRangeInput,
|
|
51347
51442
|
outputSchema: ReplaceCoreV1NamespacedLimitRangeOutput,
|
|
51443
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
51348
51444
|
}));
|
|
51349
51445
|
// Input Schema
|
|
51350
51446
|
export const ReplaceCoreV1NamespacedPersistentVolumeClaimInput =
|
|
@@ -51454,6 +51550,7 @@ export const replaceCoreV1NamespacedPersistentVolumeClaim =
|
|
|
51454
51550
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
51455
51551
|
inputSchema: ReplaceCoreV1NamespacedPersistentVolumeClaimInput,
|
|
51456
51552
|
outputSchema: ReplaceCoreV1NamespacedPersistentVolumeClaimOutput,
|
|
51553
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
51457
51554
|
}));
|
|
51458
51555
|
// Input Schema
|
|
51459
51556
|
export const ReplaceCoreV1NamespacedPersistentVolumeClaimStatusInput =
|
|
@@ -51563,6 +51660,7 @@ export const replaceCoreV1NamespacedPersistentVolumeClaimStatus =
|
|
|
51563
51660
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
51564
51661
|
inputSchema: ReplaceCoreV1NamespacedPersistentVolumeClaimStatusInput,
|
|
51565
51662
|
outputSchema: ReplaceCoreV1NamespacedPersistentVolumeClaimStatusOutput,
|
|
51663
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
51566
51664
|
}));
|
|
51567
51665
|
// Input Schema
|
|
51568
51666
|
export const ReplaceCoreV1NamespacedPodInput =
|
|
@@ -53307,6 +53405,7 @@ export const ReplaceCoreV1NamespacedPodOutput =
|
|
|
53307
53405
|
export const replaceCoreV1NamespacedPod = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
53308
53406
|
inputSchema: ReplaceCoreV1NamespacedPodInput,
|
|
53309
53407
|
outputSchema: ReplaceCoreV1NamespacedPodOutput,
|
|
53408
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
53310
53409
|
}));
|
|
53311
53410
|
// Input Schema
|
|
53312
53411
|
export const ReplaceCoreV1NamespacedPodEphemeralcontainersInput =
|
|
@@ -55052,6 +55151,7 @@ export const replaceCoreV1NamespacedPodEphemeralcontainers =
|
|
|
55052
55151
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
55053
55152
|
inputSchema: ReplaceCoreV1NamespacedPodEphemeralcontainersInput,
|
|
55054
55153
|
outputSchema: ReplaceCoreV1NamespacedPodEphemeralcontainersOutput,
|
|
55154
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
55055
55155
|
}));
|
|
55056
55156
|
// Input Schema
|
|
55057
55157
|
export const ReplaceCoreV1NamespacedPodResizeInput =
|
|
@@ -56797,6 +56897,7 @@ export const replaceCoreV1NamespacedPodResize =
|
|
|
56797
56897
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
56798
56898
|
inputSchema: ReplaceCoreV1NamespacedPodResizeInput,
|
|
56799
56899
|
outputSchema: ReplaceCoreV1NamespacedPodResizeOutput,
|
|
56900
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
56800
56901
|
}));
|
|
56801
56902
|
// Input Schema
|
|
56802
56903
|
export const ReplaceCoreV1NamespacedPodStatusInput =
|
|
@@ -58542,6 +58643,7 @@ export const replaceCoreV1NamespacedPodStatus =
|
|
|
58542
58643
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
58543
58644
|
inputSchema: ReplaceCoreV1NamespacedPodStatusInput,
|
|
58544
58645
|
outputSchema: ReplaceCoreV1NamespacedPodStatusOutput,
|
|
58646
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
58545
58647
|
}));
|
|
58546
58648
|
// Input Schema
|
|
58547
58649
|
export const ReplaceCoreV1NamespacedPodTemplateInput =
|
|
@@ -60025,6 +60127,7 @@ export const replaceCoreV1NamespacedPodTemplate =
|
|
|
60025
60127
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
60026
60128
|
inputSchema: ReplaceCoreV1NamespacedPodTemplateInput,
|
|
60027
60129
|
outputSchema: ReplaceCoreV1NamespacedPodTemplateOutput,
|
|
60130
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
60028
60131
|
}));
|
|
60029
60132
|
// Input Schema
|
|
60030
60133
|
export const ReplaceCoreV1NamespacedReplicationControllerInput =
|
|
@@ -61527,6 +61630,7 @@ export const replaceCoreV1NamespacedReplicationController =
|
|
|
61527
61630
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
61528
61631
|
inputSchema: ReplaceCoreV1NamespacedReplicationControllerInput,
|
|
61529
61632
|
outputSchema: ReplaceCoreV1NamespacedReplicationControllerOutput,
|
|
61633
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
61530
61634
|
}));
|
|
61531
61635
|
// Input Schema
|
|
61532
61636
|
export const ReplaceCoreV1NamespacedReplicationControllerScaleInput =
|
|
@@ -61593,6 +61697,7 @@ export const replaceCoreV1NamespacedReplicationControllerScale =
|
|
|
61593
61697
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
61594
61698
|
inputSchema: ReplaceCoreV1NamespacedReplicationControllerScaleInput,
|
|
61595
61699
|
outputSchema: ReplaceCoreV1NamespacedReplicationControllerScaleOutput,
|
|
61700
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
61596
61701
|
}));
|
|
61597
61702
|
// Input Schema
|
|
61598
61703
|
export const ReplaceCoreV1NamespacedReplicationControllerStatusInput =
|
|
@@ -63095,6 +63200,7 @@ export const replaceCoreV1NamespacedReplicationControllerStatus =
|
|
|
63095
63200
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
63096
63201
|
inputSchema: ReplaceCoreV1NamespacedReplicationControllerStatusInput,
|
|
63097
63202
|
outputSchema: ReplaceCoreV1NamespacedReplicationControllerStatusOutput,
|
|
63203
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
63098
63204
|
}));
|
|
63099
63205
|
// Input Schema
|
|
63100
63206
|
export const ReplaceCoreV1NamespacedResourceQuotaInput =
|
|
@@ -63169,6 +63275,7 @@ export const replaceCoreV1NamespacedResourceQuota =
|
|
|
63169
63275
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
63170
63276
|
inputSchema: ReplaceCoreV1NamespacedResourceQuotaInput,
|
|
63171
63277
|
outputSchema: ReplaceCoreV1NamespacedResourceQuotaOutput,
|
|
63278
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
63172
63279
|
}));
|
|
63173
63280
|
// Input Schema
|
|
63174
63281
|
export const ReplaceCoreV1NamespacedResourceQuotaStatusInput =
|
|
@@ -63243,6 +63350,7 @@ export const replaceCoreV1NamespacedResourceQuotaStatus =
|
|
|
63243
63350
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
63244
63351
|
inputSchema: ReplaceCoreV1NamespacedResourceQuotaStatusInput,
|
|
63245
63352
|
outputSchema: ReplaceCoreV1NamespacedResourceQuotaStatusOutput,
|
|
63353
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
63246
63354
|
}));
|
|
63247
63355
|
// Input Schema
|
|
63248
63356
|
export const ReplaceCoreV1NamespacedSecretInput =
|
|
@@ -63306,6 +63414,7 @@ export const replaceCoreV1NamespacedSecret =
|
|
|
63306
63414
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
63307
63415
|
inputSchema: ReplaceCoreV1NamespacedSecretInput,
|
|
63308
63416
|
outputSchema: ReplaceCoreV1NamespacedSecretOutput,
|
|
63417
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
63309
63418
|
}));
|
|
63310
63419
|
// Input Schema
|
|
63311
63420
|
export const ReplaceCoreV1NamespacedServiceInput =
|
|
@@ -63420,6 +63529,7 @@ export const replaceCoreV1NamespacedService =
|
|
|
63420
63529
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
63421
63530
|
inputSchema: ReplaceCoreV1NamespacedServiceInput,
|
|
63422
63531
|
outputSchema: ReplaceCoreV1NamespacedServiceOutput,
|
|
63532
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
63423
63533
|
}));
|
|
63424
63534
|
// Input Schema
|
|
63425
63535
|
export const ReplaceCoreV1NamespacedServiceAccountInput =
|
|
@@ -63492,6 +63602,7 @@ export const replaceCoreV1NamespacedServiceAccount =
|
|
|
63492
63602
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
63493
63603
|
inputSchema: ReplaceCoreV1NamespacedServiceAccountInput,
|
|
63494
63604
|
outputSchema: ReplaceCoreV1NamespacedServiceAccountOutput,
|
|
63605
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
63495
63606
|
}));
|
|
63496
63607
|
// Input Schema
|
|
63497
63608
|
export const ReplaceCoreV1NamespacedServiceStatusInput =
|
|
@@ -63606,6 +63717,7 @@ export const replaceCoreV1NamespacedServiceStatus =
|
|
|
63606
63717
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
63607
63718
|
inputSchema: ReplaceCoreV1NamespacedServiceStatusInput,
|
|
63608
63719
|
outputSchema: ReplaceCoreV1NamespacedServiceStatusOutput,
|
|
63720
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
63609
63721
|
}));
|
|
63610
63722
|
// Input Schema
|
|
63611
63723
|
export const ReplaceCoreV1NodeInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -63769,6 +63881,7 @@ export const ReplaceCoreV1NodeOutput =
|
|
|
63769
63881
|
export const replaceCoreV1Node = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
63770
63882
|
inputSchema: ReplaceCoreV1NodeInput,
|
|
63771
63883
|
outputSchema: ReplaceCoreV1NodeOutput,
|
|
63884
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
63772
63885
|
}));
|
|
63773
63886
|
// Input Schema
|
|
63774
63887
|
export const ReplaceCoreV1NodeStatusInput =
|
|
@@ -63933,6 +64046,7 @@ export const ReplaceCoreV1NodeStatusOutput =
|
|
|
63933
64046
|
export const replaceCoreV1NodeStatus = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
63934
64047
|
inputSchema: ReplaceCoreV1NodeStatusInput,
|
|
63935
64048
|
outputSchema: ReplaceCoreV1NodeStatusOutput,
|
|
64049
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
63936
64050
|
}));
|
|
63937
64051
|
// Input Schema
|
|
63938
64052
|
export const ReplaceCoreV1PersistentVolumeInput =
|
|
@@ -64224,6 +64338,7 @@ export const replaceCoreV1PersistentVolume =
|
|
|
64224
64338
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
64225
64339
|
inputSchema: ReplaceCoreV1PersistentVolumeInput,
|
|
64226
64340
|
outputSchema: ReplaceCoreV1PersistentVolumeOutput,
|
|
64341
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
64227
64342
|
}));
|
|
64228
64343
|
// Input Schema
|
|
64229
64344
|
export const ReplaceCoreV1PersistentVolumeStatusInput =
|
|
@@ -64515,6 +64630,7 @@ export const replaceCoreV1PersistentVolumeStatus =
|
|
|
64515
64630
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
64516
64631
|
inputSchema: ReplaceCoreV1PersistentVolumeStatusInput,
|
|
64517
64632
|
outputSchema: ReplaceCoreV1PersistentVolumeStatusOutput,
|
|
64633
|
+
errors: [NotFound, Conflict, UnprocessableEntity],
|
|
64518
64634
|
}));
|
|
64519
64635
|
// Input Schema
|
|
64520
64636
|
export const WatchCoreV1ConfigMapListForAllNamespacesInput =
|