pulumi-kubernetes 4.10.0a1710288589__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.0a1710288589.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.0a1710288589.dist-info → pulumi_kubernetes-4.20.0a1736823142.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.0a1736823142.dist-info}/top_level.txt +0 -0
@@ -4,45 +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
  'AllowedCSIDriverPatchArgs',
21
+ 'AllowedCSIDriverPatchArgsDict',
16
22
  'AllowedCSIDriverArgs',
23
+ 'AllowedCSIDriverArgsDict',
17
24
  'AllowedFlexVolumePatchArgs',
25
+ 'AllowedFlexVolumePatchArgsDict',
18
26
  'AllowedFlexVolumeArgs',
27
+ 'AllowedFlexVolumeArgsDict',
19
28
  'AllowedHostPathPatchArgs',
29
+ 'AllowedHostPathPatchArgsDict',
20
30
  'AllowedHostPathArgs',
31
+ 'AllowedHostPathArgsDict',
21
32
  'FSGroupStrategyOptionsPatchArgs',
33
+ 'FSGroupStrategyOptionsPatchArgsDict',
22
34
  'FSGroupStrategyOptionsArgs',
35
+ 'FSGroupStrategyOptionsArgsDict',
23
36
  'HostPortRangePatchArgs',
37
+ 'HostPortRangePatchArgsDict',
24
38
  'HostPortRangeArgs',
39
+ 'HostPortRangeArgsDict',
25
40
  'IDRangePatchArgs',
41
+ 'IDRangePatchArgsDict',
26
42
  'IDRangeArgs',
43
+ 'IDRangeArgsDict',
27
44
  'PodDisruptionBudgetSpecPatchArgs',
45
+ 'PodDisruptionBudgetSpecPatchArgsDict',
28
46
  'PodDisruptionBudgetSpecArgs',
47
+ 'PodDisruptionBudgetSpecArgsDict',
29
48
  'PodDisruptionBudgetStatusArgs',
49
+ 'PodDisruptionBudgetStatusArgsDict',
30
50
  'PodDisruptionBudgetArgs',
51
+ 'PodDisruptionBudgetArgsDict',
31
52
  'PodSecurityPolicySpecPatchArgs',
53
+ 'PodSecurityPolicySpecPatchArgsDict',
32
54
  'PodSecurityPolicySpecArgs',
55
+ 'PodSecurityPolicySpecArgsDict',
33
56
  'PodSecurityPolicyArgs',
57
+ 'PodSecurityPolicyArgsDict',
34
58
  'RunAsGroupStrategyOptionsPatchArgs',
59
+ 'RunAsGroupStrategyOptionsPatchArgsDict',
35
60
  'RunAsGroupStrategyOptionsArgs',
61
+ 'RunAsGroupStrategyOptionsArgsDict',
36
62
  'RunAsUserStrategyOptionsPatchArgs',
63
+ 'RunAsUserStrategyOptionsPatchArgsDict',
37
64
  'RunAsUserStrategyOptionsArgs',
65
+ 'RunAsUserStrategyOptionsArgsDict',
38
66
  'RuntimeClassStrategyOptionsPatchArgs',
67
+ 'RuntimeClassStrategyOptionsPatchArgsDict',
39
68
  'RuntimeClassStrategyOptionsArgs',
69
+ 'RuntimeClassStrategyOptionsArgsDict',
40
70
  'SELinuxStrategyOptionsPatchArgs',
71
+ 'SELinuxStrategyOptionsPatchArgsDict',
41
72
  'SELinuxStrategyOptionsArgs',
73
+ 'SELinuxStrategyOptionsArgsDict',
42
74
  'SupplementalGroupsStrategyOptionsPatchArgs',
75
+ 'SupplementalGroupsStrategyOptionsPatchArgsDict',
43
76
  'SupplementalGroupsStrategyOptionsArgs',
77
+ 'SupplementalGroupsStrategyOptionsArgsDict',
44
78
  ]
45
79
 
80
+ MYPY = False
81
+
82
+ if not MYPY:
83
+ class AllowedCSIDriverPatchArgsDict(TypedDict):
84
+ """
85
+ AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
86
+ """
87
+ name: NotRequired[pulumi.Input[str]]
88
+ """
89
+ Name is the registered name of the CSI driver
90
+ """
91
+ elif False:
92
+ AllowedCSIDriverPatchArgsDict: TypeAlias = Mapping[str, Any]
93
+
46
94
  @pulumi.input_type
47
95
  class AllowedCSIDriverPatchArgs:
