@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.
Files changed (118) hide show
  1. package/lib/client/api.d.ts +4 -4
  2. package/lib/client/api.d.ts.map +1 -1
  3. package/lib/services/admissionregistration.d.ts +6364 -97
  4. package/lib/services/admissionregistration.d.ts.map +1 -1
  5. package/lib/services/admissionregistration.js +54 -0
  6. package/lib/services/admissionregistration.js.map +1 -1
  7. package/lib/services/apiextensions.d.ts +1582 -14
  8. package/lib/services/apiextensions.d.ts.map +1 -1
  9. package/lib/services/apiextensions.js +9 -0
  10. package/lib/services/apiextensions.js.map +1 -1
  11. package/lib/services/apiregistration.d.ts +630 -14
  12. package/lib/services/apiregistration.d.ts.map +1 -1
  13. package/lib/services/apiregistration.js +9 -0
  14. package/lib/services/apiregistration.js.map +1 -1
  15. package/lib/services/apps.d.ts +58511 -78
  16. package/lib/services/apps.d.ts.map +1 -1
  17. package/lib/services/apps.js +47 -0
  18. package/lib/services/apps.js.map +1 -1
  19. package/lib/services/authentication.d.ts +143 -4
  20. package/lib/services/authentication.d.ts.map +1 -1
  21. package/lib/services/authentication.js +3 -0
  22. package/lib/services/authentication.js.map +1 -1
  23. package/lib/services/authorization.d.ts +336 -6
  24. package/lib/services/authorization.d.ts.map +1 -1
  25. package/lib/services/authorization.js +5 -0
  26. package/lib/services/authorization.js.map +1 -1
  27. package/lib/services/autoscaling.d.ts +3127 -31
  28. package/lib/services/autoscaling.d.ts.map +1 -1
  29. package/lib/services/autoscaling.js +17 -0
  30. package/lib/services/autoscaling.js.map +1 -1
  31. package/lib/services/batch.d.ts +28710 -30
  32. package/lib/services/batch.d.ts.map +1 -1
  33. package/lib/services/batch.js +17 -0
  34. package/lib/services/batch.js.map +1 -1
  35. package/lib/services/certificates.d.ts +2236 -51
  36. package/lib/services/certificates.d.ts.map +1 -1
  37. package/lib/services/certificates.js +30 -0
  38. package/lib/services/certificates.js.map +1 -1
  39. package/lib/services/coordination.d.ts +1267 -37
  40. package/lib/services/coordination.d.ts.map +1 -1
  41. package/lib/services/coordination.js +16 -0
  42. package/lib/services/coordination.js.map +1 -1
  43. package/lib/services/core.d.ts +64516 -243
  44. package/lib/services/core.d.ts.map +1 -1
  45. package/lib/services/core.js +116 -0
  46. package/lib/services/core.js.map +1 -1
  47. package/lib/services/discovery.d.ts +613 -13
  48. package/lib/services/discovery.d.ts.map +1 -1
  49. package/lib/services/discovery.js +6 -0
  50. package/lib/services/discovery.js.map +1 -1
  51. package/lib/services/events.d.ts +601 -13
  52. package/lib/services/events.d.ts.map +1 -1
  53. package/lib/services/events.js +6 -0
  54. package/lib/services/events.js.map +1 -1
  55. package/lib/services/flowcontrol-apiserver.d.ts +1456 -26
  56. package/lib/services/flowcontrol-apiserver.d.ts.map +1 -1
  57. package/lib/services/flowcontrol-apiserver.js +17 -0
  58. package/lib/services/flowcontrol-apiserver.js.map +1 -1
  59. package/lib/services/internal-apiserver.d.ts +598 -14
  60. package/lib/services/internal-apiserver.d.ts.map +1 -1
  61. package/lib/services/internal-apiserver.js +9 -0
  62. package/lib/services/internal-apiserver.js.map +1 -1
  63. package/lib/services/networking.d.ts +3914 -79
  64. package/lib/services/networking.d.ts.map +1 -1
  65. package/lib/services/networking.js +45 -0
  66. package/lib/services/networking.js.map +1 -1
  67. package/lib/services/node.d.ts +418 -11
  68. package/lib/services/node.d.ts.map +1 -1
  69. package/lib/services/node.js +6 -0
  70. package/lib/services/node.js.map +1 -1
  71. package/lib/services/policy.d.ts +808 -16
  72. package/lib/services/policy.d.ts.map +1 -1
  73. package/lib/services/policy.js +9 -0
  74. package/lib/services/policy.js.map +1 -1
  75. package/lib/services/rbac-authorization.d.ts +1576 -42
  76. package/lib/services/rbac-authorization.d.ts.map +1 -1
  77. package/lib/services/rbac-authorization.js +21 -0
  78. package/lib/services/rbac-authorization.js.map +1 -1
  79. package/lib/services/resource.d.ts +14825 -170
  80. package/lib/services/resource.d.ts.map +1 -1
  81. package/lib/services/resource.js +86 -0
  82. package/lib/services/resource.js.map +1 -1
  83. package/lib/services/scheduling.d.ts +1732 -37
  84. package/lib/services/scheduling.d.ts.map +1 -1
  85. package/lib/services/scheduling.js +19 -0
  86. package/lib/services/scheduling.js.map +1 -1
  87. package/lib/services/storage.d.ts +5034 -71
  88. package/lib/services/storage.d.ts.map +1 -1
  89. package/lib/services/storage.js +39 -0
  90. package/lib/services/storage.js.map +1 -1
  91. package/lib/services/storagemigration.d.ts +590 -14
  92. package/lib/services/storagemigration.d.ts.map +1 -1
  93. package/lib/services/storagemigration.js +9 -0
  94. package/lib/services/storagemigration.js.map +1 -1
  95. package/package.json +3 -2
  96. package/src/services/admissionregistration.ts +54 -0
  97. package/src/services/apiextensions.ts +9 -0
  98. package/src/services/apiregistration.ts +9 -0
  99. package/src/services/apps.ts +47 -0
  100. package/src/services/authentication.ts +3 -0
  101. package/src/services/authorization.ts +5 -0
  102. package/src/services/autoscaling.ts +17 -0
  103. package/src/services/batch.ts +17 -0
  104. package/src/services/certificates.ts +30 -0
  105. package/src/services/coordination.ts +16 -0
  106. package/src/services/core.ts +116 -0
  107. package/src/services/discovery.ts +6 -0
  108. package/src/services/events.ts +6 -0
  109. package/src/services/flowcontrol-apiserver.ts +17 -0
  110. package/src/services/internal-apiserver.ts +9 -0
  111. package/src/services/networking.ts +45 -0
  112. package/src/services/node.ts +6 -0
  113. package/src/services/policy.ts +9 -0
  114. package/src/services/rbac-authorization.ts +21 -0
  115. package/src/services/resource.ts +86 -0
  116. package/src/services/scheduling.ts +19 -0
  117. package/src/services/storage.ts +39 -0
  118. package/src/services/storagemigration.ts +9 -0
@@ -7,6 +7,7 @@
7
7
  import * as Schema from "effect/Schema";
8
8
  import * as API from "../client/api.ts";
9
9
  import * as T from "../traits.ts";
10
+ import { Conflict, NotFound, UnprocessableEntity } from "../errors.ts";
10
11
 
11
12
  // Input Schema
12
13
  export const ConnectCoreV1DeleteNamespacedPodProxyInput =
@@ -1011,6 +1012,7 @@ export const createCoreV1Namespace = /*@__PURE__*/ /*#__PURE__*/ API.make(
1011
1012
  () => ({
1012
1013
  inputSchema: CreateCoreV1NamespaceInput,
1013
1014
  outputSchema: CreateCoreV1NamespaceOutput,
1015
+ errors: [Conflict, UnprocessableEntity] as const,
1014
1016
  }),
1015
1017
  );
