pulumi-kubernetes 4.17.0a1723576835__py3-none-any.whl → 4.26.0a1769215986__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (703) hide show
  1. pulumi_kubernetes/__init__.py +73 -2
  2. pulumi_kubernetes/_inputs.py +49 -49
  3. pulumi_kubernetes/_utilities.py +9 -5
  4. pulumi_kubernetes/admissionregistration/__init__.py +1 -0
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +26 -25
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +26 -25
  7. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +26 -25
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +27 -26
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +26 -25
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +26 -25
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +26 -25
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +27 -26
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +26 -25
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +26 -25
  16. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +26 -25
  17. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
  18. pulumi_kubernetes/admissionregistration/v1/_inputs.py +721 -721
  19. pulumi_kubernetes/admissionregistration/v1/outputs.py +516 -516
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +215 -0
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +223 -0
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +216 -0
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +235 -0
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +216 -0
  25. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +227 -0
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +27 -26
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +26 -33
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +26 -25
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +26 -33
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +26 -25
  31. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +27 -26
  32. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +7 -0
  33. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2219 -716
  34. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1649 -530
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +26 -25
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +26 -25
  37. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +26 -25
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +27 -26
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +26 -25
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +26 -25
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +26 -25
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +27 -26
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +26 -25
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +26 -25
  46. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +26 -25
  47. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
  48. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +717 -717
  49. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +512 -512
  50. pulumi_kubernetes/apiextensions/__init__.py +1 -0
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +27 -26
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +26 -25
  53. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +27 -26
  54. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
  55. pulumi_kubernetes/apiextensions/v1/_inputs.py +912 -912
  56. pulumi_kubernetes/apiextensions/v1/outputs.py +624 -624
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +27 -26
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +26 -25
  59. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +27 -26
  60. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
  61. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -834
  62. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -572
  63. pulumi_kubernetes/apiregistration/__init__.py +1 -0
  64. pulumi_kubernetes/apiregistration/v1/APIService.py +27 -26
  65. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +26 -25
  66. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +27 -26
  67. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
  68. pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -157
  69. pulumi_kubernetes/apiregistration/v1/outputs.py +128 -128
  70. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +27 -26
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +26 -25
  72. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +27 -26
  73. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
  74. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -157
  75. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -128
  76. pulumi_kubernetes/apps/__init__.py +1 -0
  77. pulumi_kubernetes/apps/v1/ControllerRevision.py +36 -35
  78. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +26 -25
  79. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +36 -35
  80. pulumi_kubernetes/apps/v1/DaemonSet.py +27 -26
  81. pulumi_kubernetes/apps/v1/DaemonSetList.py +26 -25
  82. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +27 -26
  83. pulumi_kubernetes/apps/v1/Deployment.py +27 -26
  84. pulumi_kubernetes/apps/v1/DeploymentList.py +26 -25
  85. pulumi_kubernetes/apps/v1/DeploymentPatch.py +27 -26
  86. pulumi_kubernetes/apps/v1/ReplicaSet.py +27 -26
  87. pulumi_kubernetes/apps/v1/ReplicaSetList.py +30 -29
  88. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +27 -26
  89. pulumi_kubernetes/apps/v1/StatefulSet.py +27 -26
  90. pulumi_kubernetes/apps/v1/StatefulSetList.py +26 -25
  91. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +27 -26
  92. pulumi_kubernetes/apps/v1/__init__.py +1 -0
  93. pulumi_kubernetes/apps/v1/_inputs.py +835 -782
  94. pulumi_kubernetes/apps/v1/outputs.py +806 -733
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +36 -35
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +26 -25
  97. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +36 -35
  98. pulumi_kubernetes/apps/v1beta1/Deployment.py +27 -26
  99. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +26 -25
  100. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +27 -26
  101. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +27 -26
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +26 -25
  103. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +27 -26
  104. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
  105. pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -409
  106. pulumi_kubernetes/apps/v1beta1/outputs.py +381 -381
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +36 -35
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +26 -25
  109. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +36 -35
  110. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +27 -26
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +26 -25
  112. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +27 -26
  113. pulumi_kubernetes/apps/v1beta2/Deployment.py +27 -26
  114. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +26 -25
  115. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +27 -26
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +27 -26
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +26 -25
  118. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +27 -26
  119. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +27 -26
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +26 -25
  121. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +27 -26
  122. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
  123. pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -655
  124. pulumi_kubernetes/apps/v1beta2/outputs.py +645 -645
  125. pulumi_kubernetes/auditregistration/__init__.py +1 -0
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +26 -25
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +26 -25
  128. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +26 -25
  129. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
  130. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -145
  131. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -101
  132. pulumi_kubernetes/autoscaling/__init__.py +1 -0
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +27 -26
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +26 -25
  135. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +27 -26
  136. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
  137. pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -120
  138. pulumi_kubernetes/autoscaling/v1/outputs.py +102 -102
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +27 -26
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +26 -25
  141. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +27 -26
  142. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
  143. pulumi_kubernetes/autoscaling/v2/_inputs.py +500 -420
  144. pulumi_kubernetes/autoscaling/v2/outputs.py +438 -382
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +27 -26
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +26 -25
  147. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +27 -26
  148. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
  149. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -451
  150. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -424
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +27 -26
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +26 -25
  153. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +27 -26
  154. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
  155. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -398
  156. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -366
  157. pulumi_kubernetes/batch/__init__.py +1 -0
  158. pulumi_kubernetes/batch/v1/CronJob.py +27 -26
  159. pulumi_kubernetes/batch/v1/CronJobList.py +26 -25
  160. pulumi_kubernetes/batch/v1/CronJobPatch.py +27 -26
  161. pulumi_kubernetes/batch/v1/Job.py +27 -26
  162. pulumi_kubernetes/batch/v1/JobList.py +26 -25
  163. pulumi_kubernetes/batch/v1/JobPatch.py +27 -26
  164. pulumi_kubernetes/batch/v1/__init__.py +1 -0
  165. pulumi_kubernetes/batch/v1/_inputs.py +508 -538
  166. pulumi_kubernetes/batch/v1/outputs.py +427 -451
  167. pulumi_kubernetes/batch/v1beta1/CronJob.py +27 -26
  168. pulumi_kubernetes/batch/v1beta1/CronJobList.py +26 -25
  169. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +27 -26
  170. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
  171. pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -101
  172. pulumi_kubernetes/batch/v1beta1/outputs.py +76 -76
  173. pulumi_kubernetes/batch/v2alpha1/CronJob.py +27 -26
  174. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +26 -25
  175. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +27 -26
  176. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
  177. pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -101
  178. pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -76
  179. pulumi_kubernetes/certificates/__init__.py +1 -0
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +27 -26
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +26 -25
  182. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +27 -26
  183. pulumi_kubernetes/certificates/v1/__init__.py +1 -0
  184. pulumi_kubernetes/certificates/v1/_inputs.py +155 -155
  185. pulumi_kubernetes/certificates/v1/outputs.py +134 -134
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +28 -25
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +26 -25
  188. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +28 -25
  189. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
  190. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -39
  191. pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -27
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +27 -26
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +26 -25
  194. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +27 -26
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +226 -0
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +216 -0
  197. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +237 -0
  198. pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
  199. pulumi_kubernetes/certificates/v1beta1/_inputs.py +436 -144
  200. pulumi_kubernetes/certificates/v1beta1/outputs.py +369 -128
  201. pulumi_kubernetes/coordination/__init__.py +4 -0
  202. pulumi_kubernetes/coordination/v1/Lease.py +26 -25
  203. pulumi_kubernetes/coordination/v1/LeaseList.py +26 -25
  204. pulumi_kubernetes/coordination/v1/LeasePatch.py +26 -25
  205. pulumi_kubernetes/coordination/v1/__init__.py +1 -0
  206. pulumi_kubernetes/coordination/v1/_inputs.py +99 -99
  207. pulumi_kubernetes/coordination/v1/outputs.py +67 -67
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +28 -25
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +26 -25
  210. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +28 -25
  211. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
  212. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -87
  213. pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -59
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +217 -0
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +216 -0
  216. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +229 -0
  217. pulumi_kubernetes/coordination/v1alpha2/__init__.py +13 -0
  218. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
  219. pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
  220. pulumi_kubernetes/coordination/v1beta1/Lease.py +26 -25
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +217 -0
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +216 -0
  223. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +229 -0
  224. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +26 -25
  225. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +26 -25
  226. pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
  227. pulumi_kubernetes/coordination/v1beta1/_inputs.py +446 -75
  228. pulumi_kubernetes/coordination/v1beta1/outputs.py +343 -51
  229. pulumi_kubernetes/core/__init__.py +1 -0
  230. pulumi_kubernetes/core/v1/Binding.py +28 -27
  231. pulumi_kubernetes/core/v1/BindingPatch.py +28 -27
  232. pulumi_kubernetes/core/v1/ConfigMap.py +54 -53
  233. pulumi_kubernetes/core/v1/ConfigMapList.py +26 -25
  234. pulumi_kubernetes/core/v1/ConfigMapPatch.py +54 -53
  235. pulumi_kubernetes/core/v1/Endpoints.py +34 -25
  236. pulumi_kubernetes/core/v1/EndpointsList.py +28 -27
  237. pulumi_kubernetes/core/v1/EndpointsPatch.py +34 -25
  238. pulumi_kubernetes/core/v1/Event.py +132 -131
  239. pulumi_kubernetes/core/v1/EventList.py +26 -25
  240. pulumi_kubernetes/core/v1/EventPatch.py +132 -131
  241. pulumi_kubernetes/core/v1/LimitRange.py +26 -25
  242. pulumi_kubernetes/core/v1/LimitRangeList.py +26 -25
  243. pulumi_kubernetes/core/v1/LimitRangePatch.py +26 -25
  244. pulumi_kubernetes/core/v1/Namespace.py +27 -26
  245. pulumi_kubernetes/core/v1/NamespaceList.py +26 -25
  246. pulumi_kubernetes/core/v1/NamespacePatch.py +27 -26
  247. pulumi_kubernetes/core/v1/Node.py +27 -26
  248. pulumi_kubernetes/core/v1/NodeList.py +26 -25
  249. pulumi_kubernetes/core/v1/NodePatch.py +27 -26
  250. pulumi_kubernetes/core/v1/PersistentVolume.py +27 -26
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +27 -26
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +26 -25
  253. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +27 -26
  254. pulumi_kubernetes/core/v1/PersistentVolumeList.py +26 -25
  255. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +27 -26
  256. pulumi_kubernetes/core/v1/Pod.py +27 -26
  257. pulumi_kubernetes/core/v1/PodList.py +26 -25
  258. pulumi_kubernetes/core/v1/PodPatch.py +27 -26
  259. pulumi_kubernetes/core/v1/PodTemplate.py +26 -25
  260. pulumi_kubernetes/core/v1/PodTemplateList.py +26 -25
  261. pulumi_kubernetes/core/v1/PodTemplatePatch.py +26 -25
  262. pulumi_kubernetes/core/v1/ReplicationController.py +27 -26
  263. pulumi_kubernetes/core/v1/ReplicationControllerList.py +26 -25
  264. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +27 -26
  265. pulumi_kubernetes/core/v1/ResourceQuota.py +27 -26
  266. pulumi_kubernetes/core/v1/ResourceQuotaList.py +26 -25
  267. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +27 -26
  268. pulumi_kubernetes/core/v1/Secret.py +64 -63
  269. pulumi_kubernetes/core/v1/SecretList.py +26 -25
  270. pulumi_kubernetes/core/v1/SecretPatch.py +68 -65
  271. pulumi_kubernetes/core/v1/Service.py +33 -48
  272. pulumi_kubernetes/core/v1/ServiceAccount.py +42 -41
  273. pulumi_kubernetes/core/v1/ServiceAccountList.py +26 -25
  274. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +42 -41
  275. pulumi_kubernetes/core/v1/ServiceList.py +26 -25
  276. pulumi_kubernetes/core/v1/ServicePatch.py +33 -48
  277. pulumi_kubernetes/core/v1/__init__.py +1 -0
  278. pulumi_kubernetes/core/v1/_enums.py +4 -1
  279. pulumi_kubernetes/core/v1/_inputs.py +7862 -7453
  280. pulumi_kubernetes/core/v1/outputs.py +5980 -5608
  281. pulumi_kubernetes/discovery/__init__.py +1 -0
  282. pulumi_kubernetes/discovery/v1/EndpointSlice.py +46 -45
  283. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +26 -25
  284. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +46 -45
  285. pulumi_kubernetes/discovery/v1/__init__.py +1 -0
  286. pulumi_kubernetes/discovery/v1/_inputs.py +334 -219
  287. pulumi_kubernetes/discovery/v1/outputs.py +224 -149
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +38 -37
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +26 -25
  290. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +38 -37
  291. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
  292. pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -158
  293. pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -108
  294. pulumi_kubernetes/events/__init__.py +1 -0
  295. pulumi_kubernetes/events/v1/Event.py +132 -131
  296. pulumi_kubernetes/events/v1/EventList.py +26 -25
  297. pulumi_kubernetes/events/v1/EventPatch.py +132 -131
  298. pulumi_kubernetes/events/v1/__init__.py +1 -0
  299. pulumi_kubernetes/events/v1/_inputs.py +102 -102
  300. pulumi_kubernetes/events/v1/outputs.py +70 -70
  301. pulumi_kubernetes/events/v1beta1/Event.py +132 -131
  302. pulumi_kubernetes/events/v1beta1/EventList.py +26 -25
  303. pulumi_kubernetes/events/v1beta1/EventPatch.py +132 -131
  304. pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
  305. pulumi_kubernetes/events/v1beta1/_inputs.py +114 -114
  306. pulumi_kubernetes/events/v1beta1/outputs.py +78 -78
  307. pulumi_kubernetes/extensions/__init__.py +1 -0
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +27 -26
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +26 -25
  310. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +27 -26
  311. pulumi_kubernetes/extensions/v1beta1/Deployment.py +27 -26
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +26 -25
  313. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +27 -26
  314. pulumi_kubernetes/extensions/v1beta1/Ingress.py +27 -26
  315. pulumi_kubernetes/extensions/v1beta1/IngressList.py +26 -25
  316. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +27 -26
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +26 -25
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +26 -25
  319. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +26 -25
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +26 -25
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +26 -25
  322. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +26 -25
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +27 -26
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +26 -25
  325. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +27 -26
  326. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
  327. pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1097
  328. pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -899
  329. pulumi_kubernetes/flowcontrol/__init__.py +1 -0
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +27 -26
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +26 -25
  332. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +27 -26
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +27 -26
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +26 -25
  335. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +27 -26
  336. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
  337. pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -419
  338. pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -333
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +27 -26
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +26 -25
  341. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +27 -26
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +27 -26
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +26 -25
  344. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +27 -26
  345. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
  346. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -369
  347. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -299
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +27 -26
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +26 -25
  350. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +27 -26
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +27 -26
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +26 -25
  353. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +27 -26
  354. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
  355. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -369
  356. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -299
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +27 -26
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +26 -25
  359. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +27 -26
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +27 -26
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +26 -25
  362. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +27 -26
  363. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
  364. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -419
  365. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -333
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +27 -26
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +26 -25
  368. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +27 -26
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +27 -26
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +26 -25
  371. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +27 -26
  372. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
  373. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +431 -431
  374. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +341 -341
  375. pulumi_kubernetes/helm/__init__.py +1 -0
  376. pulumi_kubernetes/helm/v3/Release.py +317 -316
  377. pulumi_kubernetes/helm/v3/__init__.py +1 -0
  378. pulumi_kubernetes/helm/v3/_inputs.py +39 -39
  379. pulumi_kubernetes/helm/v3/outputs.py +55 -55
  380. pulumi_kubernetes/helm/v4/Chart.py +114 -87
  381. pulumi_kubernetes/helm/v4/__init__.py +1 -0
  382. pulumi_kubernetes/helm/v4/_inputs.py +36 -36
  383. pulumi_kubernetes/kustomize/__init__.py +1 -0
  384. pulumi_kubernetes/kustomize/v2/Directory.py +36 -35
  385. pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
  386. pulumi_kubernetes/meta/__init__.py +1 -0
  387. pulumi_kubernetes/meta/v1/Status.py +58 -57
  388. pulumi_kubernetes/meta/v1/StatusPatch.py +58 -57
  389. pulumi_kubernetes/meta/v1/__init__.py +1 -0
  390. pulumi_kubernetes/meta/v1/_inputs.py +551 -551
  391. pulumi_kubernetes/meta/v1/outputs.py +395 -395
  392. pulumi_kubernetes/networking/__init__.py +1 -0
  393. pulumi_kubernetes/networking/v1/IPAddress.py +217 -0
  394. pulumi_kubernetes/networking/v1/IPAddressList.py +216 -0
  395. pulumi_kubernetes/networking/v1/IPAddressPatch.py +229 -0
  396. pulumi_kubernetes/networking/v1/Ingress.py +27 -26
  397. pulumi_kubernetes/networking/v1/IngressClass.py +26 -25
  398. pulumi_kubernetes/networking/v1/IngressClassList.py +26 -25
  399. pulumi_kubernetes/networking/v1/IngressClassPatch.py +26 -25
  400. pulumi_kubernetes/networking/v1/IngressList.py +26 -25
  401. pulumi_kubernetes/networking/v1/IngressPatch.py +27 -26
  402. pulumi_kubernetes/networking/v1/NetworkPolicy.py +27 -26
  403. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +26 -25
  404. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +27 -26
  405. pulumi_kubernetes/networking/v1/ServiceCIDR.py +227 -0
  406. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +216 -0
  407. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +239 -0
  408. pulumi_kubernetes/networking/v1/__init__.py +7 -0
  409. pulumi_kubernetes/networking/v1/_inputs.py +970 -371
  410. pulumi_kubernetes/networking/v1/outputs.py +746 -285
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +26 -25
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +26 -25
  413. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +26 -25
  414. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +27 -26
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +26 -25
  416. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +27 -26
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +28 -27
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +26 -25
  419. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +28 -27
  420. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
  421. pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -157
  422. pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -110
  423. pulumi_kubernetes/networking/v1beta1/IPAddress.py +27 -26
  424. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +26 -25
  425. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +27 -26
  426. pulumi_kubernetes/networking/v1beta1/Ingress.py +27 -26
  427. pulumi_kubernetes/networking/v1beta1/IngressClass.py +26 -25
  428. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +26 -25
  429. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +26 -25
  430. pulumi_kubernetes/networking/v1beta1/IngressList.py +26 -25
  431. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +27 -26
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +28 -27
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +26 -25
  434. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +28 -27
  435. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
  436. pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -247
  437. pulumi_kubernetes/networking/v1beta1/outputs.py +173 -173
  438. pulumi_kubernetes/node/__init__.py +1 -0
  439. pulumi_kubernetes/node/v1/RuntimeClass.py +38 -37
  440. pulumi_kubernetes/node/v1/RuntimeClassList.py +26 -25
  441. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +38 -37
  442. pulumi_kubernetes/node/v1/__init__.py +1 -0
  443. pulumi_kubernetes/node/v1/_inputs.py +48 -48
  444. pulumi_kubernetes/node/v1/outputs.py +34 -34
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +26 -25
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +26 -25
  447. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +26 -25
  448. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
  449. pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -57
  450. pulumi_kubernetes/node/v1alpha1/outputs.py +41 -41
  451. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +38 -37
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +26 -25
  453. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +38 -37
  454. pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
  455. pulumi_kubernetes/node/v1beta1/_inputs.py +48 -48
  456. pulumi_kubernetes/node/v1beta1/outputs.py +34 -34
  457. pulumi_kubernetes/policy/__init__.py +1 -0
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +27 -26
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +26 -25
  460. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +27 -26
  461. pulumi_kubernetes/policy/v1/__init__.py +1 -0
  462. pulumi_kubernetes/policy/v1/_inputs.py +91 -103
  463. pulumi_kubernetes/policy/v1/outputs.py +80 -88
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +27 -26
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +26 -25
  466. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +27 -26
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +26 -25
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +26 -25
  469. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +26 -25
  470. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
  471. pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -470
  472. pulumi_kubernetes/policy/v1beta1/outputs.py +342 -342
  473. pulumi_kubernetes/provider.py +139 -99
  474. pulumi_kubernetes/pulumi-plugin.json +1 -1
  475. pulumi_kubernetes/rbac/__init__.py +1 -0
  476. pulumi_kubernetes/rbac/v1/ClusterRole.py +28 -27
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +28 -27
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +26 -25
  479. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +28 -27
  480. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +26 -25
  481. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +28 -27
  482. pulumi_kubernetes/rbac/v1/Role.py +26 -25
  483. pulumi_kubernetes/rbac/v1/RoleBinding.py +28 -27
  484. pulumi_kubernetes/rbac/v1/RoleBindingList.py +26 -25
  485. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +28 -27
  486. pulumi_kubernetes/rbac/v1/RoleList.py +26 -25
  487. pulumi_kubernetes/rbac/v1/RolePatch.py +26 -25
  488. pulumi_kubernetes/rbac/v1/__init__.py +1 -0
  489. pulumi_kubernetes/rbac/v1/_inputs.py +206 -206
  490. pulumi_kubernetes/rbac/v1/outputs.py +142 -142
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +28 -27
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +28 -27
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +26 -25
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +28 -27
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +26 -25
  496. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +28 -27
  497. pulumi_kubernetes/rbac/v1alpha1/Role.py +26 -25
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +28 -27
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +26 -25
  500. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +28 -27
  501. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +26 -25
  502. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +26 -25
  503. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
  504. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -206
  505. pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -142
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +28 -27
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +28 -27
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +26 -25
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +28 -27
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +26 -25
  511. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +28 -27
  512. pulumi_kubernetes/rbac/v1beta1/Role.py +26 -25
  513. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +28 -27
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +26 -25
  515. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +28 -27
  516. pulumi_kubernetes/rbac/v1beta1/RoleList.py +26 -25
  517. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +26 -25
  518. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
  519. pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -206
  520. pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -142
  521. pulumi_kubernetes/resource/__init__.py +7 -0
  522. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +27 -26
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +26 -25
  524. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +27 -26
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +28 -27
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +26 -25
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +28 -27
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +27 -26
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +26 -25
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +27 -26
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +38 -37
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +26 -25
  533. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +38 -37
  534. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
  535. pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -268
  536. pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -230
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +27 -26
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +26 -25
  539. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +27 -26
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +28 -27
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +26 -25
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +38 -37
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +26 -25
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +38 -37
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +28 -27
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +27 -26
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +26 -25
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +27 -26
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +48 -47
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +26 -25
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +30 -29
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +26 -25
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +30 -29
  554. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +48 -47
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +47 -46
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +26 -25
  557. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +47 -46
  558. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
  559. pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -550
  560. pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -449
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +28 -25
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +26 -25
  563. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +28 -25
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +224 -0
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +216 -0
  566. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +235 -0
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +27 -26
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +26 -25
  569. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +27 -26
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +28 -27
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +26 -25
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +28 -27
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +27 -26
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +26 -25
  575. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +27 -26
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +34 -33
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +246 -0
  578. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +27 -26
  579. pulumi_kubernetes/resource/v1alpha3/__init__.py +5 -0
  580. pulumi_kubernetes/resource/v1alpha3/_inputs.py +3400 -606
  581. pulumi_kubernetes/resource/v1alpha3/outputs.py +2933 -565
  582. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +238 -0
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +216 -0
  584. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +249 -0
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +233 -0
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +217 -0
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +244 -0
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +230 -0
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +216 -0
  590. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +241 -0
  591. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +247 -0
  592. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +217 -0
  593. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +258 -0
  594. pulumi_kubernetes/resource/v1beta1/__init__.py +22 -0
  595. pulumi_kubernetes/resource/v1beta1/_inputs.py +5735 -0
  596. pulumi_kubernetes/resource/v1beta1/outputs.py +4736 -0
  597. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +238 -0
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +216 -0
  599. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +249 -0
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +233 -0
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +217 -0
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +244 -0
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +230 -0
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +216 -0
  605. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +241 -0
  606. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +247 -0
  607. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +217 -0
  608. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +258 -0
  609. pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
  610. pulumi_kubernetes/resource/v1beta2/_inputs.py +5680 -0
  611. pulumi_kubernetes/resource/v1beta2/outputs.py +4725 -0
  612. pulumi_kubernetes/scheduling/__init__.py +1 -0
  613. pulumi_kubernetes/scheduling/v1/PriorityClass.py +64 -63
  614. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +26 -25
  615. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +64 -63
  616. pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
  617. pulumi_kubernetes/scheduling/v1/_inputs.py +38 -38
  618. pulumi_kubernetes/scheduling/v1/outputs.py +26 -26
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +64 -63
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +26 -25
  621. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +64 -63
  622. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
  623. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -38
  624. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -26
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +64 -63
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +26 -25
  627. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +64 -63
  628. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
  629. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -38
  630. pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -26
  631. pulumi_kubernetes/settings/__init__.py +1 -0
  632. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +26 -25
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +26 -25
  634. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +26 -25
  635. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
  636. pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -25
  637. pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -21
  638. pulumi_kubernetes/storage/__init__.py +1 -0
  639. pulumi_kubernetes/storage/v1/CSIDriver.py +26 -25
  640. pulumi_kubernetes/storage/v1/CSIDriverList.py +26 -25
  641. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +26 -25
  642. pulumi_kubernetes/storage/v1/CSINode.py +26 -25
  643. pulumi_kubernetes/storage/v1/CSINodeList.py +26 -25
  644. pulumi_kubernetes/storage/v1/CSINodePatch.py +26 -25
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +56 -55
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +26 -25
  647. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +56 -55
  648. pulumi_kubernetes/storage/v1/StorageClass.py +86 -85
  649. pulumi_kubernetes/storage/v1/StorageClassList.py +26 -25
  650. pulumi_kubernetes/storage/v1/StorageClassPatch.py +86 -85
  651. pulumi_kubernetes/storage/v1/VolumeAttachment.py +27 -26
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +26 -25
  653. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +27 -26
  654. pulumi_kubernetes/storage/v1/__init__.py +1 -0
  655. pulumi_kubernetes/storage/v1/_inputs.py +448 -358
  656. pulumi_kubernetes/storage/v1/outputs.py +376 -266
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +27 -26
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +26 -25
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +27 -26
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +44 -43
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +26 -25
  662. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +44 -43
  663. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
  664. pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -107
  665. pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -93
  666. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +26 -25
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +26 -25
  668. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +26 -25
  669. pulumi_kubernetes/storage/v1beta1/CSINode.py +26 -25
  670. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +26 -25
  671. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +26 -25
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +56 -55
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +26 -25
  674. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +56 -55
  675. pulumi_kubernetes/storage/v1beta1/StorageClass.py +86 -85
  676. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +26 -25
  677. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +86 -85
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +27 -26
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +26 -25
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +27 -26
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +44 -43
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +26 -25
  683. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +44 -43
  684. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
  685. pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -367
  686. pulumi_kubernetes/storage/v1beta1/outputs.py +271 -271
  687. pulumi_kubernetes/storagemigration/__init__.py +1 -0
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +27 -26
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +26 -25
  690. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +27 -26
  691. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
  692. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -103
  693. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -96
  694. pulumi_kubernetes/yaml/__init__.py +1 -0
  695. pulumi_kubernetes/yaml/v2/ConfigFile.py +31 -28
  696. pulumi_kubernetes/yaml/v2/ConfigGroup.py +36 -35
  697. pulumi_kubernetes/yaml/v2/__init__.py +1 -0
  698. pulumi_kubernetes/yaml/yaml.py +198 -0
  699. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/METADATA +9 -9
  700. pulumi_kubernetes-4.26.0a1769215986.dist-info/RECORD +709 -0
  701. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/WHEEL +1 -1
  702. pulumi_kubernetes-4.17.0a1723576835.dist-info/RECORD +0 -651
  703. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/top_level.txt +0 -0
