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
@@ -93,7 +93,7 @@ if not MYPY:
93
93
  """
94
94
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
95
95
  """
96
- type: NotRequired[pulumi.Input[str]]
96
+ type: NotRequired[pulumi.Input[_builtins.str]]
97
97
  """
98
98
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
99
99
  """
@@ -103,24 +103,24 @@ elif False:
103
103
  @pulumi.input_type
104
104
  class FlowDistinguisherMethodPatchArgs:
105
105
  def __init__(__self__, *,
106
- type: Optional[pulumi.Input[str]] = None):
106
+ type: Optional[pulumi.Input[_builtins.str]] = None):
107
107
  """
108
108
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
109
- :param pulumi.Input[str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
109
+ :param pulumi.Input[_builtins.str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
110
110
  """
111
111
  if type is not None:
112
112
  pulumi.set(__self__, "type", type)
113
113
 
114
- @property
114
+ @_builtins.property
115
115
  @pulumi.getter
116
- def type(self) -> Optional[pulumi.Input[str]]:
116
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
117
117
  """
118
118
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
119
119
  """
120
120
  return pulumi.get(self, "type")
121
121
 
122
122
  @type.setter
123
- def type(self, value: Optional[pulumi.Input[str]]):
123
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
124
124
  pulumi.set(self, "type", value)
125
125
 
126
126
 
@@ -129,7 +129,7 @@ if not MYPY:
129
129
  """
130
130
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
131
131
  """
132
- type: pulumi.Input[str]
132
+ type: pulumi.Input[_builtins.str]
133
133
  """
134
134
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
135
135
  """
@@ -139,23 +139,23 @@ elif False:
139
139
  @pulumi.input_type
140
140
  class FlowDistinguisherMethodArgs:
141
141
  def __init__(__self__, *,
142
- type: pulumi.Input[str]):
142
+ type: pulumi.Input[_builtins.str]):
143
143
  """
144
144
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
145
- :param pulumi.Input[str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
145
+ :param pulumi.Input[_builtins.str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
146
146
  """
147
147
  pulumi.set(__self__, "type", type)
148
148
 
149
- @property
149
+ @_builtins.property
150
150
  @pulumi.getter
151
- def type(self) -> pulumi.Input[str]:
151
+ def type(self) -> pulumi.Input[_builtins.str]:
152
152
  """
153
153
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
154
154
  """
155
155
  return pulumi.get(self, "type")
156
156
 
157
157
  @type.setter
158
- def type(self, value: pulumi.Input[str]):
158
+ def type(self, value: pulumi.Input[_builtins.str]):
159
159
  pulumi.set(self, "type", value)
160
160
 
161
161
 
@@ -164,23 +164,23 @@ if not MYPY:
164
164
  """
165
165
  FlowSchemaCondition describes conditions for a FlowSchema.
166
166
  """
167
- last_transition_time: NotRequired[pulumi.Input[str]]
167
+ last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
168
168
  """
169
169
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
170
170
  """
171
- message: NotRequired[pulumi.Input[str]]
171
+ message: NotRequired[pulumi.Input[_builtins.str]]
172
172
  """
173
173
  `message` is a human-readable message indicating details about last transition.
174
174
  """
175
- reason: NotRequired[pulumi.Input[str]]
175
+ reason: NotRequired[pulumi.Input[_builtins.str]]
176
176
  """
177
177
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
178
178
  """
179
- status: NotRequired[pulumi.Input[str]]
179
+ status: NotRequired[pulumi.Input[_builtins.str]]
180
180
  """
181
181
  `status` is the status of the condition. Can be True, False, Unknown. Required.
182
182
  """
183
- type: NotRequired[pulumi.Input[str]]
183
+ type: NotRequired[pulumi.Input[_builtins.str]]
184
184
  """
185
185
  `type` is the type of the condition. Required.
186
186
  """
@@ -190,18 +190,18 @@ elif False:
190
190
  @pulumi.input_type
191
191
  class FlowSchemaConditionArgs:
192
192
  def __init__(__self__, *,
193
- last_transition_time: Optional[pulumi.Input[str]] = None,
194
- message: Optional[pulumi.Input[str]] = None,
195
- reason: Optional[pulumi.Input[str]] = None,
196
- status: Optional[pulumi.Input[str]] = None,
197
- type: Optional[pulumi.Input[str]] = None):
193
+ last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
194
+ message: Optional[pulumi.Input[_builtins.str]] = None,
195
+ reason: Optional[pulumi.Input[_builtins.str]] = None,
196
+ status: Optional[pulumi.Input[_builtins.str]] = None,
197
+ type: Optional[pulumi.Input[_builtins.str]] = None):
198
198
  """
199
199
  FlowSchemaCondition describes conditions for a FlowSchema.
200
- :param pulumi.Input[str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
201
- :param pulumi.Input[str] message: `message` is a human-readable message indicating details about last transition.
202
- :param pulumi.Input[str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
203
- :param pulumi.Input[str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
204
- :param pulumi.Input[str] type: `type` is the type of the condition. Required.
200
+ :param pulumi.Input[_builtins.str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
201
+ :param pulumi.Input[_builtins.str] message: `message` is a human-readable message indicating details about last transition.
202
+ :param pulumi.Input[_builtins.str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
203
+ :param pulumi.Input[_builtins.str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
204
+ :param pulumi.Input[_builtins.str] type: `type` is the type of the condition. Required.
205
205
  """
206
206
  if last_transition_time is not None:
207
207
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -214,64 +214,64 @@ class FlowSchemaConditionArgs:
214
214
  if type is not None:
215
215
  pulumi.set(__self__, "type", type)
216
216
 
217
- @property
217
+ @_builtins.property
218
218
  @pulumi.getter(name="lastTransitionTime")
219
- def last_transition_time(self) -> Optional[pulumi.Input[str]]:
219
+ def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
220
220
  """
221
221
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
222
222
  """
223
223
  return pulumi.get(self, "last_transition_time")
224
224
 
225
225
  @last_transition_time.setter
226
- def last_transition_time(self, value: Optional[pulumi.Input[str]]):
226
+ def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
227
227
  pulumi.set(self, "last_transition_time", value)
228
228
 
229
- @property
229
+ @_builtins.property
230
230
  @pulumi.getter
231
- def message(self) -> Optional[pulumi.Input[str]]:
231
+ def message(self) -> Optional[pulumi.Input[_builtins.str]]:
232
232
  """
233
233
  `message` is a human-readable message indicating details about last transition.
234
234
  """
235
235
  return pulumi.get(self, "message")
236
236
 
237
237
  @message.setter
238
- def message(self, value: Optional[pulumi.Input[str]]):
238
+ def message(self, value: Optional[pulumi.Input[_builtins.str]]):
239
239
  pulumi.set(self, "message", value)
240
240
 
241
- @property
241
+ @_builtins.property
242
242
  @pulumi.getter
243
- def reason(self) -> Optional[pulumi.Input[str]]:
243
+ def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
244
244
  """
245
245
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
246
246
  """
247
247
  return pulumi.get(self, "reason")
248
248
 
249
249
  @reason.setter
250
- def reason(self, value: Optional[pulumi.Input[str]]):
250
+ def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
251
251
  pulumi.set(self, "reason", value)
252
252
 
253
- @property
253
+ @_builtins.property
254
254
  @pulumi.getter
255
- def status(self) -> Optional[pulumi.Input[str]]:
255
+ def status(self) -> Optional[pulumi.Input[_builtins.str]]:
256
256
  """
257
257
  `status` is the status of the condition. Can be True, False, Unknown. Required.
258
258
  """
259
259
  return pulumi.get(self, "status")
260
260
 
261
261
  @status.setter
262
- def status(self, value: Optional[pulumi.Input[str]]):
262
+ def status(self, value: Optional[pulumi.Input[_builtins.str]]):
263
263
  pulumi.set(self, "status", value)
264
264
 
265
- @property
265
+ @_builtins.property
266
266
  @pulumi.getter
267
- def type(self) -> Optional[pulumi.Input[str]]:
267
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
268
268
  """
269
269
  `type` is the type of the condition. Required.
270
270
  """
271
271
  return pulumi.get(self, "type")
272
272
 
273
273
  @type.setter
274
- def type(self, value: Optional[pulumi.Input[str]]):
274
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
275
275
  pulumi.set(self, "type", value)
276
276
 
277
277
 
@@ -284,7 +284,7 @@ if not MYPY:
284
284
  """
285
285
  `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
286
286
  """
287
- matching_precedence: NotRequired[pulumi.Input[int]]
287
+ matching_precedence: NotRequired[pulumi.Input[_builtins.int]]
288
288
  """
289
289
  `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be non-negative. Note that if the precedence is not specified or zero, it will be set to 1000 as default.
290
290
  """
@@ -303,13 +303,13 @@ elif False:
303
303
  class FlowSchemaSpecPatchArgs:
304
304
  def __init__(__self__, *,
305
305
  distinguisher_method: Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']] = None,
306
- matching_precedence: Optional[pulumi.Input[int]] = None,
306
+ matching_precedence: Optional[pulumi.Input[_builtins.int]] = None,
307
307
  priority_level_configuration: Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']] = None,
308
308
  rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]]] = None):
309
309
  """
310
310
  FlowSchemaSpec describes how the FlowSchema's specification looks like.
311
311
  :param pulumi.Input['FlowDistinguisherMethodPatchArgs'] distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
312
- :param pulumi.Input[int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be non-negative. Note that if the precedence is not specified or zero, it will be set to 1000 as default.
312
+ :param pulumi.Input[_builtins.int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be non-negative. Note that if the precedence is not specified or zero, it will be set to 1000 as default.
313
313
  :param pulumi.Input['PriorityLevelConfigurationReferencePatchArgs'] priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
314
314
  :param pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
315
315
  """
@@ -322,7 +322,7 @@ class FlowSchemaSpecPatchArgs:
322
322
  if rules is not None:
323
323
  pulumi.set(__self__, "rules", rules)
324
324
 
325
- @property
325
+ @_builtins.property
326
326
  @pulumi.getter(name="distinguisherMethod")
327
327
  def distinguisher_method(self) -> Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']]:
328
328
  """
@@ -334,19 +334,19 @@ class FlowSchemaSpecPatchArgs:
334
334
  def distinguisher_method(self, value: Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']]):
335
335
  pulumi.set(self, "distinguisher_method", value)
336
336
 
337
- @property
337
+ @_builtins.property
338
338
  @pulumi.getter(name="matchingPrecedence")
339
- def matching_precedence(self) -> Optional[pulumi.Input[int]]:
339
+ def matching_precedence(self) -> Optional[pulumi.Input[_builtins.int]]:
340
340
  """