1016
1018
  // Input Schema
@@ -1091,6 +1093,7 @@ export const createCoreV1NamespacedBinding =
1091
1093
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1092
1094
  inputSchema: CreateCoreV1NamespacedBindingInput,
1093
1095
  outputSchema: CreateCoreV1NamespacedBindingOutput,
1096
+ errors: [Conflict, UnprocessableEntity] as const,
1094
1097
  }));
1095
1098
  // Input Schema
1096
1099
  export const CreateCoreV1NamespacedConfigMapInput =
@@ -1173,6 +1176,7 @@ export const createCoreV1NamespacedConfigMap =
1173
1176
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1174
1177
  inputSchema: CreateCoreV1NamespacedConfigMapInput,
1175
1178
  outputSchema: CreateCoreV1NamespacedConfigMapOutput,
1179
+ errors: [Conflict, UnprocessableEntity] as const,
1176
1180
  }));
1177
1181
  // Input Schema
1178
1182
  export const CreateCoreV1NamespacedEndpointsInput =
@@ -1308,6 +1312,7 @@ export const createCoreV1NamespacedEndpoints =
1308
1312
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1309
1313
  inputSchema: CreateCoreV1NamespacedEndpointsInput,
1310
1314
  outputSchema: CreateCoreV1NamespacedEndpointsOutput,
1315
+ errors: [Conflict, UnprocessableEntity] as const,
1311
1316
  }));
1312
1317
  // Input Schema
1313
1318
  export const CreateCoreV1NamespacedEventInput =
@@ -1422,6 +1427,7 @@ export const createCoreV1NamespacedEvent = /*@__PURE__*/ /*#__PURE__*/ API.make(
1422
1427
  () => ({
1423
1428
  inputSchema: CreateCoreV1NamespacedEventInput,
1424
1429
  outputSchema: CreateCoreV1NamespacedEventOutput,
1430
+ errors: [Conflict, UnprocessableEntity] as const,
1425
1431
  }),
1426
1432
  );
1427
1433
  // Input Schema
@@ -1522,6 +1528,7 @@ export const createCoreV1NamespacedLimitRange =
1522
1528
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1523
1529
  inputSchema: CreateCoreV1NamespacedLimitRangeInput,
1524
1530
  outputSchema: CreateCoreV1NamespacedLimitRangeOutput,
1531
+ errors: [Conflict, UnprocessableEntity] as const,
1525
1532
  }));
1526
1533
  // Input Schema
1527
1534
  export const CreateCoreV1NamespacedPersistentVolumeClaimInput =
@@ -1683,6 +1690,7 @@ export const createCoreV1NamespacedPersistentVolumeClaim =
1683
1690
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1684
1691
  inputSchema: CreateCoreV1NamespacedPersistentVolumeClaimInput,
1685
1692
  outputSchema: CreateCoreV1NamespacedPersistentVolumeClaimOutput,
1693
+ errors: [Conflict, UnprocessableEntity] as const,
1686
1694
  }));
1687
1695
  // Input Schema
1688
1696
  export const CreateCoreV1NamespacedPodInput =
@@ -4506,6 +4514,7 @@ export const createCoreV1NamespacedPod = /*@__PURE__*/ /*#__PURE__*/ API.make(
4506
4514
  () => ({
4507
4515
  inputSchema: CreateCoreV1NamespacedPodInput,
4508
4516
  outputSchema: CreateCoreV1NamespacedPodOutput,
4517
+ errors: [Conflict, UnprocessableEntity] as const,
4509
4518
  }),
4510
4519
  );
4511
4520
  // Input Schema
@@ -4589,6 +4598,7 @@ export const createCoreV1NamespacedPodBinding =
4589
4598
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
4590
4599
  inputSchema: CreateCoreV1NamespacedPodBindingInput,
4591
4600
  outputSchema: CreateCoreV1NamespacedPodBindingOutput,
4601
+ errors: [Conflict, UnprocessableEntity] as const,
4592
4602
  }));
4593
4603
  // Input Schema
4594
4604
  export const CreateCoreV1NamespacedPodEvictionInput =
@@ -4681,6 +4691,7 @@ export const createCoreV1NamespacedPodEviction =
4681
4691
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
4682
4692
  inputSchema: CreateCoreV1NamespacedPodEvictionInput,
4683
4693
  outputSchema: CreateCoreV1NamespacedPodEvictionOutput,
4694
+ errors: [Conflict, UnprocessableEntity] as const,
4684
4695
  }));
4685
4696
  // Input Schema
4686
4697
  export const CreateCoreV1NamespacedPodTemplateInput =
@@ -7119,6 +7130,7 @@ export const createCoreV1NamespacedPodTemplate =
7119
7130
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
7120
7131
  inputSchema: CreateCoreV1NamespacedPodTemplateInput,
7121
7132
  outputSchema: CreateCoreV1NamespacedPodTemplateOutput,
7133
+ errors: [Conflict, UnprocessableEntity] as const,
7122
7134
  }));
7123
7135
  // Input Schema
7124
7136
  export const CreateCoreV1NamespacedReplicationControllerInput =
@@ -9690,6 +9702,7 @@ export const createCoreV1NamespacedReplicationController =
9690
9702
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
9691
9703
  inputSchema: CreateCoreV1NamespacedReplicationControllerInput,
9692
9704
  outputSchema: CreateCoreV1NamespacedReplicationControllerOutput,
9705
+ errors: [Conflict, UnprocessableEntity] as const,
9693
9706
  }));
9694
9707
  // Input Schema
9695
9708
  export const CreateCoreV1NamespacedResourceQuotaInput =
@@ -9794,6 +9807,7 @@ export const createCoreV1NamespacedResourceQuota =
9794
9807
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
9795
9808
  inputSchema: CreateCoreV1NamespacedResourceQuotaInput,
9796
9809
  outputSchema: CreateCoreV1NamespacedResourceQuotaOutput,
9810
+ errors: [Conflict, UnprocessableEntity] as const,
9797
9811
  }));
9798
9812
  // Input Schema
9799
9813
  export const CreateCoreV1NamespacedSecretInput =
@@ -9874,6 +9888,7 @@ export const createCoreV1NamespacedSecret =
9874
9888
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
9875
9889
  inputSchema: CreateCoreV1NamespacedSecretInput,
9876
9890
  outputSchema: CreateCoreV1NamespacedSecretOutput,
9891
+ errors: [Conflict, UnprocessableEntity] as const,
9877
9892
  }));
9878
9893
  // Input Schema
9879
9894
  export const CreateCoreV1NamespacedServiceInput =
@@ -10031,6 +10046,7 @@ export const createCoreV1NamespacedService =
10031
10046
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
10032
10047
  inputSchema: CreateCoreV1NamespacedServiceInput,
10033
10048
  outputSchema: CreateCoreV1NamespacedServiceOutput,
10049
+ errors: [Conflict, UnprocessableEntity] as const,
10034
10050
  }));
10035
10051
  // Input Schema
10036
10052
  export const CreateCoreV1NamespacedServiceAccountInput =
@@ -10131,6 +10147,7 @@ export const createCoreV1NamespacedServiceAccount =
10131
10147
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
10132
10148
  inputSchema: CreateCoreV1NamespacedServiceAccountInput,
10133
10149
  outputSchema: CreateCoreV1NamespacedServiceAccountOutput,
10150
+ errors: [Conflict, UnprocessableEntity] as const,
10134
10151
  }));
10135
10152
  // Input Schema
10136
10153
  export const CreateCoreV1NamespacedServiceAccountTokenInput =
@@ -10224,6 +10241,7 @@ export const createCoreV1NamespacedServiceAccountToken =
10224
10241
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
10225
10242
  inputSchema: CreateCoreV1NamespacedServiceAccountTokenInput,
10226
10243
  outputSchema: CreateCoreV1NamespacedServiceAccountTokenOutput,
