@pulumi/kubernetes 3.19.4 → 3.20.2

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 (539) hide show
  1. package/admissionregistration/v1/index.d.ts +2 -0
  2. package/admissionregistration/v1/index.js +8 -0
  3. package/admissionregistration/v1/index.js.map +1 -1
  4. package/admissionregistration/v1/mutatingWebhookConfigurationPatch.d.ts +72 -0
  5. package/admissionregistration/v1/mutatingWebhookConfigurationPatch.js +73 -0
  6. package/admissionregistration/v1/mutatingWebhookConfigurationPatch.js.map +1 -0
  7. package/admissionregistration/v1/validatingWebhookConfigurationPatch.d.ts +72 -0
  8. package/admissionregistration/v1/validatingWebhookConfigurationPatch.js +73 -0
  9. package/admissionregistration/v1/validatingWebhookConfigurationPatch.js.map +1 -0
  10. package/admissionregistration/v1beta1/index.d.ts +2 -0
  11. package/admissionregistration/v1beta1/index.js +8 -0
  12. package/admissionregistration/v1beta1/index.js.map +1 -1
  13. package/admissionregistration/v1beta1/mutatingWebhookConfigurationPatch.d.ts +72 -0
  14. package/admissionregistration/v1beta1/mutatingWebhookConfigurationPatch.js +73 -0
  15. package/admissionregistration/v1beta1/mutatingWebhookConfigurationPatch.js.map +1 -0
  16. package/admissionregistration/v1beta1/validatingWebhookConfigurationPatch.d.ts +72 -0
  17. package/admissionregistration/v1beta1/validatingWebhookConfigurationPatch.js +73 -0
  18. package/admissionregistration/v1beta1/validatingWebhookConfigurationPatch.js.map +1 -0
  19. package/apiextensions/customResourcePatch.d.ts +68 -0
  20. package/apiextensions/customResourcePatch.js +57 -0
  21. package/apiextensions/customResourcePatch.js.map +1 -0
  22. package/apiextensions/index.d.ts +1 -0
  23. package/apiextensions/index.js +1 -0
  24. package/apiextensions/index.js.map +1 -1
  25. package/apiextensions/v1/customResourceDefinitionPatch.d.ts +76 -0
  26. package/apiextensions/v1/customResourceDefinitionPatch.js +75 -0
  27. package/apiextensions/v1/customResourceDefinitionPatch.js.map +1 -0
  28. package/apiextensions/v1/index.d.ts +1 -0
  29. package/apiextensions/v1/index.js +4 -0
  30. package/apiextensions/v1/index.js.map +1 -1
  31. package/apiextensions/v1beta1/customResourceDefinitionPatch.d.ts +70 -0
  32. package/apiextensions/v1beta1/customResourceDefinitionPatch.js +75 -0
  33. package/apiextensions/v1beta1/customResourceDefinitionPatch.js.map +1 -0
  34. package/apiextensions/v1beta1/index.d.ts +1 -0
  35. package/apiextensions/v1beta1/index.js +4 -0
  36. package/apiextensions/v1beta1/index.js.map +1 -1
  37. package/apiregistration/v1/apiservicePatch.d.ts +76 -0
  38. package/apiregistration/v1/apiservicePatch.js +75 -0
  39. package/apiregistration/v1/apiservicePatch.js.map +1 -0
  40. package/apiregistration/v1/index.d.ts +1 -0
  41. package/apiregistration/v1/index.js +4 -0
  42. package/apiregistration/v1/index.js.map +1 -1
  43. package/apiregistration/v1beta1/apiservicePatch.d.ts +70 -0
  44. package/apiregistration/v1beta1/apiservicePatch.js +75 -0
  45. package/apiregistration/v1beta1/apiservicePatch.js.map +1 -0
  46. package/apiregistration/v1beta1/index.d.ts +1 -0
  47. package/apiregistration/v1beta1/index.js +4 -0
  48. package/apiregistration/v1beta1/index.js.map +1 -1
  49. package/apps/v1/controllerRevisionPatch.d.ts +80 -0
  50. package/apps/v1/controllerRevisionPatch.js +75 -0
  51. package/apps/v1/controllerRevisionPatch.js.map +1 -0
  52. package/apps/v1/daemonSetPatch.d.ts +76 -0
  53. package/apps/v1/daemonSetPatch.js +75 -0
  54. package/apps/v1/daemonSetPatch.js.map +1 -0
  55. package/apps/v1/deployment.d.ts +5 -6
  56. package/apps/v1/deployment.js +5 -6
  57. package/apps/v1/deployment.js.map +1 -1
  58. package/apps/v1/deploymentPatch.d.ts +98 -0
  59. package/apps/v1/deploymentPatch.js +97 -0
  60. package/apps/v1/deploymentPatch.js.map +1 -0
  61. package/apps/v1/index.d.ts +5 -0
  62. package/apps/v1/index.js +20 -0
  63. package/apps/v1/index.js.map +1 -1
  64. package/apps/v1/replicaSetPatch.d.ts +76 -0
  65. package/apps/v1/replicaSetPatch.js +75 -0
  66. package/apps/v1/replicaSetPatch.js.map +1 -0
  67. package/apps/v1/statefulSet.d.ts +52 -55
  68. package/apps/v1/statefulSet.js +52 -55
  69. package/apps/v1/statefulSet.js.map +1 -1
  70. package/apps/v1/statefulSetPatch.d.ts +92 -0
  71. package/apps/v1/statefulSetPatch.js +91 -0
  72. package/apps/v1/statefulSetPatch.js.map +1 -0
  73. package/apps/v1beta1/controllerRevisionPatch.d.ts +83 -0
  74. package/apps/v1beta1/controllerRevisionPatch.js +78 -0
  75. package/apps/v1beta1/controllerRevisionPatch.js.map +1 -0
  76. package/apps/v1beta1/deploymentPatch.d.ts +101 -0
  77. package/apps/v1beta1/deploymentPatch.js +100 -0
  78. package/apps/v1beta1/deploymentPatch.js.map +1 -0
  79. package/apps/v1beta1/index.d.ts +3 -0
  80. package/apps/v1beta1/index.js +12 -0
  81. package/apps/v1beta1/index.js.map +1 -1
  82. package/apps/v1beta1/statefulSetPatch.d.ts +89 -0
  83. package/apps/v1beta1/statefulSetPatch.js +94 -0
  84. package/apps/v1beta1/statefulSetPatch.js.map +1 -0
  85. package/apps/v1beta2/controllerRevisionPatch.d.ts +83 -0
  86. package/apps/v1beta2/controllerRevisionPatch.js +78 -0
  87. package/apps/v1beta2/controllerRevisionPatch.js.map +1 -0
  88. package/apps/v1beta2/daemonSetPatch.d.ts +79 -0
  89. package/apps/v1beta2/daemonSetPatch.js +78 -0
  90. package/apps/v1beta2/daemonSetPatch.js.map +1 -0
  91. package/apps/v1beta2/deploymentPatch.d.ts +101 -0
  92. package/apps/v1beta2/deploymentPatch.js +100 -0
  93. package/apps/v1beta2/deploymentPatch.js.map +1 -0
  94. package/apps/v1beta2/index.d.ts +5 -0
  95. package/apps/v1beta2/index.js +20 -0
  96. package/apps/v1beta2/index.js.map +1 -1
  97. package/apps/v1beta2/replicaSetPatch.d.ts +79 -0
  98. package/apps/v1beta2/replicaSetPatch.js +78 -0
  99. package/apps/v1beta2/replicaSetPatch.js.map +1 -0
  100. package/apps/v1beta2/statefulSetPatch.d.ts +89 -0
  101. package/apps/v1beta2/statefulSetPatch.js +94 -0
  102. package/apps/v1beta2/statefulSetPatch.js.map +1 -0
  103. package/auditregistration/v1alpha1/auditSinkPatch.d.ts +66 -0
  104. package/auditregistration/v1alpha1/auditSinkPatch.js +71 -0
  105. package/auditregistration/v1alpha1/auditSinkPatch.js.map +1 -0
  106. package/auditregistration/v1alpha1/index.d.ts +1 -0
  107. package/auditregistration/v1alpha1/index.js +4 -0
  108. package/auditregistration/v1alpha1/index.js.map +1 -1
  109. package/authentication/v1/index.d.ts +2 -0
  110. package/authentication/v1/index.js +8 -0
  111. package/authentication/v1/index.js.map +1 -1
  112. package/authentication/v1/tokenRequestPatch.d.ts +76 -0
  113. package/authentication/v1/tokenRequestPatch.js +73 -0
  114. package/authentication/v1/tokenRequestPatch.js.map +1 -0
  115. package/authentication/v1/tokenReviewPatch.d.ts +76 -0
  116. package/authentication/v1/tokenReviewPatch.js +75 -0
  117. package/authentication/v1/tokenReviewPatch.js.map +1 -0
  118. package/authentication/v1beta1/index.d.ts +1 -0
  119. package/authentication/v1beta1/index.js +4 -0
  120. package/authentication/v1beta1/index.js.map +1 -1
  121. package/authentication/v1beta1/tokenReviewPatch.d.ts +70 -0
  122. package/authentication/v1beta1/tokenReviewPatch.js +75 -0
  123. package/authentication/v1beta1/tokenReviewPatch.js.map +1 -0
  124. package/authorization/v1/index.d.ts +4 -0
  125. package/authorization/v1/index.js +16 -0
  126. package/authorization/v1/index.js.map +1 -1
  127. package/authorization/v1/localSubjectAccessReviewPatch.d.ts +76 -0
  128. package/authorization/v1/localSubjectAccessReviewPatch.js +75 -0
  129. package/authorization/v1/localSubjectAccessReviewPatch.js.map +1 -0
  130. package/authorization/v1/selfSubjectAccessReviewPatch.d.ts +76 -0
  131. package/authorization/v1/selfSubjectAccessReviewPatch.js +75 -0
  132. package/authorization/v1/selfSubjectAccessReviewPatch.js.map +1 -0
  133. package/authorization/v1/selfSubjectRulesReviewPatch.d.ts +76 -0
  134. package/authorization/v1/selfSubjectRulesReviewPatch.js +75 -0
  135. package/authorization/v1/selfSubjectRulesReviewPatch.js.map +1 -0
  136. package/authorization/v1/subjectAccessReviewPatch.d.ts +76 -0
  137. package/authorization/v1/subjectAccessReviewPatch.js +75 -0
  138. package/authorization/v1/subjectAccessReviewPatch.js.map +1 -0
  139. package/authorization/v1beta1/index.d.ts +4 -0
  140. package/authorization/v1beta1/index.js +16 -0
  141. package/authorization/v1beta1/index.js.map +1 -1
  142. package/authorization/v1beta1/localSubjectAccessReviewPatch.d.ts +70 -0
  143. package/authorization/v1beta1/localSubjectAccessReviewPatch.js +75 -0
  144. package/authorization/v1beta1/localSubjectAccessReviewPatch.js.map +1 -0
  145. package/authorization/v1beta1/selfSubjectAccessReviewPatch.d.ts +70 -0
  146. package/authorization/v1beta1/selfSubjectAccessReviewPatch.js +75 -0
  147. package/authorization/v1beta1/selfSubjectAccessReviewPatch.js.map +1 -0
  148. package/authorization/v1beta1/selfSubjectRulesReviewPatch.d.ts +70 -0
  149. package/authorization/v1beta1/selfSubjectRulesReviewPatch.js +75 -0
  150. package/authorization/v1beta1/selfSubjectRulesReviewPatch.js.map +1 -0
  151. package/authorization/v1beta1/subjectAccessReviewPatch.d.ts +70 -0
  152. package/authorization/v1beta1/subjectAccessReviewPatch.js +75 -0
  153. package/authorization/v1beta1/subjectAccessReviewPatch.js.map +1 -0
  154. package/autoscaling/v1/horizontalPodAutoscalerPatch.d.ts +76 -0
  155. package/autoscaling/v1/horizontalPodAutoscalerPatch.js +75 -0
  156. package/autoscaling/v1/horizontalPodAutoscalerPatch.js.map +1 -0
  157. package/autoscaling/v1/index.d.ts +1 -0
  158. package/autoscaling/v1/index.js +4 -0
  159. package/autoscaling/v1/index.js.map +1 -1
  160. package/autoscaling/v2/horizontalPodAutoscalerPatch.d.ts +76 -0
  161. package/autoscaling/v2/horizontalPodAutoscalerPatch.js +75 -0
  162. package/autoscaling/v2/horizontalPodAutoscalerPatch.js.map +1 -0
  163. package/autoscaling/v2/index.d.ts +1 -0
  164. package/autoscaling/v2/index.js +4 -0
  165. package/autoscaling/v2/index.js.map +1 -1
  166. package/autoscaling/v2beta1/horizontalPodAutoscalerPatch.d.ts +76 -0
  167. package/autoscaling/v2beta1/horizontalPodAutoscalerPatch.js +75 -0
  168. package/autoscaling/v2beta1/horizontalPodAutoscalerPatch.js.map +1 -0
  169. package/autoscaling/v2beta1/index.d.ts +1 -0
  170. package/autoscaling/v2beta1/index.js +4 -0
  171. package/autoscaling/v2beta1/index.js.map +1 -1
  172. package/autoscaling/v2beta2/horizontalPodAutoscalerPatch.d.ts +76 -0
  173. package/autoscaling/v2beta2/horizontalPodAutoscalerPatch.js +75 -0
  174. package/autoscaling/v2beta2/horizontalPodAutoscalerPatch.js.map +1 -0
  175. package/autoscaling/v2beta2/index.d.ts +1 -0
  176. package/autoscaling/v2beta2/index.js +4 -0
  177. package/autoscaling/v2beta2/index.js.map +1 -1
  178. package/batch/v1/cronJobPatch.d.ts +76 -0
  179. package/batch/v1/cronJobPatch.js +75 -0
  180. package/batch/v1/cronJobPatch.js.map +1 -0
  181. package/batch/v1/index.d.ts +2 -0
  182. package/batch/v1/index.js +8 -0
  183. package/batch/v1/index.js.map +1 -1
  184. package/batch/v1/job.d.ts +9 -9
  185. package/batch/v1/job.js +9 -9
  186. package/batch/v1/jobPatch.d.ts +96 -0
  187. package/batch/v1/jobPatch.js +93 -0
  188. package/batch/v1/jobPatch.js.map +1 -0
  189. package/batch/v1beta1/cronJobPatch.d.ts +76 -0
  190. package/batch/v1beta1/cronJobPatch.js +75 -0
  191. package/batch/v1beta1/cronJobPatch.js.map +1 -0
  192. package/batch/v1beta1/index.d.ts +1 -0
  193. package/batch/v1beta1/index.js +4 -0
  194. package/batch/v1beta1/index.js.map +1 -1
  195. package/batch/v2alpha1/cronJobPatch.d.ts +76 -0
  196. package/batch/v2alpha1/cronJobPatch.js +75 -0
  197. package/batch/v2alpha1/cronJobPatch.js.map +1 -0
  198. package/batch/v2alpha1/index.d.ts +1 -0
  199. package/batch/v2alpha1/index.js +4 -0
  200. package/batch/v2alpha1/index.js.map +1 -1
  201. package/certificates/v1/certificateSigningRequestPatch.d.ts +76 -0
  202. package/certificates/v1/certificateSigningRequestPatch.js +81 -0
  203. package/certificates/v1/certificateSigningRequestPatch.js.map +1 -0
  204. package/certificates/v1/index.d.ts +1 -0
  205. package/certificates/v1/index.js +4 -0
  206. package/certificates/v1/index.js.map +1 -1
  207. package/certificates/v1beta1/certificateSigningRequestPatch.d.ts +70 -0
  208. package/certificates/v1beta1/certificateSigningRequestPatch.js +75 -0
  209. package/certificates/v1beta1/certificateSigningRequestPatch.js.map +1 -0
  210. package/certificates/v1beta1/index.d.ts +1 -0
  211. package/certificates/v1beta1/index.js +4 -0
  212. package/certificates/v1beta1/index.js.map +1 -1
  213. package/coordination/v1/index.d.ts +1 -0
  214. package/coordination/v1/index.js +4 -0
  215. package/coordination/v1/index.js.map +1 -1
  216. package/coordination/v1/leasePatch.d.ts +72 -0
  217. package/coordination/v1/leasePatch.js +73 -0
  218. package/coordination/v1/leasePatch.js.map +1 -0
  219. package/coordination/v1beta1/index.d.ts +1 -0
  220. package/coordination/v1beta1/index.js +4 -0
  221. package/coordination/v1beta1/index.js.map +1 -1
  222. package/coordination/v1beta1/leasePatch.d.ts +72 -0
  223. package/coordination/v1beta1/leasePatch.js +73 -0
  224. package/coordination/v1beta1/leasePatch.js.map +1 -0
  225. package/core/v1/bindingPatch.d.ts +72 -0
  226. package/core/v1/bindingPatch.js +71 -0
  227. package/core/v1/bindingPatch.js.map +1 -0
  228. package/core/v1/configMapPatch.d.ts +96 -0
  229. package/core/v1/configMapPatch.js +75 -0
  230. package/core/v1/configMapPatch.js.map +1 -0
  231. package/core/v1/endpointsPatch.d.ts +83 -0
  232. package/core/v1/endpointsPatch.js +82 -0
  233. package/core/v1/endpointsPatch.js.map +1 -0
  234. package/core/v1/eventPatch.d.ts +176 -0
  235. package/core/v1/eventPatch.js +99 -0
  236. package/core/v1/eventPatch.js.map +1 -0
  237. package/core/v1/index.d.ts +16 -0
  238. package/core/v1/index.js +64 -0
  239. package/core/v1/index.js.map +1 -1
  240. package/core/v1/limitRangePatch.d.ts +72 -0
  241. package/core/v1/limitRangePatch.js +71 -0
  242. package/core/v1/limitRangePatch.js.map +1 -0
  243. package/core/v1/namespacePatch.d.ts +76 -0
  244. package/core/v1/namespacePatch.js +73 -0
  245. package/core/v1/namespacePatch.js.map +1 -0
  246. package/core/v1/nodePatch.d.ts +76 -0
  247. package/core/v1/nodePatch.js +73 -0
  248. package/core/v1/nodePatch.js.map +1 -0
  249. package/core/v1/persistentVolumeClaimPatch.d.ts +76 -0
  250. package/core/v1/persistentVolumeClaimPatch.js +73 -0
  251. package/core/v1/persistentVolumeClaimPatch.js.map +1 -0
  252. package/core/v1/persistentVolumePatch.d.ts +76 -0
  253. package/core/v1/persistentVolumePatch.js +73 -0
  254. package/core/v1/persistentVolumePatch.js.map +1 -0
  255. package/core/v1/pod.d.ts +10 -13
  256. package/core/v1/pod.js +10 -13
  257. package/core/v1/pod.js.map +1 -1
  258. package/core/v1/podPatch.d.ts +91 -0
  259. package/core/v1/podPatch.js +88 -0
  260. package/core/v1/podPatch.js.map +1 -0
  261. package/core/v1/podTemplatePatch.d.ts +72 -0
  262. package/core/v1/podTemplatePatch.js +71 -0
  263. package/core/v1/podTemplatePatch.js.map +1 -0
  264. package/core/v1/replicationControllerPatch.d.ts +76 -0
  265. package/core/v1/replicationControllerPatch.js +73 -0
  266. package/core/v1/replicationControllerPatch.js.map +1 -0
  267. package/core/v1/resourceQuotaPatch.d.ts +76 -0
  268. package/core/v1/resourceQuotaPatch.js +73 -0
  269. package/core/v1/resourceQuotaPatch.js.map +1 -0
  270. package/core/v1/secretPatch.d.ts +114 -0
  271. package/core/v1/secretPatch.js +87 -0
  272. package/core/v1/secretPatch.js.map +1 -0
  273. package/core/v1/service.d.ts +14 -17
  274. package/core/v1/service.js +14 -17
  275. package/core/v1/service.js.map +1 -1
  276. package/core/v1/serviceAccountPatch.d.ts +88 -0
  277. package/core/v1/serviceAccountPatch.js +75 -0
  278. package/core/v1/serviceAccountPatch.js.map +1 -0
  279. package/core/v1/servicePatch.d.ts +101 -0
  280. package/core/v1/servicePatch.js +98 -0
  281. package/core/v1/servicePatch.js.map +1 -0
  282. package/discovery/v1/endpointSlicePatch.d.ts +88 -0
  283. package/discovery/v1/endpointSlicePatch.js +77 -0
  284. package/discovery/v1/endpointSlicePatch.js.map +1 -0
  285. package/discovery/v1/index.d.ts +1 -0
  286. package/discovery/v1/index.js +4 -0
  287. package/discovery/v1/index.js.map +1 -1
  288. package/discovery/v1beta1/endpointSlicePatch.d.ts +88 -0
  289. package/discovery/v1beta1/endpointSlicePatch.js +77 -0
  290. package/discovery/v1beta1/endpointSlicePatch.js.map +1 -0
  291. package/discovery/v1beta1/index.d.ts +1 -0
  292. package/discovery/v1beta1/index.js +4 -0
  293. package/discovery/v1beta1/index.js.map +1 -1
  294. package/events/v1/eventPatch.d.ts +176 -0
  295. package/events/v1/eventPatch.js +99 -0
  296. package/events/v1/eventPatch.js.map +1 -0
  297. package/events/v1/index.d.ts +1 -0
  298. package/events/v1/index.js +4 -0
  299. package/events/v1/index.js.map +1 -1
  300. package/events/v1beta1/eventPatch.d.ts +176 -0
  301. package/events/v1beta1/eventPatch.js +99 -0
  302. package/events/v1beta1/eventPatch.js.map +1 -0
  303. package/events/v1beta1/index.d.ts +1 -0
  304. package/events/v1beta1/index.js +4 -0
  305. package/events/v1beta1/index.js.map +1 -1
  306. package/extensions/v1beta1/daemonSetPatch.d.ts +79 -0
  307. package/extensions/v1beta1/daemonSetPatch.js +78 -0
  308. package/extensions/v1beta1/daemonSetPatch.js.map +1 -0
  309. package/extensions/v1beta1/deploymentPatch.d.ts +101 -0
  310. package/extensions/v1beta1/deploymentPatch.js +100 -0
  311. package/extensions/v1beta1/deploymentPatch.js.map +1 -0
  312. package/extensions/v1beta1/index.d.ts +6 -0
  313. package/extensions/v1beta1/index.js +24 -0
  314. package/extensions/v1beta1/index.js.map +1 -1
  315. package/extensions/v1beta1/ingressPatch.d.ts +93 -0
  316. package/extensions/v1beta1/ingressPatch.js +92 -0
  317. package/extensions/v1beta1/ingressPatch.js.map +1 -0
  318. package/extensions/v1beta1/networkPolicyPatch.d.ts +72 -0
  319. package/extensions/v1beta1/networkPolicyPatch.js +73 -0
  320. package/extensions/v1beta1/networkPolicyPatch.js.map +1 -0
  321. package/extensions/v1beta1/podSecurityPolicyPatch.d.ts +72 -0
  322. package/extensions/v1beta1/podSecurityPolicyPatch.js +73 -0
  323. package/extensions/v1beta1/podSecurityPolicyPatch.js.map +1 -0
  324. package/extensions/v1beta1/replicaSetPatch.d.ts +79 -0
  325. package/extensions/v1beta1/replicaSetPatch.js +78 -0
  326. package/extensions/v1beta1/replicaSetPatch.js.map +1 -0
  327. package/flowcontrol/v1alpha1/flowSchemaPatch.d.ts +76 -0
  328. package/flowcontrol/v1alpha1/flowSchemaPatch.js +75 -0
  329. package/flowcontrol/v1alpha1/flowSchemaPatch.js.map +1 -0
  330. package/flowcontrol/v1alpha1/index.d.ts +2 -0
  331. package/flowcontrol/v1alpha1/index.js +8 -0
  332. package/flowcontrol/v1alpha1/index.js.map +1 -1
  333. package/flowcontrol/v1alpha1/priorityLevelConfigurationPatch.d.ts +76 -0
  334. package/flowcontrol/v1alpha1/priorityLevelConfigurationPatch.js +75 -0
  335. package/flowcontrol/v1alpha1/priorityLevelConfigurationPatch.js.map +1 -0
  336. package/flowcontrol/v1beta1/flowSchemaPatch.d.ts +76 -0
  337. package/flowcontrol/v1beta1/flowSchemaPatch.js +75 -0
  338. package/flowcontrol/v1beta1/flowSchemaPatch.js.map +1 -0
  339. package/flowcontrol/v1beta1/index.d.ts +2 -0
  340. package/flowcontrol/v1beta1/index.js +8 -0
  341. package/flowcontrol/v1beta1/index.js.map +1 -1
  342. package/flowcontrol/v1beta1/priorityLevelConfigurationPatch.d.ts +76 -0
  343. package/flowcontrol/v1beta1/priorityLevelConfigurationPatch.js +75 -0
  344. package/flowcontrol/v1beta1/priorityLevelConfigurationPatch.js.map +1 -0
  345. package/flowcontrol/v1beta2/flowSchemaPatch.d.ts +76 -0
  346. package/flowcontrol/v1beta2/flowSchemaPatch.js +75 -0
  347. package/flowcontrol/v1beta2/flowSchemaPatch.js.map +1 -0
  348. package/flowcontrol/v1beta2/index.d.ts +2 -0
  349. package/flowcontrol/v1beta2/index.js +8 -0
  350. package/flowcontrol/v1beta2/index.js.map +1 -1
  351. package/flowcontrol/v1beta2/priorityLevelConfigurationPatch.d.ts +76 -0
  352. package/flowcontrol/v1beta2/priorityLevelConfigurationPatch.js +75 -0
  353. package/flowcontrol/v1beta2/priorityLevelConfigurationPatch.js.map +1 -0
  354. package/helm/v2/helm.js +2 -0
  355. package/helm/v2/helm.js.map +1 -1
  356. package/helm/v3/helm.js +2 -0
  357. package/helm/v3/helm.js.map +1 -1
  358. package/meta/v1/index.d.ts +1 -0
  359. package/meta/v1/index.js +4 -0
  360. package/meta/v1/index.js.map +1 -1
  361. package/meta/v1/statusPatch.d.ts +100 -0
  362. package/meta/v1/statusPatch.js +79 -0
  363. package/meta/v1/statusPatch.js.map +1 -0
  364. package/networking/v1/index.d.ts +3 -0
  365. package/networking/v1/index.js +12 -0
  366. package/networking/v1/index.js.map +1 -1
  367. package/networking/v1/ingress.d.ts +7 -8
  368. package/networking/v1/ingress.js +7 -8
  369. package/networking/v1/ingress.js.map +1 -1
  370. package/networking/v1/ingressClassPatch.d.ts +72 -0
  371. package/networking/v1/ingressClassPatch.js +73 -0
  372. package/networking/v1/ingressClassPatch.js.map +1 -0
  373. package/networking/v1/ingressPatch.d.ts +90 -0
  374. package/networking/v1/ingressPatch.js +89 -0
  375. package/networking/v1/ingressPatch.js.map +1 -0
  376. package/networking/v1/networkPolicyPatch.d.ts +76 -0
  377. package/networking/v1/networkPolicyPatch.js +75 -0
  378. package/networking/v1/networkPolicyPatch.js.map +1 -0
  379. package/networking/v1beta1/index.d.ts +2 -0
  380. package/networking/v1beta1/index.js +8 -0
  381. package/networking/v1beta1/index.js.map +1 -1
  382. package/networking/v1beta1/ingressClassPatch.d.ts +72 -0
  383. package/networking/v1beta1/ingressClassPatch.js +73 -0
  384. package/networking/v1beta1/ingressClassPatch.js.map +1 -0
  385. package/networking/v1beta1/ingressPatch.d.ts +90 -0
  386. package/networking/v1beta1/ingressPatch.js +89 -0
  387. package/networking/v1beta1/ingressPatch.js.map +1 -0
  388. package/node/v1/index.d.ts +1 -0
  389. package/node/v1/index.js +4 -0
  390. package/node/v1/index.js.map +1 -1
  391. package/node/v1/runtimeClassPatch.d.ts +90 -0
  392. package/node/v1/runtimeClassPatch.js +77 -0
  393. package/node/v1/runtimeClassPatch.js.map +1 -0
  394. package/node/v1alpha1/index.d.ts +1 -0
  395. package/node/v1alpha1/index.js +4 -0
  396. package/node/v1alpha1/index.js.map +1 -1
  397. package/node/v1alpha1/runtimeClassPatch.d.ts +72 -0
  398. package/node/v1alpha1/runtimeClassPatch.js +73 -0
  399. package/node/v1alpha1/runtimeClassPatch.js.map +1 -0
  400. package/node/v1beta1/index.d.ts +1 -0
  401. package/node/v1beta1/index.js +4 -0
  402. package/node/v1beta1/index.js.map +1 -1
  403. package/node/v1beta1/runtimeClassPatch.d.ts +88 -0
  404. package/node/v1beta1/runtimeClassPatch.js +77 -0
  405. package/node/v1beta1/runtimeClassPatch.js.map +1 -0
  406. package/package.json +5 -4
  407. package/package.json.bak +3 -2
  408. package/package.json.dev +5 -4
  409. package/policy/v1/index.d.ts +1 -0
  410. package/policy/v1/index.js +4 -0
  411. package/policy/v1/index.js.map +1 -1
  412. package/policy/v1/podDisruptionBudgetPatch.d.ts +76 -0
  413. package/policy/v1/podDisruptionBudgetPatch.js +75 -0
  414. package/policy/v1/podDisruptionBudgetPatch.js.map +1 -0
  415. package/policy/v1beta1/index.d.ts +2 -0
  416. package/policy/v1beta1/index.js +8 -0
  417. package/policy/v1beta1/index.js.map +1 -1
  418. package/policy/v1beta1/podDisruptionBudgetPatch.d.ts +76 -0
  419. package/policy/v1beta1/podDisruptionBudgetPatch.js +75 -0
  420. package/policy/v1beta1/podDisruptionBudgetPatch.js.map +1 -0
  421. package/policy/v1beta1/podSecurityPolicyPatch.d.ts +72 -0
  422. package/policy/v1beta1/podSecurityPolicyPatch.js +73 -0
  423. package/policy/v1beta1/podSecurityPolicyPatch.js.map +1 -0
  424. package/provider.d.ts +9 -2
  425. package/provider.js +5 -4
  426. package/provider.js.map +1 -1
  427. package/rbac/v1/clusterRoleBindingPatch.d.ts +80 -0
  428. package/rbac/v1/clusterRoleBindingPatch.js +75 -0
  429. package/rbac/v1/clusterRoleBindingPatch.js.map +1 -0
  430. package/rbac/v1/clusterRolePatch.d.ts +80 -0
  431. package/rbac/v1/clusterRolePatch.js +75 -0
  432. package/rbac/v1/clusterRolePatch.js.map +1 -0
  433. package/rbac/v1/index.d.ts +4 -0
  434. package/rbac/v1/index.js +16 -0
  435. package/rbac/v1/index.js.map +1 -1
  436. package/rbac/v1/roleBindingPatch.d.ts +80 -0
  437. package/rbac/v1/roleBindingPatch.js +75 -0
  438. package/rbac/v1/roleBindingPatch.js.map +1 -0
  439. package/rbac/v1/rolePatch.d.ts +72 -0
  440. package/rbac/v1/rolePatch.js +73 -0
  441. package/rbac/v1/rolePatch.js.map +1 -0
  442. package/rbac/v1alpha1/clusterRoleBindingPatch.d.ts +80 -0
  443. package/rbac/v1alpha1/clusterRoleBindingPatch.js +75 -0
  444. package/rbac/v1alpha1/clusterRoleBindingPatch.js.map +1 -0
  445. package/rbac/v1alpha1/clusterRolePatch.d.ts +80 -0
  446. package/rbac/v1alpha1/clusterRolePatch.js +75 -0
  447. package/rbac/v1alpha1/clusterRolePatch.js.map +1 -0
  448. package/rbac/v1alpha1/index.d.ts +4 -0
  449. package/rbac/v1alpha1/index.js +16 -0
  450. package/rbac/v1alpha1/index.js.map +1 -1
  451. package/rbac/v1alpha1/roleBindingPatch.d.ts +80 -0
  452. package/rbac/v1alpha1/roleBindingPatch.js +75 -0
  453. package/rbac/v1alpha1/roleBindingPatch.js.map +1 -0
  454. package/rbac/v1alpha1/rolePatch.d.ts +72 -0
  455. package/rbac/v1alpha1/rolePatch.js +73 -0
  456. package/rbac/v1alpha1/rolePatch.js.map +1 -0
  457. package/rbac/v1beta1/clusterRoleBindingPatch.d.ts +80 -0
  458. package/rbac/v1beta1/clusterRoleBindingPatch.js +75 -0
  459. package/rbac/v1beta1/clusterRoleBindingPatch.js.map +1 -0
  460. package/rbac/v1beta1/clusterRolePatch.d.ts +80 -0
  461. package/rbac/v1beta1/clusterRolePatch.js +75 -0
  462. package/rbac/v1beta1/clusterRolePatch.js.map +1 -0
  463. package/rbac/v1beta1/index.d.ts +4 -0
  464. package/rbac/v1beta1/index.js +16 -0
  465. package/rbac/v1beta1/index.js.map +1 -1
  466. package/rbac/v1beta1/roleBindingPatch.d.ts +80 -0
  467. package/rbac/v1beta1/roleBindingPatch.js +75 -0
  468. package/rbac/v1beta1/roleBindingPatch.js.map +1 -0
  469. package/rbac/v1beta1/rolePatch.d.ts +72 -0
  470. package/rbac/v1beta1/rolePatch.js +73 -0
  471. package/rbac/v1beta1/rolePatch.js.map +1 -0
  472. package/scheduling/v1/index.d.ts +1 -0
  473. package/scheduling/v1/index.js +4 -0
  474. package/scheduling/v1/index.js.map +1 -1
  475. package/scheduling/v1/priorityClassPatch.d.ts +96 -0
  476. package/scheduling/v1/priorityClassPatch.js +79 -0
  477. package/scheduling/v1/priorityClassPatch.js.map +1 -0
  478. package/scheduling/v1alpha1/index.d.ts +1 -0
  479. package/scheduling/v1alpha1/index.js +4 -0
  480. package/scheduling/v1alpha1/index.js.map +1 -1
  481. package/scheduling/v1alpha1/priorityClassPatch.d.ts +96 -0
  482. package/scheduling/v1alpha1/priorityClassPatch.js +79 -0
  483. package/scheduling/v1alpha1/priorityClassPatch.js.map +1 -0
  484. package/scheduling/v1beta1/index.d.ts +1 -0
  485. package/scheduling/v1beta1/index.js +4 -0
  486. package/scheduling/v1beta1/index.js.map +1 -1
  487. package/scheduling/v1beta1/priorityClassPatch.d.ts +96 -0
  488. package/scheduling/v1beta1/priorityClassPatch.js +79 -0
  489. package/scheduling/v1beta1/priorityClassPatch.js.map +1 -0
  490. package/settings/v1alpha1/index.d.ts +1 -0
  491. package/settings/v1alpha1/index.js +4 -0
  492. package/settings/v1alpha1/index.js.map +1 -1
  493. package/settings/v1alpha1/podPresetPatch.d.ts +60 -0
  494. package/settings/v1alpha1/podPresetPatch.js +71 -0
  495. package/settings/v1alpha1/podPresetPatch.js.map +1 -0
  496. package/storage/v1/csidriverPatch.d.ts +72 -0
  497. package/storage/v1/csidriverPatch.js +73 -0
  498. package/storage/v1/csidriverPatch.js.map +1 -0
  499. package/storage/v1/csinodePatch.d.ts +72 -0
  500. package/storage/v1/csinodePatch.js +73 -0
  501. package/storage/v1/csinodePatch.js.map +1 -0
  502. package/storage/v1/csistorageCapacityPatch.d.ts +120 -0
  503. package/storage/v1/csistorageCapacityPatch.js +87 -0
  504. package/storage/v1/csistorageCapacityPatch.js.map +1 -0
  505. package/storage/v1/index.d.ts +5 -0
  506. package/storage/v1/index.js +20 -0
  507. package/storage/v1/index.js.map +1 -1
  508. package/storage/v1/storageClassPatch.d.ts +126 -0
  509. package/storage/v1/storageClassPatch.js +87 -0
  510. package/storage/v1/storageClassPatch.js.map +1 -0
  511. package/storage/v1/volumeAttachmentPatch.d.ts +78 -0
  512. package/storage/v1/volumeAttachmentPatch.js +77 -0
  513. package/storage/v1/volumeAttachmentPatch.js.map +1 -0
  514. package/storage/v1alpha1/index.d.ts +1 -0
  515. package/storage/v1alpha1/index.js +4 -0
  516. package/storage/v1alpha1/index.js.map +1 -1
  517. package/storage/v1alpha1/volumeAttachmentPatch.d.ts +78 -0
  518. package/storage/v1alpha1/volumeAttachmentPatch.js +77 -0
  519. package/storage/v1alpha1/volumeAttachmentPatch.js.map +1 -0
  520. package/storage/v1beta1/csidriverPatch.d.ts +72 -0
  521. package/storage/v1beta1/csidriverPatch.js +73 -0
  522. package/storage/v1beta1/csidriverPatch.js.map +1 -0
  523. package/storage/v1beta1/csinodePatch.d.ts +75 -0
  524. package/storage/v1beta1/csinodePatch.js +76 -0
  525. package/storage/v1beta1/csinodePatch.js.map +1 -0
  526. package/storage/v1beta1/csistorageCapacityPatch.d.ts +120 -0
  527. package/storage/v1beta1/csistorageCapacityPatch.js +87 -0
  528. package/storage/v1beta1/csistorageCapacityPatch.js.map +1 -0
  529. package/storage/v1beta1/index.d.ts +5 -0
  530. package/storage/v1beta1/index.js +20 -0
  531. package/storage/v1beta1/index.js.map +1 -1
  532. package/storage/v1beta1/storageClassPatch.d.ts +126 -0
  533. package/storage/v1beta1/storageClassPatch.js +87 -0
  534. package/storage/v1beta1/storageClassPatch.js.map +1 -0
  535. package/storage/v1beta1/volumeAttachmentPatch.d.ts +78 -0
  536. package/storage/v1beta1/volumeAttachmentPatch.js +77 -0
  537. package/storage/v1beta1/volumeAttachmentPatch.js.map +1 -0
  538. package/types/input.d.ts +9853 -301
  539. package/types/output.d.ts +17100 -4451