@@ -2,7 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -56,16 +56,16 @@ class AllowedCSIDriver(dict):
56
56
  AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
57
57
  """
58
58
  def __init__(__self__, *,
59
- name: str):
59
+ name: _builtins.str):
60
60
  """
61
61
  AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
62
- :param str name: Name is the registered name of the CSI driver
62
+ :param _builtins.str name: Name is the registered name of the CSI driver
63
63
  """
64
64
  pulumi.set(__self__, "name", name)
65
65
 
66
- @property
66
+ @_builtins.property
67
67
  @pulumi.getter
68
- def name(self) -> str:
68
+ def name(self) -> _builtins.str:
69
69
  """
70
70
  Name is the registered name of the CSI driver
71
71
  """
@@ -78,17 +78,17 @@ class AllowedCSIDriverPatch(dict):
78
78
  AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
79
79
  """
80
80
  def __init__(__self__, *,
81
- name: Optional[str] = None):
81
+ name: Optional[_builtins.str] = None):
82
82
  """
83
83
  AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
84
- :param str name: Name is the registered name of the CSI driver
84
+ :param _builtins.str name: Name is the registered name of the CSI driver
85
85
  """
86
86
  if name is not None:
87
87
  pulumi.set(__self__, "name", name)
88
88
 
89
- @property
89
+ @_builtins.property
90
90
  @pulumi.getter