10244
+ errors: [Conflict, UnprocessableEntity] as const,
10227
10245
  }));
10228
10246
  // Input Schema
10229
10247
  export const CreateCoreV1NodeInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
@@ -10464,6 +10482,7 @@ export type CreateCoreV1NodeOutput = typeof CreateCoreV1NodeOutput.Type;
10464
10482
  export const createCoreV1Node = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
10465
10483
  inputSchema: CreateCoreV1NodeInput,
10466
10484
  outputSchema: CreateCoreV1NodeOutput,
10485
+ errors: [Conflict, UnprocessableEntity] as const,
10467
10486
  }));
10468
10487
  // Input Schema
10469
10488
  export const CreateCoreV1PersistentVolumeInput =
@@ -10863,6 +10882,7 @@ export const createCoreV1PersistentVolume =
10863
10882
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
10864
10883
  inputSchema: CreateCoreV1PersistentVolumeInput,
10865
10884
  outputSchema: CreateCoreV1PersistentVolumeOutput,
10885
+ errors: [Conflict, UnprocessableEntity] as const,
10866
10886
  }));
10867
10887
  // Input Schema
10868
10888
  export const DeleteCoreV1CollectionNamespacedConfigMapInput =
@@ -11862,6 +11882,7 @@ export const deleteCoreV1Namespace = /*@__PURE__*/ /*#__PURE__*/ API.make(
11862
11882
  () => ({
11863
11883
  inputSchema: DeleteCoreV1NamespaceInput,
11864
11884
  outputSchema: DeleteCoreV1NamespaceOutput,
11885
+ errors: [NotFound, Conflict] as const,
11865
11886
  }),
11866
11887
  );
11867
11888
  // Input Schema
@@ -11931,6 +11952,7 @@ export const deleteCoreV1NamespacedConfigMap =
11931
11952
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
11932
11953
  inputSchema: DeleteCoreV1NamespacedConfigMapInput,
11933
11954
  outputSchema: DeleteCoreV1NamespacedConfigMapOutput,
11955
+ errors: [NotFound, Conflict] as const,
11934
11956
  }));
11935
11957
  // Input Schema
11936
11958
  export const DeleteCoreV1NamespacedEndpointsInput =
@@ -11999,6 +12021,7 @@ export const deleteCoreV1NamespacedEndpoints =
11999
12021
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
12000
12022
  inputSchema: DeleteCoreV1NamespacedEndpointsInput,
12001
12023
  outputSchema: DeleteCoreV1NamespacedEndpointsOutput,
12024
+ errors: [NotFound, Conflict] as const,
12002
12025
  }));
12003
12026
  // Input Schema
12004
12027
  export const DeleteCoreV1NamespacedEventInput =
@@ -12067,6 +12090,7 @@ export const deleteCoreV1NamespacedEvent = /*@__PURE__*/ /*#__PURE__*/ API.make(
12067
12090
  () => ({
12068
12091
  inputSchema: DeleteCoreV1NamespacedEventInput,
12069
12092
  outputSchema: DeleteCoreV1NamespacedEventOutput,
12093
+ errors: [NotFound, Conflict] as const,
12070
12094
  }),
12071
12095
  );
12072
12096
  // Input Schema
@@ -12136,6 +12160,7 @@ export const deleteCoreV1NamespacedLimitRange =
12136
12160
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
12137
12161
  inputSchema: DeleteCoreV1NamespacedLimitRangeInput,
12138
12162
  outputSchema: DeleteCoreV1NamespacedLimitRangeOutput,
12163
+ errors: [NotFound, Conflict] as const,
12139
12164
  }));
12140
12165
  // Input Schema
12141
12166
  export const DeleteCoreV1NamespacedPersistentVolumeClaimInput =
@@ -12295,6 +12320,7 @@ export const deleteCoreV1NamespacedPersistentVolumeClaim =
12295
12320
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
12296
12321
  inputSchema: DeleteCoreV1NamespacedPersistentVolumeClaimInput,
12297
12322
  outputSchema: DeleteCoreV1NamespacedPersistentVolumeClaimOutput,
12323
+ errors: [NotFound, Conflict] as const,
12298
12324
  }));
12299
12325
  // Input Schema
12300
12326
  export const DeleteCoreV1NamespacedPodInput =
@@ -15119,6 +15145,7 @@ export const deleteCoreV1NamespacedPod = /*@__PURE__*/ /*#__PURE__*/ API.make(
15119
15145
  () => ({
15120
15146
  inputSchema: DeleteCoreV1NamespacedPodInput,
15121
15147
  outputSchema: DeleteCoreV1NamespacedPodOutput,
15148
+ errors: [NotFound, Conflict] as const,
15122
15149
  }),
15123
15150
  );
15124
15151
  // Input Schema
@@ -17556,6 +17583,7 @@ export const deleteCoreV1NamespacedPodTemplate =
17556
17583
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
17557
17584
  inputSchema: DeleteCoreV1NamespacedPodTemplateInput,
17558
17585
  outputSchema: DeleteCoreV1NamespacedPodTemplateOutput,
17586
+ errors: [NotFound, Conflict] as const,
17559
17587
  }));
17560
17588
  // Input Schema
17561
17589
  export const DeleteCoreV1NamespacedReplicationControllerInput =
@@ -17624,6 +17652,7 @@ export const deleteCoreV1NamespacedReplicationController =
17624
17652
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
17625
17653
  inputSchema: DeleteCoreV1NamespacedReplicationControllerInput,
17626
17654
  outputSchema: DeleteCoreV1NamespacedReplicationControllerOutput,
17655
+ errors: [NotFound, Conflict] as const,
17627
17656
  }));
17628
17657
  // Input Schema
17629
17658
  export const DeleteCoreV1NamespacedResourceQuotaInput =
@@ -17726,6 +17755,7 @@ export const deleteCoreV1NamespacedResourceQuota =
17726
17755
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
17727
17756
  inputSchema: DeleteCoreV1NamespacedResourceQuotaInput,
17728
17757
  outputSchema: DeleteCoreV1NamespacedResourceQuotaOutput,
17758
+ errors: [NotFound, Conflict] as const,
17729
17759
  }));
17730
17760
  // Input Schema
17731
17761
  export const DeleteCoreV1NamespacedSecretInput =
@@ -17794,6 +17824,7 @@ export const deleteCoreV1NamespacedSecret =
17794
17824
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
17795
17825
  inputSchema: DeleteCoreV1NamespacedSecretInput,
17796
17826
  outputSchema: DeleteCoreV1NamespacedSecretOutput,
17827
+ errors: [NotFound, Conflict] as const,
17797
17828
  }));
17798
17829
  // Input Schema
17799
17830
  export const DeleteCoreV1NamespacedServiceInput =
@@ -17952,6 +17983,7 @@ export const deleteCoreV1NamespacedService =
17952
17983
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
17953
17984
  inputSchema: DeleteCoreV1NamespacedServiceInput,
17954
17985
  outputSchema: DeleteCoreV1NamespacedServiceOutput,
17986
+ errors: [NotFound, Conflict] as const,
17955
17987
  }));
17956
17988
  // Input Schema
17957
17989
  export const DeleteCoreV1NamespacedServiceAccountInput =
@@ -18050,6 +18082,7 @@ export const deleteCoreV1NamespacedServiceAccount =
18050
18082
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
18051
18083
  inputSchema: DeleteCoreV1NamespacedServiceAccountInput,
18052
18084
  outputSchema: DeleteCoreV1NamespacedServiceAccountOutput,
18085
+ errors: [NotFound, Conflict] as const,
18053
18086
  }));
18054
18087
  // Input Schema
18055
18088
  export const DeleteCoreV1NodeInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
@@ -18110,6 +18143,7 @@ export type DeleteCoreV1NodeOutput = typeof DeleteCoreV1NodeOutput.Type;
18110
18143
  export const deleteCoreV1Node = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