@@ -0,0 +1,100 @@
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.DeploymentPatch = 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/installation-configuration/#server-side-apply) for
14
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
15
+ * Deployment enables declarative updates for Pods and ReplicaSets.
16
+ *
17
+ * This resource waits until its status is ready before registering success
18
+ * for create/update, and populating output properties from the current state of the resource.
19
+ * The following conditions are used to determine whether the resource creation has
20
+ * succeeded or failed:
21
+ *
22
+ * 1. The Deployment has begun to be updated by the Deployment controller. If the current
23
+ * generation of the Deployment is > 1, then this means that the current generation must
24
+ * be different from the generation reported by the last outputs.
25
+ * 2. There exists a ReplicaSet whose revision is equal to the current revision of the
26
+ * Deployment.
27
+ * 3. The Deployment's '.status.conditions' has a status of type 'Available' whose 'status'
28
+ * member is set to 'True'.
29
+ * 4. If the Deployment has generation > 1, then '.status.conditions' has a status of type
30
+ * 'Progressing', whose 'status' member is set to 'True', and whose 'reason' is
31
+ * 'NewReplicaSetAvailable'. For generation <= 1, this status field does not exist,
32
+ * because it doesn't do a rollout (i.e., it simply creates the Deployment and
33
+ * corresponding ReplicaSet), and therefore there is no rollout to mark as 'Progressing'.
34
+ *
35
+ * If the Deployment has not reached a Ready state after 10 minutes, it will
36
+ * time out and mark the resource update as Failed. You can override the default timeout value
37
+ * by setting the 'customTimeouts' option on the resource.
38
+ *
39
+ * @deprecated apps/v1beta2/Deployment is deprecated by apps/v1/Deployment and not supported by Kubernetes v1.16+ clusters.
40
+ */
41
+ class DeploymentPatch extends pulumi.CustomResource {
42
+ /**
43
+ * Create a DeploymentPatch 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
+ /** @deprecated apps/v1beta2/Deployment is deprecated by apps/v1/Deployment and not supported by Kubernetes v1.16+ clusters. */
50
+ constructor(name, args, opts) {
51
+ let resourceInputs = {};
52
+ opts = opts || {};
53
+ if (!opts.id) {
54
+ if ((!args || args.metadata === undefined) && !opts.urn) {
55
+ throw new Error("Missing required property 'metadata'");
56
+ }
57
+ resourceInputs["apiVersion"] = "apps/v1beta2";
58
+ resourceInputs["kind"] = "Deployment";
59
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
60
+ resourceInputs["spec"] = args ? args.spec : undefined;
61
+ resourceInputs["status"] = undefined /*out*/;
62
+ }
63
+ else {
64
+ resourceInputs["apiVersion"] = undefined /*out*/;
65
+ resourceInputs["kind"] = undefined /*out*/;
66
+ resourceInputs["metadata"] = undefined /*out*/;
67
+ resourceInputs["spec"] = undefined /*out*/;
68
+ resourceInputs["status"] = undefined /*out*/;
69
+ }
70
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
71
+ const aliasOpts = { aliases: [{ type: "kubernetes:apps/v1:DeploymentPatch" }, { type: "kubernetes:apps/v1beta1:DeploymentPatch" }, { type: "kubernetes:extensions/v1beta1:DeploymentPatch" }] };
72
+ opts = pulumi.mergeOptions(opts, aliasOpts);
73
+ super(DeploymentPatch.__pulumiType, name, resourceInputs, opts);
74
+ }
75
+ /**
76
+ * Get an existing DeploymentPatch resource's state with the given name, ID, and optional extra
77
+ * properties used to qualify the lookup.
78
+ *
79
+ * @param name The _unique_ name of the resulting resource.
80
+ * @param id The _unique_ provider ID of the resource to lookup.
81
+ * @param opts Optional settings to control the behavior of the CustomResource.
82
+ */
83
+ static get(name, id, opts) {
84
+ return new DeploymentPatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
85
+ }
86
+ /**
87
+ * Returns true if the given object is an instance of DeploymentPatch. This is designed to work even
88
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
89
+ */
90
+ static isInstance(obj) {
91
+ if (obj === undefined || obj === null) {
92
+ return false;
93
+ }
94
+ return obj['__pulumiType'] === DeploymentPatch.__pulumiType;
95
+ }
96
+ }
97
+ exports.DeploymentPatch = DeploymentPatch;
98
+ /** @internal */
99
+ DeploymentPatch.__pulumiType = 'kubernetes:apps/v1beta2:DeploymentPatch';
100
+ //# sourceMappingURL=deploymentPatch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deploymentPatch.js","sourceRoot":"","sources":["../../../apps/v1beta2/deploymentPatch.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAEzC,6CAA6C;AAE7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IAgDtD;;;;;;OAMG;IACH,+HAA+H;IAC/H,YAAY,IAAY,EAAE,IAA0B,EAAE,IAAmC;QACrF,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,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,cAAc,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,YAAY,CAAC;YACtC,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;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;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;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;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,oCAAoC,EAAE,EAAE,EAAE,IAAI,EAAE,yCAAyC,EAAE,EAAE,EAAE,IAAI,EAAE,+CAA+C,EAAE,CAAC,EAAE,CAAC;QAChM,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;IA9ED;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5E,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,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;;AAzBL,0CAgFC;AAnEG,gBAAgB;AACO,4BAAY,GAAG,yCAAyC,CAAC"}
@@ -1,10 +1,15 @@
1
1
  export * from "./controllerRevision";
