pulumi-kubernetes 4.17.0a1723576835__py3-none-any.whl → 4.26.0a1769215986__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.
Files changed (703) hide show
  1. pulumi_kubernetes/__init__.py +73 -2
  2. pulumi_kubernetes/_inputs.py +49 -49
  3. pulumi_kubernetes/_utilities.py +9 -5
  4. pulumi_kubernetes/admissionregistration/__init__.py +1 -0
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +26 -25
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +26 -25
  7. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +26 -25
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +27 -26
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +26 -25
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +26 -25
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +26 -25
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +27 -26
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +26 -25
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +26 -25
  16. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +26 -25
  17. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
  18. pulumi_kubernetes/admissionregistration/v1/_inputs.py +721 -721
  19. pulumi_kubernetes/admissionregistration/v1/outputs.py +516 -516
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +215 -0
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +223 -0
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +216 -0
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +235 -0
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +216 -0
  25. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +227 -0
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +27 -26
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +26 -33
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +26 -25
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +26 -33
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +26 -25
  31. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +27 -26
  32. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +7 -0
  33. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2219 -716
  34. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1649 -530
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +26 -25
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +26 -25
  37. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +26 -25
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +27 -26
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +26 -25
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +26 -25
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +26 -25
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +27 -26
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +26 -25
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +26 -25
  46. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +26 -25
  47. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
  48. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +717 -717
  49. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +512 -512
  50. pulumi_kubernetes/apiextensions/__init__.py +1 -0
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +27 -26
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +26 -25
  53. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +27 -26
  54. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
  55. pulumi_kubernetes/apiextensions/v1/_inputs.py +912 -912
  56. pulumi_kubernetes/apiextensions/v1/outputs.py +624 -624
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +27 -26
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +26 -25
  59. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +27 -26
  60. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
  61. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -834
  62. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -572
  63. pulumi_kubernetes/apiregistration/__init__.py +1 -0
  64. pulumi_kubernetes/apiregistration/v1/APIService.py +27 -26
  65. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +26 -25
  66. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +27 -26
  67. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
  68. pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -157
  69. pulumi_kubernetes/apiregistration/v1/outputs.py +128 -128
  70. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +27 -26
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +26 -25
  72. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +27 -26
  73. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
  74. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -157
  75. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -128
  76. pulumi_kubernetes/apps/__init__.py +1 -0
  77. pulumi_kubernetes/apps/v1/ControllerRevision.py +36 -35
  78. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +26 -25
  79. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +36 -35
  80. pulumi_kubernetes/apps/v1/DaemonSet.py +27 -26
  81. pulumi_kubernetes/apps/v1/DaemonSetList.py +26 -25
  82. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +27 -26
  83. pulumi_kubernetes/apps/v1/Deployment.py +27 -26
  84. pulumi_kubernetes/apps/v1/DeploymentList.py +26 -25
  85. pulumi_kubernetes/apps/v1/DeploymentPatch.py +27 -26
  86. pulumi_kubernetes/apps/v1/ReplicaSet.py +27 -26
  87. pulumi_kubernetes/apps/v1/ReplicaSetList.py +30 -29
  88. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +27 -26
  89. pulumi_kubernetes/apps/v1/StatefulSet.py +27 -26
  90. pulumi_kubernetes/apps/v1/StatefulSetList.py +26 -25
  91. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +27 -26
  92. pulumi_kubernetes/apps/v1/__init__.py +1 -0
  93. pulumi_kubernetes/apps/v1/_inputs.py +835 -782
  94. pulumi_kubernetes/apps/v1/outputs.py +806 -733
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +36 -35
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +26 -25
  97. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +36 -35
  98. pulumi_kubernetes/apps/v1beta1/Deployment.py +27 -26
  99. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +26 -25
  100. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +27 -26
  101. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +27 -26
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +26 -25
  103. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +27 -26
  104. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
  105. pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -409
  106. pulumi_kubernetes/apps/v1beta1/outputs.py +381 -381
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +36 -35
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +26 -25
  109. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +36 -35
  110. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +27 -26
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +26 -25
  112. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +27 -26
  113. pulumi_kubernetes/apps/v1beta2/Deployment.py +27 -26
  114. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +26 -25
  115. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +27 -26
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +27 -26
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +26 -25
  118. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +27 -26
  119. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +27 -26
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +26 -25
  121. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +27 -26
  122. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
  123. pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -655
  124. pulumi_kubernetes/apps/v1beta2/outputs.py +645 -645
  125. pulumi_kubernetes/auditregistration/__init__.py +1 -0
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +26 -25
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +26 -25
  128. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +26 -25
  129. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
  130. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -145
  131. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -101
  132. pulumi_kubernetes/autoscaling/__init__.py +1 -0
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +27 -26
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +26 -25
  135. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +27 -26
  136. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
  137. pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -120
  138. pulumi_kubernetes/autoscaling/v1/outputs.py +102 -102
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +27 -26
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +26 -25
  141. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +27 -26
  142. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
  143. pulumi_kubernetes/autoscaling/v2/_inputs.py +500 -420
  144. pulumi_kubernetes/autoscaling/v2/outputs.py +438 -382
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +27 -26
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +26 -25
  147. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +27 -26
  148. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
  149. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -451
  150. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -424
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +27 -26
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +26 -25
  153. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +27 -26
  154. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
  155. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -398
  156. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -366
  157. pulumi_kubernetes/batch/__init__.py +1 -0
  158. pulumi_kubernetes/batch/v1/CronJob.py +27 -26
  159. pulumi_kubernetes/batch/v1/CronJobList.py +26 -25
  160. pulumi_kubernetes/batch/v1/CronJobPatch.py +27 -26
  161. pulumi_kubernetes/batch/v1/Job.py +27 -26
  162. pulumi_kubernetes/batch/v1/JobList.py +26 -25
  163. pulumi_kubernetes/batch/v1/JobPatch.py +27 -26
  164. pulumi_kubernetes/batch/v1/__init__.py +1 -0
  165. pulumi_kubernetes/batch/v1/_inputs.py +508 -538
  166. pulumi_kubernetes/batch/v1/outputs.py +427 -451
  167. pulumi_kubernetes/batch/v1beta1/CronJob.py +27 -26
  168. pulumi_kubernetes/batch/v1beta1/CronJobList.py +26 -25
  169. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +27 -26
  170. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
  171. pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -101
  172. pulumi_kubernetes/batch/v1beta1/outputs.py +76 -76
  173. pulumi_kubernetes/batch/v2alpha1/CronJob.py +27 -26
  174. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +26 -25
  175. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +27 -26
  176. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
  177. pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -101
  178. pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -76
  179. pulumi_kubernetes/certificates/__init__.py +1 -0
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +27 -26
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +26 -25
  182. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +27 -26
  183. pulumi_kubernetes/certificates/v1/__init__.py +1 -0
  184. pulumi_kubernetes/certificates/v1/_inputs.py +155 -155
  185. pulumi_kubernetes/certificates/v1/outputs.py +134 -134
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +28 -25
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +26 -25
  188. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +28 -25
  189. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
  190. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -39
  191. pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -27
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +27 -26
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +26 -25
  194. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +27 -26
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +226 -0
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +216 -0
  197. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +237 -0
  198. pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
  199. pulumi_kubernetes/certificates/v1beta1/_inputs.py +436 -144
  200. pulumi_kubernetes/certificates/v1beta1/outputs.py +369 -128
  201. pulumi_kubernetes/coordination/__init__.py +4 -0
  202. pulumi_kubernetes/coordination/v1/Lease.py +26 -25
  203. pulumi_kubernetes/coordination/v1/LeaseList.py +26 -25
  204. pulumi_kubernetes/coordination/v1/LeasePatch.py +26 -25
  205. pulumi_kubernetes/coordination/v1/__init__.py +1 -0
  206. pulumi_kubernetes/coordination/v1/_inputs.py +99 -99
  207. pulumi_kubernetes/coordination/v1/outputs.py +67 -67
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +28 -25
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +26 -25
  210. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +28 -25
  211. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
  212. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -87
  213. pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -59
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +217 -0
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +216 -0
  216. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +229 -0
  217. pulumi_kubernetes/coordination/v1alpha2/__init__.py +13 -0
  218. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
  219. pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
  220. pulumi_kubernetes/coordination/v1beta1/Lease.py +26 -25
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +217 -0
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +216 -0
  223. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +229 -0
  224. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +26 -25
  225. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +26 -25
  226. pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
  227. pulumi_kubernetes/coordination/v1beta1/_inputs.py +446 -75
  228. pulumi_kubernetes/coordination/v1beta1/outputs.py +343 -51
  229. pulumi_kubernetes/core/__init__.py +1 -0
  230. pulumi_kubernetes/core/v1/Binding.py +28 -27
  231. pulumi_kubernetes/core/v1/BindingPatch.py +28 -27
  232. pulumi_kubernetes/core/v1/ConfigMap.py +54 -53
  233. pulumi_kubernetes/core/v1/ConfigMapList.py +26 -25
  234. pulumi_kubernetes/core/v1/ConfigMapPatch.py +54 -53
  235. pulumi_kubernetes/core/v1/Endpoints.py +34 -25
  236. pulumi_kubernetes/core/v1/EndpointsList.py +28 -27
  237. pulumi_kubernetes/core/v1/EndpointsPatch.py +34 -25
  238. pulumi_kubernetes/core/v1/Event.py +132 -131
  239. pulumi_kubernetes/core/v1/EventList.py +26 -25
  240. pulumi_kubernetes/core/v1/EventPatch.py +132 -131
  241. pulumi_kubernetes/core/v1/LimitRange.py +26 -25
  242. pulumi_kubernetes/core/v1/LimitRangeList.py +26 -25
  243. pulumi_kubernetes/core/v1/LimitRangePatch.py +26 -25
  244. pulumi_kubernetes/core/v1/Namespace.py +27 -26
  245. pulumi_kubernetes/core/v1/NamespaceList.py +26 -25
  246. pulumi_kubernetes/core/v1/NamespacePatch.py +27 -26
  247. pulumi_kubernetes/core/v1/Node.py +27 -26
  248. pulumi_kubernetes/core/v1/NodeList.py +26 -25
  249. pulumi_kubernetes/core/v1/NodePatch.py +27 -26
  250. pulumi_kubernetes/core/v1/PersistentVolume.py +27 -26
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +27 -26
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +26 -25
  253. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +27 -26
  254. pulumi_kubernetes/core/v1/PersistentVolumeList.py +26 -25
  255. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +27 -26
  256. pulumi_kubernetes/core/v1/Pod.py +27 -26
  257. pulumi_kubernetes/core/v1/PodList.py +26 -25
  258. pulumi_kubernetes/core/v1/PodPatch.py +27 -26
  259. pulumi_kubernetes/core/v1/PodTemplate.py +26 -25
  260. pulumi_kubernetes/core/v1/PodTemplateList.py +26 -25
  261. pulumi_kubernetes/core/v1/PodTemplatePatch.py +26 -25
  262. pulumi_kubernetes/core/v1/ReplicationController.py +27 -26
  263. pulumi_kubernetes/core/v1/ReplicationControllerList.py +26 -25
  264. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +27 -26
  265. pulumi_kubernetes/core/v1/ResourceQuota.py +27 -26
  266. pulumi_kubernetes/core/v1/ResourceQuotaList.py +26 -25
  267. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +27 -26
  268. pulumi_kubernetes/core/v1/Secret.py +64 -63
  269. pulumi_kubernetes/core/v1/SecretList.py +26 -25
  270. pulumi_kubernetes/core/v1/SecretPatch.py +68 -65
  271. pulumi_kubernetes/core/v1/Service.py +33 -48
  272. pulumi_kubernetes/core/v1/ServiceAccount.py +42 -41
  273. pulumi_kubernetes/core/v1/ServiceAccountList.py +26 -25
  274. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +42 -41
  275. pulumi_kubernetes/core/v1/ServiceList.py +26 -25
  276. pulumi_kubernetes/core/v1/ServicePatch.py +33 -48
  277. pulumi_kubernetes/core/v1/__init__.py +1 -0
  278. pulumi_kubernetes/core/v1/_enums.py +4 -1
  279. pulumi_kubernetes/core/v1/_inputs.py +7862 -7453
  280. pulumi_kubernetes/core/v1/outputs.py +5980 -5608
  281. pulumi_kubernetes/discovery/__init__.py +1 -0
  282. pulumi_kubernetes/discovery/v1/EndpointSlice.py +46 -45
  283. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +26 -25
  284. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +46 -45
  285. pulumi_kubernetes/discovery/v1/__init__.py +1 -0
  286. pulumi_kubernetes/discovery/v1/_inputs.py +334 -219
  287. pulumi_kubernetes/discovery/v1/outputs.py +224 -149
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +38 -37
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +26 -25
  290. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +38 -37
  291. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
  292. pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -158
  293. pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -108
  294. pulumi_kubernetes/events/__init__.py +1 -0
  295. pulumi_kubernetes/events/v1/Event.py +132 -131
  296. pulumi_kubernetes/events/v1/EventList.py +26 -25
  297. pulumi_kubernetes/events/v1/EventPatch.py +132 -131
  298. pulumi_kubernetes/events/v1/__init__.py +1 -0
  299. pulumi_kubernetes/events/v1/_inputs.py +102 -102
  300. pulumi_kubernetes/events/v1/outputs.py +70 -70
  301. pulumi_kubernetes/events/v1beta1/Event.py +132 -131
  302. pulumi_kubernetes/events/v1beta1/EventList.py +26 -25
  303. pulumi_kubernetes/events/v1beta1/EventPatch.py +132 -131
  304. pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
  305. pulumi_kubernetes/events/v1beta1/_inputs.py +114 -114
  306. pulumi_kubernetes/events/v1beta1/outputs.py +78 -78
  307. pulumi_kubernetes/extensions/__init__.py +1 -0
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +27 -26
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +26 -25
  310. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +27 -26
  311. pulumi_kubernetes/extensions/v1beta1/Deployment.py +27 -26
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +26 -25
  313. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +27 -26
  314. pulumi_kubernetes/extensions/v1beta1/Ingress.py +27 -26
  315. pulumi_kubernetes/extensions/v1beta1/IngressList.py +26 -25
  316. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +27 -26
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +26 -25
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +26 -25
  319. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +26 -25
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +26 -25
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +26 -25
  322. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +26 -25
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +27 -26
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +26 -25
  325. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +27 -26
  326. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
  327. pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1097
  328. pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -899
  329. pulumi_kubernetes/flowcontrol/__init__.py +1 -0
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +27 -26
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +26 -25
  332. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +27 -26
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +27 -26
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +26 -25
  335. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +27 -26
  336. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
  337. pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -419
  338. pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -333
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +27 -26
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +26 -25
  341. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +27 -26
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +27 -26
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +26 -25
  344. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +27 -26
  345. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
  346. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -369
  347. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -299
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +27 -26
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +26 -25
  350. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +27 -26
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +27 -26
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +26 -25
  353. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +27 -26
  354. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
  355. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -369
  356. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -299
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +27 -26
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +26 -25
  359. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +27 -26
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +27 -26
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +26 -25
  362. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +27 -26
  363. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
  364. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -419
  365. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -333
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +27 -26
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +26 -25
  368. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +27 -26
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +27 -26
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +26 -25
  371. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +27 -26
  372. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
  373. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +431 -431
  374. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +341 -341
  375. pulumi_kubernetes/helm/__init__.py +1 -0
  376. pulumi_kubernetes/helm/v3/Release.py +317 -316
  377. pulumi_kubernetes/helm/v3/__init__.py +1 -0
  378. pulumi_kubernetes/helm/v3/_inputs.py +39 -39
  379. pulumi_kubernetes/helm/v3/outputs.py +55 -55
  380. pulumi_kubernetes/helm/v4/Chart.py +114 -87
  381. pulumi_kubernetes/helm/v4/__init__.py +1 -0
  382. pulumi_kubernetes/helm/v4/_inputs.py +36 -36
  383. pulumi_kubernetes/kustomize/__init__.py +1 -0
  384. pulumi_kubernetes/kustomize/v2/Directory.py +36 -35
  385. pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
  386. pulumi_kubernetes/meta/__init__.py +1 -0
  387. pulumi_kubernetes/meta/v1/Status.py +58 -57
  388. pulumi_kubernetes/meta/v1/StatusPatch.py +58 -57
  389. pulumi_kubernetes/meta/v1/__init__.py +1 -0
  390. pulumi_kubernetes/meta/v1/_inputs.py +551 -551
  391. pulumi_kubernetes/meta/v1/outputs.py +395 -395
  392. pulumi_kubernetes/networking/__init__.py +1 -0
  393. pulumi_kubernetes/networking/v1/IPAddress.py +217 -0
  394. pulumi_kubernetes/networking/v1/IPAddressList.py +216 -0
  395. pulumi_kubernetes/networking/v1/IPAddressPatch.py +229 -0
  396. pulumi_kubernetes/networking/v1/Ingress.py +27 -26
  397. pulumi_kubernetes/networking/v1/IngressClass.py +26 -25
  398. pulumi_kubernetes/networking/v1/IngressClassList.py +26 -25
  399. pulumi_kubernetes/networking/v1/IngressClassPatch.py +26 -25
  400. pulumi_kubernetes/networking/v1/IngressList.py +26 -25
  401. pulumi_kubernetes/networking/v1/IngressPatch.py +27 -26
  402. pulumi_kubernetes/networking/v1/NetworkPolicy.py +27 -26
  403. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +26 -25
  404. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +27 -26
  405. pulumi_kubernetes/networking/v1/ServiceCIDR.py +227 -0
  406. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +216 -0
  407. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +239 -0
  408. pulumi_kubernetes/networking/v1/__init__.py +7 -0
  409. pulumi_kubernetes/networking/v1/_inputs.py +970 -371
  410. pulumi_kubernetes/networking/v1/outputs.py +746 -285
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +26 -25
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +26 -25
  413. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +26 -25
  414. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +27 -26
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +26 -25
  416. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +27 -26
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +28 -27
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +26 -25
  419. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +28 -27
  420. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
  421. pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -157
  422. pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -110
  423. pulumi_kubernetes/networking/v1beta1/IPAddress.py +27 -26
  424. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +26 -25
  425. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +27 -26
  426. pulumi_kubernetes/networking/v1beta1/Ingress.py +27 -26
  427. pulumi_kubernetes/networking/v1beta1/IngressClass.py +26 -25
  428. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +26 -25
  429. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +26 -25
  430. pulumi_kubernetes/networking/v1beta1/IngressList.py +26 -25
  431. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +27 -26
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +28 -27
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +26 -25
  434. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +28 -27
  435. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
  436. pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -247
  437. pulumi_kubernetes/networking/v1beta1/outputs.py +173 -173
  438. pulumi_kubernetes/node/__init__.py +1 -0
  439. pulumi_kubernetes/node/v1/RuntimeClass.py +38 -37
  440. pulumi_kubernetes/node/v1/RuntimeClassList.py +26 -25
  441. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +38 -37
  442. pulumi_kubernetes/node/v1/__init__.py +1 -0
  443. pulumi_kubernetes/node/v1/_inputs.py +48 -48
  444. pulumi_kubernetes/node/v1/outputs.py +34 -34
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +26 -25
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +26 -25
  447. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +26 -25
  448. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
  449. pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -57
  450. pulumi_kubernetes/node/v1alpha1/outputs.py +41 -41
  451. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +38 -37
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +26 -25
  453. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +38 -37
  454. pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
  455. pulumi_kubernetes/node/v1beta1/_inputs.py +48 -48
  456. pulumi_kubernetes/node/v1beta1/outputs.py +34 -34
  457. pulumi_kubernetes/policy/__init__.py +1 -0
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +27 -26
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +26 -25
  460. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +27 -26
  461. pulumi_kubernetes/policy/v1/__init__.py +1 -0
  462. pulumi_kubernetes/policy/v1/_inputs.py +91 -103
  463. pulumi_kubernetes/policy/v1/outputs.py +80 -88
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +27 -26
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +26 -25
  466. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +27 -26
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +26 -25
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +26 -25
  469. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +26 -25
  470. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
  471. pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -470
  472. pulumi_kubernetes/policy/v1beta1/outputs.py +342 -342
  473. pulumi_kubernetes/provider.py +139 -99
  474. pulumi_kubernetes/pulumi-plugin.json +1 -1
  475. pulumi_kubernetes/rbac/__init__.py +1 -0
  476. pulumi_kubernetes/rbac/v1/ClusterRole.py +28 -27
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +28 -27
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +26 -25
  479. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +28 -27
  480. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +26 -25
  481. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +28 -27
  482. pulumi_kubernetes/rbac/v1/Role.py +26 -25
  483. pulumi_kubernetes/rbac/v1/RoleBinding.py +28 -27
  484. pulumi_kubernetes/rbac/v1/RoleBindingList.py +26 -25
  485. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +28 -27
  486. pulumi_kubernetes/rbac/v1/RoleList.py +26 -25
  487. pulumi_kubernetes/rbac/v1/RolePatch.py +26 -25
  488. pulumi_kubernetes/rbac/v1/__init__.py +1 -0
  489. pulumi_kubernetes/rbac/v1/_inputs.py +206 -206
  490. pulumi_kubernetes/rbac/v1/outputs.py +142 -142
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +28 -27
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +28 -27
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +26 -25
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +28 -27
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +26 -25
  496. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +28 -27
  497. pulumi_kubernetes/rbac/v1alpha1/Role.py +26 -25
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +28 -27
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +26 -25
  500. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +28 -27
  501. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +26 -25
  502. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +26 -25
  503. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
  504. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -206
  505. pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -142
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +28 -27
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +28 -27
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +26 -25
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +28 -27
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +26 -25
  511. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +28 -27
  512. pulumi_kubernetes/rbac/v1beta1/Role.py +26 -25
  513. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +28 -27
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +26 -25
  515. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +28 -27
  516. pulumi_kubernetes/rbac/v1beta1/RoleList.py +26 -25
  517. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +26 -25
  518. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
  519. pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -206
  520. pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -142
  521. pulumi_kubernetes/resource/__init__.py +7 -0
  522. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +27 -26
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +26 -25
  524. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +27 -26
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +28 -27
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +26 -25
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +28 -27
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +27 -26
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +26 -25
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +27 -26
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +38 -37
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +26 -25
  533. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +38 -37
  534. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
  535. pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -268
  536. pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -230
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +27 -26
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +26 -25
  539. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +27 -26
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +28 -27
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +26 -25
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +38 -37
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +26 -25
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +38 -37
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +28 -27
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +27 -26
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +26 -25
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +27 -26
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +48 -47
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +26 -25
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +30 -29
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +26 -25
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +30 -29
  554. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +48 -47
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +47 -46
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +26 -25
  557. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +47 -46
  558. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
  559. pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -550
  560. pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -449
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +28 -25
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +26 -25
  563. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +28 -25
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +224 -0
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +216 -0
  566. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +235 -0
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +27 -26
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +26 -25
  569. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +27 -26
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +28 -27
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +26 -25
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +28 -27
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +27 -26
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +26 -25
  575. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +27 -26
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +34 -33
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +246 -0
  578. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +27 -26
  579. pulumi_kubernetes/resource/v1alpha3/__init__.py +5 -0
  580. pulumi_kubernetes/resource/v1alpha3/_inputs.py +3400 -606
  581. pulumi_kubernetes/resource/v1alpha3/outputs.py +2933 -565
  582. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +238 -0
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +216 -0
  584. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +249 -0
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +233 -0
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +217 -0
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +244 -0
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +230 -0
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +216 -0
  590. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +241 -0
  591. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +247 -0
  592. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +217 -0
  593. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +258 -0
  594. pulumi_kubernetes/resource/v1beta1/__init__.py +22 -0
  595. pulumi_kubernetes/resource/v1beta1/_inputs.py +5735 -0
  596. pulumi_kubernetes/resource/v1beta1/outputs.py +4736 -0
  597. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +238 -0
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +216 -0
  599. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +249 -0
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +233 -0
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +217 -0
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +244 -0
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +230 -0
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +216 -0
  605. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +241 -0
  606. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +247 -0
  607. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +217 -0
  608. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +258 -0
  609. pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
  610. pulumi_kubernetes/resource/v1beta2/_inputs.py +5680 -0
  611. pulumi_kubernetes/resource/v1beta2/outputs.py +4725 -0
  612. pulumi_kubernetes/scheduling/__init__.py +1 -0
  613. pulumi_kubernetes/scheduling/v1/PriorityClass.py +64 -63
  614. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +26 -25
  615. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +64 -63
  616. pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
  617. pulumi_kubernetes/scheduling/v1/_inputs.py +38 -38
  618. pulumi_kubernetes/scheduling/v1/outputs.py +26 -26
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +64 -63
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +26 -25
  621. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +64 -63
  622. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
  623. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -38
  624. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -26
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +64 -63
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +26 -25
  627. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +64 -63
  628. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
  629. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -38
  630. pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -26
  631. pulumi_kubernetes/settings/__init__.py +1 -0
  632. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +26 -25
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +26 -25
  634. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +26 -25
  635. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
  636. pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -25
  637. pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -21
  638. pulumi_kubernetes/storage/__init__.py +1 -0
  639. pulumi_kubernetes/storage/v1/CSIDriver.py +26 -25
  640. pulumi_kubernetes/storage/v1/CSIDriverList.py +26 -25
  641. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +26 -25
  642. pulumi_kubernetes/storage/v1/CSINode.py +26 -25
  643. pulumi_kubernetes/storage/v1/CSINodeList.py +26 -25
  644. pulumi_kubernetes/storage/v1/CSINodePatch.py +26 -25
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +56 -55
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +26 -25
  647. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +56 -55
  648. pulumi_kubernetes/storage/v1/StorageClass.py +86 -85
  649. pulumi_kubernetes/storage/v1/StorageClassList.py +26 -25
  650. pulumi_kubernetes/storage/v1/StorageClassPatch.py +86 -85
  651. pulumi_kubernetes/storage/v1/VolumeAttachment.py +27 -26
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +26 -25
  653. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +27 -26
  654. pulumi_kubernetes/storage/v1/__init__.py +1 -0
  655. pulumi_kubernetes/storage/v1/_inputs.py +448 -358
  656. pulumi_kubernetes/storage/v1/outputs.py +376 -266
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +27 -26
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +26 -25
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +27 -26
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +44 -43
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +26 -25
  662. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +44 -43
  663. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
  664. pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -107
  665. pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -93
  666. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +26 -25
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +26 -25
  668. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +26 -25
  669. pulumi_kubernetes/storage/v1beta1/CSINode.py +26 -25
  670. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +26 -25
  671. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +26 -25
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +56 -55
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +26 -25
  674. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +56 -55
  675. pulumi_kubernetes/storage/v1beta1/StorageClass.py +86 -85
  676. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +26 -25
  677. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +86 -85
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +27 -26
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +26 -25
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +27 -26
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +44 -43
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +26 -25
  683. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +44 -43
  684. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
  685. pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -367
  686. pulumi_kubernetes/storage/v1beta1/outputs.py +271 -271
  687. pulumi_kubernetes/storagemigration/__init__.py +1 -0
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +27 -26
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +26 -25
  690. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +27 -26
  691. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
  692. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -103
  693. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -96
  694. pulumi_kubernetes/yaml/__init__.py +1 -0
  695. pulumi_kubernetes/yaml/v2/ConfigFile.py +31 -28
  696. pulumi_kubernetes/yaml/v2/ConfigGroup.py +36 -35
  697. pulumi_kubernetes/yaml/v2/__init__.py +1 -0
  698. pulumi_kubernetes/yaml/yaml.py +198 -0
  699. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/METADATA +9 -9
  700. pulumi_kubernetes-4.26.0a1769215986.dist-info/RECORD +709 -0
  701. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/WHEEL +1 -1
  702. pulumi_kubernetes-4.17.0a1723576835.dist-info/RECORD +0 -651
  703. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/top_level.txt +0 -0
@@ -2,7 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -92,11 +92,11 @@ if not MYPY:
92
92
  """
93
93
  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.
94
94
  """
95
- revision: pulumi.Input[int]
95
+ revision: pulumi.Input[_builtins.int]
96
96
  """
97
97
  Revision indicates the revision of the state represented by Data.
98
98
  """
99
- api_version: NotRequired[pulumi.Input[str]]
99
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
100
100
  """
101
101
  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
102
102
  """
@@ -104,7 +104,7 @@ if not MYPY:
104
104
  """
105
105
  Data is the serialized representation of the state.
106
106
  """
107
- kind: NotRequired[pulumi.Input[str]]
107
+ kind: NotRequired[pulumi.Input[_builtins.str]]
108
108
  """
109
109
  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
110
110
  """
@@ -118,17 +118,17 @@ elif False:
118
118
  @pulumi.input_type
119
119
  class ControllerRevisionArgs:
120
120
  def __init__(__self__, *,
121
- revision: pulumi.Input[int],
122
- api_version: Optional[pulumi.Input[str]] = None,
121
+ revision: pulumi.Input[_builtins.int],
122
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
123
123
  data: Optional[Any] = None,
124
- kind: Optional[pulumi.Input[str]] = None,
124
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
125
125
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
126
126
  """
127
127
  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.
128
- :param pulumi.Input[int] revision: Revision indicates the revision of the state represented by Data.
129
- :param pulumi.Input[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
128
+ :param pulumi.Input[_builtins.int] revision: Revision indicates the revision of the state represented by Data.
129
+ :param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
130
130
  :param Any data: Data is the serialized representation of the state.
131
- :param pulumi.Input[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
131
+ :param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
132
132
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
133
133
  """
134
134
  pulumi.set(__self__, "revision", revision)
@@ -141,31 +141,31 @@ class ControllerRevisionArgs:
141
141
  if metadata is not None:
142
142
  pulumi.set(__self__, "metadata", metadata)
143
143
 
144
- @property
144
+ @_builtins.property
145
145
  @pulumi.getter
146
- def revision(self) -> pulumi.Input[int]:
146
+ def revision(self) -> pulumi.Input[_builtins.int]:
147
147
  """
148
148
  Revision indicates the revision of the state represented by Data.
149
149
  """
150
150
  return pulumi.get(self, "revision")
151
151
 
152
152
  @revision.setter
153
- def revision(self, value: pulumi.Input[int]):
153
+ def revision(self, value: pulumi.Input[_builtins.int]):
154
154
  pulumi.set(self, "revision", value)
155
155
 
156
- @property
156
+ @_builtins.property
157
157
  @pulumi.getter(name="apiVersion")
158
- def api_version(self) -> Optional[pulumi.Input[str]]:
158
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
159
159
  """
160
160
  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
161
161
  """
162
162
  return pulumi.get(self, "api_version")
163
163
 
164
164
  @api_version.setter
165
- def api_version(self, value: Optional[pulumi.Input[str]]):
165
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
166
166
  pulumi.set(self, "api_version", value)
167
167
 
168
- @property
168
+ @_builtins.property
169
169
  @pulumi.getter
170
170
  def data(self) -> Optional[Any]:
171
171
  """
@@ -177,19 +177,19 @@ class ControllerRevisionArgs:
177
177
  def data(self, value: Optional[Any]):
178
178
  pulumi.set(self, "data", value)
179
179
 
180
- @property
180
+ @_builtins.property
181
181
  @pulumi.getter
182
- def kind(self) -> Optional[pulumi.Input[str]]:
182
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
183
183
  """
184
184
  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
185
185
  """
186
186
  return pulumi.get(self, "kind")
187
187
 
188
188
  @kind.setter
189
- def kind(self, value: Optional[pulumi.Input[str]]):
189
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
190
190
  pulumi.set(self, "kind", value)
191
191
 
192
- @property
192
+ @_builtins.property
193
193
  @pulumi.getter
194
194
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
195
195
  """
@@ -207,23 +207,23 @@ if not MYPY:
207
207
  """
208
208
  DaemonSetCondition describes the state of a DaemonSet at a certain point.
209
209
  """
210
- status: pulumi.Input[str]
210
+ status: pulumi.Input[_builtins.str]
211
211
  """
212
212
  Status of the condition, one of True, False, Unknown.
213
213
  """
214
- type: pulumi.Input[str]
214
+ type: pulumi.Input[_builtins.str]
215
215
  """
216
216
  Type of DaemonSet condition.
217
217
  """
218
- last_transition_time: NotRequired[pulumi.Input[str]]
218
+ last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
219
219
  """
220
220
  Last time the condition transitioned from one status to another.
221
221
  """
222
- message: NotRequired[pulumi.Input[str]]
222
+ message: NotRequired[pulumi.Input[_builtins.str]]
223
223
  """
224
224
  A human readable message indicating details about the transition.
225
225
  """
226
- reason: NotRequired[pulumi.Input[str]]
226
+ reason: NotRequired[pulumi.Input[_builtins.str]]
227
227
  """
228
228
  The reason for the condition's last transition.
229
229
  """
@@ -233,18 +233,18 @@ elif False:
233
233
  @pulumi.input_type
234
234
  class DaemonSetConditionArgs:
235
235
  def __init__(__self__, *,
236
- status: pulumi.Input[str],
237
- type: pulumi.Input[str],
238
- last_transition_time: Optional[pulumi.Input[str]] = None,
239
- message: Optional[pulumi.Input[str]] = None,
240
- reason: Optional[pulumi.Input[str]] = None):
236
+ status: pulumi.Input[_builtins.str],
237
+ type: pulumi.Input[_builtins.str],
238
+ last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
239
+ message: Optional[pulumi.Input[_builtins.str]] = None,
240
+ reason: Optional[pulumi.Input[_builtins.str]] = None):
241
241
  """
242
242
  DaemonSetCondition describes the state of a DaemonSet at a certain point.
243
- :param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
244
- :param pulumi.Input[str] type: Type of DaemonSet condition.
245
- :param pulumi.Input[str] last_transition_time: Last time the condition transitioned from one status to another.
246
- :param pulumi.Input[str] message: A human readable message indicating details about the transition.
247
- :param pulumi.Input[str] reason: The reason for the condition's last transition.
243
+ :param pulumi.Input[_builtins.str] status: Status of the condition, one of True, False, Unknown.
244
+ :param pulumi.Input[_builtins.str] type: Type of DaemonSet condition.
245
+ :param pulumi.Input[_builtins.str] last_transition_time: Last time the condition transitioned from one status to another.
246
+ :param pulumi.Input[_builtins.str] message: A human readable message indicating details about the transition.
247
+ :param pulumi.Input[_builtins.str] reason: The reason for the condition's last transition.
248
248
  """
249
249
  pulumi.set(__self__, "status", status)
250
250
  pulumi.set(__self__, "type", type)
@@ -255,64 +255,64 @@ class DaemonSetConditionArgs:
255
255
  if reason is not None:
256
256
  pulumi.set(__self__, "reason", reason)
257
257
 
258
- @property
258
+ @_builtins.property
259
259
  @pulumi.getter
260
- def status(self) -> pulumi.Input[str]:
260
+ def status(self) -> pulumi.Input[_builtins.str]:
261
261
  """
262
262
  Status of the condition, one of True, False, Unknown.
263
263
  """
264
264
  return pulumi.get(self, "status")
265
265
 
266
266
  @status.setter
267
- def status(self, value: pulumi.Input[str]):
267
+ def status(self, value: pulumi.Input[_builtins.str]):
268
268
  pulumi.set(self, "status", value)
269
269
 
270
- @property
270
+ @_builtins.property
271
271
  @pulumi.getter
272
- def type(self) -> pulumi.Input[str]:
272
+ def type(self) -> pulumi.Input[_builtins.str]:
273
273
  """
274
274
  Type of DaemonSet condition.
275
275
  """
276
276
  return pulumi.get(self, "type")
277
277
 
278
278
  @type.setter
279
- def type(self, value: pulumi.Input[str]):
279
+ def type(self, value: pulumi.Input[_builtins.str]):
280
280
  pulumi.set(self, "type", value)
281
281
 
282
- @property
282
+ @_builtins.property
283
283
  @pulumi.getter(name="lastTransitionTime")
284
- def last_transition_time(self) -> Optional[pulumi.Input[str]]:
284
+ def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
285
285
  """
286
286
  Last time the condition transitioned from one status to another.
287
287
  """
288
288
  return pulumi.get(self, "last_transition_time")
289
289
 
290
290
  @last_transition_time.setter
291
- def last_transition_time(self, value: Optional[pulumi.Input[str]]):
291
+ def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
292
292
  pulumi.set(self, "last_transition_time", value)
293
293
 
294
- @property
294
+ @_builtins.property
295
295
  @pulumi.getter
296
- def message(self) -> Optional[pulumi.Input[str]]:
296
+ def message(self) -> Optional[pulumi.Input[_builtins.str]]:
297
297
  """
298
298
  A human readable message indicating details about the transition.
299
299
  """
300
300
  return pulumi.get(self, "message")
301
301
 
302
302
  @message.setter
303
- def message(self, value: Optional[pulumi.Input[str]]):
303
+ def message(self, value: Optional[pulumi.Input[_builtins.str]]):
304
304
  pulumi.set(self, "message", value)
305
305
 
306
- @property
306
+ @_builtins.property
307
307
  @pulumi.getter
308
- def reason(self) -> Optional[pulumi.Input[str]]:
308
+ def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
309
309
  """
310
310
  The reason for the condition's last transition.
311
311
  """
312
312
  return pulumi.get(self, "reason")
313
313
 
314
314
  @reason.setter
315
- def reason(self, value: Optional[pulumi.Input[str]]):
315
+ def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
316
316
  pulumi.set(self, "reason", value)
317
317
 
318
318
 
@@ -321,11 +321,11 @@ if not MYPY:
321
321
  """
322
322
  DaemonSetSpec is the specification of a daemon set.
323
323
  """
324
- min_ready_seconds: NotRequired[pulumi.Input[int]]
324
+ min_ready_seconds: NotRequired[pulumi.Input[_builtins.int]]
325
325
  """
326
326
  The minimum number of seconds for which a newly created DaemonSet 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).
327
327
  """
328
- revision_history_limit: NotRequired[pulumi.Input[int]]
328
+ revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
329
329
  """
330
330
  The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
331
331
  """
@@ -347,15 +347,15 @@ elif False:
347
347
  @pulumi.input_type
348
348
  class DaemonSetSpecPatchArgs:
349
349
  def __init__(__self__, *,
350
- min_ready_seconds: Optional[pulumi.Input[int]] = None,
351
- revision_history_limit: Optional[pulumi.Input[int]] = None,
350
+ min_ready_seconds: Optional[pulumi.Input[_builtins.int]] = None,
351
+ revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
352
352
  selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
353
353
  template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None,
354
354
  update_strategy: Optional[pulumi.Input['DaemonSetUpdateStrategyPatchArgs']] = None):
355
355
  """
356
356
  DaemonSetSpec is the specification of a daemon set.
357
- :param pulumi.Input[int] min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet 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).
358
- :param pulumi.Input[int] revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
357
+ :param pulumi.Input[_builtins.int] min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet 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).
358
+ :param pulumi.Input[_builtins.int] revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
359
359
  :param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
360
360
  :param pulumi.Input['_core.v1.PodTemplateSpecPatchArgs'] template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
361
361
  :param pulumi.Input['DaemonSetUpdateStrategyPatchArgs'] update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
@@ -371,31 +371,31 @@ class DaemonSetSpecPatchArgs:
371
371
  if update_strategy is not None:
372
372
  pulumi.set(__self__, "update_strategy", update_strategy)
373
373
 
374
- @property
374
+ @_builtins.property
375
375
  @pulumi.getter(name="minReadySeconds")
376
- def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
376
+ def min_ready_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
377
377
  """
378
378
  The minimum number of seconds for which a newly created DaemonSet 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).
379
379
  """
380
380
  return pulumi.get(self, "min_ready_seconds")
381
381
 
382
382
  @min_ready_seconds.setter
383
- def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
383
+ def min_ready_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
384
384
  pulumi.set(self, "min_ready_seconds", value)
385
385
 
386
- @property
386
+ @_builtins.property
387
387
  @pulumi.getter(name="revisionHistoryLimit")
388
- def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
388
+ def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
389
389
  """
390
390
  The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
391
391
  """
392
392
  return pulumi.get(self, "revision_history_limit")
393
393
 
394
394
  @revision_history_limit.setter
395
- def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
395
+ def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
396
396
  pulumi.set(self, "revision_history_limit", value)
397
397
 
398
- @property
398
+ @_builtins.property
399
399
  @pulumi.getter
400
400
  def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
401
401
  """
@@ -407,7 +407,7 @@ class DaemonSetSpecPatchArgs:
407
407
  def selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]):
408
408
  pulumi.set(self, "selector", value)
409
409
 
410
- @property
410
+ @_builtins.property
411
411
  @pulumi.getter
412
412
  def template(self) -> Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]:
413
413
  """
@@ -419,7 +419,7 @@ class DaemonSetSpecPatchArgs:
419
419
  def template(self, value: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]):
420
420
  pulumi.set(self, "template", value)
421
421
 
422
- @property
422
+ @_builtins.property
423
423
  @pulumi.getter(name="updateStrategy")
424
424
  def update_strategy(self) -> Optional[pulumi.Input['DaemonSetUpdateStrategyPatchArgs']]:
425
425
  """
@@ -445,11 +445,11 @@ if not MYPY:
445
445
  """
446
446
  An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
447
447
  """
448
- min_ready_seconds: NotRequired[pulumi.Input[int]]
448
+ min_ready_seconds: NotRequired[pulumi.Input[_builtins.int]]
449
449
  """
450
450
  The minimum number of seconds for which a newly created DaemonSet 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).
451
451
  """
452
- revision_history_limit: NotRequired[pulumi.Input[int]]
452
+ revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
453
453
  """
454
454
  The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
455
455
  """
@@ -465,15 +465,15 @@ class DaemonSetSpecArgs:
465
465
  def __init__(__self__, *,
466
466
  selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
467
467
  template: pulumi.Input['_core.v1.PodTemplateSpecArgs'],
468
- min_ready_seconds: Optional[pulumi.Input[int]] = None,
469
- revision_history_limit: Optional[pulumi.Input[int]] = None,
468
+ min_ready_seconds: Optional[pulumi.Input[_builtins.int]] = None,
469
+ revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
470
470
  update_strategy: Optional[pulumi.Input['DaemonSetUpdateStrategyArgs']] = None):
471
471
  """
472
472
  DaemonSetSpec is the specification of a daemon set.
473
473
  :param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
474
474
  :param pulumi.Input['_core.v1.PodTemplateSpecArgs'] template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
475
- :param pulumi.Input[int] min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet 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).
476
- :param pulumi.Input[int] revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
475
+ :param pulumi.Input[_builtins.int] min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet 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).
476
+ :param pulumi.Input[_builtins.int] revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
477
477
  :param pulumi.Input['DaemonSetUpdateStrategyArgs'] update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
478
478
  """
479
479
  pulumi.set(__self__, "selector", selector)
@@ -485,7 +485,7 @@ class DaemonSetSpecArgs:
485
485
  if update_strategy is not None:
486
486
  pulumi.set(__self__, "update_strategy", update_strategy)
487
487
 
488
- @property
488
+ @_builtins.property
489
489
  @pulumi.getter
490
490
  def selector(self) -> pulumi.Input['_meta.v1.LabelSelectorArgs']:
491
491
  """
@@ -497,7 +497,7 @@ class DaemonSetSpecArgs:
497
497
  def selector(self, value: pulumi.Input['_meta.v1.LabelSelectorArgs']):
498
498
  pulumi.set(self, "selector", value)
499
499
 
500
- @property
500
+ @_builtins.property
501
501
  @pulumi.getter
502
502
  def template(self) -> pulumi.Input['_core.v1.PodTemplateSpecArgs']:
503
503
  """
@@ -509,31 +509,31 @@ class DaemonSetSpecArgs:
509
509
  def template(self, value: pulumi.Input['_core.v1.PodTemplateSpecArgs']):
510
510
  pulumi.set(self, "template", value)
511
511
 
512
- @property
512
+ @_builtins.property
513
513
  @pulumi.getter(name="minReadySeconds")
514
- def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
514
+ def min_ready_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
515
515
  """
516
516
  The minimum number of seconds for which a newly created DaemonSet 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).
517
517
  """
518
518
  return pulumi.get(self, "min_ready_seconds")
519
519
 
520
520
  @min_ready_seconds.setter
521
- def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
521
+ def min_ready_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
522
522
  pulumi.set(self, "min_ready_seconds", value)
523
523
 
524
- @property
524
+ @_builtins.property
525
525
  @pulumi.getter(name="revisionHistoryLimit")
526
- def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
526
+ def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
527
527
  """
528
528
  The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
529
529
  """
530
530
  return pulumi.get(self, "revision_history_limit")
531
531
 
532
532
  @revision_history_limit.setter
533
- def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
533
+ def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
534
534
  pulumi.set(self, "revision_history_limit", value)
535
535
 
536
- @property
536
+ @_builtins.property
537
537
  @pulumi.getter(name="updateStrategy")
538
538
  def update_strategy(self) -> Optional[pulumi.Input['DaemonSetUpdateStrategyArgs']]:
539
539
  """
@@ -551,23 +551,23 @@ if not MYPY:
551
551
  """
552
552
  DaemonSetStatus represents the current status of a daemon set.
553
553
  """
554
- current_number_scheduled: pulumi.Input[int]
554
+ current_number_scheduled: pulumi.Input[_builtins.int]
555
555
  """
556
556
  The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
557
557
  """
558
- desired_number_scheduled: pulumi.Input[int]
558
+ desired_number_scheduled: pulumi.Input[_builtins.int]
559
559
  """
560
560
  The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
561
561
  """
562
- number_misscheduled: pulumi.Input[int]
562
+ number_misscheduled: pulumi.Input[_builtins.int]
563
563
  """
564
564
  The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
565
565
  """
566
- number_ready: pulumi.Input[int]
566
+ number_ready: pulumi.Input[_builtins.int]
567
567
  """
568
568
  The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
569
569
  """
570
- collision_count: NotRequired[pulumi.Input[int]]
570
+ collision_count: NotRequired[pulumi.Input[_builtins.int]]
571
571
  """
572
572
  Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
573
573
  """
@@ -575,19 +575,19 @@ if not MYPY:
575
575
  """
576
576
  Represents the latest available observations of a DaemonSet's current state.
577
577
  """
578
- number_available: NotRequired[pulumi.Input[int]]
578
+ number_available: NotRequired[pulumi.Input[_builtins.int]]
579
579
  """
580
580
  The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
581
581
  """
582
- number_unavailable: NotRequired[pulumi.Input[int]]
582
+ number_unavailable: NotRequired[pulumi.Input[_builtins.int]]
583
583
  """
584
584
  The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
585
585
  """
586
- observed_generation: NotRequired[pulumi.Input[int]]
586
+ observed_generation: NotRequired[pulumi.Input[_builtins.int]]
587
587
  """
588
588
  The most recent generation observed by the daemon set controller.
589
589
  """
590
- updated_number_scheduled: NotRequired[pulumi.Input[int]]
590
+ updated_number_scheduled: NotRequired[pulumi.Input[_builtins.int]]
591
591
  """
592
592
  The total number of nodes that are running updated daemon pod
593
593
  """
@@ -597,28 +597,28 @@ elif False:
597
597
  @pulumi.input_type
598
598
  class DaemonSetStatusArgs:
599
599
  def __init__(__self__, *,
600
- current_number_scheduled: pulumi.Input[int],
601
- desired_number_scheduled: pulumi.Input[int],
602
- number_misscheduled: pulumi.Input[int],
603
- number_ready: pulumi.Input[int],
604
- collision_count: Optional[pulumi.Input[int]] = None,
600
+ current_number_scheduled: pulumi.Input[_builtins.int],
601
+ desired_number_scheduled: pulumi.Input[_builtins.int],
602
+ number_misscheduled: pulumi.Input[_builtins.int],
603
+ number_ready: pulumi.Input[_builtins.int],
604
+ collision_count: Optional[pulumi.Input[_builtins.int]] = None,
605
605
  conditions: Optional[pulumi.Input[Sequence[pulumi.Input['DaemonSetConditionArgs']]]] = None,
606
- number_available: Optional[pulumi.Input[int]] = None,
607
- number_unavailable: Optional[pulumi.Input[int]] = None,
608
- observed_generation: Optional[pulumi.Input[int]] = None,
609
- updated_number_scheduled: Optional[pulumi.Input[int]] = None):
606
+ number_available: Optional[pulumi.Input[_builtins.int]] = None,
607
+ number_unavailable: Optional[pulumi.Input[_builtins.int]] = None,
608
+ observed_generation: Optional[pulumi.Input[_builtins.int]] = None,
609
+ updated_number_scheduled: Optional[pulumi.Input[_builtins.int]] = None):
610
610
  """
611
611
  DaemonSetStatus represents the current status of a daemon set.
612
- :param pulumi.Input[int] current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
613
- :param pulumi.Input[int] desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
614
- :param pulumi.Input[int] number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
615
- :param pulumi.Input[int] number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
616
- :param pulumi.Input[int] collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
612
+ :param pulumi.Input[_builtins.int] current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
613
+ :param pulumi.Input[_builtins.int] desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
614
+ :param pulumi.Input[_builtins.int] number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
615
+ :param pulumi.Input[_builtins.int] number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
616
+ :param pulumi.Input[_builtins.int] collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
617
617
  :param pulumi.Input[Sequence[pulumi.Input['DaemonSetConditionArgs']]] conditions: Represents the latest available observations of a DaemonSet's current state.
618
- :param pulumi.Input[int] number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
619
- :param pulumi.Input[int] number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
620
- :param pulumi.Input[int] observed_generation: The most recent generation observed by the daemon set controller.
621
- :param pulumi.Input[int] updated_number_scheduled: The total number of nodes that are running updated daemon pod
618
+ :param pulumi.Input[_builtins.int] number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
619
+ :param pulumi.Input[_builtins.int] number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
620
+ :param pulumi.Input[_builtins.int] observed_generation: The most recent generation observed by the daemon set controller.
621
+ :param pulumi.Input[_builtins.int] updated_number_scheduled: The total number of nodes that are running updated daemon pod
622
622
  """
623
623
  pulumi.set(__self__, "current_number_scheduled", current_number_scheduled)
624
624
  pulumi.set(__self__, "desired_number_scheduled", desired_number_scheduled)
@@ -637,67 +637,67 @@ class DaemonSetStatusArgs:
637
637
  if updated_number_scheduled is not None:
638
638
  pulumi.set(__self__, "updated_number_scheduled", updated_number_scheduled)
639
639
 
640
- @property
640
+ @_builtins.property
641
641
  @pulumi.getter(name="currentNumberScheduled")
642
- def current_number_scheduled(self) -> pulumi.Input[int]:
642
+ def current_number_scheduled(self) -> pulumi.Input[_builtins.int]:
643
643
  """
644
644
  The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
645
645
  """
646
646
  return pulumi.get(self, "current_number_scheduled")
647
647
 
648
648
  @current_number_scheduled.setter
649
- def current_number_scheduled(self, value: pulumi.Input[int]):
649
+ def current_number_scheduled(self, value: pulumi.Input[_builtins.int]):
650
650
  pulumi.set(self, "current_number_scheduled", value)
651
651
 
652
- @property
652
+ @_builtins.property
653
653
  @pulumi.getter(name="desiredNumberScheduled")
654
- def desired_number_scheduled(self) -> pulumi.Input[int]:
654
+ def desired_number_scheduled(self) -> pulumi.Input[_builtins.int]:
655
655
  """
656
656
  The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
657
657
  """
658
658
  return pulumi.get(self, "desired_number_scheduled")
659
659
 
660
660
  @desired_number_scheduled.setter
661
- def desired_number_scheduled(self, value: pulumi.Input[int]):
661
+ def desired_number_scheduled(self, value: pulumi.Input[_builtins.int]):
662
662
  pulumi.set(self, "desired_number_scheduled", value)
663
663
 
664
- @property
664
+ @_builtins.property
665
665
  @pulumi.getter(name="numberMisscheduled")
666
- def number_misscheduled(self) -> pulumi.Input[int]:
666
+ def number_misscheduled(self) -> pulumi.Input[_builtins.int]:
667
667
  """
668
668
  The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
669
669
  """
670
670
  return pulumi.get(self, "number_misscheduled")
671
671
 
672
672
  @number_misscheduled.setter
673
- def number_misscheduled(self, value: pulumi.Input[int]):
673
+ def number_misscheduled(self, value: pulumi.Input[_builtins.int]):
674
674
  pulumi.set(self, "number_misscheduled", value)
675
675
 
676
- @property
676
+ @_builtins.property
677
677
  @pulumi.getter(name="numberReady")
678
- def number_ready(self) -> pulumi.Input[int]:
678
+ def number_ready(self) -> pulumi.Input[_builtins.int]:
679
679
  """
680
680
  The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
681
681
  """
682
682
  return pulumi.get(self, "number_ready")
683
683
 
684
684
  @number_ready.setter
685
- def number_ready(self, value: pulumi.Input[int]):
685
+ def number_ready(self, value: pulumi.Input[_builtins.int]):
686
686
  pulumi.set(self, "number_ready", value)
687
687
 
688
- @property
688
+ @_builtins.property
689
689
  @pulumi.getter(name="collisionCount")
690
- def collision_count(self) -> Optional[pulumi.Input[int]]:
690
+ def collision_count(self) -> Optional[pulumi.Input[_builtins.int]]:
691
691
  """
692
692
  Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
693
693
  """
694
694
  return pulumi.get(self, "collision_count")
695
695
 
696
696
  @collision_count.setter
697
- def collision_count(self, value: Optional[pulumi.Input[int]]):
697
+ def collision_count(self, value: Optional[pulumi.Input[_builtins.int]]):
698
698
  pulumi.set(self, "collision_count", value)
699
699
 
700
- @property
700
+ @_builtins.property
701
701
  @pulumi.getter
702
702
  def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DaemonSetConditionArgs']]]]:
703
703
  """
@@ -709,52 +709,52 @@ class DaemonSetStatusArgs:
709
709
  def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DaemonSetConditionArgs']]]]):
710
710
  pulumi.set(self, "conditions", value)
711
711
 
712
- @property
712
+ @_builtins.property
713
713
  @pulumi.getter(name="numberAvailable")
714
- def number_available(self) -> Optional[pulumi.Input[int]]:
714
+ def number_available(self) -> Optional[pulumi.Input[_builtins.int]]:
715
715
  """
716
716
  The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
717
717
  """
718
718
  return pulumi.get(self, "number_available")
719
719
 
720
720
  @number_available.setter
721
- def number_available(self, value: Optional[pulumi.Input[int]]):
721
+ def number_available(self, value: Optional[pulumi.Input[_builtins.int]]):
722
722
  pulumi.set(self, "number_available", value)
723
723
 
724
- @property
724
+ @_builtins.property
725
725
  @pulumi.getter(name="numberUnavailable")
726
- def number_unavailable(self) -> Optional[pulumi.Input[int]]:
726
+ def number_unavailable(self) -> Optional[pulumi.Input[_builtins.int]]:
727
727
  """
728
728
  The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
729
729
  """
730
730
  return pulumi.get(self, "number_unavailable")
731
731
 
732
732
  @number_unavailable.setter
733
- def number_unavailable(self, value: Optional[pulumi.Input[int]]):
733
+ def number_unavailable(self, value: Optional[pulumi.Input[_builtins.int]]):
734
734
  pulumi.set(self, "number_unavailable", value)
735
735
 
736
- @property
736
+ @_builtins.property
737
737
  @pulumi.getter(name="observedGeneration")
738
- def observed_generation(self) -> Optional[pulumi.Input[int]]:
738
+ def observed_generation(self) -> Optional[pulumi.Input[_builtins.int]]:
739
739
  """
740
740
  The most recent generation observed by the daemon set controller.
741
741
  """
742
742
  return pulumi.get(self, "observed_generation")
743
743
 
744
744
  @observed_generation.setter
745
- def observed_generation(self, value: Optional[pulumi.Input[int]]):
745
+ def observed_generation(self, value: Optional[pulumi.Input[_builtins.int]]):
746
746
  pulumi.set(self, "observed_generation", value)
747
747
 
748
- @property
748
+ @_builtins.property
749
749
  @pulumi.getter(name="updatedNumberScheduled")
750
- def updated_number_scheduled(self) -> Optional[pulumi.Input[int]]:
750
+ def updated_number_scheduled(self) -> Optional[pulumi.Input[_builtins.int]]:
751
751
  """
752
752
  The total number of nodes that are running updated daemon pod
753
753
  """
754
754
  return pulumi.get(self, "updated_number_scheduled")
755
755
 
756
756
  @updated_number_scheduled.setter
757
- def updated_number_scheduled(self, value: Optional[pulumi.Input[int]]):
757
+ def updated_number_scheduled(self, value: Optional[pulumi.Input[_builtins.int]]):
758
758
  pulumi.set(self, "updated_number_scheduled", value)
759
759
 
760
760
 
@@ -767,7 +767,7 @@ if not MYPY:
767
767
  """
768
768
  Rolling update config params. Present only if type = "RollingUpdate".
769
769
  """
770
- type: NotRequired[pulumi.Input[str]]
770
+ type: NotRequired[pulumi.Input[_builtins.str]]
771
771
  """
772
772
  Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
773
773
  """
@@ -778,18 +778,18 @@ elif False:
778
778
  class DaemonSetUpdateStrategyPatchArgs:
779
779
  def __init__(__self__, *,
780
780
  rolling_update: Optional[pulumi.Input['RollingUpdateDaemonSetPatchArgs']] = None,
781
- type: Optional[pulumi.Input[str]] = None):
781
+ type: Optional[pulumi.Input[_builtins.str]] = None):
782
782
  """
783
783
  DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
784
784
  :param pulumi.Input['RollingUpdateDaemonSetPatchArgs'] rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
785
- :param pulumi.Input[str] type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
785
+ :param pulumi.Input[_builtins.str] type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
786
786
  """
787
787
  if rolling_update is not None:
788
788
  pulumi.set(__self__, "rolling_update", rolling_update)
789
789
  if type is not None:
790
790
  pulumi.set(__self__, "type", type)
791
791
 
792
- @property
792
+ @_builtins.property
793
793
  @pulumi.getter(name="rollingUpdate")
794
794
  def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateDaemonSetPatchArgs']]:
795
795
  """
@@ -801,16 +801,16 @@ class DaemonSetUpdateStrategyPatchArgs:
801
801
  def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateDaemonSetPatchArgs']]):
802
802
  pulumi.set(self, "rolling_update", value)
803
803
 
804
- @property
804
+ @_builtins.property
805
805
  @pulumi.getter
806
- def type(self) -> Optional[pulumi.Input[str]]:
806
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
807
807
  """
808
808
  Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
809
809
  """
810
810
  return pulumi.get(self, "type")
811
811
 
812
812
  @type.setter
813
- def type(self, value: Optional[pulumi.Input[str]]):
813
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
814
814
  pulumi.set(self, "type", value)
815
815
 
816
816
 
@@ -823,7 +823,7 @@ if not MYPY:
823
823
  """
824
824
  Rolling update config params. Present only if type = "RollingUpdate".
825
825
  """
826
- type: NotRequired[pulumi.Input[str]]
826
+ type: NotRequired[pulumi.Input[_builtins.str]]
827
827
  """
828
828
  Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
829
829
  """
@@ -834,18 +834,18 @@ elif False:
834
834
  class DaemonSetUpdateStrategyArgs:
835
835
  def __init__(__self__, *,
836
836
  rolling_update: Optional[pulumi.Input['RollingUpdateDaemonSetArgs']] = None,
837
- type: Optional[pulumi.Input[str]] = None):
837
+ type: Optional[pulumi.Input[_builtins.str]] = None):
838
838
  """
839
839
  DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
840
840
  :param pulumi.Input['RollingUpdateDaemonSetArgs'] rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
841
- :param pulumi.Input[str] type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
841
+ :param pulumi.Input[_builtins.str] type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
842
842
  """
843
843
  if rolling_update is not None:
844
844
  pulumi.set(__self__, "rolling_update", rolling_update)
845
845
  if type is not None:
846
846
  pulumi.set(__self__, "type", type)
847
847
 
848
- @property
848
+ @_builtins.property
849
849
  @pulumi.getter(name="rollingUpdate")
850
850
  def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateDaemonSetArgs']]:
851
851
  """
@@ -857,16 +857,16 @@ class DaemonSetUpdateStrategyArgs:
857
857
  def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateDaemonSetArgs']]):
858
858
  pulumi.set(self, "rolling_update", value)
859
859
 
860
- @property
860
+ @_builtins.property
861
861
  @pulumi.getter
862
- def type(self) -> Optional[pulumi.Input[str]]:
862
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
863
863
  """
864
864
  Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
865
865
  """
866
866
  return pulumi.get(self, "type")
867
867
 
868
868
  @type.setter
869
- def type(self, value: Optional[pulumi.Input[str]]):
869
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
870
870
  pulumi.set(self, "type", value)
871
871
 
872
872
 
@@ -875,11 +875,11 @@ if not MYPY:
875
875
  """
876
876
  DaemonSet represents the configuration of a daemon set.
877
877
  """
878
- api_version: NotRequired[pulumi.Input[str]]
878
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
879
879
  """
880
880
  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
881
881
  """
882
- kind: NotRequired[pulumi.Input[str]]
882
+ kind: NotRequired[pulumi.Input[_builtins.str]]
883
883
  """
884
884
  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
885
885
  """
@@ -901,15 +901,15 @@ elif False:
901
901
  @pulumi.input_type
902
902
  class DaemonSetArgs:
903
903
  def __init__(__self__, *,
904
- api_version: Optional[pulumi.Input[str]] = None,
905
- kind: Optional[pulumi.Input[str]] = None,
904
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
905
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
906
906
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
907
907
  spec: Optional[pulumi.Input['DaemonSetSpecArgs']] = None,
908
908
  status: Optional[pulumi.Input['DaemonSetStatusArgs']] = None):
909
909
  """
910
910
  DaemonSet represents the configuration of a daemon set.
911
- :param pulumi.Input[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
912
- :param pulumi.Input[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
911
+ :param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
912
+ :param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
913
913
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
914
914
  :param pulumi.Input['DaemonSetSpecArgs'] spec: The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
915
915
  :param pulumi.Input['DaemonSetStatusArgs'] status: The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -925,31 +925,31 @@ class DaemonSetArgs:
925
925
  if status is not None:
926
926
  pulumi.set(__self__, "status", status)
927
927
 
928
- @property
928
+ @_builtins.property
929
929
  @pulumi.getter(name="apiVersion")
930
- def api_version(self) -> Optional[pulumi.Input[str]]:
930
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
931
931
  """
932
932
  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
933
933
  """
934
934
  return pulumi.get(self, "api_version")
935
935
 
936
936
  @api_version.setter
937
- def api_version(self, value: Optional[pulumi.Input[str]]):
937
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
938
938
  pulumi.set(self, "api_version", value)
939
939
 
940
- @property
940
+ @_builtins.property
941
941
  @pulumi.getter
942
- def kind(self) -> Optional[pulumi.Input[str]]:
942
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
943
943
  """
944
944
  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
945
945
  """
946
946
  return pulumi.get(self, "kind")
947
947
 
948
948
  @kind.setter
949
- def kind(self, value: Optional[pulumi.Input[str]]):
949
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
950
950
  pulumi.set(self, "kind", value)
951
951
 
952
- @property
952
+ @_builtins.property
953
953
  @pulumi.getter
954
954
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
955
955
  """
@@ -961,7 +961,7 @@ class DaemonSetArgs:
961
961
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
962
962
  pulumi.set(self, "metadata", value)
963
963
 
964
- @property
964
+ @_builtins.property
965
965
  @pulumi.getter
966
966
  def spec(self) -> Optional[pulumi.Input['DaemonSetSpecArgs']]:
967
967
  """
@@ -973,7 +973,7 @@ class DaemonSetArgs:
973
973
  def spec(self, value: Optional[pulumi.Input['DaemonSetSpecArgs']]):
974
974
  pulumi.set(self, "spec", value)
975
975
 
976
- @property
976
+ @_builtins.property
977
977
  @pulumi.getter
978
978
  def status(self) -> Optional[pulumi.Input['DaemonSetStatusArgs']]:
979
979
  """
@@ -991,27 +991,27 @@ if not MYPY:
991
991
  """
992
992
  DeploymentCondition describes the state of a deployment at a certain point.
993
993
  """
994
- status: pulumi.Input[str]
994
+ status: pulumi.Input[_builtins.str]
995
995
  """
996
996
  Status of the condition, one of True, False, Unknown.
997
997
  """
998
- type: pulumi.Input[str]
998
+ type: pulumi.Input[_builtins.str]
999
999
  """
1000
1000
  Type of deployment condition.
1001
1001
  """
1002
- last_transition_time: NotRequired[pulumi.Input[str]]
1002
+ last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
1003
1003
  """
1004
1004
  Last time the condition transitioned from one status to another.
1005
1005
  """
1006
- last_update_time: NotRequired[pulumi.Input[str]]
1006
+ last_update_time: NotRequired[pulumi.Input[_builtins.str]]
1007
1007
  """
1008
1008
  The last time this condition was updated.
1009
1009
  """
1010
- message: NotRequired[pulumi.Input[str]]
1010
+ message: NotRequired[pulumi.Input[_builtins.str]]
1011
1011
  """
1012
1012
  A human readable message indicating details about the transition.
1013
1013
  """
1014
- reason: NotRequired[pulumi.Input[str]]
1014
+ reason: NotRequired[pulumi.Input[_builtins.str]]
1015
1015
  """
1016
1016
  The reason for the condition's last transition.
1017
1017
  """
@@ -1021,20 +1021,20 @@ elif False:
1021
1021
  @pulumi.input_type
1022
1022
  class DeploymentConditionArgs:
1023
1023
  def __init__(__self__, *,
1024
- status: pulumi.Input[str],
1025
- type: pulumi.Input[str],
1026
- last_transition_time: Optional[pulumi.Input[str]] = None,
1027
- last_update_time: Optional[pulumi.Input[str]] = None,
1028
- message: Optional[pulumi.Input[str]] = None,
1029
- reason: Optional[pulumi.Input[str]] = None):
1024
+ status: pulumi.Input[_builtins.str],
1025
+ type: pulumi.Input[_builtins.str],
1026
+ last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
1027
+ last_update_time: Optional[pulumi.Input[_builtins.str]] = None,
1028
+ message: Optional[pulumi.Input[_builtins.str]] = None,
1029
+ reason: Optional[pulumi.Input[_builtins.str]] = None):
1030
1030
  """
1031
1031
  DeploymentCondition describes the state of a deployment at a certain point.
1032
- :param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
1033
- :param pulumi.Input[str] type: Type of deployment condition.
1034
- :param pulumi.Input[str] last_transition_time: Last time the condition transitioned from one status to another.
1035
- :param pulumi.Input[str] last_update_time: The last time this condition was updated.
1036
- :param pulumi.Input[str] message: A human readable message indicating details about the transition.
1037
- :param pulumi.Input[str] reason: The reason for the condition's last transition.
1032
+ :param pulumi.Input[_builtins.str] status: Status of the condition, one of True, False, Unknown.
1033
+ :param pulumi.Input[_builtins.str] type: Type of deployment condition.
1034
+ :param pulumi.Input[_builtins.str] last_transition_time: Last time the condition transitioned from one status to another.
1035
+ :param pulumi.Input[_builtins.str] last_update_time: The last time this condition was updated.
1036
+ :param pulumi.Input[_builtins.str] message: A human readable message indicating details about the transition.
1037
+ :param pulumi.Input[_builtins.str] reason: The reason for the condition's last transition.
1038
1038
  """
1039
1039
  pulumi.set(__self__, "status", status)
1040
1040
  pulumi.set(__self__, "type", type)
@@ -1047,76 +1047,76 @@ class DeploymentConditionArgs:
1047
1047
  if reason is not None:
1048
1048
  pulumi.set(__self__, "reason", reason)
1049
1049
 
1050
- @property
1050
+ @_builtins.property
1051
1051
  @pulumi.getter
1052
- def status(self) -> pulumi.Input[str]:
1052
+ def status(self) -> pulumi.Input[_builtins.str]:
1053
1053
  """
1054
1054
  Status of the condition, one of True, False, Unknown.
1055
1055
  """
1056
1056
  return pulumi.get(self, "status")
1057
1057
 
1058
1058
  @status.setter
1059
- def status(self, value: pulumi.Input[str]):
1059
+ def status(self, value: pulumi.Input[_builtins.str]):
1060
1060
  pulumi.set(self, "status", value)
1061
1061
 
1062
- @property
1062
+ @_builtins.property
1063
1063
  @pulumi.getter
1064
- def type(self) -> pulumi.Input[str]:
1064
+ def type(self) -> pulumi.Input[_builtins.str]:
1065
1065
  """
1066
1066
  Type of deployment condition.
1067
1067
  """
1068
1068
  return pulumi.get(self, "type")
1069
1069
 
1070
1070
  @type.setter
1071
- def type(self, value: pulumi.Input[str]):
1071
+ def type(self, value: pulumi.Input[_builtins.str]):
1072
1072
  pulumi.set(self, "type", value)
1073
1073
 
1074
- @property
1074
+ @_builtins.property
1075
1075
  @pulumi.getter(name="lastTransitionTime")
1076
- def last_transition_time(self) -> Optional[pulumi.Input[str]]:
1076
+ def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
1077
1077
  """
1078
1078
  Last time the condition transitioned from one status to another.
1079
1079
  """
1080
1080
  return pulumi.get(self, "last_transition_time")
1081
1081
 
1082
1082
  @last_transition_time.setter
1083
- def last_transition_time(self, value: Optional[pulumi.Input[str]]):
1083
+ def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
1084
1084
  pulumi.set(self, "last_transition_time", value)
1085
1085
 
1086
- @property
1086
+ @_builtins.property
1087
1087
  @pulumi.getter(name="lastUpdateTime")
1088
- def last_update_time(self) -> Optional[pulumi.Input[str]]:
1088
+ def last_update_time(self) -> Optional[pulumi.Input[_builtins.str]]:
1089
1089
  """
1090
1090
  The last time this condition was updated.
1091
1091
  """
1092
1092
  return pulumi.get(self, "last_update_time")
1093
1093
 
1094
1094
  @last_update_time.setter
1095
- def last_update_time(self, value: Optional[pulumi.Input[str]]):
1095
+ def last_update_time(self, value: Optional[pulumi.Input[_builtins.str]]):
1096
1096
  pulumi.set(self, "last_update_time", value)
1097
1097
 
1098
- @property
1098
+ @_builtins.property
1099
1099
  @pulumi.getter
1100
- def message(self) -> Optional[pulumi.Input[str]]:
1100
+ def message(self) -> Optional[pulumi.Input[_builtins.str]]:
1101
1101
  """
1102
1102
  A human readable message indicating details about the transition.
1103
1103
  """
1104
1104
  return pulumi.get(self, "message")
1105
1105
 
1106
1106
  @message.setter
1107
- def message(self, value: Optional[pulumi.Input[str]]):
1107
+ def message(self, value: Optional[pulumi.Input[_builtins.str]]):
1108
1108
  pulumi.set(self, "message", value)
1109
1109
 
1110
- @property
1110
+ @_builtins.property
1111
1111
  @pulumi.getter
1112
- def reason(self) -> Optional[pulumi.Input[str]]:
1112
+ def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
1113
1113
  """
1114
1114
  The reason for the condition's last transition.
1115
1115
  """
1116
1116
  return pulumi.get(self, "reason")
1117
1117
 
1118
1118
  @reason.setter
1119
- def reason(self, value: Optional[pulumi.Input[str]]):
1119
+ def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
1120
1120
  pulumi.set(self, "reason", value)
1121
1121
 
1122
1122
 
@@ -1125,23 +1125,23 @@ if not MYPY:
1125
1125
  """
1126
1126
  DeploymentSpec is the specification of the desired behavior of the Deployment.
1127
1127
  """
1128
- min_ready_seconds: NotRequired[pulumi.Input[int]]
1128
+ min_ready_seconds: NotRequired[pulumi.Input[_builtins.int]]
1129
1129
  """
1130
1130
  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)
1131
1131
  """
1132
- paused: NotRequired[pulumi.Input[bool]]
1132
+ paused: NotRequired[pulumi.Input[_builtins.bool]]
1133
1133
  """
1134
1134
  Indicates that the deployment is paused.
1135
1135
  """
1136
- progress_deadline_seconds: NotRequired[pulumi.Input[int]]
1136
+ progress_deadline_seconds: NotRequired[pulumi.Input[_builtins.int]]
1137
1137
  """
1138
1138
  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.
1139
1139
  """
1140
- replicas: NotRequired[pulumi.Input[int]]
1140
+ replicas: NotRequired[pulumi.Input[_builtins.int]]
1141
1141
  """
1142
1142
  Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
1143
1143
  """
1144
- revision_history_limit: NotRequired[pulumi.Input[int]]
1144
+ revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
1145
1145
  """
1146
1146
  The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
1147
1147
  """
@@ -1163,21 +1163,21 @@ elif False:
1163
1163
  @pulumi.input_type
1164
1164
  class DeploymentSpecPatchArgs:
1165
1165
  def __init__(__self__, *,
1166
- min_ready_seconds: Optional[pulumi.Input[int]] = None,
1167
- paused: Optional[pulumi.Input[bool]] = None,
1168
- progress_deadline_seconds: Optional[pulumi.Input[int]] = None,
1169
- replicas: Optional[pulumi.Input[int]] = None,
1170
- revision_history_limit: Optional[pulumi.Input[int]] = None,
1166
+ min_ready_seconds: Optional[pulumi.Input[_builtins.int]] = None,
1167
+ paused: Optional[pulumi.Input[_builtins.bool]] = None,
1168
+ progress_deadline_seconds: Optional[pulumi.Input[_builtins.int]] = None,
1169
+ replicas: Optional[pulumi.Input[_builtins.int]] = None,
1170
+ revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
1171
1171
  selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
1172
1172
  strategy: Optional[pulumi.Input['DeploymentStrategyPatchArgs']] = None,
1173
1173
  template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None):
1174
1174
  """
1175
1175
  DeploymentSpec is the specification of the desired behavior of the Deployment.
1176
- :param pulumi.Input[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)
1177
- :param pulumi.Input[bool] paused: Indicates that the deployment is paused.
1178
- :param pulumi.Input[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.
1179
- :param pulumi.Input[int] replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
1180
- :param pulumi.Input[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 10.
1176
+ :param pulumi.Input[_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)
1177
+ :param pulumi.Input[_builtins.bool] paused: Indicates that the deployment is paused.
1178
+ :param pulumi.Input[_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.
1179
+ :param pulumi.Input[_builtins.int] replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
1180
+ :param pulumi.Input[_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 10.
1181
1181
  :param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
1182
1182
  :param pulumi.Input['DeploymentStrategyPatchArgs'] strategy: The deployment strategy to use to replace existing pods with new ones.
1183
1183
  :param pulumi.Input['_core.v1.PodTemplateSpecPatchArgs'] template: Template describes the pods that will be created.
@@ -1199,67 +1199,67 @@ class DeploymentSpecPatchArgs:
1199
1199
  if template is not None:
1200
1200
  pulumi.set(__self__, "template", template)
1201
1201
 
1202
- @property
1202
+ @_builtins.property
1203
1203
  @pulumi.getter(name="minReadySeconds")
1204
- def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
1204
+ def min_ready_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
1205
1205
  """
1206
1206
  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)
1207
1207
  """
1208
1208
  return pulumi.get(self, "min_ready_seconds")
1209
1209
 
1210
1210
  @min_ready_seconds.setter
1211
- def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
1211
+ def min_ready_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
1212
1212
  pulumi.set(self, "min_ready_seconds", value)
1213
1213
 
1214
- @property
1214
+ @_builtins.property
1215
1215
  @pulumi.getter
1216
- def paused(self) -> Optional[pulumi.Input[bool]]:
1216
+ def paused(self) -> Optional[pulumi.Input[_builtins.bool]]:
1217
1217
  """
1218
1218
  Indicates that the deployment is paused.
1219
1219
  """
1220
1220
  return pulumi.get(self, "paused")
1221
1221
 
1222
1222
  @paused.setter
1223
- def paused(self, value: Optional[pulumi.Input[bool]]):
1223
+ def paused(self, value: Optional[pulumi.Input[_builtins.bool]]):
1224
1224
  pulumi.set(self, "paused", value)
1225
1225
 
1226
- @property
1226
+ @_builtins.property
1227
1227
  @pulumi.getter(name="progressDeadlineSeconds")
1228
- def progress_deadline_seconds(self) -> Optional[pulumi.Input[int]]:
1228
+ def progress_deadline_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
1229
1229
  """
1230
1230
  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.
1231
1231
  """
1232
1232
  return pulumi.get(self, "progress_deadline_seconds")
1233
1233
 
1234
1234
  @progress_deadline_seconds.setter
1235
- def progress_deadline_seconds(self, value: Optional[pulumi.Input[int]]):
1235
+ def progress_deadline_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
1236
1236
  pulumi.set(self, "progress_deadline_seconds", value)
1237
1237
 
1238
- @property
1238
+ @_builtins.property
1239
1239
  @pulumi.getter
1240
- def replicas(self) -> Optional[pulumi.Input[int]]:
1240
+ def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
1241
1241
  """
1242
1242
  Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
1243
1243
  """
1244
1244
  return pulumi.get(self, "replicas")
1245
1245
 
1246
1246
  @replicas.setter
1247
- def replicas(self, value: Optional[pulumi.Input[int]]):
1247
+ def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
1248
1248
  pulumi.set(self, "replicas", value)
1249
1249
 
1250
- @property
1250
+ @_builtins.property
1251
1251
  @pulumi.getter(name="revisionHistoryLimit")
1252
- def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
1252
+ def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
1253
1253
  """
1254
1254
  The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
1255
1255
  """
1256
1256
  return pulumi.get(self, "revision_history_limit")
1257
1257
 
1258
1258
  @revision_history_limit.setter
1259
- def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
1259
+ def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
1260
1260
  pulumi.set(self, "revision_history_limit", value)
1261
1261
 
1262
- @property
1262
+ @_builtins.property
1263
1263
  @pulumi.getter
1264
1264
  def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
1265
1265
  """
@@ -1271,7 +1271,7 @@ class DeploymentSpecPatchArgs:
1271
1271
  def selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]):
1272
1272
  pulumi.set(self, "selector", value)
1273
1273
 
1274
- @property
1274
+ @_builtins.property
1275
1275
  @pulumi.getter
1276
1276
  def strategy(self) -> Optional[pulumi.Input['DeploymentStrategyPatchArgs']]:
1277
1277
  """
@@ -1283,7 +1283,7 @@ class DeploymentSpecPatchArgs:
1283
1283
  def strategy(self, value: Optional[pulumi.Input['DeploymentStrategyPatchArgs']]):
1284
1284
  pulumi.set(self, "strategy", value)
1285
1285
 
1286
- @property
1286
+ @_builtins.property
1287
1287
  @pulumi.getter
1288
1288
  def template(self) -> Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]:
1289
1289
  """
@@ -1309,23 +1309,23 @@ if not MYPY:
1309
1309
  """
1310
1310
  Template describes the pods that will be created.
1311
1311
  """
1312
- min_ready_seconds: NotRequired[pulumi.Input[int]]
1312
+ min_ready_seconds: NotRequired[pulumi.Input[_builtins.int]]
1313
1313
  """
1314
1314
  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)
1315
1315
  """
1316
- paused: NotRequired[pulumi.Input[bool]]
1316
+ paused: NotRequired[pulumi.Input[_builtins.bool]]
1317
1317
  """
1318
1318
  Indicates that the deployment is paused.
1319
1319
  """
1320
- progress_deadline_seconds: NotRequired[pulumi.Input[int]]
1320
+ progress_deadline_seconds: NotRequired[pulumi.Input[_builtins.int]]
1321
1321
  """
1322
1322
  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.
1323
1323
  """
1324
- replicas: NotRequired[pulumi.Input[int]]
1324
+ replicas: NotRequired[pulumi.Input[_builtins.int]]
1325
1325
  """
1326
1326
  Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
1327
1327
  """
1328
- revision_history_limit: NotRequired[pulumi.Input[int]]
1328
+ revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
1329
1329
  """
1330
1330
  The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
1331
1331
  """
@@ -1341,21 +1341,21 @@ class DeploymentSpecArgs:
1341
1341
  def __init__(__self__, *,
1342
1342
  selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
1343
1343
  template: pulumi.Input['_core.v1.PodTemplateSpecArgs'],
1344
- min_ready_seconds: Optional[pulumi.Input[int]] = None,
1345
- paused: Optional[pulumi.Input[bool]] = None,
1346
- progress_deadline_seconds: Optional[pulumi.Input[int]] = None,
1347
- replicas: Optional[pulumi.Input[int]] = None,
1348
- revision_history_limit: Optional[pulumi.Input[int]] = None,
1344
+ min_ready_seconds: Optional[pulumi.Input[_builtins.int]] = None,
1345
+ paused: Optional[pulumi.Input[_builtins.bool]] = None,
1346
+ progress_deadline_seconds: Optional[pulumi.Input[_builtins.int]] = None,
1347
+ replicas: Optional[pulumi.Input[_builtins.int]] = None,
1348
+ revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
1349
1349
  strategy: Optional[pulumi.Input['DeploymentStrategyArgs']] = None):
1350
1350
  """
1351
1351
  DeploymentSpec is the specification of the desired behavior of the Deployment.
1352
1352
  :param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
1353
1353
  :param pulumi.Input['_core.v1.PodTemplateSpecArgs'] template: Template describes the pods that will be created.
1354
- :param pulumi.Input[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)
1355
- :param pulumi.Input[bool] paused: Indicates that the deployment is paused.
1356
- :param pulumi.Input[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.
1357
- :param pulumi.Input[int] replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
1358
- :param pulumi.Input[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 10.
1354
+ :param pulumi.Input[_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)
1355
+ :param pulumi.Input[_builtins.bool] paused: Indicates that the deployment is paused.
1356
+ :param pulumi.Input[_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.
1357
+ :param pulumi.Input[_builtins.int] replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
1358
+ :param pulumi.Input[_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 10.
1359
1359
  :param pulumi.Input['DeploymentStrategyArgs'] strategy: The deployment strategy to use to replace existing pods with new ones.
1360
1360
  """
1361
1361
  pulumi.set(__self__, "selector", selector)
@@ -1373,7 +1373,7 @@ class DeploymentSpecArgs:
1373
1373
  if strategy is not None:
1374
1374
  pulumi.set(__self__, "strategy", strategy)
1375
1375
 
1376
- @property
1376
+ @_builtins.property
1377
1377
  @pulumi.getter
1378
1378
  def selector(self) -> pulumi.Input['_meta.v1.LabelSelectorArgs']:
1379
1379
  """
@@ -1385,7 +1385,7 @@ class DeploymentSpecArgs:
1385
1385
  def selector(self, value: pulumi.Input['_meta.v1.LabelSelectorArgs']):
1386
1386
  pulumi.set(self, "selector", value)
1387
1387
 
1388
- @property
1388
+ @_builtins.property
1389
1389
  @pulumi.getter
1390
1390
  def template(self) -> pulumi.Input['_core.v1.PodTemplateSpecArgs']:
1391
1391
  """
@@ -1397,67 +1397,67 @@ class DeploymentSpecArgs:
1397
1397
  def template(self, value: pulumi.Input['_core.v1.PodTemplateSpecArgs']):
1398
1398
  pulumi.set(self, "template", value)
1399
1399
 
1400
- @property
1400
+ @_builtins.property
1401
1401
  @pulumi.getter(name="minReadySeconds")
1402
- def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
1402
+ def min_ready_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
1403
1403
  """
1404
1404
  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)
1405
1405
  """
1406
1406
  return pulumi.get(self, "min_ready_seconds")
1407
1407
 
1408
1408
  @min_ready_seconds.setter
1409
- def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
1409
+ def min_ready_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
1410
1410
  pulumi.set(self, "min_ready_seconds", value)
1411
1411
 
1412
- @property
1412
+ @_builtins.property
1413
1413
  @pulumi.getter
1414
- def paused(self) -> Optional[pulumi.Input[bool]]:
1414
+ def paused(self) -> Optional[pulumi.Input[_builtins.bool]]:
1415
1415
  """
1416
1416
  Indicates that the deployment is paused.
1417
1417
  """
1418
1418
  return pulumi.get(self, "paused")
1419
1419
 
1420
1420
  @paused.setter
1421
- def paused(self, value: Optional[pulumi.Input[bool]]):
1421
+ def paused(self, value: Optional[pulumi.Input[_builtins.bool]]):
1422
1422
  pulumi.set(self, "paused", value)
1423
1423
 
1424
- @property
1424
+ @_builtins.property
1425
1425
  @pulumi.getter(name="progressDeadlineSeconds")
1426
- def progress_deadline_seconds(self) -> Optional[pulumi.Input[int]]:
1426
+ def progress_deadline_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
1427
1427
  """
1428
1428
  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.
1429
1429
  """
1430
1430
  return pulumi.get(self, "progress_deadline_seconds")
1431
1431
 
1432
1432
  @progress_deadline_seconds.setter
1433
- def progress_deadline_seconds(self, value: Optional[pulumi.Input[int]]):
1433
+ def progress_deadline_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
1434
1434
  pulumi.set(self, "progress_deadline_seconds", value)
1435
1435
 
1436
- @property
1436
+ @_builtins.property
1437
1437
  @pulumi.getter
1438
- def replicas(self) -> Optional[pulumi.Input[int]]:
1438
+ def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
1439
1439
  """
1440
1440
  Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
1441
1441
  """
1442
1442
  return pulumi.get(self, "replicas")
1443
1443
 
1444
1444
  @replicas.setter
1445
- def replicas(self, value: Optional[pulumi.Input[int]]):
1445
+ def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
1446
1446
  pulumi.set(self, "replicas", value)
1447
1447
 
1448
- @property
1448
+ @_builtins.property
1449
1449
  @pulumi.getter(name="revisionHistoryLimit")
1450
- def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
1450
+ def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
1451
1451
  """
1452
1452
  The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
1453
1453
  """
1454
1454
  return pulumi.get(self, "revision_history_limit")
1455
1455
 
1456
1456
  @revision_history_limit.setter
1457
- def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
1457
+ def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
1458
1458
  pulumi.set(self, "revision_history_limit", value)
1459
1459
 
1460
- @property
1460
+ @_builtins.property
1461
1461
  @pulumi.getter
1462
1462
  def strategy(self) -> Optional[pulumi.Input['DeploymentStrategyArgs']]:
1463
1463
  """
@@ -1475,11 +1475,11 @@ if not MYPY:
1475
1475
  """
1476
1476
  DeploymentStatus is the most recently observed status of the Deployment.
1477
1477
  """
1478
- available_replicas: NotRequired[pulumi.Input[int]]
1478
+ available_replicas: NotRequired[pulumi.Input[_builtins.int]]
1479
1479
  """
1480
1480
  Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
1481
1481
  """
1482
- collision_count: NotRequired[pulumi.Input[int]]
1482
+ collision_count: NotRequired[pulumi.Input[_builtins.int]]
1483
1483
  """
1484
1484
  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.
1485
1485
  """
@@ -1487,23 +1487,23 @@ if not MYPY:
1487
1487
  """
1488
1488
  Represents the latest available observations of a deployment's current state.
1489
1489
  """
1490
- observed_generation: NotRequired[pulumi.Input[int]]
1490
+ observed_generation: NotRequired[pulumi.Input[_builtins.int]]
1491
1491
  """
1492
1492
  The generation observed by the deployment controller.
1493
1493
  """
1494
- ready_replicas: NotRequired[pulumi.Input[int]]
1494
+ ready_replicas: NotRequired[pulumi.Input[_builtins.int]]
1495
1495
  """
1496
1496
  Total number of ready pods targeted by this deployment.
1497
1497
  """
1498
- replicas: NotRequired[pulumi.Input[int]]
1498
+ replicas: NotRequired[pulumi.Input[_builtins.int]]
1499
1499
  """
1500
1500
  Total number of non-terminated pods targeted by this deployment (their labels match the selector).
1501
1501
  """
1502
- unavailable_replicas: NotRequired[pulumi.Input[int]]
1502
+ unavailable_replicas: NotRequired[pulumi.Input[_builtins.int]]
1503
1503
  """
1504
1504
  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.
1505
1505
  """
1506
- updated_replicas: NotRequired[pulumi.Input[int]]
1506
+ updated_replicas: NotRequired[pulumi.Input[_builtins.int]]
1507
1507
  """
1508
1508
  Total number of non-terminated pods targeted by this deployment that have the desired template spec.
1509
1509
  """
@@ -1513,24 +1513,24 @@ elif False:
1513
1513
  @pulumi.input_type
1514
1514
  class DeploymentStatusArgs:
1515
1515
  def __init__(__self__, *,
1516
- available_replicas: Optional[pulumi.Input[int]] = None,
1517
- collision_count: Optional[pulumi.Input[int]] = None,
1516
+ available_replicas: Optional[pulumi.Input[_builtins.int]] = None,
1517
+ collision_count: Optional[pulumi.Input[_builtins.int]] = None,
1518
1518
  conditions: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]]] = None,
1519
- observed_generation: Optional[pulumi.Input[int]] = None,
1520
- ready_replicas: Optional[pulumi.Input[int]] = None,
1521
- replicas: Optional[pulumi.Input[int]] = None,
1522
- unavailable_replicas: Optional[pulumi.Input[int]] = None,
1523
- updated_replicas: Optional[pulumi.Input[int]] = None):
1519
+ observed_generation: Optional[pulumi.Input[_builtins.int]] = None,
1520
+ ready_replicas: Optional[pulumi.Input[_builtins.int]] = None,
1521
+ replicas: Optional[pulumi.Input[_builtins.int]] = None,
1522
+ unavailable_replicas: Optional[pulumi.Input[_builtins.int]] = None,
1523
+ updated_replicas: Optional[pulumi.Input[_builtins.int]] = None):
1524
1524
  """