18111
18144
  inputSchema: DeleteCoreV1NodeInput,
18112
18145
  outputSchema: DeleteCoreV1NodeOutput,
18146
+ errors: [NotFound, Conflict] as const,
18113
18147
  }));
18114
18148
  // Input Schema
18115
18149
  export const DeleteCoreV1PersistentVolumeInput =
@@ -18509,6 +18543,7 @@ export const deleteCoreV1PersistentVolume =
18509
18543
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
18510
18544
  inputSchema: DeleteCoreV1PersistentVolumeInput,
18511
18545
  outputSchema: DeleteCoreV1PersistentVolumeOutput,
18546
+ errors: [NotFound, Conflict] as const,
18512
18547
  }));
18513
18548
  // Input Schema
18514
18549
  export const GetAPIVersionsInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
@@ -38408,6 +38443,7 @@ export const patchCoreV1Namespace = /*@__PURE__*/ /*#__PURE__*/ API.make(
38408
38443
  () => ({
38409
38444
  inputSchema: PatchCoreV1NamespaceInput,
38410
38445
  outputSchema: PatchCoreV1NamespaceOutput,
38446
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
38411
38447
  }),
38412
38448
  );
38413
38449
  // Input Schema
@@ -38506,6 +38542,7 @@ export const patchCoreV1NamespaceStatus = /*@__PURE__*/ /*#__PURE__*/ API.make(
38506
38542
  () => ({
38507
38543
  inputSchema: PatchCoreV1NamespaceStatusInput,
38508
38544
  outputSchema: PatchCoreV1NamespaceStatusOutput,
38545
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
38509
38546
  }),
38510
38547
  );
38511
38548
  // Input Schema
@@ -38589,6 +38626,7 @@ export const patchCoreV1NamespacedConfigMap =
38589
38626
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
38590
38627
  inputSchema: PatchCoreV1NamespacedConfigMapInput,
38591
38628
  outputSchema: PatchCoreV1NamespacedConfigMapOutput,
38629
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
38592
38630
  }));
38593
38631
  // Input Schema
38594
38632
  export const PatchCoreV1NamespacedEndpointsInput =
@@ -38724,6 +38762,7 @@ export const patchCoreV1NamespacedEndpoints =
38724
38762
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
38725
38763
  inputSchema: PatchCoreV1NamespacedEndpointsInput,
38726
38764
  outputSchema: PatchCoreV1NamespacedEndpointsOutput,
38765
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
38727
38766
  }));
38728
38767
  // Input Schema
38729
38768
  export const PatchCoreV1NamespacedEventInput =
@@ -38841,6 +38880,7 @@ export const patchCoreV1NamespacedEvent = /*@__PURE__*/ /*#__PURE__*/ API.make(
38841
38880
  () => ({
38842
38881
  inputSchema: PatchCoreV1NamespacedEventInput,
38843
38882
  outputSchema: PatchCoreV1NamespacedEventOutput,
38883
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
38844
38884
  }),
38845
38885
  );
38846
38886
  // Input Schema
@@ -38941,6 +38981,7 @@ export const patchCoreV1NamespacedLimitRange =
38941
38981
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
38942
38982
  inputSchema: PatchCoreV1NamespacedLimitRangeInput,
38943
38983
  outputSchema: PatchCoreV1NamespacedLimitRangeOutput,
38984
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
38944
38985
  }));
38945
38986
  // Input Schema
38946
38987
  export const PatchCoreV1NamespacedPersistentVolumeClaimInput =
@@ -39102,6 +39143,7 @@ export const patchCoreV1NamespacedPersistentVolumeClaim =
39102
39143
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
39103
39144
  inputSchema: PatchCoreV1NamespacedPersistentVolumeClaimInput,
39104
39145
  outputSchema: PatchCoreV1NamespacedPersistentVolumeClaimOutput,
39146
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
39105
39147
  }));
39106
39148
  // Input Schema
39107
39149
  export const PatchCoreV1NamespacedPersistentVolumeClaimStatusInput =
@@ -39263,6 +39305,7 @@ export const patchCoreV1NamespacedPersistentVolumeClaimStatus =
39263
39305
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
39264
39306
  inputSchema: PatchCoreV1NamespacedPersistentVolumeClaimStatusInput,
39265
39307
  outputSchema: PatchCoreV1NamespacedPersistentVolumeClaimStatusOutput,
39308
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
39266
39309
  }));
39267
39310
  // Input Schema
39268
39311
  export const PatchCoreV1NamespacedPodInput =
@@ -42089,6 +42132,7 @@ export const patchCoreV1NamespacedPod = /*@__PURE__*/ /*#__PURE__*/ API.make(
42089
42132
  () => ({
42090
42133
  inputSchema: PatchCoreV1NamespacedPodInput,
42091
42134
  outputSchema: PatchCoreV1NamespacedPodOutput,
42135
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
42092
42136
  }),
42093
42137
  );
42094
42138
  // Input Schema
@@ -44916,6 +44960,7 @@ export const patchCoreV1NamespacedPodEphemeralcontainers =
44916
44960
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
44917
44961
  inputSchema: PatchCoreV1NamespacedPodEphemeralcontainersInput,
44918
44962
  outputSchema: PatchCoreV1NamespacedPodEphemeralcontainersOutput,
44963
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
44919
44964
  }));
44920
44965
  // Input Schema
44921
44966
  export const PatchCoreV1NamespacedPodResizeInput =
@@ -47742,6 +47787,7 @@ export const patchCoreV1NamespacedPodResize =
47742
47787
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
47743
47788
  inputSchema: PatchCoreV1NamespacedPodResizeInput,
47744
47789
  outputSchema: PatchCoreV1NamespacedPodResizeOutput,
47790
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
47745
47791
  }));
47746
47792
  // Input Schema
47747
47793
  export const PatchCoreV1NamespacedPodStatusInput =
@@ -50568,6 +50614,7 @@ export const patchCoreV1NamespacedPodStatus =
50568
50614
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
50569
50615
  inputSchema: PatchCoreV1NamespacedPodStatusInput,
50570
50616
  outputSchema: PatchCoreV1NamespacedPodStatusOutput,
50617
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
50571
50618
  }));
50572
50619
  // Input Schema
50573
50620
  export const PatchCoreV1NamespacedPodTemplateInput =
@@ -53006,6 +53053,7 @@ export const patchCoreV1NamespacedPodTemplate =
53006
53053
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
53007
53054
  inputSchema: PatchCoreV1NamespacedPodTemplateInput,
53008
53055
  outputSchema: PatchCoreV1NamespacedPodTemplateOutput,
53056
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
53009
53057
  }));
53010
53058
  // Input Schema
53011
53059
  export const PatchCoreV1NamespacedReplicationControllerInput =
@@ -55577,6 +55625,7 @@ export const patchCoreV1NamespacedReplicationController =
55577
55625
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
55578
55626
  inputSchema: PatchCoreV1NamespacedReplicationControllerInput,
55579
55627
  outputSchema: PatchCoreV1NamespacedReplicationControllerOutput,
55628
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
55580
55629
  }));
55581
55630
  // Input Schema
55582
55631
  export const PatchCoreV1NamespacedReplicationControllerScaleInput =
@@ -55667,6 +55716,7 @@ export const patchCoreV1NamespacedReplicationControllerScale =
55667
55716
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
55668
55717
  inputSchema: PatchCoreV1NamespacedReplicationControllerScaleInput,
55669
55718
  outputSchema: PatchCoreV1NamespacedReplicationControllerScaleOutput,
55719
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
55670
55720
  }));
55671
55721
  // Input Schema
55672
55722
  export const PatchCoreV1NamespacedReplicationControllerStatusInput =