341
341
  `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be non-negative. Note that if the precedence is not specified or zero, it will be set to 1000 as default.
342
342
  """
343
343
  return pulumi.get(self, "matching_precedence")
344
344
 
345
345
  @matching_precedence.setter
346
- def matching_precedence(self, value: Optional[pulumi.Input[int]]):
346
+ def matching_precedence(self, value: Optional[pulumi.Input[_builtins.int]]):
347
347
  pulumi.set(self, "matching_precedence", value)
348
348
 
349
- @property
349
+ @_builtins.property
350
350
  @pulumi.getter(name="priorityLevelConfiguration")
351
351
  def priority_level_configuration(self) -> Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']]:
352
352
  """
@@ -358,7 +358,7 @@ class FlowSchemaSpecPatchArgs:
358
358
  def priority_level_configuration(self, value: Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']]):
359
359
  pulumi.set(self, "priority_level_configuration", value)
360
360
 
361
- @property
361
+ @_builtins.property
362
362
  @pulumi.getter
363
363
  def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]]]:
364
364
  """
@@ -384,7 +384,7 @@ if not MYPY:
384
384
  """
385
385
  `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
386
386
  """
387
- matching_precedence: NotRequired[pulumi.Input[int]]
387
+ matching_precedence: NotRequired[pulumi.Input[_builtins.int]]
388
388
  """
389
389
  `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be non-negative. Note that if the precedence is not specified or zero, it will be set to 1000 as default.
390
390
  """
@@ -400,13 +400,13 @@ class FlowSchemaSpecArgs:
400
400
  def __init__(__self__, *,
401
401
  priority_level_configuration: pulumi.Input['PriorityLevelConfigurationReferenceArgs'],
402
402
  distinguisher_method: Optional[pulumi.Input['FlowDistinguisherMethodArgs']] = None,
403
- matching_precedence: Optional[pulumi.Input[int]] = None,
403
+ matching_precedence: Optional[pulumi.Input[_builtins.int]] = None,
404
404
  rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]]] = None):
405
405
  """
406
406
  FlowSchemaSpec describes how the FlowSchema's specification looks like.
407
407
  :param pulumi.Input['PriorityLevelConfigurationReferenceArgs'] priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
408
408
  :param pulumi.Input['FlowDistinguisherMethodArgs'] distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
409
- :param pulumi.Input[int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be non-negative. Note that if the precedence is not specified or zero, it will be set to 1000 as default.
409
+ :param pulumi.Input[_builtins.int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be non-negative. Note that if the precedence is not specified or zero, it will be set to 1000 as default.
410
410
  :param pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
411
411
  """
412
412
  pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
@@ -417,7 +417,7 @@ class FlowSchemaSpecArgs:
417
417
  if rules is not None:
418
418
  pulumi.set(__self__, "rules", rules)
419
419
 
420
- @property
420
+ @_builtins.property
421
421
  @pulumi.getter(name="priorityLevelConfiguration")
422
422
  def priority_level_configuration(self) -> pulumi.Input['PriorityLevelConfigurationReferenceArgs']:
423
423
  """
@@ -429,7 +429,7 @@ class FlowSchemaSpecArgs:
429
429
  def priority_level_configuration(self, value: pulumi.Input['PriorityLevelConfigurationReferenceArgs']):
430
430
  pulumi.set(self, "priority_level_configuration", value)
431
431
 
432
- @property
432
+ @_builtins.property
433
433
  @pulumi.getter(name="distinguisherMethod")
434
434
  def distinguisher_method(self) -> Optional[pulumi.Input['FlowDistinguisherMethodArgs']]:
435
435
  """
@@ -441,19 +441,19 @@ class FlowSchemaSpecArgs:
441
441
  def distinguisher_method(self, value: Optional[pulumi.Input['FlowDistinguisherMethodArgs']]):
442
442
  pulumi.set(self, "distinguisher_method", value)
443
443
 
444
- @property
444
+ @_builtins.property
445
445
  @pulumi.getter(name="matchingPrecedence")
446
- def matching_precedence(self) -> Optional[pulumi.Input[int]]:
446
+ def matching_precedence(self) -> Optional[pulumi.Input[_builtins.int]]:
447
447
  """
448
448
  `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be non-negative. Note that if the precedence is not specified or zero, it will be set to 1000 as default.
449
449
  """
450
450
  return pulumi.get(self, "matching_precedence")
451
451
 
452
452
  @matching_precedence.setter
453
- def matching_precedence(self, value: Optional[pulumi.Input[int]]):
453
+ def matching_precedence(self, value: Optional[pulumi.Input[_builtins.int]]):
454
454
  pulumi.set(self, "matching_precedence", value)
455
455
 
456
- @property
456
+ @_builtins.property
457
457
  @pulumi.getter
458
458
  def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]]]:
459
459
  """
@@ -489,7 +489,7 @@ class FlowSchemaStatusArgs:
489
489
  if conditions is not None:
490
490
  pulumi.set(__self__, "conditions", conditions)
491
491
 
492
- @property
492
+ @_builtins.property
493
493
  @pulumi.getter
494
494
  def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlowSchemaConditionArgs']]]]:
495
495
  """
@@ -507,11 +507,11 @@ if not MYPY:
507
507
  """
508
508
  FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
509
509
  """
510
- api_version: NotRequired[pulumi.Input[str]]
510
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
511
511
  """
512
512
  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
513
513
  """
514
- kind: NotRequired[pulumi.Input[str]]
514
+ kind: NotRequired[pulumi.Input[_builtins.str]]
515
515
  """
516
516
  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
517
517
  """
@@ -533,15 +533,15 @@ elif False:
533
533
  @pulumi.input_type
534
534
  class FlowSchemaArgs:
535
535
  def __init__(__self__, *,
536
- api_version: Optional[pulumi.Input[str]] = None,
537
- kind: Optional[pulumi.Input[str]] = None,
536
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
537
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
538
538
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
539
539
  spec: Optional[pulumi.Input['FlowSchemaSpecArgs']] = None,
540
540
  status: Optional[pulumi.Input['FlowSchemaStatusArgs']] = None):
541
541
  """
542
542
  FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
543
- :param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
544
- :param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
543
+ :param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
544
+ :param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
545
545
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
546
546
  :param pulumi.Input['FlowSchemaSpecArgs'] spec: `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
547
547
  :param pulumi.Input['FlowSchemaStatusArgs'] status: `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -557,31 +557,31 @@ class FlowSchemaArgs:
557
557
  if status is not None:
558
558
  pulumi.set(__self__, "status", status)
559
559
 
560
- @property
560
+ @_builtins.property
561
561
  @pulumi.getter(name="apiVersion")
562
- def api_version(self) -> Optional[pulumi.Input[str]]:
562
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
563
563
  """
564
564
  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
565
565
  """
566
566
  return pulumi.get(self, "api_version")
567
567
 
568
568
  @api_version.setter
569
- def api_version(self, value: Optional[pulumi.Input[str]]):
569
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
570
570
  pulumi.set(self, "api_version", value)
571
571
 
572
- @property
572
+ @_builtins.property
573
573
  @pulumi.getter
574
- def kind(self) -> Optional[pulumi.Input[str]]:
574
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
575
575
  """
576
576
  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
577
577
  """
578
578
  return pulumi.get(self, "kind")
579
579
 
580
580
  @kind.setter
581
- def kind(self, value: Optional[pulumi.Input[str]]):
581
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
582
582
  pulumi.set(self, "kind", value)
583
583
 
584
- @property
584
+ @_builtins.property
585
585
  @pulumi.getter
586
586
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
587
587
  """
@@ -593,7 +593,7 @@ class FlowSchemaArgs:
593
593
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
594
594
  pulumi.set(self, "metadata", value)
595
595
 
596
- @property
596
+ @_builtins.property
597
597
  @pulumi.getter
598
598
  def spec(self) -> Optional[pulumi.Input['FlowSchemaSpecArgs']]:
599
599
  """
@@ -605,7 +605,7 @@ class FlowSchemaArgs:
605
605
  def spec(self, value: Optional[pulumi.Input['FlowSchemaSpecArgs']]):
606
606
  pulumi.set(self, "spec", value)
607
607
 
608
- @property
608
+ @_builtins.property
609
609
  @pulumi.getter
610
610
  def status(self) -> Optional[pulumi.Input['FlowSchemaStatusArgs']]:
611
611
  """
@@ -623,7 +623,7 @@ if not MYPY:
623
623
  """
624
624
  GroupSubject holds detailed information for group-kind subject.
625
625
  """
626
- name: NotRequired[pulumi.Input[str]]
626
+ name: NotRequired[pulumi.Input[_builtins.str]]
627
627
  """
628
628
  name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
629
629
  """
@@ -633,24 +633,24 @@ elif False:
633
633
  @pulumi.input_type
634
634
  class GroupSubjectPatchArgs:
635
635
  def __init__(__self__, *,
636
- name: Optional[pulumi.Input[str]] = None):
636
+ name: Optional[pulumi.Input[_builtins.str]] = None):
637
637
  """
638
638
  GroupSubject holds detailed information for group-kind subject.