1525
1525
  DeploymentStatus is the most recently observed status of the Deployment.
1526
- :param pulumi.Input[int] available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
1527
- :param pulumi.Input[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.
1526
+ :param pulumi.Input[_builtins.int] available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
1527
+ :param pulumi.Input[_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.
1528
1528
  :param pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]] conditions: Represents the latest available observations of a deployment's current state.
1529
- :param pulumi.Input[int] observed_generation: The generation observed by the deployment controller.
1530
- :param pulumi.Input[int] ready_replicas: Total number of ready pods targeted by this deployment.
1531
- :param pulumi.Input[int] replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
1532
- :param pulumi.Input[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.
1533
- :param pulumi.Input[int] updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
1529
+ :param pulumi.Input[_builtins.int] observed_generation: The generation observed by the deployment controller.
1530
+ :param pulumi.Input[_builtins.int] ready_replicas: Total number of ready pods targeted by this deployment.
1531
+ :param pulumi.Input[_builtins.int] replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
1532
+ :param pulumi.Input[_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.
1533
+ :param pulumi.Input[_builtins.int] updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
1534
1534
  """
1535
1535
  if available_replicas is not None:
1536
1536
  pulumi.set(__self__, "available_replicas", available_replicas)
@@ -1549,31 +1549,31 @@ class DeploymentStatusArgs:
1549
1549
  if updated_replicas is not None:
1550
1550
  pulumi.set(__self__, "updated_replicas", updated_replicas)
1551
1551
 
1552
- @property
1552
+ @_builtins.property
1553
1553
  @pulumi.getter(name="availableReplicas")
1554
- def available_replicas(self) -> Optional[pulumi.Input[int]]:
1554
+ def available_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
1555
1555
  """
1556
1556
  Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
1557
1557
  """
1558
1558
  return pulumi.get(self, "available_replicas")
1559
1559
 
1560
1560
  @available_replicas.setter
1561
- def available_replicas(self, value: Optional[pulumi.Input[int]]):
1561
+ def available_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
1562
1562
  pulumi.set(self, "available_replicas", value)
1563
1563
 
1564
- @property
1564
+ @_builtins.property
1565
1565
  @pulumi.getter(name="collisionCount")
1566
- def collision_count(self) -> Optional[pulumi.Input[int]]:
1566
+ def collision_count(self) -> Optional[pulumi.Input[_builtins.int]]:
1567
1567
  """
1568
1568
  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.
1569
1569
  """
1570
1570
  return pulumi.get(self, "collision_count")
1571
1571
 
1572
1572
  @collision_count.setter
1573
- def collision_count(self, value: Optional[pulumi.Input[int]]):
1573
+ def collision_count(self, value: Optional[pulumi.Input[_builtins.int]]):
1574
1574
  pulumi.set(self, "collision_count", value)
1575
1575
 
1576
- @property
1576
+ @_builtins.property
1577
1577
  @pulumi.getter
1578
1578
  def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]]]:
1579
1579
  """
@@ -1585,64 +1585,64 @@ class DeploymentStatusArgs:
1585
1585
  def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]]]):
1586
1586
  pulumi.set(self, "conditions", value)
1587
1587
 
1588
- @property
1588
+ @_builtins.property
1589
1589
  @pulumi.getter(name="observedGeneration")
1590
- def observed_generation(self) -> Optional[pulumi.Input[int]]:
1590
+ def observed_generation(self) -> Optional[pulumi.Input[_builtins.int]]:
1591
1591
  """
1592
1592
  The generation observed by the deployment controller.
1593
1593
  """
1594
1594
  return pulumi.get(self, "observed_generation")
1595
1595
 
1596
1596
  @observed_generation.setter
1597
- def observed_generation(self, value: Optional[pulumi.Input[int]]):
1597
+ def observed_generation(self, value: Optional[pulumi.Input[_builtins.int]]):
1598
1598
  pulumi.set(self, "observed_generation", value)
1599
1599
 
1600
- @property
1600
+ @_builtins.property
1601
1601
  @pulumi.getter(name="readyReplicas")
1602
- def ready_replicas(self) -> Optional[pulumi.Input[int]]:
1602
+ def ready_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
1603
1603
  """
1604
1604
  Total number of ready pods targeted by this deployment.
1605
1605
  """
1606
1606
  return pulumi.get(self, "ready_replicas")
1607
1607
 
1608
1608
  @ready_replicas.setter
1609
- def ready_replicas(self, value: Optional[pulumi.Input[int]]):
1609
+ def ready_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
1610
1610
  pulumi.set(self, "ready_replicas", value)
1611
1611
 
1612
- @property
1612
+ @_builtins.property
1613
1613
  @pulumi.getter
1614
- def replicas(self) -> Optional[pulumi.Input[int]]:
1614
+ def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
1615
1615
  """
1616
1616
  Total number of non-terminated pods targeted by this deployment (their labels match the selector).
1617
1617
  """
1618
1618
  return pulumi.get(self, "replicas")
1619
1619
 
1620
1620
  @replicas.setter
1621
- def replicas(self, value: Optional[pulumi.Input[int]]):
1621
+ def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
1622
1622
  pulumi.set(self, "replicas", value)
1623
1623
 
1624
- @property
1624
+ @_builtins.property
1625
1625
  @pulumi.getter(name="unavailableReplicas")
1626
- def unavailable_replicas(self) -> Optional[pulumi.Input[int]]:
1626
+ def unavailable_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
1627
1627
  """
1628
1628
  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.
1629
1629
  """
1630
1630
  return pulumi.get(self, "unavailable_replicas")
1631
1631
 
1632
1632
  @unavailable_replicas.setter
1633
- def unavailable_replicas(self, value: Optional[pulumi.Input[int]]):
1633
+ def unavailable_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
1634
1634
  pulumi.set(self, "unavailable_replicas", value)
1635
1635
 
1636
- @property
1636
+ @_builtins.property
1637
1637
  @pulumi.getter(name="updatedReplicas")
1638
- def updated_replicas(self) -> Optional[pulumi.Input[int]]:
1638
+ def updated_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
1639
1639
  """
1640
1640
  Total number of non-terminated pods targeted by this deployment that have the desired template spec.
1641
1641
  """
1642
1642
  return pulumi.get(self, "updated_replicas")
1643
1643
 
1644
1644
  @updated_replicas.setter
1645
- def updated_replicas(self, value: Optional[pulumi.Input[int]]):
1645
+ def updated_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
1646
1646
  pulumi.set(self, "updated_replicas", value)
1647
1647
 
1648
1648
 
@@ -1655,7 +1655,7 @@ if not MYPY:
1655
1655
  """
1656
1656
  Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
1657
1657
  """
1658
- type: NotRequired[pulumi.Input[str]]
1658
+ type: NotRequired[pulumi.Input[_builtins.str]]
1659
1659
  """
1660
1660
  Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1661
1661
  """
@@ -1666,18 +1666,18 @@ elif False:
1666
1666
  class DeploymentStrategyPatchArgs:
1667
1667
  def __init__(__self__, *,
1668
1668
  rolling_update: Optional[pulumi.Input['RollingUpdateDeploymentPatchArgs']] = None,
1669
- type: Optional[pulumi.Input[str]] = None):
1669
+ type: Optional[pulumi.Input[_builtins.str]] = None):
1670
1670
  """
1671
1671
  DeploymentStrategy describes how to replace existing pods with new ones.
1672
1672
  :param pulumi.Input['RollingUpdateDeploymentPatchArgs'] rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
1673
- :param pulumi.Input[str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1673
+ :param pulumi.Input[_builtins.str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1674
1674
  """
1675
1675
  if rolling_update is not None:
1676
1676
  pulumi.set(__self__, "rolling_update", rolling_update)
1677
1677
  if type is not None:
1678
1678
  pulumi.set(__self__, "type", type)
1679
1679
 
1680
- @property
1680
+ @_builtins.property
1681
1681
  @pulumi.getter(name="rollingUpdate")
1682
1682
  def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateDeploymentPatchArgs']]:
1683
1683
  """
@@ -1689,16 +1689,16 @@ class DeploymentStrategyPatchArgs:
1689
1689
  def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateDeploymentPatchArgs']]):
1690
1690
  pulumi.set(self, "rolling_update", value)
1691
1691
 
1692
- @property
1692
+ @_builtins.property
1693
1693
  @pulumi.getter
1694
- def type(self) -> Optional[pulumi.Input[str]]:
1694
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
1695
1695
  """
1696
1696
  Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1697
1697
  """
1698
1698
  return pulumi.get(self, "type")
1699
1699
 
1700
1700
  @type.setter
1701
- def type(self, value: Optional[pulumi.Input[str]]):
1701
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
1702
1702
  pulumi.set(self, "type", value)
1703
1703
 
1704
1704
 
@@ -1711,7 +1711,7 @@ if not MYPY:
1711
1711
  """
1712
1712
  Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
1713
1713
  """
1714
- type: NotRequired[pulumi.Input[str]]
1714
+ type: NotRequired[pulumi.Input[_builtins.str]]
1715
1715
  """
1716
1716
  Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1717
1717
  """
@@ -1722,18 +1722,18 @@ elif False:
1722
1722
  class DeploymentStrategyArgs:
1723
1723
  def __init__(__self__, *,
1724
1724
  rolling_update: Optional[pulumi.Input['RollingUpdateDeploymentArgs']] = None,
1725
- type: Optional[pulumi.Input[str]] = None):
1725
+ type: Optional[pulumi.Input[_builtins.str]] = None):
1726
1726
  """
1727
1727
  DeploymentStrategy describes how to replace existing pods with new ones.
1728
1728
  :param pulumi.Input['RollingUpdateDeploymentArgs'] rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
1729
- :param pulumi.Input[str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1729
+ :param pulumi.Input[_builtins.str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1730
1730
  """
1731
1731
  if rolling_update is not None:
1732
1732
  pulumi.set(__self__, "rolling_update", rolling_update)
1733
1733
  if type is not None:
1734
1734
  pulumi.set(__self__, "type", type)
1735
1735
 
1736
- @property
1736
+ @_builtins.property
1737
1737
  @pulumi.getter(name="rollingUpdate")
1738
1738
  def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateDeploymentArgs']]:
1739
1739
  """
@@ -1745,16 +1745,16 @@ class DeploymentStrategyArgs:
1745
1745
  def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateDeploymentArgs']]):
1746
1746
  pulumi.set(self, "rolling_update", value)
1747
1747
 
1748
- @property
1748
+ @_builtins.property
1749
1749
  @pulumi.getter
1750
- def type(self) -> Optional[pulumi.Input[str]]:
1750
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
1751
1751
  """
1752
1752
  Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1753
1753
  """
1754
1754
  return pulumi.get(self, "type")
1755
1755
 
1756
1756
  @type.setter
1757
- def type(self, value: Optional[pulumi.Input[str]]):
1757
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
1758
1758
  pulumi.set(self, "type", value)
1759
1759
 
1760
1760
 
@@ -1785,11 +1785,11 @@ if not MYPY:
1785
1785
  time out and mark the resource update as Failed. You can override the default timeout value
1786
1786
  by setting the 'customTimeouts' option on the resource.
1787
1787
  """
1788
- api_version: NotRequired[pulumi.Input[str]]
1788
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
1789
1789
  """
1790
1790
  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
1791
1791
  """
1792
- kind: NotRequired[pulumi.Input[str]]
1792
+ kind: NotRequired[pulumi.Input[_builtins.str]]
1793
1793
  """
1794
1794
  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
1795
1795
  """
@@ -1811,8 +1811,8 @@ elif False:
1811
1811
  @pulumi.input_type
1812
1812
  class DeploymentArgs:
1813
1813
  def __init__(__self__, *,
1814
- api_version: Optional[pulumi.Input[str]] = None,
1815
- kind: Optional[pulumi.Input[str]] = None,
1814
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
1815
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
1816
1816
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
1817
1817
  spec: Optional[pulumi.Input['DeploymentSpecArgs']] = None,
1818
1818
  status: Optional[pulumi.Input['DeploymentStatusArgs']] = None):
@@ -1840,8 +1840,8 @@ class DeploymentArgs:
1840
1840
  If the Deployment has not reached a Ready state after 10 minutes, it will
1841
1841
  time out and mark the resource update as Failed. You can override the default timeout value
1842
1842
  by setting the 'customTimeouts' option on the resource.
1843
- :param pulumi.Input[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
1844
- :param pulumi.Input[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
1843
+ :param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1844
+ :param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1845
1845
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object metadata.
1846
1846
  :param pulumi.Input['DeploymentSpecArgs'] spec: Specification of the desired behavior of the Deployment.
1847
1847
  :param pulumi.Input['DeploymentStatusArgs'] status: Most recently observed status of the Deployment.
@@ -1857,31 +1857,31 @@ class DeploymentArgs:
1857
1857
  if status is not None:
1858
1858
  pulumi.set(__self__, "status", status)
1859
1859
 
1860
- @property
1860
+ @_builtins.property
1861
1861
  @pulumi.getter(name="apiVersion")
1862
- def api_version(self) -> Optional[pulumi.Input[str]]:
1862
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
1863
1863
  """
1864
1864
  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
1865
1865
  """
1866
1866
  return pulumi.get(self, "api_version")
1867
1867
 
1868
1868
  @api_version.setter
1869
- def api_version(self, value: Optional[pulumi.Input[str]]):
1869
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
1870
1870
  pulumi.set(self, "api_version", value)
1871
1871
 
1872
- @property
1872
+ @_builtins.property
1873
1873
  @pulumi.getter
1874
- def kind(self) -> Optional[pulumi.Input[str]]:
1874
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
1875
1875
  """
1876
1876
  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
1877
1877
  """
1878
1878
  return pulumi.get(self, "kind")
1879
1879
 
1880
1880
  @kind.setter
1881
- def kind(self, value: Optional[pulumi.Input[str]]):
1881
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
1882
1882
  pulumi.set(self, "kind", value)
1883
1883
 
1884
- @property
1884
+ @_builtins.property
1885
1885
  @pulumi.getter
1886
1886
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
1887
1887
  """
@@ -1893,7 +1893,7 @@ class DeploymentArgs:
1893
1893
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
1894
1894
  pulumi.set(self, "metadata", value)
1895
1895
 
1896
- @property
1896
+ @_builtins.property
1897
1897
  @pulumi.getter
1898
1898
  def spec(self) -> Optional[pulumi.Input['DeploymentSpecArgs']]:
1899
1899
  """
@@ -1905,7 +1905,7 @@ class DeploymentArgs:
1905
1905
  def spec(self, value: Optional[pulumi.Input['DeploymentSpecArgs']]):
1906
1906
  pulumi.set(self, "spec", value)
1907
1907
 
1908
- @property
1908
+ @_builtins.property
1909
1909
  @pulumi.getter
1910
1910
  def status(self) -> Optional[pulumi.Input['DeploymentStatusArgs']]:
1911
1911
  """
@@ -1923,23 +1923,23 @@ if not MYPY:
1923
1923
  """
1924
1924
  ReplicaSetCondition describes the state of a replica set at a certain point.
1925
1925
  """
1926
- status: pulumi.Input[str]
1926
+ status: pulumi.Input[_builtins.str]
1927
1927
  """
1928
1928
  Status of the condition, one of True, False, Unknown.
1929
1929
  """
1930
- type: pulumi.Input[str]
1930
+ type: pulumi.Input[_builtins.str]
1931
1931
  """
1932
1932
  Type of replica set condition.
1933
1933
  """
1934
- last_transition_time: NotRequired[pulumi.Input[str]]
1934
+ last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
1935
1935
  """
1936
1936
  The last time the condition transitioned from one status to another.
1937
1937
  """
1938
- message: NotRequired[pulumi.Input[str]]
1938
+ message: NotRequired[pulumi.Input[_builtins.str]]
1939
1939
  """
1940
1940
  A human readable message indicating details about the transition.
1941
1941
  """
1942
- reason: NotRequired[pulumi.Input[str]]
1942
+ reason: NotRequired[pulumi.Input[_builtins.str]]
1943
1943
  """
1944
1944
  The reason for the condition's last transition.
1945
1945
  """
@@ -1949,18 +1949,18 @@ elif False:
1949
1949
  @pulumi.input_type
1950
1950
  class ReplicaSetConditionArgs:
1951
1951
  def __init__(__self__, *,
1952
- status: pulumi.Input[str],
1953
- type: pulumi.Input[str],
1954
- last_transition_time: Optional[pulumi.Input[str]] = None,
1955
- message: Optional[pulumi.Input[str]] = None,
1956
- reason: Optional[pulumi.Input[str]] = None):
1952
+ status: pulumi.Input[_builtins.str],
1953
+ type: pulumi.Input[_builtins.str],
1954
+ last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
1955
+ message: Optional[pulumi.Input[_builtins.str]] = None,
1956
+ reason: Optional[pulumi.Input[_builtins.str]] = None):
1957
1957
  """
1958
1958
  ReplicaSetCondition describes the state of a replica set at a certain point.
1959
- :param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
1960
- :param pulumi.Input[str] type: Type of replica set condition.
1961
- :param pulumi.Input[str] last_transition_time: The last time the condition transitioned from one status to another.
1962
- :param pulumi.Input[str] message: A human readable message indicating details about the transition.
1963
- :param pulumi.Input[str] reason: The reason for the condition's last transition.
1959
+ :param pulumi.Input[_builtins.str] status: Status of the condition, one of True, False, Unknown.
1960
+ :param pulumi.Input[_builtins.str] type: Type of replica set condition.
1961
+ :param pulumi.Input[_builtins.str] last_transition_time: The last time the condition transitioned from one status to another.
1962
+ :param pulumi.Input[_builtins.str] message: A human readable message indicating details about the transition.
1963
+ :param pulumi.Input[_builtins.str] reason: The reason for the condition's last transition.
1964
1964
  """
1965
1965
  pulumi.set(__self__, "status", status)
1966
1966
  pulumi.set(__self__, "type", type)
@@ -1971,64 +1971,64 @@ class ReplicaSetConditionArgs:
1971
1971
  if reason is not None:
1972
1972
  pulumi.set(__self__, "reason", reason)
1973
1973
 
1974
- @property
1974
+ @_builtins.property
1975
1975
  @pulumi.getter
1976
- def status(self) -> pulumi.Input[str]:
1976
+ def status(self) -> pulumi.Input[_builtins.str]:
1977
1977
  """
1978
1978
  Status of the condition, one of True, False, Unknown.
1979
1979
  """
1980
1980
  return pulumi.get(self, "status")
1981
1981
 
1982
1982
  @status.setter
1983
- def status(self, value: pulumi.Input[str]):
1983
+ def status(self, value: pulumi.Input[_builtins.str]):
1984
1984
  pulumi.set(self, "status", value)
1985
1985
 
1986
- @property
1986
+ @_builtins.property
1987
1987
  @pulumi.getter
1988
- def type(self) -> pulumi.Input[str]:
1988
+ def type(self) -> pulumi.Input[_builtins.str]:
1989
1989
  """
1990
1990
  Type of replica set condition.
1991
1991
  """
1992
1992
  return pulumi.get(self, "type")
1993
1993
 
1994
1994
  @type.setter
1995
- def type(self, value: pulumi.Input[str]):
1995
+ def type(self, value: pulumi.Input[_builtins.str]):
1996
1996
  pulumi.set(self, "type", value)
1997
1997
 
1998
- @property
1998
+ @_builtins.property
1999
1999
  @pulumi.getter(name="lastTransitionTime")
2000
- def last_transition_time(self) -> Optional[pulumi.Input[str]]:
2000
+ def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
2001
2001
  """
2002
2002
  The last time the condition transitioned from one status to another.
2003
2003
  """
2004
2004
  return pulumi.get(self, "last_transition_time")
2005
2005
 
2006
2006
  @last_transition_time.setter
2007
- def last_transition_time(self, value: Optional[pulumi.Input[str]]):
2007
+ def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
2008
2008
  pulumi.set(self, "last_transition_time", value)
2009
2009
 
2010
- @property
2010
+ @_builtins.property
2011
2011
  @pulumi.getter
2012
- def message(self) -> Optional[pulumi.Input[str]]:
2012
+ def message(self) -> Optional[pulumi.Input[_builtins.str]]:
2013
2013
  """
2014
2014
  A human readable message indicating details about the transition.
2015
2015
  """
2016
2016
  return pulumi.get(self, "message")
2017
2017
 
2018
2018
  @message.setter
2019
- def message(self, value: Optional[pulumi.Input[str]]):
2019
+ def message(self, value: Optional[pulumi.Input[_builtins.str]]):
2020
2020
  pulumi.set(self, "message", value)
2021
2021
 
2022
- @property
2022
+ @_builtins.property
2023
2023
  @pulumi.getter
2024
- def reason(self) -> Optional[pulumi.Input[str]]:
2024
+ def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
2025
2025
  """
2026
2026
  The reason for the condition's last transition.
2027
2027
  """
2028
2028
  return pulumi.get(self, "reason")
2029
2029
 
2030
2030
  @reason.setter
2031
- def reason(self, value: Optional[pulumi.Input[str]]):
2031
+ def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
2032
2032
  pulumi.set(self, "reason", value)
2033
2033
 
2034
2034
 
@@ -2037,11 +2037,11 @@ if not MYPY:
2037
2037
  """
2038
2038
  ReplicaSetSpec is the specification of a ReplicaSet.
2039
2039
  """
2040
- min_ready_seconds: NotRequired[pulumi.Input[int]]
2040
+ min_ready_seconds: NotRequired[pulumi.Input[_builtins.int]]
2041
2041
  """
2042
2042
  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)
2043
2043
  """
2044
- replicas: NotRequired[pulumi.Input[int]]
2044
+ replicas: NotRequired[pulumi.Input[_builtins.int]]
2045
2045
  """
2046
2046
  Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
2047
2047
  """
@@ -2059,14 +2059,14 @@ elif False:
2059
2059
  @pulumi.input_type
2060
2060
  class ReplicaSetSpecPatchArgs:
2061
2061
  def __init__(__self__, *,
2062
- min_ready_seconds: Optional[pulumi.Input[int]] = None,
2063
- replicas: Optional[pulumi.Input[int]] = None,
2062
+ min_ready_seconds: Optional[pulumi.Input[_builtins.int]] = None,
2063
+ replicas: Optional[pulumi.Input[_builtins.int]] = None,
2064
2064
  selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
2065
2065
  template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None):
2066
2066
  """
2067
2067
  ReplicaSetSpec is the specification of a ReplicaSet.
2068
- :param pulumi.Input[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)
2069
- :param pulumi.Input[int] replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
2068
+ :param pulumi.Input[_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)
2069
+ :param pulumi.Input[_builtins.int] replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
2070
2070
  :param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
2071
2071
  :param pulumi.Input['_core.v1.PodTemplateSpecPatchArgs'] template: Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
2072
2072
  """
@@ -2079,31 +2079,31 @@ class ReplicaSetSpecPatchArgs:
2079
2079
  if template is not None:
2080
2080
  pulumi.set(__self__, "template", template)
2081
2081
 
2082
- @property
2082
+ @_builtins.property
2083
2083
  @pulumi.getter(name="minReadySeconds")
2084
- def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
2084
+ def min_ready_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
2085
2085
  """
2086
2086
  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)
2087
2087
  """
2088
2088
  return pulumi.get(self, "min_ready_seconds")
2089
2089
 
2090
2090
  @min_ready_seconds.setter
2091
- def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
2091
+ def min_ready_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
2092
2092
  pulumi.set(self, "min_ready_seconds", value)
2093
2093
 
2094
- @property
2094
+ @_builtins.property
2095
2095
  @pulumi.getter
2096
- def replicas(self) -> Optional[pulumi.Input[int]]:
2096
+ def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
2097
2097
  """
2098
2098
  Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
2099
2099
  """
2100
2100
  return pulumi.get(self, "replicas")
2101
2101
 
2102
2102
  @replicas.setter
2103
- def replicas(self, value: Optional[pulumi.Input[int]]):
2103
+ def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
2104
2104
  pulumi.set(self, "replicas", value)
2105
2105
 
2106
- @property
2106
+ @_builtins.property
2107
2107
  @pulumi.getter
2108
2108
  def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
2109
2109
  """
@@ -2115,7 +2115,7 @@ class ReplicaSetSpecPatchArgs:
2115
2115
  def selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]):
2116
2116
  pulumi.set(self, "selector", value)
2117
2117
 
2118
- @property
2118
+ @_builtins.property
2119
2119
  @pulumi.getter
2120
2120
  def template(self) -> Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]:
2121
2121
  """
@@ -2137,11 +2137,11 @@ if not MYPY:
2137
2137
  """
2138
2138
  Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
2139
2139
  """
2140
- min_ready_seconds: NotRequired[pulumi.Input[int]]
2140
+ min_ready_seconds: NotRequired[pulumi.Input[_builtins.int]]
2141
2141
  """
2142
2142
  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)
2143
2143
  """
2144
- replicas: NotRequired[pulumi.Input[int]]
2144
+ replicas: NotRequired[pulumi.Input[_builtins.int]]
2145
2145
  """
2146
2146
  Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
2147
2147
  """
@@ -2156,14 +2156,14 @@ elif False:
2156
2156
  class ReplicaSetSpecArgs:
2157
2157
  def __init__(__self__, *,
2158
2158
  selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
2159
- min_ready_seconds: Optional[pulumi.Input[int]] = None,
2160
- replicas: Optional[pulumi.Input[int]] = None,
2159
+ min_ready_seconds: Optional[pulumi.Input[_builtins.int]] = None,
2160
+ replicas: Optional[pulumi.Input[_builtins.int]] = None,
2161
2161
  template: Optional[pulumi.Input['_core.v1.PodTemplateSpecArgs']] = None):
2162
2162
  """
2163
2163
  ReplicaSetSpec is the specification of a ReplicaSet.
2164
2164
  :param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
2165
- :param pulumi.Input[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)
2166
- :param pulumi.Input[int] replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
2165
+ :param pulumi.Input[_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)
2166
+ :param pulumi.Input[_builtins.int] replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
2167
2167
  :param pulumi.Input['_core.v1.PodTemplateSpecArgs'] template: Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
2168
2168
  """
2169
2169
  pulumi.set(__self__, "selector", selector)
@@ -2174,7 +2174,7 @@ class ReplicaSetSpecArgs:
2174
2174
  if template is not None:
2175
2175
  pulumi.set(__self__, "template", template)
2176
2176
 
2177
- @property
2177
+ @_builtins.property
2178
2178
  @pulumi.getter
2179
2179
  def selector(self) -> pulumi.Input['_meta.v1.LabelSelectorArgs']:
2180
2180
  """
@@ -2186,31 +2186,31 @@ class ReplicaSetSpecArgs:
2186
2186
  def selector(self, value: pulumi.Input['_meta.v1.LabelSelectorArgs']):
2187
2187
  pulumi.set(self, "selector", value)
2188
2188
 
2189
- @property
2189
+ @_builtins.property
2190
2190
  @pulumi.getter(name="minReadySeconds")
2191
- def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
2191
+ def min_ready_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
2192
2192
  """
2193
2193
  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)