91
- def name(self) -> Optional[str]:
91
+ def name(self) -> Optional[_builtins.str]:
92
92
  """
93
93
  Name is the registered name of the CSI driver
94
94
  """
@@ -101,16 +101,16 @@ class AllowedFlexVolume(dict):
101
101
  AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
102
102
  """
103
103
  def __init__(__self__, *,
104
- driver: str):
104
+ driver: _builtins.str):
105
105
  """
106
106
  AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
107
- :param str driver: driver is the name of the Flexvolume driver.
107
+ :param _builtins.str driver: driver is the name of the Flexvolume driver.
108
108
  """
109
109
  pulumi.set(__self__, "driver", driver)
110
110
 
111
- @property
111
+ @_builtins.property
112
112
  @pulumi.getter
113
- def driver(self) -> str:
113
+ def driver(self) -> _builtins.str:
114
114
  """
115
115
  driver is the name of the Flexvolume driver.
116
116
  """
@@ -123,17 +123,17 @@ class AllowedFlexVolumePatch(dict):
123
123
  AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
124
124
  """
125
125
  def __init__(__self__, *,
126
- driver: Optional[str] = None):
126
+ driver: Optional[_builtins.str] = None):
127
127
  """
128
128
  AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
129
- :param str driver: driver is the name of the Flexvolume driver.
129
+ :param _builtins.str driver: driver is the name of the Flexvolume driver.
130
130
  """
131
131
  if driver is not None:
132
132
  pulumi.set(__self__, "driver", driver)
133
133
 
134
- @property
134
+ @_builtins.property
135
135
  @pulumi.getter
136
- def driver(self) -> Optional[str]:
136
+ def driver(self) -> Optional[_builtins.str]:
137
137
  """
138
138
  driver is the name of the Flexvolume driver.
139
139
  """
@@ -165,23 +165,23 @@ class AllowedHostPath(dict):
165
165
  return super().get(key, default)
166
166
 
167
167
  def __init__(__self__, *,
168
- path_prefix: Optional[str] = None,
169
- read_only: Optional[bool] = None):
168
+ path_prefix: Optional[_builtins.str] = None,
169
+ read_only: Optional[_builtins.bool] = None):
170
170
  """
171
171
  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.
172
- :param str path_prefix: 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.
172
+ :param _builtins.str path_prefix: 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.
173
173
 
174
174
  Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
175
- :param bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
175
+ :param _builtins.bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
176
176
  """
177
177
  if path_prefix is not None:
178
178
  pulumi.set(__self__, "path_prefix", path_prefix)
179
179
  if read_only is not None:
180
180
  pulumi.set(__self__, "read_only", read_only)
181
181
 
182
- @property
182
+ @_builtins.property
183
183
  @pulumi.getter(name="pathPrefix")
184
- def path_prefix(self) -> Optional[str]:
184
+ def path_prefix(self) -> Optional[_builtins.str]:
185
185
  """
186
186
  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.
187
187
 
@@ -189,9 +189,9 @@ class AllowedHostPath(dict):
189
189
  """
190
190
  return pulumi.get(self, "path_prefix")
191
191
 
192
- @property
192
+ @_builtins.property
193
193
  @pulumi.getter(name="readOnly")
194
- def read_only(self) -> Optional[bool]:
194
+ def read_only(self) -> Optional[_builtins.bool]:
195
195
  """
196
196
  when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
197
197
  """
@@ -223,23 +223,23 @@ class AllowedHostPathPatch(dict):
223
223
  return super().get(key, default)
224
224
 
225
225
  def __init__(__self__, *,
226
- path_prefix: Optional[str] = None,
227
- read_only: Optional[bool] = None):
226
+ path_prefix: Optional[_builtins.str] = None,
227
+ read_only: Optional[_builtins.bool] = None):
228
228
  """
229
229
  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.
230
- :param str path_prefix: 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.
230
+ :param _builtins.str path_prefix: 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.
231
231
 
232
232
  Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
233
- :param bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
233
+ :param _builtins.bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
234
234
  """
235
235
  if path_prefix is not None:
236
236
  pulumi.set(__self__, "path_prefix", path_prefix)
237
237
  if read_only is not None:
238
238
  pulumi.set(__self__, "read_only", read_only)
239
239
 
240
- @property
240
+ @_builtins.property
241
241
  @pulumi.getter(name="pathPrefix")
242
- def path_prefix(self) -> Optional[str]:
242
+ def path_prefix(self) -> Optional[_builtins.str]:
243
243
  """
244
244
  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.
245
245
 
@@ -247,9 +247,9 @@ class AllowedHostPathPatch(dict):
247
247
  """
248
248
  return pulumi.get(self, "path_prefix")
249
249
 
250
- @property
250
+ @_builtins.property
251
251
  @pulumi.getter(name="readOnly")
252
- def read_only(self) -> Optional[bool]:
252
+ def read_only(self) -> Optional[_builtins.bool]:
253
253
  """
254
254
  when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
255
255
  """
@@ -263,18 +263,18 @@ class FSGroupStrategyOptions(dict):
263
263
  """
264
264
  def __init__(__self__, *,
265
265
  ranges: Optional[Sequence['outputs.IDRange']] = None,
266
- rule: Optional[str] = None):
266
+ rule: Optional[_builtins.str] = None):
267
267
  """
268
268
  FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
269
269
  :param Sequence['IDRangeArgs'] ranges: 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.
270
- :param str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
270
+ :param _builtins.str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
271
271
  """
272
272
  if ranges is not None:
273
273
  pulumi.set(__self__, "ranges", ranges)
274
274
  if rule is not None:
275
275
  pulumi.set(__self__, "rule", rule)
276
276
 
277
- @property
277
+ @_builtins.property
278
278
  @pulumi.getter
279
279
  def ranges(self) -> Optional[Sequence['outputs.IDRange']]:
280
280
  """
@@ -282,9 +282,9 @@ class FSGroupStrategyOptions(dict):
282
282
  """
283
283
  return pulumi.get(self, "ranges")
284
284
 
285
- @property
285
+ @_builtins.property
286
286
  @pulumi.getter
287
- def rule(self) -> Optional[str]:
287
+ def rule(self) -> Optional[_builtins.str]:
288
288
  """
289
289
  rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
290
290
  """
@@ -298,18 +298,18 @@ class FSGroupStrategyOptionsPatch(dict):
298
298
  """
299
299
  def __init__(__self__, *,
300
300
  ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
301
- rule: Optional[str] = None):
301
+ rule: Optional[_builtins.str] = None):
302
302
  """
303
303
  FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
304
304
  :param Sequence['IDRangePatchArgs'] ranges: 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.
305
- :param str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
305
+ :param _builtins.str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
306
306
  """
307
307
  if ranges is not None:
308
308
  pulumi.set(__self__, "ranges", ranges)
309
309
  if rule is not None:
310
310
  pulumi.set(__self__, "rule", rule)
311
311
 
312
- @property
312
+ @_builtins.property
313
313
  @pulumi.getter
314
314
  def ranges(self) -> Optional[Sequence['outputs.IDRangePatch']]:
315
315
  """
@@ -317,9 +317,9 @@ class FSGroupStrategyOptionsPatch(dict):
317
317
  """
318
318
  return pulumi.get(self, "ranges")
319
319
 
320
- @property
320
+ @_builtins.property
321
321
  @pulumi.getter
322
- def rule(self) -> Optional[str]:
322
+ def rule(self) -> Optional[_builtins.str]:
323
323
  """
324
324
  rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
325
325
  """
@@ -332,27 +332,27 @@ class HostPortRange(dict):
332
332
  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.
333
333
  """
334
334
  def __init__(__self__, *,
335
- max: int,
336
- min: int):
335
+ max: _builtins.int,
336
+ min: _builtins.int):
337
337
  """
338
338
  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.
339
- :param int max: max is the end of the range, inclusive.
340
- :param int min: min is the start of the range, inclusive.
339
+ :param _builtins.int max: max is the end of the range, inclusive.
340
+ :param _builtins.int min: min is the start of the range, inclusive.
341
341
  """
342
342
  pulumi.set(__self__, "max", max)
343
343
  pulumi.set(__self__, "min", min)
344
344
 
345
- @property
345
+ @_builtins.property
346
346
  @pulumi.getter
347
- def max(self) -> int:
347
+ def max(self) -> _builtins.int:
348
348
  """
349
349
  max is the end of the range, inclusive.
350
350
  """
351
351
  return pulumi.get(self, "max")
352
352
 
353
- @property
353
+ @_builtins.property
354
354
  @pulumi.getter
355
- def min(self) -> int:
355
+ def min(self) -> _builtins.int:
356
356
  """
357
357
  min is the start of the range, inclusive.
358
358
  """
@@ -365,29 +365,29 @@ class HostPortRangePatch(dict):
365
365
  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.
366
366
  """
367
367
  def __init__(__self__, *,
368
- max: Optional[int] = None,
369
- min: Optional[int] = None):
368
+ max: Optional[_builtins.int] = None,
369
+ min: Optional[_builtins.int] = None):
370
370
  """
371
371
  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.
372
- :param int max: max is the end of the range, inclusive.
373
- :param int min: min is the start of the range, inclusive.
372
+ :param _builtins.int max: max is the end of the range, inclusive.
373
+ :param _builtins.int min: min is the start of the range, inclusive.
374
374
  """
375
375
  if max is not None:
376
376
  pulumi.set(__self__, "max", max)
377
377
  if min is not None:
378
378
  pulumi.set(__self__, "min", min)
379
379
 
380
- @property
380
+ @_builtins.property
381
381
  @pulumi.getter
382
- def max(self) -> Optional[int]:
382
+ def max(self) -> Optional[_builtins.int]:
383
383
  """
384
384
  max is the end of the range, inclusive.
385
385
  """
386
386
  return pulumi.get(self, "max")
387
387
 
388
- @property
388
+ @_builtins.property
389
389
  @pulumi.getter
390
- def min(self) -> Optional[int]:
390
+ def min(self) -> Optional[_builtins.int]:
391
391
  """
392
392
  min is the start of the range, inclusive.
393
393
  """
@@ -400,27 +400,27 @@ class IDRange(dict):
400
400
  IDRange provides a min/max of an allowed range of IDs.
401
401
  """
402
402
  def __init__(__self__, *,
403
- max: int,
404
- min: int):
403
+ max: _builtins.int,
404
+ min: _builtins.int):
405
405
  """
406
406
  IDRange provides a min/max of an allowed range of IDs.
407
- :param int max: max is the end of the range, inclusive.
408
- :param int min: min is the start of the range, inclusive.
407
+ :param _builtins.int max: max is the end of the range, inclusive.
408
+ :param _builtins.int min: min is the start of the range, inclusive.
409
409
  """
410
410
  pulumi.set(__self__, "max", max)
411
411
  pulumi.set(__self__, "min", min)
412
412
 
413
- @property
413
+ @_builtins.property
414
414
  @pulumi.getter
415
- def max(self) -> int:
415
+ def max(self) -> _builtins.int:
416
416
  """
417
417
  max is the end of the range, inclusive.
418
418
  """
419
419
  return pulumi.get(self, "max")
420
420
 
421
- @property
421
+ @_builtins.property
422
422
  @pulumi.getter
423
- def min(self) -> int:
423
+ def min(self) -> _builtins.int:
424
424
  """