48
96
  def __init__(__self__, *,
@@ -67,6 +115,18 @@ class AllowedCSIDriverPatchArgs:
67
115
  pulumi.set(self, "name", value)
68
116
 
69
117
 
118
+ if not MYPY:
119
+ class AllowedCSIDriverArgsDict(TypedDict):
120
+ """
121
+ AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
122
+ """
123
+ name: pulumi.Input[str]
124
+ """
125
+ Name is the registered name of the CSI driver
126
+ """
127
+ elif False:
128
+ AllowedCSIDriverArgsDict: TypeAlias = Mapping[str, Any]
129
+
70
130
  @pulumi.input_type
71
131
  class AllowedCSIDriverArgs:
72
132
  def __init__(__self__, *,
@@ -90,6 +150,18 @@ class AllowedCSIDriverArgs:
90
150
  pulumi.set(self, "name", value)
91
151
 
92
152
 
153
+ if not MYPY:
154
+ class AllowedFlexVolumePatchArgsDict(TypedDict):
155
+ """
156
+ AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
157
+ """
158
+ driver: NotRequired[pulumi.Input[str]]
159
+ """
160
+ driver is the name of the Flexvolume driver.
161
+ """
162
+ elif False:
163
+ AllowedFlexVolumePatchArgsDict: TypeAlias = Mapping[str, Any]
164
+
93
165
  @pulumi.input_type
94
166
  class AllowedFlexVolumePatchArgs:
95
167
  def __init__(__self__, *,
@@ -114,6 +186,18 @@ class AllowedFlexVolumePatchArgs:
114
186
  pulumi.set(self, "driver", value)
115
187
 
116
188
 
189
+ if not MYPY:
190
+ class AllowedFlexVolumeArgsDict(TypedDict):
191
+ """
192
+ AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
193
+ """
194
+ driver: pulumi.Input[str]
195
+ """
196
+ driver is the name of the Flexvolume driver.
197
+ """
198
+ elif False:
199
+ AllowedFlexVolumeArgsDict: TypeAlias = Mapping[str, Any]
200
+
117
201
  @pulumi.input_type
118
202
  class AllowedFlexVolumeArgs:
119
203
  def __init__(__self__, *,
@@ -137,6 +221,24 @@ class AllowedFlexVolumeArgs:
137
221
  pulumi.set(self, "driver", value)
138
222
 
139
223
 
224
+ if not MYPY:
225
+ class AllowedHostPathPatchArgsDict(TypedDict):
226
+ """
227
+ AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.
228
+ """
229
+ path_prefix: NotRequired[pulumi.Input[str]]
230
+ """
231
+ pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.
232
+
233
+ Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
234
+ """
235
+ read_only: NotRequired[pulumi.Input[bool]]
236
+ """
237
+ when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
238
+ """
239
+ elif False:
240
+ AllowedHostPathPatchArgsDict: TypeAlias = Mapping[str, Any]
241
+
140
242
  @pulumi.input_type
141
243
  class AllowedHostPathPatchArgs:
142
244
  def __init__(__self__, *,
@@ -181,6 +283,24 @@ class AllowedHostPathPatchArgs:
181
283
  pulumi.set(self, "read_only", value)
182
284
 
183
285
 
286
+ if not MYPY:
287
+ class AllowedHostPathArgsDict(TypedDict):
288
+ """
289
+ AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.
290
+ """
291
+ path_prefix: NotRequired[pulumi.Input[str]]
292
+ """
293
+ pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.
294
+
295
+ Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
296
+ """
297
+ read_only: NotRequired[pulumi.Input[bool]]
298
+ """
299
+ when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
300
+ """
301
+ elif False:
302
+ AllowedHostPathArgsDict: TypeAlias = Mapping[str, Any]
303
+
184
304
  @pulumi.input_type
185
305
  class AllowedHostPathArgs:
186
306
  def __init__(__self__, *,
@@ -225,6 +345,22 @@ class AllowedHostPathArgs:
225
345
  pulumi.set(self, "read_only", value)
226
346
 
227
347
 
348
+ if not MYPY:
349
+ class FSGroupStrategyOptionsPatchArgsDict(TypedDict):
350
+ """
351
+ FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
352
+ """
353
+ ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input['IDRangePatchArgsDict']]]]
354
+ """
355
+ ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.
356
+ """
357
+ rule: NotRequired[pulumi.Input[str]]
358
+ """
359
+ rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
360
+ """
361
+ elif False:
362
+ FSGroupStrategyOptionsPatchArgsDict: TypeAlias = Mapping[str, Any]
363
+
228
364
  @pulumi.input_type
229
365
  class FSGroupStrategyOptionsPatchArgs:
230
366
  def __init__(__self__, *,
@@ -265,6 +401,22 @@ class FSGroupStrategyOptionsPatchArgs:
265
401
  pulumi.set(self, "rule", value)
266
402
 
267
403
 
404
+ if not MYPY:
405
+ class FSGroupStrategyOptionsArgsDict(TypedDict):
406
+ """
407
+ FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
408
+ """
409
+ ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input['IDRangeArgsDict']]]]
410
+ """
411
+ ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.
412
+ """
413
+ rule: NotRequired[pulumi.Input[str]]
414
+ """
415
+ rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
416
+ """
417
+ elif False:
418
+ FSGroupStrategyOptionsArgsDict: TypeAlias = Mapping[str, Any]
419
+
268
420
  @pulumi.input_type
269
421
  class FSGroupStrategyOptionsArgs:
270
422
  def __init__(__self__, *,
@@ -305,6 +457,22 @@ class FSGroupStrategyOptionsArgs:
305
457
  pulumi.set(self, "rule", value)
306
458
 
307
459
 
460
+ if not MYPY:
461
+ class HostPortRangePatchArgsDict(TypedDict):
462
+ """
463
+ HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.
464
+ """
465
+ max: NotRequired[pulumi.Input[int]]
466
+ """
467
+ max is the end of the range, inclusive.
468
+ """
469
+ min: NotRequired[pulumi.Input[int]]
470
+ """
471
+ min is the start of the range, inclusive.
472
+ """
473
+ elif False:
474
+ HostPortRangePatchArgsDict: TypeAlias = Mapping[str, Any]
475
+
308
476
  @pulumi.input_type
309
477
  class HostPortRangePatchArgs:
310
478
  def __init__(__self__, *,
@@ -345,6 +513,22 @@ class HostPortRangePatchArgs:
345
513
  pulumi.set(self, "min", value)
346
514
 
347
515
 
516
+ if not MYPY:
517
+ class HostPortRangeArgsDict(TypedDict):
518
+ """
519
+ HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.
520
+ """
521
+ max: pulumi.Input[int]
522
+ """
523
+ max is the end of the range, inclusive.
524
+ """
525
+ min: pulumi.Input[int]
526
+ """
527
+ min is the start of the range, inclusive.
528
+ """
529
+ elif False:
530
+ HostPortRangeArgsDict: TypeAlias = Mapping[str, Any]
531
+
348
532
  @pulumi.input_type
349
533
  class HostPortRangeArgs:
350
534
  def __init__(__self__, *,
@@ -383,6 +567,22 @@ class HostPortRangeArgs:
383
567
  pulumi.set(self, "min", value)
384
568
 
385
569
 
570
+ if not MYPY:
571
+ class IDRangePatchArgsDict(TypedDict):
572
+ """
573
+ IDRange provides a min/max of an allowed range of IDs.
574
+ """
575
+ max: NotRequired[pulumi.Input[int]]
576
+ """
577
+ max is the end of the range, inclusive.
578
+ """
579
+ min: NotRequired[pulumi.Input[int]]
580
+ """
581
+ min is the start of the range, inclusive.
582
+ """
583
+ elif False:
584
+ IDRangePatchArgsDict: TypeAlias = Mapping[str, Any]
585
+
386
586
  @pulumi.input_type
387
587
  class IDRangePatchArgs:
388
588
  def __init__(__self__, *,
@@ -423,6 +623,22 @@ class IDRangePatchArgs:
423
623
  pulumi.set(self, "min", value)
424
624
 
425
625
 
626
+ if not MYPY:
627
+ class IDRangeArgsDict(TypedDict):
628
+ """
629
+ IDRange provides a min/max of an allowed range of IDs.
630
+ """
631
+ max: pulumi.Input[int]
632
+ """
633
+ max is the end of the range, inclusive.
634
+ """
635
+ min: pulumi.Input[int]
636
+ """
637
+ min is the start of the range, inclusive.
638
+ """
639
+ elif False:
640
+ IDRangeArgsDict: TypeAlias = Mapping[str, Any]
641
+
426
642
  @pulumi.input_type
427
643
  class IDRangeArgs:
428
644
  def __init__(__self__, *,
@@ -461,6 +677,26 @@ class IDRangeArgs:
461
677
  pulumi.set(self, "min", value)
462
678
 
463
679
 
680
+ if not MYPY:
681
+ class PodDisruptionBudgetSpecPatchArgsDict(TypedDict):
682
+ """
683
+ PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
684
+ """
685
+ max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
686
+ """
687
+ An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
688
+ """
689
+ min_available: NotRequired[pulumi.Input[Union[int, str]]]
690
+ """
691
+ An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%".
692
+ """
693
+ selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorPatchArgsDict']]
694
+ """
695
+ Label query over pods whose evictions are managed by the disruption budget.
696
+ """
697
+ elif False:
698
+ PodDisruptionBudgetSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
699
+
464
700
  @pulumi.input_type
465
701
  class PodDisruptionBudgetSpecPatchArgs:
466
702
  def __init__(__self__, *,
@@ -517,6 +753,26 @@ class PodDisruptionBudgetSpecPatchArgs:
517
753
  pulumi.set(self, "selector", value)
518
754
 
519
755
 
756
+ if not MYPY:
757
+ class PodDisruptionBudgetSpecArgsDict(TypedDict):
758
+ """
759
+ PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
760
+ """
761
+ max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
762
+ """
763
+ An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
764
+ """
765
+ min_available: NotRequired[pulumi.Input[Union[int, str]]]
766
+ """
767
+ An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%".
768
+ """
769
+ selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorArgsDict']]
770
+ """
771
+ Label query over pods whose evictions are managed by the disruption budget.
772
+ """
773
+ elif False:
774
+ PodDisruptionBudgetSpecArgsDict: TypeAlias = Mapping[str, Any]
775
+
520
776
  @pulumi.input_type
521
777
  class PodDisruptionBudgetSpecArgs:
522
778
  def __init__(__self__, *,
@@ -573,6 +829,38 @@ class PodDisruptionBudgetSpecArgs:
573
829
  pulumi.set(self, "selector", value)
574
830
 
575
831
 
832
+ if not MYPY:
833
+ class PodDisruptionBudgetStatusArgsDict(TypedDict):
834
+ """
835
+ PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.
836
+ """
837
+ current_healthy: pulumi.Input[int]
838
+ """
839
+ current number of healthy pods
840
+ """
841
+ desired_healthy: pulumi.Input[int]
842
+ """
843
+ minimum desired number of healthy pods
844
+ """
845
+ disruptions_allowed: pulumi.Input[int]
846
+ """
847
+ Number of pod disruptions that are currently allowed.
848
+ """
849
+ expected_pods: pulumi.Input[int]
850
+ """
851
+ total number of pods counted by this disruption budget
852
+ """
853
+ disrupted_pods: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
854
+ """
855
+ DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.
856
+ """
857
+ observed_generation: NotRequired[pulumi.Input[int]]
858
+ """
859
+ Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status information is valid only if observedGeneration equals to PDB's object generation.
860
+ """
861
+ elif False:
862
+ PodDisruptionBudgetStatusArgsDict: TypeAlias = Mapping[str, Any]
863
+
576
864
  @pulumi.input_type
577
865
  class PodDisruptionBudgetStatusArgs:
578
866
  def __init__(__self__, *,
@@ -673,6 +961,31 @@ class PodDisruptionBudgetStatusArgs:
673
961
  pulumi.set(self, "observed_generation", value)
674
962
 
675
963
 
964
+ if not MYPY:
965
+ class PodDisruptionBudgetArgsDict(TypedDict):
966
+ """
967
+ PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods
968
+ """
969
+ api_version: NotRequired[pulumi.Input[str]]
970
+ """
971
+ 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
972
+ """
973
+ kind: NotRequired[pulumi.Input[str]]
974
+ """
975
+ 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
976
+ """
977
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
978
+ spec: NotRequired[pulumi.Input['PodDisruptionBudgetSpecArgsDict']]
979
+ """
980
+ Specification of the desired behavior of the PodDisruptionBudget.
981
+ """
982
+ status: NotRequired[pulumi.Input['PodDisruptionBudgetStatusArgsDict']]
983
+ """
984
+ Most recently observed status of the PodDisruptionBudget.
985
+ """
986
+ elif False:
987
+ PodDisruptionBudgetArgsDict: TypeAlias = Mapping[str, Any]
988
+
676
989
  @pulumi.input_type
677
990
  class PodDisruptionBudgetArgs:
678
991
  def __init__(__self__, *,
@@ -757,6 +1070,114 @@ class PodDisruptionBudgetArgs:
757
1070
  pulumi.set(self, "status", value)
758
1071
 
759
1072
 
1073
+ if not MYPY:
1074
+ class PodSecurityPolicySpecPatchArgsDict(TypedDict):
1075
+ """
1076
+ PodSecurityPolicySpec defines the policy enforced.
1077
+ """
1078
+ allow_privilege_escalation: NotRequired[pulumi.Input[bool]]
1079
+ """
1080
+ allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
1081
+ """
1082
+ allowed_csi_drivers: NotRequired[pulumi.Input[Sequence[pulumi.Input['AllowedCSIDriverPatchArgsDict']]]]
1083
+ """
1084
+ AllowedCSIDrivers is a whitelist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes. This is an alpha field, and is only honored if the API server enables the CSIInlineVolume feature gate.
1085
+ """
1086
+ allowed_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1087
+ """
1088
+ allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.
1089
+ """
1090
+ allowed_flex_volumes: NotRequired[pulumi.Input[Sequence[pulumi.Input['AllowedFlexVolumePatchArgsDict']]]]
1091
+ """
1092
+ allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the "volumes" field.
1093
+ """
1094
+ allowed_host_paths: NotRequired[pulumi.Input[Sequence[pulumi.Input['AllowedHostPathPatchArgsDict']]]]
1095
+ """
1096
+ allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
1097
+ """
1098
+ allowed_proc_mount_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1099
+ """
1100
+ AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.
1101
+ """
1102
+ allowed_unsafe_sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1103
+ """
1104
+ allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.
1105
+
1106
+ Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
1107
+ """
1108
+ default_add_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1109
+ """
1110
+ defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.
1111
+ """
1112
+ default_allow_privilege_escalation: NotRequired[pulumi.Input[bool]]
1113
+ """
1114
+ defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
1115
+ """
1116
+ forbidden_sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1117
+ """
1118
+ forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.
1119
+
1120
+ Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
1121
+ """
1122
+ fs_group: NotRequired[pulumi.Input['FSGroupStrategyOptionsPatchArgsDict']]
1123
+ """
1124
+ fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
1125
+ """
1126
+ host_ipc: NotRequired[pulumi.Input[bool]]
1127
+ """
1128
+ hostIPC determines if the policy allows the use of HostIPC in the pod spec.
1129
+ """
1130
+ host_network: NotRequired[pulumi.Input[bool]]
1131
+ """
1132
+ hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
1133
+ """
1134
+ host_pid: NotRequired[pulumi.Input[bool]]
1135
+ """
1136
+ hostPID determines if the policy allows the use of HostPID in the pod spec.
1137
+ """
1138
+ host_ports: NotRequired[pulumi.Input[Sequence[pulumi.Input['HostPortRangePatchArgsDict']]]]
1139
+ """
1140
+ hostPorts determines which host port ranges are allowed to be exposed.
1141
+ """
1142
+ privileged: NotRequired[pulumi.Input[bool]]
1143
+ """
1144
+ privileged determines if a pod can request to be run as privileged.
1145
+ """
1146
+ read_only_root_filesystem: NotRequired[pulumi.Input[bool]]
1147
+ """
1148
+ readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.
1149
+ """
1150
+ required_drop_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1151
+ """
1152
+ requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
1153
+ """
1154
+ run_as_group: NotRequired[pulumi.Input['RunAsGroupStrategyOptionsPatchArgsDict']]
1155
+ """
1156
+ RunAsGroup is the strategy that will dictate the allowable RunAsGroup values that may be set. If this field is omitted, the pod's RunAsGroup can take any value. This field requires the RunAsGroup feature gate to be enabled.
1157
+ """
1158
+ run_as_user: NotRequired[pulumi.Input['RunAsUserStrategyOptionsPatchArgsDict']]
1159
+ """
1160
+ runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
1161
+ """
1162
+ runtime_class: NotRequired[pulumi.Input['RuntimeClassStrategyOptionsPatchArgsDict']]
1163
+ """
1164
+ runtimeClass is the strategy that will dictate the allowable RuntimeClasses for a pod. If this field is omitted, the pod's runtimeClassName field is unrestricted. Enforcement of this field depends on the RuntimeClass feature gate being enabled.
1165
+ """
1166
+ se_linux: NotRequired[pulumi.Input['SELinuxStrategyOptionsPatchArgsDict']]
1167
+ """
1168
+ seLinux is the strategy that will dictate the allowable labels that may be set.
1169
+ """
1170
+ supplemental_groups: NotRequired[pulumi.Input['SupplementalGroupsStrategyOptionsPatchArgsDict']]
1171
+ """
1172
+ supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
1173
+ """
1174
+ volumes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1175
+ """
1176
+ volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
1177
+ """
1178
+ elif False:
1179
+ PodSecurityPolicySpecPatchArgsDict: TypeAlias = Mapping[str, Any]
1180
+
760
1181
  @pulumi.input_type
761
1182
  class PodSecurityPolicySpecPatchArgs:
762
1183
  def __init__(__self__, *,
@@ -1157,6 +1578,114 @@ class PodSecurityPolicySpecPatchArgs:
1157
1578
  pulumi.set(self, "volumes", value)
1158
1579
 
1159
1580
 
1581
+ if not MYPY:
1582
+ class PodSecurityPolicySpecArgsDict(TypedDict):
1583
+ """
1584
+ PodSecurityPolicySpec defines the policy enforced.
1585
+ """
1586
+ fs_group: pulumi.Input['FSGroupStrategyOptionsArgsDict']
1587
+ """
1588
+ fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
1589
+ """
1590
+ run_as_user: pulumi.Input['RunAsUserStrategyOptionsArgsDict']
1591
+ """
1592
+ runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
1593
+ """
1594
+ se_linux: pulumi.Input['SELinuxStrategyOptionsArgsDict']
1595
+ """
1596
+ seLinux is the strategy that will dictate the allowable labels that may be set.
1597
+ """
1598
+ supplemental_groups: pulumi.Input['SupplementalGroupsStrategyOptionsArgsDict']
1599
+ """
1600
+ supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
1601
+ """
1602
+ allow_privilege_escalation: NotRequired[pulumi.Input[bool]]
1603
+ """
1604
+ allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
1605
+ """
1606
+ allowed_csi_drivers: NotRequired[pulumi.Input[Sequence[pulumi.Input['AllowedCSIDriverArgsDict']]]]
1607
+ """
1608
+ AllowedCSIDrivers is a whitelist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes. This is an alpha field, and is only honored if the API server enables the CSIInlineVolume feature gate.
1609
+ """
1610
+ allowed_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1611
+ """
1612
+ allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.
1613
+ """
1614
+ allowed_flex_volumes: NotRequired[pulumi.Input[Sequence[pulumi.Input['AllowedFlexVolumeArgsDict']]]]
1615
+ """
1616
+ allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the "volumes" field.
1617
+ """
1618
+ allowed_host_paths: NotRequired[pulumi.Input[Sequence[pulumi.Input['AllowedHostPathArgsDict']]]]
1619
+ """
1620
+ allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
1621
+ """
1622
+ allowed_proc_mount_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1623
+ """
1624
+ AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.
1625
+ """
1626
+ allowed_unsafe_sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1627
+ """
1628
+ allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.
1629
+
1630
+ Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
1631
+ """
1632
+ default_add_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1633
+ """
1634
+ defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.
1635
+ """
1636
+ default_allow_privilege_escalation: NotRequired[pulumi.Input[bool]]
1637
+ """
1638
+ defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
1639
+ """
1640
+ forbidden_sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1641
+ """
1642
+ forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.
1643
+
1644
+ Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
1645
+ """
1646
+ host_ipc: NotRequired[pulumi.Input[bool]]
1647
+ """
1648
+ hostIPC determines if the policy allows the use of HostIPC in the pod spec.
1649
+ """
1650
+ host_network: NotRequired[pulumi.Input[bool]]
1651
+ """
1652
+ hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
1653
+ """
1654
+ host_pid: NotRequired[pulumi.Input[bool]]
1655
+ """
1656
+ hostPID determines if the policy allows the use of HostPID in the pod spec.
1657
+ """
1658
+ host_ports: NotRequired[pulumi.Input[Sequence[pulumi.Input['HostPortRangeArgsDict']]]]
1659
+ """
1660
+ hostPorts determines which host port ranges are allowed to be exposed.
1661
+ """
1662
+ privileged: NotRequired[pulumi.Input[bool]]
1663
+ """
1664
+ privileged determines if a pod can request to be run as privileged.
1665
+ """
1666
+ read_only_root_filesystem: NotRequired[pulumi.Input[bool]]
1667
+ """
1668
+ readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.
1669
+ """
1670
+ required_drop_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1671
+ """
1672
+ requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
1673
+ """
1674
+ run_as_group: NotRequired[pulumi.Input['RunAsGroupStrategyOptionsArgsDict']]
1675
+ """
1676
+ RunAsGroup is the strategy that will dictate the allowable RunAsGroup values that may be set. If this field is omitted, the pod's RunAsGroup can take any value. This field requires the RunAsGroup feature gate to be enabled.
1677
+ """
1678
+ runtime_class: NotRequired[pulumi.Input['RuntimeClassStrategyOptionsArgsDict']]
1679
+ """
1680
+ runtimeClass is the strategy that will dictate the allowable RuntimeClasses for a pod. If this field is omitted, the pod's runtimeClassName field is unrestricted. Enforcement of this field depends on the RuntimeClass feature gate being enabled.
1681
+ """
1682
+ volumes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1683
+ """
1684
+ volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
1685
+ """
1686
+ elif False:
1687
+ PodSecurityPolicySpecArgsDict: TypeAlias = Mapping[str, Any]
1688
+
1160
1689
  @pulumi.input_type
1161
1690
  class PodSecurityPolicySpecArgs:
1162
1691
  def __init__(__self__, *,
@@ -1553,6 +2082,30 @@ class PodSecurityPolicySpecArgs:
1553
2082
  pulumi.set(self, "volumes", value)
1554
2083
 
1555
2084
 
2085
+ if not MYPY:
2086
+ class PodSecurityPolicyArgsDict(TypedDict):
2087
+ """
2088
+ PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.
2089
+ """
2090
+ api_version: NotRequired[pulumi.Input[str]]
2091
+ """
2092
+ 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
2093
+ """
2094
+ kind: NotRequired[pulumi.Input[str]]
2095
+ """
2096
+ 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
2097
+ """
2098
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
2099
+ """
2100
+ Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
2101
+ """
2102
+ spec: NotRequired[pulumi.Input['PodSecurityPolicySpecArgsDict']]
2103
+ """
2104
+ spec defines the policy enforced.
2105
+ """
2106
+ elif False:
2107
+ PodSecurityPolicyArgsDict: TypeAlias = Mapping[str, Any]
2108
+
1556
2109
  @pulumi.input_type
1557
2110
  class PodSecurityPolicyArgs:
1558
2111
  def __init__(__self__, *,
@@ -1625,6 +2178,22 @@ class PodSecurityPolicyArgs:
1625
2178
  pulumi.set(self, "spec", value)
1626
2179
 
1627
2180
 
2181
+ if not MYPY:
2182
+ class RunAsGroupStrategyOptionsPatchArgsDict(TypedDict):
2183
+ """
2184
+ RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
2185
+ """
2186
+ ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input['IDRangePatchArgsDict']]]]
2187
+ """
2188
+ ranges are the allowed ranges of gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs.
2189
+ """
2190
+ rule: NotRequired[pulumi.Input[str]]
2191
+ """
2192
+ rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
2193
+ """
2194
+ elif False:
2195
+ RunAsGroupStrategyOptionsPatchArgsDict: TypeAlias = Mapping[str, Any]
2196
+
1628
2197
  @pulumi.input_type
1629
2198
  class RunAsGroupStrategyOptionsPatchArgs:
1630
2199
  def __init__(__self__, *,
@@ -1665,6 +2234,22 @@ class RunAsGroupStrategyOptionsPatchArgs:
1665
2234
  pulumi.set(self, "rule", value)
1666
2235
 
1667
2236
 
2237
+ if not MYPY:
2238
+ class RunAsGroupStrategyOptionsArgsDict(TypedDict):
2239
+ """
2240
+ RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
2241
+ """
2242
+ rule: pulumi.Input[str]
2243
+ """
2244
+ rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
2245
+ """
2246
+ ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input['IDRangeArgsDict']]]]
2247
+ """
2248
+ ranges are the allowed ranges of gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs.
2249
+ """
2250
+ elif False:
2251
+ RunAsGroupStrategyOptionsArgsDict: TypeAlias = Mapping[str, Any]
2252
+
1668
2253
  @pulumi.input_type
1669
2254
  class RunAsGroupStrategyOptionsArgs:
1670
2255
  def __init__(__self__, *,
@@ -1704,6 +2289,22 @@ class RunAsGroupStrategyOptionsArgs:
1704
2289
  pulumi.set(self, "ranges", value)
1705
2290
 
1706
2291
 
2292
+ if not MYPY:
2293
+ class RunAsUserStrategyOptionsPatchArgsDict(TypedDict):
2294
+ """
2295
+ RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
2296
+ """
2297
+ ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input['IDRangePatchArgsDict']]]]
2298
+ """
2299
+ ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.
2300
+ """
2301
+ rule: NotRequired[pulumi.Input[str]]
2302
+ """
2303
+ rule is the strategy that will dictate the allowable RunAsUser values that may be set.
2304
+ """
2305
+ elif False:
2306
+ RunAsUserStrategyOptionsPatchArgsDict: TypeAlias = Mapping[str, Any]
2307
+
1707
2308
  @pulumi.input_type
1708
2309
  class RunAsUserStrategyOptionsPatchArgs:
1709
2310
  def __init__(__self__, *,
@@ -1744,6 +2345,22 @@ class RunAsUserStrategyOptionsPatchArgs:
1744
2345
  pulumi.set(self, "rule", value)
1745
2346
 
1746
2347
 
2348
+ if not MYPY:
2349
+ class RunAsUserStrategyOptionsArgsDict(TypedDict):
2350
+ """
2351
+ RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
2352
+ """
2353
+ rule: pulumi.Input[str]
2354
+ """
2355
+ rule is the strategy that will dictate the allowable RunAsUser values that may be set.
2356
+ """
2357
+ ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input['IDRangeArgsDict']]]]
2358
+ """
2359
+ ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.
2360
+ """
2361
+ elif False:
2362
+ RunAsUserStrategyOptionsArgsDict: TypeAlias = Mapping[str, Any]
2363
+
1747
2364
  @pulumi.input_type
1748
2365
  class RunAsUserStrategyOptionsArgs:
1749
2366
  def __init__(__self__, *,
@@ -1783,6 +2400,22 @@ class RunAsUserStrategyOptionsArgs:
1783
2400
  pulumi.set(self, "ranges", value)
1784
2401
 
1785
2402
 
2403
+ if not MYPY:
2404
+ class RuntimeClassStrategyOptionsPatchArgsDict(TypedDict):
2405
+ """
2406
+ RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
2407
+ """
2408
+ allowed_runtime_class_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2409
+ """
2410
+ allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
2411
+ """
2412
+ default_runtime_class_name: NotRequired[pulumi.Input[str]]
2413
+ """
2414
+ defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod.
2415
+ """
2416
+ elif False:
2417
+ RuntimeClassStrategyOptionsPatchArgsDict: TypeAlias = Mapping[str, Any]
2418
+
1786
2419
  @pulumi.input_type
1787
2420
  class RuntimeClassStrategyOptionsPatchArgs:
1788
2421
  def __init__(__self__, *,
@@ -1823,6 +2456,22 @@ class RuntimeClassStrategyOptionsPatchArgs:
1823
2456
  pulumi.set(self, "default_runtime_class_name", value)
1824
2457
 
1825
2458
 
2459
+ if not MYPY:
2460
+ class RuntimeClassStrategyOptionsArgsDict(TypedDict):
2461
+ """
2462
+ RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
2463
+ """
2464
+ allowed_runtime_class_names: pulumi.Input[Sequence[pulumi.Input[str]]]
2465
+ """
2466
+ allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
2467
+ """
2468
+ default_runtime_class_name: NotRequired[pulumi.Input[str]]
2469
+ """
2470
+ defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod.
2471
+ """
2472
+ elif False:
2473
+ RuntimeClassStrategyOptionsArgsDict: TypeAlias = Mapping[str, Any]
2474
+
1826
2475
  @pulumi.input_type
1827
2476
  class RuntimeClassStrategyOptionsArgs:
1828
2477
  def __init__(__self__, *,
@@ -1862,6 +2511,22 @@ class RuntimeClassStrategyOptionsArgs:
1862
2511
  pulumi.set(self, "default_runtime_class_name", value)
1863
2512
 
1864
2513
 
2514
+ if not MYPY:
2515
+ class SELinuxStrategyOptionsPatchArgsDict(TypedDict):
2516
+ """
2517
+ SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
2518
+ """
2519
+ rule: NotRequired[pulumi.Input[str]]
2520
+ """
2521
+ rule is the strategy that will dictate the allowable labels that may be set.
2522
+ """
2523
+ se_linux_options: NotRequired[pulumi.Input['_core.v1.SELinuxOptionsPatchArgsDict']]
2524
+ """
2525
+ seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
2526
+ """
2527
+ elif False:
2528
+ SELinuxStrategyOptionsPatchArgsDict: TypeAlias = Mapping[str, Any]
2529
+
1865
2530
  @pulumi.input_type
1866
2531
  class SELinuxStrategyOptionsPatchArgs:
1867
2532
  def __init__(__self__, *,
@@ -1902,6 +2567,22 @@ class SELinuxStrategyOptionsPatchArgs:
1902
2567
  pulumi.set(self, "se_linux_options", value)
1903
2568
 
1904
2569
 
2570
+ if not MYPY:
2571
+ class SELinuxStrategyOptionsArgsDict(TypedDict):
2572
+ """
2573
+ SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
2574
+ """
2575
+ rule: pulumi.Input[str]
2576
+ """
2577
+ rule is the strategy that will dictate the allowable labels that may be set.
2578
+ """
2579
+ se_linux_options: NotRequired[pulumi.Input['_core.v1.SELinuxOptionsArgsDict']]
2580
+ """
2581
+ seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
2582
+ """
2583
+ elif False:
2584
+ SELinuxStrategyOptionsArgsDict: TypeAlias = Mapping[str, Any]
2585
+
1905
2586
  @pulumi.input_type
1906
2587
  class SELinuxStrategyOptionsArgs:
1907
2588
  def __init__(__self__, *,
@@ -1941,6 +2622,22 @@ class SELinuxStrategyOptionsArgs:
1941
2622
  pulumi.set(self, "se_linux_options", value)
1942
2623
 
1943
2624
 
2625
+ if not MYPY:
2626
+ class SupplementalGroupsStrategyOptionsPatchArgsDict(TypedDict):
2627
+ """
2628
+ SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
2629
+ """
2630
+ ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input['IDRangePatchArgsDict']]]]
2631
+ """
2632
+ ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.
2633
+ """
2634
+ rule: NotRequired[pulumi.Input[str]]
2635
+ """
2636
+ rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
2637
+ """
2638
+ elif False:
2639
+ SupplementalGroupsStrategyOptionsPatchArgsDict: TypeAlias = Mapping[str, Any]
2640
+
1944
2641
  @pulumi.input_type
1945
2642
  class SupplementalGroupsStrategyOptionsPatchArgs:
1946
2643
  def __init__(__self__, *,
@@ -1981,6 +2678,22 @@ class SupplementalGroupsStrategyOptionsPatchArgs:
1981
2678
  pulumi.set(self, "rule", value)
1982
2679
 
1983
2680
 
2681
+ if not MYPY:
2682
+ class SupplementalGroupsStrategyOptionsArgsDict(TypedDict):
2683
+ """
2684
+ SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
2685
+ """
2686
+ ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input['IDRangeArgsDict']]]]
2687
+ """
2688
+ ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.
2689
+ """
2690
+ rule: NotRequired[pulumi.Input[str]]
2691
+ """
2692
+ rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
2693
+ """
2694
+ elif False:
2695
+ SupplementalGroupsStrategyOptionsArgsDict: TypeAlias = Mapping[str, Any]
2696
+
1984
2697
  @pulumi.input_type
1985
2698
  class SupplementalGroupsStrategyOptionsArgs:
1986
2699
  def __init__(__self__, *,