@pulumi/kubernetes 0.0.1-alpha.100

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 (1664) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +231 -0
  3. package/admissionregistration/index.d.ts +4 -0
  4. package/admissionregistration/index.js +13 -0
  5. package/admissionregistration/index.js.map +1 -0
  6. package/admissionregistration/v1/index.d.ts +36 -0
  7. package/admissionregistration/v1/index.js +66 -0
  8. package/admissionregistration/v1/index.js.map +1 -0
  9. package/admissionregistration/v1/mutatingWebhookConfiguration.d.ts +67 -0
  10. package/admissionregistration/v1/mutatingWebhookConfiguration.js +64 -0
  11. package/admissionregistration/v1/mutatingWebhookConfiguration.js.map +1 -0
  12. package/admissionregistration/v1/mutatingWebhookConfigurationList.d.ts +67 -0
  13. package/admissionregistration/v1/mutatingWebhookConfigurationList.js +65 -0
  14. package/admissionregistration/v1/mutatingWebhookConfigurationList.js.map +1 -0
  15. package/admissionregistration/v1/mutatingWebhookConfigurationPatch.d.ts +73 -0
  16. package/admissionregistration/v1/mutatingWebhookConfigurationPatch.js +70 -0
  17. package/admissionregistration/v1/mutatingWebhookConfigurationPatch.js.map +1 -0
  18. package/admissionregistration/v1/validatingAdmissionPolicy.d.ts +71 -0
  19. package/admissionregistration/v1/validatingAdmissionPolicy.js +66 -0
  20. package/admissionregistration/v1/validatingAdmissionPolicy.js.map +1 -0
  21. package/admissionregistration/v1/validatingAdmissionPolicyBinding.d.ts +71 -0
  22. package/admissionregistration/v1/validatingAdmissionPolicyBinding.js +68 -0
  23. package/admissionregistration/v1/validatingAdmissionPolicyBinding.js.map +1 -0
  24. package/admissionregistration/v1/validatingAdmissionPolicyBindingList.d.ts +67 -0
  25. package/admissionregistration/v1/validatingAdmissionPolicyBindingList.js +65 -0
  26. package/admissionregistration/v1/validatingAdmissionPolicyBindingList.js.map +1 -0
  27. package/admissionregistration/v1/validatingAdmissionPolicyBindingPatch.d.ts +77 -0
  28. package/admissionregistration/v1/validatingAdmissionPolicyBindingPatch.js +74 -0
  29. package/admissionregistration/v1/validatingAdmissionPolicyBindingPatch.js.map +1 -0
  30. package/admissionregistration/v1/validatingAdmissionPolicyList.d.ts +67 -0
  31. package/admissionregistration/v1/validatingAdmissionPolicyList.js +65 -0
  32. package/admissionregistration/v1/validatingAdmissionPolicyList.js.map +1 -0
  33. package/admissionregistration/v1/validatingAdmissionPolicyPatch.d.ts +77 -0
  34. package/admissionregistration/v1/validatingAdmissionPolicyPatch.js +72 -0
  35. package/admissionregistration/v1/validatingAdmissionPolicyPatch.js.map +1 -0
  36. package/admissionregistration/v1/validatingWebhookConfiguration.d.ts +67 -0
  37. package/admissionregistration/v1/validatingWebhookConfiguration.js +64 -0
  38. package/admissionregistration/v1/validatingWebhookConfiguration.js.map +1 -0
  39. package/admissionregistration/v1/validatingWebhookConfigurationList.d.ts +67 -0
  40. package/admissionregistration/v1/validatingWebhookConfigurationList.js +65 -0
  41. package/admissionregistration/v1/validatingWebhookConfigurationList.js.map +1 -0
  42. package/admissionregistration/v1/validatingWebhookConfigurationPatch.d.ts +73 -0
  43. package/admissionregistration/v1/validatingWebhookConfigurationPatch.js +70 -0
  44. package/admissionregistration/v1/validatingWebhookConfigurationPatch.js.map +1 -0
  45. package/admissionregistration/v1alpha1/index.d.ts +36 -0
  46. package/admissionregistration/v1alpha1/index.js +66 -0
  47. package/admissionregistration/v1alpha1/index.js.map +1 -0
  48. package/admissionregistration/v1alpha1/mutatingAdmissionPolicy.d.ts +67 -0
  49. package/admissionregistration/v1alpha1/mutatingAdmissionPolicy.js +62 -0
  50. package/admissionregistration/v1alpha1/mutatingAdmissionPolicy.js.map +1 -0
  51. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyBinding.d.ts +71 -0
  52. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyBinding.js +66 -0
  53. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyBinding.js.map +1 -0
  54. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyBindingList.d.ts +67 -0
  55. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyBindingList.js +65 -0
  56. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyBindingList.js.map +1 -0
  57. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyBindingPatch.d.ts +77 -0
  58. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyBindingPatch.js +72 -0
  59. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyBindingPatch.js.map +1 -0
  60. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyList.d.ts +67 -0
  61. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyList.js +65 -0
  62. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyList.js.map +1 -0
  63. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyPatch.d.ts +73 -0
  64. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyPatch.js +68 -0
  65. package/admissionregistration/v1alpha1/mutatingAdmissionPolicyPatch.js.map +1 -0
  66. package/admissionregistration/v1alpha1/validatingAdmissionPolicy.d.ts +71 -0
  67. package/admissionregistration/v1alpha1/validatingAdmissionPolicy.js +66 -0
  68. package/admissionregistration/v1alpha1/validatingAdmissionPolicy.js.map +1 -0
  69. package/admissionregistration/v1alpha1/validatingAdmissionPolicyBinding.d.ts +67 -0
  70. package/admissionregistration/v1alpha1/validatingAdmissionPolicyBinding.js +64 -0
  71. package/admissionregistration/v1alpha1/validatingAdmissionPolicyBinding.js.map +1 -0
  72. package/admissionregistration/v1alpha1/validatingAdmissionPolicyBindingList.d.ts +67 -0
  73. package/admissionregistration/v1alpha1/validatingAdmissionPolicyBindingList.js +65 -0
  74. package/admissionregistration/v1alpha1/validatingAdmissionPolicyBindingList.js.map +1 -0
  75. package/admissionregistration/v1alpha1/validatingAdmissionPolicyBindingPatch.d.ts +73 -0
  76. package/admissionregistration/v1alpha1/validatingAdmissionPolicyBindingPatch.js +70 -0
  77. package/admissionregistration/v1alpha1/validatingAdmissionPolicyBindingPatch.js.map +1 -0
  78. package/admissionregistration/v1alpha1/validatingAdmissionPolicyList.d.ts +67 -0
  79. package/admissionregistration/v1alpha1/validatingAdmissionPolicyList.js +65 -0
  80. package/admissionregistration/v1alpha1/validatingAdmissionPolicyList.js.map +1 -0
  81. package/admissionregistration/v1alpha1/validatingAdmissionPolicyPatch.d.ts +77 -0
  82. package/admissionregistration/v1alpha1/validatingAdmissionPolicyPatch.js +72 -0
  83. package/admissionregistration/v1alpha1/validatingAdmissionPolicyPatch.js.map +1 -0
  84. package/admissionregistration/v1beta1/index.d.ts +36 -0
  85. package/admissionregistration/v1beta1/index.js +66 -0
  86. package/admissionregistration/v1beta1/index.js.map +1 -0
  87. package/admissionregistration/v1beta1/mutatingWebhookConfiguration.d.ts +67 -0
  88. package/admissionregistration/v1beta1/mutatingWebhookConfiguration.js +64 -0
  89. package/admissionregistration/v1beta1/mutatingWebhookConfiguration.js.map +1 -0
  90. package/admissionregistration/v1beta1/mutatingWebhookConfigurationList.d.ts +67 -0
  91. package/admissionregistration/v1beta1/mutatingWebhookConfigurationList.js +65 -0
  92. package/admissionregistration/v1beta1/mutatingWebhookConfigurationList.js.map +1 -0
  93. package/admissionregistration/v1beta1/mutatingWebhookConfigurationPatch.d.ts +73 -0
  94. package/admissionregistration/v1beta1/mutatingWebhookConfigurationPatch.js +70 -0
  95. package/admissionregistration/v1beta1/mutatingWebhookConfigurationPatch.js.map +1 -0
  96. package/admissionregistration/v1beta1/validatingAdmissionPolicy.d.ts +71 -0
  97. package/admissionregistration/v1beta1/validatingAdmissionPolicy.js +66 -0
  98. package/admissionregistration/v1beta1/validatingAdmissionPolicy.js.map +1 -0
  99. package/admissionregistration/v1beta1/validatingAdmissionPolicyBinding.d.ts +71 -0
  100. package/admissionregistration/v1beta1/validatingAdmissionPolicyBinding.js +68 -0
  101. package/admissionregistration/v1beta1/validatingAdmissionPolicyBinding.js.map +1 -0
  102. package/admissionregistration/v1beta1/validatingAdmissionPolicyBindingList.d.ts +67 -0
  103. package/admissionregistration/v1beta1/validatingAdmissionPolicyBindingList.js +65 -0
  104. package/admissionregistration/v1beta1/validatingAdmissionPolicyBindingList.js.map +1 -0
  105. package/admissionregistration/v1beta1/validatingAdmissionPolicyBindingPatch.d.ts +77 -0
  106. package/admissionregistration/v1beta1/validatingAdmissionPolicyBindingPatch.js +74 -0
  107. package/admissionregistration/v1beta1/validatingAdmissionPolicyBindingPatch.js.map +1 -0
  108. package/admissionregistration/v1beta1/validatingAdmissionPolicyList.d.ts +67 -0
  109. package/admissionregistration/v1beta1/validatingAdmissionPolicyList.js +65 -0
  110. package/admissionregistration/v1beta1/validatingAdmissionPolicyList.js.map +1 -0
  111. package/admissionregistration/v1beta1/validatingAdmissionPolicyPatch.d.ts +77 -0
  112. package/admissionregistration/v1beta1/validatingAdmissionPolicyPatch.js +72 -0
  113. package/admissionregistration/v1beta1/validatingAdmissionPolicyPatch.js.map +1 -0
  114. package/admissionregistration/v1beta1/validatingWebhookConfiguration.d.ts +67 -0
  115. package/admissionregistration/v1beta1/validatingWebhookConfiguration.js +64 -0
  116. package/admissionregistration/v1beta1/validatingWebhookConfiguration.js.map +1 -0
  117. package/admissionregistration/v1beta1/validatingWebhookConfigurationList.d.ts +67 -0
  118. package/admissionregistration/v1beta1/validatingWebhookConfigurationList.js +65 -0
  119. package/admissionregistration/v1beta1/validatingWebhookConfigurationList.js.map +1 -0
  120. package/admissionregistration/v1beta1/validatingWebhookConfigurationPatch.d.ts +73 -0
  121. package/admissionregistration/v1beta1/validatingWebhookConfigurationPatch.js +70 -0
  122. package/admissionregistration/v1beta1/validatingWebhookConfigurationPatch.js.map +1 -0
  123. package/apiextensions/customResource.d.ts +97 -0
  124. package/apiextensions/customResource.js +88 -0
  125. package/apiextensions/customResource.js.map +1 -0
  126. package/apiextensions/customResourcePatch.d.ts +68 -0
  127. package/apiextensions/customResourcePatch.js +63 -0
  128. package/apiextensions/customResourcePatch.js.map +1 -0
  129. package/apiextensions/index.d.ts +5 -0
  130. package/apiextensions/index.js +28 -0
  131. package/apiextensions/index.js.map +1 -0
  132. package/apiextensions/v1/customResourceDefinition.d.ts +71 -0
  133. package/apiextensions/v1/customResourceDefinition.js +69 -0
  134. package/apiextensions/v1/customResourceDefinition.js.map +1 -0
  135. package/apiextensions/v1/customResourceDefinitionList.d.ts +67 -0
  136. package/apiextensions/v1/customResourceDefinitionList.js +65 -0
  137. package/apiextensions/v1/customResourceDefinitionList.js.map +1 -0
  138. package/apiextensions/v1/customResourceDefinitionPatch.d.ts +77 -0
  139. package/apiextensions/v1/customResourceDefinitionPatch.js +72 -0
  140. package/apiextensions/v1/customResourceDefinitionPatch.js.map +1 -0
  141. package/apiextensions/v1/index.d.ts +9 -0
  142. package/apiextensions/v1/index.js +30 -0
  143. package/apiextensions/v1/index.js.map +1 -0
  144. package/apiextensions/v1beta1/customResourceDefinition.d.ts +65 -0
  145. package/apiextensions/v1beta1/customResourceDefinition.js +69 -0
  146. package/apiextensions/v1beta1/customResourceDefinition.js.map +1 -0
  147. package/apiextensions/v1beta1/customResourceDefinitionList.d.ts +61 -0
  148. package/apiextensions/v1beta1/customResourceDefinitionList.js +65 -0
  149. package/apiextensions/v1beta1/customResourceDefinitionList.js.map +1 -0
  150. package/apiextensions/v1beta1/customResourceDefinitionPatch.d.ts +71 -0
  151. package/apiextensions/v1beta1/customResourceDefinitionPatch.js +72 -0
  152. package/apiextensions/v1beta1/customResourceDefinitionPatch.js.map +1 -0
  153. package/apiextensions/v1beta1/index.d.ts +9 -0
  154. package/apiextensions/v1beta1/index.js +30 -0
  155. package/apiextensions/v1beta1/index.js.map +1 -0
  156. package/apiregistration/index.d.ts +3 -0
  157. package/apiregistration/index.js +11 -0
  158. package/apiregistration/index.js.map +1 -0
  159. package/apiregistration/v1/apiservice.d.ts +71 -0
  160. package/apiregistration/v1/apiservice.js +66 -0
  161. package/apiregistration/v1/apiservice.js.map +1 -0
  162. package/apiregistration/v1/apiserviceList.d.ts +67 -0
  163. package/apiregistration/v1/apiserviceList.js +67 -0
  164. package/apiregistration/v1/apiserviceList.js.map +1 -0
  165. package/apiregistration/v1/apiservicePatch.d.ts +77 -0
  166. package/apiregistration/v1/apiservicePatch.js +72 -0
  167. package/apiregistration/v1/apiservicePatch.js.map +1 -0
  168. package/apiregistration/v1/index.d.ts +9 -0
  169. package/apiregistration/v1/index.js +30 -0
  170. package/apiregistration/v1/index.js.map +1 -0
  171. package/apiregistration/v1beta1/apiservice.d.ts +65 -0
  172. package/apiregistration/v1beta1/apiservice.js +66 -0
  173. package/apiregistration/v1beta1/apiservice.js.map +1 -0
  174. package/apiregistration/v1beta1/apiserviceList.d.ts +55 -0
  175. package/apiregistration/v1beta1/apiserviceList.js +67 -0
  176. package/apiregistration/v1beta1/apiserviceList.js.map +1 -0
  177. package/apiregistration/v1beta1/apiservicePatch.d.ts +71 -0
  178. package/apiregistration/v1beta1/apiservicePatch.js +72 -0
  179. package/apiregistration/v1beta1/apiservicePatch.js.map +1 -0
  180. package/apiregistration/v1beta1/index.d.ts +9 -0
  181. package/apiregistration/v1beta1/index.js +30 -0
  182. package/apiregistration/v1beta1/index.js.map +1 -0
  183. package/apps/index.d.ts +4 -0
  184. package/apps/index.js +13 -0
  185. package/apps/index.js.map +1 -0
  186. package/apps/v1/controllerRevision.d.ts +75 -0
  187. package/apps/v1/controllerRevision.js +69 -0
  188. package/apps/v1/controllerRevision.js.map +1 -0
  189. package/apps/v1/controllerRevisionList.d.ts +67 -0
  190. package/apps/v1/controllerRevisionList.js +65 -0
  191. package/apps/v1/controllerRevisionList.js.map +1 -0
  192. package/apps/v1/controllerRevisionPatch.d.ts +81 -0
  193. package/apps/v1/controllerRevisionPatch.js +72 -0
  194. package/apps/v1/controllerRevisionPatch.js.map +1 -0
  195. package/apps/v1/daemonSet.d.ts +71 -0
  196. package/apps/v1/daemonSet.js +66 -0
  197. package/apps/v1/daemonSet.js.map +1 -0
  198. package/apps/v1/daemonSetList.d.ts +67 -0
  199. package/apps/v1/daemonSetList.js +65 -0
  200. package/apps/v1/daemonSetList.js.map +1 -0
  201. package/apps/v1/daemonSetPatch.d.ts +77 -0
  202. package/apps/v1/daemonSetPatch.js +72 -0
  203. package/apps/v1/daemonSetPatch.js.map +1 -0
  204. package/apps/v1/deployment.d.ts +172 -0
  205. package/apps/v1/deployment.js +167 -0
  206. package/apps/v1/deployment.js.map +1 -0
  207. package/apps/v1/deploymentList.d.ts +67 -0
  208. package/apps/v1/deploymentList.js +65 -0
  209. package/apps/v1/deploymentList.js.map +1 -0
  210. package/apps/v1/deploymentPatch.d.ts +99 -0
  211. package/apps/v1/deploymentPatch.js +94 -0
  212. package/apps/v1/deploymentPatch.js.map +1 -0
  213. package/apps/v1/index.d.ts +45 -0
  214. package/apps/v1/index.js +78 -0
  215. package/apps/v1/index.js.map +1 -0
  216. package/apps/v1/replicaSet.d.ts +71 -0
  217. package/apps/v1/replicaSet.js +66 -0
  218. package/apps/v1/replicaSet.js.map +1 -0
  219. package/apps/v1/replicaSetList.d.ts +67 -0
  220. package/apps/v1/replicaSetList.js +65 -0
  221. package/apps/v1/replicaSetList.js.map +1 -0
  222. package/apps/v1/replicaSetPatch.d.ts +77 -0
  223. package/apps/v1/replicaSetPatch.js +72 -0
  224. package/apps/v1/replicaSetPatch.js.map +1 -0
  225. package/apps/v1/statefulSet.d.ts +232 -0
  226. package/apps/v1/statefulSet.js +227 -0
  227. package/apps/v1/statefulSet.js.map +1 -0
  228. package/apps/v1/statefulSetList.d.ts +67 -0
  229. package/apps/v1/statefulSetList.js +65 -0
  230. package/apps/v1/statefulSetList.js.map +1 -0
  231. package/apps/v1/statefulSetPatch.d.ts +94 -0
  232. package/apps/v1/statefulSetPatch.js +89 -0
  233. package/apps/v1/statefulSetPatch.js.map +1 -0
  234. package/apps/v1beta1/controllerRevision.d.ts +78 -0
  235. package/apps/v1beta1/controllerRevision.js +72 -0
  236. package/apps/v1beta1/controllerRevision.js.map +1 -0
  237. package/apps/v1beta1/controllerRevisionList.d.ts +67 -0
  238. package/apps/v1beta1/controllerRevisionList.js +65 -0
  239. package/apps/v1beta1/controllerRevisionList.js.map +1 -0
  240. package/apps/v1beta1/controllerRevisionPatch.d.ts +84 -0
  241. package/apps/v1beta1/controllerRevisionPatch.js +75 -0
  242. package/apps/v1beta1/controllerRevisionPatch.js.map +1 -0
  243. package/apps/v1beta1/deployment.d.ts +96 -0
  244. package/apps/v1beta1/deployment.js +91 -0
  245. package/apps/v1beta1/deployment.js.map +1 -0
  246. package/apps/v1beta1/deploymentList.d.ts +67 -0
  247. package/apps/v1beta1/deploymentList.js +65 -0
  248. package/apps/v1beta1/deploymentList.js.map +1 -0
  249. package/apps/v1beta1/deploymentPatch.d.ts +102 -0
  250. package/apps/v1beta1/deploymentPatch.js +97 -0
  251. package/apps/v1beta1/deploymentPatch.js.map +1 -0
  252. package/apps/v1beta1/index.d.ts +27 -0
  253. package/apps/v1beta1/index.js +54 -0
  254. package/apps/v1beta1/index.js.map +1 -0
  255. package/apps/v1beta1/statefulSet.d.ts +84 -0
  256. package/apps/v1beta1/statefulSet.js +85 -0
  257. package/apps/v1beta1/statefulSet.js.map +1 -0
  258. package/apps/v1beta1/statefulSetList.d.ts +55 -0
  259. package/apps/v1beta1/statefulSetList.js +65 -0
  260. package/apps/v1beta1/statefulSetList.js.map +1 -0
  261. package/apps/v1beta1/statefulSetPatch.d.ts +90 -0
  262. package/apps/v1beta1/statefulSetPatch.js +91 -0
  263. package/apps/v1beta1/statefulSetPatch.js.map +1 -0
  264. package/apps/v1beta2/controllerRevision.d.ts +78 -0
  265. package/apps/v1beta2/controllerRevision.js +72 -0
  266. package/apps/v1beta2/controllerRevision.js.map +1 -0
  267. package/apps/v1beta2/controllerRevisionList.d.ts +67 -0
  268. package/apps/v1beta2/controllerRevisionList.js +65 -0
  269. package/apps/v1beta2/controllerRevisionList.js.map +1 -0
  270. package/apps/v1beta2/controllerRevisionPatch.d.ts +84 -0
  271. package/apps/v1beta2/controllerRevisionPatch.js +75 -0
  272. package/apps/v1beta2/controllerRevisionPatch.js.map +1 -0
  273. package/apps/v1beta2/daemonSet.d.ts +74 -0
  274. package/apps/v1beta2/daemonSet.js +69 -0
  275. package/apps/v1beta2/daemonSet.js.map +1 -0
  276. package/apps/v1beta2/daemonSetList.d.ts +67 -0
  277. package/apps/v1beta2/daemonSetList.js +65 -0
  278. package/apps/v1beta2/daemonSetList.js.map +1 -0
  279. package/apps/v1beta2/daemonSetPatch.d.ts +80 -0
  280. package/apps/v1beta2/daemonSetPatch.js +75 -0
  281. package/apps/v1beta2/daemonSetPatch.js.map +1 -0
  282. package/apps/v1beta2/deployment.d.ts +96 -0
  283. package/apps/v1beta2/deployment.js +91 -0
  284. package/apps/v1beta2/deployment.js.map +1 -0
  285. package/apps/v1beta2/deploymentList.d.ts +67 -0
  286. package/apps/v1beta2/deploymentList.js +65 -0
  287. package/apps/v1beta2/deploymentList.js.map +1 -0
  288. package/apps/v1beta2/deploymentPatch.d.ts +102 -0
  289. package/apps/v1beta2/deploymentPatch.js +97 -0
  290. package/apps/v1beta2/deploymentPatch.js.map +1 -0
  291. package/apps/v1beta2/index.d.ts +45 -0
  292. package/apps/v1beta2/index.js +78 -0
  293. package/apps/v1beta2/index.js.map +1 -0
  294. package/apps/v1beta2/replicaSet.d.ts +74 -0
  295. package/apps/v1beta2/replicaSet.js +69 -0
  296. package/apps/v1beta2/replicaSet.js.map +1 -0
  297. package/apps/v1beta2/replicaSetList.d.ts +67 -0
  298. package/apps/v1beta2/replicaSetList.js +65 -0
  299. package/apps/v1beta2/replicaSetList.js.map +1 -0
  300. package/apps/v1beta2/replicaSetPatch.d.ts +80 -0
  301. package/apps/v1beta2/replicaSetPatch.js +75 -0
  302. package/apps/v1beta2/replicaSetPatch.js.map +1 -0
  303. package/apps/v1beta2/statefulSet.d.ts +84 -0
  304. package/apps/v1beta2/statefulSet.js +85 -0
  305. package/apps/v1beta2/statefulSet.js.map +1 -0
  306. package/apps/v1beta2/statefulSetList.d.ts +55 -0
  307. package/apps/v1beta2/statefulSetList.js +65 -0
  308. package/apps/v1beta2/statefulSetList.js.map +1 -0
  309. package/apps/v1beta2/statefulSetPatch.d.ts +90 -0
  310. package/apps/v1beta2/statefulSetPatch.js +91 -0
  311. package/apps/v1beta2/statefulSetPatch.js.map +1 -0
  312. package/auditregistration/index.d.ts +2 -0
  313. package/auditregistration/index.js +9 -0
  314. package/auditregistration/index.js.map +1 -0
  315. package/auditregistration/v1alpha1/auditSink.d.ts +61 -0
  316. package/auditregistration/v1alpha1/auditSink.js +62 -0
  317. package/auditregistration/v1alpha1/auditSink.js.map +1 -0
  318. package/auditregistration/v1alpha1/auditSinkList.d.ts +61 -0
  319. package/auditregistration/v1alpha1/auditSinkList.js +65 -0
  320. package/auditregistration/v1alpha1/auditSinkList.js.map +1 -0
  321. package/auditregistration/v1alpha1/auditSinkPatch.d.ts +67 -0
  322. package/auditregistration/v1alpha1/auditSinkPatch.js +68 -0
  323. package/auditregistration/v1alpha1/auditSinkPatch.js.map +1 -0
  324. package/auditregistration/v1alpha1/index.d.ts +9 -0
  325. package/auditregistration/v1alpha1/index.js +30 -0
  326. package/auditregistration/v1alpha1/index.js.map +1 -0
  327. package/autoscaling/index.d.ts +5 -0
  328. package/autoscaling/index.js +15 -0
  329. package/autoscaling/index.js.map +1 -0
  330. package/autoscaling/v1/horizontalPodAutoscaler.d.ts +71 -0
  331. package/autoscaling/v1/horizontalPodAutoscaler.js +66 -0
  332. package/autoscaling/v1/horizontalPodAutoscaler.js.map +1 -0
  333. package/autoscaling/v1/horizontalPodAutoscalerList.d.ts +67 -0
  334. package/autoscaling/v1/horizontalPodAutoscalerList.js +65 -0
  335. package/autoscaling/v1/horizontalPodAutoscalerList.js.map +1 -0
  336. package/autoscaling/v1/horizontalPodAutoscalerPatch.d.ts +77 -0
  337. package/autoscaling/v1/horizontalPodAutoscalerPatch.js +72 -0
  338. package/autoscaling/v1/horizontalPodAutoscalerPatch.js.map +1 -0
  339. package/autoscaling/v1/index.d.ts +9 -0
  340. package/autoscaling/v1/index.js +30 -0
  341. package/autoscaling/v1/index.js.map +1 -0
  342. package/autoscaling/v2/horizontalPodAutoscaler.d.ts +71 -0
  343. package/autoscaling/v2/horizontalPodAutoscaler.js +66 -0
  344. package/autoscaling/v2/horizontalPodAutoscaler.js.map +1 -0
  345. package/autoscaling/v2/horizontalPodAutoscalerList.d.ts +67 -0
  346. package/autoscaling/v2/horizontalPodAutoscalerList.js +65 -0
  347. package/autoscaling/v2/horizontalPodAutoscalerList.js.map +1 -0
  348. package/autoscaling/v2/horizontalPodAutoscalerPatch.d.ts +77 -0
  349. package/autoscaling/v2/horizontalPodAutoscalerPatch.js +72 -0
  350. package/autoscaling/v2/horizontalPodAutoscalerPatch.js.map +1 -0
  351. package/autoscaling/v2/index.d.ts +9 -0
  352. package/autoscaling/v2/index.js +30 -0
  353. package/autoscaling/v2/index.js.map +1 -0
  354. package/autoscaling/v2beta1/horizontalPodAutoscaler.d.ts +71 -0
  355. package/autoscaling/v2beta1/horizontalPodAutoscaler.js +66 -0
  356. package/autoscaling/v2beta1/horizontalPodAutoscaler.js.map +1 -0
  357. package/autoscaling/v2beta1/horizontalPodAutoscalerList.d.ts +67 -0
  358. package/autoscaling/v2beta1/horizontalPodAutoscalerList.js +65 -0
  359. package/autoscaling/v2beta1/horizontalPodAutoscalerList.js.map +1 -0
  360. package/autoscaling/v2beta1/horizontalPodAutoscalerPatch.d.ts +77 -0
  361. package/autoscaling/v2beta1/horizontalPodAutoscalerPatch.js +72 -0
  362. package/autoscaling/v2beta1/horizontalPodAutoscalerPatch.js.map +1 -0
  363. package/autoscaling/v2beta1/index.d.ts +9 -0
  364. package/autoscaling/v2beta1/index.js +30 -0
  365. package/autoscaling/v2beta1/index.js.map +1 -0
  366. package/autoscaling/v2beta2/horizontalPodAutoscaler.d.ts +71 -0
  367. package/autoscaling/v2beta2/horizontalPodAutoscaler.js +66 -0
  368. package/autoscaling/v2beta2/horizontalPodAutoscaler.js.map +1 -0
  369. package/autoscaling/v2beta2/horizontalPodAutoscalerList.d.ts +67 -0
  370. package/autoscaling/v2beta2/horizontalPodAutoscalerList.js +65 -0
  371. package/autoscaling/v2beta2/horizontalPodAutoscalerList.js.map +1 -0
  372. package/autoscaling/v2beta2/horizontalPodAutoscalerPatch.d.ts +77 -0
  373. package/autoscaling/v2beta2/horizontalPodAutoscalerPatch.js +72 -0
  374. package/autoscaling/v2beta2/horizontalPodAutoscalerPatch.js.map +1 -0
  375. package/autoscaling/v2beta2/index.d.ts +9 -0
  376. package/autoscaling/v2beta2/index.js +30 -0
  377. package/autoscaling/v2beta2/index.js.map +1 -0
  378. package/batch/index.d.ts +4 -0
  379. package/batch/index.js +13 -0
  380. package/batch/index.js.map +1 -0
  381. package/batch/v1/cronJob.d.ts +71 -0
  382. package/batch/v1/cronJob.js +66 -0
  383. package/batch/v1/cronJob.js.map +1 -0
  384. package/batch/v1/cronJobList.d.ts +67 -0
  385. package/batch/v1/cronJobList.js +65 -0
  386. package/batch/v1/cronJobList.js.map +1 -0
  387. package/batch/v1/cronJobPatch.d.ts +77 -0
  388. package/batch/v1/cronJobPatch.js +72 -0
  389. package/batch/v1/cronJobPatch.js.map +1 -0
  390. package/batch/v1/index.d.ts +18 -0
  391. package/batch/v1/index.js +42 -0
  392. package/batch/v1/index.js.map +1 -0
  393. package/batch/v1/job.d.ts +151 -0
  394. package/batch/v1/job.js +144 -0
  395. package/batch/v1/job.js.map +1 -0
  396. package/batch/v1/jobList.d.ts +67 -0
  397. package/batch/v1/jobList.js +65 -0
  398. package/batch/v1/jobList.js.map +1 -0
  399. package/batch/v1/jobPatch.d.ts +97 -0
  400. package/batch/v1/jobPatch.js +90 -0
  401. package/batch/v1/jobPatch.js.map +1 -0
  402. package/batch/v1beta1/cronJob.d.ts +71 -0
  403. package/batch/v1beta1/cronJob.js +66 -0
  404. package/batch/v1beta1/cronJob.js.map +1 -0
  405. package/batch/v1beta1/cronJobList.d.ts +67 -0
  406. package/batch/v1beta1/cronJobList.js +65 -0
  407. package/batch/v1beta1/cronJobList.js.map +1 -0
  408. package/batch/v1beta1/cronJobPatch.d.ts +77 -0
  409. package/batch/v1beta1/cronJobPatch.js +72 -0
  410. package/batch/v1beta1/cronJobPatch.js.map +1 -0
  411. package/batch/v1beta1/index.d.ts +9 -0
  412. package/batch/v1beta1/index.js +30 -0
  413. package/batch/v1beta1/index.js.map +1 -0
  414. package/batch/v2alpha1/cronJob.d.ts +71 -0
  415. package/batch/v2alpha1/cronJob.js +66 -0
  416. package/batch/v2alpha1/cronJob.js.map +1 -0
  417. package/batch/v2alpha1/cronJobList.d.ts +67 -0
  418. package/batch/v2alpha1/cronJobList.js +65 -0
  419. package/batch/v2alpha1/cronJobList.js.map +1 -0
  420. package/batch/v2alpha1/cronJobPatch.d.ts +77 -0
  421. package/batch/v2alpha1/cronJobPatch.js +72 -0
  422. package/batch/v2alpha1/cronJobPatch.js.map +1 -0
  423. package/batch/v2alpha1/index.d.ts +9 -0
  424. package/batch/v2alpha1/index.js +30 -0
  425. package/batch/v2alpha1/index.js.map +1 -0
  426. package/certificates/index.d.ts +4 -0
  427. package/certificates/index.js +13 -0
  428. package/certificates/index.js.map +1 -0
  429. package/certificates/v1/certificateSigningRequest.d.ts +71 -0
  430. package/certificates/v1/certificateSigningRequest.js +75 -0
  431. package/certificates/v1/certificateSigningRequest.js.map +1 -0
  432. package/certificates/v1/certificateSigningRequestList.d.ts +61 -0
  433. package/certificates/v1/certificateSigningRequestList.js +65 -0
  434. package/certificates/v1/certificateSigningRequestList.js.map +1 -0
  435. package/certificates/v1/certificateSigningRequestPatch.d.ts +77 -0
  436. package/certificates/v1/certificateSigningRequestPatch.js +78 -0
  437. package/certificates/v1/certificateSigningRequestPatch.js.map +1 -0
  438. package/certificates/v1/index.d.ts +9 -0
  439. package/certificates/v1/index.js +30 -0
  440. package/certificates/v1/index.js.map +1 -0
  441. package/certificates/v1alpha1/clusterTrustBundle.d.ts +71 -0
  442. package/certificates/v1alpha1/clusterTrustBundle.js +69 -0
  443. package/certificates/v1alpha1/clusterTrustBundle.js.map +1 -0
  444. package/certificates/v1alpha1/clusterTrustBundleList.d.ts +67 -0
  445. package/certificates/v1alpha1/clusterTrustBundleList.js +65 -0
  446. package/certificates/v1alpha1/clusterTrustBundleList.js.map +1 -0
  447. package/certificates/v1alpha1/clusterTrustBundlePatch.d.ts +77 -0
  448. package/certificates/v1alpha1/clusterTrustBundlePatch.js +72 -0
  449. package/certificates/v1alpha1/clusterTrustBundlePatch.js.map +1 -0
  450. package/certificates/v1alpha1/index.d.ts +9 -0
  451. package/certificates/v1alpha1/index.js +30 -0
  452. package/certificates/v1alpha1/index.js.map +1 -0
  453. package/certificates/v1beta1/certificateSigningRequest.d.ts +65 -0
  454. package/certificates/v1beta1/certificateSigningRequest.js +66 -0
  455. package/certificates/v1beta1/certificateSigningRequest.js.map +1 -0
  456. package/certificates/v1beta1/certificateSigningRequestList.d.ts +52 -0
  457. package/certificates/v1beta1/certificateSigningRequestList.js +62 -0
  458. package/certificates/v1beta1/certificateSigningRequestList.js.map +1 -0
  459. package/certificates/v1beta1/certificateSigningRequestPatch.d.ts +71 -0
  460. package/certificates/v1beta1/certificateSigningRequestPatch.js +72 -0
  461. package/certificates/v1beta1/certificateSigningRequestPatch.js.map +1 -0
  462. package/certificates/v1beta1/index.d.ts +9 -0
  463. package/certificates/v1beta1/index.js +30 -0
  464. package/certificates/v1beta1/index.js.map +1 -0
  465. package/coordination/index.d.ts +5 -0
  466. package/coordination/index.js +15 -0
  467. package/coordination/index.js.map +1 -0
  468. package/coordination/v1/index.d.ts +9 -0
  469. package/coordination/v1/index.js +30 -0
  470. package/coordination/v1/index.js.map +1 -0
  471. package/coordination/v1/lease.d.ts +67 -0
  472. package/coordination/v1/lease.js +64 -0
  473. package/coordination/v1/lease.js.map +1 -0
  474. package/coordination/v1/leaseList.d.ts +67 -0
  475. package/coordination/v1/leaseList.js +65 -0
  476. package/coordination/v1/leaseList.js.map +1 -0
  477. package/coordination/v1/leasePatch.d.ts +73 -0
  478. package/coordination/v1/leasePatch.js +70 -0
  479. package/coordination/v1/leasePatch.js.map +1 -0
  480. package/coordination/v1alpha1/index.d.ts +9 -0
  481. package/coordination/v1alpha1/index.js +30 -0
  482. package/coordination/v1alpha1/index.js.map +1 -0
  483. package/coordination/v1alpha1/leaseCandidate.d.ts +67 -0
  484. package/coordination/v1alpha1/leaseCandidate.js +64 -0
  485. package/coordination/v1alpha1/leaseCandidate.js.map +1 -0
  486. package/coordination/v1alpha1/leaseCandidateList.d.ts +67 -0
  487. package/coordination/v1alpha1/leaseCandidateList.js +65 -0
  488. package/coordination/v1alpha1/leaseCandidateList.js.map +1 -0
  489. package/coordination/v1alpha1/leaseCandidatePatch.d.ts +73 -0
  490. package/coordination/v1alpha1/leaseCandidatePatch.js +70 -0
  491. package/coordination/v1alpha1/leaseCandidatePatch.js.map +1 -0
  492. package/coordination/v1alpha2/index.d.ts +9 -0
  493. package/coordination/v1alpha2/index.js +30 -0
  494. package/coordination/v1alpha2/index.js.map +1 -0
  495. package/coordination/v1alpha2/leaseCandidate.d.ts +67 -0
  496. package/coordination/v1alpha2/leaseCandidate.js +64 -0
  497. package/coordination/v1alpha2/leaseCandidate.js.map +1 -0
  498. package/coordination/v1alpha2/leaseCandidateList.d.ts +67 -0
  499. package/coordination/v1alpha2/leaseCandidateList.js +65 -0
  500. package/coordination/v1alpha2/leaseCandidateList.js.map +1 -0
  501. package/coordination/v1alpha2/leaseCandidatePatch.d.ts +73 -0
  502. package/coordination/v1alpha2/leaseCandidatePatch.js +70 -0
  503. package/coordination/v1alpha2/leaseCandidatePatch.js.map +1 -0
  504. package/coordination/v1beta1/index.d.ts +9 -0
  505. package/coordination/v1beta1/index.js +30 -0
  506. package/coordination/v1beta1/index.js.map +1 -0
  507. package/coordination/v1beta1/lease.d.ts +67 -0
  508. package/coordination/v1beta1/lease.js +64 -0
  509. package/coordination/v1beta1/lease.js.map +1 -0
  510. package/coordination/v1beta1/leaseList.d.ts +67 -0
  511. package/coordination/v1beta1/leaseList.js +65 -0
  512. package/coordination/v1beta1/leaseList.js.map +1 -0
  513. package/coordination/v1beta1/leasePatch.d.ts +73 -0
  514. package/coordination/v1beta1/leasePatch.js +70 -0
  515. package/coordination/v1beta1/leasePatch.js.map +1 -0
  516. package/core/index.d.ts +2 -0
  517. package/core/index.js +9 -0
  518. package/core/index.js.map +1 -0
  519. package/core/v1/binding.d.ts +67 -0
  520. package/core/v1/binding.js +65 -0
  521. package/core/v1/binding.js.map +1 -0
  522. package/core/v1/bindingPatch.d.ts +73 -0
  523. package/core/v1/bindingPatch.js +68 -0
  524. package/core/v1/bindingPatch.js.map +1 -0
  525. package/core/v1/configMap.d.ts +91 -0
  526. package/core/v1/configMap.js +66 -0
  527. package/core/v1/configMap.js.map +1 -0
  528. package/core/v1/configMapList.d.ts +67 -0
  529. package/core/v1/configMapList.js +65 -0
  530. package/core/v1/configMapList.js.map +1 -0
  531. package/core/v1/configMapPatch.d.ts +97 -0
  532. package/core/v1/configMapPatch.js +72 -0
  533. package/core/v1/configMapPatch.js.map +1 -0
  534. package/core/v1/endpoints.d.ts +79 -0
  535. package/core/v1/endpoints.js +74 -0
  536. package/core/v1/endpoints.js.map +1 -0
  537. package/core/v1/endpointsList.d.ts +67 -0
  538. package/core/v1/endpointsList.js +65 -0
  539. package/core/v1/endpointsList.js.map +1 -0
  540. package/core/v1/endpointsPatch.d.ts +85 -0
  541. package/core/v1/endpointsPatch.js +80 -0
  542. package/core/v1/endpointsPatch.js.map +1 -0
  543. package/core/v1/event.d.ts +171 -0
  544. package/core/v1/event.js +96 -0
  545. package/core/v1/event.js.map +1 -0
  546. package/core/v1/eventList.d.ts +67 -0
  547. package/core/v1/eventList.js +65 -0
  548. package/core/v1/eventList.js.map +1 -0
  549. package/core/v1/eventPatch.d.ts +177 -0
  550. package/core/v1/eventPatch.js +96 -0
  551. package/core/v1/eventPatch.js.map +1 -0
  552. package/core/v1/index.d.ts +142 -0
  553. package/core/v1/index.js +222 -0
  554. package/core/v1/index.js.map +1 -0
  555. package/core/v1/limitRange.d.ts +67 -0
  556. package/core/v1/limitRange.js +62 -0
  557. package/core/v1/limitRange.js.map +1 -0
  558. package/core/v1/limitRangeList.d.ts +67 -0
  559. package/core/v1/limitRangeList.js +65 -0
  560. package/core/v1/limitRangeList.js.map +1 -0
  561. package/core/v1/limitRangePatch.d.ts +73 -0
  562. package/core/v1/limitRangePatch.js +68 -0
  563. package/core/v1/limitRangePatch.js.map +1 -0
  564. package/core/v1/namespace.d.ts +71 -0
  565. package/core/v1/namespace.js +64 -0
  566. package/core/v1/namespace.js.map +1 -0
  567. package/core/v1/namespaceList.d.ts +67 -0
  568. package/core/v1/namespaceList.js +65 -0
  569. package/core/v1/namespaceList.js.map +1 -0
  570. package/core/v1/namespacePatch.d.ts +77 -0
  571. package/core/v1/namespacePatch.js +70 -0
  572. package/core/v1/namespacePatch.js.map +1 -0
  573. package/core/v1/node.d.ts +71 -0
  574. package/core/v1/node.js +64 -0
  575. package/core/v1/node.js.map +1 -0
  576. package/core/v1/nodeList.d.ts +67 -0
  577. package/core/v1/nodeList.js +65 -0
  578. package/core/v1/nodeList.js.map +1 -0
  579. package/core/v1/nodePatch.d.ts +77 -0
  580. package/core/v1/nodePatch.js +70 -0
  581. package/core/v1/nodePatch.js.map +1 -0
  582. package/core/v1/persistentVolume.d.ts +71 -0
  583. package/core/v1/persistentVolume.js +64 -0
  584. package/core/v1/persistentVolume.js.map +1 -0
  585. package/core/v1/persistentVolumeClaim.d.ts +71 -0
  586. package/core/v1/persistentVolumeClaim.js +64 -0
  587. package/core/v1/persistentVolumeClaim.js.map +1 -0
  588. package/core/v1/persistentVolumeClaimList.d.ts +67 -0
  589. package/core/v1/persistentVolumeClaimList.js +65 -0
  590. package/core/v1/persistentVolumeClaimList.js.map +1 -0
  591. package/core/v1/persistentVolumeClaimPatch.d.ts +77 -0
  592. package/core/v1/persistentVolumeClaimPatch.js +70 -0
  593. package/core/v1/persistentVolumeClaimPatch.js.map +1 -0
  594. package/core/v1/persistentVolumeList.d.ts +67 -0
  595. package/core/v1/persistentVolumeList.js +65 -0
  596. package/core/v1/persistentVolumeList.js.map +1 -0
  597. package/core/v1/persistentVolumePatch.d.ts +77 -0
  598. package/core/v1/persistentVolumePatch.js +70 -0
  599. package/core/v1/persistentVolumePatch.js.map +1 -0
  600. package/core/v1/pod.d.ts +125 -0
  601. package/core/v1/pod.js +118 -0
  602. package/core/v1/pod.js.map +1 -0
  603. package/core/v1/podList.d.ts +67 -0
  604. package/core/v1/podList.js +65 -0
  605. package/core/v1/podList.js.map +1 -0
  606. package/core/v1/podPatch.d.ts +92 -0
  607. package/core/v1/podPatch.js +85 -0
  608. package/core/v1/podPatch.js.map +1 -0
  609. package/core/v1/podTemplate.d.ts +67 -0
  610. package/core/v1/podTemplate.js +62 -0
  611. package/core/v1/podTemplate.js.map +1 -0
  612. package/core/v1/podTemplateList.d.ts +67 -0
  613. package/core/v1/podTemplateList.js +65 -0
  614. package/core/v1/podTemplateList.js.map +1 -0
  615. package/core/v1/podTemplatePatch.d.ts +73 -0
  616. package/core/v1/podTemplatePatch.js +68 -0
  617. package/core/v1/podTemplatePatch.js.map +1 -0
  618. package/core/v1/replicationController.d.ts +71 -0
  619. package/core/v1/replicationController.js +64 -0
  620. package/core/v1/replicationController.js.map +1 -0
  621. package/core/v1/replicationControllerList.d.ts +67 -0
  622. package/core/v1/replicationControllerList.js +65 -0
  623. package/core/v1/replicationControllerList.js.map +1 -0
  624. package/core/v1/replicationControllerPatch.d.ts +77 -0
  625. package/core/v1/replicationControllerPatch.js +70 -0
  626. package/core/v1/replicationControllerPatch.js.map +1 -0
  627. package/core/v1/resourceQuota.d.ts +71 -0
  628. package/core/v1/resourceQuota.js +64 -0
  629. package/core/v1/resourceQuota.js.map +1 -0
  630. package/core/v1/resourceQuotaList.d.ts +67 -0
  631. package/core/v1/resourceQuotaList.js +65 -0
  632. package/core/v1/resourceQuotaList.js.map +1 -0
  633. package/core/v1/resourceQuotaPatch.d.ts +77 -0
  634. package/core/v1/resourceQuotaPatch.js +70 -0
  635. package/core/v1/resourceQuotaPatch.js.map +1 -0
  636. package/core/v1/secret.d.ts +109 -0
  637. package/core/v1/secret.js +80 -0
  638. package/core/v1/secret.js.map +1 -0
  639. package/core/v1/secretList.d.ts +67 -0
  640. package/core/v1/secretList.js +65 -0
  641. package/core/v1/secretList.js.map +1 -0
  642. package/core/v1/secretPatch.d.ts +115 -0
  643. package/core/v1/secretPatch.js +84 -0
  644. package/core/v1/secretPatch.js.map +1 -0
  645. package/core/v1/service.d.ts +129 -0
  646. package/core/v1/service.js +122 -0
  647. package/core/v1/service.js.map +1 -0
  648. package/core/v1/serviceAccount.d.ts +83 -0
  649. package/core/v1/serviceAccount.js +66 -0
  650. package/core/v1/serviceAccount.js.map +1 -0
  651. package/core/v1/serviceAccountList.d.ts +67 -0
  652. package/core/v1/serviceAccountList.js +65 -0
  653. package/core/v1/serviceAccountList.js.map +1 -0
  654. package/core/v1/serviceAccountPatch.d.ts +89 -0
  655. package/core/v1/serviceAccountPatch.js +72 -0
  656. package/core/v1/serviceAccountPatch.js.map +1 -0
  657. package/core/v1/serviceList.d.ts +67 -0
  658. package/core/v1/serviceList.js +65 -0
  659. package/core/v1/serviceList.js.map +1 -0
  660. package/core/v1/servicePatch.d.ts +94 -0
  661. package/core/v1/servicePatch.js +87 -0
  662. package/core/v1/servicePatch.js.map +1 -0
  663. package/discovery/index.d.ts +3 -0
  664. package/discovery/index.js +11 -0
  665. package/discovery/index.js.map +1 -0
  666. package/discovery/v1/endpointSlice.d.ts +83 -0
  667. package/discovery/v1/endpointSlice.js +74 -0
  668. package/discovery/v1/endpointSlice.js.map +1 -0
  669. package/discovery/v1/endpointSliceList.d.ts +67 -0
  670. package/discovery/v1/endpointSliceList.js +65 -0
  671. package/discovery/v1/endpointSliceList.js.map +1 -0
  672. package/discovery/v1/endpointSlicePatch.d.ts +89 -0
  673. package/discovery/v1/endpointSlicePatch.js +74 -0
  674. package/discovery/v1/endpointSlicePatch.js.map +1 -0
  675. package/discovery/v1/index.d.ts +9 -0
  676. package/discovery/v1/index.js +30 -0
  677. package/discovery/v1/index.js.map +1 -0
  678. package/discovery/v1beta1/endpointSlice.d.ts +83 -0
  679. package/discovery/v1beta1/endpointSlice.js +74 -0
  680. package/discovery/v1beta1/endpointSlice.js.map +1 -0
  681. package/discovery/v1beta1/endpointSliceList.d.ts +67 -0
  682. package/discovery/v1beta1/endpointSliceList.js +65 -0
  683. package/discovery/v1beta1/endpointSliceList.js.map +1 -0
  684. package/discovery/v1beta1/endpointSlicePatch.d.ts +89 -0
  685. package/discovery/v1beta1/endpointSlicePatch.js +74 -0
  686. package/discovery/v1beta1/endpointSlicePatch.js.map +1 -0
  687. package/discovery/v1beta1/index.d.ts +9 -0
  688. package/discovery/v1beta1/index.js +30 -0
  689. package/discovery/v1beta1/index.js.map +1 -0
  690. package/events/index.d.ts +3 -0
  691. package/events/index.js +11 -0
  692. package/events/index.js.map +1 -0
  693. package/events/v1/event.d.ts +171 -0
  694. package/events/v1/event.js +93 -0
  695. package/events/v1/event.js.map +1 -0
  696. package/events/v1/eventList.d.ts +67 -0
  697. package/events/v1/eventList.js +65 -0
  698. package/events/v1/eventList.js.map +1 -0
  699. package/events/v1/eventPatch.d.ts +177 -0
  700. package/events/v1/eventPatch.js +96 -0
  701. package/events/v1/eventPatch.js.map +1 -0
  702. package/events/v1/index.d.ts +9 -0
  703. package/events/v1/index.js +30 -0
  704. package/events/v1/index.js.map +1 -0
  705. package/events/v1beta1/event.d.ts +165 -0
  706. package/events/v1beta1/event.js +93 -0
  707. package/events/v1beta1/event.js.map +1 -0
  708. package/events/v1beta1/eventList.d.ts +67 -0
  709. package/events/v1beta1/eventList.js +65 -0
  710. package/events/v1beta1/eventList.js.map +1 -0
  711. package/events/v1beta1/eventPatch.d.ts +171 -0
  712. package/events/v1beta1/eventPatch.js +96 -0
  713. package/events/v1beta1/eventPatch.js.map +1 -0
  714. package/events/v1beta1/index.d.ts +9 -0
  715. package/events/v1beta1/index.js +30 -0
  716. package/events/v1beta1/index.js.map +1 -0
  717. package/extensions/index.d.ts +2 -0
  718. package/extensions/index.js +9 -0
  719. package/extensions/index.js.map +1 -0
  720. package/extensions/v1beta1/daemonSet.d.ts +74 -0
  721. package/extensions/v1beta1/daemonSet.js +69 -0
  722. package/extensions/v1beta1/daemonSet.js.map +1 -0
  723. package/extensions/v1beta1/daemonSetList.d.ts +67 -0
  724. package/extensions/v1beta1/daemonSetList.js +65 -0
  725. package/extensions/v1beta1/daemonSetList.js.map +1 -0
  726. package/extensions/v1beta1/daemonSetPatch.d.ts +80 -0
  727. package/extensions/v1beta1/daemonSetPatch.js +75 -0
  728. package/extensions/v1beta1/daemonSetPatch.js.map +1 -0
  729. package/extensions/v1beta1/deployment.d.ts +96 -0
  730. package/extensions/v1beta1/deployment.js +91 -0
  731. package/extensions/v1beta1/deployment.js.map +1 -0
  732. package/extensions/v1beta1/deploymentList.d.ts +67 -0
  733. package/extensions/v1beta1/deploymentList.js +65 -0
  734. package/extensions/v1beta1/deploymentList.js.map +1 -0
  735. package/extensions/v1beta1/deploymentPatch.d.ts +102 -0
  736. package/extensions/v1beta1/deploymentPatch.js +97 -0
  737. package/extensions/v1beta1/deploymentPatch.js.map +1 -0
  738. package/extensions/v1beta1/index.d.ts +54 -0
  739. package/extensions/v1beta1/index.js +90 -0
  740. package/extensions/v1beta1/index.js.map +1 -0
  741. package/extensions/v1beta1/ingress.d.ts +88 -0
  742. package/extensions/v1beta1/ingress.js +83 -0
  743. package/extensions/v1beta1/ingress.js.map +1 -0
  744. package/extensions/v1beta1/ingressList.d.ts +67 -0
  745. package/extensions/v1beta1/ingressList.js +65 -0
  746. package/extensions/v1beta1/ingressList.js.map +1 -0
  747. package/extensions/v1beta1/ingressPatch.d.ts +94 -0
  748. package/extensions/v1beta1/ingressPatch.js +89 -0
  749. package/extensions/v1beta1/ingressPatch.js.map +1 -0
  750. package/extensions/v1beta1/networkPolicy.d.ts +67 -0
  751. package/extensions/v1beta1/networkPolicy.js +64 -0
  752. package/extensions/v1beta1/networkPolicy.js.map +1 -0
  753. package/extensions/v1beta1/networkPolicyList.d.ts +67 -0
  754. package/extensions/v1beta1/networkPolicyList.js +65 -0
  755. package/extensions/v1beta1/networkPolicyList.js.map +1 -0
  756. package/extensions/v1beta1/networkPolicyPatch.d.ts +73 -0
  757. package/extensions/v1beta1/networkPolicyPatch.js +70 -0
  758. package/extensions/v1beta1/networkPolicyPatch.js.map +1 -0
  759. package/extensions/v1beta1/podSecurityPolicy.d.ts +67 -0
  760. package/extensions/v1beta1/podSecurityPolicy.js +64 -0
  761. package/extensions/v1beta1/podSecurityPolicy.js.map +1 -0
  762. package/extensions/v1beta1/podSecurityPolicyList.d.ts +67 -0
  763. package/extensions/v1beta1/podSecurityPolicyList.js +65 -0
  764. package/extensions/v1beta1/podSecurityPolicyList.js.map +1 -0
  765. package/extensions/v1beta1/podSecurityPolicyPatch.d.ts +73 -0
  766. package/extensions/v1beta1/podSecurityPolicyPatch.js +70 -0
  767. package/extensions/v1beta1/podSecurityPolicyPatch.js.map +1 -0
  768. package/extensions/v1beta1/replicaSet.d.ts +74 -0
  769. package/extensions/v1beta1/replicaSet.js +69 -0
  770. package/extensions/v1beta1/replicaSet.js.map +1 -0
  771. package/extensions/v1beta1/replicaSetList.d.ts +67 -0
  772. package/extensions/v1beta1/replicaSetList.js +65 -0
  773. package/extensions/v1beta1/replicaSetList.js.map +1 -0
  774. package/extensions/v1beta1/replicaSetPatch.d.ts +80 -0
  775. package/extensions/v1beta1/replicaSetPatch.js +75 -0
  776. package/extensions/v1beta1/replicaSetPatch.js.map +1 -0
  777. package/flowcontrol/index.d.ts +6 -0
  778. package/flowcontrol/index.js +17 -0
  779. package/flowcontrol/index.js.map +1 -0
  780. package/flowcontrol/v1/flowSchema.d.ts +71 -0
  781. package/flowcontrol/v1/flowSchema.js +66 -0
  782. package/flowcontrol/v1/flowSchema.js.map +1 -0
  783. package/flowcontrol/v1/flowSchemaList.d.ts +67 -0
  784. package/flowcontrol/v1/flowSchemaList.js +65 -0
  785. package/flowcontrol/v1/flowSchemaList.js.map +1 -0
  786. package/flowcontrol/v1/flowSchemaPatch.d.ts +77 -0
  787. package/flowcontrol/v1/flowSchemaPatch.js +72 -0
  788. package/flowcontrol/v1/flowSchemaPatch.js.map +1 -0
  789. package/flowcontrol/v1/index.d.ts +18 -0
  790. package/flowcontrol/v1/index.js +42 -0
  791. package/flowcontrol/v1/index.js.map +1 -0
  792. package/flowcontrol/v1/priorityLevelConfiguration.d.ts +71 -0
  793. package/flowcontrol/v1/priorityLevelConfiguration.js +66 -0
  794. package/flowcontrol/v1/priorityLevelConfiguration.js.map +1 -0
  795. package/flowcontrol/v1/priorityLevelConfigurationList.d.ts +67 -0
  796. package/flowcontrol/v1/priorityLevelConfigurationList.js +65 -0
  797. package/flowcontrol/v1/priorityLevelConfigurationList.js.map +1 -0
  798. package/flowcontrol/v1/priorityLevelConfigurationPatch.d.ts +77 -0
  799. package/flowcontrol/v1/priorityLevelConfigurationPatch.js +72 -0
  800. package/flowcontrol/v1/priorityLevelConfigurationPatch.js.map +1 -0
  801. package/flowcontrol/v1alpha1/flowSchema.d.ts +71 -0
  802. package/flowcontrol/v1alpha1/flowSchema.js +66 -0
  803. package/flowcontrol/v1alpha1/flowSchema.js.map +1 -0
  804. package/flowcontrol/v1alpha1/flowSchemaList.d.ts +67 -0
  805. package/flowcontrol/v1alpha1/flowSchemaList.js +65 -0
  806. package/flowcontrol/v1alpha1/flowSchemaList.js.map +1 -0
  807. package/flowcontrol/v1alpha1/flowSchemaPatch.d.ts +77 -0
  808. package/flowcontrol/v1alpha1/flowSchemaPatch.js +72 -0
  809. package/flowcontrol/v1alpha1/flowSchemaPatch.js.map +1 -0
  810. package/flowcontrol/v1alpha1/index.d.ts +18 -0
  811. package/flowcontrol/v1alpha1/index.js +42 -0
  812. package/flowcontrol/v1alpha1/index.js.map +1 -0
  813. package/flowcontrol/v1alpha1/priorityLevelConfiguration.d.ts +71 -0
  814. package/flowcontrol/v1alpha1/priorityLevelConfiguration.js +66 -0
  815. package/flowcontrol/v1alpha1/priorityLevelConfiguration.js.map +1 -0
  816. package/flowcontrol/v1alpha1/priorityLevelConfigurationList.d.ts +67 -0
  817. package/flowcontrol/v1alpha1/priorityLevelConfigurationList.js +65 -0
  818. package/flowcontrol/v1alpha1/priorityLevelConfigurationList.js.map +1 -0
  819. package/flowcontrol/v1alpha1/priorityLevelConfigurationPatch.d.ts +77 -0
  820. package/flowcontrol/v1alpha1/priorityLevelConfigurationPatch.js +72 -0
  821. package/flowcontrol/v1alpha1/priorityLevelConfigurationPatch.js.map +1 -0
  822. package/flowcontrol/v1beta1/flowSchema.d.ts +71 -0
  823. package/flowcontrol/v1beta1/flowSchema.js +66 -0
  824. package/flowcontrol/v1beta1/flowSchema.js.map +1 -0
  825. package/flowcontrol/v1beta1/flowSchemaList.d.ts +67 -0
  826. package/flowcontrol/v1beta1/flowSchemaList.js +65 -0
  827. package/flowcontrol/v1beta1/flowSchemaList.js.map +1 -0
  828. package/flowcontrol/v1beta1/flowSchemaPatch.d.ts +77 -0
  829. package/flowcontrol/v1beta1/flowSchemaPatch.js +72 -0
  830. package/flowcontrol/v1beta1/flowSchemaPatch.js.map +1 -0
  831. package/flowcontrol/v1beta1/index.d.ts +18 -0
  832. package/flowcontrol/v1beta1/index.js +42 -0
  833. package/flowcontrol/v1beta1/index.js.map +1 -0
  834. package/flowcontrol/v1beta1/priorityLevelConfiguration.d.ts +71 -0
  835. package/flowcontrol/v1beta1/priorityLevelConfiguration.js +66 -0
  836. package/flowcontrol/v1beta1/priorityLevelConfiguration.js.map +1 -0
  837. package/flowcontrol/v1beta1/priorityLevelConfigurationList.d.ts +67 -0
  838. package/flowcontrol/v1beta1/priorityLevelConfigurationList.js +65 -0
  839. package/flowcontrol/v1beta1/priorityLevelConfigurationList.js.map +1 -0
  840. package/flowcontrol/v1beta1/priorityLevelConfigurationPatch.d.ts +77 -0
  841. package/flowcontrol/v1beta1/priorityLevelConfigurationPatch.js +72 -0
  842. package/flowcontrol/v1beta1/priorityLevelConfigurationPatch.js.map +1 -0
  843. package/flowcontrol/v1beta2/flowSchema.d.ts +71 -0
  844. package/flowcontrol/v1beta2/flowSchema.js +66 -0
  845. package/flowcontrol/v1beta2/flowSchema.js.map +1 -0
  846. package/flowcontrol/v1beta2/flowSchemaList.d.ts +67 -0
  847. package/flowcontrol/v1beta2/flowSchemaList.js +65 -0
  848. package/flowcontrol/v1beta2/flowSchemaList.js.map +1 -0
  849. package/flowcontrol/v1beta2/flowSchemaPatch.d.ts +77 -0
  850. package/flowcontrol/v1beta2/flowSchemaPatch.js +72 -0
  851. package/flowcontrol/v1beta2/flowSchemaPatch.js.map +1 -0
  852. package/flowcontrol/v1beta2/index.d.ts +18 -0
  853. package/flowcontrol/v1beta2/index.js +42 -0
  854. package/flowcontrol/v1beta2/index.js.map +1 -0
  855. package/flowcontrol/v1beta2/priorityLevelConfiguration.d.ts +71 -0
  856. package/flowcontrol/v1beta2/priorityLevelConfiguration.js +66 -0
  857. package/flowcontrol/v1beta2/priorityLevelConfiguration.js.map +1 -0
  858. package/flowcontrol/v1beta2/priorityLevelConfigurationList.d.ts +67 -0
  859. package/flowcontrol/v1beta2/priorityLevelConfigurationList.js +65 -0
  860. package/flowcontrol/v1beta2/priorityLevelConfigurationList.js.map +1 -0
  861. package/flowcontrol/v1beta2/priorityLevelConfigurationPatch.d.ts +77 -0
  862. package/flowcontrol/v1beta2/priorityLevelConfigurationPatch.js +72 -0
  863. package/flowcontrol/v1beta2/priorityLevelConfigurationPatch.js.map +1 -0
  864. package/flowcontrol/v1beta3/flowSchema.d.ts +71 -0
  865. package/flowcontrol/v1beta3/flowSchema.js +66 -0
  866. package/flowcontrol/v1beta3/flowSchema.js.map +1 -0
  867. package/flowcontrol/v1beta3/flowSchemaList.d.ts +67 -0
  868. package/flowcontrol/v1beta3/flowSchemaList.js +65 -0
  869. package/flowcontrol/v1beta3/flowSchemaList.js.map +1 -0
  870. package/flowcontrol/v1beta3/flowSchemaPatch.d.ts +77 -0
  871. package/flowcontrol/v1beta3/flowSchemaPatch.js +72 -0
  872. package/flowcontrol/v1beta3/flowSchemaPatch.js.map +1 -0
  873. package/flowcontrol/v1beta3/index.d.ts +18 -0
  874. package/flowcontrol/v1beta3/index.js +42 -0
  875. package/flowcontrol/v1beta3/index.js.map +1 -0
  876. package/flowcontrol/v1beta3/priorityLevelConfiguration.d.ts +71 -0
  877. package/flowcontrol/v1beta3/priorityLevelConfiguration.js +66 -0
  878. package/flowcontrol/v1beta3/priorityLevelConfiguration.js.map +1 -0
  879. package/flowcontrol/v1beta3/priorityLevelConfigurationList.d.ts +67 -0
  880. package/flowcontrol/v1beta3/priorityLevelConfigurationList.js +65 -0
  881. package/flowcontrol/v1beta3/priorityLevelConfigurationList.js.map +1 -0
  882. package/flowcontrol/v1beta3/priorityLevelConfigurationPatch.d.ts +77 -0
  883. package/flowcontrol/v1beta3/priorityLevelConfigurationPatch.js +72 -0
  884. package/flowcontrol/v1beta3/priorityLevelConfigurationPatch.js.map +1 -0
  885. package/helm/index.d.ts +3 -0
  886. package/helm/index.js +11 -0
  887. package/helm/index.js.map +1 -0
  888. package/helm/v3/helm.d.ts +247 -0
  889. package/helm/v3/helm.js +244 -0
  890. package/helm/v3/helm.js.map +1 -0
  891. package/helm/v3/index.d.ts +4 -0
  892. package/helm/v3/index.js +38 -0
  893. package/helm/v3/index.js.map +1 -0
  894. package/helm/v3/release.d.ts +474 -0
  895. package/helm/v3/release.js +278 -0
  896. package/helm/v3/release.js.map +1 -0
  897. package/helm/v4/chart.d.ts +252 -0
  898. package/helm/v4/chart.js +224 -0
  899. package/helm/v4/chart.js.map +1 -0
  900. package/helm/v4/index.d.ts +3 -0
  901. package/helm/v4/index.js +22 -0
  902. package/helm/v4/index.js.map +1 -0
  903. package/index.d.ts +32 -0
  904. package/index.js +76 -0
  905. package/index.js.map +1 -0
  906. package/kustomize/index.d.ts +3 -0
  907. package/kustomize/index.js +25 -0
  908. package/kustomize/index.js.map +1 -0
  909. package/kustomize/kustomize.d.ts +108 -0
  910. package/kustomize/kustomize.js +103 -0
  911. package/kustomize/kustomize.js.map +1 -0
  912. package/kustomize/v2/directory.d.ts +65 -0
  913. package/kustomize/v2/directory.js +70 -0
  914. package/kustomize/v2/directory.js.map +1 -0
  915. package/kustomize/v2/index.d.ts +3 -0
  916. package/kustomize/v2/index.js +22 -0
  917. package/kustomize/v2/index.js.map +1 -0
  918. package/meta/index.d.ts +2 -0
  919. package/meta/index.js +9 -0
  920. package/meta/index.js.map +1 -0
  921. package/meta/v1/index.d.ts +6 -0
  922. package/meta/v1/index.js +26 -0
  923. package/meta/v1/index.js.map +1 -0
  924. package/meta/v1/status.d.ts +95 -0
  925. package/meta/v1/status.js +70 -0
  926. package/meta/v1/status.js.map +1 -0
  927. package/meta/v1/statusPatch.d.ts +101 -0
  928. package/meta/v1/statusPatch.js +76 -0
  929. package/meta/v1/statusPatch.js.map +1 -0
  930. package/networking/index.d.ts +4 -0
  931. package/networking/index.js +13 -0
  932. package/networking/index.js.map +1 -0
  933. package/networking/v1/index.d.ts +27 -0
  934. package/networking/v1/index.js +54 -0
  935. package/networking/v1/index.js.map +1 -0
  936. package/networking/v1/ingress.d.ts +152 -0
  937. package/networking/v1/ingress.js +147 -0
  938. package/networking/v1/ingress.js.map +1 -0
  939. package/networking/v1/ingressClass.d.ts +67 -0
  940. package/networking/v1/ingressClass.js +64 -0
  941. package/networking/v1/ingressClass.js.map +1 -0
  942. package/networking/v1/ingressClassList.d.ts +67 -0
  943. package/networking/v1/ingressClassList.js +65 -0
  944. package/networking/v1/ingressClassList.js.map +1 -0
  945. package/networking/v1/ingressClassPatch.d.ts +73 -0
  946. package/networking/v1/ingressClassPatch.js +70 -0
  947. package/networking/v1/ingressClassPatch.js.map +1 -0
  948. package/networking/v1/ingressList.d.ts +67 -0
  949. package/networking/v1/ingressList.js +65 -0
  950. package/networking/v1/ingressList.js.map +1 -0
  951. package/networking/v1/ingressPatch.d.ts +91 -0
  952. package/networking/v1/ingressPatch.js +86 -0
  953. package/networking/v1/ingressPatch.js.map +1 -0
  954. package/networking/v1/networkPolicy.d.ts +71 -0
  955. package/networking/v1/networkPolicy.js +66 -0
  956. package/networking/v1/networkPolicy.js.map +1 -0
  957. package/networking/v1/networkPolicyList.d.ts +67 -0
  958. package/networking/v1/networkPolicyList.js +65 -0
  959. package/networking/v1/networkPolicyList.js.map +1 -0
  960. package/networking/v1/networkPolicyPatch.d.ts +77 -0
  961. package/networking/v1/networkPolicyPatch.js +72 -0
  962. package/networking/v1/networkPolicyPatch.js.map +1 -0
  963. package/networking/v1alpha1/clusterCIDR.d.ts +67 -0
  964. package/networking/v1alpha1/clusterCIDR.js +62 -0
  965. package/networking/v1alpha1/clusterCIDR.js.map +1 -0
  966. package/networking/v1alpha1/clusterCIDRList.d.ts +67 -0
  967. package/networking/v1alpha1/clusterCIDRList.js +65 -0
  968. package/networking/v1alpha1/clusterCIDRList.js.map +1 -0
  969. package/networking/v1alpha1/clusterCIDRPatch.d.ts +73 -0
  970. package/networking/v1alpha1/clusterCIDRPatch.js +68 -0
  971. package/networking/v1alpha1/clusterCIDRPatch.js.map +1 -0
  972. package/networking/v1alpha1/index.d.ts +27 -0
  973. package/networking/v1alpha1/index.js +54 -0
  974. package/networking/v1alpha1/index.js.map +1 -0
  975. package/networking/v1alpha1/ipaddress.d.ts +67 -0
  976. package/networking/v1alpha1/ipaddress.js +64 -0
  977. package/networking/v1alpha1/ipaddress.js.map +1 -0
  978. package/networking/v1alpha1/ipaddressList.d.ts +67 -0
  979. package/networking/v1alpha1/ipaddressList.js +65 -0
  980. package/networking/v1alpha1/ipaddressList.js.map +1 -0
  981. package/networking/v1alpha1/ipaddressPatch.d.ts +73 -0
  982. package/networking/v1alpha1/ipaddressPatch.js +70 -0
  983. package/networking/v1alpha1/ipaddressPatch.js.map +1 -0
  984. package/networking/v1alpha1/serviceCIDR.d.ts +71 -0
  985. package/networking/v1alpha1/serviceCIDR.js +66 -0
  986. package/networking/v1alpha1/serviceCIDR.js.map +1 -0
  987. package/networking/v1alpha1/serviceCIDRList.d.ts +67 -0
  988. package/networking/v1alpha1/serviceCIDRList.js +65 -0
  989. package/networking/v1alpha1/serviceCIDRList.js.map +1 -0
  990. package/networking/v1alpha1/serviceCIDRPatch.d.ts +77 -0
  991. package/networking/v1alpha1/serviceCIDRPatch.js +72 -0
  992. package/networking/v1alpha1/serviceCIDRPatch.js.map +1 -0
  993. package/networking/v1beta1/index.d.ts +36 -0
  994. package/networking/v1beta1/index.js +66 -0
  995. package/networking/v1beta1/index.js.map +1 -0
  996. package/networking/v1beta1/ingress.d.ts +85 -0
  997. package/networking/v1beta1/ingress.js +80 -0
  998. package/networking/v1beta1/ingress.js.map +1 -0
  999. package/networking/v1beta1/ingressClass.d.ts +67 -0
  1000. package/networking/v1beta1/ingressClass.js +64 -0
  1001. package/networking/v1beta1/ingressClass.js.map +1 -0
  1002. package/networking/v1beta1/ingressClassList.d.ts +67 -0
  1003. package/networking/v1beta1/ingressClassList.js +65 -0
  1004. package/networking/v1beta1/ingressClassList.js.map +1 -0
  1005. package/networking/v1beta1/ingressClassPatch.d.ts +73 -0
  1006. package/networking/v1beta1/ingressClassPatch.js +70 -0
  1007. package/networking/v1beta1/ingressClassPatch.js.map +1 -0
  1008. package/networking/v1beta1/ingressList.d.ts +67 -0
  1009. package/networking/v1beta1/ingressList.js +65 -0
  1010. package/networking/v1beta1/ingressList.js.map +1 -0
  1011. package/networking/v1beta1/ingressPatch.d.ts +91 -0
  1012. package/networking/v1beta1/ingressPatch.js +86 -0
  1013. package/networking/v1beta1/ingressPatch.js.map +1 -0
  1014. package/networking/v1beta1/ipaddress.d.ts +67 -0
  1015. package/networking/v1beta1/ipaddress.js +64 -0
  1016. package/networking/v1beta1/ipaddress.js.map +1 -0
  1017. package/networking/v1beta1/ipaddressList.d.ts +67 -0
  1018. package/networking/v1beta1/ipaddressList.js +65 -0
  1019. package/networking/v1beta1/ipaddressList.js.map +1 -0
  1020. package/networking/v1beta1/ipaddressPatch.d.ts +73 -0
  1021. package/networking/v1beta1/ipaddressPatch.js +70 -0
  1022. package/networking/v1beta1/ipaddressPatch.js.map +1 -0
  1023. package/networking/v1beta1/serviceCIDR.d.ts +71 -0
  1024. package/networking/v1beta1/serviceCIDR.js +66 -0
  1025. package/networking/v1beta1/serviceCIDR.js.map +1 -0
  1026. package/networking/v1beta1/serviceCIDRList.d.ts +67 -0
  1027. package/networking/v1beta1/serviceCIDRList.js +65 -0
  1028. package/networking/v1beta1/serviceCIDRList.js.map +1 -0
  1029. package/networking/v1beta1/serviceCIDRPatch.d.ts +77 -0
  1030. package/networking/v1beta1/serviceCIDRPatch.js +72 -0
  1031. package/networking/v1beta1/serviceCIDRPatch.js.map +1 -0
  1032. package/node/index.d.ts +4 -0
  1033. package/node/index.js +13 -0
  1034. package/node/index.js.map +1 -0
  1035. package/node/v1/index.d.ts +9 -0
  1036. package/node/v1/index.js +30 -0
  1037. package/node/v1/index.js.map +1 -0
  1038. package/node/v1/runtimeClass.d.ts +85 -0
  1039. package/node/v1/runtimeClass.js +71 -0
  1040. package/node/v1/runtimeClass.js.map +1 -0
  1041. package/node/v1/runtimeClassList.d.ts +67 -0
  1042. package/node/v1/runtimeClassList.js +65 -0
  1043. package/node/v1/runtimeClassList.js.map +1 -0
  1044. package/node/v1/runtimeClassPatch.d.ts +91 -0
  1045. package/node/v1/runtimeClassPatch.js +74 -0
  1046. package/node/v1/runtimeClassPatch.js.map +1 -0
  1047. package/node/v1alpha1/index.d.ts +9 -0
  1048. package/node/v1alpha1/index.js +30 -0
  1049. package/node/v1alpha1/index.js.map +1 -0
  1050. package/node/v1alpha1/runtimeClass.d.ts +67 -0
  1051. package/node/v1alpha1/runtimeClass.js +67 -0
  1052. package/node/v1alpha1/runtimeClass.js.map +1 -0
  1053. package/node/v1alpha1/runtimeClassList.d.ts +67 -0
  1054. package/node/v1alpha1/runtimeClassList.js +65 -0
  1055. package/node/v1alpha1/runtimeClassList.js.map +1 -0
  1056. package/node/v1alpha1/runtimeClassPatch.d.ts +73 -0
  1057. package/node/v1alpha1/runtimeClassPatch.js +70 -0
  1058. package/node/v1alpha1/runtimeClassPatch.js.map +1 -0
  1059. package/node/v1beta1/index.d.ts +9 -0
  1060. package/node/v1beta1/index.js +30 -0
  1061. package/node/v1beta1/index.js.map +1 -0
  1062. package/node/v1beta1/runtimeClass.d.ts +83 -0
  1063. package/node/v1beta1/runtimeClass.js +71 -0
  1064. package/node/v1beta1/runtimeClass.js.map +1 -0
  1065. package/node/v1beta1/runtimeClassList.d.ts +67 -0
  1066. package/node/v1beta1/runtimeClassList.js +65 -0
  1067. package/node/v1beta1/runtimeClassList.js.map +1 -0
  1068. package/node/v1beta1/runtimeClassPatch.d.ts +89 -0
  1069. package/node/v1beta1/runtimeClassPatch.js +74 -0
  1070. package/node/v1beta1/runtimeClassPatch.js.map +1 -0
  1071. package/package.json +34 -0
  1072. package/package.json.dev +33 -0
  1073. package/path.d.ts +2 -0
  1074. package/path.js +39 -0
  1075. package/path.js.map +1 -0
  1076. package/policy/index.d.ts +3 -0
  1077. package/policy/index.js +11 -0
  1078. package/policy/index.js.map +1 -0
  1079. package/policy/v1/index.d.ts +9 -0
  1080. package/policy/v1/index.js +30 -0
  1081. package/policy/v1/index.js.map +1 -0
  1082. package/policy/v1/podDisruptionBudget.d.ts +71 -0
  1083. package/policy/v1/podDisruptionBudget.js +66 -0
  1084. package/policy/v1/podDisruptionBudget.js.map +1 -0
  1085. package/policy/v1/podDisruptionBudgetList.d.ts +67 -0
  1086. package/policy/v1/podDisruptionBudgetList.js +65 -0
  1087. package/policy/v1/podDisruptionBudgetList.js.map +1 -0
  1088. package/policy/v1/podDisruptionBudgetPatch.d.ts +77 -0
  1089. package/policy/v1/podDisruptionBudgetPatch.js +72 -0
  1090. package/policy/v1/podDisruptionBudgetPatch.js.map +1 -0
  1091. package/policy/v1beta1/index.d.ts +18 -0
  1092. package/policy/v1beta1/index.js +42 -0
  1093. package/policy/v1beta1/index.js.map +1 -0
  1094. package/policy/v1beta1/podDisruptionBudget.d.ts +65 -0
  1095. package/policy/v1beta1/podDisruptionBudget.js +66 -0
  1096. package/policy/v1beta1/podDisruptionBudget.js.map +1 -0
  1097. package/policy/v1beta1/podDisruptionBudgetList.d.ts +55 -0
  1098. package/policy/v1beta1/podDisruptionBudgetList.js +65 -0
  1099. package/policy/v1beta1/podDisruptionBudgetList.js.map +1 -0
  1100. package/policy/v1beta1/podDisruptionBudgetPatch.d.ts +71 -0
  1101. package/policy/v1beta1/podDisruptionBudgetPatch.js +72 -0
  1102. package/policy/v1beta1/podDisruptionBudgetPatch.js.map +1 -0
  1103. package/policy/v1beta1/podSecurityPolicy.d.ts +67 -0
  1104. package/policy/v1beta1/podSecurityPolicy.js +64 -0
  1105. package/policy/v1beta1/podSecurityPolicy.js.map +1 -0
  1106. package/policy/v1beta1/podSecurityPolicyList.d.ts +67 -0
  1107. package/policy/v1beta1/podSecurityPolicyList.js +65 -0
  1108. package/policy/v1beta1/podSecurityPolicyList.js.map +1 -0
  1109. package/policy/v1beta1/podSecurityPolicyPatch.d.ts +73 -0
  1110. package/policy/v1beta1/podSecurityPolicyPatch.js +70 -0
  1111. package/policy/v1beta1/podSecurityPolicyPatch.js.map +1 -0
  1112. package/provider.d.ts +112 -0
  1113. package/provider.js +58 -0
  1114. package/provider.js.map +1 -0
  1115. package/rbac/index.d.ts +4 -0
  1116. package/rbac/index.js +13 -0
  1117. package/rbac/index.js.map +1 -0
  1118. package/rbac/v1/clusterRole.d.ts +75 -0
  1119. package/rbac/v1/clusterRole.js +66 -0
  1120. package/rbac/v1/clusterRole.js.map +1 -0
  1121. package/rbac/v1/clusterRoleBinding.d.ts +75 -0
  1122. package/rbac/v1/clusterRoleBinding.js +69 -0
  1123. package/rbac/v1/clusterRoleBinding.js.map +1 -0
  1124. package/rbac/v1/clusterRoleBindingList.d.ts +67 -0
  1125. package/rbac/v1/clusterRoleBindingList.js +65 -0
  1126. package/rbac/v1/clusterRoleBindingList.js.map +1 -0
  1127. package/rbac/v1/clusterRoleBindingPatch.d.ts +81 -0
  1128. package/rbac/v1/clusterRoleBindingPatch.js +72 -0
  1129. package/rbac/v1/clusterRoleBindingPatch.js.map +1 -0
  1130. package/rbac/v1/clusterRoleList.d.ts +67 -0
  1131. package/rbac/v1/clusterRoleList.js +65 -0
  1132. package/rbac/v1/clusterRoleList.js.map +1 -0
  1133. package/rbac/v1/clusterRolePatch.d.ts +81 -0
  1134. package/rbac/v1/clusterRolePatch.js +72 -0
  1135. package/rbac/v1/clusterRolePatch.js.map +1 -0
  1136. package/rbac/v1/index.d.ts +36 -0
  1137. package/rbac/v1/index.js +66 -0
  1138. package/rbac/v1/index.js.map +1 -0
  1139. package/rbac/v1/role.d.ts +67 -0
  1140. package/rbac/v1/role.js +64 -0
  1141. package/rbac/v1/role.js.map +1 -0
  1142. package/rbac/v1/roleBinding.d.ts +75 -0
  1143. package/rbac/v1/roleBinding.js +69 -0
  1144. package/rbac/v1/roleBinding.js.map +1 -0
  1145. package/rbac/v1/roleBindingList.d.ts +67 -0
  1146. package/rbac/v1/roleBindingList.js +65 -0
  1147. package/rbac/v1/roleBindingList.js.map +1 -0
  1148. package/rbac/v1/roleBindingPatch.d.ts +81 -0
  1149. package/rbac/v1/roleBindingPatch.js +72 -0
  1150. package/rbac/v1/roleBindingPatch.js.map +1 -0
  1151. package/rbac/v1/roleList.d.ts +67 -0
  1152. package/rbac/v1/roleList.js +65 -0
  1153. package/rbac/v1/roleList.js.map +1 -0
  1154. package/rbac/v1/rolePatch.d.ts +73 -0
  1155. package/rbac/v1/rolePatch.js +70 -0
  1156. package/rbac/v1/rolePatch.js.map +1 -0
  1157. package/rbac/v1alpha1/clusterRole.d.ts +75 -0
  1158. package/rbac/v1alpha1/clusterRole.js +66 -0
  1159. package/rbac/v1alpha1/clusterRole.js.map +1 -0
  1160. package/rbac/v1alpha1/clusterRoleBinding.d.ts +75 -0
  1161. package/rbac/v1alpha1/clusterRoleBinding.js +69 -0
  1162. package/rbac/v1alpha1/clusterRoleBinding.js.map +1 -0
  1163. package/rbac/v1alpha1/clusterRoleBindingList.d.ts +67 -0
  1164. package/rbac/v1alpha1/clusterRoleBindingList.js +65 -0
  1165. package/rbac/v1alpha1/clusterRoleBindingList.js.map +1 -0
  1166. package/rbac/v1alpha1/clusterRoleBindingPatch.d.ts +81 -0
  1167. package/rbac/v1alpha1/clusterRoleBindingPatch.js +72 -0
  1168. package/rbac/v1alpha1/clusterRoleBindingPatch.js.map +1 -0
  1169. package/rbac/v1alpha1/clusterRoleList.d.ts +67 -0
  1170. package/rbac/v1alpha1/clusterRoleList.js +65 -0
  1171. package/rbac/v1alpha1/clusterRoleList.js.map +1 -0
  1172. package/rbac/v1alpha1/clusterRolePatch.d.ts +81 -0
  1173. package/rbac/v1alpha1/clusterRolePatch.js +72 -0
  1174. package/rbac/v1alpha1/clusterRolePatch.js.map +1 -0
  1175. package/rbac/v1alpha1/index.d.ts +36 -0
  1176. package/rbac/v1alpha1/index.js +66 -0
  1177. package/rbac/v1alpha1/index.js.map +1 -0
  1178. package/rbac/v1alpha1/role.d.ts +67 -0
  1179. package/rbac/v1alpha1/role.js +64 -0
  1180. package/rbac/v1alpha1/role.js.map +1 -0
  1181. package/rbac/v1alpha1/roleBinding.d.ts +75 -0
  1182. package/rbac/v1alpha1/roleBinding.js +69 -0
  1183. package/rbac/v1alpha1/roleBinding.js.map +1 -0
  1184. package/rbac/v1alpha1/roleBindingList.d.ts +67 -0
  1185. package/rbac/v1alpha1/roleBindingList.js +65 -0
  1186. package/rbac/v1alpha1/roleBindingList.js.map +1 -0
  1187. package/rbac/v1alpha1/roleBindingPatch.d.ts +81 -0
  1188. package/rbac/v1alpha1/roleBindingPatch.js +72 -0
  1189. package/rbac/v1alpha1/roleBindingPatch.js.map +1 -0
  1190. package/rbac/v1alpha1/roleList.d.ts +67 -0
  1191. package/rbac/v1alpha1/roleList.js +65 -0
  1192. package/rbac/v1alpha1/roleList.js.map +1 -0
  1193. package/rbac/v1alpha1/rolePatch.d.ts +73 -0
  1194. package/rbac/v1alpha1/rolePatch.js +70 -0
  1195. package/rbac/v1alpha1/rolePatch.js.map +1 -0
  1196. package/rbac/v1beta1/clusterRole.d.ts +75 -0
  1197. package/rbac/v1beta1/clusterRole.js +66 -0
  1198. package/rbac/v1beta1/clusterRole.js.map +1 -0
  1199. package/rbac/v1beta1/clusterRoleBinding.d.ts +75 -0
  1200. package/rbac/v1beta1/clusterRoleBinding.js +69 -0
  1201. package/rbac/v1beta1/clusterRoleBinding.js.map +1 -0
  1202. package/rbac/v1beta1/clusterRoleBindingList.d.ts +67 -0
  1203. package/rbac/v1beta1/clusterRoleBindingList.js +65 -0
  1204. package/rbac/v1beta1/clusterRoleBindingList.js.map +1 -0
  1205. package/rbac/v1beta1/clusterRoleBindingPatch.d.ts +81 -0
  1206. package/rbac/v1beta1/clusterRoleBindingPatch.js +72 -0
  1207. package/rbac/v1beta1/clusterRoleBindingPatch.js.map +1 -0
  1208. package/rbac/v1beta1/clusterRoleList.d.ts +67 -0
  1209. package/rbac/v1beta1/clusterRoleList.js +65 -0
  1210. package/rbac/v1beta1/clusterRoleList.js.map +1 -0
  1211. package/rbac/v1beta1/clusterRolePatch.d.ts +81 -0
  1212. package/rbac/v1beta1/clusterRolePatch.js +72 -0
  1213. package/rbac/v1beta1/clusterRolePatch.js.map +1 -0
  1214. package/rbac/v1beta1/index.d.ts +36 -0
  1215. package/rbac/v1beta1/index.js +66 -0
  1216. package/rbac/v1beta1/index.js.map +1 -0
  1217. package/rbac/v1beta1/role.d.ts +67 -0
  1218. package/rbac/v1beta1/role.js +64 -0
  1219. package/rbac/v1beta1/role.js.map +1 -0
  1220. package/rbac/v1beta1/roleBinding.d.ts +75 -0
  1221. package/rbac/v1beta1/roleBinding.js +69 -0
  1222. package/rbac/v1beta1/roleBinding.js.map +1 -0
  1223. package/rbac/v1beta1/roleBindingList.d.ts +67 -0
  1224. package/rbac/v1beta1/roleBindingList.js +65 -0
  1225. package/rbac/v1beta1/roleBindingList.js.map +1 -0
  1226. package/rbac/v1beta1/roleBindingPatch.d.ts +81 -0
  1227. package/rbac/v1beta1/roleBindingPatch.js +72 -0
  1228. package/rbac/v1beta1/roleBindingPatch.js.map +1 -0
  1229. package/rbac/v1beta1/roleList.d.ts +67 -0
  1230. package/rbac/v1beta1/roleList.js +65 -0
  1231. package/rbac/v1beta1/roleList.js.map +1 -0
  1232. package/rbac/v1beta1/rolePatch.d.ts +73 -0
  1233. package/rbac/v1beta1/rolePatch.js +70 -0
  1234. package/rbac/v1beta1/rolePatch.js.map +1 -0
  1235. package/resource/index.d.ts +5 -0
  1236. package/resource/index.js +15 -0
  1237. package/resource/index.js.map +1 -0
  1238. package/resource/v1alpha1/index.d.ts +36 -0
  1239. package/resource/v1alpha1/index.js +66 -0
  1240. package/resource/v1alpha1/index.js.map +1 -0
  1241. package/resource/v1alpha1/podScheduling.d.ts +73 -0
  1242. package/resource/v1alpha1/podScheduling.js +69 -0
  1243. package/resource/v1alpha1/podScheduling.js.map +1 -0
  1244. package/resource/v1alpha1/podSchedulingList.d.ts +67 -0
  1245. package/resource/v1alpha1/podSchedulingList.js +65 -0
  1246. package/resource/v1alpha1/podSchedulingList.js.map +1 -0
  1247. package/resource/v1alpha1/podSchedulingPatch.d.ts +79 -0
  1248. package/resource/v1alpha1/podSchedulingPatch.js +72 -0
  1249. package/resource/v1alpha1/podSchedulingPatch.js.map +1 -0
  1250. package/resource/v1alpha1/resourceClaim.d.ts +73 -0
  1251. package/resource/v1alpha1/resourceClaim.js +71 -0
  1252. package/resource/v1alpha1/resourceClaim.js.map +1 -0
  1253. package/resource/v1alpha1/resourceClaimList.d.ts +67 -0
  1254. package/resource/v1alpha1/resourceClaimList.js +65 -0
  1255. package/resource/v1alpha1/resourceClaimList.js.map +1 -0
  1256. package/resource/v1alpha1/resourceClaimPatch.d.ts +79 -0
  1257. package/resource/v1alpha1/resourceClaimPatch.js +74 -0
  1258. package/resource/v1alpha1/resourceClaimPatch.js.map +1 -0
  1259. package/resource/v1alpha1/resourceClaimTemplate.d.ts +71 -0
  1260. package/resource/v1alpha1/resourceClaimTemplate.js +67 -0
  1261. package/resource/v1alpha1/resourceClaimTemplate.js.map +1 -0
  1262. package/resource/v1alpha1/resourceClaimTemplateList.d.ts +67 -0
  1263. package/resource/v1alpha1/resourceClaimTemplateList.js +65 -0
  1264. package/resource/v1alpha1/resourceClaimTemplateList.js.map +1 -0
  1265. package/resource/v1alpha1/resourceClaimTemplatePatch.d.ts +77 -0
  1266. package/resource/v1alpha1/resourceClaimTemplatePatch.js +70 -0
  1267. package/resource/v1alpha1/resourceClaimTemplatePatch.js.map +1 -0
  1268. package/resource/v1alpha1/resourceClass.d.ts +93 -0
  1269. package/resource/v1alpha1/resourceClass.js +73 -0
  1270. package/resource/v1alpha1/resourceClass.js.map +1 -0
  1271. package/resource/v1alpha1/resourceClassList.d.ts +67 -0
  1272. package/resource/v1alpha1/resourceClassList.js +65 -0
  1273. package/resource/v1alpha1/resourceClassList.js.map +1 -0
  1274. package/resource/v1alpha1/resourceClassPatch.d.ts +99 -0
  1275. package/resource/v1alpha1/resourceClassPatch.js +76 -0
  1276. package/resource/v1alpha1/resourceClassPatch.js.map +1 -0
  1277. package/resource/v1alpha2/index.d.ts +63 -0
  1278. package/resource/v1alpha2/index.js +102 -0
  1279. package/resource/v1alpha2/index.js.map +1 -0
  1280. package/resource/v1alpha2/podSchedulingContext.d.ts +73 -0
  1281. package/resource/v1alpha2/podSchedulingContext.js +71 -0
  1282. package/resource/v1alpha2/podSchedulingContext.js.map +1 -0
  1283. package/resource/v1alpha2/podSchedulingContextList.d.ts +67 -0
  1284. package/resource/v1alpha2/podSchedulingContextList.js +65 -0
  1285. package/resource/v1alpha2/podSchedulingContextList.js.map +1 -0
  1286. package/resource/v1alpha2/podSchedulingContextPatch.d.ts +79 -0
  1287. package/resource/v1alpha2/podSchedulingContextPatch.js +74 -0
  1288. package/resource/v1alpha2/podSchedulingContextPatch.js.map +1 -0
  1289. package/resource/v1alpha2/resourceClaim.d.ts +73 -0
  1290. package/resource/v1alpha2/resourceClaim.js +71 -0
  1291. package/resource/v1alpha2/resourceClaim.js.map +1 -0
  1292. package/resource/v1alpha2/resourceClaimList.d.ts +67 -0
  1293. package/resource/v1alpha2/resourceClaimList.js +65 -0
  1294. package/resource/v1alpha2/resourceClaimList.js.map +1 -0
  1295. package/resource/v1alpha2/resourceClaimParameters.d.ts +87 -0
  1296. package/resource/v1alpha2/resourceClaimParameters.js +66 -0
  1297. package/resource/v1alpha2/resourceClaimParameters.js.map +1 -0
  1298. package/resource/v1alpha2/resourceClaimParametersList.d.ts +67 -0
  1299. package/resource/v1alpha2/resourceClaimParametersList.js +65 -0
  1300. package/resource/v1alpha2/resourceClaimParametersList.js.map +1 -0
  1301. package/resource/v1alpha2/resourceClaimParametersPatch.d.ts +93 -0
  1302. package/resource/v1alpha2/resourceClaimParametersPatch.js +72 -0
  1303. package/resource/v1alpha2/resourceClaimParametersPatch.js.map +1 -0
  1304. package/resource/v1alpha2/resourceClaimPatch.d.ts +79 -0
  1305. package/resource/v1alpha2/resourceClaimPatch.js +74 -0
  1306. package/resource/v1alpha2/resourceClaimPatch.js.map +1 -0
  1307. package/resource/v1alpha2/resourceClaimTemplate.d.ts +71 -0
  1308. package/resource/v1alpha2/resourceClaimTemplate.js +67 -0
  1309. package/resource/v1alpha2/resourceClaimTemplate.js.map +1 -0
  1310. package/resource/v1alpha2/resourceClaimTemplateList.d.ts +67 -0
  1311. package/resource/v1alpha2/resourceClaimTemplateList.js +65 -0
  1312. package/resource/v1alpha2/resourceClaimTemplateList.js.map +1 -0
  1313. package/resource/v1alpha2/resourceClaimTemplatePatch.d.ts +77 -0
  1314. package/resource/v1alpha2/resourceClaimTemplatePatch.js +70 -0
  1315. package/resource/v1alpha2/resourceClaimTemplatePatch.js.map +1 -0
  1316. package/resource/v1alpha2/resourceClass.d.ts +101 -0
  1317. package/resource/v1alpha2/resourceClass.js +75 -0
  1318. package/resource/v1alpha2/resourceClass.js.map +1 -0
  1319. package/resource/v1alpha2/resourceClassList.d.ts +67 -0
  1320. package/resource/v1alpha2/resourceClassList.js +65 -0
  1321. package/resource/v1alpha2/resourceClassList.js.map +1 -0
  1322. package/resource/v1alpha2/resourceClassParameters.d.ts +83 -0
  1323. package/resource/v1alpha2/resourceClassParameters.js +66 -0
  1324. package/resource/v1alpha2/resourceClassParameters.js.map +1 -0
  1325. package/resource/v1alpha2/resourceClassParametersList.d.ts +67 -0
  1326. package/resource/v1alpha2/resourceClassParametersList.js +65 -0
  1327. package/resource/v1alpha2/resourceClassParametersList.js.map +1 -0
  1328. package/resource/v1alpha2/resourceClassParametersPatch.d.ts +89 -0
  1329. package/resource/v1alpha2/resourceClassParametersPatch.js +72 -0
  1330. package/resource/v1alpha2/resourceClassParametersPatch.js.map +1 -0
  1331. package/resource/v1alpha2/resourceClassPatch.d.ts +107 -0
  1332. package/resource/v1alpha2/resourceClassPatch.js +78 -0
  1333. package/resource/v1alpha2/resourceClassPatch.js.map +1 -0
  1334. package/resource/v1alpha2/resourceSlice.d.ts +87 -0
  1335. package/resource/v1alpha2/resourceSlice.js +71 -0
  1336. package/resource/v1alpha2/resourceSlice.js.map +1 -0
  1337. package/resource/v1alpha2/resourceSliceList.d.ts +67 -0
  1338. package/resource/v1alpha2/resourceSliceList.js +65 -0
  1339. package/resource/v1alpha2/resourceSliceList.js.map +1 -0
  1340. package/resource/v1alpha2/resourceSlicePatch.d.ts +93 -0
  1341. package/resource/v1alpha2/resourceSlicePatch.js +74 -0
  1342. package/resource/v1alpha2/resourceSlicePatch.js.map +1 -0
  1343. package/resource/v1alpha3/deviceClass.d.ts +77 -0
  1344. package/resource/v1alpha3/deviceClass.js +69 -0
  1345. package/resource/v1alpha3/deviceClass.js.map +1 -0
  1346. package/resource/v1alpha3/deviceClassList.d.ts +67 -0
  1347. package/resource/v1alpha3/deviceClassList.js +65 -0
  1348. package/resource/v1alpha3/deviceClassList.js.map +1 -0
  1349. package/resource/v1alpha3/deviceClassPatch.d.ts +83 -0
  1350. package/resource/v1alpha3/deviceClassPatch.js +72 -0
  1351. package/resource/v1alpha3/deviceClassPatch.js.map +1 -0
  1352. package/resource/v1alpha3/index.d.ts +45 -0
  1353. package/resource/v1alpha3/index.js +78 -0
  1354. package/resource/v1alpha3/index.js.map +1 -0
  1355. package/resource/v1alpha3/podSchedulingContext.d.ts +73 -0
  1356. package/resource/v1alpha3/podSchedulingContext.js +71 -0
  1357. package/resource/v1alpha3/podSchedulingContext.js.map +1 -0
  1358. package/resource/v1alpha3/podSchedulingContextList.d.ts +67 -0
  1359. package/resource/v1alpha3/podSchedulingContextList.js +65 -0
  1360. package/resource/v1alpha3/podSchedulingContextList.js.map +1 -0
  1361. package/resource/v1alpha3/podSchedulingContextPatch.d.ts +79 -0
  1362. package/resource/v1alpha3/podSchedulingContextPatch.js +74 -0
  1363. package/resource/v1alpha3/podSchedulingContextPatch.js.map +1 -0
  1364. package/resource/v1alpha3/resourceClaim.d.ts +73 -0
  1365. package/resource/v1alpha3/resourceClaim.js +71 -0
  1366. package/resource/v1alpha3/resourceClaim.js.map +1 -0
  1367. package/resource/v1alpha3/resourceClaimList.d.ts +67 -0
  1368. package/resource/v1alpha3/resourceClaimList.js +65 -0
  1369. package/resource/v1alpha3/resourceClaimList.js.map +1 -0
  1370. package/resource/v1alpha3/resourceClaimPatch.d.ts +79 -0
  1371. package/resource/v1alpha3/resourceClaimPatch.js +74 -0
  1372. package/resource/v1alpha3/resourceClaimPatch.js.map +1 -0
  1373. package/resource/v1alpha3/resourceClaimTemplate.d.ts +73 -0
  1374. package/resource/v1alpha3/resourceClaimTemplate.js +69 -0
  1375. package/resource/v1alpha3/resourceClaimTemplate.js.map +1 -0
  1376. package/resource/v1alpha3/resourceClaimTemplateList.d.ts +67 -0
  1377. package/resource/v1alpha3/resourceClaimTemplateList.js +65 -0
  1378. package/resource/v1alpha3/resourceClaimTemplateList.js.map +1 -0
  1379. package/resource/v1alpha3/resourceClaimTemplatePatch.d.ts +79 -0
  1380. package/resource/v1alpha3/resourceClaimTemplatePatch.js +72 -0
  1381. package/resource/v1alpha3/resourceClaimTemplatePatch.js.map +1 -0
  1382. package/resource/v1alpha3/resourceSlice.d.ts +81 -0
  1383. package/resource/v1alpha3/resourceSlice.js +77 -0
  1384. package/resource/v1alpha3/resourceSlice.js.map +1 -0
  1385. package/resource/v1alpha3/resourceSliceList.d.ts +75 -0
  1386. package/resource/v1alpha3/resourceSliceList.js +67 -0
  1387. package/resource/v1alpha3/resourceSliceList.js.map +1 -0
  1388. package/resource/v1alpha3/resourceSlicePatch.d.ts +87 -0
  1389. package/resource/v1alpha3/resourceSlicePatch.js +80 -0
  1390. package/resource/v1alpha3/resourceSlicePatch.js.map +1 -0
  1391. package/resource/v1beta1/deviceClass.d.ts +77 -0
  1392. package/resource/v1beta1/deviceClass.js +69 -0
  1393. package/resource/v1beta1/deviceClass.js.map +1 -0
  1394. package/resource/v1beta1/deviceClassList.d.ts +67 -0
  1395. package/resource/v1beta1/deviceClassList.js +65 -0
  1396. package/resource/v1beta1/deviceClassList.js.map +1 -0
  1397. package/resource/v1beta1/deviceClassPatch.d.ts +83 -0
  1398. package/resource/v1beta1/deviceClassPatch.js +72 -0
  1399. package/resource/v1beta1/deviceClassPatch.js.map +1 -0
  1400. package/resource/v1beta1/index.d.ts +36 -0
  1401. package/resource/v1beta1/index.js +66 -0
  1402. package/resource/v1beta1/index.js.map +1 -0
  1403. package/resource/v1beta1/resourceClaim.d.ts +73 -0
  1404. package/resource/v1beta1/resourceClaim.js +71 -0
  1405. package/resource/v1beta1/resourceClaim.js.map +1 -0
  1406. package/resource/v1beta1/resourceClaimList.d.ts +67 -0
  1407. package/resource/v1beta1/resourceClaimList.js +65 -0
  1408. package/resource/v1beta1/resourceClaimList.js.map +1 -0
  1409. package/resource/v1beta1/resourceClaimPatch.d.ts +79 -0
  1410. package/resource/v1beta1/resourceClaimPatch.js +74 -0
  1411. package/resource/v1beta1/resourceClaimPatch.js.map +1 -0
  1412. package/resource/v1beta1/resourceClaimTemplate.d.ts +73 -0
  1413. package/resource/v1beta1/resourceClaimTemplate.js +69 -0
  1414. package/resource/v1beta1/resourceClaimTemplate.js.map +1 -0
  1415. package/resource/v1beta1/resourceClaimTemplateList.d.ts +67 -0
  1416. package/resource/v1beta1/resourceClaimTemplateList.js +65 -0
  1417. package/resource/v1beta1/resourceClaimTemplateList.js.map +1 -0
  1418. package/resource/v1beta1/resourceClaimTemplatePatch.d.ts +79 -0
  1419. package/resource/v1beta1/resourceClaimTemplatePatch.js +72 -0
  1420. package/resource/v1beta1/resourceClaimTemplatePatch.js.map +1 -0
  1421. package/resource/v1beta1/resourceSlice.d.ts +81 -0
  1422. package/resource/v1beta1/resourceSlice.js +77 -0
  1423. package/resource/v1beta1/resourceSlice.js.map +1 -0
  1424. package/resource/v1beta1/resourceSliceList.d.ts +67 -0
  1425. package/resource/v1beta1/resourceSliceList.js +65 -0
  1426. package/resource/v1beta1/resourceSliceList.js.map +1 -0
  1427. package/resource/v1beta1/resourceSlicePatch.d.ts +87 -0
  1428. package/resource/v1beta1/resourceSlicePatch.js +80 -0
  1429. package/resource/v1beta1/resourceSlicePatch.js.map +1 -0
  1430. package/scheduling/index.d.ts +4 -0
  1431. package/scheduling/index.js +13 -0
  1432. package/scheduling/index.js.map +1 -0
  1433. package/scheduling/v1/index.d.ts +9 -0
  1434. package/scheduling/v1/index.js +30 -0
  1435. package/scheduling/v1/index.js.map +1 -0
  1436. package/scheduling/v1/priorityClass.d.ts +91 -0
  1437. package/scheduling/v1/priorityClass.js +73 -0
  1438. package/scheduling/v1/priorityClass.js.map +1 -0
  1439. package/scheduling/v1/priorityClassList.d.ts +67 -0
  1440. package/scheduling/v1/priorityClassList.js +65 -0
  1441. package/scheduling/v1/priorityClassList.js.map +1 -0
  1442. package/scheduling/v1/priorityClassPatch.d.ts +97 -0
  1443. package/scheduling/v1/priorityClassPatch.js +76 -0
  1444. package/scheduling/v1/priorityClassPatch.js.map +1 -0
  1445. package/scheduling/v1alpha1/index.d.ts +9 -0
  1446. package/scheduling/v1alpha1/index.js +30 -0
  1447. package/scheduling/v1alpha1/index.js.map +1 -0
  1448. package/scheduling/v1alpha1/priorityClass.d.ts +91 -0
  1449. package/scheduling/v1alpha1/priorityClass.js +73 -0
  1450. package/scheduling/v1alpha1/priorityClass.js.map +1 -0
  1451. package/scheduling/v1alpha1/priorityClassList.d.ts +67 -0
  1452. package/scheduling/v1alpha1/priorityClassList.js +65 -0
  1453. package/scheduling/v1alpha1/priorityClassList.js.map +1 -0
  1454. package/scheduling/v1alpha1/priorityClassPatch.d.ts +97 -0
  1455. package/scheduling/v1alpha1/priorityClassPatch.js +76 -0
  1456. package/scheduling/v1alpha1/priorityClassPatch.js.map +1 -0
  1457. package/scheduling/v1beta1/index.d.ts +9 -0
  1458. package/scheduling/v1beta1/index.js +30 -0
  1459. package/scheduling/v1beta1/index.js.map +1 -0
  1460. package/scheduling/v1beta1/priorityClass.d.ts +91 -0
  1461. package/scheduling/v1beta1/priorityClass.js +73 -0
  1462. package/scheduling/v1beta1/priorityClass.js.map +1 -0
  1463. package/scheduling/v1beta1/priorityClassList.d.ts +67 -0
  1464. package/scheduling/v1beta1/priorityClassList.js +65 -0
  1465. package/scheduling/v1beta1/priorityClassList.js.map +1 -0
  1466. package/scheduling/v1beta1/priorityClassPatch.d.ts +97 -0
  1467. package/scheduling/v1beta1/priorityClassPatch.js +76 -0
  1468. package/scheduling/v1beta1/priorityClassPatch.js.map +1 -0
  1469. package/scripts/install-pulumi-plugin.js +21 -0
  1470. package/settings/index.d.ts +2 -0
  1471. package/settings/index.js +9 -0
  1472. package/settings/index.js.map +1 -0
  1473. package/settings/v1alpha1/index.d.ts +9 -0
  1474. package/settings/v1alpha1/index.js +30 -0
  1475. package/settings/v1alpha1/index.js.map +1 -0
  1476. package/settings/v1alpha1/podPreset.d.ts +55 -0
  1477. package/settings/v1alpha1/podPreset.js +62 -0
  1478. package/settings/v1alpha1/podPreset.js.map +1 -0
  1479. package/settings/v1alpha1/podPresetList.d.ts +67 -0
  1480. package/settings/v1alpha1/podPresetList.js +65 -0
  1481. package/settings/v1alpha1/podPresetList.js.map +1 -0
  1482. package/settings/v1alpha1/podPresetPatch.d.ts +61 -0
  1483. package/settings/v1alpha1/podPresetPatch.js +68 -0
  1484. package/settings/v1alpha1/podPresetPatch.js.map +1 -0
  1485. package/storage/index.d.ts +4 -0
  1486. package/storage/index.js +13 -0
  1487. package/storage/index.js.map +1 -0
  1488. package/storage/v1/csidriver.d.ts +67 -0
  1489. package/storage/v1/csidriver.js +67 -0
  1490. package/storage/v1/csidriver.js.map +1 -0
  1491. package/storage/v1/csidriverList.d.ts +67 -0
  1492. package/storage/v1/csidriverList.js +65 -0
  1493. package/storage/v1/csidriverList.js.map +1 -0
  1494. package/storage/v1/csidriverPatch.d.ts +73 -0
  1495. package/storage/v1/csidriverPatch.js +70 -0
  1496. package/storage/v1/csidriverPatch.js.map +1 -0
  1497. package/storage/v1/csinode.d.ts +67 -0
  1498. package/storage/v1/csinode.js +67 -0
  1499. package/storage/v1/csinode.js.map +1 -0
  1500. package/storage/v1/csinodeList.d.ts +67 -0
  1501. package/storage/v1/csinodeList.js +65 -0
  1502. package/storage/v1/csinodeList.js.map +1 -0
  1503. package/storage/v1/csinodePatch.d.ts +73 -0
  1504. package/storage/v1/csinodePatch.js +70 -0
  1505. package/storage/v1/csinodePatch.js.map +1 -0
  1506. package/storage/v1/csistorageCapacity.d.ts +115 -0
  1507. package/storage/v1/csistorageCapacity.js +81 -0
  1508. package/storage/v1/csistorageCapacity.js.map +1 -0
  1509. package/storage/v1/csistorageCapacityList.d.ts +67 -0
  1510. package/storage/v1/csistorageCapacityList.js +65 -0
  1511. package/storage/v1/csistorageCapacityList.js.map +1 -0
  1512. package/storage/v1/csistorageCapacityPatch.d.ts +121 -0
  1513. package/storage/v1/csistorageCapacityPatch.js +84 -0
  1514. package/storage/v1/csistorageCapacityPatch.js.map +1 -0
  1515. package/storage/v1/index.d.ts +45 -0
  1516. package/storage/v1/index.js +78 -0
  1517. package/storage/v1/index.js.map +1 -0
  1518. package/storage/v1/storageClass.d.ts +121 -0
  1519. package/storage/v1/storageClass.js +81 -0
  1520. package/storage/v1/storageClass.js.map +1 -0
  1521. package/storage/v1/storageClassList.d.ts +67 -0
  1522. package/storage/v1/storageClassList.js +65 -0
  1523. package/storage/v1/storageClassList.js.map +1 -0
  1524. package/storage/v1/storageClassPatch.d.ts +127 -0
  1525. package/storage/v1/storageClassPatch.js +84 -0
  1526. package/storage/v1/storageClassPatch.js.map +1 -0
  1527. package/storage/v1/volumeAttachment.d.ts +73 -0
  1528. package/storage/v1/volumeAttachment.js +71 -0
  1529. package/storage/v1/volumeAttachment.js.map +1 -0
  1530. package/storage/v1/volumeAttachmentList.d.ts +67 -0
  1531. package/storage/v1/volumeAttachmentList.js +65 -0
  1532. package/storage/v1/volumeAttachmentList.js.map +1 -0
  1533. package/storage/v1/volumeAttachmentPatch.d.ts +79 -0
  1534. package/storage/v1/volumeAttachmentPatch.js +74 -0
  1535. package/storage/v1/volumeAttachmentPatch.js.map +1 -0
  1536. package/storage/v1alpha1/index.d.ts +18 -0
  1537. package/storage/v1alpha1/index.js +42 -0
  1538. package/storage/v1alpha1/index.js.map +1 -0
  1539. package/storage/v1alpha1/volumeAttachment.d.ts +73 -0
  1540. package/storage/v1alpha1/volumeAttachment.js +71 -0
  1541. package/storage/v1alpha1/volumeAttachment.js.map +1 -0
  1542. package/storage/v1alpha1/volumeAttachmentList.d.ts +67 -0
  1543. package/storage/v1alpha1/volumeAttachmentList.js +65 -0
  1544. package/storage/v1alpha1/volumeAttachmentList.js.map +1 -0
  1545. package/storage/v1alpha1/volumeAttachmentPatch.d.ts +79 -0
  1546. package/storage/v1alpha1/volumeAttachmentPatch.js +74 -0
  1547. package/storage/v1alpha1/volumeAttachmentPatch.js.map +1 -0
  1548. package/storage/v1alpha1/volumeAttributesClass.d.ts +83 -0
  1549. package/storage/v1alpha1/volumeAttributesClass.js +69 -0
  1550. package/storage/v1alpha1/volumeAttributesClass.js.map +1 -0
  1551. package/storage/v1alpha1/volumeAttributesClassList.d.ts +67 -0
  1552. package/storage/v1alpha1/volumeAttributesClassList.js +65 -0
  1553. package/storage/v1alpha1/volumeAttributesClassList.js.map +1 -0
  1554. package/storage/v1alpha1/volumeAttributesClassPatch.d.ts +89 -0
  1555. package/storage/v1alpha1/volumeAttributesClassPatch.js +72 -0
  1556. package/storage/v1alpha1/volumeAttributesClassPatch.js.map +1 -0
  1557. package/storage/v1beta1/csidriver.d.ts +67 -0
  1558. package/storage/v1beta1/csidriver.js +67 -0
  1559. package/storage/v1beta1/csidriver.js.map +1 -0
  1560. package/storage/v1beta1/csidriverList.d.ts +67 -0
  1561. package/storage/v1beta1/csidriverList.js +65 -0
  1562. package/storage/v1beta1/csidriverList.js.map +1 -0
  1563. package/storage/v1beta1/csidriverPatch.d.ts +73 -0
  1564. package/storage/v1beta1/csidriverPatch.js +70 -0
  1565. package/storage/v1beta1/csidriverPatch.js.map +1 -0
  1566. package/storage/v1beta1/csinode.d.ts +70 -0
  1567. package/storage/v1beta1/csinode.js +70 -0
  1568. package/storage/v1beta1/csinode.js.map +1 -0
  1569. package/storage/v1beta1/csinodeList.d.ts +67 -0
  1570. package/storage/v1beta1/csinodeList.js +65 -0
  1571. package/storage/v1beta1/csinodeList.js.map +1 -0
  1572. package/storage/v1beta1/csinodePatch.d.ts +76 -0
  1573. package/storage/v1beta1/csinodePatch.js +73 -0
  1574. package/storage/v1beta1/csinodePatch.js.map +1 -0
  1575. package/storage/v1beta1/csistorageCapacity.d.ts +115 -0
  1576. package/storage/v1beta1/csistorageCapacity.js +81 -0
  1577. package/storage/v1beta1/csistorageCapacity.js.map +1 -0
  1578. package/storage/v1beta1/csistorageCapacityList.d.ts +67 -0
  1579. package/storage/v1beta1/csistorageCapacityList.js +65 -0
  1580. package/storage/v1beta1/csistorageCapacityList.js.map +1 -0
  1581. package/storage/v1beta1/csistorageCapacityPatch.d.ts +121 -0
  1582. package/storage/v1beta1/csistorageCapacityPatch.js +84 -0
  1583. package/storage/v1beta1/csistorageCapacityPatch.js.map +1 -0
  1584. package/storage/v1beta1/index.d.ts +54 -0
  1585. package/storage/v1beta1/index.js +90 -0
  1586. package/storage/v1beta1/index.js.map +1 -0
  1587. package/storage/v1beta1/storageClass.d.ts +121 -0
  1588. package/storage/v1beta1/storageClass.js +81 -0
  1589. package/storage/v1beta1/storageClass.js.map +1 -0
  1590. package/storage/v1beta1/storageClassList.d.ts +67 -0
  1591. package/storage/v1beta1/storageClassList.js +65 -0
  1592. package/storage/v1beta1/storageClassList.js.map +1 -0
  1593. package/storage/v1beta1/storageClassPatch.d.ts +127 -0
  1594. package/storage/v1beta1/storageClassPatch.js +84 -0
  1595. package/storage/v1beta1/storageClassPatch.js.map +1 -0
  1596. package/storage/v1beta1/volumeAttachment.d.ts +73 -0
  1597. package/storage/v1beta1/volumeAttachment.js +71 -0
  1598. package/storage/v1beta1/volumeAttachment.js.map +1 -0
  1599. package/storage/v1beta1/volumeAttachmentList.d.ts +67 -0
  1600. package/storage/v1beta1/volumeAttachmentList.js +65 -0
  1601. package/storage/v1beta1/volumeAttachmentList.js.map +1 -0
  1602. package/storage/v1beta1/volumeAttachmentPatch.d.ts +79 -0
  1603. package/storage/v1beta1/volumeAttachmentPatch.js +74 -0
  1604. package/storage/v1beta1/volumeAttachmentPatch.js.map +1 -0
  1605. package/storage/v1beta1/volumeAttributesClass.d.ts +83 -0
  1606. package/storage/v1beta1/volumeAttributesClass.js +69 -0
  1607. package/storage/v1beta1/volumeAttributesClass.js.map +1 -0
  1608. package/storage/v1beta1/volumeAttributesClassList.d.ts +67 -0
  1609. package/storage/v1beta1/volumeAttributesClassList.js +65 -0
  1610. package/storage/v1beta1/volumeAttributesClassList.js.map +1 -0
  1611. package/storage/v1beta1/volumeAttributesClassPatch.d.ts +89 -0
  1612. package/storage/v1beta1/volumeAttributesClassPatch.js +72 -0
  1613. package/storage/v1beta1/volumeAttributesClassPatch.js.map +1 -0
  1614. package/storagemigration/index.d.ts +2 -0
  1615. package/storagemigration/index.js +9 -0
  1616. package/storagemigration/index.js.map +1 -0
  1617. package/storagemigration/v1alpha1/index.d.ts +9 -0
  1618. package/storagemigration/v1alpha1/index.js +30 -0
  1619. package/storagemigration/v1alpha1/index.js.map +1 -0
  1620. package/storagemigration/v1alpha1/storageVersionMigration.d.ts +71 -0
  1621. package/storagemigration/v1alpha1/storageVersionMigration.js +64 -0
  1622. package/storagemigration/v1alpha1/storageVersionMigration.js.map +1 -0
  1623. package/storagemigration/v1alpha1/storageVersionMigrationList.d.ts +67 -0
  1624. package/storagemigration/v1alpha1/storageVersionMigrationList.js +65 -0
  1625. package/storagemigration/v1alpha1/storageVersionMigrationList.js.map +1 -0
  1626. package/storagemigration/v1alpha1/storageVersionMigrationPatch.d.ts +77 -0
  1627. package/storagemigration/v1alpha1/storageVersionMigrationPatch.js +70 -0
  1628. package/storagemigration/v1alpha1/storageVersionMigrationPatch.js.map +1 -0
  1629. package/types/enums/core/index.d.ts +2 -0
  1630. package/types/enums/core/index.js +9 -0
  1631. package/types/enums/core/index.js.map +1 -0
  1632. package/types/enums/core/v1/index.d.ts +7 -0
  1633. package/types/enums/core/v1/index.js +12 -0
  1634. package/types/enums/core/v1/index.js.map +1 -0
  1635. package/types/enums/index.d.ts +2 -0
  1636. package/types/enums/index.js +9 -0
  1637. package/types/enums/index.js.map +1 -0
  1638. package/types/index.d.ts +4 -0
  1639. package/types/index.js +13 -0
  1640. package/types/index.js.map +1 -0
  1641. package/types/input.d.ts +34333 -0
  1642. package/types/input.js +23 -0
  1643. package/types/input.js.map +1 -0
  1644. package/types/output.d.ts +38310 -0
  1645. package/types/output.js +5 -0
  1646. package/types/output.js.map +1 -0
  1647. package/utilities.d.ts +8 -0
  1648. package/utilities.js +101 -0
  1649. package/utilities.js.map +1 -0
  1650. package/yaml/index.d.ts +3 -0
  1651. package/yaml/index.js +25 -0
  1652. package/yaml/index.js.map +1 -0
  1653. package/yaml/v2/configFile.d.ts +87 -0
  1654. package/yaml/v2/configFile.js +98 -0
  1655. package/yaml/v2/configFile.js.map +1 -0
  1656. package/yaml/v2/configGroup.d.ts +141 -0
  1657. package/yaml/v2/configGroup.js +143 -0
  1658. package/yaml/v2/configGroup.js.map +1 -0
  1659. package/yaml/v2/index.d.ts +6 -0
  1660. package/yaml/v2/index.js +26 -0
  1661. package/yaml/v2/index.js.map +1 -0
  1662. package/yaml/yaml.d.ts +3613 -0
  1663. package/yaml/yaml.js +1342 -0
  1664. package/yaml/yaml.js.map +1 -0