425
425
  min is the start of the range, inclusive.
426
426
  """
@@ -433,29 +433,29 @@ class IDRangePatch(dict):
433
433
  IDRange provides a min/max of an allowed range of IDs.
434
434
  """
435
435
  def __init__(__self__, *,
436
- max: Optional[int] = None,
437
- min: Optional[int] = None):
436
+ max: Optional[_builtins.int] = None,
437
+ min: Optional[_builtins.int] = None):
438
438
  """
439
439
  IDRange provides a min/max of an allowed range of IDs.
440
- :param int max: max is the end of the range, inclusive.
441
- :param int min: min is the start of the range, inclusive.
440
+ :param _builtins.int max: max is the end of the range, inclusive.
441
+ :param _builtins.int min: min is the start of the range, inclusive.
442
442
  """
443
443
  if max is not None:
444
444
  pulumi.set(__self__, "max", max)
445
445
  if min is not None:
446
446
  pulumi.set(__self__, "min", min)
447
447
 
448
- @property
448
+ @_builtins.property
449
449
  @pulumi.getter
450
- def max(self) -> Optional[int]:
450
+ def max(self) -> Optional[_builtins.int]:
451
451
  """
452
452
  max is the end of the range, inclusive.
453
453
  """
454
454
  return pulumi.get(self, "max")
455
455
 
456
- @property
456
+ @_builtins.property
457
457
  @pulumi.getter
458
- def min(self) -> Optional[int]:
458
+ def min(self) -> Optional[_builtins.int]:
459
459
  """
460
460
  min is the start of the range, inclusive.
461
461
  """
@@ -485,15 +485,15 @@ class PodDisruptionBudget(dict):
485
485
  return super().get(key, default)
486
486
 
487
487
  def __init__(__self__, *,
488
- api_version: Optional[str] = None,
489
- kind: Optional[str] = None,
488
+ api_version: Optional[_builtins.str] = None,
489
+ kind: Optional[_builtins.str] = None,
490
490
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
491
491
  spec: Optional['outputs.PodDisruptionBudgetSpec'] = None,
492
492
  status: Optional['outputs.PodDisruptionBudgetStatus'] = None):
493
493
  """
494
494
  PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods
495
- :param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
496
- :param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
495
+ :param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
496
+ :param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
497
497
  :param 'PodDisruptionBudgetSpecArgs' spec: Specification of the desired behavior of the PodDisruptionBudget.
498
498
  :param 'PodDisruptionBudgetStatusArgs' status: Most recently observed status of the PodDisruptionBudget.
499
499
  """
@@ -508,28 +508,28 @@ class PodDisruptionBudget(dict):
508
508
  if status is not None:
509
509
  pulumi.set(__self__, "status", status)
510
510
 
511
- @property
511
+ @_builtins.property
512
512
  @pulumi.getter(name="apiVersion")
513
- def api_version(self) -> Optional[str]:
513
+ def api_version(self) -> Optional[_builtins.str]:
514
514
  """
515
515
  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
516
516
  """
517
517
  return pulumi.get(self, "api_version")
518
518
 
519
- @property
519
+ @_builtins.property
520
520
  @pulumi.getter
521
- def kind(self) -> Optional[str]:
521
+ def kind(self) -> Optional[_builtins.str]:
522
522
  """
523
523
  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
524
524
  """
525
525
  return pulumi.get(self, "kind")
526
526
 
527
- @property
527
+ @_builtins.property
528
528
  @pulumi.getter
529
529
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
530
530
  return pulumi.get(self, "metadata")
531
531
 
532
- @property
532
+ @_builtins.property
533
533
  @pulumi.getter
534
534
  def spec(self) -> Optional['outputs.PodDisruptionBudgetSpec']:
535
535
  """
@@ -537,7 +537,7 @@ class PodDisruptionBudget(dict):
537
537
  """
538
538
  return pulumi.get(self, "spec")
539
539
 
540
- @property
540
+ @_builtins.property
541
541
  @pulumi.getter
542
542
  def status(self) -> Optional['outputs.PodDisruptionBudgetStatus']:
543
543
  """
@@ -576,8 +576,8 @@ class PodDisruptionBudgetSpec(dict):
576
576
  selector: Optional['_meta.v1.outputs.LabelSelector'] = None):
577
577
  """
578
578
  PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
579
- :param Union[int, str] max_unavailable: 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".
580
- :param Union[int, str] min_available: 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%".
579
+ :param Union[_builtins.int, _builtins.str] max_unavailable: 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".
580
+ :param Union[_builtins.int, _builtins.str] min_available: 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%".
581
581
  :param '_meta.v1.LabelSelectorArgs' selector: Label query over pods whose evictions are managed by the disruption budget.
582
582
  """
583
583
  if max_unavailable is not None:
@@ -587,7 +587,7 @@ class PodDisruptionBudgetSpec(dict):
587
587
  if selector is not None:
588
588
  pulumi.set(__self__, "selector", selector)
589
589
 
590
- @property
590
+ @_builtins.property
591
591
  @pulumi.getter(name="maxUnavailable")
592
592
  def max_unavailable(self) -> Optional[Any]:
593
593
  """
@@ -595,7 +595,7 @@ class PodDisruptionBudgetSpec(dict):
595
595
  """
596
596
  return pulumi.get(self, "max_unavailable")
597
597
 
598
- @property
598
+ @_builtins.property
599
599
  @pulumi.getter(name="minAvailable")
600
600
  def min_available(self) -> Optional[Any]:
601
601
  """
@@ -603,7 +603,7 @@ class PodDisruptionBudgetSpec(dict):
603
603
  """
604
604
  return pulumi.get(self, "min_available")
605
605
 
606
- @property
606
+ @_builtins.property
607
607
  @pulumi.getter
608
608
  def selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
609
609
  """
@@ -642,8 +642,8 @@ class PodDisruptionBudgetSpecPatch(dict):
642
642
  selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None):
643
643
  """
644
644
  PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
645
- :param Union[int, str] max_unavailable: 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".
646
- :param Union[int, str] min_available: 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%".
645
+ :param Union[_builtins.int, _builtins.str] max_unavailable: 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".
646
+ :param Union[_builtins.int, _builtins.str] min_available: 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%".
647
647
  :param '_meta.v1.LabelSelectorPatchArgs' selector: Label query over pods whose evictions are managed by the disruption budget.
648
648
  """
649
649
  if max_unavailable is not None:
@@ -653,7 +653,7 @@ class PodDisruptionBudgetSpecPatch(dict):
653
653
  if selector is not None:
654
654
  pulumi.set(__self__, "selector", selector)
655
655
 
656
- @property
656
+ @_builtins.property
657
657
  @pulumi.getter(name="maxUnavailable")
658
658
  def max_unavailable(self) -> Optional[Any]:
659
659
  """
@@ -661,7 +661,7 @@ class PodDisruptionBudgetSpecPatch(dict):
661
661
  """
662
662
  return pulumi.get(self, "max_unavailable")
663
663
 
664
- @property
664
+ @_builtins.property
665
665
  @pulumi.getter(name="minAvailable")
666
666
  def min_available(self) -> Optional[Any]:
667
667
  """
@@ -669,7 +669,7 @@ class PodDisruptionBudgetSpecPatch(dict):
669
669
  """
670
670
  return pulumi.get(self, "min_available")
671
671
 
672
- @property
672
+ @_builtins.property
673
673
  @pulumi.getter
674
674
  def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
675
675
  """
@@ -711,20 +711,20 @@ class PodDisruptionBudgetStatus(dict):
711
711
  return super().get(key, default)
712
712
 
713
713
  def __init__(__self__, *,
714
- current_healthy: int,
715
- desired_healthy: int,
716
- disruptions_allowed: int,
717
- expected_pods: int,
718
- disrupted_pods: Optional[Mapping[str, str]] = None,
719
- observed_generation: Optional[int] = None):
714
+ current_healthy: _builtins.int,
715
+ desired_healthy: _builtins.int,
716
+ disruptions_allowed: _builtins.int,
717
+ expected_pods: _builtins.int,
718
+ disrupted_pods: Optional[Mapping[str, _builtins.str]] = None,
719
+ observed_generation: Optional[_builtins.int] = None):
720
720
  """
721
721
  PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.
722
- :param int current_healthy: current number of healthy pods
723
- :param int desired_healthy: minimum desired number of healthy pods
724
- :param int disruptions_allowed: Number of pod disruptions that are currently allowed.
725
- :param int expected_pods: total number of pods counted by this disruption budget
726
- :param Mapping[str, str] disrupted_pods: 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.
727
- :param int observed_generation: 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.
722
+ :param _builtins.int current_healthy: current number of healthy pods
723
+ :param _builtins.int desired_healthy: minimum desired number of healthy pods
724
+ :param _builtins.int disruptions_allowed: Number of pod disruptions that are currently allowed.
725
+ :param _builtins.int expected_pods: total number of pods counted by this disruption budget
726
+ :param Mapping[str, _builtins.str] disrupted_pods: 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.
727
+ :param _builtins.int observed_generation: 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.
728
728
  """
729
729
  pulumi.set(__self__, "current_healthy", current_healthy)
730
730
  pulumi.set(__self__, "desired_healthy", desired_healthy)
@@ -735,49 +735,49 @@ class PodDisruptionBudgetStatus(dict):
735
735
  if observed_generation is not None:
736
736
  pulumi.set(__self__, "observed_generation", observed_generation)
737
737
 
738
- @property
738
+ @_builtins.property
739
739
  @pulumi.getter(name="currentHealthy")
740
- def current_healthy(self) -> int:
740
+ def current_healthy(self) -> _builtins.int:
741
741
  """
742
742
  current number of healthy pods
743
743
  """
744
744
  return pulumi.get(self, "current_healthy")
745
745
 
746
- @property
746
+ @_builtins.property
747
747
  @pulumi.getter(name="desiredHealthy")
748
- def desired_healthy(self) -> int:
748
+ def desired_healthy(self) -> _builtins.int:
749
749
  """
750
750
  minimum desired number of healthy pods
751
751
  """
752
752
  return pulumi.get(self, "desired_healthy")
753
753
 
754
- @property
754
+ @_builtins.property
755
755
  @pulumi.getter(name="disruptionsAllowed")
756
- def disruptions_allowed(self) -> int:
756
+ def disruptions_allowed(self) -> _builtins.int:
757
757
  """
758
758
  Number of pod disruptions that are currently allowed.
759
759
  """
760
760
  return pulumi.get(self, "disruptions_allowed")
761
761
 
762
- @property
762
+ @_builtins.property
763
763
  @pulumi.getter(name="expectedPods")
764
- def expected_pods(self) -> int:
764
+ def expected_pods(self) -> _builtins.int:
765
765
  """
766
766
  total number of pods counted by this disruption budget
767
767
  """
768
768
  return pulumi.get(self, "expected_pods")
769
769
 
770
- @property
770
+ @_builtins.property
771
771
  @pulumi.getter(name="disruptedPods")
772
- def disrupted_pods(self) -> Optional[Mapping[str, str]]:
772
+ def disrupted_pods(self) -> Optional[Mapping[str, _builtins.str]]:
773
773
  """
774
774
  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.
775
775
  """
776
776
  return pulumi.get(self, "disrupted_pods")
777
777
 
778
- @property
778
+ @_builtins.property
779
779
  @pulumi.getter(name="observedGeneration")
780
- def observed_generation(self) -> Optional[int]:
780
+ def observed_generation(self) -> Optional[_builtins.int]:
781
781
  """
782
782
  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.
783
783
  """
@@ -817,20 +817,20 @@ class PodDisruptionBudgetStatusPatch(dict):
817
817
  return super().get(key, default)
818
818
 
819
819
  def __init__(__self__, *,
820
- current_healthy: Optional[int] = None,
821
- desired_healthy: Optional[int] = None,
822
- disrupted_pods: Optional[Mapping[str, str]] = None,
823
- disruptions_allowed: Optional[int] = None,
824
- expected_pods: Optional[int] = None,
825
- observed_generation: Optional[int] = None):
820
+ current_healthy: Optional[_builtins.int] = None,
821
+ desired_healthy: Optional[_builtins.int] = None,
822
+ disrupted_pods: Optional[Mapping[str, _builtins.str]] = None,
823
+ disruptions_allowed: Optional[_builtins.int] = None,
824
+ expected_pods: Optional[_builtins.int] = None,
825
+ observed_generation: Optional[_builtins.int] = None):
826
826
  """
827
827
  PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.
828
- :param int current_healthy: current number of healthy pods
829
- :param int desired_healthy: minimum desired number of healthy pods
830
- :param Mapping[str, str] disrupted_pods: 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.
831
- :param int disruptions_allowed: Number of pod disruptions that are currently allowed.
832
- :param int expected_pods: total number of pods counted by this disruption budget
833
- :param int observed_generation: 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.
828
+ :param _builtins.int current_healthy: current number of healthy pods
829
+ :param _builtins.int desired_healthy: minimum desired number of healthy pods
830
+ :param Mapping[str, _builtins.str] disrupted_pods: 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.
831
+ :param _builtins.int disruptions_allowed: Number of pod disruptions that are currently allowed.
832
+ :param _builtins.int expected_pods: total number of pods counted by this disruption budget
833
+ :param _builtins.int observed_generation: 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.
834
834
  """
835
835
  if current_healthy is not None:
836
836
  pulumi.set(__self__, "current_healthy", current_healthy)
@@ -845,49 +845,49 @@ class PodDisruptionBudgetStatusPatch(dict):
845
845
  if observed_generation is not None:
846
846
  pulumi.set(__self__, "observed_generation", observed_generation)
847
847
 
848
- @property
848
+ @_builtins.property
849
849
  @pulumi.getter(name="currentHealthy")
850
- def current_healthy(self) -> Optional[int]:
850
+ def current_healthy(self) -> Optional[_builtins.int]:
851
851
  """
