pulumi-kubernetes 4.24.0a1752908431__py3-none-any.whl → 4.24.0a1753121506__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-kubernetes might be problematic. Click here for more details.

Files changed (701) hide show
  1. pulumi_kubernetes/__init__.py +1 -1
  2. pulumi_kubernetes/_inputs.py +49 -50
  3. pulumi_kubernetes/admissionregistration/__init__.py +1 -1
  4. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
  7. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
  16. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
  17. pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
  18. pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
  19. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
  25. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
  31. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
  32. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
  33. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
  34. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
  37. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
  46. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
  47. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
  48. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
  49. pulumi_kubernetes/apiextensions/__init__.py +1 -1
  50. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
  53. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
  54. pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
  55. pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
  56. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
  59. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
  60. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
  61. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
  62. pulumi_kubernetes/apiregistration/__init__.py +1 -1
  63. pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
  64. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
  65. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
  66. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
  67. pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
  68. pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
  69. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
  70. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
  72. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
  73. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
  74. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
  75. pulumi_kubernetes/apps/__init__.py +1 -1
  76. pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
  77. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
  78. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
  79. pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
  80. pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
  81. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
  82. pulumi_kubernetes/apps/v1/Deployment.py +26 -27
  83. pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
  84. pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
  85. pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
  86. pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
  87. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
  88. pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
  89. pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
  90. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
  91. pulumi_kubernetes/apps/v1/__init__.py +1 -1
  92. pulumi_kubernetes/apps/v1/_inputs.py +749 -750
  93. pulumi_kubernetes/apps/v1/outputs.py +713 -714
  94. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
  97. pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
  98. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
  99. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
  100. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
  101. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
  103. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
  104. pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
  105. pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
  106. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
  109. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
  110. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
  112. pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
  113. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
  114. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
  115. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
  118. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
  119. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
  121. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
  122. pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
  123. pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
  124. pulumi_kubernetes/auditregistration/__init__.py +1 -1
  125. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
  128. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
  129. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
  130. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
  131. pulumi_kubernetes/autoscaling/__init__.py +1 -1
  132. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
  135. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
  136. pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
  137. pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
  138. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
  141. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
  142. pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
  143. pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
  144. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
  147. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
  148. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
  149. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
  150. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
  153. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
  154. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
  155. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
  156. pulumi_kubernetes/batch/__init__.py +1 -1
  157. pulumi_kubernetes/batch/v1/CronJob.py +26 -27
  158. pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
  159. pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
  160. pulumi_kubernetes/batch/v1/Job.py +26 -27
  161. pulumi_kubernetes/batch/v1/JobList.py +25 -26
  162. pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
  163. pulumi_kubernetes/batch/v1/__init__.py +1 -1
  164. pulumi_kubernetes/batch/v1/_inputs.py +494 -495
  165. pulumi_kubernetes/batch/v1/outputs.py +419 -420
  166. pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
  167. pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
  168. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
  169. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
  170. pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
  171. pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
  172. pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
  173. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
  174. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
  175. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
  176. pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
  177. pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
  178. pulumi_kubernetes/certificates/__init__.py +1 -1
  179. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
  182. pulumi_kubernetes/certificates/v1/__init__.py +1 -1
  183. pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
  184. pulumi_kubernetes/certificates/v1/outputs.py +134 -135
  185. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
  188. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
  189. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
  190. pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
  191. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
  194. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
  197. pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
  198. pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
  199. pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
  200. pulumi_kubernetes/coordination/__init__.py +1 -1
  201. pulumi_kubernetes/coordination/v1/Lease.py +25 -26
  202. pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
  203. pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
  204. pulumi_kubernetes/coordination/v1/__init__.py +1 -1
  205. pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
  206. pulumi_kubernetes/coordination/v1/outputs.py +67 -68
  207. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
  210. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
  211. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
  212. pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
  213. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
  216. pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
  217. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
  218. pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
  219. pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
  220. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
  223. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
  224. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
  225. pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
  226. pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
  227. pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
  228. pulumi_kubernetes/core/__init__.py +1 -1
  229. pulumi_kubernetes/core/v1/Binding.py +25 -26
  230. pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
  231. pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
  232. pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
  233. pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
  234. pulumi_kubernetes/core/v1/Endpoints.py +25 -26
  235. pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
  236. pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
  237. pulumi_kubernetes/core/v1/Event.py +131 -132
  238. pulumi_kubernetes/core/v1/EventList.py +25 -26
  239. pulumi_kubernetes/core/v1/EventPatch.py +131 -132
  240. pulumi_kubernetes/core/v1/LimitRange.py +25 -26
  241. pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
  242. pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
  243. pulumi_kubernetes/core/v1/Namespace.py +26 -27
  244. pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
  245. pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
  246. pulumi_kubernetes/core/v1/Node.py +26 -27
  247. pulumi_kubernetes/core/v1/NodeList.py +25 -26
  248. pulumi_kubernetes/core/v1/NodePatch.py +26 -27
  249. pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
  250. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
  253. pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
  254. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
  255. pulumi_kubernetes/core/v1/Pod.py +26 -27
  256. pulumi_kubernetes/core/v1/PodList.py +25 -26
  257. pulumi_kubernetes/core/v1/PodPatch.py +26 -27
  258. pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
  259. pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
  260. pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
  261. pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
  262. pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
  263. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
  264. pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
  265. pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
  266. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
  267. pulumi_kubernetes/core/v1/Secret.py +63 -64
  268. pulumi_kubernetes/core/v1/SecretList.py +25 -26
  269. pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
  270. pulumi_kubernetes/core/v1/Service.py +26 -27
  271. pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
  272. pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
  273. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
  274. pulumi_kubernetes/core/v1/ServiceList.py +25 -26
  275. pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
  276. pulumi_kubernetes/core/v1/__init__.py +1 -1
  277. pulumi_kubernetes/core/v1/_enums.py +2 -2
  278. pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
  279. pulumi_kubernetes/core/v1/outputs.py +5390 -5391
  280. pulumi_kubernetes/discovery/__init__.py +1 -1
  281. pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
  282. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
  283. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
  284. pulumi_kubernetes/discovery/v1/__init__.py +1 -1
  285. pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
  286. pulumi_kubernetes/discovery/v1/outputs.py +138 -139
  287. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
  290. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
  291. pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
  292. pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
  293. pulumi_kubernetes/events/__init__.py +1 -1
  294. pulumi_kubernetes/events/v1/Event.py +131 -132
  295. pulumi_kubernetes/events/v1/EventList.py +25 -26
  296. pulumi_kubernetes/events/v1/EventPatch.py +131 -132
  297. pulumi_kubernetes/events/v1/__init__.py +1 -1
  298. pulumi_kubernetes/events/v1/_inputs.py +102 -103
  299. pulumi_kubernetes/events/v1/outputs.py +70 -71
  300. pulumi_kubernetes/events/v1beta1/Event.py +131 -132
  301. pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
  302. pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
  303. pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
  304. pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
  305. pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
  306. pulumi_kubernetes/extensions/__init__.py +1 -1
  307. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
  310. pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
  311. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
  313. pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
  314. pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
  315. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
  316. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
  319. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
  322. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
  325. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
  326. pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
  327. pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
  328. pulumi_kubernetes/flowcontrol/__init__.py +1 -1
  329. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
  332. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
  335. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
  336. pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
  337. pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
  338. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
  341. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
  344. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
  345. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
  346. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
  347. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
  350. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
  353. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
  354. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
  355. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
  356. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
  359. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
  362. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
  363. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
  364. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
  365. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
  368. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
  371. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
  372. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
  373. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
  374. pulumi_kubernetes/helm/__init__.py +1 -1
  375. pulumi_kubernetes/helm/v3/Release.py +316 -317
  376. pulumi_kubernetes/helm/v3/__init__.py +1 -1
  377. pulumi_kubernetes/helm/v3/_inputs.py +37 -38
  378. pulumi_kubernetes/helm/v3/outputs.py +54 -55
  379. pulumi_kubernetes/helm/v4/Chart.py +95 -96
  380. pulumi_kubernetes/helm/v4/__init__.py +1 -1
  381. pulumi_kubernetes/helm/v4/_inputs.py +34 -35
  382. pulumi_kubernetes/kustomize/__init__.py +1 -1
  383. pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
  384. pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
  385. pulumi_kubernetes/meta/__init__.py +1 -1
  386. pulumi_kubernetes/meta/v1/Status.py +57 -58
  387. pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
  388. pulumi_kubernetes/meta/v1/__init__.py +1 -1
  389. pulumi_kubernetes/meta/v1/_inputs.py +551 -552
  390. pulumi_kubernetes/meta/v1/outputs.py +395 -396
  391. pulumi_kubernetes/networking/__init__.py +1 -1
  392. pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
  393. pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
  394. pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
  395. pulumi_kubernetes/networking/v1/Ingress.py +26 -27
  396. pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
  397. pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
  398. pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
  399. pulumi_kubernetes/networking/v1/IngressList.py +25 -26
  400. pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
  401. pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
  402. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
  403. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
  404. pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
  405. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
  406. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
  407. pulumi_kubernetes/networking/v1/__init__.py +1 -1
  408. pulumi_kubernetes/networking/v1/_inputs.py +463 -464
  409. pulumi_kubernetes/networking/v1/outputs.py +350 -351
  410. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
  413. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
  414. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
  416. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
  419. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
  420. pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
  421. pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
  422. pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
  423. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
  424. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
  425. pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
  426. pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
  427. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
  428. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
  429. pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
  430. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
  431. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
  434. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
  435. pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
  436. pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
  437. pulumi_kubernetes/node/__init__.py +1 -1
  438. pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
  439. pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
  440. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
  441. pulumi_kubernetes/node/v1/__init__.py +1 -1
  442. pulumi_kubernetes/node/v1/_inputs.py +48 -49
  443. pulumi_kubernetes/node/v1/outputs.py +34 -35
  444. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
  447. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
  448. pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
  449. pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
  450. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
  451. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
  453. pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
  454. pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
  455. pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
  456. pulumi_kubernetes/policy/__init__.py +1 -1
  457. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
  460. pulumi_kubernetes/policy/v1/__init__.py +1 -1
  461. pulumi_kubernetes/policy/v1/_inputs.py +91 -92
  462. pulumi_kubernetes/policy/v1/outputs.py +80 -81
  463. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
  466. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
  469. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
  470. pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
  471. pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
  472. pulumi_kubernetes/provider.py +107 -108
  473. pulumi_kubernetes/pulumi-plugin.json +1 -1
  474. pulumi_kubernetes/rbac/__init__.py +1 -1
  475. pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
  476. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
  479. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
  480. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
  481. pulumi_kubernetes/rbac/v1/Role.py +25 -26
  482. pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
  483. pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
  484. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
  485. pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
  486. pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
  487. pulumi_kubernetes/rbac/v1/__init__.py +1 -1
  488. pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
  489. pulumi_kubernetes/rbac/v1/outputs.py +142 -143
  490. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
  496. pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
  497. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
  500. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
  501. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
  502. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
  503. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
  504. pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
  505. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
  511. pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
  512. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
  513. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
  515. pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
  516. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
  517. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
  518. pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
  519. pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
  520. pulumi_kubernetes/resource/__init__.py +1 -1
  521. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
  522. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
  524. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
  533. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
  534. pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
  535. pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
  536. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
  539. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
  554. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
  557. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
  558. pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
  559. pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
  560. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
  563. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
  566. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
  569. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
  575. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
  578. pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
  579. pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
  580. pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
  581. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
  582. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
  584. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
  590. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
  591. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
  592. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
  593. pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
  594. pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
  595. pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
  596. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
  597. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
  599. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
  605. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
  606. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
  607. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
  608. pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
  609. pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
  610. pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
  611. pulumi_kubernetes/scheduling/__init__.py +1 -1
  612. pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
  613. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
  614. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
  615. pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
  616. pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
  617. pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
  618. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
  621. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
  622. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
  623. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
  624. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
  627. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
  628. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
  629. pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
  630. pulumi_kubernetes/settings/__init__.py +1 -1
  631. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
  632. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
  634. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
  635. pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
  636. pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
  637. pulumi_kubernetes/storage/__init__.py +1 -1
  638. pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
  639. pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
  640. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
  641. pulumi_kubernetes/storage/v1/CSINode.py +25 -26
  642. pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
  643. pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
  644. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
  647. pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
  648. pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
  649. pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
  650. pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
  651. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
  653. pulumi_kubernetes/storage/v1/__init__.py +1 -1
  654. pulumi_kubernetes/storage/v1/_inputs.py +372 -373
  655. pulumi_kubernetes/storage/v1/outputs.py +278 -279
  656. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
  662. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
  663. pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
  664. pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
  665. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
  666. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
  668. pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
  669. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
  670. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
  671. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
  674. pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
  675. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
  676. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
  677. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
  683. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
  684. pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
  685. pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
  686. pulumi_kubernetes/storagemigration/__init__.py +1 -1
  687. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
  690. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
  691. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
  692. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
  693. pulumi_kubernetes/yaml/__init__.py +1 -1
  694. pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
  695. pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
  696. pulumi_kubernetes/yaml/v2/__init__.py +1 -1
  697. {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
  698. pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
  699. pulumi_kubernetes-4.24.0a1752908431.dist-info/RECORD +0 -709
  700. {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
  701. {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -24,14 +23,14 @@ __all__ = ['ReplicaSetPatchArgs', 'ReplicaSetPatch']
24
23
  @pulumi.input_type
25
24
  class ReplicaSetPatchArgs:
26
25
  def __init__(__self__, *,
27
- api_version: Optional[pulumi.Input[builtins.str]] = None,
28
- kind: Optional[pulumi.Input[builtins.str]] = None,
26
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
27
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
29
28
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaPatchArgs']] = None,
30
29
  spec: Optional[pulumi.Input['ReplicaSetSpecPatchArgs']] = None):
31
30
  """
32
31
  The set of arguments for constructing a ReplicaSetPatch resource.
33
- :param pulumi.Input[builtins.str] api_version: 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
- :param pulumi.Input[builtins.str] kind: 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
+ :param pulumi.Input[_builtins.str] api_version: 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
33
+ :param pulumi.Input[_builtins.str] kind: 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
34
  :param pulumi.Input['_meta.v1.ObjectMetaPatchArgs'] metadata: 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
36
35
  :param pulumi.Input['ReplicaSetSpecPatchArgs'] spec: 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
37
36
  """
@@ -44,31 +43,31 @@ class ReplicaSetPatchArgs:
44
43
  if spec is not None:
45
44
  pulumi.set(__self__, "spec", spec)
46
45
 
47
- @property
46
+ @_builtins.property
48
47
  @pulumi.getter(name="apiVersion")
49
- def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
48
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
50
49
  """
51
50
  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
52
51
  """
53
52
  return pulumi.get(self, "api_version")
54
53
 
55
54
  @api_version.setter
56
- def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
55
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
57
56
  pulumi.set(self, "api_version", value)
58
57
 
59
- @property
58
+ @_builtins.property
60
59
  @pulumi.getter
61
- def kind(self) -> Optional[pulumi.Input[builtins.str]]:
60
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
62
61
  """
63
62
  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
64
63
  """
65
64
  return pulumi.get(self, "kind")
66
65
 
67
66
  @kind.setter
68
- def kind(self, value: Optional[pulumi.Input[builtins.str]]):
67
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
69
68
  pulumi.set(self, "kind", value)
70
69
 
71
- @property
70
+ @_builtins.property
72
71
  @pulumi.getter
73
72
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaPatchArgs']]:
74
73
  """
@@ -80,7 +79,7 @@ class ReplicaSetPatchArgs:
80
79
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaPatchArgs']]):
81
80
  pulumi.set(self, "metadata", value)
82
81
 
83
- @property
82
+ @_builtins.property
84
83
  @pulumi.getter
85
84
  def spec(self) -> Optional[pulumi.Input['ReplicaSetSpecPatchArgs']]:
86
85
  """
@@ -99,8 +98,8 @@ class ReplicaSetPatch(pulumi.CustomResource):
99
98
  def __init__(__self__,
100
99
  resource_name: str,
101
100
  opts: Optional[pulumi.ResourceOptions] = None,
102
- api_version: Optional[pulumi.Input[builtins.str]] = None,
103
- kind: Optional[pulumi.Input[builtins.str]] = None,
101
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
102
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
104
103
  metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']]] = None,
105
104
  spec: Optional[pulumi.Input[Union['ReplicaSetSpecPatchArgs', 'ReplicaSetSpecPatchArgsDict']]] = None,
106
105
  __props__=None):
@@ -115,8 +114,8 @@ class ReplicaSetPatch(pulumi.CustomResource):
115
114
 
116
115
  :param str resource_name: The name of the resource.
117
116
  :param pulumi.ResourceOptions opts: Options for the resource.
118
- :param pulumi.Input[builtins.str] api_version: 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
119
- :param pulumi.Input[builtins.str] kind: 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
117
+ :param pulumi.Input[_builtins.str] api_version: 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
118
+ :param pulumi.Input[_builtins.str] kind: 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
120
119
  :param pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']] metadata: 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
121
120
  :param pulumi.Input[Union['ReplicaSetSpecPatchArgs', 'ReplicaSetSpecPatchArgsDict']] spec: 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
122
121
  """
@@ -150,8 +149,8 @@ class ReplicaSetPatch(pulumi.CustomResource):
150
149
  def _internal_init(__self__,
151
150
  resource_name: str,
152
151
  opts: Optional[pulumi.ResourceOptions] = None,
153
- api_version: Optional[pulumi.Input[builtins.str]] = None,
154
- kind: Optional[pulumi.Input[builtins.str]] = None,
152
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
153
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
155
154
  metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']]] = None,
156
155
  spec: Optional[pulumi.Input[Union['ReplicaSetSpecPatchArgs', 'ReplicaSetSpecPatchArgsDict']]] = None,
157
156
  __props__=None):
@@ -199,23 +198,23 @@ class ReplicaSetPatch(pulumi.CustomResource):
199
198
  __props__.__dict__["status"] = None
200
199
  return ReplicaSetPatch(resource_name, opts=opts, __props__=__props__)
201
200
 
202
- @property
201
+ @_builtins.property
203
202
  @pulumi.getter(name="apiVersion")
204
- def api_version(self) -> pulumi.Output[Optional[builtins.str]]:
203
+ def api_version(self) -> pulumi.Output[Optional[_builtins.str]]:
205
204
  """
206
205
  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
207
206
  """
208
207
  return pulumi.get(self, "api_version")
209
208
 
210
- @property
209
+ @_builtins.property
211
210
  @pulumi.getter
212
- def kind(self) -> pulumi.Output[Optional[builtins.str]]:
211
+ def kind(self) -> pulumi.Output[Optional[_builtins.str]]:
213
212
  """
214
213
  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
215
214
  """
216
215
  return pulumi.get(self, "kind")
217
216
 
218
- @property
217
+ @_builtins.property
219
218
  @pulumi.getter
220
219
  def metadata(self) -> pulumi.Output[Optional['_meta.v1.outputs.ObjectMetaPatch']]:
221
220
  """
@@ -223,7 +222,7 @@ class ReplicaSetPatch(pulumi.CustomResource):
223
222
  """
224
223
  return pulumi.get(self, "metadata")
225
224
 
226
- @property
225
+ @_builtins.property
227
226
  @pulumi.getter
228
227
  def spec(self) -> pulumi.Output[Optional['outputs.ReplicaSetSpecPatch']]:
229
228
  """
@@ -231,7 +230,7 @@ class ReplicaSetPatch(pulumi.CustomResource):
231
230
  """
232
231
  return pulumi.get(self, "spec")
233
232
 
234
- @property
233
+ @_builtins.property
235
234
  @pulumi.getter
236
235
  def status(self) -> pulumi.Output[Optional['outputs.ReplicaSetStatusPatch']]:
237
236
  """
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -24,14 +23,14 @@ __all__ = ['StatefulSetInitArgs', 'StatefulSet']
24
23
  @pulumi.input_type
25
24
  class StatefulSetInitArgs:
26
25
  def __init__(__self__, *,
27
- api_version: Optional[pulumi.Input[builtins.str]] = None,
28
- kind: Optional[pulumi.Input[builtins.str]] = None,
26
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
27
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
29
28
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
30
29
  spec: Optional[pulumi.Input['StatefulSetSpecArgs']] = None):
31
30
  """
32
31
  The set of arguments for constructing a StatefulSet resource.
33
- :param pulumi.Input[builtins.str] api_version: 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
- :param pulumi.Input[builtins.str] kind: 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
+ :param pulumi.Input[_builtins.str] api_version: 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
33
+ :param pulumi.Input[_builtins.str] kind: 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
34
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
36
35
  :param pulumi.Input['StatefulSetSpecArgs'] spec: Spec defines the desired identities of pods in this set.
37
36
  """
@@ -44,31 +43,31 @@ class StatefulSetInitArgs:
44
43
  if spec is not None:
45
44
  pulumi.set(__self__, "spec", spec)
46
45
 
47
- @property
46
+ @_builtins.property
48
47
  @pulumi.getter(name="apiVersion")
49
- def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
48
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
50
49
  """
51
50
  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
52
51
  """
53
52
  return pulumi.get(self, "api_version")
54
53
 
55
54
  @api_version.setter
56
- def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
55
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
57
56
  pulumi.set(self, "api_version", value)
58
57
 
59
- @property
58
+ @_builtins.property
60
59
  @pulumi.getter
61
- def kind(self) -> Optional[pulumi.Input[builtins.str]]:
60
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
62
61
  """
63
62
  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
64
63
  """
65
64
  return pulumi.get(self, "kind")
66
65
 
67
66
  @kind.setter
68
- def kind(self, value: Optional[pulumi.Input[builtins.str]]):
67
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
69
68
  pulumi.set(self, "kind", value)
70
69
 
71
- @property
70
+ @_builtins.property
72
71
  @pulumi.getter
73
72
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
74
73
  """
@@ -80,7 +79,7 @@ class StatefulSetInitArgs:
80
79
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
81
80
  pulumi.set(self, "metadata", value)
82
81
 
83
- @property
82
+ @_builtins.property
84
83
  @pulumi.getter
85
84
  def spec(self) -> Optional[pulumi.Input['StatefulSetSpecArgs']]:
86
85
  """
@@ -99,8 +98,8 @@ class StatefulSet(pulumi.CustomResource):
99
98
  def __init__(__self__,
100
99
  resource_name: str,
101
100
  opts: Optional[pulumi.ResourceOptions] = None,
102
- api_version: Optional[pulumi.Input[builtins.str]] = None,
103
- kind: Optional[pulumi.Input[builtins.str]] = None,
101
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
102
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
104
103
  metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']]] = None,
105
104
  spec: Optional[pulumi.Input[Union['StatefulSetSpecArgs', 'StatefulSetSpecArgsDict']]] = None,
106
105
  __props__=None):
@@ -265,8 +264,8 @@ class StatefulSet(pulumi.CustomResource):
265
264
 
266
265
  :param str resource_name: The name of the resource.
267
266
  :param pulumi.ResourceOptions opts: Options for the resource.
268
- :param pulumi.Input[builtins.str] api_version: 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
269
- :param pulumi.Input[builtins.str] kind: 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
267
+ :param pulumi.Input[_builtins.str] api_version: 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
268
+ :param pulumi.Input[_builtins.str] kind: 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
270
269
  :param pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
271
270
  :param pulumi.Input[Union['StatefulSetSpecArgs', 'StatefulSetSpecArgsDict']] spec: Spec defines the desired identities of pods in this set.
272
271
  """
@@ -450,8 +449,8 @@ class StatefulSet(pulumi.CustomResource):
450
449
  def _internal_init(__self__,
451
450
  resource_name: str,
452
451
  opts: Optional[pulumi.ResourceOptions] = None,
453
- api_version: Optional[pulumi.Input[builtins.str]] = None,
454
- kind: Optional[pulumi.Input[builtins.str]] = None,
452
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
453
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
455
454
  metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']]] = None,
456
455
  spec: Optional[pulumi.Input[Union['StatefulSetSpecArgs', 'StatefulSetSpecArgsDict']]] = None,
457
456
  __props__=None):
@@ -499,23 +498,23 @@ class StatefulSet(pulumi.CustomResource):
499
498
  __props__.__dict__["status"] = None
500
499
  return StatefulSet(resource_name, opts=opts, __props__=__props__)
501
500
 
502
- @property
501
+ @_builtins.property
503
502
  @pulumi.getter(name="apiVersion")
504
- def api_version(self) -> pulumi.Output[builtins.str]:
503
+ def api_version(self) -> pulumi.Output[_builtins.str]:
505
504
  """
506
505
  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
507
506
  """
508
507
  return pulumi.get(self, "api_version")
509
508
 
510
- @property
509
+ @_builtins.property
511
510
  @pulumi.getter
512
- def kind(self) -> pulumi.Output[builtins.str]:
511
+ def kind(self) -> pulumi.Output[_builtins.str]:
513
512
  """
514
513
  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
515
514
  """
516
515
  return pulumi.get(self, "kind")
517
516
 
518
- @property
517
+ @_builtins.property
519
518
  @pulumi.getter
520
519
  def metadata(self) -> pulumi.Output['_meta.v1.outputs.ObjectMeta']:
521
520
  """
@@ -523,7 +522,7 @@ class StatefulSet(pulumi.CustomResource):
523
522
  """
524
523
  return pulumi.get(self, "metadata")
525
524
 
526
- @property
525
+ @_builtins.property
527
526
  @pulumi.getter
528
527
  def spec(self) -> pulumi.Output['outputs.StatefulSetSpec']:
529
528
  """
@@ -531,7 +530,7 @@ class StatefulSet(pulumi.CustomResource):
531
530
  """
532
531
  return pulumi.get(self, "spec")
533
532
 
534
- @property
533
+ @_builtins.property
535
534
  @pulumi.getter
536
535
  def status(self) -> pulumi.Output[Optional['outputs.StatefulSetStatus']]:
537
536
  """
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -25,14 +24,14 @@ __all__ = ['StatefulSetListArgs', 'StatefulSetList']
25
24
  class StatefulSetListArgs:
26
25
  def __init__(__self__, *,
27
26
  items: pulumi.Input[Sequence[pulumi.Input['StatefulSetArgs']]],
28
- api_version: Optional[pulumi.Input[builtins.str]] = None,
29
- kind: Optional[pulumi.Input[builtins.str]] = None,
27
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
28
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
30
29
  metadata: Optional[pulumi.Input['_meta.v1.ListMetaArgs']] = None):
31
30
  """
32
31
  The set of arguments for constructing a StatefulSetList resource.
33
32
  :param pulumi.Input[Sequence[pulumi.Input['StatefulSetArgs']]] items: Items is the list of stateful sets.
34
- :param pulumi.Input[builtins.str] api_version: 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
35
- :param pulumi.Input[builtins.str] kind: 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
+ :param pulumi.Input[_builtins.str] api_version: 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
+ :param pulumi.Input[_builtins.str] kind: 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
35
  :param pulumi.Input['_meta.v1.ListMetaArgs'] metadata: Standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
37
36
  """
38
37
  pulumi.set(__self__, "items", items)
@@ -43,7 +42,7 @@ class StatefulSetListArgs:
43
42
  if metadata is not None:
44
43
  pulumi.set(__self__, "metadata", metadata)
45
44
 
46
- @property
45
+ @_builtins.property
47
46
  @pulumi.getter
48
47
  def items(self) -> pulumi.Input[Sequence[pulumi.Input['StatefulSetArgs']]]:
49
48
  """
@@ -55,31 +54,31 @@ class StatefulSetListArgs:
55
54
  def items(self, value: pulumi.Input[Sequence[pulumi.Input['StatefulSetArgs']]]):
56
55
  pulumi.set(self, "items", value)
57
56
 
58
- @property
57
+ @_builtins.property
59
58
  @pulumi.getter(name="apiVersion")
60
- def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
59
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
61
60
  """
62
61
  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
62
  """
64
63
  return pulumi.get(self, "api_version")
65
64
 
66
65
  @api_version.setter
67
- def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
66
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
68
67
  pulumi.set(self, "api_version", value)
69
68
 
70
- @property
69
+ @_builtins.property
71
70
  @pulumi.getter
72
- def kind(self) -> Optional[pulumi.Input[builtins.str]]:
71
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
73
72
  """
74
73
  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
75
74
  """
76
75
  return pulumi.get(self, "kind")
77
76
 
78
77
  @kind.setter
79
- def kind(self, value: Optional[pulumi.Input[builtins.str]]):
78
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
80
79
  pulumi.set(self, "kind", value)
81
80
 
82
- @property
81
+ @_builtins.property
83
82
  @pulumi.getter
84
83
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ListMetaArgs']]:
85
84
  """
@@ -98,9 +97,9 @@ class StatefulSetList(pulumi.CustomResource):
98
97
  def __init__(__self__,
99
98
  resource_name: str,
100
99
  opts: Optional[pulumi.ResourceOptions] = None,
101
- api_version: Optional[pulumi.Input[builtins.str]] = None,
100
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
102
101
  items: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StatefulSetArgs', 'StatefulSetArgsDict']]]]] = None,
103
- kind: Optional[pulumi.Input[builtins.str]] = None,
102
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
104
103
  metadata: Optional[pulumi.Input[Union['_meta.v1.ListMetaArgs', '_meta.v1.ListMetaArgsDict']]] = None,
105
104
  __props__=None):
106
105
  """
@@ -108,9 +107,9 @@ class StatefulSetList(pulumi.CustomResource):
108
107
 
109
108
  :param str resource_name: The name of the resource.
110
109
  :param pulumi.ResourceOptions opts: Options for the resource.
111
- :param pulumi.Input[builtins.str] api_version: 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
110
+ :param pulumi.Input[_builtins.str] api_version: 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
112
111
  :param pulumi.Input[Sequence[pulumi.Input[Union['StatefulSetArgs', 'StatefulSetArgsDict']]]] items: Items is the list of stateful sets.
113
- :param pulumi.Input[builtins.str] kind: 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
112
+ :param pulumi.Input[_builtins.str] kind: 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
114
113
  :param pulumi.Input[Union['_meta.v1.ListMetaArgs', '_meta.v1.ListMetaArgsDict']] metadata: Standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
115
114
  """
116
115
  ...
@@ -137,9 +136,9 @@ class StatefulSetList(pulumi.CustomResource):
137
136
  def _internal_init(__self__,
138
137
  resource_name: str,
139
138
  opts: Optional[pulumi.ResourceOptions] = None,
140
- api_version: Optional[pulumi.Input[builtins.str]] = None,
139
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
141
140
  items: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StatefulSetArgs', 'StatefulSetArgsDict']]]]] = None,
142
- kind: Optional[pulumi.Input[builtins.str]] = None,
141
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
143
142
  metadata: Optional[pulumi.Input[Union['_meta.v1.ListMetaArgs', '_meta.v1.ListMetaArgsDict']]] = None,
144
143
  __props__=None):
145
144
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -184,15 +183,15 @@ class StatefulSetList(pulumi.CustomResource):
184
183
  __props__.__dict__["metadata"] = None
185
184
  return StatefulSetList(resource_name, opts=opts, __props__=__props__)
186
185
 
187
- @property
186
+ @_builtins.property
188
187
  @pulumi.getter(name="apiVersion")
189
- def api_version(self) -> pulumi.Output[builtins.str]:
188
+ def api_version(self) -> pulumi.Output[_builtins.str]:
190
189
  """
191
190
  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
192
191
  """
193
192
  return pulumi.get(self, "api_version")
194
193
 
195
- @property
194
+ @_builtins.property
196
195
  @pulumi.getter
197
196
  def items(self) -> pulumi.Output[Sequence['outputs.StatefulSet']]:
198
197
  """
@@ -200,15 +199,15 @@ class StatefulSetList(pulumi.CustomResource):
200
199
  """
201
200
  return pulumi.get(self, "items")
202
201
 
203
- @property
202
+ @_builtins.property
204
203
  @pulumi.getter
205
- def kind(self) -> pulumi.Output[builtins.str]:
204
+ def kind(self) -> pulumi.Output[_builtins.str]:
206
205
  """
207
206
  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
208
207
  """
209
208
  return pulumi.get(self, "kind")
210
209
 
211
- @property
210
+ @_builtins.property
212
211
  @pulumi.getter
213
212
  def metadata(self) -> pulumi.Output['_meta.v1.outputs.ListMeta']:
214
213
  """
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -24,14 +23,14 @@ __all__ = ['StatefulSetPatchArgs', 'StatefulSetPatch']
24
23
  @pulumi.input_type
25
24
  class StatefulSetPatchArgs:
26
25
  def __init__(__self__, *,
27
- api_version: Optional[pulumi.Input[builtins.str]] = None,
28
- kind: Optional[pulumi.Input[builtins.str]] = None,
26
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
27
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
29
28
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaPatchArgs']] = None,
30
29
  spec: Optional[pulumi.Input['StatefulSetSpecPatchArgs']] = None):
31
30
  """
32
31
  The set of arguments for constructing a StatefulSetPatch resource.
33
- :param pulumi.Input[builtins.str] api_version: 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
- :param pulumi.Input[builtins.str] kind: 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
+ :param pulumi.Input[_builtins.str] api_version: 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
33
+ :param pulumi.Input[_builtins.str] kind: 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
34
  :param pulumi.Input['_meta.v1.ObjectMetaPatchArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
36
35
  :param pulumi.Input['StatefulSetSpecPatchArgs'] spec: Spec defines the desired identities of pods in this set.
37
36
  """
@@ -44,31 +43,31 @@ class StatefulSetPatchArgs:
44
43
  if spec is not None:
45
44
  pulumi.set(__self__, "spec", spec)
46
45
 
47
- @property
46
+ @_builtins.property
48
47
  @pulumi.getter(name="apiVersion")
49
- def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
48
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
50
49
  """
51
50
  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
52
51
  """
53
52
  return pulumi.get(self, "api_version")
54
53
 
55
54
  @api_version.setter
56
- def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
55
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
57
56
  pulumi.set(self, "api_version", value)
58
57
 
59
- @property
58
+ @_builtins.property
60
59
  @pulumi.getter
61
- def kind(self) -> Optional[pulumi.Input[builtins.str]]:
60
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
62
61
  """
63
62
  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
64
63
  """
65
64
  return pulumi.get(self, "kind")
66
65
 
67
66
  @kind.setter
68
- def kind(self, value: Optional[pulumi.Input[builtins.str]]):
67
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
69
68
  pulumi.set(self, "kind", value)
70
69
 
71
- @property
70
+ @_builtins.property
72
71
  @pulumi.getter
73
72
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaPatchArgs']]:
74
73
  """
@@ -80,7 +79,7 @@ class StatefulSetPatchArgs:
80
79
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaPatchArgs']]):
81
80
  pulumi.set(self, "metadata", value)
82
81
 
83
- @property
82
+ @_builtins.property
84
83
  @pulumi.getter
85
84
  def spec(self) -> Optional[pulumi.Input['StatefulSetSpecPatchArgs']]:
86
85
  """
@@ -99,8 +98,8 @@ class StatefulSetPatch(pulumi.CustomResource):
99
98
  def __init__(__self__,
100
99
  resource_name: str,
101
100
  opts: Optional[pulumi.ResourceOptions] = None,
102
- api_version: Optional[pulumi.Input[builtins.str]] = None,
103
- kind: Optional[pulumi.Input[builtins.str]] = None,
101
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
102
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
104
103
  metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']]] = None,
105
104
  spec: Optional[pulumi.Input[Union['StatefulSetSpecPatchArgs', 'StatefulSetSpecPatchArgsDict']]] = None,
106
105
  __props__=None):
@@ -132,8 +131,8 @@ class StatefulSetPatch(pulumi.CustomResource):
132
131
 
133
132
  :param str resource_name: The name of the resource.
134
133
  :param pulumi.ResourceOptions opts: Options for the resource.
135
- :param pulumi.Input[builtins.str] api_version: 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
136
- :param pulumi.Input[builtins.str] kind: 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
134
+ :param pulumi.Input[_builtins.str] api_version: 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
135
+ :param pulumi.Input[_builtins.str] kind: 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
137
136
  :param pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
138
137
  :param pulumi.Input[Union['StatefulSetSpecPatchArgs', 'StatefulSetSpecPatchArgsDict']] spec: Spec defines the desired identities of pods in this set.
139
138
  """
@@ -184,8 +183,8 @@ class StatefulSetPatch(pulumi.CustomResource):
184
183
  def _internal_init(__self__,
185
184
  resource_name: str,
186
185
  opts: Optional[pulumi.ResourceOptions] = None,
187
- api_version: Optional[pulumi.Input[builtins.str]] = None,
188
- kind: Optional[pulumi.Input[builtins.str]] = None,
186
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
187
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
189
188
  metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']]] = None,
190
189
  spec: Optional[pulumi.Input[Union['StatefulSetSpecPatchArgs', 'StatefulSetSpecPatchArgsDict']]] = None,
191
190
  __props__=None):
@@ -233,23 +232,23 @@ class StatefulSetPatch(pulumi.CustomResource):
233
232
  __props__.__dict__["status"] = None
234
233
  return StatefulSetPatch(resource_name, opts=opts, __props__=__props__)
235
234
 
236
- @property
235
+ @_builtins.property
237
236
  @pulumi.getter(name="apiVersion")
238
- def api_version(self) -> pulumi.Output[Optional[builtins.str]]:
237
+ def api_version(self) -> pulumi.Output[Optional[_builtins.str]]:
239
238
  """
240
239
  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
241
240
  """
242
241
  return pulumi.get(self, "api_version")
243
242
 
244
- @property
243
+ @_builtins.property
245
244
  @pulumi.getter
246
- def kind(self) -> pulumi.Output[Optional[builtins.str]]:
245
+ def kind(self) -> pulumi.Output[Optional[_builtins.str]]:
247
246
  """
248
247
  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
249
248
  """
250
249
  return pulumi.get(self, "kind")
251
250
 
252
- @property
251
+ @_builtins.property
253
252
  @pulumi.getter
254
253
  def metadata(self) -> pulumi.Output[Optional['_meta.v1.outputs.ObjectMetaPatch']]:
255
254
  """
@@ -257,7 +256,7 @@ class StatefulSetPatch(pulumi.CustomResource):
257
256
  """
258
257
  return pulumi.get(self, "metadata")
259
258
 
260
- @property
259
+ @_builtins.property
261
260
  @pulumi.getter
262
261
  def spec(self) -> pulumi.Output[Optional['outputs.StatefulSetSpecPatch']]:
263
262
  """
@@ -265,7 +264,7 @@ class StatefulSetPatch(pulumi.CustomResource):
265
264
  """
266
265
  return pulumi.get(self, "spec")
267
266
 
268
- @property
267
+ @_builtins.property
269
268
  @pulumi.getter
270
269
  def status(self) -> pulumi.Output[Optional['outputs.StatefulSetStatusPatch']]:
271
270
  """
@@ -2,7 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
5
+ import builtins as _builtins
6
6
  from ... import _utilities
7
7
  import typing
8
8
  # Export this package's modules as members: