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
@@ -69,17 +68,17 @@ class ControllerRevision(dict):
69
68
  return super().get(key, default)
70
69
 
71
70
  def __init__(__self__, *,
72
- revision: builtins.int,
73
- api_version: Optional[builtins.str] = None,
71
+ revision: _builtins.int,
72
+ api_version: Optional[_builtins.str] = None,
74
73
  data: Optional[Any] = None,
75
- kind: Optional[builtins.str] = None,
74
+ kind: Optional[_builtins.str] = None,
76
75
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
77
76
  """
78
77
  ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
79
- :param builtins.int revision: Revision indicates the revision of the state represented by Data.
80
- :param 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
78
+ :param _builtins.int revision: Revision indicates the revision of the state represented by Data.
79
+ :param _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
81
80
  :param Any data: Data is the serialized representation of the state.
82
- :param 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
81
+ :param _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
83
82
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
84
83
  """
85
84
  pulumi.set(__self__, "revision", revision)
@@ -92,23 +91,23 @@ class ControllerRevision(dict):
92
91
  if metadata is not None:
93
92
  pulumi.set(__self__, "metadata", metadata)
94
93
 
95
- @property
94
+ @_builtins.property
96
95
  @pulumi.getter
97
- def revision(self) -> builtins.int:
96
+ def revision(self) -> _builtins.int:
98
97
  """
99
98
  Revision indicates the revision of the state represented by Data.
100
99
  """
101
100
  return pulumi.get(self, "revision")
102
101
 
103
- @property
102
+ @_builtins.property
104
103
  @pulumi.getter(name="apiVersion")
105
- def api_version(self) -> Optional[builtins.str]:
104
+ def api_version(self) -> Optional[_builtins.str]:
106
105
  """
107
106
  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
108
107
  """
109
108
  return pulumi.get(self, "api_version")
110
109
 
111
- @property
110
+ @_builtins.property
112
111
  @pulumi.getter
113
112
  def data(self) -> Optional[Any]:
114
113
  """
@@ -116,15 +115,15 @@ class ControllerRevision(dict):
116
115
  """
117
116
  return pulumi.get(self, "data")
118
117
 
119
- @property
118
+ @_builtins.property
120
119
  @pulumi.getter
121
- def kind(self) -> Optional[builtins.str]:
120
+ def kind(self) -> Optional[_builtins.str]:
122
121
  """
123
122
  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
124
123
  """
125
124
  return pulumi.get(self, "kind")
126
125
 
127
- @property
126
+ @_builtins.property
128
127
  @pulumi.getter
129
128
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
130
129
  """
@@ -178,8 +177,8 @@ class Deployment(dict):
178
177
  return super().get(key, default)
179
178
 
180
179
  def __init__(__self__, *,
181
- api_version: Optional[builtins.str] = None,
182
- kind: Optional[builtins.str] = None,
180
+ api_version: Optional[_builtins.str] = None,
181
+ kind: Optional[_builtins.str] = None,
183
182
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
184
183
  spec: Optional['outputs.DeploymentSpec'] = None,
185
184
  status: Optional['outputs.DeploymentStatus'] = None):
@@ -207,8 +206,8 @@ class Deployment(dict):
207
206
  If the Deployment has not reached a Ready state after 10 minutes, it will
208
207
  time out and mark the resource update as Failed. You can override the default timeout value
209
208
  by setting the 'customTimeouts' option on the resource.
210
- :param 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
211
- :param 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
209
+ :param _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
210
+ :param _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
212
211
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata.
213
212
  :param 'DeploymentSpecArgs' spec: Specification of the desired behavior of the Deployment.
214
213
  :param 'DeploymentStatusArgs' status: Most recently observed status of the Deployment.
@@ -224,23 +223,23 @@ class Deployment(dict):
224
223
  if status is not None:
225
224
  pulumi.set(__self__, "status", status)
226
225
 
227
- @property
226
+ @_builtins.property
228
227
  @pulumi.getter(name="apiVersion")
229
- def api_version(self) -> Optional[builtins.str]:
228
+ def api_version(self) -> Optional[_builtins.str]:
230
229
  """
231
230
  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
232
231
  """
233
232
  return pulumi.get(self, "api_version")
234
233
 
235
- @property
234
+ @_builtins.property
236
235
  @pulumi.getter
237
- def kind(self) -> Optional[builtins.str]:
236
+ def kind(self) -> Optional[_builtins.str]:
238
237
  """
239
238
  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
240
239
  """
241
240
  return pulumi.get(self, "kind")
242
241
 
243
- @property
242
+ @_builtins.property
244
243
  @pulumi.getter
245
244
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
246
245
  """
@@ -248,7 +247,7 @@ class Deployment(dict):
248
247
  """
249
248
  return pulumi.get(self, "metadata")
250
249
 
251
- @property
250
+ @_builtins.property
252
251
  @pulumi.getter
253
252
  def spec(self) -> Optional['outputs.DeploymentSpec']:
254
253
  """
@@ -256,7 +255,7 @@ class Deployment(dict):
256
255
  """
257
256
  return pulumi.get(self, "spec")
258
257
 
259
- @property
258
+ @_builtins.property
260
259
  @pulumi.getter
261
260
  def status(self) -> Optional['outputs.DeploymentStatus']:
262
261
  """
@@ -290,20 +289,20 @@ class DeploymentCondition(dict):
290
289
  return super().get(key, default)
291
290
 
292
291
  def __init__(__self__, *,
293
- status: builtins.str,
294
- type: builtins.str,
295
- last_transition_time: Optional[builtins.str] = None,
296
- last_update_time: Optional[builtins.str] = None,
297
- message: Optional[builtins.str] = None,
298
- reason: Optional[builtins.str] = None):
292
+ status: _builtins.str,
293
+ type: _builtins.str,
294
+ last_transition_time: Optional[_builtins.str] = None,
295
+ last_update_time: Optional[_builtins.str] = None,
296
+ message: Optional[_builtins.str] = None,
297
+ reason: Optional[_builtins.str] = None):
299
298
  """
300
299
  DeploymentCondition describes the state of a deployment at a certain point.
301
- :param builtins.str status: Status of the condition, one of True, False, Unknown.
302
- :param builtins.str type: Type of deployment condition.
303
- :param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
304
- :param builtins.str last_update_time: The last time this condition was updated.
305
- :param builtins.str message: A human readable message indicating details about the transition.
306
- :param builtins.str reason: The reason for the condition's last transition.
300
+ :param _builtins.str status: Status of the condition, one of True, False, Unknown.
301
+ :param _builtins.str type: Type of deployment condition.
302
+ :param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
303
+ :param _builtins.str last_update_time: The last time this condition was updated.
304
+ :param _builtins.str message: A human readable message indicating details about the transition.
305
+ :param _builtins.str reason: The reason for the condition's last transition.
307
306
  """
308
307
  pulumi.set(__self__, "status", status)
309
308
  pulumi.set(__self__, "type", type)
@@ -316,49 +315,49 @@ class DeploymentCondition(dict):
316
315
  if reason is not None:
317
316
  pulumi.set(__self__, "reason", reason)
318
317
 
319
- @property
318
+ @_builtins.property
320
319
  @pulumi.getter
321
- def status(self) -> builtins.str:
320
+ def status(self) -> _builtins.str:
322
321
  """
323
322
  Status of the condition, one of True, False, Unknown.
324
323
  """
325
324
  return pulumi.get(self, "status")
326
325
 
327
- @property
326
+ @_builtins.property
328
327
  @pulumi.getter
329
- def type(self) -> builtins.str:
328
+ def type(self) -> _builtins.str:
330
329
  """
331
330
  Type of deployment condition.
332
331
  """
333
332
  return pulumi.get(self, "type")
334
333
 
335
- @property
334
+ @_builtins.property
336
335
  @pulumi.getter(name="lastTransitionTime")
337
- def last_transition_time(self) -> Optional[builtins.str]:
336
+ def last_transition_time(self) -> Optional[_builtins.str]:
338
337
  """
339
338
  Last time the condition transitioned from one status to another.
340
339
  """
341
340
  return pulumi.get(self, "last_transition_time")
342
341
 
343
- @property
342
+ @_builtins.property
344
343
  @pulumi.getter(name="lastUpdateTime")
345
- def last_update_time(self) -> Optional[builtins.str]:
344
+ def last_update_time(self) -> Optional[_builtins.str]:
346
345
  """
347
346
  The last time this condition was updated.
348
347
  """
349
348
  return pulumi.get(self, "last_update_time")
350
349
 
351
- @property
350
+ @_builtins.property
352
351
  @pulumi.getter
353
- def message(self) -> Optional[builtins.str]:
352
+ def message(self) -> Optional[_builtins.str]:
354
353
  """
355
354
  A human readable message indicating details about the transition.
356
355
  """
357
356
  return pulumi.get(self, "message")
358
357
 
359
- @property
358
+ @_builtins.property
360
359
  @pulumi.getter
361
- def reason(self) -> Optional[builtins.str]:
360
+ def reason(self) -> Optional[_builtins.str]:
362
361
  """
363
362
  The reason for the condition's last transition.
364
363
  """
@@ -390,20 +389,20 @@ class DeploymentConditionPatch(dict):
390
389
  return super().get(key, default)
391
390
 
392
391
  def __init__(__self__, *,
393
- last_transition_time: Optional[builtins.str] = None,
394
- last_update_time: Optional[builtins.str] = None,
395
- message: Optional[builtins.str] = None,
396
- reason: Optional[builtins.str] = None,
397
- status: Optional[builtins.str] = None,
398
- type: Optional[builtins.str] = None):
392
+ last_transition_time: Optional[_builtins.str] = None,
393
+ last_update_time: Optional[_builtins.str] = None,
394
+ message: Optional[_builtins.str] = None,
395
+ reason: Optional[_builtins.str] = None,
396
+ status: Optional[_builtins.str] = None,
397
+ type: Optional[_builtins.str] = None):
399
398
  """
400
399
  DeploymentCondition describes the state of a deployment at a certain point.
401
- :param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
402
- :param builtins.str last_update_time: The last time this condition was updated.
403
- :param builtins.str message: A human readable message indicating details about the transition.
404
- :param builtins.str reason: The reason for the condition's last transition.
405
- :param builtins.str status: Status of the condition, one of True, False, Unknown.
406
- :param builtins.str type: Type of deployment condition.
400
+ :param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
401
+ :param _builtins.str last_update_time: The last time this condition was updated.
402
+ :param _builtins.str message: A human readable message indicating details about the transition.
403
+ :param _builtins.str reason: The reason for the condition's last transition.
404
+ :param _builtins.str status: Status of the condition, one of True, False, Unknown.
405
+ :param _builtins.str type: Type of deployment condition.
407
406
  """
408
407
  if last_transition_time is not None:
409
408
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -418,49 +417,49 @@ class DeploymentConditionPatch(dict):
418
417
  if type is not None:
419
418
  pulumi.set(__self__, "type", type)
420
419
 
421
- @property
420
+ @_builtins.property
422
421
  @pulumi.getter(name="lastTransitionTime")
423
- def last_transition_time(self) -> Optional[builtins.str]:
422
+ def last_transition_time(self) -> Optional[_builtins.str]:
424
423
  """
425
424
  Last time the condition transitioned from one status to another.
426
425
  """
427
426
  return pulumi.get(self, "last_transition_time")
428
427
 
429
- @property
428
+ @_builtins.property
430
429
  @pulumi.getter(name="lastUpdateTime")
431
- def last_update_time(self) -> Optional[builtins.str]:
430
+ def last_update_time(self) -> Optional[_builtins.str]:
432
431
  """
433
432
  The last time this condition was updated.
434
433
  """
435
434
  return pulumi.get(self, "last_update_time")
436
435
 
437
- @property
436
+ @_builtins.property
438
437
  @pulumi.getter
439
- def message(self) -> Optional[builtins.str]:
438
+ def message(self) -> Optional[_builtins.str]:
440
439
  """
441
440
  A human readable message indicating details about the transition.
442
441
  """
443
442
  return pulumi.get(self, "message")
444
443
 
445
- @property
444
+ @_builtins.property
446
445
  @pulumi.getter
447
- def reason(self) -> Optional[builtins.str]:
446
+ def reason(self) -> Optional[_builtins.str]:
448
447
  """
449
448
  The reason for the condition's last transition.
450
449
  """
451
450
  return pulumi.get(self, "reason")
452
451
 
453
- @property
452
+ @_builtins.property
454
453
  @pulumi.getter
455
- def status(self) -> Optional[builtins.str]:
454
+ def status(self) -> Optional[_builtins.str]:
456
455
  """
457
456
  Status of the condition, one of True, False, Unknown.
458
457
  """
459
458
  return pulumi.get(self, "status")
460
459
 
461
- @property
460
+ @_builtins.property
462
461
  @pulumi.getter
463
- def type(self) -> Optional[builtins.str]:
462
+ def type(self) -> Optional[_builtins.str]:
464
463
  """
465
464
  Type of deployment condition.
466
465
  """
@@ -497,22 +496,22 @@ class DeploymentSpec(dict):
497
496
 
498
497
  def __init__(__self__, *,
499
498
  template: '_core.v1.outputs.PodTemplateSpec',
500
- min_ready_seconds: Optional[builtins.int] = None,
501
- paused: Optional[builtins.bool] = None,
502
- progress_deadline_seconds: Optional[builtins.int] = None,
503
- replicas: Optional[builtins.int] = None,
504
- revision_history_limit: Optional[builtins.int] = None,
499
+ min_ready_seconds: Optional[_builtins.int] = None,
500
+ paused: Optional[_builtins.bool] = None,
501
+ progress_deadline_seconds: Optional[_builtins.int] = None,
502
+ replicas: Optional[_builtins.int] = None,
503
+ revision_history_limit: Optional[_builtins.int] = None,
505
504
  rollback_to: Optional['outputs.RollbackConfig'] = None,
506
505
  selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
507
506
  strategy: Optional['outputs.DeploymentStrategy'] = None):
508
507
  """
509
508
  DeploymentSpec is the specification of the desired behavior of the Deployment.
510
509
  :param '_core.v1.PodTemplateSpecArgs' template: Template describes the pods that will be created.
511
- :param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
512
- :param builtins.bool paused: Indicates that the deployment is paused.
513
- :param builtins.int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
514
- :param builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
515
- :param builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
510
+ :param _builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
511
+ :param _builtins.bool paused: Indicates that the deployment is paused.
512
+ :param _builtins.int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
513
+ :param _builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
514
+ :param _builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
516
515
  :param 'RollbackConfigArgs' rollback_to: DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
517
516
  :param '_meta.v1.LabelSelectorArgs' selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.
518
517
  :param 'DeploymentStrategyArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
@@ -535,7 +534,7 @@ class DeploymentSpec(dict):
535
534
  if strategy is not None:
536
535
  pulumi.set(__self__, "strategy", strategy)
537
536
 
538
- @property
537
+ @_builtins.property
539
538
  @pulumi.getter
540
539
  def template(self) -> '_core.v1.outputs.PodTemplateSpec':
541
540
  """
@@ -543,47 +542,47 @@ class DeploymentSpec(dict):
543
542
  """
544
543
  return pulumi.get(self, "template")
545
544
 
546
- @property
545
+ @_builtins.property
547
546
  @pulumi.getter(name="minReadySeconds")
548
- def min_ready_seconds(self) -> Optional[builtins.int]:
547
+ def min_ready_seconds(self) -> Optional[_builtins.int]:
549
548
  """
550
549
  Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
551
550
  """
552
551
  return pulumi.get(self, "min_ready_seconds")
553
552
 
554
- @property
553
+ @_builtins.property
555
554
  @pulumi.getter
556
- def paused(self) -> Optional[builtins.bool]:
555
+ def paused(self) -> Optional[_builtins.bool]:
557
556
  """
558
557
  Indicates that the deployment is paused.
559
558
  """
560
559
  return pulumi.get(self, "paused")
561
560
 
562
- @property
561
+ @_builtins.property
563
562
  @pulumi.getter(name="progressDeadlineSeconds")
564
- def progress_deadline_seconds(self) -> Optional[builtins.int]:
563
+ def progress_deadline_seconds(self) -> Optional[_builtins.int]:
565
564
  """
566
565
  The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
567
566
  """
568
567
  return pulumi.get(self, "progress_deadline_seconds")
569
568
 
570
- @property
569
+ @_builtins.property
571
570
  @pulumi.getter
572
- def replicas(self) -> Optional[builtins.int]:
571
+ def replicas(self) -> Optional[_builtins.int]:
573
572
  """
574
573
  Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
575
574
  """
576
575
  return pulumi.get(self, "replicas")
577
576
 
578
- @property
577
+ @_builtins.property
579
578
  @pulumi.getter(name="revisionHistoryLimit")
580
- def revision_history_limit(self) -> Optional[builtins.int]:
579
+ def revision_history_limit(self) -> Optional[_builtins.int]:
581
580
  """
582
581
  The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
583
582
  """
584
583
  return pulumi.get(self, "revision_history_limit")
585
584
 
586
- @property
585
+ @_builtins.property
587
586
  @pulumi.getter(name="rollbackTo")
588
587
  def rollback_to(self) -> Optional['outputs.RollbackConfig']:
589
588
  """
@@ -591,7 +590,7 @@ class DeploymentSpec(dict):
591
590
  """
592
591
  return pulumi.get(self, "rollback_to")
593
592
 
594
- @property
593
+ @_builtins.property
595
594
  @pulumi.getter
596
595
  def selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
597
596
  """
@@ -599,7 +598,7 @@ class DeploymentSpec(dict):
599
598
  """
600
599
  return pulumi.get(self, "selector")
601
600
 
602
- @property
601
+ @_builtins.property
603
602
  @pulumi.getter
604
603
  def strategy(self) -> Optional['outputs.DeploymentStrategy']:
605
604
  """
@@ -637,22 +636,22 @@ class DeploymentSpecPatch(dict):
637
636
  return super().get(key, default)
638
637
 
639
638
  def __init__(__self__, *,
640
- min_ready_seconds: Optional[builtins.int] = None,
641
- paused: Optional[builtins.bool] = None,
642
- progress_deadline_seconds: Optional[builtins.int] = None,
643
- replicas: Optional[builtins.int] = None,
644
- revision_history_limit: Optional[builtins.int] = None,
639
+ min_ready_seconds: Optional[_builtins.int] = None,
640
+ paused: Optional[_builtins.bool] = None,
641
+ progress_deadline_seconds: Optional[_builtins.int] = None,
642
+ replicas: Optional[_builtins.int] = None,
643
+ revision_history_limit: Optional[_builtins.int] = None,
645
644
  rollback_to: Optional['outputs.RollbackConfigPatch'] = None,
646
645
  selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
647
646
  strategy: Optional['outputs.DeploymentStrategyPatch'] = None,
648
647
  template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
649
648
  """
650
649
  DeploymentSpec is the specification of the desired behavior of the Deployment.
651
- :param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
652
- :param builtins.bool paused: Indicates that the deployment is paused.
653
- :param builtins.int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
654
- :param builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
655
- :param builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
650
+ :param _builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
651
+ :param _builtins.bool paused: Indicates that the deployment is paused.
652
+ :param _builtins.int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
653
+ :param _builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
654
+ :param _builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
656
655
  :param 'RollbackConfigPatchArgs' rollback_to: DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
657
656
  :param '_meta.v1.LabelSelectorPatchArgs' selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.
658
657
  :param 'DeploymentStrategyPatchArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
@@ -677,47 +676,47 @@ class DeploymentSpecPatch(dict):
677
676
  if template is not None:
678
677
  pulumi.set(__self__, "template", template)
679
678
 
680
- @property
679
+ @_builtins.property
681
680
  @pulumi.getter(name="minReadySeconds")
682
- def min_ready_seconds(self) -> Optional[builtins.int]:
681
+ def min_ready_seconds(self) -> Optional[_builtins.int]:
683
682
  """
684
683
  Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
685
684
  """
686
685
  return pulumi.get(self, "min_ready_seconds")
687
686
 
688
- @property
687
+ @_builtins.property
689
688
  @pulumi.getter
690
- def paused(self) -> Optional[builtins.bool]:
689
+ def paused(self) -> Optional[_builtins.bool]:
691
690
  """
692
691
  Indicates that the deployment is paused.
693
692
  """
694
693
  return pulumi.get(self, "paused")
695
694
 
696
- @property
695
+ @_builtins.property
697
696
  @pulumi.getter(name="progressDeadlineSeconds")
698
- def progress_deadline_seconds(self) -> Optional[builtins.int]:
697
+ def progress_deadline_seconds(self) -> Optional[_builtins.int]:
699
698
  """
700
699
  The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
701
700
  """
702
701
  return pulumi.get(self, "progress_deadline_seconds")
703
702
 
704
- @property
703
+ @_builtins.property
705
704
  @pulumi.getter
706
- def replicas(self) -> Optional[builtins.int]:
705
+ def replicas(self) -> Optional[_builtins.int]:
707
706
  """
708
707
  Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
709
708
  """
710
709
  return pulumi.get(self, "replicas")
711
710
 
712
- @property
711
+ @_builtins.property
713
712
  @pulumi.getter(name="revisionHistoryLimit")
714
- def revision_history_limit(self) -> Optional[builtins.int]:
713
+ def revision_history_limit(self) -> Optional[_builtins.int]:
715
714
  """
716
715
  The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
717
716
  """
718
717
  return pulumi.get(self, "revision_history_limit")
719
718
 
720
- @property
719
+ @_builtins.property
721
720
  @pulumi.getter(name="rollbackTo")
722
721
  def rollback_to(self) -> Optional['outputs.RollbackConfigPatch']:
723
722
  """
@@ -725,7 +724,7 @@ class DeploymentSpecPatch(dict):
725
724
  """
726
725
  return pulumi.get(self, "rollback_to")
727
726
 
728
- @property
727
+ @_builtins.property
729
728
  @pulumi.getter
730
729
  def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
731
730
  """
@@ -733,7 +732,7 @@ class DeploymentSpecPatch(dict):
733
732
  """
734
733
  return pulumi.get(self, "selector")
735
734
 
736
- @property
735
+ @_builtins.property
737
736
  @pulumi.getter
738
737
  def strategy(self) -> Optional['outputs.DeploymentStrategyPatch']:
739
738
  """
@@ -741,7 +740,7 @@ class DeploymentSpecPatch(dict):
741
740
  """
742
741
  return pulumi.get(self, "strategy")
743
742
 
744
- @property
743
+ @_builtins.property
745
744
  @pulumi.getter
746
745
  def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
747
746
  """
@@ -783,24 +782,24 @@ class DeploymentStatus(dict):
783
782
  return super().get(key, default)
784
783
 
785
784
  def __init__(__self__, *,
786
- available_replicas: Optional[builtins.int] = None,
787
- collision_count: Optional[builtins.int] = None,
785
+ available_replicas: Optional[_builtins.int] = None,
786
+ collision_count: Optional[_builtins.int] = None,
788
787
  conditions: Optional[Sequence['outputs.DeploymentCondition']] = None,
789
- observed_generation: Optional[builtins.int] = None,
790
- ready_replicas: Optional[builtins.int] = None,
791
- replicas: Optional[builtins.int] = None,
792
- unavailable_replicas: Optional[builtins.int] = None,
793
- updated_replicas: Optional[builtins.int] = None):
788
+ observed_generation: Optional[_builtins.int] = None,
789
+ ready_replicas: Optional[_builtins.int] = None,
790
+ replicas: Optional[_builtins.int] = None,
791
+ unavailable_replicas: Optional[_builtins.int] = None,
792
+ updated_replicas: Optional[_builtins.int] = None):
794
793
  """
795
794
  DeploymentStatus is the most recently observed status of the Deployment.
796
- :param builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
797
- :param builtins.int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
795
+ :param _builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
796
+ :param _builtins.int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
798
797
  :param Sequence['DeploymentConditionArgs'] conditions: Represents the latest available observations of a deployment's current state.
799
- :param builtins.int observed_generation: The generation observed by the deployment controller.
800
- :param builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
801
- :param builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
802
- :param builtins.int unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
803
- :param builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
798
+ :param _builtins.int observed_generation: The generation observed by the deployment controller.
799
+ :param _builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
800
+ :param _builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
801
+ :param _builtins.int unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
802
+ :param _builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
804
803
  """
805
804
  if available_replicas is not None:
806
805
  pulumi.set(__self__, "available_replicas", available_replicas)
@@ -819,23 +818,23 @@ class DeploymentStatus(dict):
819
818
  if updated_replicas is not None:
820
819
  pulumi.set(__self__, "updated_replicas", updated_replicas)
821
820
 
822
- @property
821
+ @_builtins.property
823
822
  @pulumi.getter(name="availableReplicas")
824
- def available_replicas(self) -> Optional[builtins.int]:
823
+ def available_replicas(self) -> Optional[_builtins.int]:
825
824
  """
826
825
  Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
827
826
  """
828
827
  return pulumi.get(self, "available_replicas")
829
828
 
830
- @property
829
+ @_builtins.property
831
830
  @pulumi.getter(name="collisionCount")
832
- def collision_count(self) -> Optional[builtins.int]:
831
+ def collision_count(self) -> Optional[_builtins.int]:
833
832
  """
834
833
  Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
835
834
  """
836
835
  return pulumi.get(self, "collision_count")
837
836
 
838
- @property
837
+ @_builtins.property
839
838
  @pulumi.getter
840
839
  def conditions(self) -> Optional[Sequence['outputs.DeploymentCondition']]:
841
840
  """
@@ -843,41 +842,41 @@ class DeploymentStatus(dict):
843
842
  """
844
843
  return pulumi.get(self, "conditions")
845
844
 
846
- @property
845
+ @_builtins.property
847
846
  @pulumi.getter(name="observedGeneration")
848
- def observed_generation(self) -> Optional[builtins.int]:
847
+ def observed_generation(self) -> Optional[_builtins.int]:
849
848
  """
850
849
  The generation observed by the deployment controller.
851
850
  """
852
851
  return pulumi.get(self, "observed_generation")
853
852
 
854
- @property
853
+ @_builtins.property
855
854
  @pulumi.getter(name="readyReplicas")
856
- def ready_replicas(self) -> Optional[builtins.int]:
855
+ def ready_replicas(self) -> Optional[_builtins.int]:
857
856
  """
858
857
  Total number of ready pods targeted by this deployment.
859
858
  """
860
859
  return pulumi.get(self, "ready_replicas")
861
860
 
862
- @property
861
+ @_builtins.property
863
862
  @pulumi.getter
864
- def replicas(self) -> Optional[builtins.int]:
863
+ def replicas(self) -> Optional[_builtins.int]:
865
864
  """
866
865
  Total number of non-terminated pods targeted by this deployment (their labels match the selector).
867
866
  """
868
867
  return pulumi.get(self, "replicas")
869
868
 
870
- @property
869
+ @_builtins.property
871
870
  @pulumi.getter(name="unavailableReplicas")
872
- def unavailable_replicas(self) -> Optional[builtins.int]:
871
+ def unavailable_replicas(self) -> Optional[_builtins.int]:
873
872
  """
874
873
  Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
875
874
  """
876
875
  return pulumi.get(self, "unavailable_replicas")
877
876
 
878
- @property
877
+ @_builtins.property
879
878
  @pulumi.getter(name="updatedReplicas")
880
- def updated_replicas(self) -> Optional[builtins.int]:
879
+ def updated_replicas(self) -> Optional[_builtins.int]:
881
880
  """
882
881
  Total number of non-terminated pods targeted by this deployment that have the desired template spec.
883
882
  """
@@ -917,24 +916,24 @@ class DeploymentStatusPatch(dict):
917
916
  return super().get(key, default)
918
917
 
919
918
  def __init__(__self__, *,
920
- available_replicas: Optional[builtins.int] = None,
921
- collision_count: Optional[builtins.int] = None,
919
+ available_replicas: Optional[_builtins.int] = None,
920
+ collision_count: Optional[_builtins.int] = None,
922
921
  conditions: Optional[Sequence['outputs.DeploymentConditionPatch']] = None,
923
- observed_generation: Optional[builtins.int] = None,
924
- ready_replicas: Optional[builtins.int] = None,
925
- replicas: Optional[builtins.int] = None,
926
- unavailable_replicas: Optional[builtins.int] = None,
927
- updated_replicas: Optional[builtins.int] = None):
922
+ observed_generation: Optional[_builtins.int] = None,
923
+ ready_replicas: Optional[_builtins.int] = None,
924
+ replicas: Optional[_builtins.int] = None,
925
+ unavailable_replicas: Optional[_builtins.int] = None,
926
+ updated_replicas: Optional[_builtins.int] = None):
928
927
  """
929
928
  DeploymentStatus is the most recently observed status of the Deployment.
930
- :param builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
931
- :param builtins.int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
929
+ :param _builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
930
+ :param _builtins.int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
932
931
  :param Sequence['DeploymentConditionPatchArgs'] conditions: Represents the latest available observations of a deployment's current state.
933
- :param builtins.int observed_generation: The generation observed by the deployment controller.
934
- :param builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
935
- :param builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
936
- :param builtins.int unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
937
- :param builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
932
+ :param _builtins.int observed_generation: The generation observed by the deployment controller.
933
+ :param _builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
934
+ :param _builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
935
+ :param _builtins.int unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
936
+ :param _builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
938
937
  """
939
938
  if available_replicas is not None:
940
939
  pulumi.set(__self__, "available_replicas", available_replicas)
@@ -953,23 +952,23 @@ class DeploymentStatusPatch(dict):
953
952
  if updated_replicas is not None:
954
953
  pulumi.set(__self__, "updated_replicas", updated_replicas)
955
954
 
956
- @property
955
+ @_builtins.property
957
956
  @pulumi.getter(name="availableReplicas")
958
- def available_replicas(self) -> Optional[builtins.int]:
957
+ def available_replicas(self) -> Optional[_builtins.int]:
959
958
  """
960
959
  Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
961
960
  """
962
961
  return pulumi.get(self, "available_replicas")
963
962
 
964
- @property
963
+ @_builtins.property
965
964
  @pulumi.getter(name="collisionCount")
966
- def collision_count(self) -> Optional[builtins.int]:
965
+ def collision_count(self) -> Optional[_builtins.int]:
967
966
  """
968
967
  Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
969
968
  """
970
969
  return pulumi.get(self, "collision_count")
971
970
 
972
- @property
971
+ @_builtins.property
973
972
  @pulumi.getter
974
973
  def conditions(self) -> Optional[Sequence['outputs.DeploymentConditionPatch']]:
975
974
  """
@@ -977,41 +976,41 @@ class DeploymentStatusPatch(dict):
977
976
  """
978
977
  return pulumi.get(self, "conditions")
979
978
 
980
- @property
979
+ @_builtins.property
981
980
  @pulumi.getter(name="observedGeneration")
982
- def observed_generation(self) -> Optional[builtins.int]:
981
+ def observed_generation(self) -> Optional[_builtins.int]:
983
982
  """
984
983
  The generation observed by the deployment controller.
985
984
  """
986
985
  return pulumi.get(self, "observed_generation")
987
986
 
988
- @property
987
+ @_builtins.property
989
988
  @pulumi.getter(name="readyReplicas")
990
- def ready_replicas(self) -> Optional[builtins.int]:
989
+ def ready_replicas(self) -> Optional[_builtins.int]:
991
990
  """
992
991
  Total number of ready pods targeted by this deployment.
993
992
  """
994
993
  return pulumi.get(self, "ready_replicas")
995
994
 
996
- @property
995
+ @_builtins.property
997
996
  @pulumi.getter
998
- def replicas(self) -> Optional[builtins.int]:
997
+ def replicas(self) -> Optional[_builtins.int]:
999
998
  """
1000
999
  Total number of non-terminated pods targeted by this deployment (their labels match the selector).
1001
1000
  """
1002
1001
  return pulumi.get(self, "replicas")
1003
1002
 
1004
- @property
1003
+ @_builtins.property
1005
1004
  @pulumi.getter(name="unavailableReplicas")
1006
- def unavailable_replicas(self) -> Optional[builtins.int]:
1005
+ def unavailable_replicas(self) -> Optional[_builtins.int]:
1007
1006
  """
1008
1007
  Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
1009
1008
  """
1010
1009
  return pulumi.get(self, "unavailable_replicas")
1011
1010
 
1012
- @property
1011
+ @_builtins.property
1013
1012
  @pulumi.getter(name="updatedReplicas")
1014
- def updated_replicas(self) -> Optional[builtins.int]:
1013
+ def updated_replicas(self) -> Optional[_builtins.int]:
1015
1014
  """
1016
1015
  Total number of non-terminated pods targeted by this deployment that have the desired template spec.
1017
1016
  """
@@ -1042,18 +1041,18 @@ class DeploymentStrategy(dict):
1042
1041
 
1043
1042
  def __init__(__self__, *,
1044
1043
  rolling_update: Optional['outputs.RollingUpdateDeployment'] = None,
1045
- type: Optional[builtins.str] = None):
1044
+ type: Optional[_builtins.str] = None):
1046
1045
  """
1047
1046
  DeploymentStrategy describes how to replace existing pods with new ones.
1048
1047
  :param 'RollingUpdateDeploymentArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
1049
- :param builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1048
+ :param _builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1050
1049
  """
1051
1050
  if rolling_update is not None:
1052
1051
  pulumi.set(__self__, "rolling_update", rolling_update)
1053
1052
  if type is not None:
1054
1053
  pulumi.set(__self__, "type", type)
1055
1054
 
1056
- @property
1055
+ @_builtins.property
1057
1056
  @pulumi.getter(name="rollingUpdate")
1058
1057
  def rolling_update(self) -> Optional['outputs.RollingUpdateDeployment']:
1059
1058
  """
@@ -1061,9 +1060,9 @@ class DeploymentStrategy(dict):
1061
1060
  """
1062
1061
  return pulumi.get(self, "rolling_update")
1063
1062
 
1064
- @property
1063
+ @_builtins.property
1065
1064
  @pulumi.getter
1066
- def type(self) -> Optional[builtins.str]:
1065
+ def type(self) -> Optional[_builtins.str]:
1067
1066
  """
1068
1067
  Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1069
1068
  """
@@ -1094,18 +1093,18 @@ class DeploymentStrategyPatch(dict):
1094
1093
 
1095
1094
  def __init__(__self__, *,
1096
1095
  rolling_update: Optional['outputs.RollingUpdateDeploymentPatch'] = None,
1097
- type: Optional[builtins.str] = None):
1096
+ type: Optional[_builtins.str] = None):
1098
1097
  """
1099
1098
  DeploymentStrategy describes how to replace existing pods with new ones.
1100
1099
  :param 'RollingUpdateDeploymentPatchArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
1101
- :param builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1100
+ :param _builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1102
1101
  """
1103
1102
  if rolling_update is not None:
1104
1103
  pulumi.set(__self__, "rolling_update", rolling_update)
1105
1104
  if type is not None:
1106
1105
  pulumi.set(__self__, "type", type)
1107
1106
 
1108
- @property
1107
+ @_builtins.property
1109
1108
  @pulumi.getter(name="rollingUpdate")
1110
1109
  def rolling_update(self) -> Optional['outputs.RollingUpdateDeploymentPatch']:
1111
1110
  """
@@ -1113,9 +1112,9 @@ class DeploymentStrategyPatch(dict):
1113
1112
  """
1114
1113
  return pulumi.get(self, "rolling_update")
1115
1114
 
1116
- @property
1115
+ @_builtins.property
1117
1116
  @pulumi.getter
1118
- def type(self) -> Optional[builtins.str]:
1117
+ def type(self) -> Optional[_builtins.str]:
1119
1118
  """
1120
1119
  Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1121
1120
  """
@@ -1128,17 +1127,17 @@ class RollbackConfig(dict):
1128
1127
  DEPRECATED.
1129
1128
  """
1130
1129
  def __init__(__self__, *,
1131
- revision: Optional[builtins.int] = None):
1130
+ revision: Optional[_builtins.int] = None):
1132
1131
  """
1133
1132
  DEPRECATED.
1134
- :param builtins.int revision: The revision to rollback to. If set to 0, rollback to the last revision.
1133
+ :param _builtins.int revision: The revision to rollback to. If set to 0, rollback to the last revision.
1135
1134
  """
1136
1135
  if revision is not None:
1137
1136
  pulumi.set(__self__, "revision", revision)
1138
1137
 
1139
- @property
1138
+ @_builtins.property
1140
1139
  @pulumi.getter
1141
- def revision(self) -> Optional[builtins.int]:
1140
+ def revision(self) -> Optional[_builtins.int]:
1142
1141
  """
1143
1142
  The revision to rollback to. If set to 0, rollback to the last revision.
1144
1143
  """
@@ -1151,17 +1150,17 @@ class RollbackConfigPatch(dict):
1151
1150
  DEPRECATED.
1152
1151
  """
1153
1152
  def __init__(__self__, *,
1154
- revision: Optional[builtins.int] = None):
1153
+ revision: Optional[_builtins.int] = None):
1155
1154
  """
1156
1155
  DEPRECATED.
1157
- :param builtins.int revision: The revision to rollback to. If set to 0, rollback to the last revision.
1156
+ :param _builtins.int revision: The revision to rollback to. If set to 0, rollback to the last revision.
1158
1157
  """
1159
1158
  if revision is not None:
1160
1159
  pulumi.set(__self__, "revision", revision)
1161
1160
 
1162
- @property
1161
+ @_builtins.property
1163
1162
  @pulumi.getter
1164
- def revision(self) -> Optional[builtins.int]:
1163
+ def revision(self) -> Optional[_builtins.int]:
1165
1164
  """
1166
1165
  The revision to rollback to. If set to 0, rollback to the last revision.
1167
1166
  """
@@ -1197,15 +1196,15 @@ class RollingUpdateDeployment(dict):
1197
1196
  max_unavailable: Optional[Any] = None):
1198
1197
  """
1199
1198
  Spec to control the desired behavior of rolling update.
1200
- :param Union[builtins.int, builtins.str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
1201
- :param Union[builtins.int, builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
1199
+ :param Union[_builtins.int, _builtins.str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
1200
+ :param Union[_builtins.int, _builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
1202
1201
  """
1203
1202
  if max_surge is not None:
1204
1203
  pulumi.set(__self__, "max_surge", max_surge)
1205
1204
  if max_unavailable is not None:
1206
1205
  pulumi.set(__self__, "max_unavailable", max_unavailable)
1207
1206
 
1208
- @property
1207
+ @_builtins.property
1209
1208
  @pulumi.getter(name="maxSurge")
1210
1209
  def max_surge(self) -> Optional[Any]:
1211
1210
  """
@@ -1213,7 +1212,7 @@ class RollingUpdateDeployment(dict):
1213
1212
  """
1214
1213
  return pulumi.get(self, "max_surge")
1215
1214
 
1216
- @property
1215
+ @_builtins.property
1217
1216
  @pulumi.getter(name="maxUnavailable")
1218
1217
  def max_unavailable(self) -> Optional[Any]:
1219
1218
  """
@@ -1251,15 +1250,15 @@ class RollingUpdateDeploymentPatch(dict):
1251
1250
  max_unavailable: Optional[Any] = None):
1252
1251
  """
1253
1252
  Spec to control the desired behavior of rolling update.
1254
- :param Union[builtins.int, builtins.str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
1255
- :param Union[builtins.int, builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
1253
+ :param Union[_builtins.int, _builtins.str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
1254
+ :param Union[_builtins.int, _builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
1256
1255
  """
1257
1256
  if max_surge is not None:
1258
1257
  pulumi.set(__self__, "max_surge", max_surge)
1259
1258
  if max_unavailable is not None:
1260
1259
  pulumi.set(__self__, "max_unavailable", max_unavailable)
1261
1260
 
1262
- @property
1261
+ @_builtins.property
1263
1262
  @pulumi.getter(name="maxSurge")
1264
1263
  def max_surge(self) -> Optional[Any]:
1265
1264
  """
@@ -1267,7 +1266,7 @@ class RollingUpdateDeploymentPatch(dict):
1267
1266
  """
1268
1267
  return pulumi.get(self, "max_surge")
1269
1268
 
1270
- @property
1269
+ @_builtins.property
1271
1270
  @pulumi.getter(name="maxUnavailable")
1272
1271
  def max_unavailable(self) -> Optional[Any]:
1273
1272
  """
@@ -1282,17 +1281,17 @@ class RollingUpdateStatefulSetStrategy(dict):
1282
1281
  RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
1283
1282
  """
1284
1283
  def __init__(__self__, *,
1285
- partition: Optional[builtins.int] = None):
1284
+ partition: Optional[_builtins.int] = None):
1286
1285
  """
1287
1286
  RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
1288
- :param builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned.
1287
+ :param _builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned.
1289
1288
  """
1290
1289
  if partition is not None:
1291
1290
  pulumi.set(__self__, "partition", partition)
1292
1291
 
1293
- @property
1292
+ @_builtins.property
1294
1293
  @pulumi.getter
1295
- def partition(self) -> Optional[builtins.int]:
1294
+ def partition(self) -> Optional[_builtins.int]:
1296
1295
  """
1297
1296
  Partition indicates the ordinal at which the StatefulSet should be partitioned.
1298
1297
  """
@@ -1305,17 +1304,17 @@ class RollingUpdateStatefulSetStrategyPatch(dict):
1305
1304
  RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
1306
1305
  """
1307
1306
  def __init__(__self__, *,
1308
- partition: Optional[builtins.int] = None):
1307
+ partition: Optional[_builtins.int] = None):
1309
1308
  """
1310
1309
  RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
1311
- :param builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned.
1310
+ :param _builtins.int partition: Partition indicates the ordinal at which the StatefulSet should be partitioned.
1312
1311
  """
1313
1312
  if partition is not None:
1314
1313
  pulumi.set(__self__, "partition", partition)
1315
1314
 
1316
- @property
1315
+ @_builtins.property
1317
1316
  @pulumi.getter
1318
- def partition(self) -> Optional[builtins.int]:
1317
+ def partition(self) -> Optional[_builtins.int]:
1319
1318
  """
1320
1319
  Partition indicates the ordinal at which the StatefulSet should be partitioned.
1321
1320
  """
@@ -1361,8 +1360,8 @@ class StatefulSet(dict):
1361
1360
  return super().get(key, default)
1362
1361
 
1363
1362
  def __init__(__self__, *,
1364
- api_version: Optional[builtins.str] = None,
1365
- kind: Optional[builtins.str] = None,
1363
+ api_version: Optional[_builtins.str] = None,
1364
+ kind: Optional[_builtins.str] = None,
1366
1365
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1367
1366
  spec: Optional['outputs.StatefulSetSpec'] = None,
1368
1367
  status: Optional['outputs.StatefulSetStatus'] = None):
@@ -1384,8 +1383,8 @@ class StatefulSet(dict):
1384
1383
  If the StatefulSet has not reached a Ready state after 10 minutes, it will
1385
1384
  time out and mark the resource update as Failed. You can override the default timeout value
1386
1385
  by setting the 'customTimeouts' option on the resource.
1387
- :param 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
1388
- :param 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
1386
+ :param _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
1387
+ :param _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
1389
1388
  :param 'StatefulSetSpecArgs' spec: Spec defines the desired identities of pods in this set.
1390
1389
  :param 'StatefulSetStatusArgs' status: Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
1391
1390
  """
@@ -1400,28 +1399,28 @@ class StatefulSet(dict):
1400
1399
  if status is not None:
1401
1400
  pulumi.set(__self__, "status", status)
1402
1401
 
1403
- @property
1402
+ @_builtins.property
1404
1403
  @pulumi.getter(name="apiVersion")
1405
- def api_version(self) -> Optional[builtins.str]:
1404
+ def api_version(self) -> Optional[_builtins.str]:
1406
1405
  """
1407
1406
  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
1408
1407
  """
1409
1408
  return pulumi.get(self, "api_version")
1410
1409
 
1411
- @property
1410
+ @_builtins.property
1412
1411
  @pulumi.getter
1413
- def kind(self) -> Optional[builtins.str]:
1412
+ def kind(self) -> Optional[_builtins.str]:
1414
1413
  """
1415
1414
  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
1416
1415
  """
1417
1416
  return pulumi.get(self, "kind")
1418
1417
 
1419
- @property
1418
+ @_builtins.property
1420
1419
  @pulumi.getter
1421
1420
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1422
1421
  return pulumi.get(self, "metadata")
1423
1422
 
1424
- @property
1423
+ @_builtins.property
1425
1424
  @pulumi.getter
1426
1425
  def spec(self) -> Optional['outputs.StatefulSetSpec']:
1427
1426
  """
@@ -1429,7 +1428,7 @@ class StatefulSet(dict):
1429
1428
  """
1430
1429
  return pulumi.get(self, "spec")
1431
1430
 
1432
- @property
1431
+ @_builtins.property
1433
1432
  @pulumi.getter
1434
1433
  def status(self) -> Optional['outputs.StatefulSetStatus']:
1435
1434
  """
@@ -1461,18 +1460,18 @@ class StatefulSetCondition(dict):
1461
1460
  return super().get(key, default)
1462
1461
 
1463
1462
  def __init__(__self__, *,
1464
- status: builtins.str,
1465
- type: builtins.str,
1466
- last_transition_time: Optional[builtins.str] = None,
1467
- message: Optional[builtins.str] = None,
1468
- reason: Optional[builtins.str] = None):
1463
+ status: _builtins.str,
1464
+ type: _builtins.str,
1465
+ last_transition_time: Optional[_builtins.str] = None,
1466
+ message: Optional[_builtins.str] = None,
1467
+ reason: Optional[_builtins.str] = None):
1469
1468
  """
1470
1469
  StatefulSetCondition describes the state of a statefulset at a certain point.
1471
- :param builtins.str status: Status of the condition, one of True, False, Unknown.
1472
- :param builtins.str type: Type of statefulset condition.
1473
- :param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
1474
- :param builtins.str message: A human readable message indicating details about the transition.
1475
- :param builtins.str reason: The reason for the condition's last transition.
1470
+ :param _builtins.str status: Status of the condition, one of True, False, Unknown.
1471
+ :param _builtins.str type: Type of statefulset condition.
1472
+ :param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
1473
+ :param _builtins.str message: A human readable message indicating details about the transition.
1474
+ :param _builtins.str reason: The reason for the condition's last transition.
1476
1475
  """
1477
1476
  pulumi.set(__self__, "status", status)
1478
1477
  pulumi.set(__self__, "type", type)
@@ -1483,41 +1482,41 @@ class StatefulSetCondition(dict):
1483
1482
  if reason is not None:
1484
1483
  pulumi.set(__self__, "reason", reason)
1485
1484
 
1486
- @property
1485
+ @_builtins.property
1487
1486
  @pulumi.getter
1488
- def status(self) -> builtins.str:
1487
+ def status(self) -> _builtins.str:
1489
1488
  """
1490
1489
  Status of the condition, one of True, False, Unknown.
1491
1490
  """
1492
1491
  return pulumi.get(self, "status")
1493
1492
 
1494
- @property
1493
+ @_builtins.property
1495
1494
  @pulumi.getter
1496
- def type(self) -> builtins.str:
1495
+ def type(self) -> _builtins.str:
1497
1496
  """
1498
1497
  Type of statefulset condition.
1499
1498
  """
1500
1499
  return pulumi.get(self, "type")
1501
1500
 
1502
- @property
1501
+ @_builtins.property
1503
1502
  @pulumi.getter(name="lastTransitionTime")
1504
- def last_transition_time(self) -> Optional[builtins.str]:
1503
+ def last_transition_time(self) -> Optional[_builtins.str]:
1505
1504
  """
1506
1505
  Last time the condition transitioned from one status to another.
1507
1506
  """
1508
1507
  return pulumi.get(self, "last_transition_time")
1509
1508
 
1510
- @property
1509
+ @_builtins.property
1511
1510
  @pulumi.getter
1512
- def message(self) -> Optional[builtins.str]:
1511
+ def message(self) -> Optional[_builtins.str]:
1513
1512
  """
1514
1513
  A human readable message indicating details about the transition.
1515
1514
  """
1516
1515
  return pulumi.get(self, "message")
1517
1516
 
1518
- @property
1517
+ @_builtins.property
1519
1518
  @pulumi.getter
1520
- def reason(self) -> Optional[builtins.str]:
1519
+ def reason(self) -> Optional[_builtins.str]:
1521
1520
  """
1522
1521
  The reason for the condition's last transition.
1523
1522
  """
@@ -1547,18 +1546,18 @@ class StatefulSetConditionPatch(dict):
1547
1546
  return super().get(key, default)
1548
1547
 
1549
1548
  def __init__(__self__, *,
1550
- last_transition_time: Optional[builtins.str] = None,
1551
- message: Optional[builtins.str] = None,
1552
- reason: Optional[builtins.str] = None,
1553
- status: Optional[builtins.str] = None,
1554
- type: Optional[builtins.str] = None):
1549
+ last_transition_time: Optional[_builtins.str] = None,
1550
+ message: Optional[_builtins.str] = None,
1551
+ reason: Optional[_builtins.str] = None,
1552
+ status: Optional[_builtins.str] = None,
1553
+ type: Optional[_builtins.str] = None):
1555
1554
  """
1556
1555
  StatefulSetCondition describes the state of a statefulset at a certain point.
1557
- :param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
1558
- :param builtins.str message: A human readable message indicating details about the transition.
1559
- :param builtins.str reason: The reason for the condition's last transition.
1560
- :param builtins.str status: Status of the condition, one of True, False, Unknown.
1561
- :param builtins.str type: Type of statefulset condition.
1556
+ :param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
1557
+ :param _builtins.str message: A human readable message indicating details about the transition.
1558
+ :param _builtins.str reason: The reason for the condition's last transition.
1559
+ :param _builtins.str status: Status of the condition, one of True, False, Unknown.
1560
+ :param _builtins.str type: Type of statefulset condition.
1562
1561
  """
1563
1562
  if last_transition_time is not None:
1564
1563
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -1571,41 +1570,41 @@ class StatefulSetConditionPatch(dict):
1571
1570
  if type is not None:
1572
1571
  pulumi.set(__self__, "type", type)
1573
1572
 
1574
- @property
1573
+ @_builtins.property
1575
1574
  @pulumi.getter(name="lastTransitionTime")
1576
- def last_transition_time(self) -> Optional[builtins.str]:
1575
+ def last_transition_time(self) -> Optional[_builtins.str]:
1577
1576
  """
1578
1577
  Last time the condition transitioned from one status to another.
1579
1578
  """
1580
1579
  return pulumi.get(self, "last_transition_time")
1581
1580
 
1582
- @property
1581
+ @_builtins.property
1583
1582
  @pulumi.getter
1584
- def message(self) -> Optional[builtins.str]:
1583
+ def message(self) -> Optional[_builtins.str]:
1585
1584
  """
1586
1585
  A human readable message indicating details about the transition.
1587
1586
  """
1588
1587
  return pulumi.get(self, "message")
1589
1588
 
1590
- @property
1589
+ @_builtins.property
1591
1590
  @pulumi.getter
1592
- def reason(self) -> Optional[builtins.str]:
1591
+ def reason(self) -> Optional[_builtins.str]:
1593
1592
  """
1594
1593
  The reason for the condition's last transition.
1595
1594
  """
1596
1595
  return pulumi.get(self, "reason")
1597
1596
 
1598
- @property
1597
+ @_builtins.property
1599
1598
  @pulumi.getter
1600
- def status(self) -> Optional[builtins.str]:
1599
+ def status(self) -> Optional[_builtins.str]:
1601
1600
  """
1602
1601
  Status of the condition, one of True, False, Unknown.
1603
1602
  """
1604
1603
  return pulumi.get(self, "status")
1605
1604
 
1606
- @property
1605
+ @_builtins.property
1607
1606
  @pulumi.getter
1608
- def type(self) -> Optional[builtins.str]:
1607
+ def type(self) -> Optional[_builtins.str]:
1609
1608
  """
1610
1609
  Type of statefulset condition.
1611
1610
  """
@@ -1643,21 +1642,21 @@ class StatefulSetSpec(dict):
1643
1642
  return super().get(key, default)
1644
1643
 
1645
1644
  def __init__(__self__, *,
1646
- service_name: builtins.str,
1645
+ service_name: _builtins.str,
1647
1646
  template: '_core.v1.outputs.PodTemplateSpec',
1648
- pod_management_policy: Optional[builtins.str] = None,
1649
- replicas: Optional[builtins.int] = None,
1650
- revision_history_limit: Optional[builtins.int] = None,
1647
+ pod_management_policy: Optional[_builtins.str] = None,
1648
+ replicas: Optional[_builtins.int] = None,
1649
+ revision_history_limit: Optional[_builtins.int] = None,
1651
1650
  selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
1652
1651
  update_strategy: Optional['outputs.StatefulSetUpdateStrategy'] = None,
1653
1652
  volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaim']] = None):
1654
1653
  """
1655
1654
  A StatefulSetSpec is the specification of a StatefulSet.
1656
- :param builtins.str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
1655
+ :param _builtins.str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
1657
1656
  :param '_core.v1.PodTemplateSpecArgs' template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
1658
- :param builtins.str pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
1659
- :param builtins.int replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
1660
- :param builtins.int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
1657
+ :param _builtins.str pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
1658
+ :param _builtins.int replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
1659
+ :param _builtins.int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
1661
1660
  :param '_meta.v1.LabelSelectorArgs' selector: selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
1662
1661
  :param 'StatefulSetUpdateStrategyArgs' update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
1663
1662
  :param Sequence['_core.v1.PersistentVolumeClaimArgs'] volume_claim_templates: volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
@@ -1677,15 +1676,15 @@ class StatefulSetSpec(dict):
1677
1676
  if volume_claim_templates is not None:
1678
1677
  pulumi.set(__self__, "volume_claim_templates", volume_claim_templates)
1679
1678
 
1680
- @property
1679
+ @_builtins.property
1681
1680
  @pulumi.getter(name="serviceName")
1682
- def service_name(self) -> builtins.str:
1681
+ def service_name(self) -> _builtins.str:
1683
1682
  """
1684
1683
  serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
1685
1684
  """
1686
1685
  return pulumi.get(self, "service_name")
1687
1686
 
1688
- @property
1687
+ @_builtins.property
1689
1688
  @pulumi.getter
1690
1689
  def template(self) -> '_core.v1.outputs.PodTemplateSpec':
1691
1690
  """
@@ -1693,31 +1692,31 @@ class StatefulSetSpec(dict):
1693
1692
  """
1694
1693
  return pulumi.get(self, "template")
1695
1694
 
1696
- @property
1695
+ @_builtins.property
1697
1696
  @pulumi.getter(name="podManagementPolicy")
1698
- def pod_management_policy(self) -> Optional[builtins.str]:
1697
+ def pod_management_policy(self) -> Optional[_builtins.str]:
1699
1698
  """
1700
1699
  podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
1701
1700
  """
1702
1701
  return pulumi.get(self, "pod_management_policy")
1703
1702
 
1704
- @property
1703
+ @_builtins.property
1705
1704
  @pulumi.getter
1706
- def replicas(self) -> Optional[builtins.int]:
1705
+ def replicas(self) -> Optional[_builtins.int]:
1707
1706
  """
1708
1707
  replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
1709
1708
  """
1710
1709
  return pulumi.get(self, "replicas")
1711
1710
 
1712
- @property
1711
+ @_builtins.property
1713
1712
  @pulumi.getter(name="revisionHistoryLimit")
1714
- def revision_history_limit(self) -> Optional[builtins.int]:
1713
+ def revision_history_limit(self) -> Optional[_builtins.int]:
1715
1714
  """
1716
1715
  revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
1717
1716
  """
1718
1717
  return pulumi.get(self, "revision_history_limit")
1719
1718
 
1720
- @property
1719
+ @_builtins.property
1721
1720
  @pulumi.getter
1722
1721
  def selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
1723
1722
  """
@@ -1725,7 +1724,7 @@ class StatefulSetSpec(dict):
1725
1724
  """
1726
1725
  return pulumi.get(self, "selector")
1727
1726
 
1728
- @property
1727
+ @_builtins.property
1729
1728
  @pulumi.getter(name="updateStrategy")
1730
1729
  def update_strategy(self) -> Optional['outputs.StatefulSetUpdateStrategy']:
1731
1730
  """
@@ -1733,7 +1732,7 @@ class StatefulSetSpec(dict):
1733
1732
  """
1734
1733
  return pulumi.get(self, "update_strategy")
1735
1734
 
1736
- @property
1735
+ @_builtins.property
1737
1736
  @pulumi.getter(name="volumeClaimTemplates")
1738
1737
  def volume_claim_templates(self) -> Optional[Sequence['_core.v1.outputs.PersistentVolumeClaim']]:
1739
1738
  """
@@ -1773,21 +1772,21 @@ class StatefulSetSpecPatch(dict):
1773
1772
  return super().get(key, default)
1774
1773
 
1775
1774
  def __init__(__self__, *,
1776
- pod_management_policy: Optional[builtins.str] = None,
1777
- replicas: Optional[builtins.int] = None,
1778
- revision_history_limit: Optional[builtins.int] = None,
1775
+ pod_management_policy: Optional[_builtins.str] = None,
1776
+ replicas: Optional[_builtins.int] = None,
1777
+ revision_history_limit: Optional[_builtins.int] = None,
1779
1778
  selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
1780
- service_name: Optional[builtins.str] = None,
1779
+ service_name: Optional[_builtins.str] = None,
1781
1780
  template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
1782
1781
  update_strategy: Optional['outputs.StatefulSetUpdateStrategyPatch'] = None,
1783
1782
  volume_claim_templates: Optional[Sequence['_core.v1.outputs.PersistentVolumeClaimPatch']] = None):
1784
1783
  """
1785
1784
  A StatefulSetSpec is the specification of a StatefulSet.
1786
- :param builtins.str pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
1787
- :param builtins.int replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
1788
- :param builtins.int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
1785
+ :param _builtins.str pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
1786
+ :param _builtins.int replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
1787
+ :param _builtins.int revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
1789
1788
  :param '_meta.v1.LabelSelectorPatchArgs' selector: selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
1790
- :param builtins.str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
1789
+ :param _builtins.str service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
1791
1790
  :param '_core.v1.PodTemplateSpecPatchArgs' template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
1792
1791
  :param 'StatefulSetUpdateStrategyPatchArgs' update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
1793
1792
  :param Sequence['_core.v1.PersistentVolumeClaimPatchArgs'] volume_claim_templates: volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
@@ -1809,31 +1808,31 @@ class StatefulSetSpecPatch(dict):
1809
1808
  if volume_claim_templates is not None:
1810
1809
  pulumi.set(__self__, "volume_claim_templates", volume_claim_templates)
1811
1810
 
1812
- @property
1811
+ @_builtins.property
1813
1812
  @pulumi.getter(name="podManagementPolicy")
1814
- def pod_management_policy(self) -> Optional[builtins.str]:
1813
+ def pod_management_policy(self) -> Optional[_builtins.str]:
1815
1814
  """
1816
1815
  podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
1817
1816
  """
1818
1817
  return pulumi.get(self, "pod_management_policy")
1819
1818
 
1820
- @property
1819
+ @_builtins.property
1821
1820
  @pulumi.getter
1822
- def replicas(self) -> Optional[builtins.int]:
1821
+ def replicas(self) -> Optional[_builtins.int]:
1823
1822
  """
1824
1823
  replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
1825
1824
  """
1826
1825
  return pulumi.get(self, "replicas")
1827
1826
 
1828
- @property
1827
+ @_builtins.property
1829
1828
  @pulumi.getter(name="revisionHistoryLimit")
1830
- def revision_history_limit(self) -> Optional[builtins.int]:
1829
+ def revision_history_limit(self) -> Optional[_builtins.int]:
1831
1830
  """
1832
1831
  revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
1833
1832
  """
1834
1833
  return pulumi.get(self, "revision_history_limit")
1835
1834
 
1836
- @property
1835
+ @_builtins.property
1837
1836
  @pulumi.getter
1838
1837
  def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
1839
1838
  """
@@ -1841,15 +1840,15 @@ class StatefulSetSpecPatch(dict):
1841
1840
  """
1842
1841
  return pulumi.get(self, "selector")
1843
1842
 
1844
- @property
1843
+ @_builtins.property
1845
1844
  @pulumi.getter(name="serviceName")
1846
- def service_name(self) -> Optional[builtins.str]:
1845
+ def service_name(self) -> Optional[_builtins.str]:
1847
1846
  """
1848
1847
  serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
1849
1848
  """
1850
1849
  return pulumi.get(self, "service_name")
1851
1850
 
1852
- @property
1851
+ @_builtins.property
1853
1852
  @pulumi.getter
1854
1853
  def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
1855
1854
  """
@@ -1857,7 +1856,7 @@ class StatefulSetSpecPatch(dict):
1857
1856
  """
1858
1857
  return pulumi.get(self, "template")
1859
1858
 
1860
- @property
1859
+ @_builtins.property
1861
1860
  @pulumi.getter(name="updateStrategy")
1862
1861
  def update_strategy(self) -> Optional['outputs.StatefulSetUpdateStrategyPatch']:
1863
1862
  """
@@ -1865,7 +1864,7 @@ class StatefulSetSpecPatch(dict):
1865
1864
  """
1866
1865
  return pulumi.get(self, "update_strategy")
1867
1866
 
1868
- @property
1867
+ @_builtins.property
1869
1868
  @pulumi.getter(name="volumeClaimTemplates")
1870
1869
  def volume_claim_templates(self) -> Optional[Sequence['_core.v1.outputs.PersistentVolumeClaimPatch']]:
1871
1870
  """
@@ -1909,26 +1908,26 @@ class StatefulSetStatus(dict):
1909
1908
  return super().get(key, default)
1910
1909
 
1911
1910
  def __init__(__self__, *,
1912
- replicas: builtins.int,
1913
- collision_count: Optional[builtins.int] = None,
1911
+ replicas: _builtins.int,
1912
+ collision_count: Optional[_builtins.int] = None,
1914
1913
  conditions: Optional[Sequence['outputs.StatefulSetCondition']] = None,
1915
- current_replicas: Optional[builtins.int] = None,
1916
- current_revision: Optional[builtins.str] = None,
1917
- observed_generation: Optional[builtins.int] = None,
1918
- ready_replicas: Optional[builtins.int] = None,
1919
- update_revision: Optional[builtins.str] = None,
1920
- updated_replicas: Optional[builtins.int] = None):
1914
+ current_replicas: Optional[_builtins.int] = None,
1915
+ current_revision: Optional[_builtins.str] = None,
1916
+ observed_generation: Optional[_builtins.int] = None,
1917
+ ready_replicas: Optional[_builtins.int] = None,
1918
+ update_revision: Optional[_builtins.str] = None,
1919
+ updated_replicas: Optional[_builtins.int] = None):
1921
1920
  """
1922
1921
  StatefulSetStatus represents the current state of a StatefulSet.
1923
- :param builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
1924
- :param builtins.int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
1922
+ :param _builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
1923
+ :param _builtins.int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
1925
1924
  :param Sequence['StatefulSetConditionArgs'] conditions: Represents the latest available observations of a statefulset's current state.
1926
- :param builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
1927
- :param builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
1928
- :param builtins.int observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
1929
- :param builtins.int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
1930
- :param builtins.str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
1931
- :param builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
1925
+ :param _builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
1926
+ :param _builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
1927
+ :param _builtins.int observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
1928
+ :param _builtins.int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
1929
+ :param _builtins.str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
1930
+ :param _builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
1932
1931
  """
1933
1932
  pulumi.set(__self__, "replicas", replicas)
1934
1933
  if collision_count is not None:
@@ -1948,23 +1947,23 @@ class StatefulSetStatus(dict):
1948
1947
  if updated_replicas is not None:
1949
1948
  pulumi.set(__self__, "updated_replicas", updated_replicas)
1950
1949
 
1951
- @property
1950
+ @_builtins.property
1952
1951
  @pulumi.getter
1953
- def replicas(self) -> builtins.int:
1952
+ def replicas(self) -> _builtins.int:
1954
1953
  """
1955
1954
  replicas is the number of Pods created by the StatefulSet controller.
1956
1955
  """
1957
1956
  return pulumi.get(self, "replicas")
1958
1957
 
1959
- @property
1958
+ @_builtins.property
1960
1959
  @pulumi.getter(name="collisionCount")
1961
- def collision_count(self) -> Optional[builtins.int]:
1960
+ def collision_count(self) -> Optional[_builtins.int]:
1962
1961
  """
1963
1962
  collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
1964
1963
  """
1965
1964
  return pulumi.get(self, "collision_count")
1966
1965
 
1967
- @property
1966
+ @_builtins.property
1968
1967
  @pulumi.getter
1969
1968
  def conditions(self) -> Optional[Sequence['outputs.StatefulSetCondition']]:
1970
1969
  """
@@ -1972,49 +1971,49 @@ class StatefulSetStatus(dict):
1972
1971
  """
1973
1972
  return pulumi.get(self, "conditions")
1974
1973
 
1975
- @property
1974
+ @_builtins.property
1976
1975
  @pulumi.getter(name="currentReplicas")
1977
- def current_replicas(self) -> Optional[builtins.int]:
1976
+ def current_replicas(self) -> Optional[_builtins.int]:
1978
1977
  """
1979
1978
  currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
1980
1979
  """
1981
1980
  return pulumi.get(self, "current_replicas")
1982
1981
 
1983
- @property
1982
+ @_builtins.property
1984
1983
  @pulumi.getter(name="currentRevision")
1985
- def current_revision(self) -> Optional[builtins.str]:
1984
+ def current_revision(self) -> Optional[_builtins.str]:
1986
1985
  """
1987
1986
  currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
1988
1987
  """
1989
1988
  return pulumi.get(self, "current_revision")
1990
1989
 
1991
- @property
1990
+ @_builtins.property
1992
1991
  @pulumi.getter(name="observedGeneration")
1993
- def observed_generation(self) -> Optional[builtins.int]:
1992
+ def observed_generation(self) -> Optional[_builtins.int]:
1994
1993
  """
1995
1994
  observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
1996
1995
  """
1997
1996
  return pulumi.get(self, "observed_generation")
1998
1997
 
1999
- @property
1998
+ @_builtins.property
2000
1999
  @pulumi.getter(name="readyReplicas")
2001
- def ready_replicas(self) -> Optional[builtins.int]:
2000
+ def ready_replicas(self) -> Optional[_builtins.int]:
2002
2001
  """
2003
2002
  readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
2004
2003
  """
2005
2004
  return pulumi.get(self, "ready_replicas")
2006
2005
 
2007
- @property
2006
+ @_builtins.property
2008
2007
  @pulumi.getter(name="updateRevision")
2009
- def update_revision(self) -> Optional[builtins.str]:
2008
+ def update_revision(self) -> Optional[_builtins.str]:
2010
2009
  """
2011
2010
  updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
2012
2011
  """
2013
2012
  return pulumi.get(self, "update_revision")
2014
2013
 
2015
- @property
2014
+ @_builtins.property
2016
2015
  @pulumi.getter(name="updatedReplicas")
2017
- def updated_replicas(self) -> Optional[builtins.int]:
2016
+ def updated_replicas(self) -> Optional[_builtins.int]:
2018
2017
  """
2019
2018
  updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
2020
2019
  """
@@ -2056,26 +2055,26 @@ class StatefulSetStatusPatch(dict):
2056
2055
  return super().get(key, default)
2057
2056
 
2058
2057
  def __init__(__self__, *,
2059
- collision_count: Optional[builtins.int] = None,
2058
+ collision_count: Optional[_builtins.int] = None,
2060
2059
  conditions: Optional[Sequence['outputs.StatefulSetConditionPatch']] = None,
2061
- current_replicas: Optional[builtins.int] = None,
2062
- current_revision: Optional[builtins.str] = None,
2063
- observed_generation: Optional[builtins.int] = None,
2064
- ready_replicas: Optional[builtins.int] = None,
2065
- replicas: Optional[builtins.int] = None,
2066
- update_revision: Optional[builtins.str] = None,
2067
- updated_replicas: Optional[builtins.int] = None):
2060
+ current_replicas: Optional[_builtins.int] = None,
2061
+ current_revision: Optional[_builtins.str] = None,
2062
+ observed_generation: Optional[_builtins.int] = None,
2063
+ ready_replicas: Optional[_builtins.int] = None,
2064
+ replicas: Optional[_builtins.int] = None,
2065
+ update_revision: Optional[_builtins.str] = None,
2066
+ updated_replicas: Optional[_builtins.int] = None):
2068
2067
  """
2069
2068
  StatefulSetStatus represents the current state of a StatefulSet.
2070
- :param builtins.int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
2069
+ :param _builtins.int collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
2071
2070
  :param Sequence['StatefulSetConditionPatchArgs'] conditions: Represents the latest available observations of a statefulset's current state.
2072
- :param builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
2073
- :param builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
2074
- :param builtins.int observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
2075
- :param builtins.int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
2076
- :param builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
2077
- :param builtins.str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
2078
- :param builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
2071
+ :param _builtins.int current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
2072
+ :param _builtins.str current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
2073
+ :param _builtins.int observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
2074
+ :param _builtins.int ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
2075
+ :param _builtins.int replicas: replicas is the number of Pods created by the StatefulSet controller.
2076
+ :param _builtins.str update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
2077
+ :param _builtins.int updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
2079
2078
  """
2080
2079
  if collision_count is not None:
2081
2080
  pulumi.set(__self__, "collision_count", collision_count)
@@ -2096,15 +2095,15 @@ class StatefulSetStatusPatch(dict):
2096
2095
  if updated_replicas is not None:
2097
2096
  pulumi.set(__self__, "updated_replicas", updated_replicas)
2098
2097
 
2099
- @property
2098
+ @_builtins.property
2100
2099
  @pulumi.getter(name="collisionCount")
2101
- def collision_count(self) -> Optional[builtins.int]:
2100
+ def collision_count(self) -> Optional[_builtins.int]:
2102
2101
  """
2103
2102
  collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
2104
2103
  """
2105
2104
  return pulumi.get(self, "collision_count")
2106
2105
 
2107
- @property
2106
+ @_builtins.property
2108
2107
  @pulumi.getter
2109
2108
  def conditions(self) -> Optional[Sequence['outputs.StatefulSetConditionPatch']]:
2110
2109
  """
@@ -2112,57 +2111,57 @@ class StatefulSetStatusPatch(dict):
2112
2111
  """
2113
2112
  return pulumi.get(self, "conditions")
2114
2113
 
2115
- @property
2114
+ @_builtins.property
2116
2115
  @pulumi.getter(name="currentReplicas")
2117
- def current_replicas(self) -> Optional[builtins.int]:
2116
+ def current_replicas(self) -> Optional[_builtins.int]:
2118
2117
  """
2119
2118
  currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
2120
2119
  """
2121
2120
  return pulumi.get(self, "current_replicas")
2122
2121
 
2123
- @property
2122
+ @_builtins.property
2124
2123
  @pulumi.getter(name="currentRevision")
2125
- def current_revision(self) -> Optional[builtins.str]:
2124
+ def current_revision(self) -> Optional[_builtins.str]:
2126
2125
  """
2127
2126
  currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
2128
2127
  """
2129
2128
  return pulumi.get(self, "current_revision")
2130
2129
 
2131
- @property
2130
+ @_builtins.property
2132
2131
  @pulumi.getter(name="observedGeneration")
2133
- def observed_generation(self) -> Optional[builtins.int]:
2132
+ def observed_generation(self) -> Optional[_builtins.int]:
2134
2133
  """
2135
2134
  observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
2136
2135
  """
2137
2136
  return pulumi.get(self, "observed_generation")
2138
2137
 
2139
- @property
2138
+ @_builtins.property
2140
2139
  @pulumi.getter(name="readyReplicas")
2141
- def ready_replicas(self) -> Optional[builtins.int]:
2140
+ def ready_replicas(self) -> Optional[_builtins.int]:
2142
2141
  """
2143
2142
  readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
2144
2143
  """
2145
2144
  return pulumi.get(self, "ready_replicas")
2146
2145
 
2147
- @property
2146
+ @_builtins.property
2148
2147
  @pulumi.getter
2149
- def replicas(self) -> Optional[builtins.int]:
2148
+ def replicas(self) -> Optional[_builtins.int]:
2150
2149
  """
2151
2150
  replicas is the number of Pods created by the StatefulSet controller.
2152
2151
  """
2153
2152
  return pulumi.get(self, "replicas")
2154
2153
 
2155
- @property
2154
+ @_builtins.property
2156
2155
  @pulumi.getter(name="updateRevision")
2157
- def update_revision(self) -> Optional[builtins.str]:
2156
+ def update_revision(self) -> Optional[_builtins.str]:
2158
2157
  """
2159
2158
  updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
2160
2159
  """
2161
2160
  return pulumi.get(self, "update_revision")
2162
2161
 
2163
- @property
2162
+ @_builtins.property
2164
2163
  @pulumi.getter(name="updatedReplicas")
2165
- def updated_replicas(self) -> Optional[builtins.int]:
2164
+ def updated_replicas(self) -> Optional[_builtins.int]:
2166
2165
  """
2167
2166
  updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
2168
2167
  """
@@ -2193,18 +2192,18 @@ class StatefulSetUpdateStrategy(dict):
2193
2192
 
2194
2193
  def __init__(__self__, *,
2195
2194
  rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategy'] = None,
2196
- type: Optional[builtins.str] = None):
2195
+ type: Optional[_builtins.str] = None):
2197
2196
  """
2198
2197
  StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
2199
2198
  :param 'RollingUpdateStatefulSetStrategyArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
2200
- :param builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy.
2199
+ :param _builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy.
2201
2200
  """
2202
2201
  if rolling_update is not None:
2203
2202
  pulumi.set(__self__, "rolling_update", rolling_update)
2204
2203
  if type is not None:
2205
2204
  pulumi.set(__self__, "type", type)
2206
2205
 
2207
- @property
2206
+ @_builtins.property
2208
2207
  @pulumi.getter(name="rollingUpdate")
2209
2208
  def rolling_update(self) -> Optional['outputs.RollingUpdateStatefulSetStrategy']:
2210
2209
  """
@@ -2212,9 +2211,9 @@ class StatefulSetUpdateStrategy(dict):
2212
2211
  """
2213
2212
  return pulumi.get(self, "rolling_update")
2214
2213
 
2215
- @property
2214
+ @_builtins.property
2216
2215
  @pulumi.getter
2217
- def type(self) -> Optional[builtins.str]:
2216
+ def type(self) -> Optional[_builtins.str]:
2218
2217
  """
2219
2218
  Type indicates the type of the StatefulSetUpdateStrategy.
2220
2219
  """
@@ -2245,18 +2244,18 @@ class StatefulSetUpdateStrategyPatch(dict):
2245
2244
 
2246
2245
  def __init__(__self__, *,
2247
2246
  rolling_update: Optional['outputs.RollingUpdateStatefulSetStrategyPatch'] = None,
2248
- type: Optional[builtins.str] = None):
2247
+ type: Optional[_builtins.str] = None):
2249
2248
  """
2250
2249
  StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
2251
2250
  :param 'RollingUpdateStatefulSetStrategyPatchArgs' rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
2252
- :param builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy.
2251
+ :param _builtins.str type: Type indicates the type of the StatefulSetUpdateStrategy.
2253
2252
  """
2254
2253
  if rolling_update is not None:
2255
2254
  pulumi.set(__self__, "rolling_update", rolling_update)
2256
2255
  if type is not None:
2257
2256
  pulumi.set(__self__, "type", type)
2258
2257
 
2259
- @property
2258
+ @_builtins.property
2260
2259
  @pulumi.getter(name="rollingUpdate")
2261
2260
  def rolling_update(self) -> Optional['outputs.RollingUpdateStatefulSetStrategyPatch']:
2262
2261
  """
@@ -2264,9 +2263,9 @@ class StatefulSetUpdateStrategyPatch(dict):
2264
2263
  """
2265
2264
  return pulumi.get(self, "rolling_update")
2266
2265
 
2267
- @property
2266
+ @_builtins.property
2268
2267
  @pulumi.getter
2269
- def type(self) -> Optional[builtins.str]:
2268
+ def type(self) -> Optional[_builtins.str]:
2270
2269
  """
2271
2270
  Type indicates the type of the StatefulSetUpdateStrategy.
2272
2271
  """