2194
2194
  """
2195
2195
  return pulumi.get(self, "min_ready_seconds")
2196
2196
 
2197
2197
  @min_ready_seconds.setter
2198
- def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
2198
+ def min_ready_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
2199
2199
  pulumi.set(self, "min_ready_seconds", value)
2200
2200
 
2201
- @property
2201
+ @_builtins.property
2202
2202
  @pulumi.getter
2203
- def replicas(self) -> Optional[pulumi.Input[int]]:
2203
+ def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
2204
2204
  """
2205
2205
  Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
2206
2206
  """
2207
2207
  return pulumi.get(self, "replicas")
2208
2208
 
2209
2209
  @replicas.setter
2210
- def replicas(self, value: Optional[pulumi.Input[int]]):
2210
+ def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
2211
2211
  pulumi.set(self, "replicas", value)
2212
2212
 
2213
- @property
2213
+ @_builtins.property
2214
2214
  @pulumi.getter
2215
2215
  def template(self) -> Optional[pulumi.Input['_core.v1.PodTemplateSpecArgs']]:
2216
2216
  """
@@ -2228,11 +2228,11 @@ if not MYPY:
2228
2228
  """
2229
2229
  ReplicaSetStatus represents the current status of a ReplicaSet.
2230
2230
  """
2231
- replicas: pulumi.Input[int]
2231
+ replicas: pulumi.Input[_builtins.int]
2232
2232
  """
2233
2233
  Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
2234
2234
  """
2235
- available_replicas: NotRequired[pulumi.Input[int]]
2235
+ available_replicas: NotRequired[pulumi.Input[_builtins.int]]
2236
2236
  """
2237
2237
  The number of available replicas (ready for at least minReadySeconds) for this replica set.
2238
2238
  """
@@ -2240,15 +2240,15 @@ if not MYPY:
2240
2240
  """
2241
2241
  Represents the latest available observations of a replica set's current state.
2242
2242
  """
2243
- fully_labeled_replicas: NotRequired[pulumi.Input[int]]
2243
+ fully_labeled_replicas: NotRequired[pulumi.Input[_builtins.int]]
2244
2244
  """
2245
2245
  The number of pods that have labels matching the labels of the pod template of the replicaset.
2246
2246
  """
2247
- observed_generation: NotRequired[pulumi.Input[int]]
2247
+ observed_generation: NotRequired[pulumi.Input[_builtins.int]]
2248
2248
  """
2249
2249
  ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
2250
2250
  """
2251
- ready_replicas: NotRequired[pulumi.Input[int]]
2251
+ ready_replicas: NotRequired[pulumi.Input[_builtins.int]]
2252
2252
  """
2253
2253
  The number of ready replicas for this replica set.
2254
2254
  """
@@ -2258,20 +2258,20 @@ elif False:
2258
2258
  @pulumi.input_type
2259
2259
  class ReplicaSetStatusArgs:
2260
2260
  def __init__(__self__, *,
2261
- replicas: pulumi.Input[int],
2262
- available_replicas: Optional[pulumi.Input[int]] = None,
2261
+ replicas: pulumi.Input[_builtins.int],
2262
+ available_replicas: Optional[pulumi.Input[_builtins.int]] = None,
2263
2263
  conditions: Optional[pulumi.Input[Sequence[pulumi.Input['ReplicaSetConditionArgs']]]] = None,
2264
- fully_labeled_replicas: Optional[pulumi.Input[int]] = None,
2265
- observed_generation: Optional[pulumi.Input[int]] = None,
2266
- ready_replicas: Optional[pulumi.Input[int]] = None):
2264
+ fully_labeled_replicas: Optional[pulumi.Input[_builtins.int]] = None,
2265
+ observed_generation: Optional[pulumi.Input[_builtins.int]] = None,
2266
+ ready_replicas: Optional[pulumi.Input[_builtins.int]] = None):
2267
2267
  """
2268
2268
  ReplicaSetStatus represents the current status of a ReplicaSet.
2269
- :param pulumi.Input[int] replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
2270
- :param pulumi.Input[int] available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
2269
+ :param pulumi.Input[_builtins.int] replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
2270
+ :param pulumi.Input[_builtins.int] available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
2271
2271
  :param pulumi.Input[Sequence[pulumi.Input['ReplicaSetConditionArgs']]] conditions: Represents the latest available observations of a replica set's current state.
2272
- :param pulumi.Input[int] fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
2273
- :param pulumi.Input[int] observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
2274
- :param pulumi.Input[int] ready_replicas: The number of ready replicas for this replica set.
2272
+ :param pulumi.Input[_builtins.int] fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
2273
+ :param pulumi.Input[_builtins.int] observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
2274
+ :param pulumi.Input[_builtins.int] ready_replicas: The number of ready replicas for this replica set.
2275
2275
  """
2276
2276
  pulumi.set(__self__, "replicas", replicas)
2277
2277
  if available_replicas is not None:
@@ -2285,31 +2285,31 @@ class ReplicaSetStatusArgs:
2285
2285
  if ready_replicas is not None:
2286
2286
  pulumi.set(__self__, "ready_replicas", ready_replicas)
2287
2287
 
2288
- @property
2288
+ @_builtins.property
2289
2289
  @pulumi.getter
2290
- def replicas(self) -> pulumi.Input[int]:
2290
+ def replicas(self) -> pulumi.Input[_builtins.int]:
2291
2291
  """
2292
2292
  Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
2293
2293
  """
2294
2294
  return pulumi.get(self, "replicas")
2295
2295
 
2296
2296
  @replicas.setter
2297
- def replicas(self, value: pulumi.Input[int]):
2297
+ def replicas(self, value: pulumi.Input[_builtins.int]):
2298
2298
  pulumi.set(self, "replicas", value)
2299
2299
 
2300
- @property
2300
+ @_builtins.property
2301
2301
  @pulumi.getter(name="availableReplicas")
2302
- def available_replicas(self) -> Optional[pulumi.Input[int]]:
2302
+ def available_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
2303
2303
  """
2304
2304
  The number of available replicas (ready for at least minReadySeconds) for this replica set.
2305
2305
  """
2306
2306
  return pulumi.get(self, "available_replicas")
2307
2307
 
2308
2308
  @available_replicas.setter
2309
- def available_replicas(self, value: Optional[pulumi.Input[int]]):
2309
+ def available_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
2310
2310
  pulumi.set(self, "available_replicas", value)
2311
2311
 
2312
- @property
2312
+ @_builtins.property
2313
2313
  @pulumi.getter
2314
2314
  def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ReplicaSetConditionArgs']]]]:
2315
2315
  """
@@ -2321,40 +2321,40 @@ class ReplicaSetStatusArgs:
2321
2321
  def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ReplicaSetConditionArgs']]]]):
2322
2322
  pulumi.set(self, "conditions", value)
2323
2323
 
2324
- @property
2324
+ @_builtins.property
2325
2325
  @pulumi.getter(name="fullyLabeledReplicas")
2326
- def fully_labeled_replicas(self) -> Optional[pulumi.Input[int]]:
2326
+ def fully_labeled_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
2327
2327
  """
2328
2328
  The number of pods that have labels matching the labels of the pod template of the replicaset.
2329
2329
  """
2330
2330
  return pulumi.get(self, "fully_labeled_replicas")
2331
2331
 
2332
2332
  @fully_labeled_replicas.setter
2333
- def fully_labeled_replicas(self, value: Optional[pulumi.Input[int]]):
2333
+ def fully_labeled_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
2334
2334
  pulumi.set(self, "fully_labeled_replicas", value)
2335
2335
 
2336
- @property
2336
+ @_builtins.property
2337
2337
  @pulumi.getter(name="observedGeneration")
2338
- def observed_generation(self) -> Optional[pulumi.Input[int]]:
2338
+ def observed_generation(self) -> Optional[pulumi.Input[_builtins.int]]:
2339
2339
  """
2340
2340
  ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
2341
2341
  """
2342
2342
  return pulumi.get(self, "observed_generation")
2343
2343
 
2344
2344
  @observed_generation.setter
2345
- def observed_generation(self, value: Optional[pulumi.Input[int]]):
2345
+ def observed_generation(self, value: Optional[pulumi.Input[_builtins.int]]):
2346
2346
  pulumi.set(self, "observed_generation", value)
2347
2347
 
2348
- @property
2348
+ @_builtins.property
2349
2349
  @pulumi.getter(name="readyReplicas")
2350
- def ready_replicas(self) -> Optional[pulumi.Input[int]]:
2350
+ def ready_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
2351
2351
  """
2352
2352
  The number of ready replicas for this replica set.
2353
2353
  """
2354
2354
  return pulumi.get(self, "ready_replicas")
2355
2355
 
2356
2356
  @ready_replicas.setter
2357
- def ready_replicas(self, value: Optional[pulumi.Input[int]]):
2357
+ def ready_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
2358
2358
  pulumi.set(self, "ready_replicas", value)
2359
2359
 
2360
2360
 
@@ -2363,11 +2363,11 @@ if not MYPY:
2363
2363
  """
2364
2364
  ReplicaSet ensures that a specified number of pod replicas are running at any given time.
2365
2365
  """
2366
- api_version: NotRequired[pulumi.Input[str]]
2366
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
2367
2367
  """
2368
2368
  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
2369
2369
  """
2370
- kind: NotRequired[pulumi.Input[str]]
2370
+ kind: NotRequired[pulumi.Input[_builtins.str]]
2371
2371
  """
2372
2372
  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
2373
2373
  """
@@ -2389,15 +2389,15 @@ elif False:
2389
2389
  @pulumi.input_type
2390
2390
  class ReplicaSetArgs:
2391
2391
  def __init__(__self__, *,
2392
- api_version: Optional[pulumi.Input[str]] = None,
2393
- kind: Optional[pulumi.Input[str]] = None,
2392
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
2393
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
2394
2394
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
2395
2395
  spec: Optional[pulumi.Input['ReplicaSetSpecArgs']] = None,
2396
2396
  status: Optional[pulumi.Input['ReplicaSetStatusArgs']] = None):
2397
2397
  """
2398
2398
  ReplicaSet ensures that a specified number of pod replicas are running at any given time.