2
2
  export * from "./controllerRevisionList";
3
+ export * from "./controllerRevisionPatch";
3
4
  export * from "./daemonSet";
4
5
  export * from "./daemonSetList";
6
+ export * from "./daemonSetPatch";
5
7
  export * from "./deployment";
6
8
  export * from "./deploymentList";
9
+ export * from "./deploymentPatch";
7
10
  export * from "./replicaSet";
8
11
  export * from "./replicaSetList";
12
+ export * from "./replicaSetPatch";
9
13
  export * from "./statefulSet";
10
14
  export * from "./statefulSetList";
15
+ export * from "./statefulSetPatch";
@@ -21,25 +21,35 @@ const utilities = require("../../utilities");
21
21
  // Export members:
22
22
  __exportStar(require("./controllerRevision"), exports);
23
23
  __exportStar(require("./controllerRevisionList"), exports);
24
+ __exportStar(require("./controllerRevisionPatch"), exports);
24
25
  __exportStar(require("./daemonSet"), exports);
25
26
  __exportStar(require("./daemonSetList"), exports);
27
+ __exportStar(require("./daemonSetPatch"), exports);
26
28
  __exportStar(require("./deployment"), exports);
27
29
  __exportStar(require("./deploymentList"), exports);
30
+ __exportStar(require("./deploymentPatch"), exports);
28
31
  __exportStar(require("./replicaSet"), exports);
