pulumi-kubernetes 4.10.0a1710288589__py3-none-any.whl → 4.20.0__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.0a1710288589.dist-info → pulumi_kubernetes-4.20.0.dist-info}/METADATA +8 -7
  595. pulumi_kubernetes-4.20.0.dist-info/RECORD +679 -0
  596. {pulumi_kubernetes-4.10.0a1710288589.dist-info → pulumi_kubernetes-4.20.0.dist-info}/WHEEL +1 -1
  597. pulumi_kubernetes-4.10.0a1710288589.dist-info/RECORD +0 -592
  598. {pulumi_kubernetes-4.10.0a1710288589.dist-info → pulumi_kubernetes-4.20.0.dist-info}/top_level.txt +0 -0
@@ -4,37 +4,93 @@
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
  'DeploymentConditionArgs',
23
+ 'DeploymentConditionArgsDict',
17
24
  'DeploymentSpecPatchArgs',
25
+ 'DeploymentSpecPatchArgsDict',
18
26
  'DeploymentSpecArgs',
27
+ 'DeploymentSpecArgsDict',
19
28
  'DeploymentStatusArgs',
29
+ 'DeploymentStatusArgsDict',
20
30
  'DeploymentStrategyPatchArgs',
31
+ 'DeploymentStrategyPatchArgsDict',
21
32
  'DeploymentStrategyArgs',
33
+ 'DeploymentStrategyArgsDict',
22
34
  'DeploymentArgs',
35
+ 'DeploymentArgsDict',
23
36
  'RollbackConfigPatchArgs',
37
+ 'RollbackConfigPatchArgsDict',
24
38
  'RollbackConfigArgs',
39
+ 'RollbackConfigArgsDict',
25
40
  'RollingUpdateDeploymentPatchArgs',
41
+ 'RollingUpdateDeploymentPatchArgsDict',
26
42
  'RollingUpdateDeploymentArgs',
43
+ 'RollingUpdateDeploymentArgsDict',
27
44
  'RollingUpdateStatefulSetStrategyPatchArgs',
45
+ 'RollingUpdateStatefulSetStrategyPatchArgsDict',
28
46
  'RollingUpdateStatefulSetStrategyArgs',
47
+ 'RollingUpdateStatefulSetStrategyArgsDict',
29
48
  'StatefulSetConditionArgs',
49
+ 'StatefulSetConditionArgsDict',
30
50
  'StatefulSetSpecPatchArgs',
51
+ 'StatefulSetSpecPatchArgsDict',
31
52
  'StatefulSetSpecArgs',
53
+ 'StatefulSetSpecArgsDict',
32
54
  'StatefulSetStatusArgs',
55
+ 'StatefulSetStatusArgsDict',
33
56
  'StatefulSetUpdateStrategyPatchArgs',
57
+ 'StatefulSetUpdateStrategyPatchArgsDict',
34
58
  'StatefulSetUpdateStrategyArgs',
59
+ 'StatefulSetUpdateStrategyArgsDict',
35
60
  'StatefulSetArgs',
61
+ 'StatefulSetArgsDict',
36
62
  ]
37
63
 
64
+ MYPY = False
65
+
66
+ if not MYPY:
67
+ class ControllerRevisionArgsDict(TypedDict):
68
+ """
69
+ 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.
70
+ """
71
+ revision: pulumi.Input[int]
72
+ """
73
+ Revision indicates the revision of the state represented by Data.
74
+ """
75
+ api_version: NotRequired[pulumi.Input[str]]
76
+ """
77
+ APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
78
+ """
79
+ data: NotRequired[Any]
80
+ """
81
+ Data is the serialized representation of the state.
82
+ """
83
+ kind: NotRequired[pulumi.Input[str]]
84
+ """
85
+ 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
86
+ """
87
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
88
+ """
89
+ Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
90
+ """
91
+ elif False:
92
+ ControllerRevisionArgsDict: TypeAlias = Mapping[str, Any]
93
+
38
94
  @pulumi.input_type
