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
@@ -97,13 +97,13 @@ if not MYPY:
97
97
  """
98
98
  ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
99
99
  """
100
- lendable_percent: NotRequired[pulumi.Input[int]]
100
+ lendable_percent: NotRequired[pulumi.Input[_builtins.int]]
101
101
  """
102
102
  `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
103
103
 
104
104
  LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
105
105
  """
106
- nominal_concurrency_shares: NotRequired[pulumi.Input[int]]
106
+ nominal_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
107
107
  """
108
108
  `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
109
109
 
@@ -117,14 +117,14 @@ elif False:
117
117
  @pulumi.input_type
118
118
  class ExemptPriorityLevelConfigurationPatchArgs:
119
119
  def __init__(__self__, *,
120
- lendable_percent: Optional[pulumi.Input[int]] = None,
121
- nominal_concurrency_shares: Optional[pulumi.Input[int]] = None):
120
+ lendable_percent: Optional[pulumi.Input[_builtins.int]] = None,
121
+ nominal_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None):
122
122
  """
123
123
  ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
124
- :param pulumi.Input[int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
124
+ :param pulumi.Input[_builtins.int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
125
125
 
126
126
  LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
127
- :param pulumi.Input[int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
127
+ :param pulumi.Input[_builtins.int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
128
128
 
129
129
  NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
130
130
 
@@ -135,9 +135,9 @@ class ExemptPriorityLevelConfigurationPatchArgs:
135
135
  if nominal_concurrency_shares is not None:
136
136
  pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
137
137
 
138
- @property
138
+ @_builtins.property
139
139
  @pulumi.getter(name="lendablePercent")
140
- def lendable_percent(self) -> Optional[pulumi.Input[int]]:
140
+ def lendable_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
141
141
  """
142
142
  `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
143
143
 
@@ -146,12 +146,12 @@ class ExemptPriorityLevelConfigurationPatchArgs:
146
146
  return pulumi.get(self, "lendable_percent")
147
147
 
148
148
  @lendable_percent.setter
149
- def lendable_percent(self, value: Optional[pulumi.Input[int]]):
149
+ def lendable_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
150
150
  pulumi.set(self, "lendable_percent", value)
151
151
 
152
- @property
152
+ @_builtins.property
153
153
  @pulumi.getter(name="nominalConcurrencyShares")
154
- def nominal_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
154
+ def nominal_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
155
155
  """
156
156
  `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
157
157
 
@@ -162,7 +162,7 @@ class ExemptPriorityLevelConfigurationPatchArgs:
162
162
  return pulumi.get(self, "nominal_concurrency_shares")
163
163
 
164
164
  @nominal_concurrency_shares.setter
165
- def nominal_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
165
+ def nominal_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
166
166
  pulumi.set(self, "nominal_concurrency_shares", value)
167
167
 
168
168
 
@@ -171,13 +171,13 @@ if not MYPY:
171
171
  """
172
172
  ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
173
173
  """
174
- lendable_percent: NotRequired[pulumi.Input[int]]
174
+ lendable_percent: NotRequired[pulumi.Input[_builtins.int]]
175
175
  """
176
176
  `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
177
177
 
178
178
  LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
179
179
  """
180
- nominal_concurrency_shares: NotRequired[pulumi.Input[int]]
180
+ nominal_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
181
181
  """
182
182
  `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
183
183
 
@@ -191,14 +191,14 @@ elif False:
191
191
  @pulumi.input_type
192
192
  class ExemptPriorityLevelConfigurationArgs:
193
193
  def __init__(__self__, *,
194
- lendable_percent: Optional[pulumi.Input[int]] = None,
195
- nominal_concurrency_shares: Optional[pulumi.Input[int]] = None):
194
+ lendable_percent: Optional[pulumi.Input[_builtins.int]] = None,
195
+ nominal_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None):
196
196
  """
197
197
  ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
198
- :param pulumi.Input[int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
198
+ :param pulumi.Input[_builtins.int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
199
199
 
200
200
  LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
201
- :param pulumi.Input[int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
201
+ :param pulumi.Input[_builtins.int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
202
202
 
203
203
  NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
204
204
 
@@ -209,9 +209,9 @@ class ExemptPriorityLevelConfigurationArgs:
209
209
  if nominal_concurrency_shares is not None:
210
210
  pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
211
211
 
212
- @property
212
+ @_builtins.property
213
213
  @pulumi.getter(name="lendablePercent")
214
- def lendable_percent(self) -> Optional[pulumi.Input[int]]:
214
+ def lendable_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
215
215
  """
216
216
  `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
217
217
 
@@ -220,12 +220,12 @@ class ExemptPriorityLevelConfigurationArgs:
220
220
  return pulumi.get(self, "lendable_percent")
221
221
 
222
222
  @lendable_percent.setter
223
- def lendable_percent(self, value: Optional[pulumi.Input[int]]):
223
+ def lendable_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
224
224
  pulumi.set(self, "lendable_percent", value)
225
225
 
226
- @property
226
+ @_builtins.property
227
227
  @pulumi.getter(name="nominalConcurrencyShares")
228
- def nominal_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
228
+ def nominal_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
229
229
  """
230
230
  `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
231
231
 
@@ -236,7 +236,7 @@ class ExemptPriorityLevelConfigurationArgs:
236
236
  return pulumi.get(self, "nominal_concurrency_shares")
237
237
 
238
238
  @nominal_concurrency_shares.setter
239
- def nominal_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
239
+ def nominal_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
240
240
  pulumi.set(self, "nominal_concurrency_shares", value)
241
241
 
242
242
 
@@ -245,7 +245,7 @@ if not MYPY:
245
245
  """
246
246
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
247
247
  """
248
- type: NotRequired[pulumi.Input[str]]
248
+ type: NotRequired[pulumi.Input[_builtins.str]]
249
249
  """
250
250
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
251
251
  """
@@ -255,24 +255,24 @@ elif False:
255
255
  @pulumi.input_type
256
256
  class FlowDistinguisherMethodPatchArgs:
257
257
  def __init__(__self__, *,
258
- type: Optional[pulumi.Input[str]] = None):
258
+ type: Optional[pulumi.Input[_builtins.str]] = None):
259
259
  """
260
260
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
261
- :param pulumi.Input[str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
261
+ :param pulumi.Input[_builtins.str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
262
262
  """
263
263
  if type is not None:
264
264
  pulumi.set(__self__, "type", type)
265
265
 
266
- @property
266
+ @_builtins.property
267
267
  @pulumi.getter
268
- def type(self) -> Optional[pulumi.Input[str]]:
268
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
269
269
  """
270
270
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
271
271
  """
272
272
  return pulumi.get(self, "type")
273
273
 
274
274
  @type.setter
275
- def type(self, value: Optional[pulumi.Input[str]]):
275
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
276
276
  pulumi.set(self, "type", value)
277
277
 
278
278
 
@@ -281,7 +281,7 @@ if not MYPY:
281
281
  """
282
282
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
283
283
  """
284
- type: pulumi.Input[str]
284
+ type: pulumi.Input[_builtins.str]
285
285
  """
286
286
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
287
287
  """
@@ -291,23 +291,23 @@ elif False:
291
291
  @pulumi.input_type
292
292
  class FlowDistinguisherMethodArgs:
293
293
  def __init__(__self__, *,
294
- type: pulumi.Input[str]):
294
+ type: pulumi.Input[_builtins.str]):
295
295
  """
296
296
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
297
- :param pulumi.Input[str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
297
+ :param pulumi.Input[_builtins.str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
298
298
  """
299
299
  pulumi.set(__self__, "type", type)
300
300
 
301
- @property
301
+ @_builtins.property
302
302
  @pulumi.getter
303
- def type(self) -> pulumi.Input[str]:
303
+ def type(self) -> pulumi.Input[_builtins.str]:
304
304
  """
305
305
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
306
306
  """
307
307
  return pulumi.get(self, "type")
308
308
 
309
309
  @type.setter
310
- def type(self, value: pulumi.Input[str]):
310
+ def type(self, value: pulumi.Input[_builtins.str]):
311
311
  pulumi.set(self, "type", value)
312
312
 
313
313
 
@@ -316,23 +316,23 @@ if not MYPY:
316
316
  """
317
317
  FlowSchemaCondition describes conditions for a FlowSchema.
318
318
  """
319
- last_transition_time: NotRequired[pulumi.Input[str]]
319
+ last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
320
320
  """
321
321
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
322
322
  """
323
- message: NotRequired[pulumi.Input[str]]
323
+ message: NotRequired[pulumi.Input[_builtins.str]]
324
324
  """
325
325
  `message` is a human-readable message indicating details about last transition.
326
326
  """
327
- reason: NotRequired[pulumi.Input[str]]
327
+ reason: NotRequired[pulumi.Input[_builtins.str]]
328
328
  """
329
329
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
330
330
  """
331
- status: NotRequired[pulumi.Input[str]]
331
+ status: NotRequired[pulumi.Input[_builtins.str]]
332
332
  """
333
333
  `status` is the status of the condition. Can be True, False, Unknown. Required.
334
334
  """
335
- type: NotRequired[pulumi.Input[str]]
335
+ type: NotRequired[pulumi.Input[_builtins.str]]
336
336
  """
337
337
  `type` is the type of the condition. Required.
338
338
  """
@@ -342,18 +342,18 @@ elif False:
342
342
  @pulumi.input_type
343
343
  class FlowSchemaConditionArgs:
344
344
  def __init__(__self__, *,
345
- last_transition_time: Optional[pulumi.Input[str]] = None,
346
- message: Optional[pulumi.Input[str]] = None,
347
- reason: Optional[pulumi.Input[str]] = None,
348
- status: Optional[pulumi.Input[str]] = None,
349
- type: Optional[pulumi.Input[str]] = None):
345
+ last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
346
+ message: Optional[pulumi.Input[_builtins.str]] = None,
347
+ reason: Optional[pulumi.Input[_builtins.str]] = None,
348
+ status: Optional[pulumi.Input[_builtins.str]] = None,
349
+ type: Optional[pulumi.Input[_builtins.str]] = None):
350
350
  """
351
351
  FlowSchemaCondition describes conditions for a FlowSchema.
352
- :param pulumi.Input[str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
353
- :param pulumi.Input[str] message: `message` is a human-readable message indicating details about last transition.
354
- :param pulumi.Input[str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
355
- :param pulumi.Input[str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
356
- :param pulumi.Input[str] type: `type` is the type of the condition. Required.
352
+ :param pulumi.Input[_builtins.str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
353
+ :param pulumi.Input[_builtins.str] message: `message` is a human-readable message indicating details about last transition.
354
+ :param pulumi.Input[_builtins.str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
355
+ :param pulumi.Input[_builtins.str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
356
+ :param pulumi.Input[_builtins.str] type: `type` is the type of the condition. Required.
357
357
  """
358
358
  if last_transition_time is not None:
359
359
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -366,64 +366,64 @@ class FlowSchemaConditionArgs:
366
366
  if type is not None:
367
367
  pulumi.set(__self__, "type", type)
368
368
 
369
- @property
369
+ @_builtins.property
370
370
  @pulumi.getter(name="lastTransitionTime")
371
- def last_transition_time(self) -> Optional[pulumi.Input[str]]:
371
+ def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
372
372
  """
373
373
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
374
374
  """
375
375
  return pulumi.get(self, "last_transition_time")
376
376
 
377
377
  @last_transition_time.setter
378
- def last_transition_time(self, value: Optional[pulumi.Input[str]]):
378
+ def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
379
379
  pulumi.set(self, "last_transition_time", value)
380
380
 
381
- @property
381
+ @_builtins.property
382
382
  @pulumi.getter
383
- def message(self) -> Optional[pulumi.Input[str]]:
383
+ def message(self) -> Optional[pulumi.Input[_builtins.str]]:
384
384
  """
385
385
  `message` is a human-readable message indicating details about last transition.
386
386
  """
387
387
  return pulumi.get(self, "message")
388
388
 
389
389
  @message.setter
390
- def message(self, value: Optional[pulumi.Input[str]]):
390
+ def message(self, value: Optional[pulumi.Input[_builtins.str]]):
391
391
  pulumi.set(self, "message", value)
392
392
 
393
- @property
393
+ @_builtins.property
394
394
  @pulumi.getter
395
- def reason(self) -> Optional[pulumi.Input[str]]:
395
+ def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
396
396
  """
397
397
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
398
398
  """
399
399
  return pulumi.get(self, "reason")
400
400
 
401
401
  @reason.setter
402
- def reason(self, value: Optional[pulumi.Input[str]]):
402
+ def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
403
403
  pulumi.set(self, "reason", value)
404
404
 
405
- @property
405
+ @_builtins.property
406
406
  @pulumi.getter
407
- def status(self) -> Optional[pulumi.Input[str]]:
407
+ def status(self) -> Optional[pulumi.Input[_builtins.str]]:
408
408
  """
409
409
  `status` is the status of the condition. Can be True, False, Unknown. Required.
410
410
  """
411
411
  return pulumi.get(self, "status")
412
412
 
413
413
  @status.setter
414
- def status(self, value: Optional[pulumi.Input[str]]):
414
+ def status(self, value: Optional[pulumi.Input[_builtins.str]]):
415
415
  pulumi.set(self, "status", value)
416
416
 
417
- @property
417
+ @_builtins.property
418
418
  @pulumi.getter
419
- def type(self) -> Optional[pulumi.Input[str]]:
419
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
420
420
  """
421
421
  `type` is the type of the condition. Required.
422
422
  """
423
423
  return pulumi.get(self, "type")
424
424
 
425
425
  @type.setter
426
- def type(self, value: Optional[pulumi.Input[str]]):
426
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
427
427
  pulumi.set(self, "type", value)
428
428
 
429
429
 
@@ -436,7 +436,7 @@ if not MYPY:
436
436
  """
437
437
  `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.
438
438
  """
439
- matching_precedence: NotRequired[pulumi.Input[int]]
439
+ matching_precedence: NotRequired[pulumi.Input[_builtins.int]]
440
440
  """
441
441
  `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 ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
442
442
  """
@@ -455,13 +455,13 @@ elif False:
455
455
  class FlowSchemaSpecPatchArgs:
456
456
  def __init__(__self__, *,
457
457
  distinguisher_method: Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']] = None,
458
- matching_precedence: Optional[pulumi.Input[int]] = None,
458
+ matching_precedence: Optional[pulumi.Input[_builtins.int]] = None,
459
459
  priority_level_configuration: Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']] = None,
460
460
  rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]]] = None):
461
461
  """
462
462
  FlowSchemaSpec describes how the FlowSchema's specification looks like.
463
463
  :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.
464
- :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 ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
464
+ :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 ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
465
465
  :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.
466
466
  :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.
467
467
  """
@@ -474,7 +474,7 @@ class FlowSchemaSpecPatchArgs:
474
474
  if rules is not None:
475
475
  pulumi.set(__self__, "rules", rules)
476
476
 
477
- @property
477
+ @_builtins.property
478
478
  @pulumi.getter(name="distinguisherMethod")
479
479
  def distinguisher_method(self) -> Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']]:
480
480
  """
@@ -486,19 +486,19 @@ class FlowSchemaSpecPatchArgs:
486
486
  def distinguisher_method(self, value: Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']]):
487
487
  pulumi.set(self, "distinguisher_method", value)
488
488
 
489
- @property
489
+ @_builtins.property
490
490
  @pulumi.getter(name="matchingPrecedence")
491
- def matching_precedence(self) -> Optional[pulumi.Input[int]]:
491
+ def matching_precedence(self) -> Optional[pulumi.Input[_builtins.int]]:
492
492
  """
493
493
  `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 ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
494
494
  """
495
495
  return pulumi.get(self, "matching_precedence")
496
496
 
497
497
  @matching_precedence.setter
498
- def matching_precedence(self, value: Optional[pulumi.Input[int]]):
498
+ def matching_precedence(self, value: Optional[pulumi.Input[_builtins.int]]):
499
499
  pulumi.set(self, "matching_precedence", value)
500
500
 
501
- @property
501
+ @_builtins.property
502
502
  @pulumi.getter(name="priorityLevelConfiguration")
503
503
  def priority_level_configuration(self) -> Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']]:
504
504
  """
@@ -510,7 +510,7 @@ class FlowSchemaSpecPatchArgs:
510
510
  def priority_level_configuration(self, value: Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']]):
511
511
  pulumi.set(self, "priority_level_configuration", value)
512
512
 
513
- @property
513
+ @_builtins.property
514
514
  @pulumi.getter
515
515
  def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]]]:
516
516
  """
@@ -536,7 +536,7 @@ if not MYPY:
536
536
  """
537
537
  `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.
538
538
  """
539
- matching_precedence: NotRequired[pulumi.Input[int]]
539
+ matching_precedence: NotRequired[pulumi.Input[_builtins.int]]
540
540
  """
541
541
  `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 ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
542
542
  """
@@ -552,13 +552,13 @@ class FlowSchemaSpecArgs:
552
552
  def __init__(__self__, *,
553
553
  priority_level_configuration: pulumi.Input['PriorityLevelConfigurationReferenceArgs'],
554
554
  distinguisher_method: Optional[pulumi.Input['FlowDistinguisherMethodArgs']] = None,
555
- matching_precedence: Optional[pulumi.Input[int]] = None,
555
+ matching_precedence: Optional[pulumi.Input[_builtins.int]] = None,
556
556
  rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]]] = None):
557
557
  """
558
558
  FlowSchemaSpec describes how the FlowSchema's specification looks like.
559
559
  :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.
560
560
  :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.
561
- :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 ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
561
+ :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 ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
562
562
  :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.
563
563
  """
564
564
  pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
@@ -569,7 +569,7 @@ class FlowSchemaSpecArgs:
569
569
  if rules is not None:
570
570
  pulumi.set(__self__, "rules", rules)
571
571
 
572
- @property
572
+ @_builtins.property
573
573
  @pulumi.getter(name="priorityLevelConfiguration")
574
574
  def priority_level_configuration(self) -> pulumi.Input['PriorityLevelConfigurationReferenceArgs']:
575
575
  """
@@ -581,7 +581,7 @@ class FlowSchemaSpecArgs:
581
581
  def priority_level_configuration(self, value: pulumi.Input['PriorityLevelConfigurationReferenceArgs']):
582
582
  pulumi.set(self, "priority_level_configuration", value)
583
583
 
584
- @property
584
+ @_builtins.property
585
585
  @pulumi.getter(name="distinguisherMethod")
586
586
  def distinguisher_method(self) -> Optional[pulumi.Input['FlowDistinguisherMethodArgs']]:
587
587
  """
@@ -593,19 +593,19 @@ class FlowSchemaSpecArgs:
593
593
  def distinguisher_method(self, value: Optional[pulumi.Input['FlowDistinguisherMethodArgs']]):
594
594
  pulumi.set(self, "distinguisher_method", value)
595
595
 
596
- @property
596
+ @_builtins.property
597
597
  @pulumi.getter(name="matchingPrecedence")
598
- def matching_precedence(self) -> Optional[pulumi.Input[int]]:
598
+ def matching_precedence(self) -> Optional[pulumi.Input[_builtins.int]]:
599
599
  """
600
600
  `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 ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
601
601
  """
602
602
  return pulumi.get(self, "matching_precedence")
603
603
 
604
604
  @matching_precedence.setter
605
- def matching_precedence(self, value: Optional[pulumi.Input[int]]):
605
+ def matching_precedence(self, value: Optional[pulumi.Input[_builtins.int]]):
606
606
  pulumi.set(self, "matching_precedence", value)
607
607
 
608
- @property
608
+ @_builtins.property
609
609
  @pulumi.getter
610
610
  def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]]]:
611
611
  """
@@ -641,7 +641,7 @@ class FlowSchemaStatusArgs:
641
641
  if conditions is not None:
642
642
  pulumi.set(__self__, "conditions", conditions)
643
643
 
644
- @property
644
+ @_builtins.property
645
645
  @pulumi.getter
646
646
  def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlowSchemaConditionArgs']]]]:
647
647
  """
@@ -659,11 +659,11 @@ if not MYPY:
659
659
  """
660
660
  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".
661
661
  """
662
- api_version: NotRequired[pulumi.Input[str]]
662
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
663
663
  """
664
664
  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
665
665
  """
666
- kind: NotRequired[pulumi.Input[str]]
666
+ kind: NotRequired[pulumi.Input[_builtins.str]]
667
667
  """
668
668
  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
669
669
  """
@@ -685,15 +685,15 @@ elif False:
685
685
  @pulumi.input_type
686
686
  class FlowSchemaArgs:
687
687
  def __init__(__self__, *,
688
- api_version: Optional[pulumi.Input[str]] = None,
689
- kind: Optional[pulumi.Input[str]] = None,
688
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
689
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
690
690
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
691
691
  spec: Optional[pulumi.Input['FlowSchemaSpecArgs']] = None,
692
692
  status: Optional[pulumi.Input['FlowSchemaStatusArgs']] = None):
693
693
  """
694
694
  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".
695
- :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
696
- :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
695
+ :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
696
+ :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
697
697
  :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
698
698
  :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
699
699
  :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
@@ -709,31 +709,31 @@ class FlowSchemaArgs:
709
709
  if status is not None:
710
710
  pulumi.set(__self__, "status", status)
711
711
 
712
- @property
712
+ @_builtins.property
713
713
  @pulumi.getter(name="apiVersion")
714
- def api_version(self) -> Optional[pulumi.Input[str]]:
714
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
715
715
  """
716
716
  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
717
717
  """
718
718
  return pulumi.get(self, "api_version")
719
719
 
720
720
  @api_version.setter
721
- def api_version(self, value: Optional[pulumi.Input[str]]):
721
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
722
722
  pulumi.set(self, "api_version", value)
723
723
 
724
- @property
724
+ @_builtins.property
725
725
  @pulumi.getter
726
- def kind(self) -> Optional[pulumi.Input[str]]:
726
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
727
727
  """
728
728
  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
729
729
  """
730
730
  return pulumi.get(self, "kind")
731
731
 
732
732
  @kind.setter
733
- def kind(self, value: Optional[pulumi.Input[str]]):
733
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
734
734
  pulumi.set(self, "kind", value)
735
735
 
736
- @property
736
+ @_builtins.property
737
737
  @pulumi.getter
738
738
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
739
739
  """
@@ -745,7 +745,7 @@ class FlowSchemaArgs:
745
745
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
746
746
  pulumi.set(self, "metadata", value)
747
747
 
748
- @property
748
+ @_builtins.property
749
749
  @pulumi.getter
750
750
  def spec(self) -> Optional[pulumi.Input['FlowSchemaSpecArgs']]:
751
751
  """
@@ -757,7 +757,7 @@ class FlowSchemaArgs:
757
757
  def spec(self, value: Optional[pulumi.Input['FlowSchemaSpecArgs']]):
758
758
  pulumi.set(self, "spec", value)
759
759
 
760
- @property
760
+ @_builtins.property
761
761
  @pulumi.getter
762
762
  def status(self) -> Optional[pulumi.Input['FlowSchemaStatusArgs']]:
763
763
  """
@@ -775,7 +775,7 @@ if not MYPY:
775
775
  """
776
776
  GroupSubject holds detailed information for group-kind subject.
777
777
  """
778
- name: NotRequired[pulumi.Input[str]]
778
+ name: NotRequired[pulumi.Input[_builtins.str]]
779
779
  """
780
780
  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.
781
781
  """
@@ -785,24 +785,24 @@ elif False:
785
785
  @pulumi.input_type
786
786
  class GroupSubjectPatchArgs:
787
787
  def __init__(__self__, *,
788
- name: Optional[pulumi.Input[str]] = None):
788
+ name: Optional[pulumi.Input[_builtins.str]] = None):
789
789
  """
790
790
  GroupSubject holds detailed information for group-kind subject.
791
- :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.
791
+ :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.
792
792
  """
793
793
  if name is not None:
794
794
  pulumi.set(__self__, "name", name)
795
795
 
796
- @property
796
+ @_builtins.property
797
797
  @pulumi.getter
798
- def name(self) -> Optional[pulumi.Input[str]]:
798
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
799
799
  """
800
800
  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.
801
801
  """
802
802
  return pulumi.get(self, "name")
803
803
 
804
804
  @name.setter
805
- def name(self, value: Optional[pulumi.Input[str]]):
805
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
806
806
  pulumi.set(self, "name", value)
807
807
 
808
808
 
@@ -811,7 +811,7 @@ if not MYPY:
811
811
  """
812
812
  GroupSubject holds detailed information for group-kind subject.
813
813
  """
814
- name: pulumi.Input[str]
814
+ name: pulumi.Input[_builtins.str]
815
815
  """
816
816
  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.
817
817
  """
@@ -821,23 +821,23 @@ elif False:
821
821
  @pulumi.input_type
822
822
  class GroupSubjectArgs:
823
823
  def __init__(__self__, *,
824
- name: pulumi.Input[str]):
824
+ name: pulumi.Input[_builtins.str]):
825
825
  """
826
826
  GroupSubject holds detailed information for group-kind subject.
827
- :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.
827
+ :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.
828
828
  """
829
829
  pulumi.set(__self__, "name", name)
830
830
 
831
- @property
831
+ @_builtins.property
832
832
  @pulumi.getter
833
- def name(self) -> pulumi.Input[str]:
833
+ def name(self) -> pulumi.Input[_builtins.str]:
834
834
  """
835
835
  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.
836
836
  """
837
837
  return pulumi.get(self, "name")
838
838
 
839
839
  @name.setter
840
- def name(self, value: pulumi.Input[str]):
840
+ def name(self, value: pulumi.Input[_builtins.str]):
841
841
  pulumi.set(self, "name", value)
842
842
 
843
843
 
@@ -850,7 +850,7 @@ if not MYPY:
850
850
  """
851
851
  `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
852
852
  """
853
- type: NotRequired[pulumi.Input[str]]
853
+ type: NotRequired[pulumi.Input[_builtins.str]]
854
854
  """
855
855
  `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.
856
856
  """
@@ -861,18 +861,18 @@ elif False:
861
861
  class LimitResponsePatchArgs:
862
862
  def __init__(__self__, *,
863
863
  queuing: Optional[pulumi.Input['QueuingConfigurationPatchArgs']] = None,
864
- type: Optional[pulumi.Input[str]] = None):
864
+ type: Optional[pulumi.Input[_builtins.str]] = None):
865
865
  """
866
866
  LimitResponse defines how to handle requests that can not be executed right now.
867
867
  :param pulumi.Input['QueuingConfigurationPatchArgs'] queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
868
- :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.
868
+ :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.
869
869
  """
870
870
  if queuing is not None:
871
871
  pulumi.set(__self__, "queuing", queuing)
872
872
  if type is not None:
873
873
  pulumi.set(__self__, "type", type)
874
874
 
875
- @property
875
+ @_builtins.property
876
876
  @pulumi.getter
877
877
  def queuing(self) -> Optional[pulumi.Input['QueuingConfigurationPatchArgs']]:
878
878
  """
@@ -884,16 +884,16 @@ class LimitResponsePatchArgs:
884
884
  def queuing(self, value: Optional[pulumi.Input['QueuingConfigurationPatchArgs']]):
885
885
  pulumi.set(self, "queuing", value)
886
886
 
887
- @property
887
+ @_builtins.property
888
888
  @pulumi.getter
889
- def type(self) -> Optional[pulumi.Input[str]]:
889
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
890
890
  """
891
891
  `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.
892
892
  """
893
893
  return pulumi.get(self, "type")
894
894
 
895
895
  @type.setter
896
- def type(self, value: Optional[pulumi.Input[str]]):
896
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
897
897
  pulumi.set(self, "type", value)
898
898
 
899
899
 
@@ -902,7 +902,7 @@ if not MYPY:
902
902
  """
903
903
  LimitResponse defines how to handle requests that can not be executed right now.
904
904
  """
905
- type: pulumi.Input[str]
905
+ type: pulumi.Input[_builtins.str]
906
906
  """
907
907
  `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.
908
908
  """
@@ -916,30 +916,30 @@ elif False:
916
916
  @pulumi.input_type
917
917
  class LimitResponseArgs:
918
918
  def __init__(__self__, *,
919
- type: pulumi.Input[str],
919
+ type: pulumi.Input[_builtins.str],
920
920
  queuing: Optional[pulumi.Input['QueuingConfigurationArgs']] = None):
921
921
  """
922
922
  LimitResponse defines how to handle requests that can not be executed right now.
923
- :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.
923
+ :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.
924
924
  :param pulumi.Input['QueuingConfigurationArgs'] queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
925
925
  """
926
926
  pulumi.set(__self__, "type", type)
927
927
  if queuing is not None:
928
928
  pulumi.set(__self__, "queuing", queuing)
929
929
 
930
- @property
930
+ @_builtins.property
931
931
  @pulumi.getter
932
- def type(self) -> pulumi.Input[str]:
932
+ def type(self) -> pulumi.Input[_builtins.str]:
933
933
  """
934
934
  `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.
935
935
  """
936
936
  return pulumi.get(self, "type")
937
937
 
938
938
  @type.setter
939
- def type(self, value: pulumi.Input[str]):
939
+ def type(self, value: pulumi.Input[_builtins.str]):
940
940
  pulumi.set(self, "type", value)
941
941
 
942
- @property
942
+ @_builtins.property
943
943
  @pulumi.getter
944
944
  def queuing(self) -> Optional[pulumi.Input['QueuingConfigurationArgs']]:
945
945
  """
@@ -959,7 +959,7 @@ if not MYPY:
959
959
  - How are requests for this priority level limited?
960
960
  - What should be done with requests that exceed the limit?
961
961
  """
962
- assured_concurrency_shares: NotRequired[pulumi.Input[int]]
962
+ assured_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
963
963
  """
964
964
  `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:
965
965
 
@@ -967,7 +967,7 @@ if not MYPY:
967
967
 
968
968
  bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.
969
969
  """
970
- borrowing_limit_percent: NotRequired[pulumi.Input[int]]
970
+ borrowing_limit_percent: NotRequired[pulumi.Input[_builtins.int]]
971
971
  """
972
972
  `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
973
973
 
@@ -975,7 +975,7 @@ if not MYPY:
975
975
 
976
976
  The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
977
977
  """
978
- lendable_percent: NotRequired[pulumi.Input[int]]
978
+ lendable_percent: NotRequired[pulumi.Input[_builtins.int]]
979
979
  """
980
980
  `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
981
981
 
@@ -991,25 +991,25 @@ elif False:
991
991
  @pulumi.input_type
992
992
  class LimitedPriorityLevelConfigurationPatchArgs:
993
993
  def __init__(__self__, *,
994
- assured_concurrency_shares: Optional[pulumi.Input[int]] = None,
995
- borrowing_limit_percent: Optional[pulumi.Input[int]] = None,
996
- lendable_percent: Optional[pulumi.Input[int]] = None,
994
+ assured_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None,
995
+ borrowing_limit_percent: Optional[pulumi.Input[_builtins.int]] = None,
996
+ lendable_percent: Optional[pulumi.Input[_builtins.int]] = None,
997
997
  limit_response: Optional[pulumi.Input['LimitResponsePatchArgs']] = None):
998
998
  """
999
999
  LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
1000
1000
  - How are requests for this priority level limited?
1001
1001
  - What should be done with requests that exceed the limit?
1002
- :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:
1002
+ :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:
1003
1003
 
1004
1004
  ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
1005
1005
 
1006
1006
  bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.
1007
- :param pulumi.Input[int] borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
1007
+ :param pulumi.Input[_builtins.int] borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
1008
1008
 
1009
1009
  BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
1010
1010
 
1011
1011
  The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
1012
- :param pulumi.Input[int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
1012
+ :param pulumi.Input[_builtins.int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
1013
1013
 
1014
1014
  LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
1015
1015
  :param pulumi.Input['LimitResponsePatchArgs'] limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
@@ -1023,9 +1023,9 @@ class LimitedPriorityLevelConfigurationPatchArgs:
1023
1023
  if limit_response is not None:
1024
1024
  pulumi.set(__self__, "limit_response", limit_response)
1025
1025
 
1026
- @property
1026
+ @_builtins.property
1027
1027
  @pulumi.getter(name="assuredConcurrencyShares")
1028
- def assured_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
1028
+ def assured_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
1029
1029
  """
1030
1030
  `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:
1031
1031
 
@@ -1036,12 +1036,12 @@ class LimitedPriorityLevelConfigurationPatchArgs:
1036
1036
  return pulumi.get(self, "assured_concurrency_shares")
1037
1037
 
1038
1038
  @assured_concurrency_shares.setter
1039
- def assured_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
1039
+ def assured_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
1040
1040
  pulumi.set(self, "assured_concurrency_shares", value)
1041
1041
 
1042
- @property
1042
+ @_builtins.property
1043
1043
  @pulumi.getter(name="borrowingLimitPercent")
1044
- def borrowing_limit_percent(self) -> Optional[pulumi.Input[int]]:
1044
+ def borrowing_limit_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
1045
1045
  """
1046
1046
  `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
1047
1047
 
@@ -1052,12 +1052,12 @@ class LimitedPriorityLevelConfigurationPatchArgs:
1052
1052
  return pulumi.get(self, "borrowing_limit_percent")
1053
1053
 
1054
1054
  @borrowing_limit_percent.setter
1055
- def borrowing_limit_percent(self, value: Optional[pulumi.Input[int]]):
1055
+ def borrowing_limit_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
1056
1056
  pulumi.set(self, "borrowing_limit_percent", value)
1057
1057
 
1058
- @property
1058
+ @_builtins.property
1059
1059
  @pulumi.getter(name="lendablePercent")
1060
- def lendable_percent(self) -> Optional[pulumi.Input[int]]:
1060
+ def lendable_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
1061
1061
  """
1062
1062
  `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
1063
1063
 
@@ -1066,10 +1066,10 @@ class LimitedPriorityLevelConfigurationPatchArgs:
1066
1066
  return pulumi.get(self, "lendable_percent")
1067
1067
 
1068
1068
  @lendable_percent.setter
1069
- def lendable_percent(self, value: Optional[pulumi.Input[int]]):
1069
+ def lendable_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
1070
1070
  pulumi.set(self, "lendable_percent", value)
1071
1071
 
1072
- @property
1072
+ @_builtins.property
1073
1073
  @pulumi.getter(name="limitResponse")
1074
1074
  def limit_response(self) -> Optional[pulumi.Input['LimitResponsePatchArgs']]:
1075
1075
  """
@@ -1089,7 +1089,7 @@ if not MYPY:
1089
1089
  - How are requests for this priority level limited?
1090
1090
  - What should be done with requests that exceed the limit?
1091
1091
  """
1092
- assured_concurrency_shares: NotRequired[pulumi.Input[int]]
1092
+ assured_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
1093
1093
  """
1094
1094
  `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:
1095
1095
 
@@ -1097,7 +1097,7 @@ if not MYPY:
1097
1097
 
1098
1098
  bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.
1099
1099
  """
1100
- borrowing_limit_percent: NotRequired[pulumi.Input[int]]
1100
+ borrowing_limit_percent: NotRequired[pulumi.Input[_builtins.int]]
1101
1101
  """
1102
1102
  `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
1103
1103
 
@@ -1105,7 +1105,7 @@ if not MYPY:
1105
1105
 
1106
1106
  The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
1107
1107
  """
1108
- lendable_percent: NotRequired[pulumi.Input[int]]
1108
+ lendable_percent: NotRequired[pulumi.Input[_builtins.int]]
1109
1109
  """
1110
1110
  `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
1111
1111
 
@@ -1121,25 +1121,25 @@ elif False:
1121
1121
  @pulumi.input_type
1122
1122
  class LimitedPriorityLevelConfigurationArgs:
1123
1123
  def __init__(__self__, *,
1124
- assured_concurrency_shares: Optional[pulumi.Input[int]] = None,
1125
- borrowing_limit_percent: Optional[pulumi.Input[int]] = None,
1126
- lendable_percent: Optional[pulumi.Input[int]] = None,
1124
+ assured_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None,
1125
+ borrowing_limit_percent: Optional[pulumi.Input[_builtins.int]] = None,
1126
+ lendable_percent: Optional[pulumi.Input[_builtins.int]] = None,
1127
1127
  limit_response: Optional[pulumi.Input['LimitResponseArgs']] = None):
1128
1128
  """
1129
1129
  LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
1130
1130
  - How are requests for this priority level limited?
1131
1131
  - What should be done with requests that exceed the limit?
1132
- :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:
1132
+ :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:
1133
1133
 
1134
1134
  ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
1135
1135
 
1136
1136
  bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.
1137
- :param pulumi.Input[int] borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
1137
+ :param pulumi.Input[_builtins.int] borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
1138
1138
 
1139
1139
  BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
1140
1140
 
1141
1141
  The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
1142
- :param pulumi.Input[int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
1142
+ :param pulumi.Input[_builtins.int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
1143
1143
 
1144
1144
  LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
1145
1145
  :param pulumi.Input['LimitResponseArgs'] limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
@@ -1153,9 +1153,9 @@ class LimitedPriorityLevelConfigurationArgs:
1153
1153
  if limit_response is not None:
1154
1154
  pulumi.set(__self__, "limit_response", limit_response)
1155
1155
 
1156
- @property
1156
+ @_builtins.property
1157
1157
  @pulumi.getter(name="assuredConcurrencyShares")
1158
- def assured_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
1158
+ def assured_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
1159
1159
  """
1160
1160
  `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:
1161
1161
 
@@ -1166,12 +1166,12 @@ class LimitedPriorityLevelConfigurationArgs:
1166
1166
  return pulumi.get(self, "assured_concurrency_shares")
1167
1167
 
1168
1168
  @assured_concurrency_shares.setter
1169
- def assured_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
1169
+ def assured_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
1170
1170
  pulumi.set(self, "assured_concurrency_shares", value)
1171
1171
 
1172
- @property
1172
+ @_builtins.property
1173
1173
  @pulumi.getter(name="borrowingLimitPercent")
1174
- def borrowing_limit_percent(self) -> Optional[pulumi.Input[int]]:
1174
+ def borrowing_limit_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
1175
1175
  """
1176
1176
  `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
1177
1177
 
@@ -1182,12 +1182,12 @@ class LimitedPriorityLevelConfigurationArgs:
1182
1182
  return pulumi.get(self, "borrowing_limit_percent")
1183
1183
 
1184
1184
  @borrowing_limit_percent.setter
1185
- def borrowing_limit_percent(self, value: Optional[pulumi.Input[int]]):
1185
+ def borrowing_limit_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
1186
1186
  pulumi.set(self, "borrowing_limit_percent", value)
1187
1187
 
1188
- @property
1188
+ @_builtins.property
1189
1189
  @pulumi.getter(name="lendablePercent")
1190
- def lendable_percent(self) -> Optional[pulumi.Input[int]]:
1190
+ def lendable_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
1191
1191
  """
1192
1192
  `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
1193
1193
 
@@ -1196,10 +1196,10 @@ class LimitedPriorityLevelConfigurationArgs:
1196
1196
  return pulumi.get(self, "lendable_percent")
1197
1197
 
1198
1198
  @lendable_percent.setter
1199
- def lendable_percent(self, value: Optional[pulumi.Input[int]]):
1199
+ def lendable_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
1200
1200
  pulumi.set(self, "lendable_percent", value)
1201
1201
 
1202
- @property
1202
+ @_builtins.property
1203
1203
  @pulumi.getter(name="limitResponse")
1204
1204
  def limit_response(self) -> Optional[pulumi.Input['LimitResponseArgs']]:
1205
1205
  """
@@ -1217,7 +1217,7 @@ if not MYPY:
1217
1217
  """
1218
1218
  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.
1219
1219
  """
1220
- non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1220
+ non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1221
1221
  """
1222
1222
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1223
1223
  - "/healthz" is legal
@@ -1227,7 +1227,7 @@ if not MYPY:
1227
1227
  - "/healthz/*" matches all per-component health checks.
1228
1228
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
1229
1229
  """
1230
- verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1230
+ verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1231
1231
  """
1232
1232
  `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.
1233
1233
  """
@@ -1237,27 +1237,27 @@ elif False:
1237
1237
  @pulumi.input_type
1238
1238
  class NonResourcePolicyRulePatchArgs:
1239
1239
  def __init__(__self__, *,
1240
- non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1241
- verbs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1240
+ non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1241
+ verbs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
1242
1242
  """
1243
1243
  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.
1244
- :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:
1244
+ :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:
1245
1245
  - "/healthz" is legal
1246
1246
  - "/hea*" is illegal
1247
1247
  - "/hea" is legal but matches nothing
1248
1248
  - "/hea/*" also matches nothing
1249
1249
  - "/healthz/*" matches all per-component health checks.
1250
1250
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
1251
- :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.
1251
+ :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.
1252
1252
  """
1253
1253
  if non_resource_urls is not None:
1254
1254
  pulumi.set(__self__, "non_resource_urls", non_resource_urls)
1255
1255
  if verbs is not None:
1256
1256
  pulumi.set(__self__, "verbs", verbs)
1257
1257
 
1258
- @property
1258
+ @_builtins.property
1259
1259
  @pulumi.getter(name="nonResourceURLs")
1260
- def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1260
+ def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1261
1261
  """
1262
1262
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1263
1263
  - "/healthz" is legal
@@ -1270,19 +1270,19 @@ class NonResourcePolicyRulePatchArgs:
1270
1270
  return pulumi.get(self, "non_resource_urls")
1271
1271
 
1272
1272
  @non_resource_urls.setter
1273
- def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1273
+ def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1274
1274
  pulumi.set(self, "non_resource_urls", value)
1275
1275
 
1276
- @property
1276
+ @_builtins.property
1277
1277
  @pulumi.getter
1278
- def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1278
+ def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1279
1279
  """
1280
1280
  `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.
1281
1281
  """
1282
1282
  return pulumi.get(self, "verbs")
1283
1283
 
1284
1284
  @verbs.setter
1285
- def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1285
+ def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1286
1286
  pulumi.set(self, "verbs", value)
1287
1287
 
1288
1288
 
@@ -1291,7 +1291,7 @@ if not MYPY:
1291
1291
  """
1292
1292
  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.
1293
1293
  """
1294
- non_resource_urls: pulumi.Input[Sequence[pulumi.Input[str]]]
1294
+ non_resource_urls: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
1295
1295
  """
1296
1296
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1297
1297
  - "/healthz" is legal
@@ -1301,7 +1301,7 @@ if not MYPY:
1301
1301
  - "/healthz/*" matches all per-component health checks.
1302
1302
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
1303
1303
  """
1304
- verbs: pulumi.Input[Sequence[pulumi.Input[str]]]
1304
+ verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
1305
1305
  """
1306
1306
  `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.
1307
1307
  """
@@ -1311,25 +1311,25 @@ elif False:
1311
1311
  @pulumi.input_type
1312
1312
  class NonResourcePolicyRuleArgs:
1313
1313
  def __init__(__self__, *,
1314
- non_resource_urls: pulumi.Input[Sequence[pulumi.Input[str]]],
1315
- verbs: pulumi.Input[Sequence[pulumi.Input[str]]]):
1314
+ non_resource_urls: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
1315
+ verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
1316
1316
  """
1317
1317
  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.
1318
- :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:
1318
+ :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:
1319
1319
  - "/healthz" is legal
1320
1320
  - "/hea*" is illegal
1321
1321
  - "/hea" is legal but matches nothing
1322
1322
  - "/hea/*" also matches nothing
1323
1323
  - "/healthz/*" matches all per-component health checks.
1324
1324
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
1325
- :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.
1325
+ :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.
1326
1326
  """
1327
1327
  pulumi.set(__self__, "non_resource_urls", non_resource_urls)
1328
1328
  pulumi.set(__self__, "verbs", verbs)
1329
1329
 
1330
- @property
1330
+ @_builtins.property
1331
1331
  @pulumi.getter(name="nonResourceURLs")
1332
- def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1332
+ def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
1333
1333
  """
1334
1334
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1335
1335
  - "/healthz" is legal
@@ -1342,19 +1342,19 @@ class NonResourcePolicyRuleArgs:
1342
1342
  return pulumi.get(self, "non_resource_urls")
1343
1343
 
1344
1344
  @non_resource_urls.setter
1345
- def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1345
+ def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
1346
1346
  pulumi.set(self, "non_resource_urls", value)
1347
1347
 
1348
- @property
1348
+ @_builtins.property
1349
1349
  @pulumi.getter
1350
- def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1350
+ def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
1351
1351
  """
1352
1352
  `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.
1353
1353
  """
1354
1354
  return pulumi.get(self, "verbs")
1355
1355
 
1356
1356
  @verbs.setter
1357
- def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1357
+ def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
1358
1358
  pulumi.set(self, "verbs", value)
1359
1359
 
1360
1360
 
@@ -1397,7 +1397,7 @@ class PolicyRulesWithSubjectsPatchArgs:
1397
1397
  if subjects is not None:
1398
1398
  pulumi.set(__self__, "subjects", subjects)
1399
1399
 
1400
- @property
1400
+ @_builtins.property
1401
1401
  @pulumi.getter(name="nonResourceRules")
1402
1402
  def non_resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRulePatchArgs']]]]:
1403
1403
  """
@@ -1409,7 +1409,7 @@ class PolicyRulesWithSubjectsPatchArgs:
1409
1409
  def non_resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRulePatchArgs']]]]):
1410
1410
  pulumi.set(self, "non_resource_rules", value)
1411
1411
 
1412
- @property
1412
+ @_builtins.property
1413
1413
  @pulumi.getter(name="resourceRules")
1414
1414
  def resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRulePatchArgs']]]]:
1415
1415
  """
@@ -1421,7 +1421,7 @@ class PolicyRulesWithSubjectsPatchArgs:
1421
1421
  def resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRulePatchArgs']]]]):
1422
1422
  pulumi.set(self, "resource_rules", value)
1423
1423
 
1424
- @property
1424
+ @_builtins.property
1425
1425
  @pulumi.getter
1426
1426
  def subjects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubjectPatchArgs']]]]:
1427
1427
  """
@@ -1472,7 +1472,7 @@ class PolicyRulesWithSubjectsArgs:
1472
1472
  if resource_rules is not None:
1473
1473
  pulumi.set(__self__, "resource_rules", resource_rules)
1474
1474
 
1475
- @property
1475
+ @_builtins.property
1476
1476
  @pulumi.getter
1477
1477
  def subjects(self) -> pulumi.Input[Sequence[pulumi.Input['SubjectArgs']]]:
1478
1478
  """
@@ -1484,7 +1484,7 @@ class PolicyRulesWithSubjectsArgs:
1484
1484
  def subjects(self, value: pulumi.Input[Sequence[pulumi.Input['SubjectArgs']]]):
1485
1485
  pulumi.set(self, "subjects", value)
1486
1486
 
1487
- @property
1487
+ @_builtins.property
1488
1488
  @pulumi.getter(name="nonResourceRules")
1489
1489
  def non_resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRuleArgs']]]]:
1490
1490
  """
@@ -1496,7 +1496,7 @@ class PolicyRulesWithSubjectsArgs:
1496
1496
  def non_resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRuleArgs']]]]):
1497
1497
  pulumi.set(self, "non_resource_rules", value)
1498
1498
 
1499
- @property
1499
+ @_builtins.property
1500
1500
  @pulumi.getter(name="resourceRules")
1501
1501
  def resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRuleArgs']]]]:
1502
1502
  """
@@ -1514,23 +1514,23 @@ if not MYPY:
1514
1514
  """
1515
1515
  PriorityLevelConfigurationCondition defines the condition of priority level.
1516
1516
  """
1517
- last_transition_time: NotRequired[pulumi.Input[str]]
1517
+ last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
1518
1518
  """
1519
1519
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
1520
1520
  """
1521
- message: NotRequired[pulumi.Input[str]]
1521
+ message: NotRequired[pulumi.Input[_builtins.str]]
1522
1522
  """
1523
1523
  `message` is a human-readable message indicating details about last transition.
1524
1524
  """
1525
- reason: NotRequired[pulumi.Input[str]]
1525
+ reason: NotRequired[pulumi.Input[_builtins.str]]
1526
1526
  """
1527
1527
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1528
1528
  """
1529
- status: NotRequired[pulumi.Input[str]]
1529
+ status: NotRequired[pulumi.Input[_builtins.str]]
1530
1530
  """
1531
1531
  `status` is the status of the condition. Can be True, False, Unknown. Required.
1532
1532
  """
1533
- type: NotRequired[pulumi.Input[str]]
1533
+ type: NotRequired[pulumi.Input[_builtins.str]]
1534
1534
  """
1535
1535
  `type` is the type of the condition. Required.
1536
1536
  """
@@ -1540,18 +1540,18 @@ elif False:
1540
1540
  @pulumi.input_type
1541
1541
  class PriorityLevelConfigurationConditionArgs:
1542
1542
  def __init__(__self__, *,
1543
- last_transition_time: Optional[pulumi.Input[str]] = None,
1544
- message: Optional[pulumi.Input[str]] = None,
1545
- reason: Optional[pulumi.Input[str]] = None,
1546
- status: Optional[pulumi.Input[str]] = None,
1547
- type: Optional[pulumi.Input[str]] = None):
1543
+ last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
1544
+ message: Optional[pulumi.Input[_builtins.str]] = None,
1545
+ reason: Optional[pulumi.Input[_builtins.str]] = None,
1546
+ status: Optional[pulumi.Input[_builtins.str]] = None,
1547
+ type: Optional[pulumi.Input[_builtins.str]] = None):
1548
1548
  """
1549
1549
  PriorityLevelConfigurationCondition defines the condition of priority level.
1550
- :param pulumi.Input[str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1551
- :param pulumi.Input[str] message: `message` is a human-readable message indicating details about last transition.
1552
- :param pulumi.Input[str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1553
- :param pulumi.Input[str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1554
- :param pulumi.Input[str] type: `type` is the type of the condition. Required.
1550
+ :param pulumi.Input[_builtins.str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1551
+ :param pulumi.Input[_builtins.str] message: `message` is a human-readable message indicating details about last transition.
1552
+ :param pulumi.Input[_builtins.str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1553
+ :param pulumi.Input[_builtins.str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1554
+ :param pulumi.Input[_builtins.str] type: `type` is the type of the condition. Required.
1555
1555
  """
1556
1556
  if last_transition_time is not None:
1557
1557
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -1564,64 +1564,64 @@ class PriorityLevelConfigurationConditionArgs:
1564
1564
  if type is not None:
1565
1565
  pulumi.set(__self__, "type", type)
1566
1566
 
1567
- @property
1567
+ @_builtins.property
1568
1568
  @pulumi.getter(name="lastTransitionTime")
1569
- def last_transition_time(self) -> Optional[pulumi.Input[str]]:
1569
+ def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
1570
1570
  """
1571
1571
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
1572
1572
  """
1573
1573
  return pulumi.get(self, "last_transition_time")
1574
1574
 
1575
1575
  @last_transition_time.setter
1576
- def last_transition_time(self, value: Optional[pulumi.Input[str]]):
1576
+ def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
1577
1577
  pulumi.set(self, "last_transition_time", value)
1578
1578
 
1579
- @property
1579
+ @_builtins.property
1580
1580
  @pulumi.getter
1581
- def message(self) -> Optional[pulumi.Input[str]]:
1581
+ def message(self) -> Optional[pulumi.Input[_builtins.str]]:
1582
1582
  """
1583
1583
  `message` is a human-readable message indicating details about last transition.
1584
1584
  """
1585
1585
  return pulumi.get(self, "message")
1586
1586
 
1587
1587
  @message.setter
1588
- def message(self, value: Optional[pulumi.Input[str]]):
1588
+ def message(self, value: Optional[pulumi.Input[_builtins.str]]):
1589
1589
  pulumi.set(self, "message", value)
1590
1590
 
1591
- @property
1591
+ @_builtins.property
1592
1592
  @pulumi.getter
1593
- def reason(self) -> Optional[pulumi.Input[str]]:
1593
+ def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
1594
1594
  """
1595
1595
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1596
1596
  """
1597
1597
  return pulumi.get(self, "reason")
1598
1598
 
1599
1599
  @reason.setter
1600
- def reason(self, value: Optional[pulumi.Input[str]]):
1600
+ def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
1601
1601
  pulumi.set(self, "reason", value)
1602
1602
 
1603
- @property
1603
+ @_builtins.property
1604
1604
  @pulumi.getter
1605
- def status(self) -> Optional[pulumi.Input[str]]:
1605
+ def status(self) -> Optional[pulumi.Input[_builtins.str]]:
1606
1606
  """
1607
1607
  `status` is the status of the condition. Can be True, False, Unknown. Required.
1608
1608
  """
1609
1609
  return pulumi.get(self, "status")
1610
1610
 
1611
1611
  @status.setter
1612
- def status(self, value: Optional[pulumi.Input[str]]):
1612
+ def status(self, value: Optional[pulumi.Input[_builtins.str]]):
1613
1613
  pulumi.set(self, "status", value)
1614
1614
 
1615
- @property
1615
+ @_builtins.property
1616
1616
  @pulumi.getter
1617
- def type(self) -> Optional[pulumi.Input[str]]:
1617
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
1618
1618
  """
1619
1619
  `type` is the type of the condition. Required.
1620
1620
  """
1621
1621
  return pulumi.get(self, "type")
1622
1622
 
1623
1623
  @type.setter
1624
- def type(self, value: Optional[pulumi.Input[str]]):
1624
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
1625
1625
  pulumi.set(self, "type", value)
1626
1626
 
1627
1627
 
@@ -1630,7 +1630,7 @@ if not MYPY:
1630
1630
  """
1631
1631
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1632
1632
  """
1633
- name: NotRequired[pulumi.Input[str]]
1633
+ name: NotRequired[pulumi.Input[_builtins.str]]
1634
1634
  """
1635
1635
  `name` is the name of the priority level configuration being referenced Required.
1636
1636
  """
@@ -1640,24 +1640,24 @@ elif False:
1640
1640
  @pulumi.input_type
1641
1641
  class PriorityLevelConfigurationReferencePatchArgs:
1642
1642
  def __init__(__self__, *,
1643
- name: Optional[pulumi.Input[str]] = None):
1643
+ name: Optional[pulumi.Input[_builtins.str]] = None):
1644
1644
  """
1645
1645
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1646
- :param pulumi.Input[str] name: `name` is the name of the priority level configuration being referenced Required.
1646
+ :param pulumi.Input[_builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
1647
1647
  """
1648
1648
  if name is not None:
1649
1649
  pulumi.set(__self__, "name", name)
1650
1650
 
1651
- @property
1651
+ @_builtins.property
1652
1652
  @pulumi.getter
1653
- def name(self) -> Optional[pulumi.Input[str]]:
1653
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
1654
1654
  """
1655
1655
  `name` is the name of the priority level configuration being referenced Required.
1656
1656
  """
1657
1657
  return pulumi.get(self, "name")
1658
1658
 
1659
1659
  @name.setter
1660
- def name(self, value: Optional[pulumi.Input[str]]):
1660
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
1661
1661
  pulumi.set(self, "name", value)
1662
1662
 
1663
1663
 
@@ -1666,7 +1666,7 @@ if not MYPY:
1666
1666
  """
1667
1667
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1668
1668
  """
1669
- name: pulumi.Input[str]
1669
+ name: pulumi.Input[_builtins.str]
1670
1670
  """
1671
1671
  `name` is the name of the priority level configuration being referenced Required.
1672
1672
  """
@@ -1676,23 +1676,23 @@ elif False:
1676
1676
  @pulumi.input_type
1677
1677
  class PriorityLevelConfigurationReferenceArgs:
1678
1678
  def __init__(__self__, *,
1679
- name: pulumi.Input[str]):
1679
+ name: pulumi.Input[_builtins.str]):
1680
1680
  """
1681
1681
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1682
- :param pulumi.Input[str] name: `name` is the name of the priority level configuration being referenced Required.
1682
+ :param pulumi.Input[_builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
1683
1683
  """
1684
1684
  pulumi.set(__self__, "name", name)
1685
1685
 
1686
- @property
1686
+ @_builtins.property
1687
1687
  @pulumi.getter
1688
- def name(self) -> pulumi.Input[str]:
1688
+ def name(self) -> pulumi.Input[_builtins.str]:
1689
1689
  """
1690
1690
  `name` is the name of the priority level configuration being referenced Required.
1691
1691
  """
1692
1692
  return pulumi.get(self, "name")
1693
1693
 
1694
1694
  @name.setter
1695
- def name(self, value: pulumi.Input[str]):
1695
+ def name(self, value: pulumi.Input[_builtins.str]):
1696
1696
  pulumi.set(self, "name", value)
1697
1697
 
1698
1698
 
@@ -1709,7 +1709,7 @@ if not MYPY:
1709
1709
  """
1710
1710
  `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
1711
1711
  """
1712
- type: NotRequired[pulumi.Input[str]]
1712
+ type: NotRequired[pulumi.Input[_builtins.str]]
1713
1713
  """
1714
1714
  `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.
1715
1715
  """
@@ -1721,12 +1721,12 @@ class PriorityLevelConfigurationSpecPatchArgs:
1721
1721
  def __init__(__self__, *,
1722
1722
  exempt: Optional[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs']] = None,
1723
1723
  limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']] = None,
1724
- type: Optional[pulumi.Input[str]] = None):
1724
+ type: Optional[pulumi.Input[_builtins.str]] = None):
1725
1725
  """
1726
1726
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1727
1727
  :param pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs'] exempt: `exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `"Limited"`. This field MAY be non-empty if `type` is `"Exempt"`. If empty and `type` is `"Exempt"` then the default values for `ExemptPriorityLevelConfiguration` apply.
1728
1728
  :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"`.
1729
- :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.
1729
+ :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.
1730
1730
  """
1731
1731
  if exempt is not None:
1732
1732
  pulumi.set(__self__, "exempt", exempt)
@@ -1735,7 +1735,7 @@ class PriorityLevelConfigurationSpecPatchArgs:
1735
1735
  if type is not None:
1736
1736
  pulumi.set(__self__, "type", type)
1737
1737
 
1738
- @property
1738
+ @_builtins.property
1739
1739
  @pulumi.getter
1740
1740
  def exempt(self) -> Optional[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs']]:
1741
1741
  """
@@ -1747,7 +1747,7 @@ class PriorityLevelConfigurationSpecPatchArgs:
1747
1747
  def exempt(self, value: Optional[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs']]):
1748
1748
  pulumi.set(self, "exempt", value)
1749
1749
 
1750
- @property
1750
+ @_builtins.property
1751
1751
  @pulumi.getter
1752
1752
  def limited(self) -> Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']]:
1753
1753
  """
@@ -1759,16 +1759,16 @@ class PriorityLevelConfigurationSpecPatchArgs:
1759
1759
  def limited(self, value: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']]):
1760
1760
  pulumi.set(self, "limited", value)
1761
1761
 
1762
- @property
1762
+ @_builtins.property
1763
1763
  @pulumi.getter
1764
- def type(self) -> Optional[pulumi.Input[str]]:
1764
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
1765
1765
  """
1766
1766
  `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.
1767
1767
  """
1768
1768
  return pulumi.get(self, "type")
1769
1769
 
1770
1770
  @type.setter
1771
- def type(self, value: Optional[pulumi.Input[str]]):
1771
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
1772
1772
  pulumi.set(self, "type", value)
1773
1773
 
1774
1774
 
@@ -1777,7 +1777,7 @@ if not MYPY:
1777
1777
  """
1778
1778
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1779
1779
  """
1780
- type: pulumi.Input[str]
1780
+ type: pulumi.Input[_builtins.str]
1781
1781
  """
1782
1782
  `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.
1783
1783
  """
@@ -1795,12 +1795,12 @@ elif False:
1795
1795
  @pulumi.input_type
1796
1796
  class PriorityLevelConfigurationSpecArgs:
1797
1797
  def __init__(__self__, *,
1798
- type: pulumi.Input[str],
1798
+ type: pulumi.Input[_builtins.str],
1799
1799
  exempt: Optional[pulumi.Input['ExemptPriorityLevelConfigurationArgs']] = None,
1800
1800
  limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']] = None):
1801
1801
  """
1802
1802
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1803
- :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.
1803
+ :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.
1804
1804
  :param pulumi.Input['ExemptPriorityLevelConfigurationArgs'] exempt: `exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `"Limited"`. This field MAY be non-empty if `type` is `"Exempt"`. If empty and `type` is `"Exempt"` then the default values for `ExemptPriorityLevelConfiguration` apply.
1805
1805
  :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"`.
1806
1806
  """
@@ -1810,19 +1810,19 @@ class PriorityLevelConfigurationSpecArgs:
1810
1810
  if limited is not None:
1811
1811
  pulumi.set(__self__, "limited", limited)
1812
1812
 
1813
- @property
1813
+ @_builtins.property
1814
1814
  @pulumi.getter
1815
- def type(self) -> pulumi.Input[str]:
1815
+ def type(self) -> pulumi.Input[_builtins.str]:
1816
1816
  """
1817
1817
  `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.
1818
1818
  """
1819
1819
  return pulumi.get(self, "type")
1820
1820
 
1821
1821
  @type.setter
1822
- def type(self, value: pulumi.Input[str]):
1822
+ def type(self, value: pulumi.Input[_builtins.str]):
1823
1823
  pulumi.set(self, "type", value)
1824
1824
 
1825
- @property
1825
+ @_builtins.property
1826
1826
  @pulumi.getter
1827
1827
  def exempt(self) -> Optional[pulumi.Input['ExemptPriorityLevelConfigurationArgs']]:
1828
1828
  """
@@ -1834,7 +1834,7 @@ class PriorityLevelConfigurationSpecArgs:
1834
1834
  def exempt(self, value: Optional[pulumi.Input['ExemptPriorityLevelConfigurationArgs']]):
1835
1835
  pulumi.set(self, "exempt", value)
1836
1836
 
1837
- @property
1837
+ @_builtins.property
1838
1838
  @pulumi.getter
1839
1839
  def limited(self) -> Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']]:
1840
1840
  """
@@ -1870,7 +1870,7 @@ class PriorityLevelConfigurationStatusArgs:
1870
1870
  if conditions is not None:
1871
1871
  pulumi.set(__self__, "conditions", conditions)
1872
1872
 
1873
- @property
1873
+ @_builtins.property
1874
1874
  @pulumi.getter
1875
1875
  def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PriorityLevelConfigurationConditionArgs']]]]:
1876
1876
  """
@@ -1888,11 +1888,11 @@ if not MYPY:
1888
1888
  """
1889
1889
  PriorityLevelConfiguration represents the configuration of a priority level.
1890
1890
  """
1891
- api_version: NotRequired[pulumi.Input[str]]
1891
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
1892
1892
  """
1893
1893
  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
1894
1894
  """
1895
- kind: NotRequired[pulumi.Input[str]]
1895
+ kind: NotRequired[pulumi.Input[_builtins.str]]
1896
1896
  """
1897
1897
  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
1898
1898
  """
@@ -1914,15 +1914,15 @@ elif False:
1914
1914
  @pulumi.input_type
1915
1915
  class PriorityLevelConfigurationArgs:
1916
1916
  def __init__(__self__, *,
1917
- api_version: Optional[pulumi.Input[str]] = None,
1918
- kind: Optional[pulumi.Input[str]] = None,
1917
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
1918
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
1919
1919
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
1920
1920
  spec: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']] = None,
1921
1921
  status: Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']] = None):
1922
1922
  """
1923
1923
  PriorityLevelConfiguration represents the configuration of a priority level.
1924
- :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
1925
- :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
1924
+ :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
1925
+ :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
1926
1926
  :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
1927
1927
  :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
1928
1928
  :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
@@ -1938,31 +1938,31 @@ class PriorityLevelConfigurationArgs:
1938
1938
  if status is not None:
1939
1939
  pulumi.set(__self__, "status", status)
1940
1940
 
1941
- @property
1941
+ @_builtins.property
1942
1942
  @pulumi.getter(name="apiVersion")
1943
- def api_version(self) -> Optional[pulumi.Input[str]]:
1943
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
1944
1944
  """
1945
1945
  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
1946
1946
  """
1947
1947
  return pulumi.get(self, "api_version")
1948
1948
 
1949
1949
  @api_version.setter
1950
- def api_version(self, value: Optional[pulumi.Input[str]]):
1950
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
1951
1951
  pulumi.set(self, "api_version", value)
1952
1952
 
1953
- @property
1953
+ @_builtins.property
1954
1954
  @pulumi.getter
1955
- def kind(self) -> Optional[pulumi.Input[str]]:
1955
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
1956
1956
  """
1957
1957
  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
1958
1958
  """
1959
1959
  return pulumi.get(self, "kind")
1960
1960
 
1961
1961
  @kind.setter
1962
- def kind(self, value: Optional[pulumi.Input[str]]):
1962
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
1963
1963
  pulumi.set(self, "kind", value)
1964
1964
 
1965
- @property
1965
+ @_builtins.property
1966
1966
  @pulumi.getter
1967
1967
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
1968
1968
  """
@@ -1974,7 +1974,7 @@ class PriorityLevelConfigurationArgs:
1974
1974
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
1975
1975
  pulumi.set(self, "metadata", value)
1976
1976
 
1977
- @property
1977
+ @_builtins.property
1978
1978
  @pulumi.getter
1979
1979
  def spec(self) -> Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']]:
1980
1980
  """
@@ -1986,7 +1986,7 @@ class PriorityLevelConfigurationArgs:
1986
1986
  def spec(self, value: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']]):
1987
1987
  pulumi.set(self, "spec", value)
1988
1988
 
1989
- @property
1989
+ @_builtins.property
1990
1990
  @pulumi.getter
1991
1991
  def status(self) -> Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']]:
1992
1992
  """
@@ -2004,15 +2004,15 @@ if not MYPY:
2004
2004
  """
2005
2005
  QueuingConfiguration holds the configuration parameters for queuing
2006
2006
  """
2007
- hand_size: NotRequired[pulumi.Input[int]]
2007
+ hand_size: NotRequired[pulumi.Input[_builtins.int]]
2008
2008
  """
2009
2009
  `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.
2010
2010
  """
2011
- queue_length_limit: NotRequired[pulumi.Input[int]]
2011
+ queue_length_limit: NotRequired[pulumi.Input[_builtins.int]]
2012
2012
  """
2013
2013
  `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.
2014
2014
  """
2015
- queues: NotRequired[pulumi.Input[int]]
2015
+ queues: NotRequired[pulumi.Input[_builtins.int]]
2016
2016
  """
2017
2017
  `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.
2018
2018
  """
@@ -2022,14 +2022,14 @@ elif False:
2022
2022
  @pulumi.input_type
2023
2023
  class QueuingConfigurationPatchArgs:
2024
2024
  def __init__(__self__, *,
2025
- hand_size: Optional[pulumi.Input[int]] = None,
2026
- queue_length_limit: Optional[pulumi.Input[int]] = None,
2027
- queues: Optional[pulumi.Input[int]] = None):
2025
+ hand_size: Optional[pulumi.Input[_builtins.int]] = None,
2026
+ queue_length_limit: Optional[pulumi.Input[_builtins.int]] = None,
2027
+ queues: Optional[pulumi.Input[_builtins.int]] = None):
2028
2028
  """
2029
2029
  QueuingConfiguration holds the configuration parameters for queuing
2030
- :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.
2031
- :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.
2032
- :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.
2030
+ :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.
2031
+ :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.
2032
+ :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.
2033
2033
  """
2034
2034
  if hand_size is not None:
2035
2035
  pulumi.set(__self__, "hand_size", hand_size)
@@ -2038,40 +2038,40 @@ class QueuingConfigurationPatchArgs:
2038
2038
  if queues is not None:
2039
2039
  pulumi.set(__self__, "queues", queues)
2040
2040
 
2041
- @property
2041
+ @_builtins.property
2042
2042
  @pulumi.getter(name="handSize")
2043
- def hand_size(self) -> Optional[pulumi.Input[int]]:
2043
+ def hand_size(self) -> Optional[pulumi.Input[_builtins.int]]:
2044
2044
  """
2045
2045
  `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.
2046
2046
  """
2047
2047
  return pulumi.get(self, "hand_size")
2048
2048
 
2049
2049
  @hand_size.setter
2050
- def hand_size(self, value: Optional[pulumi.Input[int]]):
2050
+ def hand_size(self, value: Optional[pulumi.Input[_builtins.int]]):
2051
2051
  pulumi.set(self, "hand_size", value)
2052
2052
 
2053
- @property
2053
+ @_builtins.property
2054
2054
  @pulumi.getter(name="queueLengthLimit")
2055
- def queue_length_limit(self) -> Optional[pulumi.Input[int]]:
2055
+ def queue_length_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
2056
2056
  """
2057
2057
  `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.
2058
2058
  """
2059
2059
  return pulumi.get(self, "queue_length_limit")
2060
2060
 
2061
2061
  @queue_length_limit.setter
2062
- def queue_length_limit(self, value: Optional[pulumi.Input[int]]):
2062
+ def queue_length_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
2063
2063
  pulumi.set(self, "queue_length_limit", value)
2064
2064
 
2065
- @property
2065
+ @_builtins.property
2066
2066
  @pulumi.getter
2067
- def queues(self) -> Optional[pulumi.Input[int]]:
2067
+ def queues(self) -> Optional[pulumi.Input[_builtins.int]]:
2068
2068
  """
2069
2069
  `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.
2070
2070
  """
2071
2071
  return pulumi.get(self, "queues")
2072
2072
 
2073
2073
  @queues.setter
2074
- def queues(self, value: Optional[pulumi.Input[int]]):
2074
+ def queues(self, value: Optional[pulumi.Input[_builtins.int]]):
2075
2075
  pulumi.set(self, "queues", value)
2076
2076
 
2077
2077
 
@@ -2080,15 +2080,15 @@ if not MYPY:
2080
2080
  """
2081
2081
  QueuingConfiguration holds the configuration parameters for queuing
2082
2082
  """
2083
- hand_size: NotRequired[pulumi.Input[int]]
2083
+ hand_size: NotRequired[pulumi.Input[_builtins.int]]
2084
2084
  """
2085
2085
  `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.
2086
2086
  """
2087
- queue_length_limit: NotRequired[pulumi.Input[int]]
2087
+ queue_length_limit: NotRequired[pulumi.Input[_builtins.int]]
2088
2088
  """
2089
2089
  `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.
2090
2090
  """
2091
- queues: NotRequired[pulumi.Input[int]]
2091
+ queues: NotRequired[pulumi.Input[_builtins.int]]
2092
2092
  """
2093
2093
  `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.
2094
2094
  """
@@ -2098,14 +2098,14 @@ elif False:
2098
2098
  @pulumi.input_type
2099
2099
  class QueuingConfigurationArgs:
2100
2100
  def __init__(__self__, *,
2101
- hand_size: Optional[pulumi.Input[int]] = None,
2102
- queue_length_limit: Optional[pulumi.Input[int]] = None,
2103
- queues: Optional[pulumi.Input[int]] = None):
2101
+ hand_size: Optional[pulumi.Input[_builtins.int]] = None,
2102
+ queue_length_limit: Optional[pulumi.Input[_builtins.int]] = None,
2103
+ queues: Optional[pulumi.Input[_builtins.int]] = None):
2104
2104
  """
2105
2105
  QueuingConfiguration holds the configuration parameters for queuing
2106
- :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.
2107
- :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.
2108
- :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.
2106
+ :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.
2107
+ :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.
2108
+ :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.
2109
2109
  """
2110
2110
  if hand_size is not None:
2111
2111
  pulumi.set(__self__, "hand_size", hand_size)
@@ -2114,40 +2114,40 @@ class QueuingConfigurationArgs:
2114
2114
  if queues is not None:
2115
2115
  pulumi.set(__self__, "queues", queues)
2116
2116
 
2117
- @property
2117
+ @_builtins.property
2118
2118
  @pulumi.getter(name="handSize")
2119
- def hand_size(self) -> Optional[pulumi.Input[int]]:
2119
+ def hand_size(self) -> Optional[pulumi.Input[_builtins.int]]:
2120
2120
  """
2121
2121
  `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.
2122
2122
  """
2123
2123
  return pulumi.get(self, "hand_size")
2124
2124
 
2125
2125
  @hand_size.setter
2126
- def hand_size(self, value: Optional[pulumi.Input[int]]):
2126
+ def hand_size(self, value: Optional[pulumi.Input[_builtins.int]]):
2127
2127
  pulumi.set(self, "hand_size", value)
2128
2128
 
2129
- @property
2129
+ @_builtins.property
2130
2130
  @pulumi.getter(name="queueLengthLimit")
2131
- def queue_length_limit(self) -> Optional[pulumi.Input[int]]:
2131
+ def queue_length_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
2132
2132
  """
2133
2133
  `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.
2134
2134
  """
2135
2135
  return pulumi.get(self, "queue_length_limit")
2136
2136
 
2137
2137
  @queue_length_limit.setter
2138
- def queue_length_limit(self, value: Optional[pulumi.Input[int]]):
2138
+ def queue_length_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
2139
2139
  pulumi.set(self, "queue_length_limit", value)
2140
2140
 
2141
- @property
2141
+ @_builtins.property
2142
2142
  @pulumi.getter
2143
- def queues(self) -> Optional[pulumi.Input[int]]:
2143
+ def queues(self) -> Optional[pulumi.Input[_builtins.int]]:
2144
2144
  """
2145
2145
  `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.
2146
2146
  """
2147
2147
  return pulumi.get(self, "queues")
2148
2148
 
2149
2149
  @queues.setter
2150
- def queues(self, value: Optional[pulumi.Input[int]]):
2150
+ def queues(self, value: Optional[pulumi.Input[_builtins.int]]):
2151
2151
  pulumi.set(self, "queues", value)
2152
2152
 
2153
2153
 
@@ -2156,23 +2156,23 @@ if not MYPY:
2156
2156
  """
2157
2157
  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) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
2158
2158
  """
2159
- api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2159
+ api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
2160
2160
  """
2161
2161
  `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.
2162
2162
  """
2163
- cluster_scope: NotRequired[pulumi.Input[bool]]
2163
+ cluster_scope: NotRequired[pulumi.Input[_builtins.bool]]
2164
2164
  """
2165
2165
  `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.
2166
2166
  """
2167
- namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2167
+ namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
2168
2168
  """
2169
2169
  `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.
2170
2170
  """
2171
- resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2171
+ resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
2172
2172
  """
2173
2173
  `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.
2174
2174
  """
2175
- verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2175
+ verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
2176
2176
  """
2177
2177
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
2178
2178
  """
@@ -2182,18 +2182,18 @@ elif False:
2182
2182
  @pulumi.input_type
2183
2183
  class ResourcePolicyRulePatchArgs:
2184
2184
  def __init__(__self__, *,
2185
- api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2186
- cluster_scope: Optional[pulumi.Input[bool]] = None,
2187
- namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2188
- resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2189
- verbs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2185
+ api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
2186
+ cluster_scope: Optional[pulumi.Input[_builtins.bool]] = None,
2187
+ namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
2188
+ resources: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
2189
+ verbs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
2190
2190
  """
2191
2191
  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) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
2192
- :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.
2193
- :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.
2194
- :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.
2195
- :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.
2196
- :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.
2192
+ :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.
2193
+ :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.
2194
+ :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.
2195
+ :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.
2196
+ :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.
2197
2197
  """
2198
2198
  if api_groups is not None:
2199
2199
  pulumi.set(__self__, "api_groups", api_groups)
@@ -2206,64 +2206,64 @@ class ResourcePolicyRulePatchArgs:
2206
2206
  if verbs is not None:
2207
2207
  pulumi.set(__self__, "verbs", verbs)
2208
2208
 
2209
- @property
2209
+ @_builtins.property
2210
2210
  @pulumi.getter(name="apiGroups")
2211
- def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2211
+ def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
2212
2212
  """
2213
2213
  `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.
2214
2214
  """
2215
2215
  return pulumi.get(self, "api_groups")
2216
2216
 
2217
2217
  @api_groups.setter
2218
- def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2218
+ def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
2219
2219
  pulumi.set(self, "api_groups", value)
2220
2220
 
2221
- @property
2221
+ @_builtins.property
2222
2222
  @pulumi.getter(name="clusterScope")
2223
- def cluster_scope(self) -> Optional[pulumi.Input[bool]]:
2223
+ def cluster_scope(self) -> Optional[pulumi.Input[_builtins.bool]]:
2224
2224
  """
2225
2225
  `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.
2226
2226
  """
2227
2227
  return pulumi.get(self, "cluster_scope")
2228
2228
 
2229
2229
  @cluster_scope.setter
2230
- def cluster_scope(self, value: Optional[pulumi.Input[bool]]):
2230
+ def cluster_scope(self, value: Optional[pulumi.Input[_builtins.bool]]):
2231
2231
  pulumi.set(self, "cluster_scope", value)
2232
2232
 
2233
- @property
2233
+ @_builtins.property
2234
2234
  @pulumi.getter
2235
- def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2235
+ def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
2236
2236
  """
2237
2237
  `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.
2238
2238
  """
2239
2239
  return pulumi.get(self, "namespaces")
2240
2240
 
2241
2241
  @namespaces.setter
2242
- def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2242
+ def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
2243
2243
  pulumi.set(self, "namespaces", value)
2244
2244
 
2245
- @property
2245
+ @_builtins.property
2246
2246
  @pulumi.getter
2247
- def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2247
+ def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
2248
2248
  """
2249
2249
  `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.
2250
2250
  """
2251
2251
  return pulumi.get(self, "resources")
2252
2252
 
2253
2253
  @resources.setter
2254
- def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2254
+ def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
2255
2255
  pulumi.set(self, "resources", value)
2256
2256
 
2257
- @property
2257
+ @_builtins.property
2258
2258
  @pulumi.getter
2259
- def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2259
+ def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
2260
2260
  """
2261
2261
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
2262
2262
  """
2263
2263
  return pulumi.get(self, "verbs")
2264
2264
 
2265
2265
  @verbs.setter
2266
- def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2266
+ def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
2267
2267
  pulumi.set(self, "verbs", value)
2268
2268
 
2269
2269
 
@@ -2272,23 +2272,23 @@ if not MYPY:
2272
2272
  """
2273
2273
  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) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
2274
2274
  """
2275
- api_groups: pulumi.Input[Sequence[pulumi.Input[str]]]
2275
+ api_groups: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
2276
2276
  """
2277
2277
  `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.
2278
2278
  """
2279
- resources: pulumi.Input[Sequence[pulumi.Input[str]]]
2279
+ resources: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
2280
2280
  """
2281
2281
  `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.
2282
2282
  """
2283
- verbs: pulumi.Input[Sequence[pulumi.Input[str]]]
2283
+ verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
2284
2284
  """
2285
2285
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
2286
2286
  """
2287
- cluster_scope: NotRequired[pulumi.Input[bool]]
2287
+ cluster_scope: NotRequired[pulumi.Input[_builtins.bool]]
2288
2288
  """
2289
2289
  `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.
2290
2290
  """
2291
- namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2291
+ namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
2292
2292
  """
2293
2293
  `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.
2294
2294
  """
@@ -2298,18 +2298,18 @@ elif False:
2298
2298
  @pulumi.input_type
2299
2299
  class ResourcePolicyRuleArgs:
2300
2300
  def __init__(__self__, *,
2301
- api_groups: pulumi.Input[Sequence[pulumi.Input[str]]],
2302
- resources: pulumi.Input[Sequence[pulumi.Input[str]]],
2303
- verbs: pulumi.Input[Sequence[pulumi.Input[str]]],
2304
- cluster_scope: Optional[pulumi.Input[bool]] = None,
2305
- namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2301
+ api_groups: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
2302
+ resources: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
2303
+ verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
2304
+ cluster_scope: Optional[pulumi.Input[_builtins.bool]] = None,
2305
+ namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
2306
2306
  """
2307
2307
  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) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
2308
- :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.
2309
- :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.
2310
- :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.
2311
- :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.
2312
- :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.
2308
+ :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.
2309
+ :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.
2310
+ :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.
2311
+ :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.
2312
+ :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.
2313
2313
  """
2314
2314
  pulumi.set(__self__, "api_groups", api_groups)
2315
2315
  pulumi.set(__self__, "resources", resources)
@@ -2319,64 +2319,64 @@ class ResourcePolicyRuleArgs:
2319
2319
  if namespaces is not None:
2320
2320
  pulumi.set(__self__, "namespaces", namespaces)
2321
2321
 
2322
- @property
2322
+ @_builtins.property
2323
2323
  @pulumi.getter(name="apiGroups")
2324
- def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2324
+ def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
2325
2325
  """
2326
2326
  `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.
2327
2327
  """
2328
2328
  return pulumi.get(self, "api_groups")
2329
2329
 
2330
2330
  @api_groups.setter
2331
- def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2331
+ def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
2332
2332
  pulumi.set(self, "api_groups", value)
2333
2333
 
2334
- @property
2334
+ @_builtins.property
2335
2335
  @pulumi.getter
2336
- def resources(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2336
+ def resources(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
2337
2337
  """
2338
2338
  `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.
2339
2339
  """
2340
2340
  return pulumi.get(self, "resources")
2341
2341
 
2342
2342
  @resources.setter
2343
- def resources(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2343
+ def resources(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
2344
2344
  pulumi.set(self, "resources", value)
2345
2345
 
2346
- @property
2346
+ @_builtins.property
2347
2347
  @pulumi.getter
2348
- def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2348
+ def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
2349
2349
  """
2350
2350
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
2351
2351
  """
2352
2352
  return pulumi.get(self, "verbs")
2353
2353
 
2354
2354
  @verbs.setter
2355
- def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2355
+ def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
2356
2356
  pulumi.set(self, "verbs", value)
2357
2357
 
2358
- @property
2358
+ @_builtins.property
2359
2359
  @pulumi.getter(name="clusterScope")
2360
- def cluster_scope(self) -> Optional[pulumi.Input[bool]]:
2360
+ def cluster_scope(self) -> Optional[pulumi.Input[_builtins.bool]]:
2361
2361
  """
2362
2362
  `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.
2363
2363
  """
2364
2364
  return pulumi.get(self, "cluster_scope")
2365
2365
 
2366
2366
  @cluster_scope.setter
2367
- def cluster_scope(self, value: Optional[pulumi.Input[bool]]):
2367
+ def cluster_scope(self, value: Optional[pulumi.Input[_builtins.bool]]):
2368
2368
  pulumi.set(self, "cluster_scope", value)
2369
2369
 
2370
- @property
2370
+ @_builtins.property
2371
2371
  @pulumi.getter
2372
- def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2372
+ def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
2373
2373
  """
2374
2374
  `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.
2375
2375
  """
2376
2376
  return pulumi.get(self, "namespaces")
2377
2377
 
2378
2378
  @namespaces.setter
2379
- def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2379
+ def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
2380
2380
  pulumi.set(self, "namespaces", value)
2381
2381
 
2382
2382
 
@@ -2385,11 +2385,11 @@ if not MYPY:
2385
2385
  """
2386
2386
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2387
2387
  """
2388
- name: NotRequired[pulumi.Input[str]]
2388
+ name: NotRequired[pulumi.Input[_builtins.str]]
2389
2389
  """
2390
2390
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2391
2391
  """
2392
- namespace: NotRequired[pulumi.Input[str]]
2392
+ namespace: NotRequired[pulumi.Input[_builtins.str]]
2393
2393
  """
2394
2394
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2395
2395
  """
@@ -2399,40 +2399,40 @@ elif False:
2399
2399
  @pulumi.input_type
2400
2400
  class ServiceAccountSubjectPatchArgs:
2401
2401
  def __init__(__self__, *,
2402
- name: Optional[pulumi.Input[str]] = None,
2403
- namespace: Optional[pulumi.Input[str]] = None):
2402
+ name: Optional[pulumi.Input[_builtins.str]] = None,
2403
+ namespace: Optional[pulumi.Input[_builtins.str]] = None):
2404
2404
  """
2405
2405
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2406
- :param pulumi.Input[str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2407
- :param pulumi.Input[str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2406
+ :param pulumi.Input[_builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2407
+ :param pulumi.Input[_builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2408
2408
  """
2409
2409
  if name is not None:
2410
2410
  pulumi.set(__self__, "name", name)
2411
2411
  if namespace is not None:
2412
2412
  pulumi.set(__self__, "namespace", namespace)
2413
2413
 
2414
- @property
2414
+ @_builtins.property
2415
2415
  @pulumi.getter
2416
- def name(self) -> Optional[pulumi.Input[str]]:
2416
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
2417
2417
  """
2418
2418
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2419
2419
  """
2420
2420
  return pulumi.get(self, "name")
2421
2421
 
2422
2422
  @name.setter
2423
- def name(self, value: Optional[pulumi.Input[str]]):
2423
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
2424
2424
  pulumi.set(self, "name", value)
2425
2425
 
2426
- @property
2426
+ @_builtins.property
2427
2427
  @pulumi.getter
2428
- def namespace(self) -> Optional[pulumi.Input[str]]:
2428
+ def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
2429
2429
  """
2430
2430
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2431
2431
  """
2432
2432
  return pulumi.get(self, "namespace")
2433
2433
 
2434
2434
  @namespace.setter
2435
- def namespace(self, value: Optional[pulumi.Input[str]]):
2435
+ def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
2436
2436
  pulumi.set(self, "namespace", value)
2437
2437
 
2438
2438
 
@@ -2441,11 +2441,11 @@ if not MYPY:
2441
2441
  """
2442
2442
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2443
2443
  """
2444
- name: pulumi.Input[str]
2444
+ name: pulumi.Input[_builtins.str]
2445
2445
  """
2446
2446
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2447
2447
  """
2448
- namespace: pulumi.Input[str]
2448
+ namespace: pulumi.Input[_builtins.str]
2449
2449
  """
2450
2450
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2451
2451
  """
@@ -2455,38 +2455,38 @@ elif False:
2455
2455
  @pulumi.input_type
2456
2456
  class ServiceAccountSubjectArgs:
2457
2457
  def __init__(__self__, *,
2458
- name: pulumi.Input[str],
2459
- namespace: pulumi.Input[str]):
2458
+ name: pulumi.Input[_builtins.str],
2459
+ namespace: pulumi.Input[_builtins.str]):
2460
2460
  """
2461
2461
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2462
- :param pulumi.Input[str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2463
- :param pulumi.Input[str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2462
+ :param pulumi.Input[_builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2463
+ :param pulumi.Input[_builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2464
2464
  """
2465
2465
  pulumi.set(__self__, "name", name)
2466
2466
  pulumi.set(__self__, "namespace", namespace)
2467
2467
 
2468
- @property
2468
+ @_builtins.property
2469
2469
  @pulumi.getter
2470
- def name(self) -> pulumi.Input[str]:
2470
+ def name(self) -> pulumi.Input[_builtins.str]:
2471
2471
  """
2472
2472
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2473
2473
  """
2474
2474
  return pulumi.get(self, "name")
2475
2475
 
2476
2476
  @name.setter
2477
- def name(self, value: pulumi.Input[str]):
2477
+ def name(self, value: pulumi.Input[_builtins.str]):
2478
2478
  pulumi.set(self, "name", value)
2479
2479
 
2480
- @property
2480
+ @_builtins.property
2481
2481
  @pulumi.getter
2482
- def namespace(self) -> pulumi.Input[str]:
2482
+ def namespace(self) -> pulumi.Input[_builtins.str]:
2483
2483
  """
2484
2484
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2485
2485
  """
2486
2486
  return pulumi.get(self, "namespace")
2487
2487
 
2488
2488
  @namespace.setter
2489
- def namespace(self, value: pulumi.Input[str]):
2489
+ def namespace(self, value: pulumi.Input[_builtins.str]):
2490
2490
  pulumi.set(self, "namespace", value)
2491
2491
 
2492
2492
 
@@ -2499,7 +2499,7 @@ if not MYPY:
2499
2499
  """
2500
2500
  `group` matches based on user group name.
2501
2501
  """
2502
- kind: NotRequired[pulumi.Input[str]]
2502
+ kind: NotRequired[pulumi.Input[_builtins.str]]
2503
2503
  """
2504
2504
  `kind` indicates which one of the other fields is non-empty. Required
2505
2505
  """
@@ -2518,13 +2518,13 @@ elif False:
2518
2518
  class SubjectPatchArgs:
2519
2519
  def __init__(__self__, *,
2520
2520
  group: Optional[pulumi.Input['GroupSubjectPatchArgs']] = None,
2521
- kind: Optional[pulumi.Input[str]] = None,
2521
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
2522
2522
  service_account: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']] = None,
2523
2523
  user: Optional[pulumi.Input['UserSubjectPatchArgs']] = None):
2524
2524
  """
2525
2525
  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.
2526
2526
  :param pulumi.Input['GroupSubjectPatchArgs'] group: `group` matches based on user group name.
2527
- :param pulumi.Input[str] kind: `kind` indicates which one of the other fields is non-empty. Required
2527
+ :param pulumi.Input[_builtins.str] kind: `kind` indicates which one of the other fields is non-empty. Required
2528
2528
  :param pulumi.Input['ServiceAccountSubjectPatchArgs'] service_account: `serviceAccount` matches ServiceAccounts.
2529
2529
  :param pulumi.Input['UserSubjectPatchArgs'] user: `user` matches based on username.
2530
2530
  """
@@ -2537,7 +2537,7 @@ class SubjectPatchArgs:
2537
2537
  if user is not None:
2538
2538
  pulumi.set(__self__, "user", user)
2539
2539
 
2540
- @property
2540
+ @_builtins.property
2541
2541
  @pulumi.getter
2542
2542
  def group(self) -> Optional[pulumi.Input['GroupSubjectPatchArgs']]:
2543
2543
  """
@@ -2549,19 +2549,19 @@ class SubjectPatchArgs:
2549
2549
  def group(self, value: Optional[pulumi.Input['GroupSubjectPatchArgs']]):
2550
2550
  pulumi.set(self, "group", value)
2551
2551
 
2552
- @property
2552
+ @_builtins.property
2553
2553
  @pulumi.getter
2554
- def kind(self) -> Optional[pulumi.Input[str]]:
2554
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
2555
2555
  """
2556
2556
  `kind` indicates which one of the other fields is non-empty. Required
2557
2557
  """
2558
2558
  return pulumi.get(self, "kind")
2559
2559
 
2560
2560
  @kind.setter
2561
- def kind(self, value: Optional[pulumi.Input[str]]):
2561
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
2562
2562
  pulumi.set(self, "kind", value)
2563
2563
 
2564
- @property
2564
+ @_builtins.property
2565
2565
  @pulumi.getter(name="serviceAccount")
2566
2566
  def service_account(self) -> Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']]:
2567
2567
  """
@@ -2573,7 +2573,7 @@ class SubjectPatchArgs:
2573
2573
  def service_account(self, value: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']]):
2574
2574
  pulumi.set(self, "service_account", value)
2575
2575
 
2576
- @property
2576
+ @_builtins.property
2577
2577
  @pulumi.getter
2578
2578
  def user(self) -> Optional[pulumi.Input['UserSubjectPatchArgs']]:
2579
2579
  """
@@ -2591,7 +2591,7 @@ if not MYPY:
2591
2591
  """
2592
2592
  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.
2593
2593
  """
2594
- kind: pulumi.Input[str]
2594
+ kind: pulumi.Input[_builtins.str]
2595
2595
  """
2596
2596
  `kind` indicates which one of the other fields is non-empty. Required
2597
2597
  """
@@ -2613,13 +2613,13 @@ elif False:
2613
2613
  @pulumi.input_type
2614
2614
  class SubjectArgs:
2615
2615
  def __init__(__self__, *,
2616
- kind: pulumi.Input[str],
2616
+ kind: pulumi.Input[_builtins.str],
2617
2617
  group: Optional[pulumi.Input['GroupSubjectArgs']] = None,
2618
2618
  service_account: Optional[pulumi.Input['ServiceAccountSubjectArgs']] = None,
2619
2619
  user: Optional[pulumi.Input['UserSubjectArgs']] = None):
2620
2620
  """
2621
2621
  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.
2622
- :param pulumi.Input[str] kind: `kind` indicates which one of the other fields is non-empty. Required
2622
+ :param pulumi.Input[_builtins.str] kind: `kind` indicates which one of the other fields is non-empty. Required
2623
2623
  :param pulumi.Input['GroupSubjectArgs'] group: `group` matches based on user group name.
2624
2624
  :param pulumi.Input['ServiceAccountSubjectArgs'] service_account: `serviceAccount` matches ServiceAccounts.
2625
2625
  :param pulumi.Input['UserSubjectArgs'] user: `user` matches based on username.
@@ -2632,19 +2632,19 @@ class SubjectArgs:
2632
2632
  if user is not None:
2633
2633
  pulumi.set(__self__, "user", user)
2634
2634
 
2635
- @property
2635
+ @_builtins.property
2636
2636
  @pulumi.getter
2637
- def kind(self) -> pulumi.Input[str]:
2637
+ def kind(self) -> pulumi.Input[_builtins.str]:
2638
2638
  """
2639
2639
  `kind` indicates which one of the other fields is non-empty. Required
2640
2640
  """
2641
2641
  return pulumi.get(self, "kind")
2642
2642
 
2643
2643
  @kind.setter
2644
- def kind(self, value: pulumi.Input[str]):
2644
+ def kind(self, value: pulumi.Input[_builtins.str]):
2645
2645
  pulumi.set(self, "kind", value)
2646
2646
 
2647
- @property
2647
+ @_builtins.property
2648
2648
  @pulumi.getter
2649
2649
  def group(self) -> Optional[pulumi.Input['GroupSubjectArgs']]:
2650
2650
  """
@@ -2656,7 +2656,7 @@ class SubjectArgs:
2656
2656
  def group(self, value: Optional[pulumi.Input['GroupSubjectArgs']]):
2657
2657
  pulumi.set(self, "group", value)
2658
2658
 
2659
- @property
2659
+ @_builtins.property
2660
2660
  @pulumi.getter(name="serviceAccount")
2661
2661
  def service_account(self) -> Optional[pulumi.Input['ServiceAccountSubjectArgs']]:
2662
2662
  """
@@ -2668,7 +2668,7 @@ class SubjectArgs:
2668
2668
  def service_account(self, value: Optional[pulumi.Input['ServiceAccountSubjectArgs']]):
2669
2669
  pulumi.set(self, "service_account", value)
2670
2670
 
2671
- @property
2671
+ @_builtins.property
2672
2672
  @pulumi.getter
2673
2673
  def user(self) -> Optional[pulumi.Input['UserSubjectArgs']]:
2674
2674
  """
@@ -2686,7 +2686,7 @@ if not MYPY:
2686
2686
  """
2687
2687
  UserSubject holds detailed information for user-kind subject.
2688
2688
  """
2689
- name: NotRequired[pulumi.Input[str]]
2689
+ name: NotRequired[pulumi.Input[_builtins.str]]
2690
2690
  """
2691
2691
  `name` is the username that matches, or "*" to match all usernames. Required.
2692
2692
  """
@@ -2696,24 +2696,24 @@ elif False:
2696
2696
  @pulumi.input_type
2697
2697
  class UserSubjectPatchArgs:
2698
2698
  def __init__(__self__, *,
2699
- name: Optional[pulumi.Input[str]] = None):
2699
+ name: Optional[pulumi.Input[_builtins.str]] = None):
2700
2700
  """
2701
2701
  UserSubject holds detailed information for user-kind subject.
2702
- :param pulumi.Input[str] name: `name` is the username that matches, or "*" to match all usernames. Required.
2702
+ :param pulumi.Input[_builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
2703
2703
  """
2704
2704
  if name is not None:
2705
2705
  pulumi.set(__self__, "name", name)
2706
2706
 
2707
- @property
2707
+ @_builtins.property
2708
2708
  @pulumi.getter
2709
- def name(self) -> Optional[pulumi.Input[str]]:
2709
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
2710
2710
  """
2711
2711
  `name` is the username that matches, or "*" to match all usernames. Required.
2712
2712
  """
2713
2713
  return pulumi.get(self, "name")
2714
2714
 
2715
2715
  @name.setter
2716
- def name(self, value: Optional[pulumi.Input[str]]):
2716
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
2717
2717
  pulumi.set(self, "name", value)
2718
2718
 
2719
2719
 
@@ -2722,7 +2722,7 @@ if not MYPY:
2722
2722
  """
2723
2723
  UserSubject holds detailed information for user-kind subject.
2724
2724
  """
2725
- name: pulumi.Input[str]
2725
+ name: pulumi.Input[_builtins.str]
2726
2726
  """
2727
2727
  `name` is the username that matches, or "*" to match all usernames. Required.
2728
2728
  """
@@ -2732,23 +2732,23 @@ elif False:
2732
2732
  @pulumi.input_type
2733
2733
  class UserSubjectArgs:
2734
2734
  def __init__(__self__, *,
2735
- name: pulumi.Input[str]):
2735
+ name: pulumi.Input[_builtins.str]):
2736
2736
  """
2737
2737
  UserSubject holds detailed information for user-kind subject.
2738
- :param pulumi.Input[str] name: `name` is the username that matches, or "*" to match all usernames. Required.
2738
+ :param pulumi.Input[_builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
2739
2739
  """
2740
2740
  pulumi.set(__self__, "name", name)
2741
2741
 
2742
- @property
2742
+ @_builtins.property
2743
2743
  @pulumi.getter
2744
- def name(self) -> pulumi.Input[str]:
2744
+ def name(self) -> pulumi.Input[_builtins.str]:
2745
2745
  """
2746
2746
  `name` is the username that matches, or "*" to match all usernames. Required.
2747
2747
  """
2748
2748
  return pulumi.get(self, "name")
2749
2749
 
2750
2750
  @name.setter
2751
- def name(self, value: pulumi.Input[str]):
2751
+ def name(self, value: pulumi.Input[_builtins.str]):
2752
2752
  pulumi.set(self, "name", value)
2753
2753
 
2754
2754