852
852
  current number of healthy pods
853
853
  """
854
854
  return pulumi.get(self, "current_healthy")
855
855
 
856
- @property
856
+ @_builtins.property
857
857
  @pulumi.getter(name="desiredHealthy")
858
- def desired_healthy(self) -> Optional[int]:
858
+ def desired_healthy(self) -> Optional[_builtins.int]:
859
859
  """
860
860
  minimum desired number of healthy pods
861
861
  """
862
862
  return pulumi.get(self, "desired_healthy")
863
863
 
864
- @property
864
+ @_builtins.property
865
865
  @pulumi.getter(name="disruptedPods")
866
- def disrupted_pods(self) -> Optional[Mapping[str, str]]:
866
+ def disrupted_pods(self) -> Optional[Mapping[str, _builtins.str]]:
867
867
  """
868
868
  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.
869
869
  """
870
870
  return pulumi.get(self, "disrupted_pods")
871
871
 
872
- @property
872
+ @_builtins.property
873
873
  @pulumi.getter(name="disruptionsAllowed")
874
- def disruptions_allowed(self) -> Optional[int]:
874
+ def disruptions_allowed(self) -> Optional[_builtins.int]:
875
875
  """
876
876
  Number of pod disruptions that are currently allowed.
877
877
  """
878
878
  return pulumi.get(self, "disruptions_allowed")
879
879
 
880
- @property
880
+ @_builtins.property
881
881
  @pulumi.getter(name="expectedPods")
882
- def expected_pods(self) -> Optional[int]:
882
+ def expected_pods(self) -> Optional[_builtins.int]:
883
883
  """
884
884
  total number of pods counted by this disruption budget
885
885
  """
886
886
  return pulumi.get(self, "expected_pods")
887
887
 
888
- @property
888
+ @_builtins.property
889
889
  @pulumi.getter(name="observedGeneration")
890
- def observed_generation(self) -> Optional[int]:
890
+ def observed_generation(self) -> Optional[_builtins.int]:
891
891
  """
892
892
  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.
893
893
  """
@@ -917,14 +917,14 @@ class PodSecurityPolicy(dict):
917
917
  return super().get(key, default)
918
918
 
919
919
  def __init__(__self__, *,
920
- api_version: Optional[str] = None,
921
- kind: Optional[str] = None,
920
+ api_version: Optional[_builtins.str] = None,
921
+ kind: Optional[_builtins.str] = None,
922
922
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
923
923
  spec: Optional['outputs.PodSecurityPolicySpec'] = None):
924
924
  """
925
925
  PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.
926
- :param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
927
- :param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
926
+ :param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
927
+ :param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
928
928
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
929
929
  :param 'PodSecurityPolicySpecArgs' spec: spec defines the policy enforced.
930
930
  """
@@ -937,23 +937,23 @@ class PodSecurityPolicy(dict):
937
937
  if spec is not None:
938
938
  pulumi.set(__self__, "spec", spec)
939
939
 
940
- @property
940
+ @_builtins.property
941
941
  @pulumi.getter(name="apiVersion")
942
- def api_version(self) -> Optional[str]:
942
+ def api_version(self) -> Optional[_builtins.str]:
943
943
  """
944
944
  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
945
945
  """
946
946
  return pulumi.get(self, "api_version")
947
947
 
948
- @property
948
+ @_builtins.property
949
949
  @pulumi.getter
950
- def kind(self) -> Optional[str]:
950
+ def kind(self) -> Optional[_builtins.str]:
951
951
  """
952
952
  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
953
953
  """
954
954
  return pulumi.get(self, "kind")
955
955
 
956
- @property
956
+ @_builtins.property
957
957
  @pulumi.getter
958
958
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
959
959
  """
@@ -961,7 +961,7 @@ class PodSecurityPolicy(dict):
961
961
  """
962
962
  return pulumi.get(self, "metadata")
963
963
 
964
- @property
964
+ @_builtins.property
965
965
  @pulumi.getter
966
966
  def spec(self) -> Optional['outputs.PodSecurityPolicySpec']:
967
967
  """
@@ -1039,56 +1039,56 @@ class PodSecurityPolicySpec(dict):
1039
1039
  run_as_user: 'outputs.RunAsUserStrategyOptions',
1040
1040
  se_linux: 'outputs.SELinuxStrategyOptions',
1041
1041
  supplemental_groups: 'outputs.SupplementalGroupsStrategyOptions',
1042
- allow_privilege_escalation: Optional[bool] = None,
1042
+ allow_privilege_escalation: Optional[_builtins.bool] = None,
1043
1043
  allowed_csi_drivers: Optional[Sequence['outputs.AllowedCSIDriver']] = None,
1044
- allowed_capabilities: Optional[Sequence[str]] = None,
1044
+ allowed_capabilities: Optional[Sequence[_builtins.str]] = None,
1045
1045
  allowed_flex_volumes: Optional[Sequence['outputs.AllowedFlexVolume']] = None,
1046
1046
  allowed_host_paths: Optional[Sequence['outputs.AllowedHostPath']] = None,
1047
- allowed_proc_mount_types: Optional[Sequence[str]] = None,
1048
- allowed_unsafe_sysctls: Optional[Sequence[str]] = None,
1049
- default_add_capabilities: Optional[Sequence[str]] = None,
1050
- default_allow_privilege_escalation: Optional[bool] = None,
1051
- forbidden_sysctls: Optional[Sequence[str]] = None,
1052
- host_ipc: Optional[bool] = None,
1053
- host_network: Optional[bool] = None,
1054
- host_pid: Optional[bool] = None,
1047
+ allowed_proc_mount_types: Optional[Sequence[_builtins.str]] = None,
1048
+ allowed_unsafe_sysctls: Optional[Sequence[_builtins.str]] = None,
1049
+ default_add_capabilities: Optional[Sequence[_builtins.str]] = None,
1050
+ default_allow_privilege_escalation: Optional[_builtins.bool] = None,
1051
+ forbidden_sysctls: Optional[Sequence[_builtins.str]] = None,
1052
+ host_ipc: Optional[_builtins.bool] = None,
1053
+ host_network: Optional[_builtins.bool] = None,
1054
+ host_pid: Optional[_builtins.bool] = None,
1055
1055
  host_ports: Optional[Sequence['outputs.HostPortRange']] = None,
1056
- privileged: Optional[bool] = None,
1057
- read_only_root_filesystem: Optional[bool] = None,
1058
- required_drop_capabilities: Optional[Sequence[str]] = None,
1056
+ privileged: Optional[_builtins.bool] = None,
1057
+ read_only_root_filesystem: Optional[_builtins.bool] = None,
1058
+ required_drop_capabilities: Optional[Sequence[_builtins.str]] = None,
1059
1059
  run_as_group: Optional['outputs.RunAsGroupStrategyOptions'] = None,
1060
1060
  runtime_class: Optional['outputs.RuntimeClassStrategyOptions'] = None,
1061
- volumes: Optional[Sequence[str]] = None):
1061
+ volumes: Optional[Sequence[_builtins.str]] = None):
1062
1062
  """
1063
1063
  PodSecurityPolicySpec defines the policy enforced.
1064
1064
  :param 'FSGroupStrategyOptionsArgs' fs_group: fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
1065
1065
  :param 'RunAsUserStrategyOptionsArgs' run_as_user: runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
1066
1066
  :param 'SELinuxStrategyOptionsArgs' se_linux: seLinux is the strategy that will dictate the allowable labels that may be set.
1067
1067
  :param 'SupplementalGroupsStrategyOptionsArgs' supplemental_groups: supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
1068
- :param bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
1068
+ :param _builtins.bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
1069
1069
  :param Sequence['AllowedCSIDriverArgs'] allowed_csi_drivers: 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.
1070
- :param Sequence[str] allowed_capabilities: 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.
1070
+ :param Sequence[_builtins.str] allowed_capabilities: 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.
1071
1071
  :param Sequence['AllowedFlexVolumeArgs'] allowed_flex_volumes: 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.
1072
1072
  :param Sequence['AllowedHostPathArgs'] allowed_host_paths: allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
1073
- :param Sequence[str] allowed_proc_mount_types: 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.
1074
- :param Sequence[str] allowed_unsafe_sysctls: 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.
1073
+ :param Sequence[_builtins.str] allowed_proc_mount_types: 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.
1074
+ :param Sequence[_builtins.str] allowed_unsafe_sysctls: 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.
1075
1075
 
1076
1076
  Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
1077
- :param Sequence[str] default_add_capabilities: 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.
1078
- :param bool default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
1079
- :param Sequence[str] forbidden_sysctls: 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.
1077
+ :param Sequence[_builtins.str] default_add_capabilities: 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.
1078
+ :param _builtins.bool default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
1079
+ :param Sequence[_builtins.str] forbidden_sysctls: 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.
1080
1080
 
1081
1081
  Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
1082
- :param bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
1083
- :param bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
1084
- :param bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
1082
+ :param _builtins.bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
1083
+ :param _builtins.bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
1084
+ :param _builtins.bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
1085
1085
  :param Sequence['HostPortRangeArgs'] host_ports: hostPorts determines which host port ranges are allowed to be exposed.
1086
- :param bool privileged: privileged determines if a pod can request to be run as privileged.
1087
- :param bool read_only_root_filesystem: 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.
1088
- :param Sequence[str] required_drop_capabilities: requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
1086
+ :param _builtins.bool privileged: privileged determines if a pod can request to be run as privileged.
1087
+ :param _builtins.bool read_only_root_filesystem: 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.
1088
+ :param Sequence[_builtins.str] required_drop_capabilities: requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
1089
1089
  :param 'RunAsGroupStrategyOptionsArgs' run_as_group: 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.
1090
1090
  :param 'RuntimeClassStrategyOptionsArgs' runtime_class: 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.
1091
- :param Sequence[str] volumes: volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
1091
+ :param Sequence[_builtins.str] volumes: volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
1092
1092
  """
1093
1093
  pulumi.set(__self__, "fs_group", fs_group)
1094
1094
  pulumi.set(__self__, "run_as_user", run_as_user)
@@ -1135,7 +1135,7 @@ class PodSecurityPolicySpec(dict):
1135
1135
  if volumes is not None:
1136
1136
  pulumi.set(__self__, "volumes", volumes)
1137
1137
 
1138
- @property
1138
+ @_builtins.property
1139
1139
  @pulumi.getter(name="fsGroup")
1140
1140
  def fs_group(self) -> 'outputs.FSGroupStrategyOptions':
1141
1141
  """
@@ -1143,7 +1143,7 @@ class PodSecurityPolicySpec(dict):
1143
1143
  """
1144
1144
  return pulumi.get(self, "fs_group")
1145
1145
 
1146
- @property
1146
+ @_builtins.property
1147
1147
  @pulumi.getter(name="runAsUser")
1148
1148
  def run_as_user(self) -> 'outputs.RunAsUserStrategyOptions':
1149
1149
  """
@@ -1151,7 +1151,7 @@ class PodSecurityPolicySpec(dict):
1151
1151
  """
1152
1152
  return pulumi.get(self, "run_as_user")
1153
1153
 
1154
- @property
1154
+ @_builtins.property
1155
1155
  @pulumi.getter(name="seLinux")
1156
1156
  def se_linux(self) -> 'outputs.SELinuxStrategyOptions':
1157
1157
  """
@@ -1159,7 +1159,7 @@ class PodSecurityPolicySpec(dict):
1159
1159
  """
1160
1160
  return pulumi.get(self, "se_linux")
1161
1161
 
1162
- @property
1162
+ @_builtins.property
1163
1163
  @pulumi.getter(name="supplementalGroups")
1164
1164
  def supplemental_groups(self) -> 'outputs.SupplementalGroupsStrategyOptions':
1165
1165
  """
@@ -1167,15 +1167,15 @@ class PodSecurityPolicySpec(dict):
1167
1167
  """
1168
1168
  return pulumi.get(self, "supplemental_groups")
1169
1169
 
1170
- @property
1170
+ @_builtins.property
1171
1171
  @pulumi.getter(name="allowPrivilegeEscalation")
1172
- def allow_privilege_escalation(self) -> Optional[bool]:
1172
+ def allow_privilege_escalation(self) -> Optional[_builtins.bool]:
1173
1173
  """
1174
1174
  allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
1175
1175
  """
1176
1176
  return pulumi.get(self, "allow_privilege_escalation")
1177
1177
 
1178
- @property
1178
+ @_builtins.property
1179
1179
  @pulumi.getter(name="allowedCSIDrivers")
1180
1180
  def allowed_csi_drivers(self) -> Optional[Sequence['outputs.AllowedCSIDriver']]:
1181
1181
  """
@@ -1183,15 +1183,15 @@ class PodSecurityPolicySpec(dict):
1183
1183
  """
1184
1184
  return pulumi.get(self, "allowed_csi_drivers")
1185
1185
 
1186
- @property
1186
+ @_builtins.property
1187
1187
  @pulumi.getter(name="allowedCapabilities")
1188
- def allowed_capabilities(self) -> Optional[Sequence[str]]:
1188
+ def allowed_capabilities(self) -> Optional[Sequence[_builtins.str]]:
1189
1189
  """
1190
1190
  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.
1191
1191
  """
1192
1192
  return pulumi.get(self, "allowed_capabilities")
1193
1193
 