@@ -58238,6 +58288,7 @@ export const patchCoreV1NamespacedReplicationControllerStatus =
58238
58288
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
58239
58289
  inputSchema: PatchCoreV1NamespacedReplicationControllerStatusInput,
58240
58290
  outputSchema: PatchCoreV1NamespacedReplicationControllerStatusOutput,
58291
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
58241
58292
  }));
58242
58293
  // Input Schema
58243
58294
  export const PatchCoreV1NamespacedResourceQuotaInput =
@@ -58342,6 +58393,7 @@ export const patchCoreV1NamespacedResourceQuota =
58342
58393
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
58343
58394
  inputSchema: PatchCoreV1NamespacedResourceQuotaInput,
58344
58395
  outputSchema: PatchCoreV1NamespacedResourceQuotaOutput,
58396
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
58345
58397
  }));
58346
58398
  // Input Schema
58347
58399
  export const PatchCoreV1NamespacedResourceQuotaStatusInput =
@@ -58446,6 +58498,7 @@ export const patchCoreV1NamespacedResourceQuotaStatus =
58446
58498
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
58447
58499
  inputSchema: PatchCoreV1NamespacedResourceQuotaStatusInput,
58448
58500
  outputSchema: PatchCoreV1NamespacedResourceQuotaStatusOutput,
58501
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
58449
58502
  }));
58450
58503
  // Input Schema
58451
58504
  export const PatchCoreV1NamespacedSecretInput =
@@ -58529,6 +58582,7 @@ export const patchCoreV1NamespacedSecret = /*@__PURE__*/ /*#__PURE__*/ API.make(
58529
58582
  () => ({
58530
58583
  inputSchema: PatchCoreV1NamespacedSecretInput,
58531
58584
  outputSchema: PatchCoreV1NamespacedSecretOutput,
58585
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
58532
58586
  }),
58533
58587
  );
58534
58588
  // Input Schema
@@ -58690,6 +58744,7 @@ export const patchCoreV1NamespacedService =
58690
58744
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
58691
58745
  inputSchema: PatchCoreV1NamespacedServiceInput,
58692
58746
  outputSchema: PatchCoreV1NamespacedServiceOutput,
58747
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
58693
58748
  }));
58694
58749
  // Input Schema
58695
58750
  export const PatchCoreV1NamespacedServiceAccountInput =
@@ -58790,6 +58845,7 @@ export const patchCoreV1NamespacedServiceAccount =
58790
58845
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
58791
58846
  inputSchema: PatchCoreV1NamespacedServiceAccountInput,
58792
58847
  outputSchema: PatchCoreV1NamespacedServiceAccountOutput,
58848
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
58793
58849
  }));
58794
58850
  // Input Schema
58795
58851
  export const PatchCoreV1NamespacedServiceStatusInput =
@@ -58950,6 +59006,7 @@ export const patchCoreV1NamespacedServiceStatus =
58950
59006
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
58951
59007
  inputSchema: PatchCoreV1NamespacedServiceStatusInput,
58952
59008
  outputSchema: PatchCoreV1NamespacedServiceStatusOutput,
59009
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
58953
59010
  }));
58954
59011
  // Input Schema
58955
59012
  export const PatchCoreV1NodeInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
@@ -59184,6 +59241,7 @@ export type PatchCoreV1NodeOutput = typeof PatchCoreV1NodeOutput.Type;
59184
59241
  export const patchCoreV1Node = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
59185
59242
  inputSchema: PatchCoreV1NodeInput,
59186
59243
  outputSchema: PatchCoreV1NodeOutput,
59244
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
59187
59245
  }));
59188
59246
  // Input Schema
59189
59247
  export const PatchCoreV1NodeStatusInput =
@@ -59426,6 +59484,7 @@ export const patchCoreV1NodeStatus = /*@__PURE__*/ /*#__PURE__*/ API.make(
59426
59484
  () => ({
59427
59485
  inputSchema: PatchCoreV1NodeStatusInput,
59428
59486
  outputSchema: PatchCoreV1NodeStatusOutput,
59487
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
59429
59488
  }),
59430
59489
  );
59431
59490
  // Input Schema
@@ -59828,6 +59887,7 @@ export const patchCoreV1PersistentVolume = /*@__PURE__*/ /*#__PURE__*/ API.make(
59828
59887
  () => ({
59829
59888
  inputSchema: PatchCoreV1PersistentVolumeInput,
59830
59889
  outputSchema: PatchCoreV1PersistentVolumeOutput,
59890
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
59831
59891
  }),
59832
59892
  );
59833
59893
  // Input Schema
@@ -60233,6 +60293,7 @@ export const patchCoreV1PersistentVolumeStatus =
60233
60293
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
60234
60294
  inputSchema: PatchCoreV1PersistentVolumeStatusInput,
60235
60295
  outputSchema: PatchCoreV1PersistentVolumeStatusOutput,
60296
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
60236
60297
  }));
60237
60298
  // Input Schema
60238
60299
  export const ReadCoreV1ComponentStatusInput =
@@ -60313,6 +60374,7 @@ export const readCoreV1ComponentStatus = /*@__PURE__*/ /*#__PURE__*/ API.make(
60313
60374
  () => ({
60314
60375
  inputSchema: ReadCoreV1ComponentStatusInput,
60315
60376
  outputSchema: ReadCoreV1ComponentStatusOutput,
60377
+ errors: [NotFound] as const,
60316
60378
  }),
60317
60379
  );
60318
60380
  // Input Schema
@@ -60402,6 +60464,7 @@ export type ReadCoreV1NamespaceOutput = typeof ReadCoreV1NamespaceOutput.Type;
60402
60464
  export const readCoreV1Namespace = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
60403
60465
  inputSchema: ReadCoreV1NamespaceInput,
60404
60466
  outputSchema: ReadCoreV1NamespaceOutput,
60467
+ errors: [NotFound] as const,
60405
60468
  }));
60406
60469
  // Input Schema
60407
60470
  export const ReadCoreV1NamespaceStatusInput =
@@ -60493,6 +60556,7 @@ export const readCoreV1NamespaceStatus = /*@__PURE__*/ /*#__PURE__*/ API.make(
60493
60556
  () => ({
60494
60557
  inputSchema: ReadCoreV1NamespaceStatusInput,
60495
60558
  outputSchema: ReadCoreV1NamespaceStatusOutput,
60559
+ errors: [NotFound] as const,
60496
60560
  }),
60497
60561
  );
60498
60562
  // Input Schema
@@ -60570,6 +60634,7 @@ export const readCoreV1NamespacedConfigMap =
60570
60634
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
60571
60635
  inputSchema: ReadCoreV1NamespacedConfigMapInput,
60572
60636
  outputSchema: ReadCoreV1NamespacedConfigMapOutput,
60637
+ errors: [NotFound] as const,
60573
60638
  }));
60574
60639
  // Input Schema
60575
60640
  export const ReadCoreV1NamespacedEndpointsInput =
@@ -60699,6 +60764,7 @@ export const readCoreV1NamespacedEndpoints =
60699
60764
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
60700
60765
  inputSchema: ReadCoreV1NamespacedEndpointsInput,
60701
60766
  outputSchema: ReadCoreV1NamespacedEndpointsOutput,
60767
+ errors: [NotFound] as const,
60702
60768
  }));
60703
60769
  // Input Schema
60704
60770
  export const ReadCoreV1NamespacedEventInput =
@@ -60810,6 +60876,7 @@ export const readCoreV1NamespacedEvent = /*@__PURE__*/ /*#__PURE__*/ API.make(
60810
60876
  () => ({
60811
60877
  inputSchema: ReadCoreV1NamespacedEventInput,
60812
60878
  outputSchema: ReadCoreV1NamespacedEventOutput,
60879
+ errors: [NotFound] as const,
60813
60880
  }),
60814
60881
  );
60815
60882
  // Input Schema
