pulumi-kubernetes 4.10.0a1710355461__py3-none-any.whl → 4.20.0a1736823142__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (598) hide show
  1. pulumi_kubernetes/__init__.py +123 -3
  2. pulumi_kubernetes/_inputs.py +63 -6
  3. pulumi_kubernetes/_utilities.py +41 -5
  4. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +11 -6
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +11 -6
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +11 -6
  7. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +226 -0
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +224 -0
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +215 -0
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +236 -0
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +215 -0
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +238 -0
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +11 -6
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +11 -6
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +11 -6
  16. pulumi_kubernetes/admissionregistration/v1/__init__.py +6 -0
  17. pulumi_kubernetes/admissionregistration/v1/_inputs.py +4571 -939
  18. pulumi_kubernetes/admissionregistration/v1/outputs.py +2880 -470
  19. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +214 -0
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +222 -0
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +215 -0
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +234 -0
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +215 -0
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +226 -0
  25. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +12 -7
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +12 -15
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +29 -23
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +12 -15
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +29 -23
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +12 -7
  31. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +6 -0
  32. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2514 -141
  33. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1370 -246
  34. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +11 -6
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +11 -6
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +11 -6
  37. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +12 -7
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +12 -7
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +29 -23
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +12 -7
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +29 -23
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +12 -7
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +11 -6
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +11 -6
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +11 -6
  46. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +1522 -42
  47. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +9 -4
  48. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +11 -6
  49. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +11 -6
  50. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +11 -6
  51. pulumi_kubernetes/apiextensions/v1/_inputs.py +1175 -12
  52. pulumi_kubernetes/apiextensions/v1/outputs.py +122 -8
  53. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +10 -5
  54. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +10 -5
  55. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +10 -5
  56. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +903 -6
  57. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +5 -0
  58. pulumi_kubernetes/apiregistration/v1/APIService.py +11 -6
  59. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +11 -6
  60. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +11 -6
  61. pulumi_kubernetes/apiregistration/v1/_inputs.py +194 -0
  62. pulumi_kubernetes/apiregistration/v1/outputs.py +5 -0
  63. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +10 -5
  64. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +9 -4
  65. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +10 -5
  66. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +191 -0
  67. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +5 -0
  68. pulumi_kubernetes/apps/v1/ControllerRevision.py +8 -3
  69. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +11 -6
  70. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +8 -3
  71. pulumi_kubernetes/apps/v1/DaemonSet.py +11 -6
  72. pulumi_kubernetes/apps/v1/DaemonSetList.py +11 -6
  73. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +11 -6
  74. pulumi_kubernetes/apps/v1/Deployment.py +11 -6
  75. pulumi_kubernetes/apps/v1/DeploymentList.py +11 -6
  76. pulumi_kubernetes/apps/v1/DeploymentPatch.py +11 -6
  77. pulumi_kubernetes/apps/v1/ReplicaSet.py +11 -6
  78. pulumi_kubernetes/apps/v1/ReplicaSetList.py +11 -6
  79. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +11 -6
  80. pulumi_kubernetes/apps/v1/StatefulSet.py +11 -6
  81. pulumi_kubernetes/apps/v1/StatefulSetList.py +11 -6
  82. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +11 -6
  83. pulumi_kubernetes/apps/v1/_inputs.py +1057 -8
  84. pulumi_kubernetes/apps/v1/outputs.py +13 -8
  85. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +8 -3
  86. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +11 -6
  87. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +8 -3
  88. pulumi_kubernetes/apps/v1beta1/Deployment.py +11 -6
  89. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +11 -6
  90. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +11 -6
  91. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +10 -5
  92. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +9 -4
  93. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +10 -5
  94. pulumi_kubernetes/apps/v1beta1/_inputs.py +603 -0
  95. pulumi_kubernetes/apps/v1beta1/outputs.py +5 -0
  96. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +8 -3
  97. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +11 -6
  98. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +8 -3
  99. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +11 -6
  100. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +11 -6
  101. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +11 -6
  102. pulumi_kubernetes/apps/v1beta2/Deployment.py +11 -6
  103. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +11 -6
  104. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +11 -6
  105. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +11 -6
  106. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +11 -6
  107. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +11 -6
  108. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +10 -5
  109. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +9 -4
  110. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +10 -5
  111. pulumi_kubernetes/apps/v1beta2/_inputs.py +935 -0
  112. pulumi_kubernetes/apps/v1beta2/outputs.py +5 -0
  113. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +10 -5
  114. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +10 -5
  115. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +10 -5
  116. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +281 -0
  117. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +5 -0
  118. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +11 -6
  119. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +11 -6
  120. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +11 -6
  121. pulumi_kubernetes/autoscaling/v1/_inputs.py +157 -0
  122. pulumi_kubernetes/autoscaling/v1/outputs.py +5 -0
  123. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +11 -6
  124. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +11 -6
  125. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +11 -6
  126. pulumi_kubernetes/autoscaling/v2/_inputs.py +815 -10
  127. pulumi_kubernetes/autoscaling/v2/outputs.py +17 -12
  128. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +11 -6
  129. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +11 -6
  130. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +11 -6
  131. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +652 -0
  132. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +5 -0
  133. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +11 -6
  134. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +11 -6
  135. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +11 -6
  136. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +796 -0
  137. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +5 -0
  138. pulumi_kubernetes/batch/v1/CronJob.py +11 -6
  139. pulumi_kubernetes/batch/v1/CronJobList.py +11 -6
  140. pulumi_kubernetes/batch/v1/CronJobPatch.py +11 -6
  141. pulumi_kubernetes/batch/v1/Job.py +11 -6
  142. pulumi_kubernetes/batch/v1/JobList.py +11 -6
  143. pulumi_kubernetes/batch/v1/JobPatch.py +11 -6
  144. pulumi_kubernetes/batch/v1/_inputs.py +1070 -85
  145. pulumi_kubernetes/batch/v1/outputs.py +298 -40
  146. pulumi_kubernetes/batch/v1beta1/CronJob.py +11 -6
  147. pulumi_kubernetes/batch/v1beta1/CronJobList.py +11 -6
  148. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +11 -6
  149. pulumi_kubernetes/batch/v1beta1/_inputs.py +161 -0
  150. pulumi_kubernetes/batch/v1beta1/outputs.py +5 -0
  151. pulumi_kubernetes/batch/v2alpha1/CronJob.py +11 -6
  152. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +11 -6
  153. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +11 -6
  154. pulumi_kubernetes/batch/v2alpha1/_inputs.py +161 -0
  155. pulumi_kubernetes/batch/v2alpha1/outputs.py +5 -0
  156. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +10 -5
  157. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +10 -5
  158. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +10 -5
  159. pulumi_kubernetes/certificates/v1/_inputs.py +290 -0
  160. pulumi_kubernetes/certificates/v1/outputs.py +5 -0
  161. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +11 -6
  162. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +11 -6
  163. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +11 -6
  164. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +94 -0
  165. pulumi_kubernetes/certificates/v1alpha1/outputs.py +5 -0
  166. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +10 -5
  167. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +9 -4
  168. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +10 -5
  169. pulumi_kubernetes/certificates/v1beta1/_inputs.py +165 -0
  170. pulumi_kubernetes/certificates/v1beta1/outputs.py +5 -0
  171. pulumi_kubernetes/coordination/__init__.py +6 -0
  172. pulumi_kubernetes/coordination/v1/Lease.py +11 -6
  173. pulumi_kubernetes/coordination/v1/LeaseList.py +11 -6
  174. pulumi_kubernetes/coordination/v1/LeasePatch.py +11 -6
  175. pulumi_kubernetes/coordination/v1/_inputs.py +180 -10
  176. pulumi_kubernetes/coordination/v1/outputs.py +67 -10
  177. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +216 -0
  178. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +215 -0
  179. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +228 -0
  180. pulumi_kubernetes/coordination/v1alpha1/__init__.py +12 -0
  181. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +418 -0
  182. pulumi_kubernetes/coordination/v1alpha1/outputs.py +334 -0
  183. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +216 -0
  184. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +215 -0
  185. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +228 -0
  186. pulumi_kubernetes/coordination/v1alpha2/__init__.py +12 -0
  187. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
  188. pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
  189. pulumi_kubernetes/coordination/v1beta1/Lease.py +11 -6
  190. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +11 -6
  191. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +11 -6
  192. pulumi_kubernetes/coordination/v1beta1/_inputs.py +90 -0
  193. pulumi_kubernetes/coordination/v1beta1/outputs.py +5 -0
  194. pulumi_kubernetes/core/v1/Binding.py +13 -8
  195. pulumi_kubernetes/core/v1/BindingPatch.py +13 -8
  196. pulumi_kubernetes/core/v1/ConfigMap.py +8 -3
  197. pulumi_kubernetes/core/v1/ConfigMapList.py +11 -6
  198. pulumi_kubernetes/core/v1/ConfigMapPatch.py +8 -3
  199. pulumi_kubernetes/core/v1/Endpoints.py +11 -6
  200. pulumi_kubernetes/core/v1/EndpointsList.py +11 -6
  201. pulumi_kubernetes/core/v1/EndpointsPatch.py +11 -6
  202. pulumi_kubernetes/core/v1/Event.py +20 -15
  203. pulumi_kubernetes/core/v1/EventList.py +11 -6
  204. pulumi_kubernetes/core/v1/EventPatch.py +20 -15
  205. pulumi_kubernetes/core/v1/LimitRange.py +11 -6
  206. pulumi_kubernetes/core/v1/LimitRangeList.py +11 -6
  207. pulumi_kubernetes/core/v1/LimitRangePatch.py +11 -6
  208. pulumi_kubernetes/core/v1/Namespace.py +11 -6
  209. pulumi_kubernetes/core/v1/NamespaceList.py +11 -6
  210. pulumi_kubernetes/core/v1/NamespacePatch.py +11 -6
  211. pulumi_kubernetes/core/v1/Node.py +11 -6
  212. pulumi_kubernetes/core/v1/NodeList.py +11 -6
  213. pulumi_kubernetes/core/v1/NodePatch.py +11 -6
  214. pulumi_kubernetes/core/v1/PersistentVolume.py +11 -6
  215. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +11 -6
  216. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +11 -6
  217. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +11 -6
  218. pulumi_kubernetes/core/v1/PersistentVolumeList.py +11 -6
  219. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +11 -6
  220. pulumi_kubernetes/core/v1/Pod.py +11 -6
  221. pulumi_kubernetes/core/v1/PodList.py +11 -6
  222. pulumi_kubernetes/core/v1/PodPatch.py +11 -6
  223. pulumi_kubernetes/core/v1/PodTemplate.py +11 -6
  224. pulumi_kubernetes/core/v1/PodTemplateList.py +11 -6
  225. pulumi_kubernetes/core/v1/PodTemplatePatch.py +11 -6
  226. pulumi_kubernetes/core/v1/ReplicationController.py +11 -6
  227. pulumi_kubernetes/core/v1/ReplicationControllerList.py +11 -6
  228. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +11 -6
  229. pulumi_kubernetes/core/v1/ResourceQuota.py +11 -6
  230. pulumi_kubernetes/core/v1/ResourceQuotaList.py +11 -6
  231. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +11 -6
  232. pulumi_kubernetes/core/v1/Secret.py +8 -3
  233. pulumi_kubernetes/core/v1/SecretList.py +11 -6
  234. pulumi_kubernetes/core/v1/SecretPatch.py +8 -3
  235. pulumi_kubernetes/core/v1/Service.py +17 -28
  236. pulumi_kubernetes/core/v1/ServiceAccount.py +17 -12
  237. pulumi_kubernetes/core/v1/ServiceAccountList.py +11 -6
  238. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +17 -12
  239. pulumi_kubernetes/core/v1/ServiceList.py +11 -6
  240. pulumi_kubernetes/core/v1/ServicePatch.py +17 -28
  241. pulumi_kubernetes/core/v1/_inputs.py +11760 -756
  242. pulumi_kubernetes/core/v1/outputs.py +2131 -448
  243. pulumi_kubernetes/discovery/v1/EndpointSlice.py +14 -9
  244. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +11 -6
  245. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +14 -9
  246. pulumi_kubernetes/discovery/v1/_inputs.py +284 -0
  247. pulumi_kubernetes/discovery/v1/outputs.py +5 -0
  248. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +14 -9
  249. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +11 -6
  250. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +14 -9
  251. pulumi_kubernetes/discovery/v1beta1/_inputs.py +210 -0
  252. pulumi_kubernetes/discovery/v1beta1/outputs.py +5 -0
  253. pulumi_kubernetes/events/v1/Event.py +20 -15
  254. pulumi_kubernetes/events/v1/EventList.py +11 -6
  255. pulumi_kubernetes/events/v1/EventPatch.py +20 -15
  256. pulumi_kubernetes/events/v1/_inputs.py +118 -0
  257. pulumi_kubernetes/events/v1/outputs.py +5 -0
  258. pulumi_kubernetes/events/v1beta1/Event.py +19 -14
  259. pulumi_kubernetes/events/v1beta1/EventList.py +11 -6
  260. pulumi_kubernetes/events/v1beta1/EventPatch.py +19 -14
  261. pulumi_kubernetes/events/v1beta1/_inputs.py +123 -0
  262. pulumi_kubernetes/events/v1beta1/outputs.py +5 -0
  263. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +11 -6
  264. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +11 -6
  265. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +11 -6
  266. pulumi_kubernetes/extensions/v1beta1/Deployment.py +11 -6
  267. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +11 -6
  268. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +11 -6
  269. pulumi_kubernetes/extensions/v1beta1/Ingress.py +11 -6
  270. pulumi_kubernetes/extensions/v1beta1/IngressList.py +11 -6
  271. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +11 -6
  272. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +11 -6
  273. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +11 -6
  274. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +11 -6
  275. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +11 -6
  276. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +11 -6
  277. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +11 -6
  278. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +11 -6
  279. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +11 -6
  280. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +11 -6
  281. pulumi_kubernetes/extensions/v1beta1/_inputs.py +1884 -26
  282. pulumi_kubernetes/extensions/v1beta1/outputs.py +5 -0
  283. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +11 -6
  284. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +11 -6
  285. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +11 -6
  286. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +11 -6
  287. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +11 -6
  288. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +11 -6
  289. pulumi_kubernetes/flowcontrol/v1/_inputs.py +779 -0
  290. pulumi_kubernetes/flowcontrol/v1/outputs.py +5 -0
  291. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +11 -6
  292. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +11 -6
  293. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +11 -6
  294. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +11 -6
  295. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +11 -6
  296. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +11 -6
  297. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +671 -0
  298. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +5 -0
  299. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +11 -6
  300. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +11 -6
  301. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +11 -6
  302. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +11 -6
  303. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +11 -6
  304. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +11 -6
  305. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +671 -0
  306. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +5 -0
  307. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +11 -6
  308. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +11 -6
  309. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +11 -6
  310. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +11 -6
  311. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +11 -6
  312. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +11 -6
  313. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +771 -0
  314. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +5 -0
  315. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +11 -6
  316. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +11 -6
  317. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +11 -6
  318. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +11 -6
  319. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +11 -6
  320. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +11 -6
  321. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +779 -8
  322. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +13 -8
  323. pulumi_kubernetes/helm/__init__.py +3 -0
  324. pulumi_kubernetes/helm/v3/Release.py +8 -3
  325. pulumi_kubernetes/helm/v3/_inputs.py +42 -2
  326. pulumi_kubernetes/helm/v3/outputs.py +7 -2
  327. pulumi_kubernetes/helm/v4/Chart.py +721 -0
  328. pulumi_kubernetes/helm/v4/__init__.py +9 -0
  329. pulumi_kubernetes/helm/v4/_inputs.py +216 -0
  330. pulumi_kubernetes/kustomize/__init__.py +8 -0
  331. pulumi_kubernetes/kustomize/v2/Directory.py +219 -0
  332. pulumi_kubernetes/kustomize/v2/__init__.py +8 -0
  333. pulumi_kubernetes/meta/v1/Status.py +11 -6
  334. pulumi_kubernetes/meta/v1/StatusPatch.py +11 -6
  335. pulumi_kubernetes/meta/v1/_inputs.py +596 -0
  336. pulumi_kubernetes/meta/v1/outputs.py +5 -0
  337. pulumi_kubernetes/networking/v1/Ingress.py +11 -6
  338. pulumi_kubernetes/networking/v1/IngressClass.py +11 -6
  339. pulumi_kubernetes/networking/v1/IngressClassList.py +11 -6
  340. pulumi_kubernetes/networking/v1/IngressClassPatch.py +11 -6
  341. pulumi_kubernetes/networking/v1/IngressList.py +11 -6
  342. pulumi_kubernetes/networking/v1/IngressPatch.py +11 -6
  343. pulumi_kubernetes/networking/v1/NetworkPolicy.py +11 -6
  344. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +11 -6
  345. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +11 -6
  346. pulumi_kubernetes/networking/v1/_inputs.py +840 -0
  347. pulumi_kubernetes/networking/v1/outputs.py +5 -0
  348. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +11 -6
  349. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +11 -6
  350. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +11 -6
  351. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +13 -6
  352. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +11 -6
  353. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +13 -6
  354. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +13 -6
  355. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +11 -6
  356. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +13 -6
  357. pulumi_kubernetes/networking/v1alpha1/_inputs.py +293 -37
  358. pulumi_kubernetes/networking/v1alpha1/outputs.py +26 -24
  359. pulumi_kubernetes/networking/v1beta1/IPAddress.py +216 -0
  360. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +215 -0
  361. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +228 -0
  362. pulumi_kubernetes/networking/v1beta1/Ingress.py +11 -6
  363. pulumi_kubernetes/networking/v1beta1/IngressClass.py +11 -6
  364. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +11 -6
  365. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +11 -6
  366. pulumi_kubernetes/networking/v1beta1/IngressList.py +11 -6
  367. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +11 -6
  368. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +226 -0
  369. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +215 -0
  370. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +238 -0
  371. pulumi_kubernetes/networking/v1beta1/__init__.py +6 -0
  372. pulumi_kubernetes/networking/v1beta1/_inputs.py +984 -11
  373. pulumi_kubernetes/networking/v1beta1/outputs.py +466 -0
  374. pulumi_kubernetes/node/v1/RuntimeClass.py +14 -9
  375. pulumi_kubernetes/node/v1/RuntimeClassList.py +11 -6
  376. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +14 -9
  377. pulumi_kubernetes/node/v1/_inputs.py +101 -0
  378. pulumi_kubernetes/node/v1/outputs.py +5 -0
  379. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +11 -6
  380. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +11 -6
  381. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +11 -6
  382. pulumi_kubernetes/node/v1alpha1/_inputs.py +134 -0
  383. pulumi_kubernetes/node/v1alpha1/outputs.py +5 -0
  384. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +14 -9
  385. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +11 -6
  386. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +14 -9
  387. pulumi_kubernetes/node/v1beta1/_inputs.py +100 -0
  388. pulumi_kubernetes/node/v1beta1/outputs.py +5 -0
  389. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +11 -6
  390. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +11 -6
  391. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +11 -6
  392. pulumi_kubernetes/policy/v1/_inputs.py +151 -0
  393. pulumi_kubernetes/policy/v1/outputs.py +5 -0
  394. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +10 -5
  395. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +9 -4
  396. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +10 -5
  397. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +11 -6
  398. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +11 -6
  399. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +11 -6
  400. pulumi_kubernetes/policy/v1beta1/_inputs.py +713 -0
  401. pulumi_kubernetes/policy/v1beta1/outputs.py +5 -0
  402. pulumi_kubernetes/provider.py +82 -6
  403. pulumi_kubernetes/pulumi-plugin.json +2 -1
  404. pulumi_kubernetes/rbac/v1/ClusterRole.py +14 -9
  405. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +14 -9
  406. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +11 -6
  407. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +14 -9
  408. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +11 -6
  409. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +14 -9
  410. pulumi_kubernetes/rbac/v1/Role.py +11 -6
  411. pulumi_kubernetes/rbac/v1/RoleBinding.py +14 -9
  412. pulumi_kubernetes/rbac/v1/RoleBindingList.py +11 -6
  413. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +14 -9
  414. pulumi_kubernetes/rbac/v1/RoleList.py +11 -6
  415. pulumi_kubernetes/rbac/v1/RolePatch.py +11 -6
  416. pulumi_kubernetes/rbac/v1/_inputs.py +295 -0
  417. pulumi_kubernetes/rbac/v1/outputs.py +5 -0
  418. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +14 -9
  419. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +14 -9
  420. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +11 -6
  421. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +14 -9
  422. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +11 -6
  423. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +14 -9
  424. pulumi_kubernetes/rbac/v1alpha1/Role.py +11 -6
  425. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +14 -9
  426. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +11 -6
  427. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +14 -9
  428. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +11 -6
  429. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +11 -6
  430. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +295 -0
  431. pulumi_kubernetes/rbac/v1alpha1/outputs.py +5 -0
  432. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +14 -9
  433. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +14 -9
  434. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +11 -6
  435. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +14 -9
  436. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +11 -6
  437. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +14 -9
  438. pulumi_kubernetes/rbac/v1beta1/Role.py +11 -6
  439. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +14 -9
  440. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +11 -6
  441. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +14 -9
  442. pulumi_kubernetes/rbac/v1beta1/RoleList.py +11 -6
  443. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +11 -6
  444. pulumi_kubernetes/rbac/v1beta1/_inputs.py +295 -0
  445. pulumi_kubernetes/rbac/v1beta1/outputs.py +5 -0
  446. pulumi_kubernetes/resource/__init__.py +6 -0
  447. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +11 -6
  448. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +11 -6
  449. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +11 -6
  450. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +12 -7
  451. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +11 -6
  452. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +12 -7
  453. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +12 -7
  454. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +11 -6
  455. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +12 -7
  456. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +14 -9
  457. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +11 -6
  458. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +14 -9
  459. pulumi_kubernetes/resource/v1alpha1/_inputs.py +458 -0
  460. pulumi_kubernetes/resource/v1alpha1/outputs.py +5 -0
  461. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +13 -6
  462. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +11 -6
  463. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +13 -6
  464. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +12 -7
  465. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +11 -6
  466. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +280 -0
  467. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +215 -0
  468. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +292 -0
  469. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +12 -7
  470. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +12 -7
  471. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +11 -6
  472. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +12 -7
  473. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +43 -9
  474. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +11 -6
  475. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +272 -0
  476. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +215 -0
  477. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +284 -0
  478. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +43 -9
  479. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +283 -0
  480. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +215 -0
  481. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +294 -0
  482. pulumi_kubernetes/resource/v1alpha2/__init__.py +9 -0
  483. pulumi_kubernetes/resource/v1alpha2/_inputs.py +3177 -634
  484. pulumi_kubernetes/resource/v1alpha2/outputs.py +2628 -880
  485. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +238 -0
  486. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +216 -0
  487. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +249 -0
  488. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +231 -0
  489. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +215 -0
  490. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +242 -0
  491. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +232 -0
  492. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +216 -0
  493. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +243 -0
  494. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +229 -0
  495. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +215 -0
  496. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +240 -0
  497. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +246 -0
  498. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +245 -0
  499. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +257 -0
  500. pulumi_kubernetes/resource/v1alpha3/__init__.py +24 -0
  501. pulumi_kubernetes/resource/v1alpha3/_inputs.py +4372 -0
  502. pulumi_kubernetes/resource/v1alpha3/outputs.py +3914 -0
  503. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +237 -0
  504. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +215 -0
  505. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +248 -0
  506. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +232 -0
  507. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +216 -0
  508. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +243 -0
  509. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +229 -0
  510. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +215 -0
  511. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +240 -0
  512. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +246 -0
  513. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +216 -0
  514. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +257 -0
  515. pulumi_kubernetes/resource/v1beta1/__init__.py +21 -0
  516. pulumi_kubernetes/resource/v1beta1/_inputs.py +3867 -0
  517. pulumi_kubernetes/resource/v1beta1/outputs.py +3334 -0
  518. pulumi_kubernetes/scheduling/v1/PriorityClass.py +8 -3
  519. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +11 -6
  520. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +8 -3
  521. pulumi_kubernetes/scheduling/v1/_inputs.py +44 -0
  522. pulumi_kubernetes/scheduling/v1/outputs.py +5 -0
  523. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +8 -3
  524. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +11 -6
  525. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +8 -3
  526. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +44 -0
  527. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +5 -0
  528. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +8 -3
  529. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +11 -6
  530. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +8 -3
  531. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +44 -0
  532. pulumi_kubernetes/scheduling/v1beta1/outputs.py +5 -0
  533. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +9 -4
  534. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +11 -6
  535. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +9 -4
  536. pulumi_kubernetes/settings/v1alpha1/_inputs.py +84 -0
  537. pulumi_kubernetes/settings/v1alpha1/outputs.py +5 -0
  538. pulumi_kubernetes/storage/v1/CSIDriver.py +11 -6
  539. pulumi_kubernetes/storage/v1/CSIDriverList.py +11 -6
  540. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +11 -6
  541. pulumi_kubernetes/storage/v1/CSINode.py +11 -6
  542. pulumi_kubernetes/storage/v1/CSINodeList.py +11 -6
  543. pulumi_kubernetes/storage/v1/CSINodePatch.py +11 -6
  544. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +11 -6
  545. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +11 -6
  546. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +11 -6
  547. pulumi_kubernetes/storage/v1/StorageClass.py +11 -6
  548. pulumi_kubernetes/storage/v1/StorageClassList.py +11 -6
  549. pulumi_kubernetes/storage/v1/StorageClassPatch.py +11 -6
  550. pulumi_kubernetes/storage/v1/VolumeAttachment.py +11 -6
  551. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +11 -6
  552. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +11 -6
  553. pulumi_kubernetes/storage/v1/_inputs.py +624 -10
  554. pulumi_kubernetes/storage/v1/outputs.py +17 -12
  555. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +11 -6
  556. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +11 -6
  557. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +11 -6
  558. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +10 -3
  559. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +11 -6
  560. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +10 -3
  561. pulumi_kubernetes/storage/v1alpha1/_inputs.py +187 -0
  562. pulumi_kubernetes/storage/v1alpha1/outputs.py +5 -0
  563. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +11 -6
  564. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +11 -6
  565. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +11 -6
  566. pulumi_kubernetes/storage/v1beta1/CSINode.py +11 -6
  567. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +11 -6
  568. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +11 -6
  569. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +11 -6
  570. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +11 -6
  571. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +11 -6
  572. pulumi_kubernetes/storage/v1beta1/StorageClass.py +11 -6
  573. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +11 -6
  574. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +11 -6
  575. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +11 -6
  576. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +11 -6
  577. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +11 -6
  578. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +252 -0
  579. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +215 -0
  580. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +263 -0
  581. pulumi_kubernetes/storage/v1beta1/__init__.py +3 -0
  582. pulumi_kubernetes/storage/v1beta1/_inputs.py +689 -0
  583. pulumi_kubernetes/storage/v1beta1/outputs.py +99 -0
  584. pulumi_kubernetes/storagemigration/__init__.py +14 -0
  585. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +224 -0
  586. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +215 -0
  587. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +236 -0
  588. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +12 -0
  589. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +585 -0
  590. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +593 -0
  591. pulumi_kubernetes/yaml/v2/ConfigFile.py +81 -4
  592. pulumi_kubernetes/yaml/v2/ConfigGroup.py +123 -42
  593. pulumi_kubernetes/yaml/yaml.py +264 -0
  594. {pulumi_kubernetes-4.10.0a1710355461.dist-info → pulumi_kubernetes-4.20.0a1736823142.dist-info}/METADATA +8 -7
  595. pulumi_kubernetes-4.20.0a1736823142.dist-info/RECORD +679 -0
  596. {pulumi_kubernetes-4.10.0a1710355461.dist-info → pulumi_kubernetes-4.20.0a1736823142.dist-info}/WHEEL +1 -1
  597. pulumi_kubernetes-4.10.0a1710355461.dist-info/RECORD +0 -592
  598. {pulumi_kubernetes-4.10.0a1710355461.dist-info → pulumi_kubernetes-4.20.0a1736823142.dist-info}/top_level.txt +0 -0