639
- :param pulumi.Input[str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
639
+ :param pulumi.Input[_builtins.str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
640
640
  """
641
641
  if name is not None:
642
642
  pulumi.set(__self__, "name", name)
643
643
 
644
- @property
644
+ @_builtins.property
645
645
  @pulumi.getter
646
- def name(self) -> Optional[pulumi.Input[str]]:
646
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
647
647
  """
648
648
  name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
649
649
  """
650
650
  return pulumi.get(self, "name")
651
651
 
652
652
  @name.setter
653
- def name(self, value: Optional[pulumi.Input[str]]):
653
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
654
654
  pulumi.set(self, "name", value)
655
655
 
656
656
 
@@ -659,7 +659,7 @@ if not MYPY:
659
659
  """
660
660
  GroupSubject holds detailed information for group-kind subject.
661
661
  """
662
- name: pulumi.Input[str]
662
+ name: pulumi.Input[_builtins.str]
663
663
  """
664
664
  name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
665
665
  """
@@ -669,23 +669,23 @@ elif False:
669
669
  @pulumi.input_type
670
670
  class GroupSubjectArgs:
671
671
  def __init__(__self__, *,
672
- name: pulumi.Input[str]):
672
+ name: pulumi.Input[_builtins.str]):
673
673
  """
674
674
  GroupSubject holds detailed information for group-kind subject.
675
- :param pulumi.Input[str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
675
+ :param pulumi.Input[_builtins.str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
676
676
  """
677
677
  pulumi.set(__self__, "name", name)
678
678
 
679
- @property
679
+ @_builtins.property
680
680
  @pulumi.getter
681
- def name(self) -> pulumi.Input[str]:
681
+ def name(self) -> pulumi.Input[_builtins.str]:
682
682
  """
683
683
  name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
684
684
  """
685
685
  return pulumi.get(self, "name")
686
686
 
687
687
  @name.setter
688
- def name(self, value: pulumi.Input[str]):
688
+ def name(self, value: pulumi.Input[_builtins.str]):
689
689
  pulumi.set(self, "name", value)
690
690
 
691
691
 
@@ -698,7 +698,7 @@ if not MYPY:
698
698
  """
699
699
  `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
700
700
  """
701
- type: NotRequired[pulumi.Input[str]]
701
+ type: NotRequired[pulumi.Input[_builtins.str]]
702
702
  """
703
703
  `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
704
704
  """
@@ -709,18 +709,18 @@ elif False:
709
709
  class LimitResponsePatchArgs:
710
710
  def __init__(__self__, *,
711
711
  queuing: Optional[pulumi.Input['QueuingConfigurationPatchArgs']] = None,
712
- type: Optional[pulumi.Input[str]] = None):
712
+ type: Optional[pulumi.Input[_builtins.str]] = None):
713
713
  """
714
714
  LimitResponse defines how to handle requests that can not be executed right now.
715
715
  :param pulumi.Input['QueuingConfigurationPatchArgs'] queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
716
- :param pulumi.Input[str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
716
+ :param pulumi.Input[_builtins.str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
717
717
  """
718
718
  if queuing is not None:
719
719
  pulumi.set(__self__, "queuing", queuing)
720
720
  if type is not None:
721
721
  pulumi.set(__self__, "type", type)
722
722
 
723
- @property
723
+ @_builtins.property
724
724
  @pulumi.getter
725
725
  def queuing(self) -> Optional[pulumi.Input['QueuingConfigurationPatchArgs']]:
726
726
  """
@@ -732,16 +732,16 @@ class LimitResponsePatchArgs:
732
732
  def queuing(self, value: Optional[pulumi.Input['QueuingConfigurationPatchArgs']]):
733
733
  pulumi.set(self, "queuing", value)
734
734
 
735
- @property
735
+ @_builtins.property
736
736
  @pulumi.getter
737
- def type(self) -> Optional[pulumi.Input[str]]:
737
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
738
738
  """
739
739
  `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
740
740
  """
741
741
  return pulumi.get(self, "type")
742
742
 
743
743
  @type.setter
744
- def type(self, value: Optional[pulumi.Input[str]]):
744
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
745
745
  pulumi.set(self, "type", value)
746
746
 
747
747
 
@@ -750,7 +750,7 @@ if not MYPY:
750
750
  """
751
751
  LimitResponse defines how to handle requests that can not be executed right now.
752
752
  """
753
- type: pulumi.Input[str]
753
+ type: pulumi.Input[_builtins.str]
754
754
  """
755
755
  `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
756
756
  """
@@ -764,30 +764,30 @@ elif False:
764
764
  @pulumi.input_type
765
765
  class LimitResponseArgs:
766
766
  def __init__(__self__, *,
767
- type: pulumi.Input[str],
767
+ type: pulumi.Input[_builtins.str],
768
768
  queuing: Optional[pulumi.Input['QueuingConfigurationArgs']] = None):
769
769
  """
770
770
  LimitResponse defines how to handle requests that can not be executed right now.
771
- :param pulumi.Input[str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
771
+ :param pulumi.Input[_builtins.str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
772
772
  :param pulumi.Input['QueuingConfigurationArgs'] queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
773
773
  """
774
774
  pulumi.set(__self__, "type", type)
775
775
  if queuing is not None:
776
776
  pulumi.set(__self__, "queuing", queuing)
777
777
 
778
- @property
778
+ @_builtins.property
779
779
  @pulumi.getter
780
- def type(self) -> pulumi.Input[str]:
780
+ def type(self) -> pulumi.Input[_builtins.str]:
781
781
  """
782
782
  `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
783
783
  """
784
784
  return pulumi.get(self, "type")
785
785
 
786
786
  @type.setter
787
- def type(self, value: pulumi.Input[str]):
787
+ def type(self, value: pulumi.Input[_builtins.str]):
788
788
  pulumi.set(self, "type", value)
789
789
 
790
- @property
790
+ @_builtins.property
791
791
  @pulumi.getter
792
792
  def queuing(self) -> Optional[pulumi.Input['QueuingConfigurationArgs']]:
793
793
  """
@@ -807,7 +807,7 @@ if not MYPY:
807
807
  * How are requests for this priority level limited?
808
808
  * What should be done with requests that exceed the limit?
809
809
  """
810
- assured_concurrency_shares: NotRequired[pulumi.Input[int]]
810
+ assured_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
811
811
  """
812
812
  `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
813
813
 
@@ -825,13 +825,13 @@ elif False:
825
825
  @pulumi.input_type
826
826
  class LimitedPriorityLevelConfigurationPatchArgs:
827
827
  def __init__(__self__, *,
828
- assured_concurrency_shares: Optional[pulumi.Input[int]] = None,
828
+ assured_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None,
829
829
  limit_response: Optional[pulumi.Input['LimitResponsePatchArgs']] = None):
830
830
  """
831
831
  LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
832
832
  * How are requests for this priority level limited?
833
833
  * What should be done with requests that exceed the limit?
834
- :param pulumi.Input[int] assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
834
+ :param pulumi.Input[_builtins.int] assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
835
835
 
836
836
  ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
837
837
 
@@ -843,9 +843,9 @@ class LimitedPriorityLevelConfigurationPatchArgs:
843
843
  if limit_response is not None:
844
844
  pulumi.set(__self__, "limit_response", limit_response)
845
845
 
846
- @property
846
+ @_builtins.property
847
847
  @pulumi.getter(name="assuredConcurrencyShares")
848
- def assured_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
848
+ def assured_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
849
849
  """
850
850
  `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
851
851
 
@@ -856,10 +856,10 @@ class LimitedPriorityLevelConfigurationPatchArgs:
856
856
  return pulumi.get(self, "assured_concurrency_shares")
857
857
 
858
858
  @assured_concurrency_shares.setter
859
- def assured_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
859
+ def assured_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
860
860
  pulumi.set(self, "assured_concurrency_shares", value)
861
861
 
862
- @property
862
+ @_builtins.property
863
863
  @pulumi.getter(name="limitResponse")
864
864
  def limit_response(self) -> Optional[pulumi.Input['LimitResponsePatchArgs']]:
865
865
  """
@@ -879,7 +879,7 @@ if not MYPY:
879
879
  * How are requests for this priority level limited?
880
880
  * What should be done with requests that exceed the limit?
881
881
  """
882
- assured_concurrency_shares: NotRequired[pulumi.Input[int]]
882
+ assured_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
883
883
  """
884
884
  `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
885
885
 
@@ -897,13 +897,13 @@ elif False:
897
897
  @pulumi.input_type
898
898
  class LimitedPriorityLevelConfigurationArgs:
899
899
  def __init__(__self__, *,
900
- assured_concurrency_shares: Optional[pulumi.Input[int]] = None,
900
+ assured_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None,
901
901
  limit_response: Optional[pulumi.Input['LimitResponseArgs']] = None):
902
902
  """
903
903
  LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
904
904
  * How are requests for this priority level limited?
905
905
  * What should be done with requests that exceed the limit?
906
- :param pulumi.Input[int] assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
906
+ :param pulumi.Input[_builtins.int] assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
907
907
 
908
908
  ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
909
909
 
@@ -915,9 +915,9 @@ class LimitedPriorityLevelConfigurationArgs:
915
915
  if limit_response is not None:
916
916
  pulumi.set(__self__, "limit_response", limit_response)
917
917
 
918
- @property
918
+ @_builtins.property
919
919
  @pulumi.getter(name="assuredConcurrencyShares")
920
- def assured_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
920
+ def assured_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
921
921
  """
922
922
  `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
923
923
 
@@ -928,10 +928,10 @@ class LimitedPriorityLevelConfigurationArgs:
928
928
  return pulumi.get(self, "assured_concurrency_shares")
929
929
 
930
930
  @assured_concurrency_shares.setter
931
- def assured_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
931
+ def assured_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
932
932
  pulumi.set(self, "assured_concurrency_shares", value)
933
933
 
934
- @property
934
+ @_builtins.property
935
935
  @pulumi.getter(name="limitResponse")
936
936
  def limit_response(self) -> Optional[pulumi.Input['LimitResponseArgs']]:
937
937
  """
@@ -949,7 +949,7 @@ if not MYPY:
949
949
  """
950
950
  NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
951
951
  """
952
- non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
952
+ non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
953
953
  """
954
954
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
955
955
  - "/healthz" is legal
@@ -959,7 +959,7 @@ if not MYPY:
959
959
  - "/healthz/*" matches all per-component health checks.
960
960
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
961
961
  """
962
- verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
962
+ verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
963
963
  """
964
964
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
965
965
  """
@@ -969,27 +969,27 @@ elif False:
969
969
  @pulumi.input_type
970
970
  class NonResourcePolicyRulePatchArgs:
971
971
  def __init__(__self__, *,
972
- non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
973
- verbs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
972
+ non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
973
+ verbs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
974
974
  """
975
975
  NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
976
- :param pulumi.Input[Sequence[pulumi.Input[str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
976
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
977
977
  - "/healthz" is legal
978
978
  - "/hea*" is illegal
979
979
  - "/hea" is legal but matches nothing
980
980
  - "/hea/*" also matches nothing
981
981
  - "/healthz/*" matches all per-component health checks.
982
982
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
983
- :param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
983
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
984
984
  """
985
985
  if non_resource_urls is not None:
986
986
  pulumi.set(__self__, "non_resource_urls", non_resource_urls)
987
987
  if verbs is not None:
988
988
  pulumi.set(__self__, "verbs", verbs)
989
989
 
990
- @property
990
+ @_builtins.property
991
991
  @pulumi.getter(name="nonResourceURLs")
992
- def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
992
+ def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
993
993
  """
994
994
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
995
995
  - "/healthz" is legal
@@ -1002,19 +1002,19 @@ class NonResourcePolicyRulePatchArgs:
1002
1002
  return pulumi.get(self, "non_resource_urls")
1003
1003
 
1004
1004
  @non_resource_urls.setter
1005
- def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1005
+ def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1006
1006
  pulumi.set(self, "non_resource_urls", value)
1007
1007
 
1008
- @property
1008
+ @_builtins.property
1009
1009
  @pulumi.getter
1010
- def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1010
+ def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1011
1011
  """
1012
1012
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
1013
1013
  """
1014
1014
  return pulumi.get(self, "verbs")
1015
1015
 
1016
1016
  @verbs.setter
1017
- def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1017
+ def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1018
1018
  pulumi.set(self, "verbs", value)
1019
1019
 
1020
1020
 
@@ -1023,7 +1023,7 @@ if not MYPY:
1023
1023
  """
1024
1024
  NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
1025
1025
  """
1026
- non_resource_urls: pulumi.Input[Sequence[pulumi.Input[str]]]
1026
+ non_resource_urls: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
1027
1027
  """
1028
1028
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1029
1029
  - "/healthz" is legal
@@ -1033,7 +1033,7 @@ if not MYPY:
1033
1033
  - "/healthz/*" matches all per-component health checks.
1034
1034
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
1035
1035
  """
1036
- verbs: pulumi.Input[Sequence[pulumi.Input[str]]]
1036
+ verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
1037
1037
  """
1038
1038
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
1039
1039
  """
@@ -1043,25 +1043,25 @@ elif False:
1043
1043
  @pulumi.input_type
1044
1044
  class NonResourcePolicyRuleArgs:
1045
1045
  def __init__(__self__, *,
1046
- non_resource_urls: pulumi.Input[Sequence[pulumi.Input[str]]],
1047
- verbs: pulumi.Input[Sequence[pulumi.Input[str]]]):
1046
+ non_resource_urls: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
1047
+ verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
1048
1048
  """
1049
1049
  NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
1050
- :param pulumi.Input[Sequence[pulumi.Input[str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1050
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1051
1051
  - "/healthz" is legal
1052
1052
  - "/hea*" is illegal
1053
1053
  - "/hea" is legal but matches nothing
1054
1054
  - "/hea/*" also matches nothing
1055
1055
  - "/healthz/*" matches all per-component health checks.
1056
1056
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
1057
- :param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
1057
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
1058
1058
  """
1059
1059
  pulumi.set(__self__, "non_resource_urls", non_resource_urls)
1060
1060
  pulumi.set(__self__, "verbs", verbs)
1061
1061
 
1062
- @property
1062
+ @_builtins.property
1063
1063
  @pulumi.getter(name="nonResourceURLs")
1064
- def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1064
+ def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
1065
1065
  """
1066
1066
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1067
1067
  - "/healthz" is legal
@@ -1074,19 +1074,19 @@ class NonResourcePolicyRuleArgs:
1074
1074
  return pulumi.get(self, "non_resource_urls")
1075
1075
 
1076
1076
  @non_resource_urls.setter
1077
- def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1077
+ def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
1078
1078
  pulumi.set(self, "non_resource_urls", value)
1079
1079
 
1080
- @property
1080
+ @_builtins.property
1081
1081
  @pulumi.getter
1082
- def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1082
+ def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
1083
1083
  """
1084
1084
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
1085
1085
  """
1086
1086
  return pulumi.get(self, "verbs")
1087
1087
 
1088
1088
  @verbs.setter
1089
- def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1089
+ def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
1090
1090
  pulumi.set(self, "verbs", value)
1091
1091
 
1092
1092
 
@@ -1129,7 +1129,7 @@ class PolicyRulesWithSubjectsPatchArgs:
1129
1129
  if subjects is not None:
1130
1130
  pulumi.set(__self__, "subjects", subjects)
1131
1131
 
1132
- @property
1132
+ @_builtins.property
1133
1133
  @pulumi.getter(name="nonResourceRules")
1134
1134
  def non_resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRulePatchArgs']]]]:
1135
1135
  """
@@ -1141,7 +1141,7 @@ class PolicyRulesWithSubjectsPatchArgs:
1141
1141
  def non_resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRulePatchArgs']]]]):
1142
1142
  pulumi.set(self, "non_resource_rules", value)
1143
1143
 
1144
- @property
1144
+ @_builtins.property
1145
1145
  @pulumi.getter(name="resourceRules")
1146
1146
  def resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRulePatchArgs']]]]:
1147
1147
  """
@@ -1153,7 +1153,7 @@ class PolicyRulesWithSubjectsPatchArgs:
1153
1153
  def resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRulePatchArgs']]]]):
1154
1154
  pulumi.set(self, "resource_rules", value)
1155
1155
 
1156
- @property
1156
+ @_builtins.property
1157
1157
  @pulumi.getter
1158
1158
  def subjects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubjectPatchArgs']]]]:
1159
1159
  """
@@ -1204,7 +1204,7 @@ class PolicyRulesWithSubjectsArgs:
1204
1204
  if resource_rules is not None:
1205
1205
  pulumi.set(__self__, "resource_rules", resource_rules)
1206
1206
 
1207
- @property
1207
+ @_builtins.property
1208
1208
  @pulumi.getter
1209
1209
  def subjects(self) -> pulumi.Input[Sequence[pulumi.Input['SubjectArgs']]]:
1210
1210
  """
@@ -1216,7 +1216,7 @@ class PolicyRulesWithSubjectsArgs:
1216
1216
  def subjects(self, value: pulumi.Input[Sequence[pulumi.Input['SubjectArgs']]]):
1217
1217
  pulumi.set(self, "subjects", value)
1218
1218
 
1219
- @property
1219
+ @_builtins.property
1220
1220
  @pulumi.getter(name="nonResourceRules")
1221
1221
  def non_resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRuleArgs']]]]:
1222
1222
  """
@@ -1228,7 +1228,7 @@ class PolicyRulesWithSubjectsArgs:
1228
1228
  def non_resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRuleArgs']]]]):
1229
1229
  pulumi.set(self, "non_resource_rules", value)
1230
1230
 
1231
- @property
1231
+ @_builtins.property
1232
1232
  @pulumi.getter(name="resourceRules")
1233
1233
  def resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRuleArgs']]]]:
1234
1234
  """
@@ -1246,23 +1246,23 @@ if not MYPY:
1246
1246
  """
1247
1247
  PriorityLevelConfigurationCondition defines the condition of priority level.
1248
1248
  """
1249
- last_transition_time: NotRequired[pulumi.Input[str]]
1249
+ last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
1250
1250
  """
1251
1251
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
1252
1252
  """
1253
- message: NotRequired[pulumi.Input[str]]
1253
+ message: NotRequired[pulumi.Input[_builtins.str]]
1254
1254
  """
1255
1255
  `message` is a human-readable message indicating details about last transition.
1256
1256
  """
1257
- reason: NotRequired[pulumi.Input[str]]
1257
+ reason: NotRequired[pulumi.Input[_builtins.str]]
1258
1258
  """
1259
1259
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1260
1260
  """
1261
- status: NotRequired[pulumi.Input[str]]
1261
+ status: NotRequired[pulumi.Input[_builtins.str]]
1262
1262
  """
1263
1263
  `status` is the status of the condition. Can be True, False, Unknown. Required.
1264
1264
  """
1265
- type: NotRequired[pulumi.Input[str]]
1265
+ type: NotRequired[pulumi.Input[_builtins.str]]
1266
1266
  """
1267
1267
  `type` is the type of the condition. Required.
1268
1268
  """
@@ -1272,18 +1272,18 @@ elif False:
1272
1272
  @pulumi.input_type
1273
1273
  class PriorityLevelConfigurationConditionArgs:
1274
1274
  def __init__(__self__, *,
1275
- last_transition_time: Optional[pulumi.Input[str]] = None,
1276
- message: Optional[pulumi.Input[str]] = None,
1277
- reason: Optional[pulumi.Input[str]] = None,
1278
- status: Optional[pulumi.Input[str]] = None,
1279
- type: Optional[pulumi.Input[str]] = None):
1275
+ last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
1276
+ message: Optional[pulumi.Input[_builtins.str]] = None,
1277
+ reason: Optional[pulumi.Input[_builtins.str]] = None,
1278
+ status: Optional[pulumi.Input[_builtins.str]] = None,
1279
+ type: Optional[pulumi.Input[_builtins.str]] = None):
1280
1280
  """
1281
1281
  PriorityLevelConfigurationCondition defines the condition of priority level.
1282
- :param pulumi.Input[str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1283
- :param pulumi.Input[str] message: `message` is a human-readable message indicating details about last transition.
1284
- :param pulumi.Input[str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1285
- :param pulumi.Input[str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1286
- :param pulumi.Input[str] type: `type` is the type of the condition. Required.
1282
+ :param pulumi.Input[_builtins.str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1283
+ :param pulumi.Input[_builtins.str] message: `message` is a human-readable message indicating details about last transition.
1284
+ :param pulumi.Input[_builtins.str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1285
+ :param pulumi.Input[_builtins.str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1286
+ :param pulumi.Input[_builtins.str] type: `type` is the type of the condition. Required.
1287
1287
  """
1288
1288
  if last_transition_time is not None:
1289
1289
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -1296,64 +1296,64 @@ class PriorityLevelConfigurationConditionArgs:
1296
1296
  if type is not None:
1297
1297
  pulumi.set(__self__, "type", type)
1298
1298
 
1299
- @property
1299
+ @_builtins.property
1300
1300
  @pulumi.getter(name="lastTransitionTime")
1301
- def last_transition_time(self) -> Optional[pulumi.Input[str]]:
1301
+ def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
1302
1302
  """
1303
1303
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
1304
1304
  """
1305
1305
  return pulumi.get(self, "last_transition_time")
1306
1306
 
1307
1307
  @last_transition_time.setter
1308
- def last_transition_time(self, value: Optional[pulumi.Input[str]]):
1308
+ def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
1309
1309
  pulumi.set(self, "last_transition_time", value)
1310
1310
 
1311
- @property
1311
+ @_builtins.property
1312
1312
  @pulumi.getter
1313
- def message(self) -> Optional[pulumi.Input[str]]:
1313
+ def message(self) -> Optional[pulumi.Input[_builtins.str]]:
1314
1314
  """
1315
1315
  `message` is a human-readable message indicating details about last transition.
1316
1316
  """
1317
1317
  return pulumi.get(self, "message")
1318
1318
 
1319
1319
  @message.setter
1320
- def message(self, value: Optional[pulumi.Input[str]]):
1320
+ def message(self, value: Optional[pulumi.Input[_builtins.str]]):
1321
1321
  pulumi.set(self, "message", value)
1322
1322
 
1323
- @property
1323
+ @_builtins.property
1324
1324
  @pulumi.getter
1325
- def reason(self) -> Optional[pulumi.Input[str]]:
1325
+ def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
1326
1326
  """
1327
1327
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1328
1328
  """
1329
1329
  return pulumi.get(self, "reason")
1330
1330
 
1331
1331
  @reason.setter
1332
- def reason(self, value: Optional[pulumi.Input[str]]):
1332
+ def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
1333
1333
  pulumi.set(self, "reason", value)
1334
1334
 
1335
- @property
1335
+ @_builtins.property
1336
1336
  @pulumi.getter
1337
- def status(self) -> Optional[pulumi.Input[str]]:
1337
+ def status(self) -> Optional[pulumi.Input[_builtins.str]]:
1338
1338
  """
1339
1339
  `status` is the status of the condition. Can be True, False, Unknown. Required.
1340
1340
  """
1341
1341
  return pulumi.get(self, "status")
1342
1342
 
1343
1343
  @status.setter
1344
- def status(self, value: Optional[pulumi.Input[str]]):
1344
+ def status(self, value: Optional[pulumi.Input[_builtins.str]]):
1345
1345
  pulumi.set(self, "status", value)
1346
1346
 
1347
- @property
1347
+ @_builtins.property
1348
1348
  @pulumi.getter
1349
- def type(self) -> Optional[pulumi.Input[str]]:
1349
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
1350
1350
  """
1351
1351
  `type` is the type of the condition. Required.
1352
1352
  """
1353
1353
  return pulumi.get(self, "type")
1354
1354
 
1355
1355
  @type.setter
1356
- def type(self, value: Optional[pulumi.Input[str]]):
1356
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
1357
1357
  pulumi.set(self, "type", value)
1358
1358
 
1359
1359
 
@@ -1362,7 +1362,7 @@ if not MYPY:
1362
1362
  """
1363
1363
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1364
1364
  """
1365
- name: NotRequired[pulumi.Input[str]]
1365
+ name: NotRequired[pulumi.Input[_builtins.str]]
1366
1366
  """
1367
1367
  `name` is the name of the priority level configuration being referenced Required.
1368
1368
  """
@@ -1372,24 +1372,24 @@ elif False:
1372
1372
  @pulumi.input_type
1373
1373
  class PriorityLevelConfigurationReferencePatchArgs:
1374
1374
  def __init__(__self__, *,
1375
- name: Optional[pulumi.Input[str]] = None):
1375
+ name: Optional[pulumi.Input[_builtins.str]] = None):
1376
1376
  """
1377
1377
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1378
- :param pulumi.Input[str] name: `name` is the name of the priority level configuration being referenced Required.
1378
+ :param pulumi.Input[_builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
1379
1379
  """
1380
1380
  if name is not None:
1381
1381
  pulumi.set(__self__, "name", name)
1382
1382
 
1383
- @property
1383
+ @_builtins.property
1384
1384
  @pulumi.getter
1385
- def name(self) -> Optional[pulumi.Input[str]]:
1385
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
1386
1386
  """
1387
1387
  `name` is the name of the priority level configuration being referenced Required.
1388
1388
  """
1389
1389
  return pulumi.get(self, "name")
1390
1390
 
1391
1391
  @name.setter
1392
- def name(self, value: Optional[pulumi.Input[str]]):
1392
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
1393
1393
  pulumi.set(self, "name", value)
1394
1394
 
1395
1395
 
@@ -1398,7 +1398,7 @@ if not MYPY:
1398
1398
  """
1399
1399
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1400
1400
  """
1401
- name: pulumi.Input[str]
1401
+ name: pulumi.Input[_builtins.str]
1402
1402
  """
1403
1403
  `name` is the name of the priority level configuration being referenced Required.
1404
1404
  """
@@ -1408,23 +1408,23 @@ elif False:
1408
1408
  @pulumi.input_type
1409
1409
  class PriorityLevelConfigurationReferenceArgs:
1410
1410
  def __init__(__self__, *,
1411
- name: pulumi.Input[str]):
1411
+ name: pulumi.Input[_builtins.str]):
1412
1412
  """
1413
1413
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1414
- :param pulumi.Input[str] name: `name` is the name of the priority level configuration being referenced Required.
1414
+ :param pulumi.Input[_builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
1415
1415
  """
1416
1416
  pulumi.set(__self__, "name", name)
1417
1417
 
1418
- @property
1418
+ @_builtins.property
1419
1419
  @pulumi.getter
1420
- def name(self) -> pulumi.Input[str]:
1420
+ def name(self) -> pulumi.Input[_builtins.str]:
1421
1421
  """
1422
1422
  `name` is the name of the priority level configuration being referenced Required.
1423
1423
  """
1424
1424
  return pulumi.get(self, "name")
1425
1425
 
1426
1426
  @name.setter
1427
- def name(self, value: pulumi.Input[str]):
1427
+ def name(self, value: pulumi.Input[_builtins.str]):
1428
1428
  pulumi.set(self, "name", value)
1429
1429
 
1430
1430
 
@@ -1437,7 +1437,7 @@ if not MYPY:
1437
1437
  """
1438
1438
  `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
1439
1439
  """
1440
- type: NotRequired[pulumi.Input[str]]
1440
+ type: NotRequired[pulumi.Input[_builtins.str]]
1441
1441
  """
1442
1442
  `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1443
1443
  """
@@ -1448,18 +1448,18 @@ elif False:
1448
1448
  class PriorityLevelConfigurationSpecPatchArgs:
1449
1449
  def __init__(__self__, *,
1450
1450
  limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']] = None,
1451
- type: Optional[pulumi.Input[str]] = None):
1451
+ type: Optional[pulumi.Input[_builtins.str]] = None):
1452
1452
  """
1453
1453
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1454
1454
  :param pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs'] limited: `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
1455
- :param pulumi.Input[str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1455
+ :param pulumi.Input[_builtins.str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1456
1456
  """
1457
1457
  if limited is not None:
1458
1458
  pulumi.set(__self__, "limited", limited)
1459
1459
  if type is not None:
1460
1460
  pulumi.set(__self__, "type", type)
1461
1461
 
1462
- @property
1462
+ @_builtins.property
1463
1463
  @pulumi.getter
1464
1464
  def limited(self) -> Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']]:
1465
1465
  """
@@ -1471,16 +1471,16 @@ class PriorityLevelConfigurationSpecPatchArgs:
1471
1471
  def limited(self, value: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']]):
1472
1472
  pulumi.set(self, "limited", value)
1473
1473
 
1474
- @property
1474
+ @_builtins.property
1475
1475
  @pulumi.getter
1476
- def type(self) -> Optional[pulumi.Input[str]]:
1476
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
1477
1477
  """
1478
1478
  `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1479
1479
  """
1480
1480
  return pulumi.get(self, "type")
1481
1481
 
1482
1482
  @type.setter
1483
- def type(self, value: Optional[pulumi.Input[str]]):
1483
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
1484
1484
  pulumi.set(self, "type", value)
1485
1485
 
1486
1486
 
@@ -1489,7 +1489,7 @@ if not MYPY:
1489
1489
  """
1490
1490
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1491
1491
  """
1492
- type: pulumi.Input[str]
1492
+ type: pulumi.Input[_builtins.str]
1493
1493
  """
1494
1494
  `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1495
1495
  """
@@ -1503,30 +1503,30 @@ elif False:
1503
1503
  @pulumi.input_type
1504
1504
  class PriorityLevelConfigurationSpecArgs:
1505
1505
  def __init__(__self__, *,
1506
- type: pulumi.Input[str],
1506
+ type: pulumi.Input[_builtins.str],
1507
1507
  limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']] = None):
1508
1508
  """
1509
1509
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1510
- :param pulumi.Input[str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1510
+ :param pulumi.Input[_builtins.str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1511
1511
  :param pulumi.Input['LimitedPriorityLevelConfigurationArgs'] limited: `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
1512
1512
  """
1513
1513
  pulumi.set(__self__, "type", type)
1514
1514
  if limited is not None:
1515
1515
  pulumi.set(__self__, "limited", limited)
1516
1516
 
1517
- @property
1517
+ @_builtins.property
1518
1518
  @pulumi.getter
1519
- def type(self) -> pulumi.Input[str]:
1519
+ def type(self) -> pulumi.Input[_builtins.str]:
1520
1520
  """
1521
1521
  `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1522
1522
  """
1523
1523
  return pulumi.get(self, "type")
1524
1524
 
1525
1525
  @type.setter
1526
- def type(self, value: pulumi.Input[str]):
1526
+ def type(self, value: pulumi.Input[_builtins.str]):
1527
1527
  pulumi.set(self, "type", value)
1528
1528
 
1529
- @property
1529
+ @_builtins.property
1530
1530
  @pulumi.getter
1531
1531
  def limited(self) -> Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']]:
1532
1532
  """
@@ -1562,7 +1562,7 @@ class PriorityLevelConfigurationStatusArgs:
1562
1562
  if conditions is not None:
1563
1563
  pulumi.set(__self__, "conditions", conditions)
1564
1564
 
1565
- @property
1565
+ @_builtins.property
1566
1566
  @pulumi.getter
1567
1567
  def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PriorityLevelConfigurationConditionArgs']]]]:
1568
1568
  """
@@ -1580,11 +1580,11 @@ if not MYPY:
1580
1580
  """
1581
1581
  PriorityLevelConfiguration represents the configuration of a priority level.
1582
1582
  """
1583
- api_version: NotRequired[pulumi.Input[str]]
1583
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
1584
1584
  """
1585
1585
  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
1586
1586
  """
1587
- kind: NotRequired[pulumi.Input[str]]
1587
+ kind: NotRequired[pulumi.Input[_builtins.str]]
1588
1588
  """
1589
1589
  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
1590
1590
  """
@@ -1606,15 +1606,15 @@ elif False:
1606
1606
  @pulumi.input_type
1607
1607
  class PriorityLevelConfigurationArgs:
1608
1608
  def __init__(__self__, *,
1609
- api_version: Optional[pulumi.Input[str]] = None,
1610
- kind: Optional[pulumi.Input[str]] = None,
1609
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
1610
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
1611
1611
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
1612
1612
  spec: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']] = None,
1613
1613
  status: Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']] = None):
1614
1614
  """
1615
1615
  PriorityLevelConfiguration represents the configuration of a priority level.
1616
- :param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1617
- :param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1616
+ :param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1617
+ :param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1618
1618
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1619
1619
  :param pulumi.Input['PriorityLevelConfigurationSpecArgs'] spec: `spec` is the specification of the desired behavior of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
1620
1620
  :param pulumi.Input['PriorityLevelConfigurationStatusArgs'] status: `status` is the current status of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -1630,31 +1630,31 @@ class PriorityLevelConfigurationArgs:
1630
1630
  if status is not None:
1631
1631
  pulumi.set(__self__, "status", status)
1632
1632
 
1633
- @property
1633
+ @_builtins.property
1634
1634
  @pulumi.getter(name="apiVersion")
1635
- def api_version(self) -> Optional[pulumi.Input[str]]:
1635
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
1636
1636
  """
1637
1637
  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
1638
1638
  """
1639
1639
  return pulumi.get(self, "api_version")
1640
1640
 
1641
1641
  @api_version.setter
1642
- def api_version(self, value: Optional[pulumi.Input[str]]):
1642
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
1643
1643
  pulumi.set(self, "api_version", value)
1644
1644
 
1645
- @property
1645
+ @_builtins.property
1646
1646
  @pulumi.getter
1647
- def kind(self) -> Optional[pulumi.Input[str]]:
1647
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
1648
1648
  """
1649
1649
  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
1650
1650
  """
1651
1651
  return pulumi.get(self, "kind")
1652
1652
 
1653
1653
  @kind.setter
1654
- def kind(self, value: Optional[pulumi.Input[str]]):
1654
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
1655
1655
  pulumi.set(self, "kind", value)
1656
1656
 
1657
- @property
1657
+ @_builtins.property
1658
1658
  @pulumi.getter
1659
1659
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
1660
1660
  """
@@ -1666,7 +1666,7 @@ class PriorityLevelConfigurationArgs:
1666
1666
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
1667
1667
  pulumi.set(self, "metadata", value)
1668
1668
 
1669
- @property
1669
+ @_builtins.property
1670
1670
  @pulumi.getter
1671
1671
  def spec(self) -> Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']]:
1672
1672
  """
@@ -1678,7 +1678,7 @@ class PriorityLevelConfigurationArgs:
1678
1678
  def spec(self, value: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']]):
1679
1679
  pulumi.set(self, "spec", value)
1680
1680
 
1681
- @property
1681
+ @_builtins.property
1682
1682
  @pulumi.getter
1683
1683
  def status(self) -> Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']]:
1684
1684
  """
@@ -1696,15 +1696,15 @@ if not MYPY:
1696
1696
  """
1697
1697
  QueuingConfiguration holds the configuration parameters for queuing
1698
1698
  """
1699
- hand_size: NotRequired[pulumi.Input[int]]
1699
+ hand_size: NotRequired[pulumi.Input[_builtins.int]]
1700
1700
  """
1701
1701
  `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1702
1702
  """
1703
- queue_length_limit: NotRequired[pulumi.Input[int]]
1703
+ queue_length_limit: NotRequired[pulumi.Input[_builtins.int]]
1704
1704
  """
1705
1705
  `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1706
1706
  """
1707
- queues: NotRequired[pulumi.Input[int]]
1707
+ queues: NotRequired[pulumi.Input[_builtins.int]]
1708
1708
  """
1709
1709
  `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1710
1710
  """
@@ -1714,14 +1714,14 @@ elif False:
1714
1714
  @pulumi.input_type
1715
1715
  class QueuingConfigurationPatchArgs:
1716
1716
  def __init__(__self__, *,
1717
- hand_size: Optional[pulumi.Input[int]] = None,
1718
- queue_length_limit: Optional[pulumi.Input[int]] = None,
1719
- queues: Optional[pulumi.Input[int]] = None):
1717
+ hand_size: Optional[pulumi.Input[_builtins.int]] = None,
1718
+ queue_length_limit: Optional[pulumi.Input[_builtins.int]] = None,
1719
+ queues: Optional[pulumi.Input[_builtins.int]] = None):
1720
1720
  """
1721
1721
  QueuingConfiguration holds the configuration parameters for queuing
1722
- :param pulumi.Input[int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1723
- :param pulumi.Input[int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1724
- :param pulumi.Input[int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1722
+ :param pulumi.Input[_builtins.int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1723
+ :param pulumi.Input[_builtins.int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1724
+ :param pulumi.Input[_builtins.int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1725
1725
  """
1726
1726
  if hand_size is not None:
1727
1727
  pulumi.set(__self__, "hand_size", hand_size)
@@ -1730,40 +1730,40 @@ class QueuingConfigurationPatchArgs:
1730
1730
  if queues is not None:
1731
1731
  pulumi.set(__self__, "queues", queues)
1732
1732
 
1733
- @property
1733
+ @_builtins.property
1734
1734
  @pulumi.getter(name="handSize")
1735
- def hand_size(self) -> Optional[pulumi.Input[int]]:
1735
+ def hand_size(self) -> Optional[pulumi.Input[_builtins.int]]:
1736
1736
  """
1737
1737
  `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1738
1738
  """
1739
1739
  return pulumi.get(self, "hand_size")
1740
1740
 
1741
1741
  @hand_size.setter
1742
- def hand_size(self, value: Optional[pulumi.Input[int]]):
1742
+ def hand_size(self, value: Optional[pulumi.Input[_builtins.int]]):
1743
1743
  pulumi.set(self, "hand_size", value)
1744
1744
 
1745
- @property
1745
+ @_builtins.property
1746
1746
  @pulumi.getter(name="queueLengthLimit")
1747
- def queue_length_limit(self) -> Optional[pulumi.Input[int]]:
1747
+ def queue_length_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
1748
1748
  """
1749
1749
  `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1750
1750
  """
1751
1751
  return pulumi.get(self, "queue_length_limit")
1752
1752
 
1753
1753
  @queue_length_limit.setter
1754
- def queue_length_limit(self, value: Optional[pulumi.Input[int]]):
1754
+ def queue_length_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
1755
1755
  pulumi.set(self, "queue_length_limit", value)
1756
1756
 
1757
- @property
1757
+ @_builtins.property
1758
1758
  @pulumi.getter
1759
- def queues(self) -> Optional[pulumi.Input[int]]:
1759
+ def queues(self) -> Optional[pulumi.Input[_builtins.int]]:
1760
1760
  """
1761
1761
  `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1762
1762
  """
1763
1763
  return pulumi.get(self, "queues")
1764
1764
 
1765
1765
  @queues.setter
1766
- def queues(self, value: Optional[pulumi.Input[int]]):
1766
+ def queues(self, value: Optional[pulumi.Input[_builtins.int]]):
1767
1767
  pulumi.set(self, "queues", value)
1768
1768
 
1769
1769
 
@@ -1772,15 +1772,15 @@ if not MYPY:
1772
1772
  """
1773
1773
  QueuingConfiguration holds the configuration parameters for queuing
1774
1774
  """
1775
- hand_size: NotRequired[pulumi.Input[int]]
1775
+ hand_size: NotRequired[pulumi.Input[_builtins.int]]
1776
1776
  """
1777
1777
  `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1778
1778
  """
1779
- queue_length_limit: NotRequired[pulumi.Input[int]]
1779
+ queue_length_limit: NotRequired[pulumi.Input[_builtins.int]]
1780
1780
  """
1781
1781
  `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1782
1782
  """
1783
- queues: NotRequired[pulumi.Input[int]]
1783
+ queues: NotRequired[pulumi.Input[_builtins.int]]
1784
1784
  """
1785
1785
  `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1786
1786
  """
@@ -1790,14 +1790,14 @@ elif False:
1790
1790
  @pulumi.input_type
1791
1791
  class QueuingConfigurationArgs:
1792
1792
  def __init__(__self__, *,
1793
- hand_size: Optional[pulumi.Input[int]] = None,
1794
- queue_length_limit: Optional[pulumi.Input[int]] = None,
1795
- queues: Optional[pulumi.Input[int]] = None):
1793
+ hand_size: Optional[pulumi.Input[_builtins.int]] = None,
1794
+ queue_length_limit: Optional[pulumi.Input[_builtins.int]] = None,
1795
+ queues: Optional[pulumi.Input[_builtins.int]] = None):
1796
1796
  """
1797
1797
  QueuingConfiguration holds the configuration parameters for queuing
1798
- :param pulumi.Input[int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1799
- :param pulumi.Input[int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1800
- :param pulumi.Input[int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1798
+ :param pulumi.Input[_builtins.int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1799
+ :param pulumi.Input[_builtins.int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1800
+ :param pulumi.Input[_builtins.int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1801
1801
  """
1802
1802
  if hand_size is not None:
1803
1803
  pulumi.set(__self__, "hand_size", hand_size)
@@ -1806,40 +1806,40 @@ class QueuingConfigurationArgs:
1806
1806
  if queues is not None:
1807
1807
  pulumi.set(__self__, "queues", queues)
1808
1808
 
1809
- @property
1809
+ @_builtins.property
1810
1810
  @pulumi.getter(name="handSize")
1811
- def hand_size(self) -> Optional[pulumi.Input[int]]:
1811
+ def hand_size(self) -> Optional[pulumi.Input[_builtins.int]]:
1812
1812
  """
1813
1813
  `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1814
1814
  """
1815
1815
  return pulumi.get(self, "hand_size")
1816
1816
 
1817
1817
  @hand_size.setter
1818
- def hand_size(self, value: Optional[pulumi.Input[int]]):
1818
+ def hand_size(self, value: Optional[pulumi.Input[_builtins.int]]):
1819
1819
  pulumi.set(self, "hand_size", value)
1820
1820
 
1821
- @property
1821
+ @_builtins.property
1822
1822
  @pulumi.getter(name="queueLengthLimit")
1823
- def queue_length_limit(self) -> Optional[pulumi.Input[int]]:
1823
+ def queue_length_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
1824
1824
  """
1825
1825
  `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1826
1826
  """
1827
1827
  return pulumi.get(self, "queue_length_limit")
1828
1828
 
1829
1829
  @queue_length_limit.setter
1830
- def queue_length_limit(self, value: Optional[pulumi.Input[int]]):
1830
+ def queue_length_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
1831
1831
  pulumi.set(self, "queue_length_limit", value)
1832
1832
 
1833
- @property
1833
+ @_builtins.property
1834
1834
  @pulumi.getter
1835
- def queues(self) -> Optional[pulumi.Input[int]]:
1835
+ def queues(self) -> Optional[pulumi.Input[_builtins.int]]:
1836
1836
  """
1837
1837
  `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1838
1838
  """
1839
1839
  return pulumi.get(self, "queues")
1840
1840
 
1841
1841
  @queues.setter
1842
- def queues(self, value: Optional[pulumi.Input[int]]):
1842
+ def queues(self, value: Optional[pulumi.Input[_builtins.int]]):
1843
1843
  pulumi.set(self, "queues", value)
1844
1844
 
1845
1845
 
@@ -1848,23 +1848,23 @@ if not MYPY:
1848
1848
  """
1849
1849
  ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) least one member of namespaces matches the request.
1850
1850
  """
1851
- api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1851
+ api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1852
1852
  """
1853
1853
  `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
1854
1854
  """
1855
- cluster_scope: NotRequired[pulumi.Input[bool]]
1855
+ cluster_scope: NotRequired[pulumi.Input[_builtins.bool]]
1856
1856
  """
1857
1857
  `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
1858
1858
  """
1859
- namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1859
+ namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1860
1860
  """
1861
1861
  `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
1862
1862
  """
1863
- resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1863
+ resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1864
1864
  """
1865
1865
  `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
1866
1866
  """
1867
- verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1867
+ verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1868
1868
  """
1869
1869
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1870
1870
  """
@@ -1874,18 +1874,18 @@ elif False:
1874
1874
  @pulumi.input_type
1875
1875
  class ResourcePolicyRulePatchArgs:
1876
1876
  def __init__(__self__, *,
1877
- api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1878
- cluster_scope: Optional[pulumi.Input[bool]] = None,
1879
- namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1880
- resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1881
- verbs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1877
+ api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1878
+ cluster_scope: Optional[pulumi.Input[_builtins.bool]] = None,
1879
+ namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1880
+ resources: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1881
+ verbs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
1882
1882
  """
1883
1883
  ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) least one member of namespaces matches the request.
1884
- :param pulumi.Input[Sequence[pulumi.Input[str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
1885
- :param pulumi.Input[bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
1886
- :param pulumi.Input[Sequence[pulumi.Input[str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
1887
- :param pulumi.Input[Sequence[pulumi.Input[str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
1888
- :param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1884
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
1885
+ :param pulumi.Input[_builtins.bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
1886
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
1887
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
1888
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1889
1889
  """
1890
1890
  if api_groups is not None:
1891
1891
  pulumi.set(__self__, "api_groups", api_groups)
@@ -1898,64 +1898,64 @@ class ResourcePolicyRulePatchArgs:
1898
1898
  if verbs is not None:
1899
1899
  pulumi.set(__self__, "verbs", verbs)
1900
1900
 
1901
- @property
1901
+ @_builtins.property
1902
1902
  @pulumi.getter(name="apiGroups")
1903
- def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1903
+ def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1904
1904
  """
1905
1905
  `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
1906
1906
  """
1907
1907
  return pulumi.get(self, "api_groups")
1908
1908
 
1909
1909
  @api_groups.setter
1910
- def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1910
+ def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1911
1911
  pulumi.set(self, "api_groups", value)
1912
1912
 
1913
- @property
1913
+ @_builtins.property
1914
1914
  @pulumi.getter(name="clusterScope")
1915
- def cluster_scope(self) -> Optional[pulumi.Input[bool]]:
1915
+ def cluster_scope(self) -> Optional[pulumi.Input[_builtins.bool]]:
1916
1916
  """
1917
1917
  `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
1918
1918
  """
1919
1919
  return pulumi.get(self, "cluster_scope")
1920
1920
 
1921
1921
  @cluster_scope.setter
1922
- def cluster_scope(self, value: Optional[pulumi.Input[bool]]):
1922
+ def cluster_scope(self, value: Optional[pulumi.Input[_builtins.bool]]):
1923
1923
  pulumi.set(self, "cluster_scope", value)
1924
1924
 
1925
- @property
1925
+ @_builtins.property
1926
1926
  @pulumi.getter
1927
- def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1927
+ def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1928
1928
  """
1929
1929
  `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
1930
1930
  """
1931
1931
  return pulumi.get(self, "namespaces")
1932
1932
 
1933
1933
  @namespaces.setter
1934
- def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1934
+ def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1935
1935
  pulumi.set(self, "namespaces", value)
1936
1936
 
1937
- @property
1937
+ @_builtins.property
1938
1938
  @pulumi.getter
1939
- def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1939
+ def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1940
1940
  """
1941
1941
  `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
1942
1942
  """
1943
1943
  return pulumi.get(self, "resources")
1944
1944
 
1945
1945
  @resources.setter
1946
- def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1946
+ def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1947
1947
  pulumi.set(self, "resources", value)
1948
1948
 
1949
- @property
1949
+ @_builtins.property
1950
1950
  @pulumi.getter
1951
- def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1951
+ def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1952
1952
  """
1953
1953
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1954
1954
  """
1955
1955
  return pulumi.get(self, "verbs")
1956
1956
 
1957
1957
  @verbs.setter
1958
- def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1958
+ def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1959
1959
  pulumi.set(self, "verbs", value)
1960
1960
 
1961
1961
 
@@ -1964,23 +1964,23 @@ if not MYPY:
1964
1964
  """
1965
1965
  ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) least one member of namespaces matches the request.
1966
1966
  """
1967
- api_groups: pulumi.Input[Sequence[pulumi.Input[str]]]
1967
+ api_groups: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
1968
1968
  """
1969
1969
  `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
1970
1970
  """
1971
- resources: pulumi.Input[Sequence[pulumi.Input[str]]]
1971
+ resources: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
1972
1972
  """
1973
1973
  `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
1974
1974
  """
1975
- verbs: pulumi.Input[Sequence[pulumi.Input[str]]]
1975
+ verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
1976
1976
  """
1977
1977
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1978
1978
  """
1979
- cluster_scope: NotRequired[pulumi.Input[bool]]
1979
+ cluster_scope: NotRequired[pulumi.Input[_builtins.bool]]
1980
1980
  """
1981
1981
  `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
1982
1982
  """
1983
- namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1983
+ namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1984
1984
  """
1985
1985
  `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
1986
1986
  """
@@ -1990,18 +1990,18 @@ elif False:
1990
1990
  @pulumi.input_type
1991
1991
  class ResourcePolicyRuleArgs:
1992
1992
  def __init__(__self__, *,
1993
- api_groups: pulumi.Input[Sequence[pulumi.Input[str]]],
1994
- resources: pulumi.Input[Sequence[pulumi.Input[str]]],
1995
- verbs: pulumi.Input[Sequence[pulumi.Input[str]]],
1996
- cluster_scope: Optional[pulumi.Input[bool]] = None,
1997
- namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1993
+ api_groups: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
1994
+ resources: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
1995
+ verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
1996
+ cluster_scope: Optional[pulumi.Input[_builtins.bool]] = None,
1997
+ namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
1998
1998
  """
1999
1999
  ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) least one member of namespaces matches the request.
2000
- :param pulumi.Input[Sequence[pulumi.Input[str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
2001
- :param pulumi.Input[Sequence[pulumi.Input[str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
2002
- :param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
2003
- :param pulumi.Input[bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
2004
- :param pulumi.Input[Sequence[pulumi.Input[str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
2000
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
2001
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
2002
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
2003
+ :param pulumi.Input[_builtins.bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
2004
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
2005
2005
  """
2006
2006
  pulumi.set(__self__, "api_groups", api_groups)
2007
2007
  pulumi.set(__self__, "resources", resources)
@@ -2011,64 +2011,64 @@ class ResourcePolicyRuleArgs:
2011
2011
  if namespaces is not None:
2012
2012
  pulumi.set(__self__, "namespaces", namespaces)
2013
2013
 
2014
- @property
2014
+ @_builtins.property
2015
2015
  @pulumi.getter(name="apiGroups")
2016
- def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2016
+ def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
2017
2017
  """
2018
2018
  `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
2019
2019
  """
2020
2020
  return pulumi.get(self, "api_groups")
2021
2021
 
2022
2022
  @api_groups.setter
2023
- def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2023
+ def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
2024
2024
  pulumi.set(self, "api_groups", value)
2025
2025
 
2026
- @property
2026
+ @_builtins.property
2027
2027
  @pulumi.getter
2028
- def resources(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2028
+ def resources(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
2029
2029
  """
2030
2030
  `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
2031
2031
  """
2032
2032
  return pulumi.get(self, "resources")
2033
2033
 
2034
2034
  @resources.setter
2035
- def resources(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2035
+ def resources(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
2036
2036
  pulumi.set(self, "resources", value)
2037
2037
 
2038
- @property
2038
+ @_builtins.property
2039
2039
  @pulumi.getter
2040
- def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2040
+ def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
2041
2041
  """
2042
2042
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
2043
2043
  """
2044
2044
  return pulumi.get(self, "verbs")
2045
2045
 
2046
2046
  @verbs.setter
2047
- def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2047
+ def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
2048
2048
  pulumi.set(self, "verbs", value)
2049
2049
 
2050
- @property
2050
+ @_builtins.property
2051
2051
  @pulumi.getter(name="clusterScope")
2052
- def cluster_scope(self) -> Optional[pulumi.Input[bool]]:
2052
+ def cluster_scope(self) -> Optional[pulumi.Input[_builtins.bool]]:
2053
2053
  """
2054
2054
  `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
2055
2055
  """
2056
2056
  return pulumi.get(self, "cluster_scope")
2057
2057
 
2058
2058
  @cluster_scope.setter
2059
- def cluster_scope(self, value: Optional[pulumi.Input[bool]]):
2059
+ def cluster_scope(self, value: Optional[pulumi.Input[_builtins.bool]]):
2060
2060
  pulumi.set(self, "cluster_scope", value)
2061
2061
 
2062
- @property
2062
+ @_builtins.property
2063
2063
  @pulumi.getter
2064
- def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2064
+ def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
2065
2065
  """
2066
2066
  `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
2067
2067
  """
2068
2068
  return pulumi.get(self, "namespaces")
2069
2069
 
2070
2070
  @namespaces.setter
2071
- def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2071
+ def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
2072
2072
  pulumi.set(self, "namespaces", value)
2073
2073
 
2074
2074
 
@@ -2077,11 +2077,11 @@ if not MYPY:
2077
2077
  """
2078
2078
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2079
2079
  """
2080
- name: NotRequired[pulumi.Input[str]]
2080
+ name: NotRequired[pulumi.Input[_builtins.str]]
2081
2081
  """
2082
2082
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2083
2083
  """
2084
- namespace: NotRequired[pulumi.Input[str]]
2084
+ namespace: NotRequired[pulumi.Input[_builtins.str]]
2085
2085
  """
2086
2086
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2087
2087
  """
@@ -2091,40 +2091,40 @@ elif False:
2091
2091
  @pulumi.input_type
2092
2092
  class ServiceAccountSubjectPatchArgs:
2093
2093
  def __init__(__self__, *,
2094
- name: Optional[pulumi.Input[str]] = None,
2095
- namespace: Optional[pulumi.Input[str]] = None):
2094
+ name: Optional[pulumi.Input[_builtins.str]] = None,
2095
+ namespace: Optional[pulumi.Input[_builtins.str]] = None):
2096
2096
  """
2097
2097
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2098
- :param pulumi.Input[str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2099
- :param pulumi.Input[str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2098
+ :param pulumi.Input[_builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2099
+ :param pulumi.Input[_builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2100
2100
  """
2101
2101
  if name is not None:
2102
2102
  pulumi.set(__self__, "name", name)
2103
2103
  if namespace is not None:
2104
2104
  pulumi.set(__self__, "namespace", namespace)
2105
2105
 
2106
- @property
2106
+ @_builtins.property
2107
2107
  @pulumi.getter
2108
- def name(self) -> Optional[pulumi.Input[str]]:
2108
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
2109
2109
  """
2110
2110
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2111
2111
  """
2112
2112
  return pulumi.get(self, "name")
2113
2113
 
2114
2114
  @name.setter
2115
- def name(self, value: Optional[pulumi.Input[str]]):
2115
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
2116
2116
  pulumi.set(self, "name", value)
2117
2117
 
2118
- @property
2118
+ @_builtins.property
2119
2119
  @pulumi.getter
2120
- def namespace(self) -> Optional[pulumi.Input[str]]:
2120
+ def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
2121
2121
  """
2122
2122
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2123
2123
  """
2124
2124
  return pulumi.get(self, "namespace")
2125
2125
 
2126
2126
  @namespace.setter
2127
- def namespace(self, value: Optional[pulumi.Input[str]]):
2127
+ def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
2128
2128
  pulumi.set(self, "namespace", value)
2129
2129
 
2130
2130
 
@@ -2133,11 +2133,11 @@ if not MYPY:
2133
2133
  """
2134
2134
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2135
2135
  """
2136
- name: pulumi.Input[str]
2136
+ name: pulumi.Input[_builtins.str]
2137
2137
  """
2138
2138
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2139
2139
  """
2140
- namespace: pulumi.Input[str]
2140
+ namespace: pulumi.Input[_builtins.str]
2141
2141
  """
2142
2142
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2143
2143
  """
@@ -2147,38 +2147,38 @@ elif False:
2147
2147
  @pulumi.input_type
2148
2148
  class ServiceAccountSubjectArgs:
2149
2149
  def __init__(__self__, *,
2150
- name: pulumi.Input[str],
2151
- namespace: pulumi.Input[str]):
2150
+ name: pulumi.Input[_builtins.str],
2151
+ namespace: pulumi.Input[_builtins.str]):
2152
2152
  """
2153
2153
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2154
- :param pulumi.Input[str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2155
- :param pulumi.Input[str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2154
+ :param pulumi.Input[_builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2155
+ :param pulumi.Input[_builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2156
2156
  """
2157
2157
  pulumi.set(__self__, "name", name)
2158
2158
  pulumi.set(__self__, "namespace", namespace)
2159
2159
 
2160
- @property
2160
+ @_builtins.property
2161
2161
  @pulumi.getter
2162
- def name(self) -> pulumi.Input[str]:
2162
+ def name(self) -> pulumi.Input[_builtins.str]:
2163
2163
  """
2164
2164
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2165
2165
  """
2166
2166
  return pulumi.get(self, "name")
2167
2167
 
2168
2168
  @name.setter
2169
- def name(self, value: pulumi.Input[str]):
2169
+ def name(self, value: pulumi.Input[_builtins.str]):
2170
2170
  pulumi.set(self, "name", value)
2171
2171
 
2172
- @property
2172
+ @_builtins.property
2173
2173
  @pulumi.getter
2174
- def namespace(self) -> pulumi.Input[str]:
2174
+ def namespace(self) -> pulumi.Input[_builtins.str]:
2175
2175
  """
2176
2176
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2177
2177
  """
2178
2178
  return pulumi.get(self, "namespace")
2179
2179
 
2180
2180
  @namespace.setter
2181
- def namespace(self, value: pulumi.Input[str]):
2181
+ def namespace(self, value: pulumi.Input[_builtins.str]):
2182
2182
  pulumi.set(self, "namespace", value)
2183
2183
 
2184
2184
 
@@ -2188,7 +2188,7 @@ if not MYPY:
2188
2188
  Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
2189
2189
  """
2190
2190
  group: NotRequired[pulumi.Input['GroupSubjectPatchArgsDict']]
2191
- kind: NotRequired[pulumi.Input[str]]
2191
+ kind: NotRequired[pulumi.Input[_builtins.str]]
2192
2192
  """
2193
2193
  Required
2194
2194
  """
@@ -2201,12 +2201,12 @@ elif False:
2201
2201
  class SubjectPatchArgs:
2202
2202
  def __init__(__self__, *,
2203
2203
  group: Optional[pulumi.Input['GroupSubjectPatchArgs']] = None,
2204
- kind: Optional[pulumi.Input[str]] = None,
2204
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
2205
2205
  service_account: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']] = None,
2206
2206
  user: Optional[pulumi.Input['UserSubjectPatchArgs']] = None):
2207
2207
  """
2208
2208
  Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
2209
- :param pulumi.Input[str] kind: Required
2209
+ :param pulumi.Input[_builtins.str] kind: Required
2210
2210
  """
2211
2211
  if group is not None:
2212
2212
  pulumi.set(__self__, "group", group)
@@ -2217,7 +2217,7 @@ class SubjectPatchArgs:
2217
2217
  if user is not None:
2218
2218
  pulumi.set(__self__, "user", user)
2219
2219
 
2220
- @property
2220
+ @_builtins.property
2221
2221
  @pulumi.getter
2222
2222
  def group(self) -> Optional[pulumi.Input['GroupSubjectPatchArgs']]:
2223
2223
  return pulumi.get(self, "group")
@@ -2226,19 +2226,19 @@ class SubjectPatchArgs:
2226
2226
  def group(self, value: Optional[pulumi.Input['GroupSubjectPatchArgs']]):
2227
2227
  pulumi.set(self, "group", value)
2228
2228
 
2229
- @property
2229
+ @_builtins.property
2230
2230
  @pulumi.getter
2231
- def kind(self) -> Optional[pulumi.Input[str]]:
2231
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
2232
2232
  """
2233
2233
  Required
2234
2234
  """
2235
2235
  return pulumi.get(self, "kind")
2236
2236
 
2237
2237
  @kind.setter
2238
- def kind(self, value: Optional[pulumi.Input[str]]):
2238
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
2239
2239
  pulumi.set(self, "kind", value)
2240
2240
 
2241
- @property
2241
+ @_builtins.property
2242
2242
  @pulumi.getter(name="serviceAccount")
2243
2243
  def service_account(self) -> Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']]:
2244
2244
  return pulumi.get(self, "service_account")
@@ -2247,7 +2247,7 @@ class SubjectPatchArgs:
2247
2247
  def service_account(self, value: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']]):
2248
2248
  pulumi.set(self, "service_account", value)
2249
2249
 
2250
- @property
2250
+ @_builtins.property
2251
2251
  @pulumi.getter
2252
2252
  def user(self) -> Optional[pulumi.Input['UserSubjectPatchArgs']]:
2253
2253
  return pulumi.get(self, "user")
@@ -2262,7 +2262,7 @@ if not MYPY:
2262
2262
  """
2263
2263
  Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
2264
2264
  """
2265
- kind: pulumi.Input[str]
2265
+ kind: pulumi.Input[_builtins.str]
2266
2266
  """
2267
2267
  Required
2268
2268
  """
@@ -2275,13 +2275,13 @@ elif False:
2275
2275
  @pulumi.input_type
2276
2276
  class SubjectArgs:
2277
2277
  def __init__(__self__, *,
2278
- kind: pulumi.Input[str],
2278
+ kind: pulumi.Input[_builtins.str],
2279
2279
  group: Optional[pulumi.Input['GroupSubjectArgs']] = None,
2280
2280
  service_account: Optional[pulumi.Input['ServiceAccountSubjectArgs']] = None,
2281
2281
  user: Optional[pulumi.Input['UserSubjectArgs']] = None):
2282
2282
  """
2283
2283
  Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
2284
- :param pulumi.Input[str] kind: Required
2284
+ :param pulumi.Input[_builtins.str] kind: Required
2285
2285
  """
2286
2286
  pulumi.set(__self__, "kind", kind)
2287
2287
  if group is not None:
@@ -2291,19 +2291,19 @@ class SubjectArgs:
2291
2291
  if user is not None:
2292
2292
  pulumi.set(__self__, "user", user)
2293
2293
 
2294
- @property
2294
+ @_builtins.property
2295
2295
  @pulumi.getter
2296
- def kind(self) -> pulumi.Input[str]:
2296
+ def kind(self) -> pulumi.Input[_builtins.str]:
2297
2297
  """
2298
2298
  Required
2299
2299
  """
2300
2300
  return pulumi.get(self, "kind")
2301
2301
 
2302
2302
  @kind.setter
2303
- def kind(self, value: pulumi.Input[str]):
2303
+ def kind(self, value: pulumi.Input[_builtins.str]):
2304
2304
  pulumi.set(self, "kind", value)
2305
2305
 
2306
- @property
2306
+ @_builtins.property
2307
2307
  @pulumi.getter
2308
2308
  def group(self) -> Optional[pulumi.Input['GroupSubjectArgs']]:
2309
2309
  return pulumi.get(self, "group")
@@ -2312,7 +2312,7 @@ class SubjectArgs:
2312
2312
  def group(self, value: Optional[pulumi.Input['GroupSubjectArgs']]):
2313
2313
  pulumi.set(self, "group", value)
2314
2314
 
2315
- @property
2315
+ @_builtins.property
2316
2316
  @pulumi.getter(name="serviceAccount")
2317
2317
  def service_account(self) -> Optional[pulumi.Input['ServiceAccountSubjectArgs']]:
2318
2318
  return pulumi.get(self, "service_account")
@@ -2321,7 +2321,7 @@ class SubjectArgs:
2321
2321
  def service_account(self, value: Optional[pulumi.Input['ServiceAccountSubjectArgs']]):
2322
2322
  pulumi.set(self, "service_account", value)
2323
2323
 
2324
- @property
2324
+ @_builtins.property
2325
2325
  @pulumi.getter
2326
2326
  def user(self) -> Optional[pulumi.Input['UserSubjectArgs']]:
2327
2327
  return pulumi.get(self, "user")
@@ -2336,7 +2336,7 @@ if not MYPY:
2336
2336
  """
2337
2337
  UserSubject holds detailed information for user-kind subject.
2338
2338
  """
2339
- name: NotRequired[pulumi.Input[str]]
2339
+ name: NotRequired[pulumi.Input[_builtins.str]]
2340
2340
  """
2341
2341
  `name` is the username that matches, or "*" to match all usernames. Required.
2342
2342
  """
@@ -2346,24 +2346,24 @@ elif False:
2346
2346
  @pulumi.input_type
2347
2347
  class UserSubjectPatchArgs:
2348
2348
  def __init__(__self__, *,
2349
- name: Optional[pulumi.Input[str]] = None):
2349
+ name: Optional[pulumi.Input[_builtins.str]] = None):
2350
2350
  """
2351
2351
  UserSubject holds detailed information for user-kind subject.
2352
- :param pulumi.Input[str] name: `name` is the username that matches, or "*" to match all usernames. Required.
2352
+ :param pulumi.Input[_builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
2353
2353
  """
2354
2354
  if name is not None:
2355
2355
  pulumi.set(__self__, "name", name)
2356
2356
 
2357
- @property
2357
+ @_builtins.property
2358
2358
  @pulumi.getter
2359
- def name(self) -> Optional[pulumi.Input[str]]:
2359
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
2360
2360
  """
2361
2361
  `name` is the username that matches, or "*" to match all usernames. Required.
2362
2362
  """
2363
2363
  return pulumi.get(self, "name")
2364
2364
 
2365
2365
  @name.setter
2366
- def name(self, value: Optional[pulumi.Input[str]]):
2366
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
2367
2367
  pulumi.set(self, "name", value)
2368
2368
 
2369
2369
 
@@ -2372,7 +2372,7 @@ if not MYPY:
2372
2372
  """
2373
2373
  UserSubject holds detailed information for user-kind subject.
2374
2374
  """
2375
- name: pulumi.Input[str]
2375
+ name: pulumi.Input[_builtins.str]
2376
2376
  """
2377
2377
  `name` is the username that matches, or "*" to match all usernames. Required.
2378
2378
  """
@@ -2382,23 +2382,23 @@ elif False:
2382
2382
  @pulumi.input_type
2383
2383
  class UserSubjectArgs:
2384
2384
  def __init__(__self__, *,
2385
- name: pulumi.Input[str]):
2385
+ name: pulumi.Input[_builtins.str]):
2386
2386
  """
2387
2387
  UserSubject holds detailed information for user-kind subject.
2388
- :param pulumi.Input[str] name: `name` is the username that matches, or "*" to match all usernames. Required.
2388
+ :param pulumi.Input[_builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
2389
2389
  """
2390
2390
  pulumi.set(__self__, "name", name)
2391
2391
 
2392
- @property
2392
+ @_builtins.property
2393
2393
  @pulumi.getter
2394
- def name(self) -> pulumi.Input[str]:
2394
+ def name(self) -> pulumi.Input[_builtins.str]:
2395
2395
  """
2396
2396
  `name` is the username that matches, or "*" to match all usernames. Required.
2397
2397
  """
2398
2398
  return pulumi.get(self, "name")
2399
2399
 
2400
2400
  @name.setter
2401
- def name(self, value: pulumi.Input[str]):
2401
+ def name(self, value: pulumi.Input[_builtins.str]):
2402
2402
  pulumi.set(self, "name", value)
2403
2403
 
2404
2404