@@ -60904,6 +60971,7 @@ export const readCoreV1NamespacedLimitRange =
60904
60971
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
60905
60972
  inputSchema: ReadCoreV1NamespacedLimitRangeInput,
60906
60973
  outputSchema: ReadCoreV1NamespacedLimitRangeOutput,
60974
+ errors: [NotFound] as const,
60907
60975
  }));
60908
60976
  // Input Schema
60909
60977
  export const ReadCoreV1NamespacedPersistentVolumeClaimInput =
@@ -61059,6 +61127,7 @@ export const readCoreV1NamespacedPersistentVolumeClaim =
61059
61127
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
61060
61128
  inputSchema: ReadCoreV1NamespacedPersistentVolumeClaimInput,
61061
61129
  outputSchema: ReadCoreV1NamespacedPersistentVolumeClaimOutput,
61130
+ errors: [NotFound] as const,
61062
61131
  }));
61063
61132
  // Input Schema
61064
61133
  export const ReadCoreV1NamespacedPersistentVolumeClaimStatusInput =
@@ -61214,6 +61283,7 @@ export const readCoreV1NamespacedPersistentVolumeClaimStatus =
61214
61283
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
61215
61284
  inputSchema: ReadCoreV1NamespacedPersistentVolumeClaimStatusInput,
61216
61285
  outputSchema: ReadCoreV1NamespacedPersistentVolumeClaimStatusOutput,
61286
+ errors: [NotFound] as const,
61217
61287
  }));
61218
61288
  // Input Schema
61219
61289
  export const ReadCoreV1NamespacedPodInput =
@@ -64034,6 +64104,7 @@ export const readCoreV1NamespacedPod = /*@__PURE__*/ /*#__PURE__*/ API.make(
64034
64104
  () => ({
64035
64105
  inputSchema: ReadCoreV1NamespacedPodInput,
64036
64106
  outputSchema: ReadCoreV1NamespacedPodOutput,
64107
+ errors: [NotFound] as const,
64037
64108
  }),
64038
64109
  );
64039
64110
  // Input Schema
@@ -66855,6 +66926,7 @@ export const readCoreV1NamespacedPodEphemeralcontainers =
66855
66926
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
66856
66927
  inputSchema: ReadCoreV1NamespacedPodEphemeralcontainersInput,
66857
66928
  outputSchema: ReadCoreV1NamespacedPodEphemeralcontainersOutput,
66929
+ errors: [NotFound] as const,
66858
66930
  }));
66859
66931
  // Input Schema
66860
66932
  export const ReadCoreV1NamespacedPodLogInput =
@@ -66881,6 +66953,7 @@ export const readCoreV1NamespacedPodLog = /*@__PURE__*/ /*#__PURE__*/ API.make(
66881
66953
  () => ({
66882
66954
  inputSchema: ReadCoreV1NamespacedPodLogInput,
66883
66955
  outputSchema: ReadCoreV1NamespacedPodLogOutput,
66956
+ errors: [NotFound] as const,
66884
66957
  }),
66885
66958
  );
66886
66959
  // Input Schema
@@ -69702,6 +69775,7 @@ export const readCoreV1NamespacedPodResize =
69702
69775
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
69703
69776
  inputSchema: ReadCoreV1NamespacedPodResizeInput,
69704
69777
  outputSchema: ReadCoreV1NamespacedPodResizeOutput,
69778
+ errors: [NotFound] as const,
69705
69779
  }));
69706
69780
  // Input Schema
69707
69781
  export const ReadCoreV1NamespacedPodStatusInput =
@@ -72522,6 +72596,7 @@ export const readCoreV1NamespacedPodStatus =
72522
72596
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
72523
72597
  inputSchema: ReadCoreV1NamespacedPodStatusInput,
72524
72598
  outputSchema: ReadCoreV1NamespacedPodStatusOutput,
72599
+ errors: [NotFound] as const,
72525
72600
  }));
72526
72601
  // Input Schema
72527
72602
  export const ReadCoreV1NamespacedPodTemplateInput =
@@ -74954,6 +75029,7 @@ export const readCoreV1NamespacedPodTemplate =
74954
75029
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
74955
75030
  inputSchema: ReadCoreV1NamespacedPodTemplateInput,
74956
75031
  outputSchema: ReadCoreV1NamespacedPodTemplateOutput,
75032
+ errors: [NotFound] as const,
74957
75033
  }));
74958
75034
  // Input Schema
74959
75035
  export const ReadCoreV1NamespacedReplicationControllerInput =
@@ -77519,6 +77595,7 @@ export const readCoreV1NamespacedReplicationController =
77519
77595
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
77520
77596
  inputSchema: ReadCoreV1NamespacedReplicationControllerInput,
77521
77597
  outputSchema: ReadCoreV1NamespacedReplicationControllerOutput,
77598
+ errors: [NotFound] as const,
77522
77599
  }));
77523
77600
  // Input Schema
77524
77601
  export const ReadCoreV1NamespacedReplicationControllerScaleInput =
@@ -77603,6 +77680,7 @@ export const readCoreV1NamespacedReplicationControllerScale =
77603
77680
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
77604
77681
  inputSchema: ReadCoreV1NamespacedReplicationControllerScaleInput,
77605
77682
  outputSchema: ReadCoreV1NamespacedReplicationControllerScaleOutput,
77683
+ errors: [NotFound] as const,
77606
77684
  }));
77607
77685
  // Input Schema
77608
77686
  export const ReadCoreV1NamespacedReplicationControllerStatusInput =
@@ -80168,6 +80246,7 @@ export const readCoreV1NamespacedReplicationControllerStatus =
80168
80246
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
80169
80247
  inputSchema: ReadCoreV1NamespacedReplicationControllerStatusInput,
80170
80248
  outputSchema: ReadCoreV1NamespacedReplicationControllerStatusOutput,
80249
+ errors: [NotFound] as const,
80171
80250
  }));
80172
80251
  // Input Schema
80173
80252
  export const ReadCoreV1NamespacedResourceQuotaInput =
@@ -80266,6 +80345,7 @@ export const readCoreV1NamespacedResourceQuota =
80266
80345
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
80267
80346
  inputSchema: ReadCoreV1NamespacedResourceQuotaInput,
80268
80347
  outputSchema: ReadCoreV1NamespacedResourceQuotaOutput,
80348
+ errors: [NotFound] as const,
80269
80349
  }));
80270
80350
  // Input Schema
80271
80351
  export const ReadCoreV1NamespacedResourceQuotaStatusInput =
@@ -80364,6 +80444,7 @@ export const readCoreV1NamespacedResourceQuotaStatus =
80364
80444
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
80365
80445
  inputSchema: ReadCoreV1NamespacedResourceQuotaStatusInput,
80366
80446
  outputSchema: ReadCoreV1NamespacedResourceQuotaStatusOutput,
80447
+ errors: [NotFound] as const,
80367
80448
  }));
80368
80449
  // Input Schema
80369
80450
  export const ReadCoreV1NamespacedSecretInput =
@@ -80441,6 +80522,7 @@ export const readCoreV1NamespacedSecret = /*@__PURE__*/ /*#__PURE__*/ API.make(
80441
80522
  () => ({
80442
80523
  inputSchema: ReadCoreV1NamespacedSecretInput,
80443
80524
  outputSchema: ReadCoreV1NamespacedSecretOutput,
80525
+ errors: [NotFound] as const,
80444
80526
  }),
80445
80527
  );
80446
80528
  // Input Schema
@@ -80596,6 +80678,7 @@ export const readCoreV1NamespacedService = /*@__PURE__*/ /*#__PURE__*/ API.make(
80596
80678
  () => ({
80597
80679
  inputSchema: ReadCoreV1NamespacedServiceInput,
80598
80680
  outputSchema: ReadCoreV1NamespacedServiceOutput,
80681
+ errors: [NotFound] as const,
80599
80682
  }),
80600
80683
  );