@@ -4,49 +4,117 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from ... import _utilities
11
16
  from ... import core as _core
12
17
  from ... import meta as _meta
13
18
 
14
19
  __all__ = [
15
20
  'ControllerRevisionArgs',
21
+ 'ControllerRevisionArgsDict',
16
22
  'DaemonSetConditionArgs',
23
+ 'DaemonSetConditionArgsDict',
17
24
  'DaemonSetSpecPatchArgs',
25
+ 'DaemonSetSpecPatchArgsDict',
18
26
  'DaemonSetSpecArgs',
27
+ 'DaemonSetSpecArgsDict',
19
28
  'DaemonSetStatusArgs',
29
+ 'DaemonSetStatusArgsDict',
20
30
  'DaemonSetUpdateStrategyPatchArgs',
31
+ 'DaemonSetUpdateStrategyPatchArgsDict',
21
32
  'DaemonSetUpdateStrategyArgs',
33
+ 'DaemonSetUpdateStrategyArgsDict',
22
34
  'DaemonSetArgs',
35
+ 'DaemonSetArgsDict',
23
36
  'DeploymentConditionArgs',
37
+ 'DeploymentConditionArgsDict',
24
38
  'DeploymentSpecPatchArgs',
39
+ 'DeploymentSpecPatchArgsDict',
25
40
  'DeploymentSpecArgs',
41
+ 'DeploymentSpecArgsDict',
26
42
  'DeploymentStatusArgs',
43
+ 'DeploymentStatusArgsDict',
27
44
  'DeploymentStrategyPatchArgs',
45
+ 'DeploymentStrategyPatchArgsDict',
28
46
  'DeploymentStrategyArgs',
47
+ 'DeploymentStrategyArgsDict',
29
48
  'DeploymentArgs',
49
+ 'DeploymentArgsDict',
30
50
  'ReplicaSetConditionArgs',
51
+ 'ReplicaSetConditionArgsDict',
31
52
  'ReplicaSetSpecPatchArgs',
53
+ 'ReplicaSetSpecPatchArgsDict',
32
54
  'ReplicaSetSpecArgs',
55
+ 'ReplicaSetSpecArgsDict',
33
56
  'ReplicaSetStatusArgs',
57
+ 'ReplicaSetStatusArgsDict',
34
58
  'ReplicaSetArgs',
59
+ 'ReplicaSetArgsDict',
35
60
  'RollingUpdateDaemonSetPatchArgs',
61
+ 'RollingUpdateDaemonSetPatchArgsDict',
36
62
  'RollingUpdateDaemonSetArgs',
63
+ 'RollingUpdateDaemonSetArgsDict',
37
64
  'RollingUpdateDeploymentPatchArgs',
65
+ 'RollingUpdateDeploymentPatchArgsDict',
38
66
  'RollingUpdateDeploymentArgs',
67
+ 'RollingUpdateDeploymentArgsDict',
39
68
  'RollingUpdateStatefulSetStrategyPatchArgs',
69
+ 'RollingUpdateStatefulSetStrategyPatchArgsDict',
40
70
  'RollingUpdateStatefulSetStrategyArgs',
71
+ 'RollingUpdateStatefulSetStrategyArgsDict',
41
72
  'StatefulSetConditionArgs',
73
+ 'StatefulSetConditionArgsDict',
42
74
  'StatefulSetSpecPatchArgs',
75
+ 'StatefulSetSpecPatchArgsDict',
43
76
  'StatefulSetSpecArgs',
77
+ 'StatefulSetSpecArgsDict',
44
78
  'StatefulSetStatusArgs',
79
+ 'StatefulSetStatusArgsDict',
45
80
  'StatefulSetUpdateStrategyPatchArgs',
81
+ 'StatefulSetUpdateStrategyPatchArgsDict',
46
82
  'StatefulSetUpdateStrategyArgs',
83
+ 'StatefulSetUpdateStrategyArgsDict',
47
84
  'StatefulSetArgs',
85
+ 'StatefulSetArgsDict',
48
86
  ]