@@ -0,0 +1,73 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * ResourceClaimTemplate is used to produce ResourceClaim objects.
6
+ *
7
+ * This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
8
+ */
9
+ export declare class ResourceClaimTemplate extends pulumi.CustomResource {
10
+ /**
11
+ * Get an existing ResourceClaimTemplate resource's state with the given name, ID, and optional extra
12
+ * properties used to qualify the lookup.
13
+ *
14
+ * @param name The _unique_ name of the resulting resource.
15
+ * @param id The _unique_ provider ID of the resource to lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ResourceClaimTemplate;
19
+ /**
20
+ * Returns true if the given object is an instance of ResourceClaimTemplate. This is designed to work even
21
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
22
+ */
23
+ static isInstance(obj: any): obj is ResourceClaimTemplate;
24
+ /**
25
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
26
+ */
27
+ readonly apiVersion: pulumi.Output<"resource.k8s.io/v1alpha3">;
28
+ /**
29
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
30
+ */
31
+ readonly kind: pulumi.Output<"ResourceClaimTemplate">;
32
+ /**
33
+ * Standard object metadata
34
+ */
35
+ readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMeta>;
36
+ /**
37
+ * Describes the ResourceClaim that is to be generated.
38
+ *
39
+ * This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
40
+ */
41
+ readonly spec: pulumi.Output<outputs.resource.v1alpha3.ResourceClaimTemplateSpec>;
42
+ /**
43
+ * Create a ResourceClaimTemplate resource with the given unique name, arguments, and options.
44
+ *
45
+ * @param name The _unique_ name of the resource.
46
+ * @param args The arguments to use to populate this resource's properties.
47
+ * @param opts A bag of options that control this resource's behavior.
48
+ */
49
+ constructor(name: string, args?: ResourceClaimTemplateArgs, opts?: pulumi.CustomResourceOptions);
50
+ }
51
+ /**
52
+ * The set of arguments for constructing a ResourceClaimTemplate resource.
53
+ */
54
+ export interface ResourceClaimTemplateArgs {
55
+ /**
56
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
57
+ */
58
+ apiVersion?: pulumi.Input<"resource.k8s.io/v1alpha3">;
59
+ /**
60
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
61
+ */
62
+ kind?: pulumi.Input<"ResourceClaimTemplate">;
63
+ /**
64
+ * Standard object metadata
65
+ */
66
+ metadata?: pulumi.Input<inputs.meta.v1.ObjectMeta>;
67
+ /**
68
+ * Describes the ResourceClaim that is to be generated.
69
+ *
70
+ * This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
71
+ */
72
+ spec: pulumi.Input<inputs.resource.v1alpha3.ResourceClaimTemplateSpec>;
73
+ }
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumigen. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.ResourceClaimTemplate = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * ResourceClaimTemplate is used to produce ResourceClaim objects.
10
+ *
11
+ * This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
12
+ */
13
+ class ResourceClaimTemplate extends pulumi.CustomResource {
14
+ /**
15
+ * Get an existing ResourceClaimTemplate resource's state with the given name, ID, and optional extra
16
+ * properties used to qualify the lookup.
17
+ *
18
+ * @param name The _unique_ name of the resulting resource.
19
+ * @param id The _unique_ provider ID of the resource to lookup.
20
+ * @param opts Optional settings to control the behavior of the CustomResource.
21
+ */
22
+ static get(name, id, opts) {
23
+ return new ResourceClaimTemplate(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
24
+ }
25
+ /**
26
+ * Returns true if the given object is an instance of ResourceClaimTemplate. This is designed to work even
27
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
28
+ */
29
+ static isInstance(obj) {
30
+ if (obj === undefined || obj === null) {
31
+ return false;
32
+ }
33
+ return obj['__pulumiType'] === ResourceClaimTemplate.__pulumiType;
34
+ }
35
+ /**
36
+ * Create a ResourceClaimTemplate resource with the given unique name, arguments, and options.
37
+ *
38
+ * @param name The _unique_ name of the resource.
39
+ * @param args The arguments to use to populate this resource's properties.
40
+ * @param opts A bag of options that control this resource's behavior.
41
+ */
42
+ constructor(name, args, opts) {
43
+ let resourceInputs = {};
44
+ opts = opts || {};
45
+ if (!opts.id) {
46
+ if ((!args || args.spec === undefined) && !opts.urn) {
47
+ throw new Error("Missing required property 'spec'");
48
+ }
49
+ resourceInputs["apiVersion"] = "resource.k8s.io/v1alpha3";
50
+ resourceInputs["kind"] = "ResourceClaimTemplate";
51
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
52
+ resourceInputs["spec"] = args ? args.spec : undefined;
53
+ }
54
+ else {
55
+ resourceInputs["apiVersion"] = undefined /*out*/;
56
+ resourceInputs["kind"] = undefined /*out*/;
57
+ resourceInputs["metadata"] = undefined /*out*/;
58
+ resourceInputs["spec"] = undefined /*out*/;
59
+ }
60
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
61
+ const aliasOpts = { aliases: [{ type: "kubernetes:resource.k8s.io/v1alpha1:ResourceClaimTemplate" }, { type: "kubernetes:resource.k8s.io/v1alpha2:ResourceClaimTemplate" }, { type: "kubernetes:resource.k8s.io/v1beta1:ResourceClaimTemplate" }] };
62
+ opts = pulumi.mergeOptions(opts, aliasOpts);
63
+ super(ResourceClaimTemplate.__pulumiType, name, resourceInputs, opts);
64
+ }
65
+ }
66
+ exports.ResourceClaimTemplate = ResourceClaimTemplate;
67
+ /** @internal */
68
+ ResourceClaimTemplate.__pulumiType = 'kubernetes:resource.k8s.io/v1alpha3:ResourceClaimTemplate';
69
+ //# sourceMappingURL=resourceClaimTemplate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resourceClaimTemplate.js","sourceRoot":"","sources":["../../../resource/v1alpha3/resourceClaimTemplate.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAIzC,6CAA6C;AAE7C;;;;GAIG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,qBAAqB,CAAC,YAAY,CAAC;IACtE,CAAC;IAqBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAgC,EAAE,IAAmC;QAC3F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,0BAA0B,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,uBAAuB,CAAC;YACjD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,SAAS,GAAG,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,2DAA2D,EAAE,EAAE,EAAE,IAAI,EAAE,2DAA2D,EAAE,EAAE,EAAE,IAAI,EAAE,0DAA0D,EAAE,CAAC,EAAE,CAAC;QACpP,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,qBAAqB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1E,CAAC;;AA1EL,sDA2EC;AA9DG,gBAAgB;AACO,kCAAY,GAAG,2DAA2D,CAAC"}
@@ -0,0 +1,67 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * ResourceClaimTemplateList is a collection of claim templates.
6
+ */
7
+ export declare class ResourceClaimTemplateList extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing ResourceClaimTemplateList resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ResourceClaimTemplateList;
17
+ /**
18
+ * Returns true if the given object is an instance of ResourceClaimTemplateList. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is ResourceClaimTemplateList;
22
+ /**
23
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
24
+ */
25
+ readonly apiVersion: pulumi.Output<"resource.k8s.io/v1alpha3">;
26
+ /**
27
+ * Items is the list of resource claim templates.
28
+ */
29
+ readonly items: pulumi.Output<outputs.resource.v1alpha3.ResourceClaimTemplate[]>;
30
+ /**
31
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
32
+ */
33
+ readonly kind: pulumi.Output<"ResourceClaimTemplateList">;
34
+ /**
35
+ * Standard list metadata
36
+ */
37
+ readonly metadata: pulumi.Output<outputs.meta.v1.ListMeta>;
38
+ /**
39
+ * Create a ResourceClaimTemplateList resource with the given unique name, arguments, and options.
40
+ *
41
+ * @param name The _unique_ name of the resource.
42
+ * @param args The arguments to use to populate this resource's properties.
43
+ * @param opts A bag of options that control this resource's behavior.
44
+ */
45
+ constructor(name: string, args?: ResourceClaimTemplateListArgs, opts?: pulumi.CustomResourceOptions);
46
+ }
47
+ /**
48
+ * The set of arguments for constructing a ResourceClaimTemplateList resource.
49
+ */
50
+ export interface ResourceClaimTemplateListArgs {
51
+ /**
52
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
53
+ */
54
+ apiVersion?: pulumi.Input<"resource.k8s.io/v1alpha3">;
55
+ /**
56
+ * Items is the list of resource claim templates.
57
+ */
58
+ items: pulumi.Input<pulumi.Input<inputs.resource.v1alpha3.ResourceClaimTemplate>[]>;
59
+ /**
60
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
61
+ */
62
+ kind?: pulumi.Input<"ResourceClaimTemplateList">;
63
+ /**
64
+ * Standard list metadata
65
+ */
66
+ metadata?: pulumi.Input<inputs.meta.v1.ListMeta>;
67
+ }
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumigen. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.ResourceClaimTemplateList = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * ResourceClaimTemplateList is a collection of claim templates.
10
+ */
11
+ class ResourceClaimTemplateList extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing ResourceClaimTemplateList resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new ResourceClaimTemplateList(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of ResourceClaimTemplateList. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === ResourceClaimTemplateList.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a ResourceClaimTemplateList resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (!opts.id) {
44
+ if ((!args || args.items === undefined) && !opts.urn) {
45
+ throw new Error("Missing required property 'items'");
46
+ }
47
+ resourceInputs["apiVersion"] = "resource.k8s.io/v1alpha3";
48
+ resourceInputs["items"] = args ? args.items : undefined;
49
+ resourceInputs["kind"] = "ResourceClaimTemplateList";
50
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
51
+ }
52
+ else {
53
+ resourceInputs["apiVersion"] = undefined /*out*/;
54
+ resourceInputs["items"] = undefined /*out*/;
55
+ resourceInputs["kind"] = undefined /*out*/;
56
+ resourceInputs["metadata"] = undefined /*out*/;
57
+ }
58
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
59
+ super(ResourceClaimTemplateList.__pulumiType, name, resourceInputs, opts);
60
+ }
61
+ }
62
+ exports.ResourceClaimTemplateList = ResourceClaimTemplateList;
63
+ /** @internal */
64
+ ResourceClaimTemplateList.__pulumiType = 'kubernetes:resource.k8s.io/v1alpha3:ResourceClaimTemplateList';
65
+ //# sourceMappingURL=resourceClaimTemplateList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resourceClaimTemplateList.js","sourceRoot":"","sources":["../../../resource/v1alpha3/resourceClaimTemplateList.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAIzC,6CAA6C;AAE7C;;GAEG;AACH,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;IAmBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,0BAA0B,CAAC;YAC1D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,2BAA2B,CAAC;YACrD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,yBAAyB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9E,CAAC;;AAtEL,8DAuEC;AA1DG,gBAAgB;AACO,sCAAY,GAAG,+DAA+D,CAAC"}
@@ -0,0 +1,79 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * Patch resources are used to modify existing Kubernetes resources by using
6
+ * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
7
+ * one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
8
+ * Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
9
+ * [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
10
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
11
+ * ResourceClaimTemplate is used to produce ResourceClaim objects.
12
+ *
13
+ * This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
14
+ */
15
+ export declare class ResourceClaimTemplatePatch extends pulumi.CustomResource {
16
+ /**
17
+ * Get an existing ResourceClaimTemplatePatch resource's state with the given name, ID, and optional extra
18
+ * properties used to qualify the lookup.
19
+ *
20
+ * @param name The _unique_ name of the resulting resource.
21
+ * @param id The _unique_ provider ID of the resource to lookup.
22
+ * @param opts Optional settings to control the behavior of the CustomResource.
23
+ */
24
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ResourceClaimTemplatePatch;
25
+ /**
26
+ * Returns true if the given object is an instance of ResourceClaimTemplatePatch. This is designed to work even
27
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
28
+ */
29
+ static isInstance(obj: any): obj is ResourceClaimTemplatePatch;
30
+ /**
31
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
32
+ */
33
+ readonly apiVersion: pulumi.Output<"resource.k8s.io/v1alpha3">;
34
+ /**
35
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
36
+ */
37
+ readonly kind: pulumi.Output<"ResourceClaimTemplate">;
38
+ /**
39
+ * Standard object metadata
40
+ */
41
+ readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
42
+ /**
43
+ * Describes the ResourceClaim that is to be generated.
44
+ *
45
+ * This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
46
+ */
47
+ readonly spec: pulumi.Output<outputs.resource.v1alpha3.ResourceClaimTemplateSpecPatch>;
48
+ /**
49
+ * Create a ResourceClaimTemplatePatch resource with the given unique name, arguments, and options.
50
+ *
51
+ * @param name The _unique_ name of the resource.
52
+ * @param args The arguments to use to populate this resource's properties.
53
+ * @param opts A bag of options that control this resource's behavior.
54
+ */
55
+ constructor(name: string, args?: ResourceClaimTemplatePatchArgs, opts?: pulumi.CustomResourceOptions);
56
+ }
57
+ /**
58
+ * The set of arguments for constructing a ResourceClaimTemplatePatch resource.
59
+ */
60
+ export interface ResourceClaimTemplatePatchArgs {
61
+ /**
62
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
63
+ */
64
+ apiVersion?: pulumi.Input<"resource.k8s.io/v1alpha3">;
65
+ /**
66
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
67
+ */
68
+ kind?: pulumi.Input<"ResourceClaimTemplate">;
69
+ /**
70
+ * Standard object metadata
71
+ */
72
+ metadata?: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
73
+ /**
74
+ * Describes the ResourceClaim that is to be generated.
75
+ *
76
+ * This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
77
+ */
78
+ spec?: pulumi.Input<inputs.resource.v1alpha3.ResourceClaimTemplateSpecPatch>;
79
+ }
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumigen. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.ResourceClaimTemplatePatch = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Patch resources are used to modify existing Kubernetes resources by using
10
+ * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
11
+ * one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
12
+ * Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
13
+ * [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
14
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
15
+ * ResourceClaimTemplate is used to produce ResourceClaim objects.
16
+ *
17
+ * This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
18
+ */
19
+ class ResourceClaimTemplatePatch extends pulumi.CustomResource {
20
+ /**
21
+ * Get an existing ResourceClaimTemplatePatch resource's state with the given name, ID, and optional extra
22
+ * properties used to qualify the lookup.
23
+ *
24
+ * @param name The _unique_ name of the resulting resource.
25
+ * @param id The _unique_ provider ID of the resource to lookup.
26
+ * @param opts Optional settings to control the behavior of the CustomResource.
27
+ */
28
+ static get(name, id, opts) {
29
+ return new ResourceClaimTemplatePatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
30
+ }
31
+ /**
32
+ * Returns true if the given object is an instance of ResourceClaimTemplatePatch. This is designed to work even
33
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
34
+ */
35
+ static isInstance(obj) {
36
+ if (obj === undefined || obj === null) {
37
+ return false;
38
+ }
39
+ return obj['__pulumiType'] === ResourceClaimTemplatePatch.__pulumiType;
40
+ }
41
+ /**
42
+ * Create a ResourceClaimTemplatePatch resource with the given unique name, arguments, and options.
43
+ *
44
+ * @param name The _unique_ name of the resource.
45
+ * @param args The arguments to use to populate this resource's properties.
46
+ * @param opts A bag of options that control this resource's behavior.
47
+ */
48
+ constructor(name, args, opts) {
49
+ let resourceInputs = {};
50
+ opts = opts || {};
51
+ if (!opts.id) {
52
+ resourceInputs["apiVersion"] = "resource.k8s.io/v1alpha3";
53
+ resourceInputs["kind"] = "ResourceClaimTemplate";
54
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
55
+ resourceInputs["spec"] = args ? args.spec : undefined;
56
+ }
57
+ else {
58
+ resourceInputs["apiVersion"] = undefined /*out*/;
59
+ resourceInputs["kind"] = undefined /*out*/;
60
+ resourceInputs["metadata"] = undefined /*out*/;
61
+ resourceInputs["spec"] = undefined /*out*/;
62
+ }
63
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
64
+ const aliasOpts = { aliases: [{ type: "kubernetes:resource.k8s.io/v1alpha1:ResourceClaimTemplatePatch" }, { type: "kubernetes:resource.k8s.io/v1alpha2:ResourceClaimTemplatePatch" }, { type: "kubernetes:resource.k8s.io/v1beta1:ResourceClaimTemplatePatch" }] };
65
+ opts = pulumi.mergeOptions(opts, aliasOpts);
66
+ super(ResourceClaimTemplatePatch.__pulumiType, name, resourceInputs, opts);
67
+ }
68
+ }
69
+ exports.ResourceClaimTemplatePatch = ResourceClaimTemplatePatch;
70
+ /** @internal */
71
+ ResourceClaimTemplatePatch.__pulumiType = 'kubernetes:resource.k8s.io/v1alpha3:ResourceClaimTemplatePatch';
72
+ //# sourceMappingURL=resourceClaimTemplatePatch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resourceClaimTemplatePatch.js","sourceRoot":"","sources":["../../../resource/v1alpha3/resourceClaimTemplatePatch.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAIzC,6CAA6C;AAE7C;;;;;;;;;;GAUG;AACH,MAAa,0BAA2B,SAAQ,MAAM,CAAC,cAAc;IACjE;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,0BAA0B,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,0BAA0B,CAAC,YAAY,CAAC;IAC3E,CAAC;IAqBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAqC,EAAE,IAAmC;QAChG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,YAAY,CAAC,GAAG,0BAA0B,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,uBAAuB,CAAC;YACjD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,SAAS,GAAG,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,gEAAgE,EAAE,EAAE,EAAE,IAAI,EAAE,gEAAgE,EAAE,EAAE,EAAE,IAAI,EAAE,+DAA+D,EAAE,CAAC,EAAE,CAAC;QACnQ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,0BAA0B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/E,CAAC;;AAvEL,gEAwEC;AA3DG,gBAAgB;AACO,uCAAY,GAAG,gEAAgE,CAAC"}
@@ -0,0 +1,81 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * ResourceSlice represents one or more resources in a pool of similar resources, managed by a common driver. A pool may span more than one ResourceSlice, and exactly how many ResourceSlices comprise a pool is determined by the driver.
6
+ *
7
+ * At the moment, the only supported resources are devices with attributes and capacities. Each device in a given pool, regardless of how many ResourceSlices, must have a unique name. The ResourceSlice in which a device gets published may change over time. The unique identifier for a device is the tuple <driver name>, <pool name>, <device name>.
8
+ *
9
+ * Whenever a driver needs to update a pool, it increments the pool.Spec.Pool.Generation number and updates all ResourceSlices with that new number and new resource definitions. A consumer must only use ResourceSlices with the highest generation number and ignore all others.
10
+ *
11
+ * When allocating all resources in a pool matching certain criteria or when looking for the best solution among several different alternatives, a consumer should check the number of ResourceSlices in a pool (included in each ResourceSlice) to determine whether its view of a pool is complete and if not, should wait until the driver has completed updating the pool.
12
+ *
13
+ * For resources that are not local to a node, the node name is not set. Instead, the driver may use a node selector to specify where the devices are available.
14
+ *
15
+ * This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
16
+ */
17
+ export declare class ResourceSlice extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing ResourceSlice resource's state with the given name, ID, and optional extra
20
+ * properties used to qualify the lookup.
21
+ *
22
+ * @param name The _unique_ name of the resulting resource.
23
+ * @param id The _unique_ provider ID of the resource to lookup.
24
+ * @param opts Optional settings to control the behavior of the CustomResource.
25
+ */
26
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ResourceSlice;
27
+ /**
28
+ * Returns true if the given object is an instance of ResourceSlice. This is designed to work even
29
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
30
+ */
31
+ static isInstance(obj: any): obj is ResourceSlice;
32
+ /**
33
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
34
+ */
35
+ readonly apiVersion: pulumi.Output<"resource.k8s.io/v1alpha3">;
36
+ /**
37
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
38
+ */
39
+ readonly kind: pulumi.Output<"ResourceSlice">;
40
+ /**
41
+ * Standard object metadata
42
+ */
43
+ readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMeta>;
44
+ /**
45
+ * Contains the information published by the driver.
46
+ *
47
+ * Changing the spec automatically increments the metadata.generation number.
48
+ */
49
+ readonly spec: pulumi.Output<outputs.resource.v1alpha3.ResourceSliceSpec>;
50
+ /**
51
+ * Create a ResourceSlice resource with the given unique name, arguments, and options.
52
+ *
53
+ * @param name The _unique_ name of the resource.
54
+ * @param args The arguments to use to populate this resource's properties.
55
+ * @param opts A bag of options that control this resource's behavior.
56
+ */
57
+ constructor(name: string, args?: ResourceSliceArgs, opts?: pulumi.CustomResourceOptions);
58
+ }
59
+ /**
60
+ * The set of arguments for constructing a ResourceSlice resource.
61
+ */
62
+ export interface ResourceSliceArgs {
63
+ /**
64
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
65
+ */
66
+ apiVersion?: pulumi.Input<"resource.k8s.io/v1alpha3">;
67
+ /**
68
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
69
+ */
70
+ kind?: pulumi.Input<"ResourceSlice">;
71
+ /**
72
+ * Standard object metadata
73
+ */
74
+ metadata?: pulumi.Input<inputs.meta.v1.ObjectMeta>;
75
+ /**
76
+ * Contains the information published by the driver.
77
+ *
78
+ * Changing the spec automatically increments the metadata.generation number.
79
+ */
80
+ spec: pulumi.Input<inputs.resource.v1alpha3.ResourceSliceSpec>;
81
+ }
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumigen. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.ResourceSlice = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * ResourceSlice represents one or more resources in a pool of similar resources, managed by a common driver. A pool may span more than one ResourceSlice, and exactly how many ResourceSlices comprise a pool is determined by the driver.
10
+ *
11
+ * At the moment, the only supported resources are devices with attributes and capacities. Each device in a given pool, regardless of how many ResourceSlices, must have a unique name. The ResourceSlice in which a device gets published may change over time. The unique identifier for a device is the tuple <driver name>, <pool name>, <device name>.
12
+ *
13
+ * Whenever a driver needs to update a pool, it increments the pool.Spec.Pool.Generation number and updates all ResourceSlices with that new number and new resource definitions. A consumer must only use ResourceSlices with the highest generation number and ignore all others.
14
+ *
15
+ * When allocating all resources in a pool matching certain criteria or when looking for the best solution among several different alternatives, a consumer should check the number of ResourceSlices in a pool (included in each ResourceSlice) to determine whether its view of a pool is complete and if not, should wait until the driver has completed updating the pool.
16
+ *
17
+ * For resources that are not local to a node, the node name is not set. Instead, the driver may use a node selector to specify where the devices are available.
18
+ *
19
+ * This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
20
+ */
21
+ class ResourceSlice extends pulumi.CustomResource {
22
+ /**
23
+ * Get an existing ResourceSlice resource's state with the given name, ID, and optional extra
24
+ * properties used to qualify the lookup.
25
+ *
26
+ * @param name The _unique_ name of the resulting resource.
27
+ * @param id The _unique_ provider ID of the resource to lookup.
28
+ * @param opts Optional settings to control the behavior of the CustomResource.
29
+ */
30
+ static get(name, id, opts) {
31
+ return new ResourceSlice(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
32
+ }
33
+ /**
34
+ * Returns true if the given object is an instance of ResourceSlice. This is designed to work even
35
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
36
+ */
37
+ static isInstance(obj) {
38
+ if (obj === undefined || obj === null) {
39
+ return false;
40
+ }
41
+ return obj['__pulumiType'] === ResourceSlice.__pulumiType;
42
+ }
43
+ /**
44
+ * Create a ResourceSlice resource with the given unique name, arguments, and options.
45
+ *
46
+ * @param name The _unique_ name of the resource.
47
+ * @param args The arguments to use to populate this resource's properties.
48
+ * @param opts A bag of options that control this resource's behavior.
49
+ */
50
+ constructor(name, args, opts) {
51
+ let resourceInputs = {};
52
+ opts = opts || {};
53
+ if (!opts.id) {
54
+ if ((!args || args.spec === undefined) && !opts.urn) {
55
+ throw new Error("Missing required property 'spec'");
56
+ }
57
+ resourceInputs["apiVersion"] = "resource.k8s.io/v1alpha3";
58
+ resourceInputs["kind"] = "ResourceSlice";
59
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
60
+ resourceInputs["spec"] = args ? args.spec : undefined;
61
+ }
62
+ else {
63
+ resourceInputs["apiVersion"] = undefined /*out*/;
64
+ resourceInputs["kind"] = undefined /*out*/;
65
+ resourceInputs["metadata"] = undefined /*out*/;
66
+ resourceInputs["spec"] = undefined /*out*/;
67
+ }
68
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
69
+ const aliasOpts = { aliases: [{ type: "kubernetes:resource.k8s.io/v1alpha2:ResourceSlice" }, { type: "kubernetes:resource.k8s.io/v1beta1:ResourceSlice" }] };
70
+ opts = pulumi.mergeOptions(opts, aliasOpts);
71
+ super(ResourceSlice.__pulumiType, name, resourceInputs, opts);
72
+ }
73
+ }
74
+ exports.ResourceSlice = ResourceSlice;
75
+ /** @internal */
76
+ ResourceSlice.__pulumiType = 'kubernetes:resource.k8s.io/v1alpha3:ResourceSlice';
77
+ //# sourceMappingURL=resourceSlice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resourceSlice.js","sourceRoot":"","sources":["../../../resource/v1alpha3/resourceSlice.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAIzC,6CAA6C;AAE7C;;;;;;;;;;;;GAYG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,aAAa,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;IAqBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAwB,EAAE,IAAmC;QACnF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,0BAA0B,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,eAAe,CAAC;YACzC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,SAAS,GAAG,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,mDAAmD,EAAE,EAAE,EAAE,IAAI,EAAE,kDAAkD,EAAE,CAAC,EAAE,CAAC;QAC7J,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;;AA1EL,sCA2EC;AA9DG,gBAAgB;AACO,0BAAY,GAAG,mDAAmD,CAAC"}