80601
80684
  // Input Schema
@@ -80691,6 +80774,7 @@ export const readCoreV1NamespacedServiceAccount =
80691
80774
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
80692
80775
  inputSchema: ReadCoreV1NamespacedServiceAccountInput,
80693
80776
  outputSchema: ReadCoreV1NamespacedServiceAccountOutput,
80777
+ errors: [NotFound] as const,
80694
80778
  }));
80695
80779
  // Input Schema
80696
80780
  export const ReadCoreV1NamespacedServiceStatusInput =
@@ -80845,6 +80929,7 @@ export const readCoreV1NamespacedServiceStatus =
80845
80929
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
80846
80930
  inputSchema: ReadCoreV1NamespacedServiceStatusInput,
80847
80931
  outputSchema: ReadCoreV1NamespacedServiceStatusOutput,
80932
+ errors: [NotFound] as const,
80848
80933
  }));
80849
80934
  // Input Schema
80850
80935
  export const ReadCoreV1NodeInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
@@ -81075,6 +81160,7 @@ export type ReadCoreV1NodeOutput = typeof ReadCoreV1NodeOutput.Type;
81075
81160
  export const readCoreV1Node = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
81076
81161
  inputSchema: ReadCoreV1NodeInput,
81077
81162
  outputSchema: ReadCoreV1NodeOutput,
81163
+ errors: [NotFound] as const,
81078
81164
  }));
81079
81165
  // Input Schema
81080
81166
  export const ReadCoreV1NodeStatusInput =
@@ -81312,6 +81398,7 @@ export const readCoreV1NodeStatus = /*@__PURE__*/ /*#__PURE__*/ API.make(
81312
81398
  () => ({
81313
81399
  inputSchema: ReadCoreV1NodeStatusInput,
81314
81400
  outputSchema: ReadCoreV1NodeStatusOutput,
81401
+ errors: [NotFound] as const,
81315
81402
  }),
81316
81403
  );
81317
81404
  // Input Schema
@@ -81708,6 +81795,7 @@ export const readCoreV1PersistentVolume = /*@__PURE__*/ /*#__PURE__*/ API.make(
81708
81795
  () => ({
81709
81796
  inputSchema: ReadCoreV1PersistentVolumeInput,
81710
81797
  outputSchema: ReadCoreV1PersistentVolumeOutput,
81798
+ errors: [NotFound] as const,
81711
81799
  }),
81712
81800
  );
81713
81801
  // Input Schema
@@ -82104,6 +82192,7 @@ export const readCoreV1PersistentVolumeStatus =
82104
82192
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
82105
82193
  inputSchema: ReadCoreV1PersistentVolumeStatusInput,
82106
82194
  outputSchema: ReadCoreV1PersistentVolumeStatusOutput,
82195
+ errors: [NotFound] as const,
82107
82196
  }));
82108
82197
  // Input Schema
82109
82198
  export const ReplaceCoreV1NamespaceInput =
@@ -82199,6 +82288,7 @@ export const replaceCoreV1Namespace = /*@__PURE__*/ /*#__PURE__*/ API.make(
82199
82288
  () => ({
82200
82289
  inputSchema: ReplaceCoreV1NamespaceInput,
82201
82290
  outputSchema: ReplaceCoreV1NamespaceOutput,
82291
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
82202
82292
  }),
82203
82293
  );
82204
82294
  // Input Schema
@@ -82291,6 +82381,7 @@ export const replaceCoreV1NamespaceFinalize =
82291
82381
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
82292
82382
  inputSchema: ReplaceCoreV1NamespaceFinalizeInput,
82293
82383
  outputSchema: ReplaceCoreV1NamespaceFinalizeOutput,
82384
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
82294
82385
  }));
82295
82386
  // Input Schema
82296
82387
  export const ReplaceCoreV1NamespaceStatusInput =
@@ -82386,6 +82477,7 @@ export const replaceCoreV1NamespaceStatus =
82386
82477
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
82387
82478
  inputSchema: ReplaceCoreV1NamespaceStatusInput,
82388
82479
  outputSchema: ReplaceCoreV1NamespaceStatusOutput,
82480
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
82389
82481
  }));
82390
82482
  // Input Schema
82391
82483
  export const ReplaceCoreV1NamespacedConfigMapInput =
@@ -82468,6 +82560,7 @@ export const replaceCoreV1NamespacedConfigMap =
82468
82560
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
82469
82561
  inputSchema: ReplaceCoreV1NamespacedConfigMapInput,
82470
82562
  outputSchema: ReplaceCoreV1NamespacedConfigMapOutput,
82563
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
82471
82564
  }));
82472
82565
  // Input Schema
82473
82566
  export const ReplaceCoreV1NamespacedEndpointsInput =
@@ -82603,6 +82696,7 @@ export const replaceCoreV1NamespacedEndpoints =
82603
82696
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
82604
82697
  inputSchema: ReplaceCoreV1NamespacedEndpointsInput,
82605
82698
  outputSchema: ReplaceCoreV1NamespacedEndpointsOutput,
82699
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
82606
82700
  }));
82607
82701
  // Input Schema
82608
82702
  export const ReplaceCoreV1NamespacedEventInput =
@@ -82720,6 +82814,7 @@ export const replaceCoreV1NamespacedEvent =
82720
82814
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
82721
82815
  inputSchema: ReplaceCoreV1NamespacedEventInput,
82722
82816
  outputSchema: ReplaceCoreV1NamespacedEventOutput,
82817
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
82723
82818
  }));
82724
82819
  // Input Schema
82725
82820
  export const ReplaceCoreV1NamespacedLimitRangeInput =
@@ -82819,6 +82914,7 @@ export const replaceCoreV1NamespacedLimitRange =
82819
82914
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
82820
82915
  inputSchema: ReplaceCoreV1NamespacedLimitRangeInput,
82821
82916
  outputSchema: ReplaceCoreV1NamespacedLimitRangeOutput,
82917
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
82822
82918
  }));
82823
82919
  // Input Schema
82824
82920
  export const ReplaceCoreV1NamespacedPersistentVolumeClaimInput =
@@ -82980,6 +83076,7 @@ export const replaceCoreV1NamespacedPersistentVolumeClaim =
82980
83076
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
82981
83077
  inputSchema: ReplaceCoreV1NamespacedPersistentVolumeClaimInput,
82982
83078
  outputSchema: ReplaceCoreV1NamespacedPersistentVolumeClaimOutput,
83079
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
82983
83080
  }));
82984
83081
  // Input Schema
82985
83082
  export const ReplaceCoreV1NamespacedPersistentVolumeClaimStatusInput =
@@ -83141,6 +83238,7 @@ export const replaceCoreV1NamespacedPersistentVolumeClaimStatus =
83141
83238
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
83142
83239
  inputSchema: ReplaceCoreV1NamespacedPersistentVolumeClaimStatusInput,
83143
83240
  outputSchema: ReplaceCoreV1NamespacedPersistentVolumeClaimStatusOutput,
83241
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
83144
83242
  }));
83145
83243
  // Input Schema
83146
83244
  export const ReplaceCoreV1NamespacedPodInput =
@@ -85967,6 +86065,7 @@ export const replaceCoreV1NamespacedPod = /*@__PURE__*/ /*#__PURE__*/ API.make(
85967
86065
  () => ({
85968
86066
  inputSchema: ReplaceCoreV1NamespacedPodInput,
85969
86067
  outputSchema: ReplaceCoreV1NamespacedPodOutput,
86068
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
85970
86069
  }),
85971
86070
  );
85972
86071
  // Input Schema
@@ -88794,6 +88893,7 @@ export const replaceCoreV1NamespacedPodEphemeralcontainers =
88794
88893
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
88795
88894
  inputSchema: ReplaceCoreV1NamespacedPodEphemeralcontainersInput,