49
87
 
88
+ MYPY = False
89
+
90
+ if not MYPY:
91
+ class ControllerRevisionArgsDict(TypedDict):
92
+ """
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
+ """
95
+ revision: pulumi.Input[int]
96
+ """
97
+ Revision indicates the revision of the state represented by Data.
98
+ """
99
+ api_version: NotRequired[pulumi.Input[str]]
100
+ """
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
+ """
103
+ data: NotRequired[Any]
104
+ """
105
+ Data is the serialized representation of the state.
106
+ """
107
+ kind: NotRequired[pulumi.Input[str]]
108
+ """
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
+ """
111
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
112
+ """
113
+ Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
114
+ """
115
+ elif False:
116
+ ControllerRevisionArgsDict: TypeAlias = Mapping[str, Any]
117
+
50
118
  @pulumi.input_type
51
119
  class ControllerRevisionArgs:
52
120
  def __init__(__self__, *,
@@ -134,6 +202,34 @@ class ControllerRevisionArgs:
134
202
  pulumi.set(self, "metadata", value)
135
203
 
136
204
 
205
+ if not MYPY:
206
+ class DaemonSetConditionArgsDict(TypedDict):
207
+ """
208
+ DaemonSetCondition describes the state of a DaemonSet at a certain point.
209
+ """
210
+ status: pulumi.Input[str]
211
+ """
212
+ Status of the condition, one of True, False, Unknown.
213
+ """
214
+ type: pulumi.Input[str]
215
+ """
216
+ Type of DaemonSet condition.
217
+ """
218
+ last_transition_time: NotRequired[pulumi.Input[str]]
219
+ """
220
+ Last time the condition transitioned from one status to another.
221
+ """
222
+ message: NotRequired[pulumi.Input[str]]
223
+ """
224
+ A human readable message indicating details about the transition.
225
+ """
226
+ reason: NotRequired[pulumi.Input[str]]
227
+ """
228
+ The reason for the condition's last transition.
229
+ """
230
+ elif False:
231
+ DaemonSetConditionArgsDict: TypeAlias = Mapping[str, Any]
232
+
137
233
  @pulumi.input_type
138
234
  class DaemonSetConditionArgs:
139
235
  def __init__(__self__, *,
@@ -220,6 +316,34 @@ class DaemonSetConditionArgs:
220
316
  pulumi.set(self, "reason", value)
221
317
 
222
318
 
319
+ if not MYPY:
320
+ class DaemonSetSpecPatchArgsDict(TypedDict):
321
+ """
322
+ DaemonSetSpec is the specification of a daemon set.
323
+ """
324
+ min_ready_seconds: NotRequired[pulumi.Input[int]]
325
+ """
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
+ """
328
+ revision_history_limit: NotRequired[pulumi.Input[int]]
329
+ """
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
+ """
332
+ selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorPatchArgsDict']]
333
+ """
334
+ 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
335
+ """
336
+ template: NotRequired[pulumi.Input['_core.v1.PodTemplateSpecPatchArgsDict']]
337
+ """
338
+ 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
339
+ """
340
+ update_strategy: NotRequired[pulumi.Input['DaemonSetUpdateStrategyPatchArgsDict']]
341
+ """
342
+ An update strategy to replace existing DaemonSet pods with new pods.
343
+ """
344
+ elif False:
345
+ DaemonSetSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
346
+
223
347
  @pulumi.input_type
224
348
  class DaemonSetSpecPatchArgs:
225
349
  def __init__(__self__, *,
@@ -308,6 +432,34 @@ class DaemonSetSpecPatchArgs:
308
432
  pulumi.set(self, "update_strategy", value)
309
433
 
310
434
 
435
+ if not MYPY:
436
+ class DaemonSetSpecArgsDict(TypedDict):
437
+ """
438
+ DaemonSetSpec is the specification of a daemon set.
439
+ """
440
+ selector: pulumi.Input['_meta.v1.LabelSelectorArgsDict']
441
+ """
442
+ 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
443
+ """
444
+ template: pulumi.Input['_core.v1.PodTemplateSpecArgsDict']
445
+ """
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
+ """
448
+ min_ready_seconds: NotRequired[pulumi.Input[int]]
449
+ """
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
+ """
452
+ revision_history_limit: NotRequired[pulumi.Input[int]]
453
+ """
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
+ """
456
+ update_strategy: NotRequired[pulumi.Input['DaemonSetUpdateStrategyArgsDict']]
457
+ """
458
+ An update strategy to replace existing DaemonSet pods with new pods.
459
+ """
460
+ elif False:
461
+ DaemonSetSpecArgsDict: TypeAlias = Mapping[str, Any]
462
+
311
463
  @pulumi.input_type
312
464
  class DaemonSetSpecArgs:
313
465
  def __init__(__self__, *,
@@ -394,6 +546,54 @@ class DaemonSetSpecArgs:
394
546
  pulumi.set(self, "update_strategy", value)
395
547
 
396
548
 
549
+ if not MYPY:
550
+ class DaemonSetStatusArgsDict(TypedDict):
551
+ """
552
+ DaemonSetStatus represents the current status of a daemon set.
553
+ """
554
+ current_number_scheduled: pulumi.Input[int]
555
+ """
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
+ """
558
+ desired_number_scheduled: pulumi.Input[int]
559
+ """
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
+ """
562
+ number_misscheduled: pulumi.Input[int]
563
+ """
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
+ """
566
+ number_ready: pulumi.Input[int]
567
+ """
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
+ """
570
+ collision_count: NotRequired[pulumi.Input[int]]
571
+ """
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
+ """
574
+ conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['DaemonSetConditionArgsDict']]]]
575
+ """
576
+ Represents the latest available observations of a DaemonSet's current state.
577
+ """
578
+ number_available: NotRequired[pulumi.Input[int]]
579
+ """
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
+ """
582
+ number_unavailable: NotRequired[pulumi.Input[int]]
583
+ """
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
+ """
586
+ observed_generation: NotRequired[pulumi.Input[int]]
587
+ """
588
+ The most recent generation observed by the daemon set controller.
589
+ """
590
+ updated_number_scheduled: NotRequired[pulumi.Input[int]]
591
+ """
592
+ The total number of nodes that are running updated daemon pod
593
+ """
594
+ elif False:
595
+ DaemonSetStatusArgsDict: TypeAlias = Mapping[str, Any]
596
+
397
597
  @pulumi.input_type
398
598
  class DaemonSetStatusArgs:
399
599
  def __init__(__self__, *,
@@ -558,6 +758,22 @@ class DaemonSetStatusArgs:
558
758
  pulumi.set(self, "updated_number_scheduled", value)
559
759
 
560
760
 
761
+ if not MYPY:
762
+ class DaemonSetUpdateStrategyPatchArgsDict(TypedDict):
763
+ """
764
+ DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
765
+ """
766
+ rolling_update: NotRequired[pulumi.Input['RollingUpdateDaemonSetPatchArgsDict']]
767
+ """
768
+ Rolling update config params. Present only if type = "RollingUpdate".
769
+ """
770
+ type: NotRequired[pulumi.Input[str]]
771
+ """
772
+ Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
773
+ """
774
+ elif False:
775
+ DaemonSetUpdateStrategyPatchArgsDict: TypeAlias = Mapping[str, Any]
776
+
561
777
  @pulumi.input_type
562
778
  class DaemonSetUpdateStrategyPatchArgs:
563
779
  def __init__(__self__, *,
@@ -598,6 +814,22 @@ class DaemonSetUpdateStrategyPatchArgs:
598
814
  pulumi.set(self, "type", value)
599
815
 
600
816
 
817
+ if not MYPY:
818
+ class DaemonSetUpdateStrategyArgsDict(TypedDict):
819
+ """
820
+ DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
821
+ """
822
+ rolling_update: NotRequired[pulumi.Input['RollingUpdateDaemonSetArgsDict']]
823
+ """
824
+ Rolling update config params. Present only if type = "RollingUpdate".
825
+ """
826
+ type: NotRequired[pulumi.Input[str]]
827
+ """
828
+ Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
829
+ """
830
+ elif False:
831
+ DaemonSetUpdateStrategyArgsDict: TypeAlias = Mapping[str, Any]
832
+
601
833
  @pulumi.input_type
602
834
  class DaemonSetUpdateStrategyArgs:
603
835
  def __init__(__self__, *,
@@ -638,6 +870,34 @@ class DaemonSetUpdateStrategyArgs:
638
870
  pulumi.set(self, "type", value)
639
871
 
640
872
 
873
+ if not MYPY:
874
+ class DaemonSetArgsDict(TypedDict):
875
+ """
876
+ DaemonSet represents the configuration of a daemon set.
877
+ """
878
+ api_version: NotRequired[pulumi.Input[str]]
879
+ """
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
+ """
882
+ kind: NotRequired[pulumi.Input[str]]
883
+ """
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
+ """
886
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
887
+ """
888
+ Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
889
+ """
890
+ spec: NotRequired[pulumi.Input['DaemonSetSpecArgsDict']]
891
+ """
892
+ The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
893
+ """
894
+ status: NotRequired[pulumi.Input['DaemonSetStatusArgsDict']]
895
+ """
896
+ 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
897
+ """
898
+ elif False:
899
+ DaemonSetArgsDict: TypeAlias = Mapping[str, Any]
900
+
641
901
  @pulumi.input_type
642
902
  class DaemonSetArgs:
643
903
  def __init__(__self__, *,
@@ -726,6 +986,38 @@ class DaemonSetArgs:
726
986
  pulumi.set(self, "status", value)
727
987
 
728
988
 
989
+ if not MYPY:
990
+ class DeploymentConditionArgsDict(TypedDict):
991
+ """
992
+ DeploymentCondition describes the state of a deployment at a certain point.
993
+ """
994
+ status: pulumi.Input[str]
995
+ """
996
+ Status of the condition, one of True, False, Unknown.
997
+ """
998
+ type: pulumi.Input[str]
999
+ """
1000
+ Type of deployment condition.
1001
+ """
1002
+ last_transition_time: NotRequired[pulumi.Input[str]]
1003
+ """
1004
+ Last time the condition transitioned from one status to another.
1005
+ """
1006
+ last_update_time: NotRequired[pulumi.Input[str]]
1007
+ """
1008
+ The last time this condition was updated.
1009
+ """
1010
+ message: NotRequired[pulumi.Input[str]]
1011
+ """
1012
+ A human readable message indicating details about the transition.
1013
+ """
1014
+ reason: NotRequired[pulumi.Input[str]]
1015
+ """
1016
+ The reason for the condition's last transition.
1017
+ """
1018
+ elif False:
1019
+ DeploymentConditionArgsDict: TypeAlias = Mapping[str, Any]
1020
+
729
1021
  @pulumi.input_type
730
1022
  class DeploymentConditionArgs:
731
1023
  def __init__(__self__, *,
@@ -828,6 +1120,46 @@ class DeploymentConditionArgs:
828
1120
  pulumi.set(self, "reason", value)
829
1121
 
830
1122
 
1123
+ if not MYPY:
1124
+ class DeploymentSpecPatchArgsDict(TypedDict):
1125
+ """
1126
+ DeploymentSpec is the specification of the desired behavior of the Deployment.
1127
+ """
1128
+ min_ready_seconds: NotRequired[pulumi.Input[int]]
1129
+ """
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
+ """
1132
+ paused: NotRequired[pulumi.Input[bool]]
1133
+ """
1134
+ Indicates that the deployment is paused.
1135
+ """
1136
+ progress_deadline_seconds: NotRequired[pulumi.Input[int]]
1137
+ """
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
+ """
1140
+ replicas: NotRequired[pulumi.Input[int]]
1141
+ """
1142
+ Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
1143
+ """
1144
+ revision_history_limit: NotRequired[pulumi.Input[int]]
1145
+ """
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
+ """
1148
+ selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorPatchArgsDict']]
1149
+ """
1150
+ 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.
1151
+ """
1152
+ strategy: NotRequired[pulumi.Input['DeploymentStrategyPatchArgsDict']]
1153
+ """
1154
+ The deployment strategy to use to replace existing pods with new ones.
1155
+ """
1156
+ template: NotRequired[pulumi.Input['_core.v1.PodTemplateSpecPatchArgsDict']]
1157
+ """
1158
+ Template describes the pods that will be created.
1159
+ """
1160
+ elif False:
1161
+ DeploymentSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
1162
+
831
1163
  @pulumi.input_type
832
1164
  class DeploymentSpecPatchArgs:
833
1165
  def __init__(__self__, *,
@@ -964,6 +1296,46 @@ class DeploymentSpecPatchArgs:
964
1296
  pulumi.set(self, "template", value)
965
1297
 
966
1298
 
1299
+ if not MYPY:
1300
+ class DeploymentSpecArgsDict(TypedDict):
1301
+ """
1302
+ DeploymentSpec is the specification of the desired behavior of the Deployment.
1303
+ """
1304
+ selector: pulumi.Input['_meta.v1.LabelSelectorArgsDict']
1305
+ """
1306
+ 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.
1307
+ """
1308
+ template: pulumi.Input['_core.v1.PodTemplateSpecArgsDict']
1309
+ """
1310
+ Template describes the pods that will be created.
1311
+ """
1312
+ min_ready_seconds: NotRequired[pulumi.Input[int]]
1313
+ """
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
+ """
1316
+ paused: NotRequired[pulumi.Input[bool]]
1317
+ """
1318
+ Indicates that the deployment is paused.
1319
+ """
1320
+ progress_deadline_seconds: NotRequired[pulumi.Input[int]]
1321
+ """
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
+ """
1324
+ replicas: NotRequired[pulumi.Input[int]]
1325
+ """
1326
+ Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
1327
+ """
1328
+ revision_history_limit: NotRequired[pulumi.Input[int]]
1329
+ """
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
+ """
1332
+ strategy: NotRequired[pulumi.Input['DeploymentStrategyArgsDict']]
1333
+ """
1334
+ The deployment strategy to use to replace existing pods with new ones.
1335
+ """
1336
+ elif False:
1337
+ DeploymentSpecArgsDict: TypeAlias = Mapping[str, Any]
1338
+
967
1339
  @pulumi.input_type
968
1340
  class DeploymentSpecArgs:
969
1341
  def __init__(__self__, *,
@@ -1098,6 +1470,46 @@ class DeploymentSpecArgs:
1098
1470
  pulumi.set(self, "strategy", value)
1099
1471
 
1100
1472
 
1473
+ if not MYPY:
1474
+ class DeploymentStatusArgsDict(TypedDict):
1475
+ """
1476
+ DeploymentStatus is the most recently observed status of the Deployment.
1477
+ """
1478
+ available_replicas: NotRequired[pulumi.Input[int]]
1479
+ """
1480
+ Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
1481
+ """
1482
+ collision_count: NotRequired[pulumi.Input[int]]
1483
+ """
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
+ """
1486
+ conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgsDict']]]]
1487
+ """
1488
+ Represents the latest available observations of a deployment's current state.
1489
+ """
1490
+ observed_generation: NotRequired[pulumi.Input[int]]
1491
+ """
1492
+ The generation observed by the deployment controller.
1493
+ """
1494
+ ready_replicas: NotRequired[pulumi.Input[int]]
1495
+ """
1496
+ Total number of ready pods targeted by this deployment.
1497
+ """
1498
+ replicas: NotRequired[pulumi.Input[int]]
1499
+ """
1500
+ Total number of non-terminated pods targeted by this deployment (their labels match the selector).
1501
+ """
1502
+ unavailable_replicas: NotRequired[pulumi.Input[int]]
1503
+ """
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
+ """
1506
+ updated_replicas: NotRequired[pulumi.Input[int]]
1507
+ """
1508
+ Total number of non-terminated pods targeted by this deployment that have the desired template spec.
1509
+ """
1510
+ elif False:
1511
+ DeploymentStatusArgsDict: TypeAlias = Mapping[str, Any]
1512
+
1101
1513
  @pulumi.input_type
1102
1514
  class DeploymentStatusArgs:
1103
1515
  def __init__(__self__, *,
@@ -1234,6 +1646,22 @@ class DeploymentStatusArgs:
1234
1646
  pulumi.set(self, "updated_replicas", value)
1235
1647
 
1236
1648
 
1649
+ if not MYPY:
1650
+ class DeploymentStrategyPatchArgsDict(TypedDict):
1651
+ """
1652
+ DeploymentStrategy describes how to replace existing pods with new ones.
1653
+ """
1654
+ rolling_update: NotRequired[pulumi.Input['RollingUpdateDeploymentPatchArgsDict']]
1655
+ """
1656
+ Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
1657
+ """
1658
+ type: NotRequired[pulumi.Input[str]]
1659
+ """
1660
+ Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1661
+ """
1662
+ elif False:
1663
+ DeploymentStrategyPatchArgsDict: TypeAlias = Mapping[str, Any]
1664
+
1237
1665
  @pulumi.input_type
1238
1666
  class DeploymentStrategyPatchArgs:
1239
1667
  def __init__(__self__, *,
@@ -1274,6 +1702,22 @@ class DeploymentStrategyPatchArgs:
1274
1702
  pulumi.set(self, "type", value)
1275
1703
 
1276
1704
 
1705
+ if not MYPY:
1706
+ class DeploymentStrategyArgsDict(TypedDict):
1707
+ """
1708
+ DeploymentStrategy describes how to replace existing pods with new ones.
1709
+ """
1710
+ rolling_update: NotRequired[pulumi.Input['RollingUpdateDeploymentArgsDict']]
1711
+ """
1712
+ Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
1713
+ """
1714
+ type: NotRequired[pulumi.Input[str]]
1715
+ """
1716
+ Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
1717
+ """
1718
+ elif False:
1719
+ DeploymentStrategyArgsDict: TypeAlias = Mapping[str, Any]
1720
+
1277
1721
  @pulumi.input_type
1278
1722
  class DeploymentStrategyArgs:
1279
1723
  def __init__(__self__, *,
@@ -1314,6 +1758,56 @@ class DeploymentStrategyArgs:
1314
1758
  pulumi.set(self, "type", value)
1315
1759
 
1316
1760
 
1761
+ if not MYPY:
1762
+ class DeploymentArgsDict(TypedDict):
1763
+ """
1764
+ Deployment enables declarative updates for Pods and ReplicaSets.
1765
+
1766
+ This resource waits until its status is ready before registering success
1767
+ for create/update, and populating output properties from the current state of the resource.
1768
+ The following conditions are used to determine whether the resource creation has
1769
+ succeeded or failed:
1770
+
1771
+ 1. The Deployment has begun to be updated by the Deployment controller. If the current
1772
+ generation of the Deployment is > 1, then this means that the current generation must
1773
+ be different from the generation reported by the last outputs.
1774
+ 2. There exists a ReplicaSet whose revision is equal to the current revision of the
1775
+ Deployment.
1776
+ 3. The Deployment's '.status.conditions' has a status of type 'Available' whose 'status'
1777
+ member is set to 'True'.
1778
+ 4. If the Deployment has generation > 1, then '.status.conditions' has a status of type
1779
+ 'Progressing', whose 'status' member is set to 'True', and whose 'reason' is
1780
+ 'NewReplicaSetAvailable'. For generation <= 1, this status field does not exist,
1781
+ because it doesn't do a rollout (i.e., it simply creates the Deployment and
1782
+ corresponding ReplicaSet), and therefore there is no rollout to mark as 'Progressing'.
1783
+
1784
+ If the Deployment has not reached a Ready state after 10 minutes, it will
1785
+ time out and mark the resource update as Failed. You can override the default timeout value
1786
+ by setting the 'customTimeouts' option on the resource.
1787
+ """
1788
+ api_version: NotRequired[pulumi.Input[str]]
1789
+ """
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
+ """
1792
+ kind: NotRequired[pulumi.Input[str]]
1793
+ """
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
+ """
1796
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
1797
+ """
1798
+ Standard object metadata.
1799
+ """
1800
+ spec: NotRequired[pulumi.Input['DeploymentSpecArgsDict']]
1801
+ """
1802
+ Specification of the desired behavior of the Deployment.
1803
+ """
1804
+ status: NotRequired[pulumi.Input['DeploymentStatusArgsDict']]
1805
+ """
1806
+ Most recently observed status of the Deployment.
1807
+ """
1808
+ elif False:
1809
+ DeploymentArgsDict: TypeAlias = Mapping[str, Any]
1810
+
1317
1811
  @pulumi.input_type
1318
1812
  class DeploymentArgs:
1319
1813
  def __init__(__self__, *,
@@ -1424,6 +1918,34 @@ class DeploymentArgs:
1424
1918
  pulumi.set(self, "status", value)
1425
1919
 
1426
1920
 
1921
+ if not MYPY:
1922
+ class ReplicaSetConditionArgsDict(TypedDict):
1923
+ """
1924
+ ReplicaSetCondition describes the state of a replica set at a certain point.
1925
+ """
1926
+ status: pulumi.Input[str]
1927
+ """
1928
+ Status of the condition, one of True, False, Unknown.
1929
+ """
1930
+ type: pulumi.Input[str]
1931
+ """
1932
+ Type of replica set condition.
1933
+ """
1934
+ last_transition_time: NotRequired[pulumi.Input[str]]
1935
+ """
1936
+ The last time the condition transitioned from one status to another.
1937
+ """
1938
+ message: NotRequired[pulumi.Input[str]]
1939
+ """
1940
+ A human readable message indicating details about the transition.
1941
+ """
1942
+ reason: NotRequired[pulumi.Input[str]]
1943
+ """
1944
+ The reason for the condition's last transition.
1945
+ """
1946
+ elif False:
1947
+ ReplicaSetConditionArgsDict: TypeAlias = Mapping[str, Any]
1948
+
1427
1949
  @pulumi.input_type
1428
1950
  class ReplicaSetConditionArgs:
1429
1951
  def __init__(__self__, *,
@@ -1510,6 +2032,30 @@ class ReplicaSetConditionArgs:
1510
2032
  pulumi.set(self, "reason", value)
1511
2033
 
1512
2034
 
2035
+ if not MYPY:
2036
+ class ReplicaSetSpecPatchArgsDict(TypedDict):
2037
+ """
2038
+ ReplicaSetSpec is the specification of a ReplicaSet.
2039
+ """
2040
+ min_ready_seconds: NotRequired[pulumi.Input[int]]
2041
+ """
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
+ """
2044
+ replicas: NotRequired[pulumi.Input[int]]
2045
+ """
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
+ """
2048
+ selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorPatchArgsDict']]
2049
+ """
2050
+ 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
2051
+ """
2052
+ template: NotRequired[pulumi.Input['_core.v1.PodTemplateSpecPatchArgsDict']]
2053
+ """
2054
+ 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
2055
+ """
2056
+ elif False:
2057
+ ReplicaSetSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
2058
+
1513
2059
  @pulumi.input_type
1514
2060
  class ReplicaSetSpecPatchArgs:
1515
2061
  def __init__(__self__, *,
@@ -1582,6 +2128,30 @@ class ReplicaSetSpecPatchArgs:
1582
2128
  pulumi.set(self, "template", value)
1583
2129
 
1584
2130
 
2131
+ if not MYPY:
2132
+ class ReplicaSetSpecArgsDict(TypedDict):
2133
+ """
2134
+ ReplicaSetSpec is the specification of a ReplicaSet.
2135
+ """
2136
+ selector: pulumi.Input['_meta.v1.LabelSelectorArgsDict']
2137
+ """
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
+ """
2140
+ min_ready_seconds: NotRequired[pulumi.Input[int]]
2141
+ """
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
+ """
2144
+ replicas: NotRequired[pulumi.Input[int]]
2145
+ """
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
+ """
2148
+ template: NotRequired[pulumi.Input['_core.v1.PodTemplateSpecArgsDict']]
2149
+ """
2150
+ 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
2151
+ """
2152
+ elif False:
2153
+ ReplicaSetSpecArgsDict: TypeAlias = Mapping[str, Any]
2154
+
1585
2155
  @pulumi.input_type
1586
2156
  class ReplicaSetSpecArgs:
1587
2157
  def __init__(__self__, *,
@@ -1653,6 +2223,38 @@ class ReplicaSetSpecArgs:
1653
2223
  pulumi.set(self, "template", value)
1654
2224
 
1655
2225
 
2226
+ if not MYPY:
2227
+ class ReplicaSetStatusArgsDict(TypedDict):
2228
+ """
2229
+ ReplicaSetStatus represents the current status of a ReplicaSet.
2230
+ """
2231
+ replicas: pulumi.Input[int]
2232
+ """
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
+ """
2235
+ available_replicas: NotRequired[pulumi.Input[int]]
2236
+ """
2237
+ The number of available replicas (ready for at least minReadySeconds) for this replica set.
2238
+ """
2239
+ conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['ReplicaSetConditionArgsDict']]]]
2240
+ """
2241
+ Represents the latest available observations of a replica set's current state.
2242
+ """
2243
+ fully_labeled_replicas: NotRequired[pulumi.Input[int]]
2244
+ """
2245
+ The number of pods that have labels matching the labels of the pod template of the replicaset.
2246
+ """
2247
+ observed_generation: NotRequired[pulumi.Input[int]]
2248
+ """
2249
+ ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
2250
+ """
2251
+ ready_replicas: NotRequired[pulumi.Input[int]]
2252
+ """
2253
+ The number of ready replicas for this replica set.
2254
+ """
2255
+ elif False:
2256
+ ReplicaSetStatusArgsDict: TypeAlias = Mapping[str, Any]
2257
+
1656
2258
  @pulumi.input_type
1657
2259
  class ReplicaSetStatusArgs:
1658
2260
  def __init__(__self__, *,
@@ -1756,6 +2358,34 @@ class ReplicaSetStatusArgs:
1756
2358
  pulumi.set(self, "ready_replicas", value)
1757
2359
 
1758
2360
 
2361
+ if not MYPY:
2362
+ class ReplicaSetArgsDict(TypedDict):
2363
+ """
2364
+ ReplicaSet ensures that a specified number of pod replicas are running at any given time.
2365
+ """
2366
+ api_version: NotRequired[pulumi.Input[str]]
2367
+ """
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
+ """
2370
+ kind: NotRequired[pulumi.Input[str]]
2371
+ """
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
+ """
2374
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
2375
+ """
2376
+ 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
2377
+ """
2378
+ spec: NotRequired[pulumi.Input['ReplicaSetSpecArgsDict']]
2379
+ """
2380
+ 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
2381
+ """
2382
+ status: NotRequired[pulumi.Input['ReplicaSetStatusArgsDict']]
2383
+ """
2384
+ 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
2385
+ """
2386
+ elif False:
2387
+ ReplicaSetArgsDict: TypeAlias = Mapping[str, Any]
2388
+
1759
2389
  @pulumi.input_type
1760
2390
  class ReplicaSetArgs:
1761
2391
  def __init__(__self__, *,
@@ -1844,6 +2474,18 @@ class ReplicaSetArgs:
1844
2474
  pulumi.set(self, "status", value)
1845
2475
 
1846
2476
 
2477
+ if not MYPY:
2478
+ class RollingUpdateDaemonSetPatchArgsDict(TypedDict):
2479
+ """
2480
+ Spec to control the desired behavior of daemon set rolling update.
2481
+ """
2482
+ max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
2483
+ """
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
+ """
2486
+ elif False:
2487
+ RollingUpdateDaemonSetPatchArgsDict: TypeAlias = Mapping[str, Any]
2488
+
1847
2489
  @pulumi.input_type
1848
2490
  class RollingUpdateDaemonSetPatchArgs:
1849
2491
  def __init__(__self__, *,
@@ -1868,6 +2510,18 @@ class RollingUpdateDaemonSetPatchArgs:
1868
2510
  pulumi.set(self, "max_unavailable", value)
1869
2511
 
1870
2512
 
2513
+ if not MYPY:
2514
+ class RollingUpdateDaemonSetArgsDict(TypedDict):
2515
+ """
2516
+ Spec to control the desired behavior of daemon set rolling update.
2517
+ """
2518
+ max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
2519
+ """
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
+ """
2522
+ elif False:
2523
+ RollingUpdateDaemonSetArgsDict: TypeAlias = Mapping[str, Any]
2524
+
1871
2525
  @pulumi.input_type
1872
2526
  class RollingUpdateDaemonSetArgs:
1873
2527
  def __init__(__self__, *,
@@ -1892,6 +2546,22 @@ class RollingUpdateDaemonSetArgs:
1892
2546
  pulumi.set(self, "max_unavailable", value)
1893
2547
 
1894
2548
 
2549
+ if not MYPY:
2550
+ class RollingUpdateDeploymentPatchArgsDict(TypedDict):
2551
+ """
2552
+ Spec to control the desired behavior of rolling update.
2553
+ """
2554
+ max_surge: NotRequired[pulumi.Input[Union[int, str]]]
2555
+ """
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
+ """
2558
+ max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
2559
+ """
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
+ """
2562
+ elif False:
2563
+ RollingUpdateDeploymentPatchArgsDict: TypeAlias = Mapping[str, Any]
2564
+
1895
2565
  @pulumi.input_type
1896
2566
  class RollingUpdateDeploymentPatchArgs:
1897
2567
  def __init__(__self__, *,
@@ -1932,6 +2602,22 @@ class RollingUpdateDeploymentPatchArgs:
1932
2602
  pulumi.set(self, "max_unavailable", value)
1933
2603
 
1934
2604
 
2605
+ if not MYPY:
2606
+ class RollingUpdateDeploymentArgsDict(TypedDict):
2607
+ """
2608
+ Spec to control the desired behavior of rolling update.
2609
+ """
2610
+ max_surge: NotRequired[pulumi.Input[Union[int, str]]]
2611
+ """
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
+ """
2614
+ max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
2615
+ """
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
+ """
2618
+ elif False:
2619
+ RollingUpdateDeploymentArgsDict: TypeAlias = Mapping[str, Any]
2620
+
1935
2621
  @pulumi.input_type
1936
2622
  class RollingUpdateDeploymentArgs:
1937
2623
  def __init__(__self__, *,
@@ -1972,6 +2658,18 @@ class RollingUpdateDeploymentArgs:
1972
2658
  pulumi.set(self, "max_unavailable", value)
1973
2659
 
1974
2660
 
2661
+ if not MYPY:
2662
+ class RollingUpdateStatefulSetStrategyPatchArgsDict(TypedDict):
2663
+ """
2664
+ RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
2665
+ """
2666
+ partition: NotRequired[pulumi.Input[int]]
2667
+ """
2668
+ Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
2669
+ """
2670
+ elif False:
2671
+ RollingUpdateStatefulSetStrategyPatchArgsDict: TypeAlias = Mapping[str, Any]
2672
+
1975
2673
  @pulumi.input_type
1976
2674
  class RollingUpdateStatefulSetStrategyPatchArgs:
1977
2675
  def __init__(__self__, *,
@@ -1996,6 +2694,18 @@ class RollingUpdateStatefulSetStrategyPatchArgs:
1996
2694
  pulumi.set(self, "partition", value)
1997
2695
 
1998
2696
 
2697
+ if not MYPY:
2698
+ class RollingUpdateStatefulSetStrategyArgsDict(TypedDict):
2699
+ """
2700
+ RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
2701
+ """
2702
+ partition: NotRequired[pulumi.Input[int]]
2703
+ """
2704
+ Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
2705
+ """
2706
+ elif False:
2707
+ RollingUpdateStatefulSetStrategyArgsDict: TypeAlias = Mapping[str, Any]
2708
+
1999
2709
  @pulumi.input_type
2000
2710
  class RollingUpdateStatefulSetStrategyArgs:
2001
2711
  def __init__(__self__, *,
@@ -2020,6 +2730,34 @@ class RollingUpdateStatefulSetStrategyArgs:
2020
2730
  pulumi.set(self, "partition", value)
2021
2731
 
2022
2732
 
2733
+ if not MYPY:
2734
+ class StatefulSetConditionArgsDict(TypedDict):
2735
+ """
2736
+ StatefulSetCondition describes the state of a statefulset at a certain point.
2737
+ """
2738
+ status: pulumi.Input[str]
2739
+ """
2740
+ Status of the condition, one of True, False, Unknown.
2741
+ """
2742
+ type: pulumi.Input[str]
2743
+ """
2744
+ Type of statefulset condition.
2745
+ """
2746
+ last_transition_time: NotRequired[pulumi.Input[str]]
2747
+ """
2748
+ Last time the condition transitioned from one status to another.
2749
+ """
2750
+ message: NotRequired[pulumi.Input[str]]
2751
+ """
2752
+ A human readable message indicating details about the transition.
2753
+ """
2754
+ reason: NotRequired[pulumi.Input[str]]
2755
+ """
2756
+ The reason for the condition's last transition.
2757
+ """
2758
+ elif False:
2759
+ StatefulSetConditionArgsDict: TypeAlias = Mapping[str, Any]
2760
+
2023
2761
  @pulumi.input_type
2024
2762
  class StatefulSetConditionArgs:
2025
2763
  def __init__(__self__, *,
@@ -2106,6 +2844,46 @@ class StatefulSetConditionArgs:
2106
2844
  pulumi.set(self, "reason", value)
2107
2845
 
2108
2846
 
2847
+ if not MYPY:
2848
+ class StatefulSetSpecPatchArgsDict(TypedDict):
2849
+ """
2850
+ A StatefulSetSpec is the specification of a StatefulSet.
2851
+ """
2852
+ pod_management_policy: NotRequired[pulumi.Input[str]]
2853
+ """
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
+ """
2856
+ replicas: NotRequired[pulumi.Input[int]]
2857
+ """
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
+ """
2860
+ revision_history_limit: NotRequired[pulumi.Input[int]]
2861
+ """
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
+ """
2864
+ selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorPatchArgsDict']]
2865
+ """
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
+ """
2868
+ service_name: NotRequired[pulumi.Input[str]]
2869
+ """
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
+ """
2872
+ template: NotRequired[pulumi.Input['_core.v1.PodTemplateSpecPatchArgsDict']]
2873
+ """
2874
+ 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.
2875
+ """
2876
+ update_strategy: NotRequired[pulumi.Input['StatefulSetUpdateStrategyPatchArgsDict']]
2877
+ """
2878
+ updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
2879
+ """
2880
+ volume_claim_templates: NotRequired[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimPatchArgsDict']]]]
2881
+ """
2882
+ 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.
2883
+ """
2884
+ elif False:
2885
+ StatefulSetSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
2886
+
2109
2887
  @pulumi.input_type
2110
2888
  class StatefulSetSpecPatchArgs:
2111
2889
  def __init__(__self__, *,
@@ -2242,6 +3020,46 @@ class StatefulSetSpecPatchArgs:
2242
3020
  pulumi.set(self, "volume_claim_templates", value)
2243
3021
 
2244
3022
 
3023
+ if not MYPY:
3024
+ class StatefulSetSpecArgsDict(TypedDict):
3025
+ """
3026
+ A StatefulSetSpec is the specification of a StatefulSet.
3027
+ """
3028
+ selector: pulumi.Input['_meta.v1.LabelSelectorArgsDict']
3029
+ """
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
+ """
3032
+ service_name: pulumi.Input[str]
3033
+ """
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
+ """
3036
+ template: pulumi.Input['_core.v1.PodTemplateSpecArgsDict']
3037
+ """
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
+ """
3040
+ pod_management_policy: NotRequired[pulumi.Input[str]]
3041
+ """
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
+ """
3044
+ replicas: NotRequired[pulumi.Input[int]]
3045
+ """
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
+ """
3048
+ revision_history_limit: NotRequired[pulumi.Input[int]]
3049
+ """
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
+ """
3052
+ update_strategy: NotRequired[pulumi.Input['StatefulSetUpdateStrategyArgsDict']]
3053
+ """
3054
+ updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
3055
+ """
3056
+ volume_claim_templates: NotRequired[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimArgsDict']]]]
3057
+ """
3058
+ 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.
3059
+ """
3060
+ elif False:
3061
+ StatefulSetSpecArgsDict: TypeAlias = Mapping[str, Any]
3062
+
2245
3063
  @pulumi.input_type
2246
3064
  class StatefulSetSpecArgs:
2247
3065
  def __init__(__self__, *,
@@ -2375,6 +3193,50 @@ class StatefulSetSpecArgs:
2375
3193
  pulumi.set(self, "volume_claim_templates", value)
2376
3194
 
2377
3195
 
3196
+ if not MYPY:
3197
+ class StatefulSetStatusArgsDict(TypedDict):
3198
+ """
3199
+ StatefulSetStatus represents the current state of a StatefulSet.
3200
+ """
3201
+ replicas: pulumi.Input[int]
3202
+ """
3203
+ replicas is the number of Pods created by the StatefulSet controller.
3204
+ """
3205
+ collision_count: NotRequired[pulumi.Input[int]]
3206
+ """
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
+ """
3209
+ conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgsDict']]]]
3210
+ """
3211
+ Represents the latest available observations of a statefulset's current state.
3212
+ """
3213
+ current_replicas: NotRequired[pulumi.Input[int]]
3214
+ """
3215
+ currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
3216
+ """
3217
+ current_revision: NotRequired[pulumi.Input[str]]
3218
+ """
3219
+ currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
3220
+ """
3221
+ observed_generation: NotRequired[pulumi.Input[int]]
3222
+ """
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
+ """
3225
+ ready_replicas: NotRequired[pulumi.Input[int]]
3226
+ """
3227
+ readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
3228
+ """
3229
+ update_revision: NotRequired[pulumi.Input[str]]
3230
+ """
3231
+ updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
3232
+ """
3233
+ updated_replicas: NotRequired[pulumi.Input[int]]
3234
+ """
3235
+ updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
3236
+ """
3237
+ elif False:
3238
+ StatefulSetStatusArgsDict: TypeAlias = Mapping[str, Any]
3239
+
2378
3240
  @pulumi.input_type
2379
3241
  class StatefulSetStatusArgs:
2380
3242
  def __init__(__self__, *,
@@ -2526,6 +3388,22 @@ class StatefulSetStatusArgs:
2526
3388
  pulumi.set(self, "updated_replicas", value)
2527
3389
 
2528
3390
 
3391
+ if not MYPY:
3392
+ class StatefulSetUpdateStrategyPatchArgsDict(TypedDict):
3393
+ """
3394
+ 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.
3395
+ """
3396
+ rolling_update: NotRequired[pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgsDict']]
3397
+ """
3398
+ RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
3399
+ """
3400
+ type: NotRequired[pulumi.Input[str]]
3401
+ """
3402
+ Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
3403
+ """
3404
+ elif False:
3405
+ StatefulSetUpdateStrategyPatchArgsDict: TypeAlias = Mapping[str, Any]
3406
+
2529
3407
  @pulumi.input_type
2530
3408
  class StatefulSetUpdateStrategyPatchArgs:
2531
3409
  def __init__(__self__, *,
@@ -2566,6 +3444,22 @@ class StatefulSetUpdateStrategyPatchArgs:
2566
3444
  pulumi.set(self, "type", value)
2567
3445
 
2568
3446
 
3447
+ if not MYPY:
3448
+ class StatefulSetUpdateStrategyArgsDict(TypedDict):
3449
+ """
3450
+ 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.
3451
+ """
3452
+ rolling_update: NotRequired[pulumi.Input['RollingUpdateStatefulSetStrategyArgsDict']]
3453
+ """
3454
+ RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
3455
+ """
3456
+ type: NotRequired[pulumi.Input[str]]
3457
+ """
3458
+ Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
3459
+ """
3460
+ elif False:
3461
+ StatefulSetUpdateStrategyArgsDict: TypeAlias = Mapping[str, Any]
3462
+
2569
3463
  @pulumi.input_type
2570
3464
  class StatefulSetUpdateStrategyArgs:
2571
3465
  def __init__(__self__, *,
@@ -2606,6 +3500,47 @@ class StatefulSetUpdateStrategyArgs:
2606
3500
  pulumi.set(self, "type", value)
2607
3501
 
2608
3502
 
3503
+ if not MYPY:
3504
+ class StatefulSetArgsDict(TypedDict):
3505
+ """
3506
+ StatefulSet represents a set of pods with consistent identities. Identities are defined as:
3507
+ - Network: A single stable DNS and hostname.
3508
+ - Storage: As many VolumeClaims as requested.
3509
+ The StatefulSet guarantees that a given network identity will always map to the same storage identity.
3510
+
3511
+ This resource waits until its status is ready before registering success
3512
+ for create/update, and populating output properties from the current state of the resource.
3513
+ The following conditions are used to determine whether the resource creation has
3514
+ succeeded or failed:
3515
+
3516
+ 1. The value of 'spec.replicas' matches '.status.replicas', '.status.currentReplicas',
3517
+ and '.status.readyReplicas'.
3518
+ 2. The value of '.status.updateRevision' matches '.status.currentRevision'.
3519
+
3520
+ If the StatefulSet has not reached a Ready state after 10 minutes, it will
3521
+ time out and mark the resource update as Failed. You can override the default timeout value
3522
+ by setting the 'customTimeouts' option on the resource.
3523
+ """
3524
+ api_version: NotRequired[pulumi.Input[str]]
3525
+ """
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
+ """
3528
+ kind: NotRequired[pulumi.Input[str]]
3529
+ """
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
+ """
3532
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
3533
+ spec: NotRequired[pulumi.Input['StatefulSetSpecArgsDict']]
3534
+ """
3535
+ Spec defines the desired identities of pods in this set.
3536
+ """
3537
+ status: NotRequired[pulumi.Input['StatefulSetStatusArgsDict']]
3538
+ """
3539
+ Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
3540
+ """
3541
+ elif False:
3542
+ StatefulSetArgsDict: TypeAlias = Mapping[str, Any]
3543
+
2609
3544
  @pulumi.input_type
2610
3545
  class StatefulSetArgs:
2611
3546
  def __init__(__self__, *,