1194
- @property
1194
+ @_builtins.property
1195
1195
  @pulumi.getter(name="allowedFlexVolumes")
1196
1196
  def allowed_flex_volumes(self) -> Optional[Sequence['outputs.AllowedFlexVolume']]:
1197
1197
  """
@@ -1199,7 +1199,7 @@ class PodSecurityPolicySpec(dict):
1199
1199
  """
1200
1200
  return pulumi.get(self, "allowed_flex_volumes")
1201
1201
 
1202
- @property
1202
+ @_builtins.property
1203
1203
  @pulumi.getter(name="allowedHostPaths")
1204
1204
  def allowed_host_paths(self) -> Optional[Sequence['outputs.AllowedHostPath']]:
1205
1205
  """
@@ -1207,17 +1207,17 @@ class PodSecurityPolicySpec(dict):
1207
1207
  """
1208
1208
  return pulumi.get(self, "allowed_host_paths")
1209
1209
 
1210
- @property
1210
+ @_builtins.property
1211
1211
  @pulumi.getter(name="allowedProcMountTypes")
1212
- def allowed_proc_mount_types(self) -> Optional[Sequence[str]]:
1212
+ def allowed_proc_mount_types(self) -> Optional[Sequence[_builtins.str]]:
1213
1213
  """
1214
1214
  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.
1215
1215
  """
1216
1216
  return pulumi.get(self, "allowed_proc_mount_types")
1217
1217
 
1218
- @property
1218
+ @_builtins.property
1219
1219
  @pulumi.getter(name="allowedUnsafeSysctls")
1220
- def allowed_unsafe_sysctls(self) -> Optional[Sequence[str]]:
1220
+ def allowed_unsafe_sysctls(self) -> Optional[Sequence[_builtins.str]]:
1221
1221
  """
1222
1222
  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.
1223
1223
 
@@ -1225,25 +1225,25 @@ class PodSecurityPolicySpec(dict):
1225
1225
  """
1226
1226
  return pulumi.get(self, "allowed_unsafe_sysctls")
1227
1227
 
1228
- @property
1228
+ @_builtins.property
1229
1229
  @pulumi.getter(name="defaultAddCapabilities")
1230
- def default_add_capabilities(self) -> Optional[Sequence[str]]:
1230
+ def default_add_capabilities(self) -> Optional[Sequence[_builtins.str]]:
1231
1231
  """
1232
1232
  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.
1233
1233
  """
1234
1234
  return pulumi.get(self, "default_add_capabilities")
1235
1235
 
1236
- @property
1236
+ @_builtins.property
1237
1237
  @pulumi.getter(name="defaultAllowPrivilegeEscalation")
1238
- def default_allow_privilege_escalation(self) -> Optional[bool]:
1238
+ def default_allow_privilege_escalation(self) -> Optional[_builtins.bool]:
1239
1239
  """
1240
1240
  defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
1241
1241
  """
1242
1242
  return pulumi.get(self, "default_allow_privilege_escalation")
1243
1243
 
1244
- @property
1244
+ @_builtins.property
1245
1245
  @pulumi.getter(name="forbiddenSysctls")
1246
- def forbidden_sysctls(self) -> Optional[Sequence[str]]:
1246
+ def forbidden_sysctls(self) -> Optional[Sequence[_builtins.str]]:
1247
1247
  """
1248
1248
  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.
1249
1249
 
@@ -1251,31 +1251,31 @@ class PodSecurityPolicySpec(dict):
1251
1251
  """
1252
1252
  return pulumi.get(self, "forbidden_sysctls")
1253
1253
 
1254
- @property
1254
+ @_builtins.property
1255
1255
  @pulumi.getter(name="hostIPC")
1256
- def host_ipc(self) -> Optional[bool]:
1256
+ def host_ipc(self) -> Optional[_builtins.bool]:
1257
1257
  """
1258
1258
  hostIPC determines if the policy allows the use of HostIPC in the pod spec.
1259
1259
  """
1260
1260
  return pulumi.get(self, "host_ipc")
1261
1261
 
1262
- @property
1262
+ @_builtins.property
1263
1263
  @pulumi.getter(name="hostNetwork")
1264
- def host_network(self) -> Optional[bool]:
1264
+ def host_network(self) -> Optional[_builtins.bool]:
1265
1265
  """
1266
1266
  hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
1267
1267
  """
1268
1268
  return pulumi.get(self, "host_network")
1269
1269
 
1270
- @property
1270
+ @_builtins.property
1271
1271
  @pulumi.getter(name="hostPID")
1272
- def host_pid(self) -> Optional[bool]:
1272
+ def host_pid(self) -> Optional[_builtins.bool]:
1273
1273
  """
1274
1274
  hostPID determines if the policy allows the use of HostPID in the pod spec.
1275
1275
  """
1276
1276
  return pulumi.get(self, "host_pid")
1277
1277
 
1278
- @property
1278
+ @_builtins.property
1279
1279
  @pulumi.getter(name="hostPorts")
1280
1280
  def host_ports(self) -> Optional[Sequence['outputs.HostPortRange']]:
1281
1281
  """
@@ -1283,31 +1283,31 @@ class PodSecurityPolicySpec(dict):
1283
1283
  """
1284
1284
  return pulumi.get(self, "host_ports")
1285
1285
 
1286
- @property
1286
+ @_builtins.property
1287
1287
  @pulumi.getter
1288
- def privileged(self) -> Optional[bool]:
1288
+ def privileged(self) -> Optional[_builtins.bool]:
1289
1289
  """
1290
1290
  privileged determines if a pod can request to be run as privileged.
1291
1291
  """
1292
1292
  return pulumi.get(self, "privileged")
1293
1293
 
1294
- @property
1294
+ @_builtins.property
1295
1295
  @pulumi.getter(name="readOnlyRootFilesystem")
1296
- def read_only_root_filesystem(self) -> Optional[bool]:
1296
+ def read_only_root_filesystem(self) -> Optional[_builtins.bool]:
1297
1297
  """
1298
1298
  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.
1299
1299
  """
1300
1300
  return pulumi.get(self, "read_only_root_filesystem")
1301
1301
 
1302
- @property
1302
+ @_builtins.property
1303
1303
  @pulumi.getter(name="requiredDropCapabilities")
1304
- def required_drop_capabilities(self) -> Optional[Sequence[str]]:
1304
+ def required_drop_capabilities(self) -> Optional[Sequence[_builtins.str]]:
1305
1305
  """
1306
1306
  requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
1307
1307
  """
1308
1308
  return pulumi.get(self, "required_drop_capabilities")
1309
1309
 
1310
- @property
1310
+ @_builtins.property
1311
1311
  @pulumi.getter(name="runAsGroup")
1312
1312
  def run_as_group(self) -> Optional['outputs.RunAsGroupStrategyOptions']:
1313
1313
  """
@@ -1315,7 +1315,7 @@ class PodSecurityPolicySpec(dict):
1315
1315
  """
1316
1316
  return pulumi.get(self, "run_as_group")
1317
1317
 
1318
- @property
1318
+ @_builtins.property
1319
1319
  @pulumi.getter(name="runtimeClass")
1320
1320
  def runtime_class(self) -> Optional['outputs.RuntimeClassStrategyOptions']:
1321
1321
  """
@@ -1323,9 +1323,9 @@ class PodSecurityPolicySpec(dict):
1323
1323
  """
1324
1324
  return pulumi.get(self, "runtime_class")
1325
1325
 
1326
- @property
1326
+ @_builtins.property
1327
1327
  @pulumi.getter
1328
- def volumes(self) -> Optional[Sequence[str]]:
1328
+ def volumes(self) -> Optional[Sequence[_builtins.str]]:
1329
1329
  """
1330
1330
  volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
1331
1331
  """
@@ -1397,60 +1397,60 @@ class PodSecurityPolicySpecPatch(dict):
1397
1397
  return super().get(key, default)
1398
1398
 
1399
1399
  def __init__(__self__, *,
1400
- allow_privilege_escalation: Optional[bool] = None,
1400
+ allow_privilege_escalation: Optional[_builtins.bool] = None,
1401
1401
  allowed_csi_drivers: Optional[Sequence['outputs.AllowedCSIDriverPatch']] = None,
1402
- allowed_capabilities: Optional[Sequence[str]] = None,
1402
+ allowed_capabilities: Optional[Sequence[_builtins.str]] = None,
1403
1403
  allowed_flex_volumes: Optional[Sequence['outputs.AllowedFlexVolumePatch']] = None,
1404
1404
  allowed_host_paths: Optional[Sequence['outputs.AllowedHostPathPatch']] = None,
1405
- allowed_proc_mount_types: Optional[Sequence[str]] = None,
1406
- allowed_unsafe_sysctls: Optional[Sequence[str]] = None,
1407
- default_add_capabilities: Optional[Sequence[str]] = None,
1408
- default_allow_privilege_escalation: Optional[bool] = None,
1409
- forbidden_sysctls: Optional[Sequence[str]] = None,
1405
+ allowed_proc_mount_types: Optional[Sequence[_builtins.str]] = None,
1406
+ allowed_unsafe_sysctls: Optional[Sequence[_builtins.str]] = None,
1407
+ default_add_capabilities: Optional[Sequence[_builtins.str]] = None,
1408
+ default_allow_privilege_escalation: Optional[_builtins.bool] = None,
1409
+ forbidden_sysctls: Optional[Sequence[_builtins.str]] = None,
1410
1410
  fs_group: Optional['outputs.FSGroupStrategyOptionsPatch'] = None,
1411
- host_ipc: Optional[bool] = None,
1412
- host_network: Optional[bool] = None,
1413
- host_pid: Optional[bool] = None,
1411
+ host_ipc: Optional[_builtins.bool] = None,
1412
+ host_network: Optional[_builtins.bool] = None,
1413
+ host_pid: Optional[_builtins.bool] = None,
1414
1414
  host_ports: Optional[Sequence['outputs.HostPortRangePatch']] = None,
1415
- privileged: Optional[bool] = None,
1416
- read_only_root_filesystem: Optional[bool] = None,
1417
- required_drop_capabilities: Optional[Sequence[str]] = None,
1415
+ privileged: Optional[_builtins.bool] = None,
1416
+ read_only_root_filesystem: Optional[_builtins.bool] = None,
1417
+ required_drop_capabilities: Optional[Sequence[_builtins.str]] = None,
1418
1418
  run_as_group: Optional['outputs.RunAsGroupStrategyOptionsPatch'] = None,
1419
1419
  run_as_user: Optional['outputs.RunAsUserStrategyOptionsPatch'] = None,
1420
1420
  runtime_class: Optional['outputs.RuntimeClassStrategyOptionsPatch'] = None,
1421
1421
  se_linux: Optional['outputs.SELinuxStrategyOptionsPatch'] = None,
1422
1422
  supplemental_groups: Optional['outputs.SupplementalGroupsStrategyOptionsPatch'] = None,
1423
- volumes: Optional[Sequence[str]] = None):
1423
+ volumes: Optional[Sequence[_builtins.str]] = None):
1424
1424
  """
1425
1425
  PodSecurityPolicySpec defines the policy enforced.
1426
- :param bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
1426
+ :param _builtins.bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
1427
1427
  :param Sequence['AllowedCSIDriverPatchArgs'] allowed_csi_drivers: 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.
1428
- :param Sequence[str] allowed_capabilities: 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.
1428
+ :param Sequence[_builtins.str] allowed_capabilities: 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.
1429
1429
  :param Sequence['AllowedFlexVolumePatchArgs'] allowed_flex_volumes: 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.
1430
1430
  :param Sequence['AllowedHostPathPatchArgs'] allowed_host_paths: allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
1431
- :param Sequence[str] allowed_proc_mount_types: 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.
1432
- :param Sequence[str] allowed_unsafe_sysctls: 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.
1431
+ :param Sequence[_builtins.str] allowed_proc_mount_types: 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.
1432
+ :param Sequence[_builtins.str] allowed_unsafe_sysctls: 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.
1433
1433
 
1434
1434
  Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
1435
- :param Sequence[str] default_add_capabilities: 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.
1436
- :param bool default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
1437
- :param Sequence[str] forbidden_sysctls: 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.
1435
+ :param Sequence[_builtins.str] default_add_capabilities: 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.
1436
+ :param _builtins.bool default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
1437
+ :param Sequence[_builtins.str] forbidden_sysctls: 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.
1438
1438
 
1439
1439
  Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
1440
1440
  :param 'FSGroupStrategyOptionsPatchArgs' fs_group: fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
1441
- :param bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
1442
- :param bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
1443
- :param bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
1441
+ :param _builtins.bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
1442
+ :param _builtins.bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
1443
+ :param _builtins.bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
1444
1444
  :param Sequence['HostPortRangePatchArgs'] host_ports: hostPorts determines which host port ranges are allowed to be exposed.
1445
- :param bool privileged: privileged determines if a pod can request to be run as privileged.
1446
- :param bool read_only_root_filesystem: 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.
1447
- :param Sequence[str] required_drop_capabilities: requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
1445
+ :param _builtins.bool privileged: privileged determines if a pod can request to be run as privileged.
1446
+ :param _builtins.bool read_only_root_filesystem: 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.
1447
+ :param Sequence[_builtins.str] required_drop_capabilities: requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
1448
1448
  :param 'RunAsGroupStrategyOptionsPatchArgs' run_as_group: 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.
1449
1449
  :param 'RunAsUserStrategyOptionsPatchArgs' run_as_user: runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
1450
1450
  :param 'RuntimeClassStrategyOptionsPatchArgs' runtime_class: 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.
1451
1451
  :param 'SELinuxStrategyOptionsPatchArgs' se_linux: seLinux is the strategy that will dictate the allowable labels that may be set.
1452
1452
  :param 'SupplementalGroupsStrategyOptionsPatchArgs' supplemental_groups: supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
1453
- :param Sequence[str] volumes: volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
1453
+ :param Sequence[_builtins.str] volumes: volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
1454
1454
  """