39
95
  class ControllerRevisionArgs:
40
96
  def __init__(__self__, *,
@@ -122,6 +178,38 @@ class ControllerRevisionArgs:
122
178
  pulumi.set(self, "metadata", value)
123
179
 
124
180
 
181
+ if not MYPY:
182
+ class DeploymentConditionArgsDict(TypedDict):
183
+ """
184
+ DeploymentCondition describes the state of a deployment at a certain point.
185
+ """
186
+ status: pulumi.Input[str]
187
+ """
188
+ Status of the condition, one of True, False, Unknown.
189
+ """
190
+ type: pulumi.Input[str]
191
+ """
192
+ Type of deployment condition.
193
+ """
194
+ last_transition_time: NotRequired[pulumi.Input[str]]
195
+ """
196
+ Last time the condition transitioned from one status to another.
197
+ """
198
+ last_update_time: NotRequired[pulumi.Input[str]]
199
+ """
200
+ The last time this condition was updated.
201
+ """
202
+ message: NotRequired[pulumi.Input[str]]
203
+ """
204
+ A human readable message indicating details about the transition.
205
+ """
206
+ reason: NotRequired[pulumi.Input[str]]
207
+ """
208
+ The reason for the condition's last transition.
209
+ """
210
+ elif False:
211
+ DeploymentConditionArgsDict: TypeAlias = Mapping[str, Any]
212
+
125
213
  @pulumi.input_type
126
214
  class DeploymentConditionArgs:
127
215
  def __init__(__self__, *,
@@ -224,6 +312,50 @@ class DeploymentConditionArgs:
224
312
  pulumi.set(self, "reason", value)
225
313
 
226
314
 
315
+ if not MYPY:
316
+ class DeploymentSpecPatchArgsDict(TypedDict):
317
+ """
318
+ DeploymentSpec is the specification of the desired behavior of the Deployment.
319
+ """
320
+ min_ready_seconds: NotRequired[pulumi.Input[int]]
321
+ """
322
+ 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)
323
+ """
324
+ paused: NotRequired[pulumi.Input[bool]]
325
+ """
326
+ Indicates that the deployment is paused.
327
+ """
328
+ progress_deadline_seconds: NotRequired[pulumi.Input[int]]
329
+ """
330
+ 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.
331
+ """
332
+ replicas: NotRequired[pulumi.Input[int]]
333
+ """
334
+ Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
335
+ """
336
+ revision_history_limit: NotRequired[pulumi.Input[int]]
337
+ """
338
+ The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
339
+ """
340
+ rollback_to: NotRequired[pulumi.Input['RollbackConfigPatchArgsDict']]
341
+ """
342
+ DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
343
+ """
344
+ selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorPatchArgsDict']]
345
+ """
346
+ Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.
347
+ """
348
+ strategy: NotRequired[pulumi.Input['DeploymentStrategyPatchArgsDict']]
349
+ """
350
+ The deployment strategy to use to replace existing pods with new ones.
351
+ """
352
+ template: NotRequired[pulumi.Input['_core.v1.PodTemplateSpecPatchArgsDict']]
353
+ """
354
+ Template describes the pods that will be created.
355
+ """
356
+ elif False:
357
+ DeploymentSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
358
+
227
359
  @pulumi.input_type
228
360
  class DeploymentSpecPatchArgs:
229
361
  def __init__(__self__, *,
@@ -376,6 +508,50 @@ class DeploymentSpecPatchArgs:
376
508
  pulumi.set(self, "template", value)
377
509
 
378
510
 
511
+ if not MYPY:
512
+ class DeploymentSpecArgsDict(TypedDict):
513
+ """
514
+ DeploymentSpec is the specification of the desired behavior of the Deployment.
515
+ """
516
+ template: pulumi.Input['_core.v1.PodTemplateSpecArgsDict']
517
+ """
518
+ Template describes the pods that will be created.
519
+ """
520
+ min_ready_seconds: NotRequired[pulumi.Input[int]]
521
+ """
522
+ 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)
523
+ """
524
+ paused: NotRequired[pulumi.Input[bool]]
525
+ """
526
+ Indicates that the deployment is paused.
527
+ """
528
+ progress_deadline_seconds: NotRequired[pulumi.Input[int]]
529
+ """
530
+ 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.
531
+ """
532
+ replicas: NotRequired[pulumi.Input[int]]
533
+ """
534
+ Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
535
+ """
536
+ revision_history_limit: NotRequired[pulumi.Input[int]]
537
+ """
538
+ The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
539
+ """
540
+ rollback_to: NotRequired[pulumi.Input['RollbackConfigArgsDict']]
541
+ """
542
+ DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
543
+ """
544
+ selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorArgsDict']]
545
+ """
546
+ Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.
547
+ """
548
+ strategy: NotRequired[pulumi.Input['DeploymentStrategyArgsDict']]
549
+ """
550
+ The deployment strategy to use to replace existing pods with new ones.
551
+ """
552
+ elif False:
553
+ DeploymentSpecArgsDict: TypeAlias = Mapping[str, Any]
554
+
379
555
  @pulumi.input_type
380
556
  class DeploymentSpecArgs:
381
557
  def __init__(__self__, *,
@@ -527,6 +703,46 @@ class DeploymentSpecArgs:
527
703
  pulumi.set(self, "strategy", value)
528
704
 
529
705
 
706
+ if not MYPY:
707
+ class DeploymentStatusArgsDict(TypedDict):
708
+ """
709
+ DeploymentStatus is the most recently observed status of the Deployment.
710
+ """
711
+ available_replicas: NotRequired[pulumi.Input[int]]
712
+ """
713
+ Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
714
+ """
715
+ collision_count: NotRequired[pulumi.Input[int]]
716
+ """
717
+ 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.
718
+ """
719
+ conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgsDict']]]]
720
+ """
721
+ Represents the latest available observations of a deployment's current state.
722
+ """
723
+ observed_generation: NotRequired[pulumi.Input[int]]
724
+ """
725
+ The generation observed by the deployment controller.
726
+ """
727
+ ready_replicas: NotRequired[pulumi.Input[int]]
728
+ """
729
+ Total number of ready pods targeted by this deployment.
730
+ """
731
+ replicas: NotRequired[pulumi.Input[int]]
732
+ """
733
+ Total number of non-terminated pods targeted by this deployment (their labels match the selector).
734
+ """
735
+ unavailable_replicas: NotRequired[pulumi.Input[int]]
736
+ """
737
+ 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.
738
+ """
739
+ updated_replicas: NotRequired[pulumi.Input[int]]
740
+ """
741
+ Total number of non-terminated pods targeted by this deployment that have the desired template spec.
742
+ """
743
+ elif False:
744
+ DeploymentStatusArgsDict: TypeAlias = Mapping[str, Any]
745
+
530
746
  @pulumi.input_type
531
747
  class DeploymentStatusArgs:
532
748
  def __init__(__self__, *,
@@ -663,6 +879,22 @@ class DeploymentStatusArgs:
663
879
  pulumi.set(self, "updated_replicas", value)
664
880
 
665
881
 
882
+ if not MYPY:
883
+ class DeploymentStrategyPatchArgsDict(TypedDict):
884
+ """
885
+ DeploymentStrategy describes how to replace existing pods with new ones.
886
+ """
887
+ rolling_update: NotRequired[pulumi.Input['RollingUpdateDeploymentPatchArgsDict']]
888
+ """
889
+ Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
890
+ """
891
+ type: NotRequired[pulumi.Input[str]]
892
+ """
893
+ Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
894
+ """
895
+ elif False:
896
+ DeploymentStrategyPatchArgsDict: TypeAlias = Mapping[str, Any]
897
+
666
898
  @pulumi.input_type
667
899
  class DeploymentStrategyPatchArgs:
668
900
  def __init__(__self__, *,
@@ -703,6 +935,22 @@ class DeploymentStrategyPatchArgs:
703
935
  pulumi.set(self, "type", value)
704
936
 
705
937
 
938
+ if not MYPY:
939
+ class DeploymentStrategyArgsDict(TypedDict):
940
+ """
941
+ DeploymentStrategy describes how to replace existing pods with new ones.
942
+ """
943
+ rolling_update: NotRequired[pulumi.Input['RollingUpdateDeploymentArgsDict']]
944
+ """
945
+ Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
946
+ """
947
+ type: NotRequired[pulumi.Input[str]]
948
+ """
949
+ Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
950
+ """
951
+ elif False:
952
+ DeploymentStrategyArgsDict: TypeAlias = Mapping[str, Any]
953
+
706
954
  @pulumi.input_type
707
955
  class DeploymentStrategyArgs:
708
956
  def __init__(__self__, *,
@@ -743,6 +991,56 @@ class DeploymentStrategyArgs:
743
991
  pulumi.set(self, "type", value)
744
992
 
745
993
 
994
+ if not MYPY:
995
+ class DeploymentArgsDict(TypedDict):
996
+ """
997
+ Deployment enables declarative updates for Pods and ReplicaSets.
998
+
999
+ This resource waits until its status is ready before registering success
1000
+ for create/update, and populating output properties from the current state of the resource.
1001
+ The following conditions are used to determine whether the resource creation has
1002
+ succeeded or failed:
1003
+
1004
+ 1. The Deployment has begun to be updated by the Deployment controller. If the current
1005
+ generation of the Deployment is > 1, then this means that the current generation must
1006
+ be different from the generation reported by the last outputs.
1007
+ 2. There exists a ReplicaSet whose revision is equal to the current revision of the
1008
+ Deployment.
1009
+ 3. The Deployment's '.status.conditions' has a status of type 'Available' whose 'status'
1010
+ member is set to 'True'.
1011
+ 4. If the Deployment has generation > 1, then '.status.conditions' has a status of type
1012
+ 'Progressing', whose 'status' member is set to 'True', and whose 'reason' is
1013
+ 'NewReplicaSetAvailable'. For generation <= 1, this status field does not exist,
1014
+ because it doesn't do a rollout (i.e., it simply creates the Deployment and
1015
+ corresponding ReplicaSet), and therefore there is no rollout to mark as 'Progressing'.
1016
+
1017
+ If the Deployment has not reached a Ready state after 10 minutes, it will
1018
+ time out and mark the resource update as Failed. You can override the default timeout value
1019
+ by setting the 'customTimeouts' option on the resource.
1020
+ """
1021
+ api_version: NotRequired[pulumi.Input[str]]
1022
+ """
1023
+ 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
1024
+ """
1025
+ kind: NotRequired[pulumi.Input[str]]
1026
+ """
1027
+ 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
1028
+ """
1029
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
1030
+ """
1031
+ Standard object metadata.
1032
+ """
1033
+ spec: NotRequired[pulumi.Input['DeploymentSpecArgsDict']]
1034
+ """
1035
+ Specification of the desired behavior of the Deployment.
1036
+ """
1037
+ status: NotRequired[pulumi.Input['DeploymentStatusArgsDict']]
1038
+ """
1039
+ Most recently observed status of the Deployment.
1040
+ """
1041
+ elif False:
1042
+ DeploymentArgsDict: TypeAlias = Mapping[str, Any]
1043
+
746
1044
  @pulumi.input_type
747
1045
  class DeploymentArgs:
748
1046
  def __init__(__self__, *,
@@ -853,6 +1151,18 @@ class DeploymentArgs:
853
1151
  pulumi.set(self, "status", value)
854
1152
 
855
1153
 
1154
+ if not MYPY:
1155
+ class RollbackConfigPatchArgsDict(TypedDict):
1156
+ """
1157
+ DEPRECATED.
1158
+ """
1159
+ revision: NotRequired[pulumi.Input[int]]
1160
+ """
1161
+ The revision to rollback to. If set to 0, rollback to the last revision.
1162
+ """
1163
+ elif False:
1164
+ RollbackConfigPatchArgsDict: TypeAlias = Mapping[str, Any]
1165
+
856
1166
  @pulumi.input_type
857
1167
  class RollbackConfigPatchArgs:
858
1168
  def __init__(__self__, *,
@@ -877,6 +1187,18 @@ class RollbackConfigPatchArgs:
877
1187
  pulumi.set(self, "revision", value)
878
1188
 
879
1189
 
1190
+ if not MYPY:
1191
+ class RollbackConfigArgsDict(TypedDict):
1192
+ """
1193
+ DEPRECATED.
1194
+ """
1195
+ revision: NotRequired[pulumi.Input[int]]
1196
+ """
1197
+ The revision to rollback to. If set to 0, rollback to the last revision.
1198
+ """
1199
+ elif False:
1200
+ RollbackConfigArgsDict: TypeAlias = Mapping[str, Any]
1201
+
880
1202
  @pulumi.input_type
881
1203
  class RollbackConfigArgs:
882
1204
  def __init__(__self__, *,
@@ -901,6 +1223,22 @@ class RollbackConfigArgs:
901
1223
  pulumi.set(self, "revision", value)
902
1224
 
903
1225
 
1226
+ if not MYPY:
1227
+ class RollingUpdateDeploymentPatchArgsDict(TypedDict):
1228
+ """
1229
+ Spec to control the desired behavior of rolling update.
1230
+ """
1231
+ max_surge: NotRequired[pulumi.Input[Union[int, str]]]
1232
+ """
1233
+ 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.
1234
+ """
1235
+ max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
1236
+ """
1237
+ 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.
1238
+ """
1239
+ elif False:
1240
+ RollingUpdateDeploymentPatchArgsDict: TypeAlias = Mapping[str, Any]
1241
+
904
1242
  @pulumi.input_type
905
1243
  class RollingUpdateDeploymentPatchArgs:
906
1244
  def __init__(__self__, *,
@@ -941,6 +1279,22 @@ class RollingUpdateDeploymentPatchArgs:
941
1279
  pulumi.set(self, "max_unavailable", value)
942
1280
 
943
1281
 
1282
+ if not MYPY:
1283
+ class RollingUpdateDeploymentArgsDict(TypedDict):
1284
+ """
1285
+ Spec to control the desired behavior of rolling update.
1286
+ """
1287
+ max_surge: NotRequired[pulumi.Input[Union[int, str]]]
1288
+ """
1289
+ 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.
1290
+ """
1291
+ max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
1292
+ """
1293
+ 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.
1294
+ """
1295
+ elif False:
1296
+ RollingUpdateDeploymentArgsDict: TypeAlias = Mapping[str, Any]
1297
+
944
1298
  @pulumi.input_type
945
1299
  class RollingUpdateDeploymentArgs:
946
1300
  def __init__(__self__, *,
@@ -981,6 +1335,18 @@ class RollingUpdateDeploymentArgs:
981
1335
  pulumi.set(self, "max_unavailable", value)
982
1336
 
983
1337
 
1338
+ if not MYPY:
1339
+ class RollingUpdateStatefulSetStrategyPatchArgsDict(TypedDict):
1340
+ """
1341
+ RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
1342
+ """
1343
+ partition: NotRequired[pulumi.Input[int]]
1344
+ """
1345
+ Partition indicates the ordinal at which the StatefulSet should be partitioned.
1346
+ """
1347
+ elif False:
1348
+ RollingUpdateStatefulSetStrategyPatchArgsDict: TypeAlias = Mapping[str, Any]
1349
+
984
1350
  @pulumi.input_type
985
1351
  class RollingUpdateStatefulSetStrategyPatchArgs:
986
1352
  def __init__(__self__, *,
@@ -1005,6 +1371,18 @@ class RollingUpdateStatefulSetStrategyPatchArgs:
1005
1371
  pulumi.set(self, "partition", value)
1006
1372
 
1007
1373
 
1374
+ if not MYPY:
1375
+ class RollingUpdateStatefulSetStrategyArgsDict(TypedDict):
1376
+ """
1377
+ RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
1378
+ """
1379
+ partition: NotRequired[pulumi.Input[int]]
1380
+ """
1381
+ Partition indicates the ordinal at which the StatefulSet should be partitioned.
1382
+ """
1383
+ elif False:
1384
+ RollingUpdateStatefulSetStrategyArgsDict: TypeAlias = Mapping[str, Any]
1385
+
1008
1386
  @pulumi.input_type
1009
1387
  class RollingUpdateStatefulSetStrategyArgs:
1010
1388
  def __init__(__self__, *,
@@ -1029,6 +1407,34 @@ class RollingUpdateStatefulSetStrategyArgs:
1029
1407
  pulumi.set(self, "partition", value)
1030
1408
 
1031
1409
 
1410
+ if not MYPY:
1411
+ class StatefulSetConditionArgsDict(TypedDict):
1412
+ """
1413
+ StatefulSetCondition describes the state of a statefulset at a certain point.
1414
+ """
1415
+ status: pulumi.Input[str]
1416
+ """
1417
+ Status of the condition, one of True, False, Unknown.
1418
+ """
1419
+ type: pulumi.Input[str]
1420
+ """
1421
+ Type of statefulset condition.
1422
+ """
1423
+ last_transition_time: NotRequired[pulumi.Input[str]]
1424
+ """
1425
+ Last time the condition transitioned from one status to another.
1426
+ """
1427
+ message: NotRequired[pulumi.Input[str]]
1428
+ """
1429
+ A human readable message indicating details about the transition.
1430
+ """
1431
+ reason: NotRequired[pulumi.Input[str]]
1432
+ """
1433
+ The reason for the condition's last transition.
1434
+ """
1435
+ elif False:
1436
+ StatefulSetConditionArgsDict: TypeAlias = Mapping[str, Any]
1437
+
1032
1438
  @pulumi.input_type
1033
1439
  class StatefulSetConditionArgs:
1034
1440
  def __init__(__self__, *,
@@ -1115,6 +1521,46 @@ class StatefulSetConditionArgs:
1115
1521
  pulumi.set(self, "reason", value)
1116
1522
 
1117
1523
 
1524
+ if not MYPY:
1525
+ class StatefulSetSpecPatchArgsDict(TypedDict):
1526
+ """
1527
+ A StatefulSetSpec is the specification of a StatefulSet.
1528
+ """
1529
+ pod_management_policy: NotRequired[pulumi.Input[str]]
1530
+ """
1531
+ 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.
1532
+ """
1533
+ replicas: NotRequired[pulumi.Input[int]]
1534
+ """
1535
+ 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.
1536
+ """
1537
+ revision_history_limit: NotRequired[pulumi.Input[int]]
1538
+ """
1539
+ 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.
1540
+ """
1541
+ selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorPatchArgsDict']]
1542
+ """
1543
+ selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
1544
+ """
1545
+ service_name: NotRequired[pulumi.Input[str]]
1546
+ """
1547
+ 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.
1548
+ """
1549
+ template: NotRequired[pulumi.Input['_core.v1.PodTemplateSpecPatchArgsDict']]
1550
+ """
1551
+ 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.
1552
+ """
1553
+ update_strategy: NotRequired[pulumi.Input['StatefulSetUpdateStrategyPatchArgsDict']]
1554
+ """
1555
+ updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
1556
+ """
1557
+ volume_claim_templates: NotRequired[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimPatchArgsDict']]]]
1558
+ """
1559
+ 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.
1560
+ """
1561
+ elif False:
1562
+ StatefulSetSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
1563
+
1118
1564
  @pulumi.input_type
1119
1565
  class StatefulSetSpecPatchArgs:
1120
1566
  def __init__(__self__, *,
@@ -1251,6 +1697,46 @@ class StatefulSetSpecPatchArgs:
1251
1697
  pulumi.set(self, "volume_claim_templates", value)
1252
1698
 
1253
1699
 
1700
+ if not MYPY:
1701
+ class StatefulSetSpecArgsDict(TypedDict):
1702
+ """
1703
+ A StatefulSetSpec is the specification of a StatefulSet.
1704
+ """
1705
+ service_name: pulumi.Input[str]
1706
+ """
1707
+ 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.
1708
+ """
1709
+ template: pulumi.Input['_core.v1.PodTemplateSpecArgsDict']
1710
+ """
1711
+ 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.
1712
+ """
1713
+ pod_management_policy: NotRequired[pulumi.Input[str]]
1714
+ """
1715
+ 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.
1716
+ """
1717
+ replicas: NotRequired[pulumi.Input[int]]
1718
+ """
1719
+ 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.
1720
+ """
1721
+ revision_history_limit: NotRequired[pulumi.Input[int]]
1722
+ """
1723
+ 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.
1724
+ """
1725
+ selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorArgsDict']]
1726
+ """
1727
+ selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
1728
+ """
1729
+ update_strategy: NotRequired[pulumi.Input['StatefulSetUpdateStrategyArgsDict']]
1730
+ """
1731
+ updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
1732
+ """
1733
+ volume_claim_templates: NotRequired[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimArgsDict']]]]
1734
+ """
1735
+ 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.
1736
+ """
1737
+ elif False:
1738
+ StatefulSetSpecArgsDict: TypeAlias = Mapping[str, Any]
1739
+
1254
1740
  @pulumi.input_type
1255
1741
  class StatefulSetSpecArgs:
1256
1742
  def __init__(__self__, *,
@@ -1385,6 +1871,50 @@ class StatefulSetSpecArgs:
1385
1871
  pulumi.set(self, "volume_claim_templates", value)
1386
1872
 
1387
1873
 
1874
+ if not MYPY:
1875
+ class StatefulSetStatusArgsDict(TypedDict):
1876
+ """
1877
+ StatefulSetStatus represents the current state of a StatefulSet.
1878
+ """
1879
+ replicas: pulumi.Input[int]
1880
+ """
1881
+ replicas is the number of Pods created by the StatefulSet controller.
1882
+ """
1883
+ collision_count: NotRequired[pulumi.Input[int]]
1884
+ """
1885
+ 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.
1886
+ """
1887
+ conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgsDict']]]]
1888
+ """
1889
+ Represents the latest available observations of a statefulset's current state.
1890
+ """
1891
+ current_replicas: NotRequired[pulumi.Input[int]]
1892
+ """
1893
+ currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
1894
+ """
1895
+ current_revision: NotRequired[pulumi.Input[str]]
1896
+ """
1897
+ currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
1898
+ """
1899
+ observed_generation: NotRequired[pulumi.Input[int]]
1900
+ """
1901
+ 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.
1902
+ """
1903
+ ready_replicas: NotRequired[pulumi.Input[int]]
1904
+ """
1905
+ readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
1906
+ """
1907
+ update_revision: NotRequired[pulumi.Input[str]]
1908
+ """
1909
+ updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
1910
+ """
1911
+ updated_replicas: NotRequired[pulumi.Input[int]]
1912
+ """
1913
+ updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
1914
+ """
1915
+ elif False:
1916
+ StatefulSetStatusArgsDict: TypeAlias = Mapping[str, Any]
1917
+
1388
1918
  @pulumi.input_type
1389
1919
  class StatefulSetStatusArgs:
1390
1920
  def __init__(__self__, *,
@@ -1536,6 +2066,22 @@ class StatefulSetStatusArgs:
1536
2066
  pulumi.set(self, "updated_replicas", value)
1537
2067
 
1538
2068
 
2069
+ if not MYPY:
2070
+ class StatefulSetUpdateStrategyPatchArgsDict(TypedDict):
2071
+ """
2072
+ 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.
2073
+ """
2074
+ rolling_update: NotRequired[pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgsDict']]
2075
+ """
2076
+ RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
2077
+ """
2078
+ type: NotRequired[pulumi.Input[str]]
2079
+ """
2080
+ Type indicates the type of the StatefulSetUpdateStrategy.
2081
+ """
2082
+ elif False:
2083
+ StatefulSetUpdateStrategyPatchArgsDict: TypeAlias = Mapping[str, Any]
2084
+
1539
2085
  @pulumi.input_type
1540
2086
  class StatefulSetUpdateStrategyPatchArgs:
1541
2087
  def __init__(__self__, *,
@@ -1576,6 +2122,22 @@ class StatefulSetUpdateStrategyPatchArgs:
1576
2122
  pulumi.set(self, "type", value)
1577
2123
 
1578
2124
 
2125
+ if not MYPY:
2126
+ class StatefulSetUpdateStrategyArgsDict(TypedDict):
2127
+ """
2128
+ 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.
2129
+ """
2130
+ rolling_update: NotRequired[pulumi.Input['RollingUpdateStatefulSetStrategyArgsDict']]
2131
+ """
2132
+ RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
2133
+ """
2134
+ type: NotRequired[pulumi.Input[str]]
2135
+ """
2136
+ Type indicates the type of the StatefulSetUpdateStrategy.
2137
+ """
2138
+ elif False:
2139
+ StatefulSetUpdateStrategyArgsDict: TypeAlias = Mapping[str, Any]
2140
+
1579
2141
  @pulumi.input_type
1580
2142
  class StatefulSetUpdateStrategyArgs:
1581
2143
  def __init__(__self__, *,
@@ -1616,6 +2178,47 @@ class StatefulSetUpdateStrategyArgs:
1616
2178
  pulumi.set(self, "type", value)
1617
2179
 
1618
2180
 
2181
+ if not MYPY:
2182
+ class StatefulSetArgsDict(TypedDict):
2183
+ """
2184
+ StatefulSet represents a set of pods with consistent identities. Identities are defined as:
2185
+ - Network: A single stable DNS and hostname.
2186
+ - Storage: As many VolumeClaims as requested.
2187
+ The StatefulSet guarantees that a given network identity will always map to the same storage identity.
2188
+
2189
+ This resource waits until its status is ready before registering success
2190
+ for create/update, and populating output properties from the current state of the resource.
2191
+ The following conditions are used to determine whether the resource creation has
2192
+ succeeded or failed:
2193
+
2194
+ 1. The value of 'spec.replicas' matches '.status.replicas', '.status.currentReplicas',
2195
+ and '.status.readyReplicas'.
2196
+ 2. The value of '.status.updateRevision' matches '.status.currentRevision'.
2197
+
2198
+ If the StatefulSet has not reached a Ready state after 10 minutes, it will
2199
+ time out and mark the resource update as Failed. You can override the default timeout value
2200
+ by setting the 'customTimeouts' option on the resource.
2201
+ """
2202
+ api_version: NotRequired[pulumi.Input[str]]
2203
+ """
2204
+ 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
2205
+ """
2206
+ kind: NotRequired[pulumi.Input[str]]
2207
+ """
2208
+ 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
2209
+ """
2210
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
2211
+ spec: NotRequired[pulumi.Input['StatefulSetSpecArgsDict']]
2212
+ """
2213
+ Spec defines the desired identities of pods in this set.
2214
+ """
2215
+ status: NotRequired[pulumi.Input['StatefulSetStatusArgsDict']]
2216
+ """
2217
+ Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
2218
+ """
2219
+ elif False:
2220
+ StatefulSetArgsDict: TypeAlias = Mapping[str, Any]
2221
+
1619
2222
  @pulumi.input_type
1620
2223
  class StatefulSetArgs:
1621
2224
  def __init__(__self__, *,