29
32
  __exportStar(require("./replicaSetList"), exports);
33
+ __exportStar(require("./replicaSetPatch"), exports);
30
34
  __exportStar(require("./statefulSet"), exports);
31
35
  __exportStar(require("./statefulSetList"), exports);
36
+ __exportStar(require("./statefulSetPatch"), exports);
32
37
  // Import resources to register:
33
38
  const controllerRevision_1 = require("./controllerRevision");
34
39
  const controllerRevisionList_1 = require("./controllerRevisionList");
40
+ const controllerRevisionPatch_1 = require("./controllerRevisionPatch");
35
41
  const daemonSet_1 = require("./daemonSet");
36
42
  const daemonSetList_1 = require("./daemonSetList");
43
+ const daemonSetPatch_1 = require("./daemonSetPatch");
37
44
  const deployment_1 = require("./deployment");
38
45
  const deploymentList_1 = require("./deploymentList");
46
+ const deploymentPatch_1 = require("./deploymentPatch");
39
47
  const replicaSet_1 = require("./replicaSet");
40
48
  const replicaSetList_1 = require("./replicaSetList");
49
+ const replicaSetPatch_1 = require("./replicaSetPatch");
41
50
  const statefulSet_1 = require("./statefulSet");
42
51
  const statefulSetList_1 = require("./statefulSetList");