1455
1455
  if allow_privilege_escalation is not None:
1456
1456
  pulumi.set(__self__, "allow_privilege_escalation", allow_privilege_escalation)
@@ -1501,15 +1501,15 @@ class PodSecurityPolicySpecPatch(dict):
1501
1501
  if volumes is not None:
1502
1502
  pulumi.set(__self__, "volumes", volumes)
1503
1503
 
1504
- @property
1504
+ @_builtins.property
1505
1505
  @pulumi.getter(name="allowPrivilegeEscalation")
1506
- def allow_privilege_escalation(self) -> Optional[bool]:
1506
+ def allow_privilege_escalation(self) -> Optional[_builtins.bool]:
1507
1507
  """
1508
1508
  allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
1509
1509
  """
1510
1510
  return pulumi.get(self, "allow_privilege_escalation")
1511
1511
 
1512
- @property
1512
+ @_builtins.property
1513
1513
  @pulumi.getter(name="allowedCSIDrivers")
1514
1514
  def allowed_csi_drivers(self) -> Optional[Sequence['outputs.AllowedCSIDriverPatch']]:
1515
1515
  """
@@ -1517,15 +1517,15 @@ class PodSecurityPolicySpecPatch(dict):
1517
1517
  """
1518
1518
  return pulumi.get(self, "allowed_csi_drivers")
1519
1519
 
1520
- @property
1520
+ @_builtins.property
1521
1521
  @pulumi.getter(name="allowedCapabilities")
1522
- def allowed_capabilities(self) -> Optional[Sequence[str]]:
1522
+ def allowed_capabilities(self) -> Optional[Sequence[_builtins.str]]:
1523
1523
  """
1524
1524
  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.
1525
1525
  """
1526
1526
  return pulumi.get(self, "allowed_capabilities")
1527
1527
 
1528
- @property
1528
+ @_builtins.property
1529
1529
  @pulumi.getter(name="allowedFlexVolumes")
1530
1530
  def allowed_flex_volumes(self) -> Optional[Sequence['outputs.AllowedFlexVolumePatch']]:
1531
1531
  """
@@ -1533,7 +1533,7 @@ class PodSecurityPolicySpecPatch(dict):
1533
1533
  """
1534
1534
  return pulumi.get(self, "allowed_flex_volumes")
1535
1535
 
1536
- @property
1536
+ @_builtins.property
1537
1537
  @pulumi.getter(name="allowedHostPaths")
1538
1538
  def allowed_host_paths(self) -> Optional[Sequence['outputs.AllowedHostPathPatch']]:
1539
1539
  """
@@ -1541,17 +1541,17 @@ class PodSecurityPolicySpecPatch(dict):
1541
1541
  """
1542
1542
  return pulumi.get(self, "allowed_host_paths")
1543
1543
 
1544
- @property
1544
+ @_builtins.property
1545
1545
  @pulumi.getter(name="allowedProcMountTypes")
1546
- def allowed_proc_mount_types(self) -> Optional[Sequence[str]]:
1546
+ def allowed_proc_mount_types(self) -> Optional[Sequence[_builtins.str]]:
1547
1547
  """
1548
1548
  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.
1549
1549
  """
1550
1550
  return pulumi.get(self, "allowed_proc_mount_types")
1551
1551
 
1552
- @property
1552
+ @_builtins.property
1553
1553
  @pulumi.getter(name="allowedUnsafeSysctls")
1554
- def allowed_unsafe_sysctls(self) -> Optional[Sequence[str]]:
1554
+ def allowed_unsafe_sysctls(self) -> Optional[Sequence[_builtins.str]]:
1555
1555
  """
1556
1556
  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.
1557
1557
 
@@ -1559,25 +1559,25 @@ class PodSecurityPolicySpecPatch(dict):
1559
1559
  """
1560
1560
  return pulumi.get(self, "allowed_unsafe_sysctls")
1561
1561
 
1562
- @property
1562
+ @_builtins.property
1563
1563
  @pulumi.getter(name="defaultAddCapabilities")
1564
- def default_add_capabilities(self) -> Optional[Sequence[str]]:
1564
+ def default_add_capabilities(self) -> Optional[Sequence[_builtins.str]]:
1565
1565
  """
1566
1566
  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.
1567
1567
  """
1568
1568
  return pulumi.get(self, "default_add_capabilities")
1569
1569
 
1570
- @property
1570
+ @_builtins.property
1571
1571
  @pulumi.getter(name="defaultAllowPrivilegeEscalation")
1572
- def default_allow_privilege_escalation(self) -> Optional[bool]:
1572
+ def default_allow_privilege_escalation(self) -> Optional[_builtins.bool]:
1573
1573
  """
1574
1574
  defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
1575
1575
  """
1576
1576
  return pulumi.get(self, "default_allow_privilege_escalation")
1577
1577
 
1578
- @property
1578
+ @_builtins.property
1579
1579
  @pulumi.getter(name="forbiddenSysctls")
1580
- def forbidden_sysctls(self) -> Optional[Sequence[str]]:
1580
+ def forbidden_sysctls(self) -> Optional[Sequence[_builtins.str]]:
1581
1581
  """
1582
1582
  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.
1583
1583
 
@@ -1585,7 +1585,7 @@ class PodSecurityPolicySpecPatch(dict):
1585
1585
  """
1586
1586
  return pulumi.get(self, "forbidden_sysctls")
1587
1587
 
1588
- @property
1588
+ @_builtins.property
1589
1589
  @pulumi.getter(name="fsGroup")
1590
1590
  def fs_group(self) -> Optional['outputs.FSGroupStrategyOptionsPatch']:
1591
1591
  """
@@ -1593,31 +1593,31 @@ class PodSecurityPolicySpecPatch(dict):
1593
1593
  """
1594
1594
  return pulumi.get(self, "fs_group")
1595
1595
 
1596
- @property
1596
+ @_builtins.property
1597
1597
  @pulumi.getter(name="hostIPC")
1598
- def host_ipc(self) -> Optional[bool]:
1598
+ def host_ipc(self) -> Optional[_builtins.bool]:
1599
1599
  """
1600
1600
  hostIPC determines if the policy allows the use of HostIPC in the pod spec.
1601
1601
  """
1602
1602
  return pulumi.get(self, "host_ipc")
1603
1603
 
1604
- @property
1604
+ @_builtins.property
1605
1605
  @pulumi.getter(name="hostNetwork")
1606
- def host_network(self) -> Optional[bool]:
1606
+ def host_network(self) -> Optional[_builtins.bool]:
1607
1607
  """
1608
1608
  hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
1609
1609
  """
1610
1610
  return pulumi.get(self, "host_network")
1611
1611
 
1612
- @property
1612
+ @_builtins.property
1613
1613
  @pulumi.getter(name="hostPID")
1614
- def host_pid(self) -> Optional[bool]:
1614
+ def host_pid(self) -> Optional[_builtins.bool]:
1615
1615
  """
1616
1616
  hostPID determines if the policy allows the use of HostPID in the pod spec.
1617
1617
  """
1618
1618
  return pulumi.get(self, "host_pid")
1619
1619
 
1620
- @property
1620
+ @_builtins.property
1621
1621
  @pulumi.getter(name="hostPorts")
1622
1622
  def host_ports(self) -> Optional[Sequence['outputs.HostPortRangePatch']]:
1623
1623
  """
@@ -1625,31 +1625,31 @@ class PodSecurityPolicySpecPatch(dict):
1625
1625
  """
1626
1626
  return pulumi.get(self, "host_ports")
1627
1627
 
1628
- @property
1628
+ @_builtins.property
1629
1629
  @pulumi.getter
1630
- def privileged(self) -> Optional[bool]:
1630
+ def privileged(self) -> Optional[_builtins.bool]:
1631
1631
  """
1632
1632
  privileged determines if a pod can request to be run as privileged.
1633
1633
  """
1634
1634
  return pulumi.get(self, "privileged")
1635
1635
 
1636
- @property
1636
+ @_builtins.property
1637
1637
  @pulumi.getter(name="readOnlyRootFilesystem")
1638
- def read_only_root_filesystem(self) -> Optional[bool]:
1638
+ def read_only_root_filesystem(self) -> Optional[_builtins.bool]:
1639
1639
  """
1640
1640
  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.
1641
1641
  """
1642
1642
  return pulumi.get(self, "read_only_root_filesystem")
1643
1643
 
1644
- @property
1644
+ @_builtins.property
1645
1645
  @pulumi.getter(name="requiredDropCapabilities")
1646
- def required_drop_capabilities(self) -> Optional[Sequence[str]]:
1646
+ def required_drop_capabilities(self) -> Optional[Sequence[_builtins.str]]:
1647
1647
  """
1648
1648
  requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
1649
1649
  """
1650
1650
  return pulumi.get(self, "required_drop_capabilities")
1651
1651
 
1652
- @property
1652
+ @_builtins.property
1653
1653
  @pulumi.getter(name="runAsGroup")
1654
1654
  def run_as_group(self) -> Optional['outputs.RunAsGroupStrategyOptionsPatch']:
1655
1655
  """
@@ -1657,7 +1657,7 @@ class PodSecurityPolicySpecPatch(dict):
1657
1657
  """
1658
1658
  return pulumi.get(self, "run_as_group")
1659
1659
 
1660
- @property
1660
+ @_builtins.property
1661
1661
  @pulumi.getter(name="runAsUser")
1662
1662
  def run_as_user(self) -> Optional['outputs.RunAsUserStrategyOptionsPatch']:
1663
1663
  """
@@ -1665,7 +1665,7 @@ class PodSecurityPolicySpecPatch(dict):
1665
1665
  """
1666
1666
  return pulumi.get(self, "run_as_user")
1667
1667
 
1668
- @property
1668
+ @_builtins.property
1669
1669
  @pulumi.getter(name="runtimeClass")
1670
1670
  def runtime_class(self) -> Optional['outputs.RuntimeClassStrategyOptionsPatch']:
1671
1671
  """
@@ -1673,7 +1673,7 @@ class PodSecurityPolicySpecPatch(dict):
1673
1673
  """
1674
1674
  return pulumi.get(self, "runtime_class")
1675
1675
 
1676
- @property
1676
+ @_builtins.property
1677
1677
  @pulumi.getter(name="seLinux")
1678
1678
  def se_linux(self) -> Optional['outputs.SELinuxStrategyOptionsPatch']:
1679
1679
  """
@@ -1681,7 +1681,7 @@ class PodSecurityPolicySpecPatch(dict):
1681
1681
  """
1682
1682
  return pulumi.get(self, "se_linux")
1683
1683
 
1684
- @property
1684
+ @_builtins.property
1685
1685
  @pulumi.getter(name="supplementalGroups")
1686
1686
  def supplemental_groups(self) -> Optional['outputs.SupplementalGroupsStrategyOptionsPatch']:
1687
1687
  """
@@ -1689,9 +1689,9 @@ class PodSecurityPolicySpecPatch(dict):
1689
1689
  """
1690
1690
  return pulumi.get(self, "supplemental_groups")
1691
1691
 
1692
- @property
1692
+ @_builtins.property
1693
1693
  @pulumi.getter
1694
- def volumes(self) -> Optional[Sequence[str]]:
1694
+ def volumes(self) -> Optional[Sequence[_builtins.str]]:
1695
1695
  """
1696
1696
  volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
1697
1697
  """
@@ -1704,26 +1704,26 @@ class RunAsGroupStrategyOptions(dict):
1704
1704
  RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
1705
1705
  """
1706
1706
  def __init__(__self__, *,
1707
- rule: str,
1707
+ rule: _builtins.str,
1708
1708
  ranges: Optional[Sequence['outputs.IDRange']] = None):
1709
1709
  """
1710
1710
  RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
1711
- :param str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
1711
+ :param _builtins.str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
1712
1712
  :param Sequence['IDRangeArgs'] ranges: 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.
1713
1713
  """
1714
1714
  pulumi.set(__self__, "rule", rule)
1715
1715
  if ranges is not None:
1716
1716
  pulumi.set(__self__, "ranges", ranges)
1717
1717
 
1718
- @property
1718
+ @_builtins.property
1719
1719
  @pulumi.getter
1720
- def rule(self) -> str:
1720
+ def rule(self) -> _builtins.str:
1721
1721
  """
1722
1722
  rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
1723
1723
  """
1724
1724
  return pulumi.get(self, "rule")
1725
1725
 
1726
- @property
1726
+ @_builtins.property
1727
1727
  @pulumi.getter
1728
1728
  def ranges(self) -> Optional[Sequence['outputs.IDRange']]:
1729
1729
  """
@@ -1739,18 +1739,18 @@ class RunAsGroupStrategyOptionsPatch(dict):
1739
1739
  """
1740
1740
  def __init__(__self__, *,
1741
1741
  ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
1742
- rule: Optional[str] = None):
1742
+ rule: Optional[_builtins.str] = None):
1743
1743
  """
1744
1744
  RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
1745
1745
  :param Sequence['IDRangePatchArgs'] ranges: 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.