2399
- :param pulumi.Input[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
2400
- :param pulumi.Input[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
2399
+ :param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
2400
+ :param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
2401
2401
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
2402
2402
  :param pulumi.Input['ReplicaSetSpecArgs'] spec: Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
2403
2403
  :param pulumi.Input['ReplicaSetStatusArgs'] status: Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -2413,31 +2413,31 @@ class ReplicaSetArgs:
2413
2413
  if status is not None:
2414
2414
  pulumi.set(__self__, "status", status)
2415
2415
 
2416
- @property
2416
+ @_builtins.property
2417
2417
  @pulumi.getter(name="apiVersion")
2418
- def api_version(self) -> Optional[pulumi.Input[str]]:
2418
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
2419
2419
  """
2420
2420
  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
2421
2421
  """
2422
2422
  return pulumi.get(self, "api_version")
2423
2423
 
2424
2424
  @api_version.setter
2425
- def api_version(self, value: Optional[pulumi.Input[str]]):
2425
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
2426
2426
  pulumi.set(self, "api_version", value)
2427
2427
 
2428
- @property
2428
+ @_builtins.property
2429
2429
  @pulumi.getter
2430
- def kind(self) -> Optional[pulumi.Input[str]]:
2430
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
2431
2431
  """
2432
2432
  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
2433
2433
  """
2434
2434
  return pulumi.get(self, "kind")
2435
2435
 
2436
2436
  @kind.setter
2437
- def kind(self, value: Optional[pulumi.Input[str]]):
2437
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
2438
2438
  pulumi.set(self, "kind", value)
2439
2439
 
2440
- @property
2440
+ @_builtins.property
2441
2441
  @pulumi.getter
2442
2442
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
2443
2443
  """
@@ -2449,7 +2449,7 @@ class ReplicaSetArgs:
2449
2449
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
2450
2450
  pulumi.set(self, "metadata", value)
2451
2451
 
2452
- @property
2452
+ @_builtins.property
2453
2453
  @pulumi.getter
2454
2454
  def spec(self) -> Optional[pulumi.Input['ReplicaSetSpecArgs']]:
2455
2455
  """
@@ -2461,7 +2461,7 @@ class ReplicaSetArgs:
2461
2461
  def spec(self, value: Optional[pulumi.Input['ReplicaSetSpecArgs']]):
2462
2462
  pulumi.set(self, "spec", value)
2463
2463
 
2464
- @property
2464
+ @_builtins.property
2465
2465
  @pulumi.getter
2466
2466
  def status(self) -> Optional[pulumi.Input['ReplicaSetStatusArgs']]:
2467
2467
  """
@@ -2479,7 +2479,7 @@ if not MYPY:
2479
2479
  """
2480
2480
  Spec to control the desired behavior of daemon set rolling update.
2481
2481
  """
2482
- max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
2482
+ max_unavailable: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
2483
2483
  """
2484
2484
  The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
2485
2485
  """
@@ -2489,24 +2489,24 @@ elif False:
2489
2489
  @pulumi.input_type
2490
2490
  class RollingUpdateDaemonSetPatchArgs:
2491
2491
  def __init__(__self__, *,
2492
- max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None):
2492
+ max_unavailable: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None):
2493
2493
  """
2494
2494
  Spec to control the desired behavior of daemon set rolling update.
2495
- :param pulumi.Input[Union[int, str]] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
2495
+ :param pulumi.Input[Union[_builtins.int, _builtins.str]] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
2496
2496
  """
2497
2497
  if max_unavailable is not None:
2498
2498
  pulumi.set(__self__, "max_unavailable", max_unavailable)
2499
2499
 
2500
- @property
2500
+ @_builtins.property
2501
2501
  @pulumi.getter(name="maxUnavailable")
2502
- def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
2502
+ def max_unavailable(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
2503
2503
  """
2504
2504
  The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
2505
2505
  """
2506
2506
  return pulumi.get(self, "max_unavailable")
2507
2507
 
2508
2508
  @max_unavailable.setter
2509
- def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
2509
+ def max_unavailable(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
2510
2510
  pulumi.set(self, "max_unavailable", value)
2511
2511
 
2512
2512
 
@@ -2515,7 +2515,7 @@ if not MYPY:
2515
2515
  """
2516
2516
  Spec to control the desired behavior of daemon set rolling update.
2517
2517
  """
2518
- max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
2518
+ max_unavailable: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
2519
2519
  """
2520
2520
  The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
2521
2521
  """
@@ -2525,24 +2525,24 @@ elif False:
2525
2525
  @pulumi.input_type
2526
2526
  class RollingUpdateDaemonSetArgs:
2527
2527
  def __init__(__self__, *,
2528
- max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None):
2528
+ max_unavailable: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None):
2529
2529
  """
2530
2530
  Spec to control the desired behavior of daemon set rolling update.
2531
- :param pulumi.Input[Union[int, str]] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
2531
+ :param pulumi.Input[Union[_builtins.int, _builtins.str]] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
2532
2532
  """
2533
2533
  if max_unavailable is not None:
2534
2534
  pulumi.set(__self__, "max_unavailable", max_unavailable)
2535
2535
 
2536
- @property
2536
+ @_builtins.property
2537
2537
  @pulumi.getter(name="maxUnavailable")
2538
- def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
2538
+ def max_unavailable(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
2539
2539
  """
2540
2540
  The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
2541
2541
  """
2542
2542
  return pulumi.get(self, "max_unavailable")
2543
2543
 
2544
2544
  @max_unavailable.setter
2545
- def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
2545
+ def max_unavailable(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
2546
2546
  pulumi.set(self, "max_unavailable", value)
2547
2547
 
2548
2548
 
@@ -2551,11 +2551,11 @@ if not MYPY:
2551
2551
  """
2552
2552
  Spec to control the desired behavior of rolling update.
2553
2553
  """
2554
- max_surge: NotRequired[pulumi.Input[Union[int, str]]]
2554
+ max_surge: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
2555
2555
  """
2556
2556
  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.
2557
2557
  """
2558
- max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
2558
+ max_unavailable: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
2559
2559
  """
2560
2560
  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.
2561
2561
  """
@@ -2565,40 +2565,40 @@ elif False:
2565
2565
  @pulumi.input_type
2566
2566
  class RollingUpdateDeploymentPatchArgs:
2567
2567
  def __init__(__self__, *,
2568
- max_surge: Optional[pulumi.Input[Union[int, str]]] = None,
2569
- max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None):
2568
+ max_surge: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None,
2569
+ max_unavailable: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None):
2570
2570
  """
2571
2571
  Spec to control the desired behavior of rolling update.
2572
- :param pulumi.Input[Union[int, 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.
2573
- :param pulumi.Input[Union[int, 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.
2572
+ :param pulumi.Input[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.
2573
+ :param pulumi.Input[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.
2574
2574
  """
2575
2575
  if max_surge is not None:
2576
2576
  pulumi.set(__self__, "max_surge", max_surge)
2577
2577
  if max_unavailable is not None:
2578
2578
  pulumi.set(__self__, "max_unavailable", max_unavailable)
2579
2579
 
2580
- @property
2580
+ @_builtins.property
2581
2581
  @pulumi.getter(name="maxSurge")
2582
- def max_surge(self) -> Optional[pulumi.Input[Union[int, str]]]:
2582
+ def max_surge(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
2583
2583
  """
2584
2584
  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.
2585
2585
  """
2586
2586
  return pulumi.get(self, "max_surge")
2587
2587
 
2588
2588
  @max_surge.setter
2589
- def max_surge(self, value: Optional[pulumi.Input[Union[int, str]]]):
2589
+ def max_surge(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
2590
2590
  pulumi.set(self, "max_surge", value)
2591
2591
 
2592
- @property
2592
+ @_builtins.property
2593
2593
  @pulumi.getter(name="maxUnavailable")
2594
- def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
2594
+ def max_unavailable(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
2595
2595
  """
2596
2596
  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.
2597
2597
  """
2598
2598
  return pulumi.get(self, "max_unavailable")
2599
2599
 
2600
2600
  @max_unavailable.setter
2601
- def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
2601
+ def max_unavailable(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
2602
2602
  pulumi.set(self, "max_unavailable", value)
2603
2603
 
2604
2604
 
@@ -2607,11 +2607,11 @@ if not MYPY:
2607
2607
  """
2608
2608
  Spec to control the desired behavior of rolling update.
2609
2609
  """
2610
- max_surge: NotRequired[pulumi.Input[Union[int, str]]]
2610
+ max_surge: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
2611
2611
  """
2612
2612
  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.
2613
2613
  """
2614
- max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
2614
+ max_unavailable: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
2615
2615
  """
2616
2616
  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.
2617
2617
  """
@@ -2621,40 +2621,40 @@ elif False:
2621
2621
  @pulumi.input_type
2622
2622
  class RollingUpdateDeploymentArgs:
2623
2623
  def __init__(__self__, *,
2624
- max_surge: Optional[pulumi.Input[Union[int, str]]] = None,
2625
- max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None):
2624
+ max_surge: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None,
2625
+ max_unavailable: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None):
2626
2626
  """
2627
2627
  Spec to control the desired behavior of rolling update.
2628
- :param pulumi.Input[Union[int, 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.
2629
- :param pulumi.Input[Union[int, 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.
2628
+ :param pulumi.Input[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.
2629
+ :param pulumi.Input[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.
2630
2630
  """
2631
2631
  if max_surge is not None:
2632
2632
  pulumi.set(__self__, "max_surge", max_surge)
2633
2633
  if max_unavailable is not None:
2634
2634
  pulumi.set(__self__, "max_unavailable", max_unavailable)
2635
2635
 
2636
- @property
2636
+ @_builtins.property
2637
2637
  @pulumi.getter(name="maxSurge")
2638
- def max_surge(self) -> Optional[pulumi.Input[Union[int, str]]]:
2638
+ def max_surge(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
2639
2639
  """
2640
2640
  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.
2641
2641
  """
2642
2642
  return pulumi.get(self, "max_surge")
2643
2643
 
2644
2644
  @max_surge.setter
2645
- def max_surge(self, value: Optional[pulumi.Input[Union[int, str]]]):
2645
+ def max_surge(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
2646
2646
  pulumi.set(self, "max_surge", value)
2647
2647
 
2648
- @property
2648
+ @_builtins.property
2649
2649
  @pulumi.getter(name="maxUnavailable")
2650
- def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
2650
+ def max_unavailable(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
2651
2651
  """
2652
2652
  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.
2653
2653
  """
2654
2654
  return pulumi.get(self, "max_unavailable")
2655
2655
 
2656
2656
  @max_unavailable.setter
2657
- def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
2657
+ def max_unavailable(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
2658
2658
  pulumi.set(self, "max_unavailable", value)
2659
2659
 
2660
2660
 
@@ -2663,7 +2663,7 @@ if not MYPY:
2663
2663
  """
2664
2664
  RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
2665
2665
  """
2666
- partition: NotRequired[pulumi.Input[int]]
2666
+ partition: NotRequired[pulumi.Input[_builtins.int]]
2667
2667
  """
2668
2668
  Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
2669
2669
  """
@@ -2673,24 +2673,24 @@ elif False:
2673
2673
  @pulumi.input_type
2674
2674
  class RollingUpdateStatefulSetStrategyPatchArgs:
2675
2675
  def __init__(__self__, *,
2676
- partition: Optional[pulumi.Input[int]] = None):
2676
+ partition: Optional[pulumi.Input[_builtins.int]] = None):
2677
2677
  """
2678
2678
  RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
2679
- :param pulumi.Input[int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
2679
+ :param pulumi.Input[_builtins.int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
2680
2680
  """
2681
2681
  if partition is not None:
2682
2682
  pulumi.set(__self__, "partition", partition)
2683
2683
 
2684
- @property
2684
+ @_builtins.property
2685
2685
  @pulumi.getter
2686
- def partition(self) -> Optional[pulumi.Input[int]]:
2686
+ def partition(self) -> Optional[pulumi.Input[_builtins.int]]:
2687
2687
  """
2688
2688
  Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
2689
2689
  """
2690
2690
  return pulumi.get(self, "partition")
2691
2691
 
2692
2692
  @partition.setter
2693
- def partition(self, value: Optional[pulumi.Input[int]]):
2693
+ def partition(self, value: Optional[pulumi.Input[_builtins.int]]):
2694
2694
  pulumi.set(self, "partition", value)
2695
2695
 
2696
2696
 
@@ -2699,7 +2699,7 @@ if not MYPY:
2699
2699
  """
2700
2700
  RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
2701
2701
  """
2702
- partition: NotRequired[pulumi.Input[int]]
2702
+ partition: NotRequired[pulumi.Input[_builtins.int]]
2703
2703
  """
2704
2704
  Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
2705
2705
  """
@@ -2709,24 +2709,24 @@ elif False:
2709
2709
  @pulumi.input_type
2710
2710
  class RollingUpdateStatefulSetStrategyArgs:
2711
2711
  def __init__(__self__, *,
2712
- partition: Optional[pulumi.Input[int]] = None):
2712
+ partition: Optional[pulumi.Input[_builtins.int]] = None):
2713
2713
  """
2714
2714
  RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
2715
- :param pulumi.Input[int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
2715
+ :param pulumi.Input[_builtins.int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
2716
2716
  """
2717
2717
  if partition is not None:
2718
2718
  pulumi.set(__self__, "partition", partition)
2719
2719
 
2720
- @property
2720
+ @_builtins.property
2721
2721
  @pulumi.getter
2722
- def partition(self) -> Optional[pulumi.Input[int]]:
2722
+ def partition(self) -> Optional[pulumi.Input[_builtins.int]]:
2723
2723
  """
2724
2724
  Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
2725
2725
  """
2726
2726
  return pulumi.get(self, "partition")
2727
2727
 
2728
2728
  @partition.setter
2729
- def partition(self, value: Optional[pulumi.Input[int]]):
2729
+ def partition(self, value: Optional[pulumi.Input[_builtins.int]]):
2730
2730
  pulumi.set(self, "partition", value)
2731
2731
 
2732
2732
 
@@ -2735,23 +2735,23 @@ if not MYPY:
2735
2735
  """
2736
2736
  StatefulSetCondition describes the state of a statefulset at a certain point.
2737
2737
  """
2738
- status: pulumi.Input[str]
2738
+ status: pulumi.Input[_builtins.str]
2739
2739
  """
2740
2740
  Status of the condition, one of True, False, Unknown.
2741
2741
  """
2742
- type: pulumi.Input[str]
2742
+ type: pulumi.Input[_builtins.str]
2743
2743
  """
2744
2744
  Type of statefulset condition.
2745
2745
  """
2746
- last_transition_time: NotRequired[pulumi.Input[str]]
2746
+ last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
2747
2747
  """
2748
2748
  Last time the condition transitioned from one status to another.
2749
2749
  """
2750
- message: NotRequired[pulumi.Input[str]]
2750
+ message: NotRequired[pulumi.Input[_builtins.str]]
2751
2751
  """
2752
2752
  A human readable message indicating details about the transition.
2753
2753
  """
2754
- reason: NotRequired[pulumi.Input[str]]
2754
+ reason: NotRequired[pulumi.Input[_builtins.str]]
2755
2755
  """
2756
2756
  The reason for the condition's last transition.
2757
2757
  """
@@ -2761,18 +2761,18 @@ elif False:
2761
2761
  @pulumi.input_type
2762
2762
  class StatefulSetConditionArgs:
2763
2763
  def __init__(__self__, *,
2764
- status: pulumi.Input[str],
2765
- type: pulumi.Input[str],
2766
- last_transition_time: Optional[pulumi.Input[str]] = None,
2767
- message: Optional[pulumi.Input[str]] = None,
2768
- reason: Optional[pulumi.Input[str]] = None):
2764
+ status: pulumi.Input[_builtins.str],
2765
+ type: pulumi.Input[_builtins.str],
2766
+ last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
2767
+ message: Optional[pulumi.Input[_builtins.str]] = None,
2768
+ reason: Optional[pulumi.Input[_builtins.str]] = None):
2769
2769
  """
2770
2770
  StatefulSetCondition describes the state of a statefulset at a certain point.
2771
- :param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
2772
- :param pulumi.Input[str] type: Type of statefulset condition.
2773
- :param pulumi.Input[str] last_transition_time: Last time the condition transitioned from one status to another.
2774
- :param pulumi.Input[str] message: A human readable message indicating details about the transition.
2775
- :param pulumi.Input[str] reason: The reason for the condition's last transition.
2771
+ :param pulumi.Input[_builtins.str] status: Status of the condition, one of True, False, Unknown.
2772
+ :param pulumi.Input[_builtins.str] type: Type of statefulset condition.
2773
+ :param pulumi.Input[_builtins.str] last_transition_time: Last time the condition transitioned from one status to another.
2774
+ :param pulumi.Input[_builtins.str] message: A human readable message indicating details about the transition.
2775
+ :param pulumi.Input[_builtins.str] reason: The reason for the condition's last transition.
2776
2776
  """
2777
2777
  pulumi.set(__self__, "status", status)
2778
2778
  pulumi.set(__self__, "type", type)
@@ -2783,64 +2783,64 @@ class StatefulSetConditionArgs:
2783
2783
  if reason is not None:
2784
2784
  pulumi.set(__self__, "reason", reason)
2785
2785
 
2786
- @property
2786
+ @_builtins.property
2787
2787
  @pulumi.getter
2788
- def status(self) -> pulumi.Input[str]:
2788
+ def status(self) -> pulumi.Input[_builtins.str]:
2789
2789
  """
2790
2790
  Status of the condition, one of True, False, Unknown.
2791
2791
  """
2792
2792
  return pulumi.get(self, "status")
2793
2793
 
2794
2794
  @status.setter
2795
- def status(self, value: pulumi.Input[str]):
2795
+ def status(self, value: pulumi.Input[_builtins.str]):
2796
2796
  pulumi.set(self, "status", value)
2797
2797
 
2798
- @property
2798
+ @_builtins.property
2799
2799
  @pulumi.getter
2800
- def type(self) -> pulumi.Input[str]:
2800
+ def type(self) -> pulumi.Input[_builtins.str]:
2801
2801
  """
2802
2802
  Type of statefulset condition.
2803
2803
  """
2804
2804
  return pulumi.get(self, "type")
2805
2805
 
2806
2806
  @type.setter
2807
- def type(self, value: pulumi.Input[str]):
2807
+ def type(self, value: pulumi.Input[_builtins.str]):
2808
2808
  pulumi.set(self, "type", value)
2809
2809
 
2810
- @property
2810
+ @_builtins.property
2811
2811
  @pulumi.getter(name="lastTransitionTime")
2812
- def last_transition_time(self) -> Optional[pulumi.Input[str]]:
2812
+ def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
2813
2813
  """
2814
2814
  Last time the condition transitioned from one status to another.
2815
2815
  """
2816
2816
  return pulumi.get(self, "last_transition_time")
2817
2817
 
2818
2818
  @last_transition_time.setter
2819
- def last_transition_time(self, value: Optional[pulumi.Input[str]]):
2819
+ def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
2820
2820
  pulumi.set(self, "last_transition_time", value)
2821
2821
 
2822
- @property
2822
+ @_builtins.property
2823
2823
  @pulumi.getter
2824
- def message(self) -> Optional[pulumi.Input[str]]:
2824
+ def message(self) -> Optional[pulumi.Input[_builtins.str]]:
2825
2825
  """
2826
2826
  A human readable message indicating details about the transition.
2827
2827
  """
2828
2828
  return pulumi.get(self, "message")
2829
2829
 
2830
2830
  @message.setter
2831
- def message(self, value: Optional[pulumi.Input[str]]):
2831
+ def message(self, value: Optional[pulumi.Input[_builtins.str]]):
2832
2832
  pulumi.set(self, "message", value)
2833
2833
 
2834
- @property
2834
+ @_builtins.property
2835
2835
  @pulumi.getter
2836
- def reason(self) -> Optional[pulumi.Input[str]]:
2836
+ def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
2837
2837
  """
2838
2838
  The reason for the condition's last transition.
2839
2839
  """
2840
2840
  return pulumi.get(self, "reason")
2841
2841
 
2842
2842
  @reason.setter
2843
- def reason(self, value: Optional[pulumi.Input[str]]):
2843
+ def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
2844
2844
  pulumi.set(self, "reason", value)
2845
2845
 
2846
2846
 
@@ -2849,15 +2849,15 @@ if not MYPY:
2849
2849
  """
2850
2850
  A StatefulSetSpec is the specification of a StatefulSet.
2851
2851
  """
2852
- pod_management_policy: NotRequired[pulumi.Input[str]]
2852
+ pod_management_policy: NotRequired[pulumi.Input[_builtins.str]]
2853
2853
  """
2854
2854
  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.
2855
2855
  """
2856
- replicas: NotRequired[pulumi.Input[int]]
2856
+ replicas: NotRequired[pulumi.Input[_builtins.int]]
2857
2857
  """
2858
2858
  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.
2859
2859
  """
2860
- revision_history_limit: NotRequired[pulumi.Input[int]]
2860
+ revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
2861
2861
  """
2862
2862
  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.
2863
2863
  """
@@ -2865,7 +2865,7 @@ if not MYPY:
2865
2865
  """
2866
2866
  selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
2867
2867
  """
2868
- service_name: NotRequired[pulumi.Input[str]]
2868
+ service_name: NotRequired[pulumi.Input[_builtins.str]]
2869
2869
  """
2870
2870
  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.
2871
2871
  """
@@ -2887,21 +2887,21 @@ elif False:
2887
2887
  @pulumi.input_type
2888
2888
  class StatefulSetSpecPatchArgs:
2889
2889
  def __init__(__self__, *,
2890
- pod_management_policy: Optional[pulumi.Input[str]] = None,
2891
- replicas: Optional[pulumi.Input[int]] = None,
2892
- revision_history_limit: Optional[pulumi.Input[int]] = None,
2890
+ pod_management_policy: Optional[pulumi.Input[_builtins.str]] = None,
2891
+ replicas: Optional[pulumi.Input[_builtins.int]] = None,
2892
+ revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
2893
2893
  selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
2894
- service_name: Optional[pulumi.Input[str]] = None,
2894
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
2895
2895
  template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None,
2896
2896
  update_strategy: Optional[pulumi.Input['StatefulSetUpdateStrategyPatchArgs']] = None,
2897
2897
  volume_claim_templates: Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimPatchArgs']]]] = None):
2898
2898
  """
2899
2899
  A StatefulSetSpec is the specification of a StatefulSet.
2900
- :param pulumi.Input[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.
2901
- :param pulumi.Input[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.
2902
- :param pulumi.Input[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.
2900
+ :param pulumi.Input[_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.
2901
+ :param pulumi.Input[_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.
2902
+ :param pulumi.Input[_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.
2903
2903
  :param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
2904
- :param pulumi.Input[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.
2904
+ :param pulumi.Input[_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.
2905
2905
  :param pulumi.Input['_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.
2906
2906
  :param pulumi.Input['StatefulSetUpdateStrategyPatchArgs'] update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
2907
2907
  :param pulumi.Input[Sequence[pulumi.Input['_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.
@@ -2923,43 +2923,43 @@ class StatefulSetSpecPatchArgs:
2923
2923
  if volume_claim_templates is not None:
2924
2924
  pulumi.set(__self__, "volume_claim_templates", volume_claim_templates)
2925
2925
 
2926
- @property
2926
+ @_builtins.property
2927
2927
  @pulumi.getter(name="podManagementPolicy")
2928
- def pod_management_policy(self) -> Optional[pulumi.Input[str]]:
2928
+ def pod_management_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
2929
2929
  """
2930
2930
  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.
2931
2931
  """
2932
2932
  return pulumi.get(self, "pod_management_policy")
2933
2933
 
2934
2934
  @pod_management_policy.setter
2935
- def pod_management_policy(self, value: Optional[pulumi.Input[str]]):
2935
+ def pod_management_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
2936
2936
  pulumi.set(self, "pod_management_policy", value)
2937
2937
 
2938
- @property
2938
+ @_builtins.property
2939
2939
  @pulumi.getter
2940
- def replicas(self) -> Optional[pulumi.Input[int]]:
2940
+ def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
2941
2941
  """
2942
2942
  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.
2943
2943
  """
2944
2944
  return pulumi.get(self, "replicas")
2945
2945
 
2946
2946
  @replicas.setter
2947
- def replicas(self, value: Optional[pulumi.Input[int]]):
2947
+ def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
2948
2948
  pulumi.set(self, "replicas", value)
2949
2949
 
2950
- @property
2950
+ @_builtins.property
2951
2951
  @pulumi.getter(name="revisionHistoryLimit")
2952
- def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
2952
+ def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
2953
2953
  """
2954
2954
  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.
2955
2955
  """
2956
2956
  return pulumi.get(self, "revision_history_limit")
2957
2957
 
2958
2958
  @revision_history_limit.setter
2959
- def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
2959
+ def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
2960
2960
  pulumi.set(self, "revision_history_limit", value)
2961
2961
 
2962
- @property
2962
+ @_builtins.property
2963
2963
  @pulumi.getter
2964
2964
  def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
2965
2965
  """
@@ -2971,19 +2971,19 @@ class StatefulSetSpecPatchArgs:
2971
2971
  def selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]):
2972
2972
  pulumi.set(self, "selector", value)
2973
2973
 
2974
- @property
2974
+ @_builtins.property
2975
2975
  @pulumi.getter(name="serviceName")
2976
- def service_name(self) -> Optional[pulumi.Input[str]]:
2976
+ def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
2977
2977
  """
2978
2978
  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.
2979
2979
  """
2980
2980
  return pulumi.get(self, "service_name")
2981
2981
 
2982
2982
  @service_name.setter
2983
- def service_name(self, value: Optional[pulumi.Input[str]]):
2983
+ def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
2984
2984
  pulumi.set(self, "service_name", value)
2985
2985
 
2986
- @property
2986
+ @_builtins.property
2987
2987
  @pulumi.getter
2988
2988
  def template(self) -> Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]:
2989
2989
  """
@@ -2995,7 +2995,7 @@ class StatefulSetSpecPatchArgs:
2995
2995
  def template(self, value: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']]):
2996
2996
  pulumi.set(self, "template", value)
2997
2997
 
2998
- @property
2998
+ @_builtins.property
2999
2999
  @pulumi.getter(name="updateStrategy")
3000
3000
  def update_strategy(self) -> Optional[pulumi.Input['StatefulSetUpdateStrategyPatchArgs']]:
3001
3001
  """
@@ -3007,7 +3007,7 @@ class StatefulSetSpecPatchArgs:
3007
3007
  def update_strategy(self, value: Optional[pulumi.Input['StatefulSetUpdateStrategyPatchArgs']]):
3008
3008
  pulumi.set(self, "update_strategy", value)
3009
3009
 
3010
- @property
3010
+ @_builtins.property
3011
3011
  @pulumi.getter(name="volumeClaimTemplates")
3012
3012
  def volume_claim_templates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimPatchArgs']]]]:
3013
3013
  """
@@ -3029,7 +3029,7 @@ if not MYPY:
3029
3029
  """
3030
3030
  selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
3031
3031
  """
3032
- service_name: pulumi.Input[str]
3032
+ service_name: pulumi.Input[_builtins.str]
3033
3033
  """
3034
3034
  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.
3035
3035
  """
@@ -3037,15 +3037,15 @@ if not MYPY:
3037
3037
  """
3038
3038
  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.
3039
3039
  """
3040
- pod_management_policy: NotRequired[pulumi.Input[str]]
3040
+ pod_management_policy: NotRequired[pulumi.Input[_builtins.str]]
3041
3041
  """
3042
3042
  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.
3043
3043
  """
3044
- replicas: NotRequired[pulumi.Input[int]]
3044
+ replicas: NotRequired[pulumi.Input[_builtins.int]]
3045
3045
  """
3046
3046
  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.
3047
3047
  """
3048
- revision_history_limit: NotRequired[pulumi.Input[int]]
3048
+ revision_history_limit: NotRequired[pulumi.Input[_builtins.int]]
3049
3049
  """
3050
3050
  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.
3051
3051
  """
@@ -3064,21 +3064,21 @@ elif False:
3064
3064
  class StatefulSetSpecArgs:
3065
3065
  def __init__(__self__, *,
3066
3066
  selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
3067
- service_name: pulumi.Input[str],
3067
+ service_name: pulumi.Input[_builtins.str],
3068
3068
  template: pulumi.Input['_core.v1.PodTemplateSpecArgs'],
3069
- pod_management_policy: Optional[pulumi.Input[str]] = None,
3070
- replicas: Optional[pulumi.Input[int]] = None,
3071
- revision_history_limit: Optional[pulumi.Input[int]] = None,
3069
+ pod_management_policy: Optional[pulumi.Input[_builtins.str]] = None,
3070
+ replicas: Optional[pulumi.Input[_builtins.int]] = None,
3071
+ revision_history_limit: Optional[pulumi.Input[_builtins.int]] = None,
3072
3072
  update_strategy: Optional[pulumi.Input['StatefulSetUpdateStrategyArgs']] = None,
3073
3073
  volume_claim_templates: Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimArgs']]]] = None):
3074
3074
  """
3075
3075
  A StatefulSetSpec is the specification of a StatefulSet.
3076
3076
  :param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
3077
- :param pulumi.Input[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.
3077
+ :param pulumi.Input[_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.
3078
3078
  :param pulumi.Input['_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.
3079
- :param pulumi.Input[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.
3080
- :param pulumi.Input[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.
3081
- :param pulumi.Input[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.
3079
+ :param pulumi.Input[_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.
3080
+ :param pulumi.Input[_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.
3081
+ :param pulumi.Input[_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.
3082
3082
  :param pulumi.Input['StatefulSetUpdateStrategyArgs'] update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
3083
3083
  :param pulumi.Input[Sequence[pulumi.Input['_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.
3084
3084
  """
@@ -3096,7 +3096,7 @@ class StatefulSetSpecArgs:
3096
3096
  if volume_claim_templates is not None:
3097
3097
  pulumi.set(__self__, "volume_claim_templates", volume_claim_templates)
3098
3098
 
3099
- @property
3099
+ @_builtins.property
3100
3100
  @pulumi.getter
3101
3101
  def selector(self) -> pulumi.Input['_meta.v1.LabelSelectorArgs']:
3102
3102
  """
@@ -3108,19 +3108,19 @@ class StatefulSetSpecArgs:
3108
3108
  def selector(self, value: pulumi.Input['_meta.v1.LabelSelectorArgs']):
3109
3109
  pulumi.set(self, "selector", value)
3110
3110
 
3111
- @property
3111
+ @_builtins.property
3112
3112
  @pulumi.getter(name="serviceName")
3113
- def service_name(self) -> pulumi.Input[str]:
3113
+ def service_name(self) -> pulumi.Input[_builtins.str]:
3114
3114
  """
3115
3115
  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.
3116
3116
  """
3117
3117
  return pulumi.get(self, "service_name")
3118
3118
 
3119
3119
  @service_name.setter
3120
- def service_name(self, value: pulumi.Input[str]):
3120
+ def service_name(self, value: pulumi.Input[_builtins.str]):
3121
3121
  pulumi.set(self, "service_name", value)
3122
3122
 
3123
- @property
3123
+ @_builtins.property
3124
3124
  @pulumi.getter
3125
3125
  def template(self) -> pulumi.Input['_core.v1.PodTemplateSpecArgs']:
3126
3126
  """
@@ -3132,43 +3132,43 @@ class StatefulSetSpecArgs:
3132
3132
  def template(self, value: pulumi.Input['_core.v1.PodTemplateSpecArgs']):
3133
3133
  pulumi.set(self, "template", value)
3134
3134
 
3135
- @property
3135
+ @_builtins.property
3136
3136
  @pulumi.getter(name="podManagementPolicy")
3137
- def pod_management_policy(self) -> Optional[pulumi.Input[str]]:
3137
+ def pod_management_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
3138
3138
  """
3139
3139
  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.
3140
3140
  """
3141
3141
  return pulumi.get(self, "pod_management_policy")
3142
3142
 
3143
3143
  @pod_management_policy.setter
3144
- def pod_management_policy(self, value: Optional[pulumi.Input[str]]):
3144
+ def pod_management_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
3145
3145
  pulumi.set(self, "pod_management_policy", value)
3146
3146
 
3147
- @property
3147
+ @_builtins.property
3148
3148
  @pulumi.getter
3149
- def replicas(self) -> Optional[pulumi.Input[int]]:
3149
+ def replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
3150
3150
  """
3151
3151
  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.
3152
3152
  """
3153
3153
  return pulumi.get(self, "replicas")
3154
3154
 
3155
3155
  @replicas.setter
3156
- def replicas(self, value: Optional[pulumi.Input[int]]):
3156
+ def replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
3157
3157
  pulumi.set(self, "replicas", value)
3158
3158
 
3159
- @property
3159
+ @_builtins.property
3160
3160
  @pulumi.getter(name="revisionHistoryLimit")
3161
- def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
3161
+ def revision_history_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
3162
3162
  """
3163
3163
  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.
3164
3164
  """
3165
3165
  return pulumi.get(self, "revision_history_limit")
3166
3166
 
3167
3167
  @revision_history_limit.setter
3168
- def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
3168
+ def revision_history_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
3169
3169
  pulumi.set(self, "revision_history_limit", value)
3170
3170
 
3171
- @property
3171
+ @_builtins.property
3172
3172
  @pulumi.getter(name="updateStrategy")
3173
3173
  def update_strategy(self) -> Optional[pulumi.Input['StatefulSetUpdateStrategyArgs']]:
3174
3174
  """
@@ -3180,7 +3180,7 @@ class StatefulSetSpecArgs:
3180
3180
  def update_strategy(self, value: Optional[pulumi.Input['StatefulSetUpdateStrategyArgs']]):
3181
3181
  pulumi.set(self, "update_strategy", value)
3182
3182
 
3183
- @property
3183
+ @_builtins.property
3184
3184
  @pulumi.getter(name="volumeClaimTemplates")
3185
3185
  def volume_claim_templates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimArgs']]]]:
3186
3186
  """
@@ -3198,11 +3198,11 @@ if not MYPY:
3198
3198
  """
3199
3199
  StatefulSetStatus represents the current state of a StatefulSet.
3200
3200
  """
3201
- replicas: pulumi.Input[int]
3201
+ replicas: pulumi.Input[_builtins.int]
3202
3202
  """
3203
3203
  replicas is the number of Pods created by the StatefulSet controller.
3204
3204
  """
3205
- collision_count: NotRequired[pulumi.Input[int]]
3205
+ collision_count: NotRequired[pulumi.Input[_builtins.int]]
3206
3206
  """
3207
3207
  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.
3208
3208
  """
@@ -3210,27 +3210,27 @@ if not MYPY:
3210
3210
  """
3211
3211
  Represents the latest available observations of a statefulset's current state.
3212
3212
  """
3213
- current_replicas: NotRequired[pulumi.Input[int]]
3213
+ current_replicas: NotRequired[pulumi.Input[_builtins.int]]
3214
3214
  """
3215
3215
  currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
3216
3216
  """
3217
- current_revision: NotRequired[pulumi.Input[str]]
3217
+ current_revision: NotRequired[pulumi.Input[_builtins.str]]
3218
3218
  """
3219
3219
  currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
3220
3220
  """
3221
- observed_generation: NotRequired[pulumi.Input[int]]
3221
+ observed_generation: NotRequired[pulumi.Input[_builtins.int]]
3222
3222
  """
3223
3223
  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.
3224
3224
  """
3225
- ready_replicas: NotRequired[pulumi.Input[int]]
3225
+ ready_replicas: NotRequired[pulumi.Input[_builtins.int]]
3226
3226
  """
3227
3227
  readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
3228
3228
  """
3229
- update_revision: NotRequired[pulumi.Input[str]]
3229
+ update_revision: NotRequired[pulumi.Input[_builtins.str]]
3230
3230
  """
3231
3231
  updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
3232
3232
  """
3233
- updated_replicas: NotRequired[pulumi.Input[int]]
3233
+ updated_replicas: NotRequired[pulumi.Input[_builtins.int]]
3234
3234
  """
3235
3235
  updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
3236
3236
  """
@@ -3240,26 +3240,26 @@ elif False:
3240
3240
  @pulumi.input_type
3241
3241
  class StatefulSetStatusArgs:
3242
3242
  def __init__(__self__, *,
3243
- replicas: pulumi.Input[int],
3244
- collision_count: Optional[pulumi.Input[int]] = None,
3243
+ replicas: pulumi.Input[_builtins.int],
3244
+ collision_count: Optional[pulumi.Input[_builtins.int]] = None,
3245
3245
  conditions: Optional[pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]]] = None,
3246
- current_replicas: Optional[pulumi.Input[int]] = None,
3247
- current_revision: Optional[pulumi.Input[str]] = None,
3248
- observed_generation: Optional[pulumi.Input[int]] = None,
3249
- ready_replicas: Optional[pulumi.Input[int]] = None,
3250
- update_revision: Optional[pulumi.Input[str]] = None,
3251
- updated_replicas: Optional[pulumi.Input[int]] = None):
3246
+ current_replicas: Optional[pulumi.Input[_builtins.int]] = None,
3247
+ current_revision: Optional[pulumi.Input[_builtins.str]] = None,
3248
+ observed_generation: Optional[pulumi.Input[_builtins.int]] = None,
3249
+ ready_replicas: Optional[pulumi.Input[_builtins.int]] = None,
3250
+ update_revision: Optional[pulumi.Input[_builtins.str]] = None,
3251
+ updated_replicas: Optional[pulumi.Input[_builtins.int]] = None):
3252
3252
  """
3253
3253
  StatefulSetStatus represents the current state of a StatefulSet.
3254
- :param pulumi.Input[int] replicas: replicas is the number of Pods created by the StatefulSet controller.
3255
- :param pulumi.Input[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.
3254
+ :param pulumi.Input[_builtins.int] replicas: replicas is the number of Pods created by the StatefulSet controller.
3255
+ :param pulumi.Input[_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.
3256
3256
  :param pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]] conditions: Represents the latest available observations of a statefulset's current state.
3257
- :param pulumi.Input[int] current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
3258
- :param pulumi.Input[str] current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
3259
- :param pulumi.Input[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.
3260
- :param pulumi.Input[int] ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
3261
- :param pulumi.Input[str] update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
3262
- :param pulumi.Input[int] updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
3257
+ :param pulumi.Input[_builtins.int] current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
3258
+ :param pulumi.Input[_builtins.str] current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
3259
+ :param pulumi.Input[_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.
3260
+ :param pulumi.Input[_builtins.int] ready_replicas: readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
3261
+ :param pulumi.Input[_builtins.str] update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
3262
+ :param pulumi.Input[_builtins.int] updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
3263
3263
  """
3264
3264
  pulumi.set(__self__, "replicas", replicas)
3265
3265
  if collision_count is not None:
@@ -3279,31 +3279,31 @@ class StatefulSetStatusArgs:
3279
3279
  if updated_replicas is not None:
3280
3280
  pulumi.set(__self__, "updated_replicas", updated_replicas)
3281
3281
 
3282
- @property
3282
+ @_builtins.property
3283
3283
  @pulumi.getter
3284
- def replicas(self) -> pulumi.Input[int]:
3284
+ def replicas(self) -> pulumi.Input[_builtins.int]:
3285
3285
  """
3286
3286
  replicas is the number of Pods created by the StatefulSet controller.
3287
3287
  """
3288
3288
  return pulumi.get(self, "replicas")
3289
3289
 
3290
3290
  @replicas.setter
3291
- def replicas(self, value: pulumi.Input[int]):
3291
+ def replicas(self, value: pulumi.Input[_builtins.int]):
3292
3292
  pulumi.set(self, "replicas", value)
3293
3293
 
3294
- @property
3294
+ @_builtins.property
3295
3295
  @pulumi.getter(name="collisionCount")
3296
- def collision_count(self) -> Optional[pulumi.Input[int]]:
3296
+ def collision_count(self) -> Optional[pulumi.Input[_builtins.int]]:
3297
3297
  """
3298
3298
  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.
3299
3299
  """
3300
3300
  return pulumi.get(self, "collision_count")
3301
3301
 
3302
3302
  @collision_count.setter
3303
- def collision_count(self, value: Optional[pulumi.Input[int]]):
3303
+ def collision_count(self, value: Optional[pulumi.Input[_builtins.int]]):
3304
3304
  pulumi.set(self, "collision_count", value)
3305
3305
 
3306
- @property
3306
+ @_builtins.property
3307
3307
  @pulumi.getter
3308
3308
  def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]]]:
3309
3309
  """
@@ -3315,76 +3315,76 @@ class StatefulSetStatusArgs:
3315
3315
  def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]]]):
3316
3316
  pulumi.set(self, "conditions", value)
3317
3317
 
3318
- @property
3318
+ @_builtins.property
3319
3319
  @pulumi.getter(name="currentReplicas")
3320
- def current_replicas(self) -> Optional[pulumi.Input[int]]:
3320
+ def current_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
3321
3321
  """
3322
3322
  currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
3323
3323
  """
3324
3324
  return pulumi.get(self, "current_replicas")
3325
3325
 
3326
3326
  @current_replicas.setter
3327
- def current_replicas(self, value: Optional[pulumi.Input[int]]):
3327
+ def current_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
3328
3328
  pulumi.set(self, "current_replicas", value)
3329
3329
 
3330
- @property
3330
+ @_builtins.property
3331
3331
  @pulumi.getter(name="currentRevision")
3332
- def current_revision(self) -> Optional[pulumi.Input[str]]:
3332
+ def current_revision(self) -> Optional[pulumi.Input[_builtins.str]]:
3333
3333
  """
3334
3334
  currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
3335
3335
  """
3336
3336
  return pulumi.get(self, "current_revision")
3337
3337
 
3338
3338
  @current_revision.setter
3339
- def current_revision(self, value: Optional[pulumi.Input[str]]):
3339
+ def current_revision(self, value: Optional[pulumi.Input[_builtins.str]]):
3340
3340
  pulumi.set(self, "current_revision", value)
3341
3341
 
3342
- @property
3342
+ @_builtins.property
3343
3343
  @pulumi.getter(name="observedGeneration")
3344
- def observed_generation(self) -> Optional[pulumi.Input[int]]:
3344
+ def observed_generation(self) -> Optional[pulumi.Input[_builtins.int]]:
3345
3345
  """
3346
3346
  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.
3347
3347
  """
3348
3348
  return pulumi.get(self, "observed_generation")
3349
3349
 
3350
3350
  @observed_generation.setter
3351
- def observed_generation(self, value: Optional[pulumi.Input[int]]):
3351
+ def observed_generation(self, value: Optional[pulumi.Input[_builtins.int]]):
3352
3352
  pulumi.set(self, "observed_generation", value)
3353
3353
 
3354
- @property
3354
+ @_builtins.property
3355
3355
  @pulumi.getter(name="readyReplicas")
3356
- def ready_replicas(self) -> Optional[pulumi.Input[int]]:
3356
+ def ready_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
3357
3357
  """
3358
3358
  readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
3359
3359
  """
3360
3360
  return pulumi.get(self, "ready_replicas")
3361
3361
 
3362
3362
  @ready_replicas.setter
3363
- def ready_replicas(self, value: Optional[pulumi.Input[int]]):
3363
+ def ready_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
3364
3364
  pulumi.set(self, "ready_replicas", value)
3365
3365
 
3366
- @property
3366
+ @_builtins.property
3367
3367
  @pulumi.getter(name="updateRevision")
3368
- def update_revision(self) -> Optional[pulumi.Input[str]]:
3368
+ def update_revision(self) -> Optional[pulumi.Input[_builtins.str]]:
3369
3369
  """
3370
3370
  updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
3371
3371
  """
3372
3372
  return pulumi.get(self, "update_revision")
3373
3373
 
3374
3374
  @update_revision.setter
3375
- def update_revision(self, value: Optional[pulumi.Input[str]]):
3375
+ def update_revision(self, value: Optional[pulumi.Input[_builtins.str]]):
3376
3376
  pulumi.set(self, "update_revision", value)
3377
3377
 
3378
- @property
3378
+ @_builtins.property
3379
3379
  @pulumi.getter(name="updatedReplicas")
3380
- def updated_replicas(self) -> Optional[pulumi.Input[int]]:
3380
+ def updated_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
3381
3381
  """
3382
3382
  updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
3383
3383
  """
3384
3384
  return pulumi.get(self, "updated_replicas")
3385
3385
 
3386
3386
  @updated_replicas.setter
3387
- def updated_replicas(self, value: Optional[pulumi.Input[int]]):
3387
+ def updated_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
3388
3388
  pulumi.set(self, "updated_replicas", value)
3389
3389
 
3390
3390
 
@@ -3397,7 +3397,7 @@ if not MYPY:
3397
3397
  """
3398
3398
  RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
3399
3399
  """
3400
- type: NotRequired[pulumi.Input[str]]
3400
+ type: NotRequired[pulumi.Input[_builtins.str]]
3401
3401
  """
3402
3402
  Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
3403
3403
  """
@@ -3408,18 +3408,18 @@ elif False:
3408
3408
  class StatefulSetUpdateStrategyPatchArgs:
3409
3409
  def __init__(__self__, *,
3410
3410
  rolling_update: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs']] = None,
3411
- type: Optional[pulumi.Input[str]] = None):
3411
+ type: Optional[pulumi.Input[_builtins.str]] = None):
3412
3412
  """
3413
3413
  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.
3414
3414
  :param pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs'] rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
3415
- :param pulumi.Input[str] type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
3415
+ :param pulumi.Input[_builtins.str] type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
3416
3416
  """
3417
3417
  if rolling_update is not None:
3418
3418
  pulumi.set(__self__, "rolling_update", rolling_update)
3419
3419
  if type is not None:
3420
3420
  pulumi.set(__self__, "type", type)
3421
3421
 
3422
- @property
3422
+ @_builtins.property
3423
3423
  @pulumi.getter(name="rollingUpdate")
3424
3424
  def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs']]:
3425
3425
  """
@@ -3431,16 +3431,16 @@ class StatefulSetUpdateStrategyPatchArgs:
3431
3431
  def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs']]):
3432
3432
  pulumi.set(self, "rolling_update", value)
3433
3433
 
3434
- @property
3434
+ @_builtins.property
3435
3435
  @pulumi.getter
3436
- def type(self) -> Optional[pulumi.Input[str]]:
3436
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
3437
3437
  """
3438
3438
  Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
3439
3439
  """
3440
3440
  return pulumi.get(self, "type")
3441
3441
 
3442
3442
  @type.setter
3443
- def type(self, value: Optional[pulumi.Input[str]]):
3443
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
3444
3444
  pulumi.set(self, "type", value)
3445
3445
 
3446
3446
 
@@ -3453,7 +3453,7 @@ if not MYPY:
3453
3453
  """
3454
3454
  RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
3455
3455
  """
3456
- type: NotRequired[pulumi.Input[str]]
3456
+ type: NotRequired[pulumi.Input[_builtins.str]]
3457
3457
  """
3458
3458
  Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
3459
3459
  """
@@ -3464,18 +3464,18 @@ elif False:
3464
3464
  class StatefulSetUpdateStrategyArgs:
3465
3465
  def __init__(__self__, *,
3466
3466
  rolling_update: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyArgs']] = None,
3467
- type: Optional[pulumi.Input[str]] = None):
3467
+ type: Optional[pulumi.Input[_builtins.str]] = None):
3468
3468
  """
3469
3469
  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.
3470
3470
  :param pulumi.Input['RollingUpdateStatefulSetStrategyArgs'] rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
3471
- :param pulumi.Input[str] type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
3471
+ :param pulumi.Input[_builtins.str] type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
3472
3472
  """
3473
3473
  if rolling_update is not None:
3474
3474
  pulumi.set(__self__, "rolling_update", rolling_update)
3475
3475
  if type is not None:
3476
3476
  pulumi.set(__self__, "type", type)
3477
3477
 
3478
- @property
3478
+ @_builtins.property
3479
3479
  @pulumi.getter(name="rollingUpdate")
3480
3480
  def rolling_update(self) -> Optional[pulumi.Input['RollingUpdateStatefulSetStrategyArgs']]:
3481
3481
  """
@@ -3487,16 +3487,16 @@ class StatefulSetUpdateStrategyArgs:
3487
3487
  def rolling_update(self, value: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyArgs']]):
3488
3488
  pulumi.set(self, "rolling_update", value)
3489
3489
 
3490
- @property
3490
+ @_builtins.property
3491
3491
  @pulumi.getter
3492
- def type(self) -> Optional[pulumi.Input[str]]:
3492
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
3493
3493
  """
3494
3494
  Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
3495
3495
  """
3496
3496
  return pulumi.get(self, "type")
3497
3497
 
3498
3498
  @type.setter
3499
- def type(self, value: Optional[pulumi.Input[str]]):
3499
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
3500
3500
  pulumi.set(self, "type", value)
3501
3501
 
3502
3502
 
@@ -3521,11 +3521,11 @@ if not MYPY:
3521
3521
  time out and mark the resource update as Failed. You can override the default timeout value
3522
3522
  by setting the 'customTimeouts' option on the resource.
3523
3523
  """
3524
- api_version: NotRequired[pulumi.Input[str]]
3524
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
3525
3525
  """
3526
3526
  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
3527
3527
  """
3528
- kind: NotRequired[pulumi.Input[str]]
3528
+ kind: NotRequired[pulumi.Input[_builtins.str]]
3529
3529
  """
3530
3530
  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
3531
3531
  """
@@ -3544,8 +3544,8 @@ elif False:
3544
3544
  @pulumi.input_type
3545
3545
  class StatefulSetArgs:
3546
3546
  def __init__(__self__, *,
3547
- api_version: Optional[pulumi.Input[str]] = None,
3548
- kind: Optional[pulumi.Input[str]] = None,
3547
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
3548
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
3549
3549
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
3550
3550
  spec: Optional[pulumi.Input['StatefulSetSpecArgs']] = None,
3551
3551
  status: Optional[pulumi.Input['StatefulSetStatusArgs']] = None):
@@ -3567,8 +3567,8 @@ class StatefulSetArgs:
3567
3567
  If the StatefulSet has not reached a Ready state after 10 minutes, it will
3568
3568
  time out and mark the resource update as Failed. You can override the default timeout value
3569
3569
  by setting the 'customTimeouts' option on the resource.
3570
- :param pulumi.Input[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
3571
- :param pulumi.Input[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
3570
+ :param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
3571
+ :param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
3572
3572
  :param pulumi.Input['StatefulSetSpecArgs'] spec: Spec defines the desired identities of pods in this set.
3573
3573
  :param pulumi.Input['StatefulSetStatusArgs'] status: Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
3574
3574
  """
@@ -3583,31 +3583,31 @@ class StatefulSetArgs:
3583
3583
  if status is not None:
3584
3584
  pulumi.set(__self__, "status", status)
3585
3585
 
3586
- @property
3586
+ @_builtins.property
3587
3587
  @pulumi.getter(name="apiVersion")
3588
- def api_version(self) -> Optional[pulumi.Input[str]]:
3588
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
3589
3589
  """
3590
3590
  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
3591
3591
  """
3592
3592
  return pulumi.get(self, "api_version")
3593
3593
 
3594
3594
  @api_version.setter
3595
- def api_version(self, value: Optional[pulumi.Input[str]]):
3595
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
3596
3596
  pulumi.set(self, "api_version", value)
3597
3597
 
3598
- @property
3598
+ @_builtins.property
3599
3599
  @pulumi.getter
3600
- def kind(self) -> Optional[pulumi.Input[str]]:
3600
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
3601
3601
  """
3602
3602
  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
3603
3603
  """
3604
3604
  return pulumi.get(self, "kind")
3605
3605
 
3606
3606
  @kind.setter
3607
- def kind(self, value: Optional[pulumi.Input[str]]):
3607
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
3608
3608
  pulumi.set(self, "kind", value)
3609
3609
 
3610
- @property
3610
+ @_builtins.property
3611
3611
  @pulumi.getter
3612
3612
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
3613
3613
  return pulumi.get(self, "metadata")
@@ -3616,7 +3616,7 @@ class StatefulSetArgs:
3616
3616
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
3617
3617
  pulumi.set(self, "metadata", value)
3618
3618
 
3619
- @property
3619
+ @_builtins.property
3620
3620
  @pulumi.getter
3621
3621
  def spec(self) -> Optional[pulumi.Input['StatefulSetSpecArgs']]:
3622
3622
  """
@@ -3628,7 +3628,7 @@ class StatefulSetArgs:
3628
3628
  def spec(self, value: Optional[pulumi.Input['StatefulSetSpecArgs']]):
3629
3629
  pulumi.set(self, "spec", value)
3630
3630
 
3631
- @property
3631
+ @_builtins.property
3632
3632
  @pulumi.getter
3633
3633
  def status(self) -> Optional[pulumi.Input['StatefulSetStatusArgs']]:
3634
3634
  """