52
+ const statefulSetPatch_1 = require("./statefulSetPatch");
43
53
  const _module = {
44
54
  version: utilities.getVersion(),
45
55
  construct: (name, type, urn) => {
@@ -48,22 +58,32 @@ const _module = {
48
58
  return new controllerRevision_1.ControllerRevision(name, undefined, { urn });
49
59
  case "kubernetes:apps/v1beta2:ControllerRevisionList":
50
60
  return new controllerRevisionList_1.ControllerRevisionList(name, undefined, { urn });
61
+ case "kubernetes:apps/v1beta2:ControllerRevisionPatch":
62
+ return new controllerRevisionPatch_1.ControllerRevisionPatch(name, undefined, { urn });
51
63
  case "kubernetes:apps/v1beta2:DaemonSet":
52
64
  return new daemonSet_1.DaemonSet(name, undefined, { urn });
53
65
  case "kubernetes:apps/v1beta2:DaemonSetList":
54
66
  return new daemonSetList_1.DaemonSetList(name, undefined, { urn });
67
+ case "kubernetes:apps/v1beta2:DaemonSetPatch":
68
+ return new daemonSetPatch_1.DaemonSetPatch(name, undefined, { urn });
55
69
  case "kubernetes:apps/v1beta2:Deployment":
56
70
  return new deployment_1.Deployment(name, undefined, { urn });
57
71
  case "kubernetes:apps/v1beta2:DeploymentList":
58
72
  return new deploymentList_1.DeploymentList(name, undefined, { urn });
73
+ case "kubernetes:apps/v1beta2:DeploymentPatch":
74
+ return new deploymentPatch_1.DeploymentPatch(name, undefined, { urn });
59
75
  case "kubernetes:apps/v1beta2:ReplicaSet":
60
76
  return new replicaSet_1.ReplicaSet(name, undefined, { urn });
61
77
  case "kubernetes:apps/v1beta2:ReplicaSetList":
62
78
  return new replicaSetList_1.ReplicaSetList(name, undefined, { urn });
79
+ case "kubernetes:apps/v1beta2:ReplicaSetPatch":
80
+ return new replicaSetPatch_1.ReplicaSetPatch(name, undefined, { urn });
63
81
  case "kubernetes:apps/v1beta2:StatefulSet":
64
82
  return new statefulSet_1.StatefulSet(name, undefined, { urn });
65
83
  case "kubernetes:apps/v1beta2:StatefulSetList":
66
84
  return new statefulSetList_1.StatefulSetList(name, undefined, { urn });
85
+ case "kubernetes:apps/v1beta2:StatefulSetPatch":
86
+ return new statefulSetPatch_1.StatefulSetPatch(name, undefined, { urn });
67
87
  default:
68
88
  throw new Error(`unknown resource type ${type}`);
69
89
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../apps/v1beta2/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAE7C,kBAAkB;AAClB,uDAAqC;AACrC,2DAAyC;AACzC,8CAA4B;AAC5B,kDAAgC;AAChC,+CAA6B;AAC7B,mDAAiC;AACjC,+CAA6B;AAC7B,mDAAiC;AACjC,gDAA8B;AAC9B,oDAAkC;AAElC,gCAAgC;AAChC,6DAA0D;AAC1D,qEAAkE;AAClE,2CAAwC;AACxC,mDAAgD;AAChD,6CAA0C;AAC1C,qDAAkD;AAClD,6CAA0C;AAC1C,qDAAkD;AAClD,+CAA4C;AAC5C,uDAAoD;AAEpD,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,4CAA4C;gBAC7C,OAAO,IAAI,uCAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,gDAAgD;gBACjD,OAAO,IAAI,+CAAsB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpE,KAAK,mCAAmC;gBACpC,OAAO,IAAI,qBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD,KAAK,uCAAuC;gBACxC,OAAO,IAAI,6BAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D,KAAK,oCAAoC;gBACrC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,wCAAwC;gBACzC,OAAO,IAAI,+BAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,oCAAoC;gBACrC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,wCAAwC;gBACzC,OAAO,IAAI,+BAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,qCAAqC;gBACtC,OAAO,IAAI,yBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,yCAAyC;gBAC1C,OAAO,IAAI,iCAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,cAAc,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../apps/v1beta2/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAE7C,kBAAkB;AAClB,uDAAqC;AACrC,2DAAyC;AACzC,4DAA0C;AAC1C,8CAA4B;AAC5B,kDAAgC;AAChC,mDAAiC;AACjC,+CAA6B;AAC7B,mDAAiC;AACjC,oDAAkC;AAClC,+CAA6B;AAC7B,mDAAiC;AACjC,oDAAkC;AAClC,gDAA8B;AAC9B,oDAAkC;AAClC,qDAAmC;AAEnC,gCAAgC;AAChC,6DAA0D;AAC1D,qEAAkE;AAClE,uEAAoE;AACpE,2CAAwC;AACxC,mDAAgD;AAChD,qDAAkD;AAClD,6CAA0C;AAC1C,qDAAkD;AAClD,uDAAoD;AACpD,6CAA0C;AAC1C,qDAAkD;AAClD,uDAAoD;AACpD,+CAA4C;AAC5C,uDAAoD;AACpD,yDAAsD;AAEtD,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,4CAA4C;gBAC7C,OAAO,IAAI,uCAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,gDAAgD;gBACjD,OAAO,IAAI,+CAAsB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpE,KAAK,iDAAiD;gBAClD,OAAO,IAAI,iDAAuB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrE,KAAK,mCAAmC;gBACpC,OAAO,IAAI,qBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD,KAAK,uCAAuC;gBACxC,OAAO,IAAI,6BAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D,KAAK,wCAAwC;gBACzC,OAAO,IAAI,+BAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,oCAAoC;gBACrC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,wCAAwC;gBACzC,OAAO,IAAI,+BAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,yCAAyC;gBAC1C,OAAO,IAAI,iCAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,oCAAoC;gBACrC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,wCAAwC;gBACzC,OAAO,IAAI,+BAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,yCAAyC;gBAC1C,OAAO,IAAI,iCAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,qCAAqC;gBACtC,OAAO,IAAI,yBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,yCAAyC;gBAC1C,OAAO,IAAI,iCAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,0CAA0C;gBAC3C,OAAO,IAAI,mCAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,cAAc,EAAE,OAAO,CAAC,CAAA"}
@@ -0,0 +1,79 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../../types";
3
+ /**
4
+ * Patch resources are used to modify existing Kubernetes resources by using
5
+ * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
6
+ * one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
7
+ * Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
8
+ * [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/installation-configuration/#server-side-apply) for
9
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
10
+ * ReplicaSet ensures that a specified number of pod replicas are running at any given time.
11
+ *
12
+ * @deprecated apps/v1beta2/ReplicaSet is deprecated by apps/v1/ReplicaSet and not supported by Kubernetes v1.16+ clusters.
13
+ */
14
+ export declare class ReplicaSetPatch extends pulumi.CustomResource {
15
+ /**
16
+ * Get an existing ReplicaSetPatch resource's state with the given name, ID, and optional extra
17
+ * properties used to qualify the lookup.
18
+ *
19
+ * @param name The _unique_ name of the resulting resource.
20
+ * @param id The _unique_ provider ID of the resource to lookup.
21
+ * @param opts Optional settings to control the behavior of the CustomResource.
22
+ */
23
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ReplicaSetPatch;
24
+ /**
25
+ * Returns true if the given object is an instance of ReplicaSetPatch. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj: any): obj is ReplicaSetPatch;
29
+ /**
30
+ * 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
31
+ */
32
+ readonly apiVersion: pulumi.Output<"apps/v1beta2">;
33
+ /**
34
+ * 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
35
+ */
36
+ readonly kind: pulumi.Output<"ReplicaSet">;
37
+ /**
38
+ * If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
39
+ */
40
+ readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
41
+ /**
42
+ * Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
43
+ */
44
+ readonly spec: pulumi.Output<outputs.apps.v1beta2.ReplicaSetSpecPatch>;
45
+ /**
46
+ * Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
47
+ */
48
+ readonly status: pulumi.Output<outputs.apps.v1beta2.ReplicaSetStatusPatch>;
49
+ /**
50
+ * Create a ReplicaSetPatch resource with the given unique name, arguments, and options.
51
+ *
52
+ * @param name The _unique_ name of the resource.
53
+ * @param args The arguments to use to populate this resource's properties.
54
+ * @param opts A bag of options that control this resource's behavior.
55
+ */
56
+ /** @deprecated apps/v1beta2/ReplicaSet is deprecated by apps/v1/ReplicaSet and not supported by Kubernetes v1.16+ clusters. */
57
+ constructor(name: string, args?: ReplicaSetPatchArgs, opts?: pulumi.CustomResourceOptions);
58
+ }
59
+ /**
60
+ * The set of arguments for constructing a ReplicaSetPatch resource.
61
+ */
62
+ export interface ReplicaSetPatchArgs {
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<"apps/v1beta2">;
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<"ReplicaSet">;
71
+ /**
72
+ * If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
73
+ */
74
+ metadata: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
75
+ /**
76
+ * Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
77
+ */
78
+ spec?: pulumi.Input<inputs.apps.v1beta2.ReplicaSetSpecPatch>;
79
+ }
@@ -0,0 +1,78 @@
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.ReplicaSetPatch = 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/installation-configuration/#server-side-apply) for
14
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
15
+ * ReplicaSet ensures that a specified number of pod replicas are running at any given time.
16
+ *
17
+ * @deprecated apps/v1beta2/ReplicaSet is deprecated by apps/v1/ReplicaSet and not supported by Kubernetes v1.16+ clusters.
18
+ */
19
+ class ReplicaSetPatch extends pulumi.CustomResource {
20
+ /**
21
+ * Create a ReplicaSetPatch resource with the given unique name, arguments, and options.
22
+ *
23
+ * @param name The _unique_ name of the resource.
24
+ * @param args The arguments to use to populate this resource's properties.
25
+ * @param opts A bag of options that control this resource's behavior.
26
+ */
27
+ /** @deprecated apps/v1beta2/ReplicaSet is deprecated by apps/v1/ReplicaSet and not supported by Kubernetes v1.16+ clusters. */
28
+ constructor(name, args, opts) {
29
+ let resourceInputs = {};
30
+ opts = opts || {};
31
+ if (!opts.id) {
32
+ if ((!args || args.metadata === undefined) && !opts.urn) {
33
+ throw new Error("Missing required property 'metadata'");
34
+ }
35
+ resourceInputs["apiVersion"] = "apps/v1beta2";
36
+ resourceInputs["kind"] = "ReplicaSet";
37
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
38
+ resourceInputs["spec"] = args ? args.spec : undefined;
39
+ resourceInputs["status"] = undefined /*out*/;
40
+ }
41
+ else {
42
+ resourceInputs["apiVersion"] = undefined /*out*/;
43
+ resourceInputs["kind"] = undefined /*out*/;
44
+ resourceInputs["metadata"] = undefined /*out*/;
45
+ resourceInputs["spec"] = undefined /*out*/;
46
+ resourceInputs["status"] = undefined /*out*/;
47
+ }
48
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
49
+ const aliasOpts = { aliases: [{ type: "kubernetes:apps/v1:ReplicaSetPatch" }, { type: "kubernetes:extensions/v1beta1:ReplicaSetPatch" }] };
50
+ opts = pulumi.mergeOptions(opts, aliasOpts);
51
+ super(ReplicaSetPatch.__pulumiType, name, resourceInputs, opts);
52
+ }
53
+ /**
54
+ * Get an existing ReplicaSetPatch resource's state with the given name, ID, and optional extra
55
+ * properties used to qualify the lookup.
56
+ *
57
+ * @param name The _unique_ name of the resulting resource.
58
+ * @param id The _unique_ provider ID of the resource to lookup.
59
+ * @param opts Optional settings to control the behavior of the CustomResource.
60
+ */
61
+ static get(name, id, opts) {
62
+ return new ReplicaSetPatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
63
+ }
64
+ /**
65
+ * Returns true if the given object is an instance of ReplicaSetPatch. This is designed to work even
66
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
67
+ */
68
+ static isInstance(obj) {
69
+ if (obj === undefined || obj === null) {
70
+ return false;
71
+ }
72
+ return obj['__pulumiType'] === ReplicaSetPatch.__pulumiType;
73
+ }
74
+ }
75
+ exports.ReplicaSetPatch = ReplicaSetPatch;
76
+ /** @internal */
77
+ ReplicaSetPatch.__pulumiType = 'kubernetes:apps/v1beta2:ReplicaSetPatch';
78
+ //# sourceMappingURL=replicaSetPatch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"replicaSetPatch.js","sourceRoot":"","sources":["../../../apps/v1beta2/replicaSetPatch.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAEzC,6CAA6C;AAE7C;;;;;;;;;;GAUG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IAgDtD;;;;;;OAMG;IACH,+HAA+H;IAC/H,YAAY,IAAY,EAAE,IAA0B,EAAE,IAAmC;QACrF,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,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,cAAc,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,YAAY,CAAC;YACtC,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;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;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;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;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,oCAAoC,EAAE,EAAE,EAAE,IAAI,EAAE,+CAA+C,EAAE,CAAC,EAAE,CAAC;QAC3I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;IA9ED;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5E,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,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;;AAzBL,0CAgFC;AAnEG,gBAAgB;AACO,4BAAY,GAAG,yCAAyC,CAAC"}
@@ -0,0 +1,89 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../../types";
3
+ /**
4
+ * Patch resources are used to modify existing Kubernetes resources by using
5
+ * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
6
+ * one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
7
+ * Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
8
+ * [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/installation-configuration/#server-side-apply) for
9
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
10
+ * StatefulSet represents a set of pods with consistent identities. Identities are defined as:
11
+ * - Network: A single stable DNS and hostname.
12
+ * - Storage: As many VolumeClaims as requested.
13
+ * The StatefulSet guarantees that a given network identity will always map to the same storage identity.
14
+ *
15
+ * This resource waits until its status is ready before registering success
16
+ * for create/update, and populating output properties from the current state of the resource.
17
+ * The following conditions are used to determine whether the resource creation has
18
+ * succeeded or failed:
19
+ *
20
+ * 1. The value of 'spec.replicas' matches '.status.replicas', '.status.currentReplicas',
21
+ * and '.status.readyReplicas'.
22
+ * 2. The value of '.status.updateRevision' matches '.status.currentRevision'.
23
+ *
24
+ * If the StatefulSet has not reached a Ready state after 10 minutes, it will
25
+ * time out and mark the resource update as Failed. You can override the default timeout value
26
+ * by setting the 'customTimeouts' option on the resource.
27
+ *
28
+ * @deprecated apps/v1beta2/StatefulSet is deprecated by apps/v1/StatefulSet and not supported by Kubernetes v1.16+ clusters.
29
+ */
30
+ export declare class StatefulSetPatch extends pulumi.CustomResource {
31
+ /**
32
+ * Get an existing StatefulSetPatch resource's state with the given name, ID, and optional extra
33
+ * properties used to qualify the lookup.
34
+ *
35
+ * @param name The _unique_ name of the resulting resource.
36
+ * @param id The _unique_ provider ID of the resource to lookup.
37
+ * @param opts Optional settings to control the behavior of the CustomResource.
38
+ */
39
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): StatefulSetPatch;
40
+ /**
41
+ * Returns true if the given object is an instance of StatefulSetPatch. This is designed to work even
42
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
43
+ */
44
+ static isInstance(obj: any): obj is StatefulSetPatch;
45
+ /**
46
+ * 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
47
+ */
48
+ readonly apiVersion: pulumi.Output<"apps/v1beta2">;
49
+ /**
50
+ * 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
51
+ */
52
+ readonly kind: pulumi.Output<"StatefulSet">;
53
+ readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
54
+ /**
55
+ * Spec defines the desired identities of pods in this set.
56
+ */
57
+ readonly spec: pulumi.Output<outputs.apps.v1beta2.StatefulSetSpecPatch>;
58
+ /**
59
+ * Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
60
+ */
61
+ readonly status: pulumi.Output<outputs.apps.v1beta2.StatefulSetStatusPatch>;
62
+ /**
63
+ * Create a StatefulSetPatch resource with the given unique name, arguments, and options.
64
+ *
65
+ * @param name The _unique_ name of the resource.
66
+ * @param args The arguments to use to populate this resource's properties.
67
+ * @param opts A bag of options that control this resource's behavior.
68
+ */
69
+ /** @deprecated apps/v1beta2/StatefulSet is deprecated by apps/v1/StatefulSet and not supported by Kubernetes v1.16+ clusters. */
70
+ constructor(name: string, args?: StatefulSetPatchArgs, opts?: pulumi.CustomResourceOptions);
71
+ }
72
+ /**
73
+ * The set of arguments for constructing a StatefulSetPatch resource.
74
+ */
75
+ export interface StatefulSetPatchArgs {
76
+ /**
77
+ * 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
78
+ */
79
+ apiVersion?: pulumi.Input<"apps/v1beta2">;
80
+ /**
81
+ * 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
82
+ */
83
+ kind?: pulumi.Input<"StatefulSet">;
84
+ metadata: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
85
+ /**
86
+ * Spec defines the desired identities of pods in this set.
87
+ */
88
+ spec?: pulumi.Input<inputs.apps.v1beta2.StatefulSetSpecPatch>;
89
+ }
@@ -0,0 +1,94 @@
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.StatefulSetPatch = 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/installation-configuration/#server-side-apply) for
14
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
15
+ * StatefulSet represents a set of pods with consistent identities. Identities are defined as:
16
+ * - Network: A single stable DNS and hostname.
17
+ * - Storage: As many VolumeClaims as requested.
18
+ * The StatefulSet guarantees that a given network identity will always map to the same storage identity.
19
+ *
20
+ * This resource waits until its status is ready before registering success
21
+ * for create/update, and populating output properties from the current state of the resource.
22
+ * The following conditions are used to determine whether the resource creation has
23
+ * succeeded or failed:
24
+ *
25
+ * 1. The value of 'spec.replicas' matches '.status.replicas', '.status.currentReplicas',
26
+ * and '.status.readyReplicas'.
27
+ * 2. The value of '.status.updateRevision' matches '.status.currentRevision'.
28
+ *
29
+ * If the StatefulSet has not reached a Ready state after 10 minutes, it will
30
+ * time out and mark the resource update as Failed. You can override the default timeout value
31
+ * by setting the 'customTimeouts' option on the resource.
32
+ *
33
+ * @deprecated apps/v1beta2/StatefulSet is deprecated by apps/v1/StatefulSet and not supported by Kubernetes v1.16+ clusters.
34
+ */
35
+ class StatefulSetPatch extends pulumi.CustomResource {
36
+ /**
37
+ * Create a StatefulSetPatch resource with the given unique name, arguments, and options.
38
+ *
39
+ * @param name The _unique_ name of the resource.
40
+ * @param args The arguments to use to populate this resource's properties.
41
+ * @param opts A bag of options that control this resource's behavior.
42
+ */
43
+ /** @deprecated apps/v1beta2/StatefulSet is deprecated by apps/v1/StatefulSet and not supported by Kubernetes v1.16+ clusters. */
44
+ constructor(name, args, opts) {
45
+ let resourceInputs = {};
46
+ opts = opts || {};
47
+ if (!opts.id) {
48
+ if ((!args || args.metadata === undefined) && !opts.urn) {
49
+ throw new Error("Missing required property 'metadata'");
50
+ }
51
+ resourceInputs["apiVersion"] = "apps/v1beta2";
52
+ resourceInputs["kind"] = "StatefulSet";
53
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
54
+ resourceInputs["spec"] = args ? args.spec : undefined;
55
+ resourceInputs["status"] = undefined /*out*/;
56
+ }
57
+ else {
58
+ resourceInputs["apiVersion"] = undefined /*out*/;
59
+ resourceInputs["kind"] = undefined /*out*/;
60
+ resourceInputs["metadata"] = undefined /*out*/;
61
+ resourceInputs["spec"] = undefined /*out*/;
62
+ resourceInputs["status"] = undefined /*out*/;
63
+ }
64
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
65
+ const aliasOpts = { aliases: [{ type: "kubernetes:apps/v1:StatefulSetPatch" }, { type: "kubernetes:apps/v1beta1:StatefulSetPatch" }] };
66
+ opts = pulumi.mergeOptions(opts, aliasOpts);
67
+ super(StatefulSetPatch.__pulumiType, name, resourceInputs, opts);
68
+ }
69
+ /**
70
+ * Get an existing StatefulSetPatch resource's state with the given name, ID, and optional extra
71
+ * properties used to qualify the lookup.
72
+ *
73
+ * @param name The _unique_ name of the resulting resource.
74
+ * @param id The _unique_ provider ID of the resource to lookup.
75
+ * @param opts Optional settings to control the behavior of the CustomResource.
76
+ */
77
+ static get(name, id, opts) {
78
+ return new StatefulSetPatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
79
+ }
80
+ /**
81
+ * Returns true if the given object is an instance of StatefulSetPatch. This is designed to work even
82
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
83
+ */
84
+ static isInstance(obj) {
85
+ if (obj === undefined || obj === null) {
86
+ return false;
87
+ }
88
+ return obj['__pulumiType'] === StatefulSetPatch.__pulumiType;
89
+ }
90
+ }
91
+ exports.StatefulSetPatch = StatefulSetPatch;
92
+ /** @internal */
93
+ StatefulSetPatch.__pulumiType = 'kubernetes:apps/v1beta2:StatefulSetPatch';
94
+ //# sourceMappingURL=statefulSetPatch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"statefulSetPatch.js","sourceRoot":"","sources":["../../../apps/v1beta2/statefulSetPatch.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAEzC,6CAA6C;AAE7C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IA6CvD;;;;;;OAMG;IACH,iIAAiI;IACjI,YAAY,IAAY,EAAE,IAA2B,EAAE,IAAmC;QACtF,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,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,cAAc,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,aAAa,CAAC;YACvC,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;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;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;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;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,qCAAqC,EAAE,EAAE,EAAE,IAAI,EAAE,0CAA0C,EAAE,CAAC,EAAE,CAAC;QACvI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;IA3ED;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7E,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;;AAzBL,4CA6EC;AAhEG,gBAAgB;AACO,6BAAY,GAAG,0CAA0C,CAAC"}
@@ -0,0 +1,66 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../../types";
3
+ /**
4
+ * Patch resources are used to modify existing Kubernetes resources by using
5
+ * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
6
+ * one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
7
+ * Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
8
+ * [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/installation-configuration/#server-side-apply) for
9
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
10
+ * AuditSink represents a cluster level audit sink
11
+ */
12
+ export declare class AuditSinkPatch extends pulumi.CustomResource {
13
+ /**
14
+ * Get an existing AuditSinkPatch resource's state with the given name, ID, and optional extra
15
+ * properties used to qualify the lookup.
16
+ *
17
+ * @param name The _unique_ name of the resulting resource.
18
+ * @param id The _unique_ provider ID of the resource to lookup.
19
+ * @param opts Optional settings to control the behavior of the CustomResource.
20
+ */
21
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): AuditSinkPatch;
22
+ /**
23
+ * Returns true if the given object is an instance of AuditSinkPatch. This is designed to work even
24
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
25
+ */
26
+ static isInstance(obj: any): obj is AuditSinkPatch;
27
+ /**
28
+ * 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
29
+ */
30
+ readonly apiVersion: pulumi.Output<"auditregistration.k8s.io/v1alpha1">;
31
+ /**
32
+ * 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
33
+ */
34
+ readonly kind: pulumi.Output<"AuditSink">;
35
+ readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
36
+ /**
37
+ * Spec defines the audit configuration spec
38
+ */
39
+ readonly spec: pulumi.Output<outputs.auditregistration.v1alpha1.AuditSinkSpecPatch>;
40
+ /**
41
+ * Create a AuditSinkPatch resource with the given unique name, arguments, and options.
42
+ *
43
+ * @param name The _unique_ name of the resource.
44
+ * @param args The arguments to use to populate this resource's properties.
45
+ * @param opts A bag of options that control this resource's behavior.
46
+ */
47
+ constructor(name: string, args?: AuditSinkPatchArgs, opts?: pulumi.CustomResourceOptions);
48
+ }
49
+ /**
50
+ * The set of arguments for constructing a AuditSinkPatch resource.
51
+ */
52
+ export interface AuditSinkPatchArgs {
53
+ /**
54
+ * 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
55
+ */
56
+ apiVersion?: pulumi.Input<"auditregistration.k8s.io/v1alpha1">;
57
+ /**
58
+ * 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
59
+ */
60
+ kind?: pulumi.Input<"AuditSink">;
61
+ metadata: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
62
+ /**
63
+ * Spec defines the audit configuration spec
64
+ */
65
+ spec?: pulumi.Input<inputs.auditregistration.v1alpha1.AuditSinkSpecPatch>;
66
+ }