1746
- :param str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
1746
+ :param _builtins.str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
1747
1747
  """
1748
1748
  if ranges is not None:
1749
1749
  pulumi.set(__self__, "ranges", ranges)
1750
1750
  if rule is not None:
1751
1751
  pulumi.set(__self__, "rule", rule)
1752
1752
 
1753
- @property
1753
+ @_builtins.property
1754
1754
  @pulumi.getter
1755
1755
  def ranges(self) -> Optional[Sequence['outputs.IDRangePatch']]:
1756
1756
  """
@@ -1758,9 +1758,9 @@ class RunAsGroupStrategyOptionsPatch(dict):
1758
1758
  """
1759
1759
  return pulumi.get(self, "ranges")
1760
1760
 
1761
- @property
1761
+ @_builtins.property
1762
1762
  @pulumi.getter
1763
- def rule(self) -> Optional[str]:
1763
+ def rule(self) -> Optional[_builtins.str]:
1764
1764
  """
1765
1765
  rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
1766
1766
  """
@@ -1773,26 +1773,26 @@ class RunAsUserStrategyOptions(dict):
1773
1773
  RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
1774
1774
  """
1775
1775
  def __init__(__self__, *,
1776
- rule: str,
1776
+ rule: _builtins.str,
1777
1777
  ranges: Optional[Sequence['outputs.IDRange']] = None):
1778
1778
  """
1779
1779
  RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
1780
- :param str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
1780
+ :param _builtins.str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
1781
1781
  :param Sequence['IDRangeArgs'] ranges: 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.
1782
1782
  """
1783
1783
  pulumi.set(__self__, "rule", rule)
1784
1784
  if ranges is not None:
1785
1785
  pulumi.set(__self__, "ranges", ranges)
1786
1786
 
1787
- @property
1787
+ @_builtins.property
1788
1788
  @pulumi.getter
1789
- def rule(self) -> str:
1789
+ def rule(self) -> _builtins.str:
1790
1790
  """
1791
1791
  rule is the strategy that will dictate the allowable RunAsUser values that may be set.
1792
1792
  """
1793
1793
  return pulumi.get(self, "rule")
1794
1794
 
1795
- @property
1795
+ @_builtins.property
1796
1796
  @pulumi.getter
1797
1797
  def ranges(self) -> Optional[Sequence['outputs.IDRange']]:
1798
1798
  """
@@ -1808,18 +1808,18 @@ class RunAsUserStrategyOptionsPatch(dict):
1808
1808
  """
1809
1809
  def __init__(__self__, *,
1810
1810
  ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
1811
- rule: Optional[str] = None):
1811
+ rule: Optional[_builtins.str] = None):
1812
1812
  """
1813
1813
  RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
1814
1814
  :param Sequence['IDRangePatchArgs'] ranges: 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.
1815
- :param str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
1815
+ :param _builtins.str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
1816
1816
  """
1817
1817
  if ranges is not None:
1818
1818
  pulumi.set(__self__, "ranges", ranges)
1819
1819
  if rule is not None:
1820
1820
  pulumi.set(__self__, "rule", rule)
1821
1821
 
1822
- @property
1822
+ @_builtins.property
1823
1823
  @pulumi.getter
1824
1824
  def ranges(self) -> Optional[Sequence['outputs.IDRangePatch']]:
1825
1825
  """
@@ -1827,9 +1827,9 @@ class RunAsUserStrategyOptionsPatch(dict):
1827
1827
  """
1828
1828
  return pulumi.get(self, "ranges")
1829
1829
 
1830
- @property
1830
+ @_builtins.property
1831
1831
  @pulumi.getter
1832
- def rule(self) -> Optional[str]:
1832
+ def rule(self) -> Optional[_builtins.str]:
1833
1833
  """
1834
1834
  rule is the strategy that will dictate the allowable RunAsUser values that may be set.
1835
1835
  """
@@ -1861,28 +1861,28 @@ class RuntimeClassStrategyOptions(dict):
1861
1861
  return super().get(key, default)
1862
1862
 
1863
1863
  def __init__(__self__, *,
1864
- allowed_runtime_class_names: Sequence[str],
1865
- default_runtime_class_name: Optional[str] = None):
1864
+ allowed_runtime_class_names: Sequence[_builtins.str],
1865
+ default_runtime_class_name: Optional[_builtins.str] = None):
1866
1866
  """
1867
1867
  RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
1868
- :param Sequence[str] allowed_runtime_class_names: 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.
1869
- :param str default_runtime_class_name: 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.
1868
+ :param Sequence[_builtins.str] allowed_runtime_class_names: 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.
1869
+ :param _builtins.str default_runtime_class_name: 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.
1870
1870
  """
1871
1871
  pulumi.set(__self__, "allowed_runtime_class_names", allowed_runtime_class_names)
1872
1872
  if default_runtime_class_name is not None:
1873
1873
  pulumi.set(__self__, "default_runtime_class_name", default_runtime_class_name)
1874
1874
 
1875
- @property
1875
+ @_builtins.property
1876
1876
  @pulumi.getter(name="allowedRuntimeClassNames")
1877
- def allowed_runtime_class_names(self) -> Sequence[str]:
1877
+ def allowed_runtime_class_names(self) -> Sequence[_builtins.str]:
1878
1878
  """
1879
1879
  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.
1880
1880
  """
1881
1881
  return pulumi.get(self, "allowed_runtime_class_names")
1882
1882
 
1883
- @property
1883
+ @_builtins.property
1884
1884
  @pulumi.getter(name="defaultRuntimeClassName")
1885
- def default_runtime_class_name(self) -> Optional[str]:
1885
+ def default_runtime_class_name(self) -> Optional[_builtins.str]:
1886
1886
  """
1887
1887
  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.
1888
1888
  """
@@ -1914,29 +1914,29 @@ class RuntimeClassStrategyOptionsPatch(dict):
1914
1914
  return super().get(key, default)
1915
1915
 
1916
1916
  def __init__(__self__, *,
1917
- allowed_runtime_class_names: Optional[Sequence[str]] = None,
1918
- default_runtime_class_name: Optional[str] = None):
1917
+ allowed_runtime_class_names: Optional[Sequence[_builtins.str]] = None,
1918
+ default_runtime_class_name: Optional[_builtins.str] = None):
1919
1919
  """
1920
1920
  RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
1921
- :param Sequence[str] allowed_runtime_class_names: 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.
1922
- :param str default_runtime_class_name: 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.
1921
+ :param Sequence[_builtins.str] allowed_runtime_class_names: 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.
1922
+ :param _builtins.str default_runtime_class_name: 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.
1923
1923
  """
1924
1924
  if allowed_runtime_class_names is not None:
1925
1925
  pulumi.set(__self__, "allowed_runtime_class_names", allowed_runtime_class_names)
1926
1926
  if default_runtime_class_name is not None:
1927
1927
  pulumi.set(__self__, "default_runtime_class_name", default_runtime_class_name)
1928
1928
 
1929
- @property
1929
+ @_builtins.property
1930
1930
  @pulumi.getter(name="allowedRuntimeClassNames")
1931
- def allowed_runtime_class_names(self) -> Optional[Sequence[str]]:
1931
+ def allowed_runtime_class_names(self) -> Optional[Sequence[_builtins.str]]:
1932
1932
  """
1933
1933
  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.
1934
1934
  """
1935
1935
  return pulumi.get(self, "allowed_runtime_class_names")
1936
1936
 
1937
- @property
1937
+ @_builtins.property
1938
1938
  @pulumi.getter(name="defaultRuntimeClassName")
1939
- def default_runtime_class_name(self) -> Optional[str]:
1939
+ def default_runtime_class_name(self) -> Optional[_builtins.str]:
1940
1940
  """
1941
1941
  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.
1942
1942
  """
@@ -1966,26 +1966,26 @@ class SELinuxStrategyOptions(dict):
1966
1966
  return super().get(key, default)
1967
1967
 
1968
1968
  def __init__(__self__, *,
1969
- rule: str,
1969
+ rule: _builtins.str,
1970
1970
  se_linux_options: Optional['_core.v1.outputs.SELinuxOptions'] = None):
1971
1971
  """
1972
1972
  SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
1973
- :param str rule: rule is the strategy that will dictate the allowable labels that may be set.
1973
+ :param _builtins.str rule: rule is the strategy that will dictate the allowable labels that may be set.
1974
1974
  :param '_core.v1.SELinuxOptionsArgs' se_linux_options: seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
1975
1975
  """
1976
1976
  pulumi.set(__self__, "rule", rule)
1977
1977
  if se_linux_options is not None:
1978
1978
  pulumi.set(__self__, "se_linux_options", se_linux_options)
1979
1979
 
1980
- @property
1980
+ @_builtins.property
1981
1981
  @pulumi.getter
1982
- def rule(self) -> str:
1982
+ def rule(self) -> _builtins.str:
1983
1983
  """
1984
1984
  rule is the strategy that will dictate the allowable labels that may be set.
1985
1985
  """
1986
1986
  return pulumi.get(self, "rule")
1987
1987
 
1988
- @property
1988
+ @_builtins.property
1989
1989
  @pulumi.getter(name="seLinuxOptions")
1990
1990
  def se_linux_options(self) -> Optional['_core.v1.outputs.SELinuxOptions']:
1991
1991
  """
@@ -2017,11 +2017,11 @@ class SELinuxStrategyOptionsPatch(dict):
2017
2017
  return super().get(key, default)
2018
2018
 
2019
2019
  def __init__(__self__, *,
2020
- rule: Optional[str] = None,
2020
+ rule: Optional[_builtins.str] = None,
2021
2021
  se_linux_options: Optional['_core.v1.outputs.SELinuxOptionsPatch'] = None):
2022
2022
  """
2023
2023
  SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
2024
- :param str rule: rule is the strategy that will dictate the allowable labels that may be set.
2024
+ :param _builtins.str rule: rule is the strategy that will dictate the allowable labels that may be set.
2025
2025
  :param '_core.v1.SELinuxOptionsPatchArgs' se_linux_options: seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
2026
2026
  """
2027
2027
  if rule is not None:
@@ -2029,15 +2029,15 @@ class SELinuxStrategyOptionsPatch(dict):
2029
2029
  if se_linux_options is not None:
2030
2030
  pulumi.set(__self__, "se_linux_options", se_linux_options)
2031
2031
 
2032
- @property
2032
+ @_builtins.property
2033
2033
  @pulumi.getter
2034
- def rule(self) -> Optional[str]:
2034
+ def rule(self) -> Optional[_builtins.str]:
2035
2035
  """
2036
2036
  rule is the strategy that will dictate the allowable labels that may be set.
2037
2037
  """
2038
2038
  return pulumi.get(self, "rule")
2039
2039
 
2040
- @property
2040
+ @_builtins.property
2041
2041
  @pulumi.getter(name="seLinuxOptions")
2042
2042
  def se_linux_options(self) -> Optional['_core.v1.outputs.SELinuxOptionsPatch']:
2043
2043
  """
@@ -2053,18 +2053,18 @@ class SupplementalGroupsStrategyOptions(dict):
2053
2053
  """
2054
2054
  def __init__(__self__, *,
2055
2055
  ranges: Optional[Sequence['outputs.IDRange']] = None,
2056
- rule: Optional[str] = None):
2056
+ rule: Optional[_builtins.str] = None):
2057
2057
  """
2058
2058
  SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
2059
2059
  :param Sequence['IDRangeArgs'] ranges: 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.
2060
- :param str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
2060
+ :param _builtins.str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
2061
2061
  """
2062
2062
  if ranges is not None:
2063
2063
  pulumi.set(__self__, "ranges", ranges)
2064
2064
  if rule is not None:
2065
2065
  pulumi.set(__self__, "rule", rule)
2066
2066
 
2067
- @property
2067
+ @_builtins.property
2068
2068
  @pulumi.getter
2069
2069
  def ranges(self) -> Optional[Sequence['outputs.IDRange']]:
2070
2070
  """
@@ -2072,9 +2072,9 @@ class SupplementalGroupsStrategyOptions(dict):
2072
2072
  """
2073
2073
  return pulumi.get(self, "ranges")
2074
2074
 
2075
- @property
2075
+ @_builtins.property
2076
2076
  @pulumi.getter
2077
- def rule(self) -> Optional[str]:
2077
+ def rule(self) -> Optional[_builtins.str]:
2078
2078
  """
2079
2079
  rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
2080
2080
  """
@@ -2088,18 +2088,18 @@ class SupplementalGroupsStrategyOptionsPatch(dict):
2088
2088
  """
2089
2089
  def __init__(__self__, *,
2090
2090
  ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
2091
- rule: Optional[str] = None):
2091
+ rule: Optional[_builtins.str] = None):
2092
2092
  """
2093
2093
  SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
2094
2094
  :param Sequence['IDRangePatchArgs'] ranges: 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.
2095
- :param str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
2095
+ :param _builtins.str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
2096
2096
  """
2097
2097
  if ranges is not None:
2098
2098
  pulumi.set(__self__, "ranges", ranges)
2099
2099
  if rule is not None:
2100
2100
  pulumi.set(__self__, "rule", rule)
2101
2101
 
2102
- @property
2102
+ @_builtins.property
2103
2103
  @pulumi.getter
2104
2104
  def ranges(self) -> Optional[Sequence['outputs.IDRangePatch']]:
2105
2105
  """
@@ -2107,9 +2107,9 @@ class SupplementalGroupsStrategyOptionsPatch(dict):
2107
2107
  """
2108
2108
  return pulumi.get(self, "ranges")
2109
2109
 
2110
- @property
2110
+ @_builtins.property
2111
2111
  @pulumi.getter
2112
- def rule(self) -> Optional[str]:
2112
+ def rule(self) -> Optional[_builtins.str]:
2113
2113
  """
2114
2114
  rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
2115
2115
  """