88796
88895
  outputSchema: ReplaceCoreV1NamespacedPodEphemeralcontainersOutput,
88896
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
88797
88897
  }));
88798
88898
  // Input Schema
88799
88899
  export const ReplaceCoreV1NamespacedPodResizeInput =
@@ -91620,6 +91720,7 @@ export const replaceCoreV1NamespacedPodResize =
91620
91720
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
91621
91721
  inputSchema: ReplaceCoreV1NamespacedPodResizeInput,
91622
91722
  outputSchema: ReplaceCoreV1NamespacedPodResizeOutput,
91723
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
91623
91724
  }));
91624
91725
  // Input Schema
91625
91726
  export const ReplaceCoreV1NamespacedPodStatusInput =
@@ -94446,6 +94547,7 @@ export const replaceCoreV1NamespacedPodStatus =
94446
94547
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
94447
94548
  inputSchema: ReplaceCoreV1NamespacedPodStatusInput,
94448
94549
  outputSchema: ReplaceCoreV1NamespacedPodStatusOutput,
94550
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
94449
94551
  }));
94450
94552
  // Input Schema
94451
94553
  export const ReplaceCoreV1NamespacedPodTemplateInput =
@@ -96884,6 +96986,7 @@ export const replaceCoreV1NamespacedPodTemplate =
96884
96986
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
96885
96987
  inputSchema: ReplaceCoreV1NamespacedPodTemplateInput,
96886
96988
  outputSchema: ReplaceCoreV1NamespacedPodTemplateOutput,
96989
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
96887
96990
  }));
96888
96991
  // Input Schema
96889
96992
  export const ReplaceCoreV1NamespacedReplicationControllerInput =
@@ -99455,6 +99558,7 @@ export const replaceCoreV1NamespacedReplicationController =
99455
99558
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
99456
99559
  inputSchema: ReplaceCoreV1NamespacedReplicationControllerInput,
99457
99560
  outputSchema: ReplaceCoreV1NamespacedReplicationControllerOutput,
99561
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
99458
99562
  }));
99459
99563
  // Input Schema
99460
99564
  export const ReplaceCoreV1NamespacedReplicationControllerScaleInput =
@@ -99545,6 +99649,7 @@ export const replaceCoreV1NamespacedReplicationControllerScale =
99545
99649
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
99546
99650
  inputSchema: ReplaceCoreV1NamespacedReplicationControllerScaleInput,
99547
99651
  outputSchema: ReplaceCoreV1NamespacedReplicationControllerScaleOutput,
99652
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
99548
99653
  }));
99549
99654
  // Input Schema
99550
99655
  export const ReplaceCoreV1NamespacedReplicationControllerStatusInput =
@@ -102116,6 +102221,7 @@ export const replaceCoreV1NamespacedReplicationControllerStatus =
102116
102221
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
102117
102222
  inputSchema: ReplaceCoreV1NamespacedReplicationControllerStatusInput,
102118
102223
  outputSchema: ReplaceCoreV1NamespacedReplicationControllerStatusOutput,
102224
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
102119
102225
  }));
102120
102226
  // Input Schema
102121
102227
  export const ReplaceCoreV1NamespacedResourceQuotaInput =
@@ -102220,6 +102326,7 @@ export const replaceCoreV1NamespacedResourceQuota =
102220
102326
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
102221
102327
  inputSchema: ReplaceCoreV1NamespacedResourceQuotaInput,
102222
102328
  outputSchema: ReplaceCoreV1NamespacedResourceQuotaOutput,
102329
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
102223
102330
  }));
102224
102331
  // Input Schema
102225
102332
  export const ReplaceCoreV1NamespacedResourceQuotaStatusInput =
@@ -102324,6 +102431,7 @@ export const replaceCoreV1NamespacedResourceQuotaStatus =
102324
102431
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
102325
102432
  inputSchema: ReplaceCoreV1NamespacedResourceQuotaStatusInput,
102326
102433
  outputSchema: ReplaceCoreV1NamespacedResourceQuotaStatusOutput,
102434
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
102327
102435
  }));
102328
102436
  // Input Schema
102329
102437
  export const ReplaceCoreV1NamespacedSecretInput =
@@ -102407,6 +102515,7 @@ export const replaceCoreV1NamespacedSecret =
102407
102515
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
102408
102516
  inputSchema: ReplaceCoreV1NamespacedSecretInput,
102409
102517
  outputSchema: ReplaceCoreV1NamespacedSecretOutput,
102518
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
102410
102519
  }));
102411
102520
  // Input Schema
102412
102521
  export const ReplaceCoreV1NamespacedServiceInput =
@@ -102567,6 +102676,7 @@ export const replaceCoreV1NamespacedService =
102567
102676
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
102568
102677
  inputSchema: ReplaceCoreV1NamespacedServiceInput,
102569
102678
  outputSchema: ReplaceCoreV1NamespacedServiceOutput,
102679
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
102570
102680
  }));
102571
102681
  // Input Schema
102572
102682
  export const ReplaceCoreV1NamespacedServiceAccountInput =
@@ -102667,6 +102777,7 @@ export const replaceCoreV1NamespacedServiceAccount =
102667
102777
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
102668
102778
  inputSchema: ReplaceCoreV1NamespacedServiceAccountInput,
102669
102779
  outputSchema: ReplaceCoreV1NamespacedServiceAccountOutput,
102780
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
102670
102781
  }));
102671
102782
  // Input Schema
102672
102783
  export const ReplaceCoreV1NamespacedServiceStatusInput =
@@ -102827,6 +102938,7 @@ export const replaceCoreV1NamespacedServiceStatus =
102827
102938
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
102828
102939
  inputSchema: ReplaceCoreV1NamespacedServiceStatusInput,
102829
102940
  outputSchema: ReplaceCoreV1NamespacedServiceStatusOutput,
102941
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
102830
102942
  }));
102831
102943
  // Input Schema
102832
102944
  export const ReplaceCoreV1NodeInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
@@ -103068,6 +103180,7 @@ export type ReplaceCoreV1NodeOutput = typeof ReplaceCoreV1NodeOutput.Type;
103068
103180
  export const replaceCoreV1Node = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
103069
103181
  inputSchema: ReplaceCoreV1NodeInput,
103070
103182
  outputSchema: ReplaceCoreV1NodeOutput,
103183
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
103071
103184
  }));
103072
103185
  // Input Schema
103073
103186
  export const ReplaceCoreV1NodeStatusInput =
@@ -103311,6 +103424,7 @@ export const replaceCoreV1NodeStatus = /*@__PURE__*/ /*#__PURE__*/ API.make(
103311
103424
  () => ({
103312
103425
  inputSchema: ReplaceCoreV1NodeStatusInput,
103313
103426
  outputSchema: ReplaceCoreV1NodeStatusOutput,
103427
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
103314
103428
  }),
103315
103429
  );
103316
103430
  // Input Schema
@@ -103711,6 +103825,7 @@ export const replaceCoreV1PersistentVolume =
103711
103825
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
103712
103826
  inputSchema: ReplaceCoreV1PersistentVolumeInput,
103713
103827
  outputSchema: ReplaceCoreV1PersistentVolumeOutput,
103828
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
103714
103829
  }));
103715
103830
  // Input Schema
103716
103831
  export const ReplaceCoreV1PersistentVolumeStatusInput =
@@ -104112,6 +104227,7 @@ export const replaceCoreV1PersistentVolumeStatus =
104112
104227
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
104113
104228
  inputSchema: ReplaceCoreV1PersistentVolumeStatusInput,
104114
104229
  outputSchema: ReplaceCoreV1PersistentVolumeStatusOutput,
104230
+ errors: [NotFound, Conflict, UnprocessableEntity] as const,
104115
104231
  }));
104116
104232
  // Input Schema
104117
104233
  export const WatchCoreV1ConfigMapListForAllNamespacesInput =