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
@@ -84,14 +84,14 @@ class ExemptPriorityLevelConfiguration(dict):
84
84
  return super().get(key, default)
85
85
 
86
86
  def __init__(__self__, *,
87
- lendable_percent: Optional[int] = None,
88
- nominal_concurrency_shares: Optional[int] = None):
87
+ lendable_percent: Optional[_builtins.int] = None,
88
+ nominal_concurrency_shares: Optional[_builtins.int] = None):
89
89
  """
90
90
  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`.
91
- :param 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.
91
+ :param _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.
92
92
 
93
93
  LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
94
- :param 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:
94
+ :param _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:
95
95
 
96
96
  NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
97
97
 
@@ -102,9 +102,9 @@ class ExemptPriorityLevelConfiguration(dict):
102
102
  if nominal_concurrency_shares is not None:
103
103
  pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
104
104
 
105
- @property
105
+ @_builtins.property
106
106
  @pulumi.getter(name="lendablePercent")
107
- def lendable_percent(self) -> Optional[int]:
107
+ def lendable_percent(self) -> Optional[_builtins.int]:
108
108
  """
109
109
  `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.
110
110
 
@@ -112,9 +112,9 @@ class ExemptPriorityLevelConfiguration(dict):
112
112
  """
113
113
  return pulumi.get(self, "lendable_percent")
114
114
 
115
- @property
115
+ @_builtins.property
116
116
  @pulumi.getter(name="nominalConcurrencyShares")
117
- def nominal_concurrency_shares(self) -> Optional[int]:
117
+ def nominal_concurrency_shares(self) -> Optional[_builtins.int]:
118
118
  """
119
119
  `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:
120
120
 
@@ -150,14 +150,14 @@ class ExemptPriorityLevelConfigurationPatch(dict):
150
150
  return super().get(key, default)
151
151
 
152
152
  def __init__(__self__, *,
153
- lendable_percent: Optional[int] = None,
154
- nominal_concurrency_shares: Optional[int] = None):
153
+ lendable_percent: Optional[_builtins.int] = None,
154
+ nominal_concurrency_shares: Optional[_builtins.int] = None):
155
155
  """
156
156
  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`.
157
- :param 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.
157
+ :param _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.
158
158
 
159
159
  LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
160
- :param 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:
160
+ :param _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:
161
161
 
162
162
  NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
163
163
 
@@ -168,9 +168,9 @@ class ExemptPriorityLevelConfigurationPatch(dict):
168
168
  if nominal_concurrency_shares is not None:
169
169
  pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
170
170
 
171
- @property
171
+ @_builtins.property
172
172
  @pulumi.getter(name="lendablePercent")
173
- def lendable_percent(self) -> Optional[int]:
173
+ def lendable_percent(self) -> Optional[_builtins.int]:
174
174
  """
175
175
  `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.
176
176
 
@@ -178,9 +178,9 @@ class ExemptPriorityLevelConfigurationPatch(dict):
178
178
  """
179
179
  return pulumi.get(self, "lendable_percent")
180
180
 
181
- @property
181
+ @_builtins.property
182
182
  @pulumi.getter(name="nominalConcurrencyShares")
183
- def nominal_concurrency_shares(self) -> Optional[int]:
183
+ def nominal_concurrency_shares(self) -> Optional[_builtins.int]:
184
184
  """
185
185
  `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:
186
186
 
@@ -197,16 +197,16 @@ class FlowDistinguisherMethod(dict):
197
197
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
198
198
  """
199
199
  def __init__(__self__, *,
200
- type: str):
200
+ type: _builtins.str):
201
201
  """
202
202
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
203
- :param str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
203
+ :param _builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
204
204
  """
205
205
  pulumi.set(__self__, "type", type)
206
206
 
207
- @property
207
+ @_builtins.property
208
208
  @pulumi.getter
209
- def type(self) -> str:
209
+ def type(self) -> _builtins.str:
210
210
  """
211
211
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
212
212
  """
@@ -219,17 +219,17 @@ class FlowDistinguisherMethodPatch(dict):
219
219
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
220
220
  """
221
221
  def __init__(__self__, *,
222
- type: Optional[str] = None):
222
+ type: Optional[_builtins.str] = None):
223
223
  """
224
224
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
225
- :param str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
225
+ :param _builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
226
226
  """
227
227
  if type is not None:
228
228
  pulumi.set(__self__, "type", type)
229
229
 
230
- @property
230
+ @_builtins.property
231
231
  @pulumi.getter
232
- def type(self) -> Optional[str]:
232
+ def type(self) -> Optional[_builtins.str]:
233
233
  """
234
234
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
235
235
  """
@@ -259,15 +259,15 @@ class FlowSchema(dict):
259
259
  return super().get(key, default)
260
260
 
261
261
  def __init__(__self__, *,
262
- api_version: Optional[str] = None,
263
- kind: Optional[str] = None,
262
+ api_version: Optional[_builtins.str] = None,
263
+ kind: Optional[_builtins.str] = None,
264
264
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
265
265
  spec: Optional['outputs.FlowSchemaSpec'] = None,
266
266
  status: Optional['outputs.FlowSchemaStatus'] = None):
267
267
  """
268
268
  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".
269
- :param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
270
- :param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
269
+ :param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
270
+ :param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
271
271
  :param '_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
272
272
  :param '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
273
273
  :param '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
@@ -283,23 +283,23 @@ class FlowSchema(dict):
283
283
  if status is not None:
284
284
  pulumi.set(__self__, "status", status)
285
285
 
286
- @property
286
+ @_builtins.property
287
287
  @pulumi.getter(name="apiVersion")
288
- def api_version(self) -> Optional[str]:
288
+ def api_version(self) -> Optional[_builtins.str]:
289
289
  """
290
290
  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
291
291
  """
292
292
  return pulumi.get(self, "api_version")
293
293
 
294
- @property
294
+ @_builtins.property
295
295
  @pulumi.getter
296
- def kind(self) -> Optional[str]:
296
+ def kind(self) -> Optional[_builtins.str]:
297
297
  """
298
298
  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
299
299
  """
300
300
  return pulumi.get(self, "kind")
301
301
 
302
- @property
302
+ @_builtins.property
303
303
  @pulumi.getter
304
304
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
305
305
  """
@@ -307,7 +307,7 @@ class FlowSchema(dict):
307
307
  """
308
308
  return pulumi.get(self, "metadata")
309
309
 
310
- @property
310
+ @_builtins.property
311
311
  @pulumi.getter
312
312
  def spec(self) -> Optional['outputs.FlowSchemaSpec']:
313
313
  """
@@ -315,7 +315,7 @@ class FlowSchema(dict):
315
315
  """
316
316
  return pulumi.get(self, "spec")
317
317
 
318
- @property
318
+ @_builtins.property
319
319
  @pulumi.getter
320
320
  def status(self) -> Optional['outputs.FlowSchemaStatus']:
321
321
  """
@@ -347,18 +347,18 @@ class FlowSchemaCondition(dict):
347
347
  return super().get(key, default)
348
348
 
349
349
  def __init__(__self__, *,
350
- last_transition_time: Optional[str] = None,
351
- message: Optional[str] = None,
352
- reason: Optional[str] = None,
353
- status: Optional[str] = None,
354
- type: Optional[str] = None):
350
+ last_transition_time: Optional[_builtins.str] = None,
351
+ message: Optional[_builtins.str] = None,
352
+ reason: Optional[_builtins.str] = None,
353
+ status: Optional[_builtins.str] = None,
354
+ type: Optional[_builtins.str] = None):
355
355
  """
356
356
  FlowSchemaCondition describes conditions for a FlowSchema.
357
- :param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
358
- :param str message: `message` is a human-readable message indicating details about last transition.
359
- :param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
360
- :param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
361
- :param str type: `type` is the type of the condition. Required.
357
+ :param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
358
+ :param _builtins.str message: `message` is a human-readable message indicating details about last transition.
359
+ :param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
360
+ :param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
361
+ :param _builtins.str type: `type` is the type of the condition. Required.
362
362
  """
363
363
  if last_transition_time is not None:
364
364
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -371,41 +371,41 @@ class FlowSchemaCondition(dict):
371
371
  if type is not None:
372
372
  pulumi.set(__self__, "type", type)
373
373
 
374
- @property
374
+ @_builtins.property
375
375
  @pulumi.getter(name="lastTransitionTime")
376
- def last_transition_time(self) -> Optional[str]:
376
+ def last_transition_time(self) -> Optional[_builtins.str]:
377
377
  """
378
378
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
379
379
  """
380
380
  return pulumi.get(self, "last_transition_time")
381
381
 
382
- @property
382
+ @_builtins.property
383
383
  @pulumi.getter
384
- def message(self) -> Optional[str]:
384
+ def message(self) -> Optional[_builtins.str]:
385
385
  """
386
386
  `message` is a human-readable message indicating details about last transition.
387
387
  """
388
388
  return pulumi.get(self, "message")
389
389
 
390
- @property
390
+ @_builtins.property
391
391
  @pulumi.getter
392
- def reason(self) -> Optional[str]:
392
+ def reason(self) -> Optional[_builtins.str]:
393
393
  """
394
394
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
395
395
  """
396
396
  return pulumi.get(self, "reason")
397
397
 
398
- @property
398
+ @_builtins.property
399
399
  @pulumi.getter
400
- def status(self) -> Optional[str]:
400
+ def status(self) -> Optional[_builtins.str]:
401
401
  """
402
402
  `status` is the status of the condition. Can be True, False, Unknown. Required.
403
403
  """
404
404
  return pulumi.get(self, "status")
405
405
 
406
- @property
406
+ @_builtins.property
407
407
  @pulumi.getter
408
- def type(self) -> Optional[str]:
408
+ def type(self) -> Optional[_builtins.str]:
409
409
  """
410
410
  `type` is the type of the condition. Required.
411
411
  """
@@ -435,18 +435,18 @@ class FlowSchemaConditionPatch(dict):
435
435
  return super().get(key, default)
436
436
 
437
437
  def __init__(__self__, *,
438
- last_transition_time: Optional[str] = None,
439
- message: Optional[str] = None,
440
- reason: Optional[str] = None,
441
- status: Optional[str] = None,
442
- type: Optional[str] = None):
438
+ last_transition_time: Optional[_builtins.str] = None,
439
+ message: Optional[_builtins.str] = None,
440
+ reason: Optional[_builtins.str] = None,
441
+ status: Optional[_builtins.str] = None,
442
+ type: Optional[_builtins.str] = None):
443
443
  """
444
444
  FlowSchemaCondition describes conditions for a FlowSchema.
445
- :param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
446
- :param str message: `message` is a human-readable message indicating details about last transition.
447
- :param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
448
- :param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
449
- :param str type: `type` is the type of the condition. Required.
445
+ :param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
446
+ :param _builtins.str message: `message` is a human-readable message indicating details about last transition.
447
+ :param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
448
+ :param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
449
+ :param _builtins.str type: `type` is the type of the condition. Required.
450
450
  """
451
451
  if last_transition_time is not None:
452
452
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -459,41 +459,41 @@ class FlowSchemaConditionPatch(dict):
459
459
  if type is not None:
460
460
  pulumi.set(__self__, "type", type)
461
461
 
462
- @property
462
+ @_builtins.property
463
463
  @pulumi.getter(name="lastTransitionTime")
464
- def last_transition_time(self) -> Optional[str]:
464
+ def last_transition_time(self) -> Optional[_builtins.str]:
465
465
  """
466
466
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
467
467
  """
468
468
  return pulumi.get(self, "last_transition_time")
469
469
 
470
- @property
470
+ @_builtins.property
471
471
  @pulumi.getter
472
- def message(self) -> Optional[str]:
472
+ def message(self) -> Optional[_builtins.str]:
473
473
  """
474
474
  `message` is a human-readable message indicating details about last transition.
475
475
  """
476
476
  return pulumi.get(self, "message")
477
477
 
478
- @property
478
+ @_builtins.property
479
479
  @pulumi.getter
480
- def reason(self) -> Optional[str]:
480
+ def reason(self) -> Optional[_builtins.str]:
481
481
  """
482
482
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
483
483
  """
484
484
  return pulumi.get(self, "reason")
485
485
 
486
- @property
486
+ @_builtins.property
487
487
  @pulumi.getter
488
- def status(self) -> Optional[str]:
488
+ def status(self) -> Optional[_builtins.str]:
489
489
  """
490
490
  `status` is the status of the condition. Can be True, False, Unknown. Required.
491
491
  """
492
492
  return pulumi.get(self, "status")
493
493
 
494
- @property
494
+ @_builtins.property
495
495
  @pulumi.getter
496
- def type(self) -> Optional[str]:
496
+ def type(self) -> Optional[_builtins.str]:
497
497
  """
498
498
  `type` is the type of the condition. Required.
499
499
  """
@@ -529,13 +529,13 @@ class FlowSchemaSpec(dict):
529
529
  def __init__(__self__, *,
530
530
  priority_level_configuration: 'outputs.PriorityLevelConfigurationReference',
531
531
  distinguisher_method: Optional['outputs.FlowDistinguisherMethod'] = None,
532
- matching_precedence: Optional[int] = None,
532
+ matching_precedence: Optional[_builtins.int] = None,
533
533
  rules: Optional[Sequence['outputs.PolicyRulesWithSubjects']] = None):
534
534
  """
535
535
  FlowSchemaSpec describes how the FlowSchema's specification looks like.
536
536
  :param '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.
537
537
  :param '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.
538
- :param 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.
538
+ :param _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.
539
539
  :param Sequence['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.
540
540
  """
541
541
  pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
@@ -546,7 +546,7 @@ class FlowSchemaSpec(dict):
546
546
  if rules is not None:
547
547
  pulumi.set(__self__, "rules", rules)
548
548
 
549
- @property
549
+ @_builtins.property
550
550
  @pulumi.getter(name="priorityLevelConfiguration")
551
551
  def priority_level_configuration(self) -> 'outputs.PriorityLevelConfigurationReference':
552
552
  """
@@ -554,7 +554,7 @@ class FlowSchemaSpec(dict):
554
554
  """
555
555
  return pulumi.get(self, "priority_level_configuration")
556
556
 
557
- @property
557
+ @_builtins.property
558
558
  @pulumi.getter(name="distinguisherMethod")
559
559
  def distinguisher_method(self) -> Optional['outputs.FlowDistinguisherMethod']:
560
560
  """
@@ -562,15 +562,15 @@ class FlowSchemaSpec(dict):
562
562
  """
563
563
  return pulumi.get(self, "distinguisher_method")
564
564
 
565
- @property
565
+ @_builtins.property
566
566
  @pulumi.getter(name="matchingPrecedence")
567
- def matching_precedence(self) -> Optional[int]:
567
+ def matching_precedence(self) -> Optional[_builtins.int]:
568
568
  """
569
569
  `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.
570
570
  """
571
571
  return pulumi.get(self, "matching_precedence")
572
572
 
573
- @property
573
+ @_builtins.property
574
574
  @pulumi.getter
575
575
  def rules(self) -> Optional[Sequence['outputs.PolicyRulesWithSubjects']]:
576
576
  """
@@ -607,13 +607,13 @@ class FlowSchemaSpecPatch(dict):
607
607
 
608
608
  def __init__(__self__, *,
609
609
  distinguisher_method: Optional['outputs.FlowDistinguisherMethodPatch'] = None,
610
- matching_precedence: Optional[int] = None,
610
+ matching_precedence: Optional[_builtins.int] = None,
611
611
  priority_level_configuration: Optional['outputs.PriorityLevelConfigurationReferencePatch'] = None,
612
612
  rules: Optional[Sequence['outputs.PolicyRulesWithSubjectsPatch']] = None):
613
613
  """
614
614
  FlowSchemaSpec describes how the FlowSchema's specification looks like.
615
615
  :param '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.
616
- :param 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.
616
+ :param _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.
617
617
  :param '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.
618
618
  :param Sequence['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.
619
619
  """
@@ -626,7 +626,7 @@ class FlowSchemaSpecPatch(dict):
626
626
  if rules is not None:
627
627
  pulumi.set(__self__, "rules", rules)
628
628
 
629
- @property
629
+ @_builtins.property
630
630
  @pulumi.getter(name="distinguisherMethod")
631
631
  def distinguisher_method(self) -> Optional['outputs.FlowDistinguisherMethodPatch']:
632
632
  """
@@ -634,15 +634,15 @@ class FlowSchemaSpecPatch(dict):
634
634
  """
635
635
  return pulumi.get(self, "distinguisher_method")
636
636
 
637
- @property
637
+ @_builtins.property
638
638
  @pulumi.getter(name="matchingPrecedence")
639
- def matching_precedence(self) -> Optional[int]:
639
+ def matching_precedence(self) -> Optional[_builtins.int]:
640
640
  """
641
641
  `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.
642
642
  """
643
643
  return pulumi.get(self, "matching_precedence")
644
644
 
645
- @property
645
+ @_builtins.property
646
646
  @pulumi.getter(name="priorityLevelConfiguration")
647
647
  def priority_level_configuration(self) -> Optional['outputs.PriorityLevelConfigurationReferencePatch']:
648
648
  """
@@ -650,7 +650,7 @@ class FlowSchemaSpecPatch(dict):
650
650
  """
651
651
  return pulumi.get(self, "priority_level_configuration")
652
652
 
653
- @property
653
+ @_builtins.property
654
654
  @pulumi.getter
655
655
  def rules(self) -> Optional[Sequence['outputs.PolicyRulesWithSubjectsPatch']]:
656
656
  """
@@ -673,7 +673,7 @@ class FlowSchemaStatus(dict):
673
673
  if conditions is not None:
674
674
  pulumi.set(__self__, "conditions", conditions)
675
675
 
676
- @property
676
+ @_builtins.property
677
677
  @pulumi.getter
678
678
  def conditions(self) -> Optional[Sequence['outputs.FlowSchemaCondition']]:
679
679
  """
@@ -696,7 +696,7 @@ class FlowSchemaStatusPatch(dict):
696
696
  if conditions is not None:
697
697
  pulumi.set(__self__, "conditions", conditions)
698
698
 
699
- @property
699
+ @_builtins.property
700
700
  @pulumi.getter
701
701
  def conditions(self) -> Optional[Sequence['outputs.FlowSchemaConditionPatch']]:
702
702
  """
@@ -711,16 +711,16 @@ class GroupSubject(dict):
711
711
  GroupSubject holds detailed information for group-kind subject.
712
712
  """
713
713
  def __init__(__self__, *,
714
- name: str):
714
+ name: _builtins.str):
715
715
  """
716
716
  GroupSubject holds detailed information for group-kind subject.
717
- :param 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.
717
+ :param _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.
718
718
  """
719
719
  pulumi.set(__self__, "name", name)
720
720
 
721
- @property
721
+ @_builtins.property
722
722
  @pulumi.getter
723
- def name(self) -> str:
723
+ def name(self) -> _builtins.str:
724
724
  """
725
725
  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.
726
726
  """
@@ -733,17 +733,17 @@ class GroupSubjectPatch(dict):
733
733
  GroupSubject holds detailed information for group-kind subject.
734
734
  """
735
735
  def __init__(__self__, *,
736
- name: Optional[str] = None):
736
+ name: Optional[_builtins.str] = None):
737
737
  """
738
738
  GroupSubject holds detailed information for group-kind subject.
739
- :param 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.
739
+ :param _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.
740
740
  """
741
741
  if name is not None:
742
742
  pulumi.set(__self__, "name", name)
743
743
 
744
- @property
744
+ @_builtins.property
745
745
  @pulumi.getter
746
- def name(self) -> Optional[str]:
746
+ def name(self) -> Optional[_builtins.str]:
747
747
  """
748
748
  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.
749
749
  """
@@ -756,26 +756,26 @@ class LimitResponse(dict):
756
756
  LimitResponse defines how to handle requests that can not be executed right now.
757
757
  """
758
758
  def __init__(__self__, *,
759
- type: str,
759
+ type: _builtins.str,
760
760
  queuing: Optional['outputs.QueuingConfiguration'] = None):
761
761
  """
762
762
  LimitResponse defines how to handle requests that can not be executed right now.
763
- :param 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.
763
+ :param _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.
764
764
  :param 'QueuingConfigurationArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
765
765
  """
766
766
  pulumi.set(__self__, "type", type)
767
767
  if queuing is not None:
768
768
  pulumi.set(__self__, "queuing", queuing)
769
769
 
770
- @property
770
+ @_builtins.property
771
771
  @pulumi.getter
772
- def type(self) -> str:
772
+ def type(self) -> _builtins.str:
773
773
  """
774
774
  `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.
775
775
  """
776
776
  return pulumi.get(self, "type")
777
777
 
778
- @property
778
+ @_builtins.property
779
779
  @pulumi.getter
780
780
  def queuing(self) -> Optional['outputs.QueuingConfiguration']:
781
781
  """
@@ -791,18 +791,18 @@ class LimitResponsePatch(dict):
791
791
  """
792
792
  def __init__(__self__, *,
793
793
  queuing: Optional['outputs.QueuingConfigurationPatch'] = None,
794
- type: Optional[str] = None):
794
+ type: Optional[_builtins.str] = None):
795
795
  """
796
796
  LimitResponse defines how to handle requests that can not be executed right now.
797
797
  :param 'QueuingConfigurationPatchArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
798
- :param 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.
798
+ :param _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.
799
799
  """
800
800
  if queuing is not None:
801
801
  pulumi.set(__self__, "queuing", queuing)
802
802
  if type is not None:
803
803
  pulumi.set(__self__, "type", type)
804
804
 
805
- @property
805
+ @_builtins.property
806
806
  @pulumi.getter
807
807
  def queuing(self) -> Optional['outputs.QueuingConfigurationPatch']:
808
808
  """
@@ -810,9 +810,9 @@ class LimitResponsePatch(dict):
810
810
  """
811
811
  return pulumi.get(self, "queuing")
812
812
 
813
- @property
813
+ @_builtins.property
814
814
  @pulumi.getter
815
- def type(self) -> Optional[str]:
815
+ def type(self) -> Optional[_builtins.str]:
816
816
  """
817
817
  `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.
818
818
  """
@@ -850,28 +850,28 @@ class LimitedPriorityLevelConfiguration(dict):
850
850
  return super().get(key, default)
851
851
 
852
852
  def __init__(__self__, *,
853
- borrowing_limit_percent: Optional[int] = None,
854
- lendable_percent: Optional[int] = None,
853
+ borrowing_limit_percent: Optional[_builtins.int] = None,
854
+ lendable_percent: Optional[_builtins.int] = None,
855
855
  limit_response: Optional['outputs.LimitResponse'] = None,
856
- nominal_concurrency_shares: Optional[int] = None):
856
+ nominal_concurrency_shares: Optional[_builtins.int] = None):
857
857
  """
858
858
  LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
859
859
  - How are requests for this priority level limited?
860
860
  - What should be done with requests that exceed the limit?
861
- :param 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.
861
+ :param _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.
862
862
 
863
863
  BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
864
864
 
865
865
  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.
866
- :param 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.
866
+ :param _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.
867
867
 
868
868
  LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
869
869
  :param 'LimitResponseArgs' limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
870
- :param int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
870
+ :param _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 available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
871
871
 
872
- NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
872
+ NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)
873
873
 
874
- Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.
874
+ Bigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30.
875
875
  """
876
876
  if borrowing_limit_percent is not None:
877
877
  pulumi.set(__self__, "borrowing_limit_percent", borrowing_limit_percent)
@@ -882,9 +882,9 @@ class LimitedPriorityLevelConfiguration(dict):
882
882
  if nominal_concurrency_shares is not None:
883
883
  pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
884
884
 
885
- @property
885
+ @_builtins.property
886
886
  @pulumi.getter(name="borrowingLimitPercent")
887
- def borrowing_limit_percent(self) -> Optional[int]:
887
+ def borrowing_limit_percent(self) -> Optional[_builtins.int]:
888
888
  """
889
889
  `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.
890
890
 
@@ -894,9 +894,9 @@ class LimitedPriorityLevelConfiguration(dict):
894
894
  """
895
895
  return pulumi.get(self, "borrowing_limit_percent")
896
896
 
897
- @property
897
+ @_builtins.property
898
898
  @pulumi.getter(name="lendablePercent")
899
- def lendable_percent(self) -> Optional[int]:
899
+ def lendable_percent(self) -> Optional[_builtins.int]:
900
900
  """
901
901
  `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.
902
902
 
@@ -904,7 +904,7 @@ class LimitedPriorityLevelConfiguration(dict):
904
904
  """
905
905
  return pulumi.get(self, "lendable_percent")
906
906
 
907
- @property
907
+ @_builtins.property
908
908
  @pulumi.getter(name="limitResponse")
909
909
  def limit_response(self) -> Optional['outputs.LimitResponse']:
910
910
  """
@@ -912,15 +912,15 @@ class LimitedPriorityLevelConfiguration(dict):
912
912
  """
913
913
  return pulumi.get(self, "limit_response")
914
914
 
915
- @property
915
+ @_builtins.property
916
916
  @pulumi.getter(name="nominalConcurrencyShares")
917
- def nominal_concurrency_shares(self) -> Optional[int]:
917
+ def nominal_concurrency_shares(self) -> Optional[_builtins.int]:
918
918
  """
919
919
  `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
920
920
 
921
- NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
921
+ NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)
922
922
 
923
- Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.
923
+ Bigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30.
924
924
  """
925
925
  return pulumi.get(self, "nominal_concurrency_shares")
926
926
 
@@ -956,28 +956,28 @@ class LimitedPriorityLevelConfigurationPatch(dict):
956
956
  return super().get(key, default)
957
957
 
958
958
  def __init__(__self__, *,
959
- borrowing_limit_percent: Optional[int] = None,
960
- lendable_percent: Optional[int] = None,
959
+ borrowing_limit_percent: Optional[_builtins.int] = None,
960
+ lendable_percent: Optional[_builtins.int] = None,
961
961
  limit_response: Optional['outputs.LimitResponsePatch'] = None,
962
- nominal_concurrency_shares: Optional[int] = None):
962
+ nominal_concurrency_shares: Optional[_builtins.int] = None):
963
963
  """
964
964
  LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
965
965
  - How are requests for this priority level limited?
966
966
  - What should be done with requests that exceed the limit?
967
- :param 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.
967
+ :param _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.
968
968
 
969
969
  BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
970
970
 
971
971
  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.
972
- :param 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.
972
+ :param _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.
973
973
 
974
974
  LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
975
975
  :param 'LimitResponsePatchArgs' limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
976
- :param int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
976
+ :param _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 available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
977
977
 
978
- NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
978
+ NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)
979
979
 
980
- Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.
980
+ Bigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30.
981
981
  """
982
982
  if borrowing_limit_percent is not None:
983
983
  pulumi.set(__self__, "borrowing_limit_percent", borrowing_limit_percent)
@@ -988,9 +988,9 @@ class LimitedPriorityLevelConfigurationPatch(dict):
988
988
  if nominal_concurrency_shares is not None:
989
989
  pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
990
990
 
991
- @property
991
+ @_builtins.property
992
992
  @pulumi.getter(name="borrowingLimitPercent")
993
- def borrowing_limit_percent(self) -> Optional[int]:
993
+ def borrowing_limit_percent(self) -> Optional[_builtins.int]:
994
994
  """
995
995
  `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.
996
996
 
@@ -1000,9 +1000,9 @@ class LimitedPriorityLevelConfigurationPatch(dict):
1000
1000
  """
1001
1001
  return pulumi.get(self, "borrowing_limit_percent")
1002
1002
 
1003
- @property
1003
+ @_builtins.property
1004
1004
  @pulumi.getter(name="lendablePercent")
1005
- def lendable_percent(self) -> Optional[int]:
1005
+ def lendable_percent(self) -> Optional[_builtins.int]:
1006
1006
  """
1007
1007
  `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.
1008
1008
 
@@ -1010,7 +1010,7 @@ class LimitedPriorityLevelConfigurationPatch(dict):
1010
1010
  """
1011
1011
  return pulumi.get(self, "lendable_percent")
1012
1012
 
1013
- @property
1013
+ @_builtins.property
1014
1014
  @pulumi.getter(name="limitResponse")
1015
1015
  def limit_response(self) -> Optional['outputs.LimitResponsePatch']:
1016
1016
  """
@@ -1018,15 +1018,15 @@ class LimitedPriorityLevelConfigurationPatch(dict):
1018
1018
  """
1019
1019
  return pulumi.get(self, "limit_response")
1020
1020
 
1021
- @property
1021
+ @_builtins.property
1022
1022
  @pulumi.getter(name="nominalConcurrencyShares")
1023
- def nominal_concurrency_shares(self) -> Optional[int]:
1023
+ def nominal_concurrency_shares(self) -> Optional[_builtins.int]:
1024
1024
  """
1025
1025
  `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
1026
1026
 
1027
- NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
1027
+ NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)
1028
1028
 
1029
- Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.
1029
+ Bigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30.
1030
1030
  """
1031
1031
  return pulumi.get(self, "nominal_concurrency_shares")
1032
1032
 
@@ -1054,25 +1054,25 @@ class NonResourcePolicyRule(dict):
1054
1054
  return super().get(key, default)
1055
1055
 
1056
1056
  def __init__(__self__, *,
1057
- non_resource_urls: Sequence[str],
1058
- verbs: Sequence[str]):
1057
+ non_resource_urls: Sequence[_builtins.str],
1058
+ verbs: Sequence[_builtins.str]):
1059
1059
  """
1060
1060
  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.
1061
- :param Sequence[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:
1061
+ :param Sequence[_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:
1062
1062
  - "/healthz" is legal
1063
1063
  - "/hea*" is illegal
1064
1064
  - "/hea" is legal but matches nothing
1065
1065
  - "/hea/*" also matches nothing
1066
1066
  - "/healthz/*" matches all per-component health checks.
1067
1067
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
1068
- :param Sequence[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.
1068
+ :param Sequence[_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.
1069
1069
  """
1070
1070
  pulumi.set(__self__, "non_resource_urls", non_resource_urls)
1071
1071
  pulumi.set(__self__, "verbs", verbs)
1072
1072
 
1073
- @property
1073
+ @_builtins.property
1074
1074
  @pulumi.getter(name="nonResourceURLs")
1075
- def non_resource_urls(self) -> Sequence[str]:
1075
+ def non_resource_urls(self) -> Sequence[_builtins.str]:
1076
1076
  """
1077
1077
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1078
1078
  - "/healthz" is legal
@@ -1084,9 +1084,9 @@ class NonResourcePolicyRule(dict):
1084
1084
  """
1085
1085
  return pulumi.get(self, "non_resource_urls")
1086
1086
 
1087
- @property
1087
+ @_builtins.property
1088
1088
  @pulumi.getter
1089
- def verbs(self) -> Sequence[str]:
1089
+ def verbs(self) -> Sequence[_builtins.str]:
1090
1090
  """
1091
1091
  `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.
1092
1092
  """
@@ -1116,27 +1116,27 @@ class NonResourcePolicyRulePatch(dict):
1116
1116
  return super().get(key, default)
1117
1117
 
1118
1118
  def __init__(__self__, *,
1119
- non_resource_urls: Optional[Sequence[str]] = None,
1120
- verbs: Optional[Sequence[str]] = None):
1119
+ non_resource_urls: Optional[Sequence[_builtins.str]] = None,
1120
+ verbs: Optional[Sequence[_builtins.str]] = None):
1121
1121
  """
1122
1122
  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.
1123
- :param Sequence[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:
1123
+ :param Sequence[_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:
1124
1124
  - "/healthz" is legal
1125
1125
  - "/hea*" is illegal
1126
1126
  - "/hea" is legal but matches nothing
1127
1127
  - "/hea/*" also matches nothing
1128
1128
  - "/healthz/*" matches all per-component health checks.
1129
1129
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
1130
- :param Sequence[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.
1130
+ :param Sequence[_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.
1131
1131
  """
1132
1132
  if non_resource_urls is not None:
1133
1133
  pulumi.set(__self__, "non_resource_urls", non_resource_urls)
1134
1134
  if verbs is not None:
1135
1135
  pulumi.set(__self__, "verbs", verbs)
1136
1136
 
1137
- @property
1137
+ @_builtins.property
1138
1138
  @pulumi.getter(name="nonResourceURLs")
1139
- def non_resource_urls(self) -> Optional[Sequence[str]]:
1139
+ def non_resource_urls(self) -> Optional[Sequence[_builtins.str]]:
1140
1140
  """
1141
1141
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1142
1142
  - "/healthz" is legal
@@ -1148,9 +1148,9 @@ class NonResourcePolicyRulePatch(dict):
1148
1148
  """
1149
1149
  return pulumi.get(self, "non_resource_urls")
1150
1150
 
1151
- @property
1151
+ @_builtins.property
1152
1152
  @pulumi.getter
1153
- def verbs(self) -> Optional[Sequence[str]]:
1153
+ def verbs(self) -> Optional[Sequence[_builtins.str]]:
1154
1154
  """
1155
1155
  `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.
1156
1156
  """
@@ -1197,7 +1197,7 @@ class PolicyRulesWithSubjects(dict):
1197
1197
  if resource_rules is not None:
1198
1198
  pulumi.set(__self__, "resource_rules", resource_rules)
1199
1199
 
1200
- @property
1200
+ @_builtins.property
1201
1201
  @pulumi.getter
1202
1202
  def subjects(self) -> Sequence['outputs.Subject']:
1203
1203
  """
@@ -1205,7 +1205,7 @@ class PolicyRulesWithSubjects(dict):
1205
1205
  """
1206
1206
  return pulumi.get(self, "subjects")
1207
1207
 
1208
- @property
1208
+ @_builtins.property
1209
1209
  @pulumi.getter(name="nonResourceRules")
1210
1210
  def non_resource_rules(self) -> Optional[Sequence['outputs.NonResourcePolicyRule']]:
1211
1211
  """
@@ -1213,7 +1213,7 @@ class PolicyRulesWithSubjects(dict):
1213
1213
  """
1214
1214
  return pulumi.get(self, "non_resource_rules")
1215
1215
 
1216
- @property
1216
+ @_builtins.property
1217
1217
  @pulumi.getter(name="resourceRules")
1218
1218
  def resource_rules(self) -> Optional[Sequence['outputs.ResourcePolicyRule']]:
1219
1219
  """
@@ -1263,7 +1263,7 @@ class PolicyRulesWithSubjectsPatch(dict):
1263
1263
  if subjects is not None:
1264
1264
  pulumi.set(__self__, "subjects", subjects)
1265
1265
 
1266
- @property
1266
+ @_builtins.property
1267
1267
  @pulumi.getter(name="nonResourceRules")
1268
1268
  def non_resource_rules(self) -> Optional[Sequence['outputs.NonResourcePolicyRulePatch']]:
1269
1269
  """
@@ -1271,7 +1271,7 @@ class PolicyRulesWithSubjectsPatch(dict):
1271
1271
  """
1272
1272
  return pulumi.get(self, "non_resource_rules")
1273
1273
 
1274
- @property
1274
+ @_builtins.property
1275
1275
  @pulumi.getter(name="resourceRules")
1276
1276
  def resource_rules(self) -> Optional[Sequence['outputs.ResourcePolicyRulePatch']]:
1277
1277
  """
@@ -1279,7 +1279,7 @@ class PolicyRulesWithSubjectsPatch(dict):
1279
1279
  """
1280
1280
  return pulumi.get(self, "resource_rules")
1281
1281
 
1282
- @property
1282
+ @_builtins.property
1283
1283
  @pulumi.getter
1284
1284
  def subjects(self) -> Optional[Sequence['outputs.SubjectPatch']]:
1285
1285
  """
@@ -1311,15 +1311,15 @@ class PriorityLevelConfiguration(dict):
1311
1311
  return super().get(key, default)
1312
1312
 
1313
1313
  def __init__(__self__, *,
1314
- api_version: Optional[str] = None,
1315
- kind: Optional[str] = None,
1314
+ api_version: Optional[_builtins.str] = None,
1315
+ kind: Optional[_builtins.str] = None,
1316
1316
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1317
1317
  spec: Optional['outputs.PriorityLevelConfigurationSpec'] = None,
1318
1318
  status: Optional['outputs.PriorityLevelConfigurationStatus'] = None):
1319
1319
  """
1320
1320
  PriorityLevelConfiguration represents the configuration of a priority level.
1321
- :param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1322
- :param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1321
+ :param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1322
+ :param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1323
1323
  :param '_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
1324
1324
  :param '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
1325
1325
  :param '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
@@ -1335,23 +1335,23 @@ class PriorityLevelConfiguration(dict):
1335
1335
  if status is not None:
1336
1336
  pulumi.set(__self__, "status", status)
1337
1337
 
1338
- @property
1338
+ @_builtins.property
1339
1339
  @pulumi.getter(name="apiVersion")
1340
- def api_version(self) -> Optional[str]:
1340
+ def api_version(self) -> Optional[_builtins.str]:
1341
1341
  """
1342
1342
  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
1343
1343
  """
1344
1344
  return pulumi.get(self, "api_version")
1345
1345
 
1346
- @property
1346
+ @_builtins.property
1347
1347
  @pulumi.getter
1348
- def kind(self) -> Optional[str]:
1348
+ def kind(self) -> Optional[_builtins.str]:
1349
1349
  """
1350
1350
  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
1351
1351
  """
1352
1352
  return pulumi.get(self, "kind")
1353
1353
 
1354
- @property
1354
+ @_builtins.property
1355
1355
  @pulumi.getter
1356
1356
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1357
1357
  """
@@ -1359,7 +1359,7 @@ class PriorityLevelConfiguration(dict):
1359
1359
  """
1360
1360
  return pulumi.get(self, "metadata")
1361
1361
 
1362
- @property
1362
+ @_builtins.property
1363
1363
  @pulumi.getter
1364
1364
  def spec(self) -> Optional['outputs.PriorityLevelConfigurationSpec']:
1365
1365
  """
@@ -1367,7 +1367,7 @@ class PriorityLevelConfiguration(dict):
1367
1367
  """
1368
1368
  return pulumi.get(self, "spec")
1369
1369
 
1370
- @property
1370
+ @_builtins.property
1371
1371
  @pulumi.getter
1372
1372
  def status(self) -> Optional['outputs.PriorityLevelConfigurationStatus']:
1373
1373
  """
@@ -1399,18 +1399,18 @@ class PriorityLevelConfigurationCondition(dict):
1399
1399
  return super().get(key, default)
1400
1400
 
1401
1401
  def __init__(__self__, *,
1402
- last_transition_time: Optional[str] = None,
1403
- message: Optional[str] = None,
1404
- reason: Optional[str] = None,
1405
- status: Optional[str] = None,
1406
- type: Optional[str] = None):
1402
+ last_transition_time: Optional[_builtins.str] = None,
1403
+ message: Optional[_builtins.str] = None,
1404
+ reason: Optional[_builtins.str] = None,
1405
+ status: Optional[_builtins.str] = None,
1406
+ type: Optional[_builtins.str] = None):
1407
1407
  """
1408
1408
  PriorityLevelConfigurationCondition defines the condition of priority level.
1409
- :param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1410
- :param str message: `message` is a human-readable message indicating details about last transition.
1411
- :param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1412
- :param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1413
- :param str type: `type` is the type of the condition. Required.
1409
+ :param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1410
+ :param _builtins.str message: `message` is a human-readable message indicating details about last transition.
1411
+ :param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1412
+ :param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1413
+ :param _builtins.str type: `type` is the type of the condition. Required.
1414
1414
  """
1415
1415
  if last_transition_time is not None:
1416
1416
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -1423,41 +1423,41 @@ class PriorityLevelConfigurationCondition(dict):
1423
1423
  if type is not None:
1424
1424
  pulumi.set(__self__, "type", type)
1425
1425
 
1426
- @property
1426
+ @_builtins.property
1427
1427
  @pulumi.getter(name="lastTransitionTime")
1428
- def last_transition_time(self) -> Optional[str]:
1428
+ def last_transition_time(self) -> Optional[_builtins.str]:
1429
1429
  """
1430
1430
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
1431
1431
  """
1432
1432
  return pulumi.get(self, "last_transition_time")
1433
1433
 
1434
- @property
1434
+ @_builtins.property
1435
1435
  @pulumi.getter
1436
- def message(self) -> Optional[str]:
1436
+ def message(self) -> Optional[_builtins.str]:
1437
1437
  """
1438
1438
  `message` is a human-readable message indicating details about last transition.
1439
1439
  """
1440
1440
  return pulumi.get(self, "message")
1441
1441
 
1442
- @property
1442
+ @_builtins.property
1443
1443
  @pulumi.getter
1444
- def reason(self) -> Optional[str]:
1444
+ def reason(self) -> Optional[_builtins.str]:
1445
1445
  """
1446
1446
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1447
1447
  """
1448
1448
  return pulumi.get(self, "reason")
1449
1449
 
1450
- @property
1450
+ @_builtins.property
1451
1451
  @pulumi.getter
1452
- def status(self) -> Optional[str]:
1452
+ def status(self) -> Optional[_builtins.str]:
1453
1453
  """
1454
1454
  `status` is the status of the condition. Can be True, False, Unknown. Required.
1455
1455
  """
1456
1456
  return pulumi.get(self, "status")
1457
1457
 
1458
- @property
1458
+ @_builtins.property
1459
1459
  @pulumi.getter
1460
- def type(self) -> Optional[str]:
1460
+ def type(self) -> Optional[_builtins.str]:
1461
1461
  """
1462
1462
  `type` is the type of the condition. Required.
1463
1463
  """
@@ -1487,18 +1487,18 @@ class PriorityLevelConfigurationConditionPatch(dict):
1487
1487
  return super().get(key, default)
1488
1488
 
1489
1489
  def __init__(__self__, *,
1490
- last_transition_time: Optional[str] = None,
1491
- message: Optional[str] = None,
1492
- reason: Optional[str] = None,
1493
- status: Optional[str] = None,
1494
- type: Optional[str] = None):
1490
+ last_transition_time: Optional[_builtins.str] = None,
1491
+ message: Optional[_builtins.str] = None,
1492
+ reason: Optional[_builtins.str] = None,
1493
+ status: Optional[_builtins.str] = None,
1494
+ type: Optional[_builtins.str] = None):
1495
1495
  """
1496
1496
  PriorityLevelConfigurationCondition defines the condition of priority level.
1497
- :param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1498
- :param str message: `message` is a human-readable message indicating details about last transition.
1499
- :param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1500
- :param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1501
- :param str type: `type` is the type of the condition. Required.
1497
+ :param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1498
+ :param _builtins.str message: `message` is a human-readable message indicating details about last transition.
1499
+ :param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1500
+ :param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1501
+ :param _builtins.str type: `type` is the type of the condition. Required.
1502
1502
  """
1503
1503
  if last_transition_time is not None:
1504
1504
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -1511,41 +1511,41 @@ class PriorityLevelConfigurationConditionPatch(dict):
1511
1511
  if type is not None:
1512
1512
  pulumi.set(__self__, "type", type)
1513
1513
 
1514
- @property
1514
+ @_builtins.property
1515
1515
  @pulumi.getter(name="lastTransitionTime")
1516
- def last_transition_time(self) -> Optional[str]:
1516
+ def last_transition_time(self) -> Optional[_builtins.str]:
1517
1517
  """
1518
1518
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
1519
1519
  """
1520
1520
  return pulumi.get(self, "last_transition_time")
1521
1521
 
1522
- @property
1522
+ @_builtins.property
1523
1523
  @pulumi.getter
1524
- def message(self) -> Optional[str]:
1524
+ def message(self) -> Optional[_builtins.str]:
1525
1525
  """
1526
1526
  `message` is a human-readable message indicating details about last transition.
1527
1527
  """
1528
1528
  return pulumi.get(self, "message")
1529
1529
 
1530
- @property
1530
+ @_builtins.property
1531
1531
  @pulumi.getter
1532
- def reason(self) -> Optional[str]:
1532
+ def reason(self) -> Optional[_builtins.str]:
1533
1533
  """
1534
1534
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1535
1535
  """
1536
1536
  return pulumi.get(self, "reason")
1537
1537
 
1538
- @property
1538
+ @_builtins.property
1539
1539
  @pulumi.getter
1540
- def status(self) -> Optional[str]:
1540
+ def status(self) -> Optional[_builtins.str]:
1541
1541
  """
1542
1542
  `status` is the status of the condition. Can be True, False, Unknown. Required.
1543
1543
  """
1544
1544
  return pulumi.get(self, "status")
1545
1545
 
1546
- @property
1546
+ @_builtins.property
1547
1547
  @pulumi.getter
1548
- def type(self) -> Optional[str]:
1548
+ def type(self) -> Optional[_builtins.str]:
1549
1549
  """
1550
1550
  `type` is the type of the condition. Required.
1551
1551
  """
@@ -1558,16 +1558,16 @@ class PriorityLevelConfigurationReference(dict):
1558
1558
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1559
1559
  """
1560
1560
  def __init__(__self__, *,
1561
- name: str):
1561
+ name: _builtins.str):
1562
1562
  """
1563
1563
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1564
- :param str name: `name` is the name of the priority level configuration being referenced Required.
1564
+ :param _builtins.str name: `name` is the name of the priority level configuration being referenced Required.
1565
1565
  """
1566
1566
  pulumi.set(__self__, "name", name)
1567
1567
 
1568
- @property
1568
+ @_builtins.property
1569
1569
  @pulumi.getter
1570
- def name(self) -> str:
1570
+ def name(self) -> _builtins.str:
1571
1571
  """
1572
1572
  `name` is the name of the priority level configuration being referenced Required.
1573
1573
  """
@@ -1580,17 +1580,17 @@ class PriorityLevelConfigurationReferencePatch(dict):
1580
1580
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1581
1581
  """
1582
1582
  def __init__(__self__, *,
1583
- name: Optional[str] = None):
1583
+ name: Optional[_builtins.str] = None):
1584
1584
  """
1585
1585
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1586
- :param str name: `name` is the name of the priority level configuration being referenced Required.
1586
+ :param _builtins.str name: `name` is the name of the priority level configuration being referenced Required.
1587
1587
  """
1588
1588
  if name is not None:
1589
1589
  pulumi.set(__self__, "name", name)
1590
1590
 
1591
- @property
1591
+ @_builtins.property
1592
1592
  @pulumi.getter
1593
- def name(self) -> Optional[str]:
1593
+ def name(self) -> Optional[_builtins.str]:
1594
1594
  """
1595
1595
  `name` is the name of the priority level configuration being referenced Required.
1596
1596
  """
@@ -1603,12 +1603,12 @@ class PriorityLevelConfigurationSpec(dict):
1603
1603
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1604
1604
  """
1605
1605
  def __init__(__self__, *,
1606
- type: str,
1606
+ type: _builtins.str,
1607
1607
  exempt: Optional['outputs.ExemptPriorityLevelConfiguration'] = None,
1608
1608
  limited: Optional['outputs.LimitedPriorityLevelConfiguration'] = None):
1609
1609
  """
1610
1610
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1611
- :param 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.
1611
+ :param _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.
1612
1612
  :param '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.
1613
1613
  :param '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"`.
1614
1614
  """
@@ -1618,15 +1618,15 @@ class PriorityLevelConfigurationSpec(dict):
1618
1618
  if limited is not None:
1619
1619
  pulumi.set(__self__, "limited", limited)
1620
1620
 
1621
- @property
1621
+ @_builtins.property
1622
1622
  @pulumi.getter
1623
- def type(self) -> str:
1623
+ def type(self) -> _builtins.str:
1624
1624
  """
1625
1625
  `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.
1626
1626
  """
1627
1627
  return pulumi.get(self, "type")
1628
1628
 
1629
- @property
1629
+ @_builtins.property
1630
1630
  @pulumi.getter
1631
1631
  def exempt(self) -> Optional['outputs.ExemptPriorityLevelConfiguration']:
1632
1632
  """
@@ -1634,7 +1634,7 @@ class PriorityLevelConfigurationSpec(dict):
1634
1634
  """
1635
1635
  return pulumi.get(self, "exempt")
1636
1636
 
1637
- @property
1637
+ @_builtins.property
1638
1638
  @pulumi.getter
1639
1639
  def limited(self) -> Optional['outputs.LimitedPriorityLevelConfiguration']:
1640
1640
  """
@@ -1651,12 +1651,12 @@ class PriorityLevelConfigurationSpecPatch(dict):
1651
1651
  def __init__(__self__, *,
1652
1652
  exempt: Optional['outputs.ExemptPriorityLevelConfigurationPatch'] = None,
1653
1653
  limited: Optional['outputs.LimitedPriorityLevelConfigurationPatch'] = None,
1654
- type: Optional[str] = None):
1654
+ type: Optional[_builtins.str] = None):
1655
1655
  """
1656
1656
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1657
1657
  :param '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.
1658
1658
  :param '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"`.
1659
- :param 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.
1659
+ :param _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.
1660
1660
  """
1661
1661
  if exempt is not None:
1662
1662
  pulumi.set(__self__, "exempt", exempt)
@@ -1665,7 +1665,7 @@ class PriorityLevelConfigurationSpecPatch(dict):
1665
1665
  if type is not None:
1666
1666
  pulumi.set(__self__, "type", type)
1667
1667
 
1668
- @property
1668
+ @_builtins.property
1669
1669
  @pulumi.getter
1670
1670
  def exempt(self) -> Optional['outputs.ExemptPriorityLevelConfigurationPatch']:
1671
1671
  """
@@ -1673,7 +1673,7 @@ class PriorityLevelConfigurationSpecPatch(dict):
1673
1673
  """
1674
1674
  return pulumi.get(self, "exempt")
1675
1675
 
1676
- @property
1676
+ @_builtins.property
1677
1677
  @pulumi.getter
1678
1678
  def limited(self) -> Optional['outputs.LimitedPriorityLevelConfigurationPatch']:
1679
1679
  """
@@ -1681,9 +1681,9 @@ class PriorityLevelConfigurationSpecPatch(dict):
1681
1681
  """
1682
1682
  return pulumi.get(self, "limited")
1683
1683
 
1684
- @property
1684
+ @_builtins.property
1685
1685
  @pulumi.getter
1686
- def type(self) -> Optional[str]:
1686
+ def type(self) -> Optional[_builtins.str]:
1687
1687
  """
1688
1688
  `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.
1689
1689
  """
@@ -1704,7 +1704,7 @@ class PriorityLevelConfigurationStatus(dict):
1704
1704
  if conditions is not None:
1705
1705
  pulumi.set(__self__, "conditions", conditions)
1706
1706
 
1707
- @property
1707
+ @_builtins.property
1708
1708
  @pulumi.getter
1709
1709
  def conditions(self) -> Optional[Sequence['outputs.PriorityLevelConfigurationCondition']]:
1710
1710
  """
@@ -1727,7 +1727,7 @@ class PriorityLevelConfigurationStatusPatch(dict):
1727
1727
  if conditions is not None:
1728
1728
  pulumi.set(__self__, "conditions", conditions)
1729
1729
 
1730
- @property
1730
+ @_builtins.property
1731
1731
  @pulumi.getter
1732
1732
  def conditions(self) -> Optional[Sequence['outputs.PriorityLevelConfigurationConditionPatch']]:
1733
1733
  """
@@ -1761,14 +1761,14 @@ class QueuingConfiguration(dict):
1761
1761
  return super().get(key, default)
1762
1762
 
1763
1763
  def __init__(__self__, *,
1764
- hand_size: Optional[int] = None,
1765
- queue_length_limit: Optional[int] = None,
1766
- queues: Optional[int] = None):
1764
+ hand_size: Optional[_builtins.int] = None,
1765
+ queue_length_limit: Optional[_builtins.int] = None,
1766
+ queues: Optional[_builtins.int] = None):
1767
1767
  """
1768
1768
  QueuingConfiguration holds the configuration parameters for queuing
1769
- :param 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.
1770
- :param 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.
1771
- :param 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.
1769
+ :param _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.
1770
+ :param _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.
1771
+ :param _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.
1772
1772
  """
1773
1773
  if hand_size is not None:
1774
1774
  pulumi.set(__self__, "hand_size", hand_size)
@@ -1777,25 +1777,25 @@ class QueuingConfiguration(dict):
1777
1777
  if queues is not None:
1778
1778
  pulumi.set(__self__, "queues", queues)
1779
1779
 
1780
- @property
1780
+ @_builtins.property
1781
1781
  @pulumi.getter(name="handSize")
1782
- def hand_size(self) -> Optional[int]:
1782
+ def hand_size(self) -> Optional[_builtins.int]:
1783
1783
  """
1784
1784
  `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.
1785
1785
  """
1786
1786
  return pulumi.get(self, "hand_size")
1787
1787
 
1788
- @property
1788
+ @_builtins.property
1789
1789
  @pulumi.getter(name="queueLengthLimit")
1790
- def queue_length_limit(self) -> Optional[int]:
1790
+ def queue_length_limit(self) -> Optional[_builtins.int]:
1791
1791
  """
1792
1792
  `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.
1793
1793
  """
1794
1794
  return pulumi.get(self, "queue_length_limit")
1795
1795
 
1796
- @property
1796
+ @_builtins.property
1797
1797
  @pulumi.getter
1798
- def queues(self) -> Optional[int]:
1798
+ def queues(self) -> Optional[_builtins.int]:
1799
1799
  """
1800
1800
  `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1801
1801
  """
@@ -1827,14 +1827,14 @@ class QueuingConfigurationPatch(dict):
1827
1827
  return super().get(key, default)
1828
1828
 
1829
1829
  def __init__(__self__, *,
1830
- hand_size: Optional[int] = None,
1831
- queue_length_limit: Optional[int] = None,
1832
- queues: Optional[int] = None):
1830
+ hand_size: Optional[_builtins.int] = None,
1831
+ queue_length_limit: Optional[_builtins.int] = None,
1832
+ queues: Optional[_builtins.int] = None):
1833
1833
  """
1834
1834
  QueuingConfiguration holds the configuration parameters for queuing
1835
- :param 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.
1836
- :param 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.
1837
- :param 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.
1835
+ :param _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.
1836
+ :param _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.
1837
+ :param _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.
1838
1838
  """
1839
1839
  if hand_size is not None:
1840
1840
  pulumi.set(__self__, "hand_size", hand_size)
@@ -1843,25 +1843,25 @@ class QueuingConfigurationPatch(dict):
1843
1843
  if queues is not None:
1844
1844
  pulumi.set(__self__, "queues", queues)
1845
1845
 
1846
- @property
1846
+ @_builtins.property
1847
1847
  @pulumi.getter(name="handSize")
1848
- def hand_size(self) -> Optional[int]:
1848
+ def hand_size(self) -> Optional[_builtins.int]:
1849
1849
  """
1850
1850
  `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.
1851
1851
  """
1852
1852
  return pulumi.get(self, "hand_size")
1853
1853
 
1854
- @property
1854
+ @_builtins.property
1855
1855
  @pulumi.getter(name="queueLengthLimit")
1856
- def queue_length_limit(self) -> Optional[int]:
1856
+ def queue_length_limit(self) -> Optional[_builtins.int]:
1857
1857
  """
1858
1858
  `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.
1859
1859
  """
1860
1860
  return pulumi.get(self, "queue_length_limit")
1861
1861
 
1862
- @property
1862
+ @_builtins.property
1863
1863
  @pulumi.getter
1864
- def queues(self) -> Optional[int]:
1864
+ def queues(self) -> Optional[_builtins.int]:
1865
1865
  """
1866
1866
  `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.
1867
1867
  """
@@ -1893,18 +1893,18 @@ class ResourcePolicyRule(dict):
1893
1893
  return super().get(key, default)
1894
1894
 
1895
1895
  def __init__(__self__, *,
1896
- api_groups: Sequence[str],
1897
- resources: Sequence[str],
1898
- verbs: Sequence[str],
1899
- cluster_scope: Optional[bool] = None,
1900
- namespaces: Optional[Sequence[str]] = None):
1896
+ api_groups: Sequence[_builtins.str],
1897
+ resources: Sequence[_builtins.str],
1898
+ verbs: Sequence[_builtins.str],
1899
+ cluster_scope: Optional[_builtins.bool] = None,
1900
+ namespaces: Optional[Sequence[_builtins.str]] = None):
1901
1901
  """
1902
1902
  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.
1903
- :param Sequence[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.
1904
- :param Sequence[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.
1905
- :param Sequence[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.
1906
- :param 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.
1907
- :param Sequence[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.
1903
+ :param Sequence[_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.
1904
+ :param Sequence[_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.
1905
+ :param Sequence[_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.
1906
+ :param _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.
1907
+ :param Sequence[_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.
1908
1908
  """
1909
1909
  pulumi.set(__self__, "api_groups", api_groups)
1910
1910
  pulumi.set(__self__, "resources", resources)
@@ -1914,41 +1914,41 @@ class ResourcePolicyRule(dict):
1914
1914
  if namespaces is not None:
1915
1915
  pulumi.set(__self__, "namespaces", namespaces)
1916
1916
 
1917
- @property
1917
+ @_builtins.property
1918
1918
  @pulumi.getter(name="apiGroups")
1919
- def api_groups(self) -> Sequence[str]:
1919
+ def api_groups(self) -> Sequence[_builtins.str]:
1920
1920
  """
1921
1921
  `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.
1922
1922
  """
1923
1923
  return pulumi.get(self, "api_groups")
1924
1924
 
1925
- @property
1925
+ @_builtins.property
1926
1926
  @pulumi.getter
1927
- def resources(self) -> Sequence[str]:
1927
+ def resources(self) -> Sequence[_builtins.str]:
1928
1928
  """
1929
1929
  `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.
1930
1930
  """
1931
1931
  return pulumi.get(self, "resources")
1932
1932
 
1933
- @property
1933
+ @_builtins.property
1934
1934
  @pulumi.getter
1935
- def verbs(self) -> Sequence[str]:
1935
+ def verbs(self) -> Sequence[_builtins.str]:
1936
1936
  """
1937
1937
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1938
1938
  """
1939
1939
  return pulumi.get(self, "verbs")
1940
1940
 
1941
- @property
1941
+ @_builtins.property
1942
1942
  @pulumi.getter(name="clusterScope")
1943
- def cluster_scope(self) -> Optional[bool]:
1943
+ def cluster_scope(self) -> Optional[_builtins.bool]:
1944
1944
  """
1945
1945
  `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.
1946
1946
  """
1947
1947
  return pulumi.get(self, "cluster_scope")
1948
1948
 
1949
- @property
1949
+ @_builtins.property
1950
1950
  @pulumi.getter
1951
- def namespaces(self) -> Optional[Sequence[str]]:
1951
+ def namespaces(self) -> Optional[Sequence[_builtins.str]]:
1952
1952
  """
1953
1953
  `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.
1954
1954
  """
@@ -1980,18 +1980,18 @@ class ResourcePolicyRulePatch(dict):
1980
1980
  return super().get(key, default)
1981
1981
 
1982
1982
  def __init__(__self__, *,
1983
- api_groups: Optional[Sequence[str]] = None,
1984
- cluster_scope: Optional[bool] = None,
1985
- namespaces: Optional[Sequence[str]] = None,
1986
- resources: Optional[Sequence[str]] = None,
1987
- verbs: Optional[Sequence[str]] = None):
1983
+ api_groups: Optional[Sequence[_builtins.str]] = None,
1984
+ cluster_scope: Optional[_builtins.bool] = None,
1985
+ namespaces: Optional[Sequence[_builtins.str]] = None,
1986
+ resources: Optional[Sequence[_builtins.str]] = None,
1987
+ verbs: Optional[Sequence[_builtins.str]] = None):
1988
1988
  """
1989
1989
  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.
1990
- :param Sequence[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.
1991
- :param 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.
1992
- :param Sequence[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.
1993
- :param Sequence[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.
1994
- :param Sequence[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.
1990
+ :param Sequence[_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.
1991
+ :param _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.
1992
+ :param Sequence[_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.
1993
+ :param Sequence[_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.
1994
+ :param Sequence[_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.
1995
1995
  """
1996
1996
  if api_groups is not None:
1997
1997
  pulumi.set(__self__, "api_groups", api_groups)
@@ -2004,41 +2004,41 @@ class ResourcePolicyRulePatch(dict):
2004
2004
  if verbs is not None:
2005
2005
  pulumi.set(__self__, "verbs", verbs)
2006
2006
 
2007
- @property
2007
+ @_builtins.property
2008
2008
  @pulumi.getter(name="apiGroups")
2009
- def api_groups(self) -> Optional[Sequence[str]]:
2009
+ def api_groups(self) -> Optional[Sequence[_builtins.str]]:
2010
2010
  """
2011
2011
  `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.
2012
2012
  """
2013
2013
  return pulumi.get(self, "api_groups")
2014
2014
 
2015
- @property
2015
+ @_builtins.property
2016
2016
  @pulumi.getter(name="clusterScope")
2017
- def cluster_scope(self) -> Optional[bool]:
2017
+ def cluster_scope(self) -> Optional[_builtins.bool]:
2018
2018
  """
2019
2019
  `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.
2020
2020
  """
2021
2021
  return pulumi.get(self, "cluster_scope")
2022
2022
 
2023
- @property
2023
+ @_builtins.property
2024
2024
  @pulumi.getter
2025
- def namespaces(self) -> Optional[Sequence[str]]:
2025
+ def namespaces(self) -> Optional[Sequence[_builtins.str]]:
2026
2026
  """
2027
2027
  `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.
2028
2028
  """
2029
2029
  return pulumi.get(self, "namespaces")
2030
2030
 
2031
- @property
2031
+ @_builtins.property
2032
2032
  @pulumi.getter
2033
- def resources(self) -> Optional[Sequence[str]]:
2033
+ def resources(self) -> Optional[Sequence[_builtins.str]]:
2034
2034
  """
2035
2035
  `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.
2036
2036
  """
2037
2037
  return pulumi.get(self, "resources")
2038
2038
 
2039
- @property
2039
+ @_builtins.property
2040
2040
  @pulumi.getter
2041
- def verbs(self) -> Optional[Sequence[str]]:
2041
+ def verbs(self) -> Optional[Sequence[_builtins.str]]:
2042
2042
  """
2043
2043
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
2044
2044
  """
@@ -2051,27 +2051,27 @@ class ServiceAccountSubject(dict):
2051
2051
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2052
2052
  """
2053
2053
  def __init__(__self__, *,
2054
- name: str,
2055
- namespace: str):
2054
+ name: _builtins.str,
2055
+ namespace: _builtins.str):
2056
2056
  """
2057
2057
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2058
- :param str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2059
- :param str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2058
+ :param _builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2059
+ :param _builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2060
2060
  """
2061
2061
  pulumi.set(__self__, "name", name)
2062
2062
  pulumi.set(__self__, "namespace", namespace)
2063
2063
 
2064
- @property
2064
+ @_builtins.property
2065
2065
  @pulumi.getter
2066
- def name(self) -> str:
2066
+ def name(self) -> _builtins.str:
2067
2067
  """
2068
2068
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2069
2069
  """
2070
2070
  return pulumi.get(self, "name")
2071
2071
 
2072
- @property
2072
+ @_builtins.property
2073
2073
  @pulumi.getter
2074
- def namespace(self) -> str:
2074
+ def namespace(self) -> _builtins.str:
2075
2075
  """
2076
2076
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2077
2077
  """
@@ -2084,29 +2084,29 @@ class ServiceAccountSubjectPatch(dict):
2084
2084
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2085
2085
  """
2086
2086
  def __init__(__self__, *,
2087
- name: Optional[str] = None,
2088
- namespace: Optional[str] = None):
2087
+ name: Optional[_builtins.str] = None,
2088
+ namespace: Optional[_builtins.str] = None):
2089
2089
  """
2090
2090
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2091
- :param str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2092
- :param str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2091
+ :param _builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2092
+ :param _builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2093
2093
  """
2094
2094
  if name is not None:
2095
2095
  pulumi.set(__self__, "name", name)
2096
2096
  if namespace is not None:
2097
2097
  pulumi.set(__self__, "namespace", namespace)
2098
2098
 
2099
- @property
2099
+ @_builtins.property
2100
2100
  @pulumi.getter
2101
- def name(self) -> Optional[str]:
2101
+ def name(self) -> Optional[_builtins.str]:
2102
2102
  """
2103
2103
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2104
2104
  """
2105
2105
  return pulumi.get(self, "name")
2106
2106
 
2107
- @property
2107
+ @_builtins.property
2108
2108
  @pulumi.getter
2109
- def namespace(self) -> Optional[str]:
2109
+ def namespace(self) -> Optional[_builtins.str]:
2110
2110
  """
2111
2111
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2112
2112
  """
@@ -2136,13 +2136,13 @@ class Subject(dict):
2136
2136
  return super().get(key, default)
2137
2137
 
2138
2138
  def __init__(__self__, *,
2139
- kind: str,
2139
+ kind: _builtins.str,
2140
2140
  group: Optional['outputs.GroupSubject'] = None,
2141
2141
  service_account: Optional['outputs.ServiceAccountSubject'] = None,
2142
2142
  user: Optional['outputs.UserSubject'] = None):
2143
2143
  """
2144
2144
  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.
2145
- :param str kind: `kind` indicates which one of the other fields is non-empty. Required
2145
+ :param _builtins.str kind: `kind` indicates which one of the other fields is non-empty. Required
2146
2146
  :param 'GroupSubjectArgs' group: `group` matches based on user group name.
2147
2147
  :param 'ServiceAccountSubjectArgs' service_account: `serviceAccount` matches ServiceAccounts.
2148
2148
  :param 'UserSubjectArgs' user: `user` matches based on username.
@@ -2155,15 +2155,15 @@ class Subject(dict):
2155
2155
  if user is not None:
2156
2156
  pulumi.set(__self__, "user", user)
2157
2157
 
2158
- @property
2158
+ @_builtins.property
2159
2159
  @pulumi.getter
2160
- def kind(self) -> str:
2160
+ def kind(self) -> _builtins.str:
2161
2161
  """
2162
2162
  `kind` indicates which one of the other fields is non-empty. Required
2163
2163
  """
2164
2164
  return pulumi.get(self, "kind")
2165
2165
 
2166
- @property
2166
+ @_builtins.property
2167
2167
  @pulumi.getter
2168
2168
  def group(self) -> Optional['outputs.GroupSubject']:
2169
2169
  """
@@ -2171,7 +2171,7 @@ class Subject(dict):
2171
2171
  """
2172
2172
  return pulumi.get(self, "group")
2173
2173
 
2174
- @property
2174
+ @_builtins.property
2175
2175
  @pulumi.getter(name="serviceAccount")
2176
2176
  def service_account(self) -> Optional['outputs.ServiceAccountSubject']:
2177
2177
  """
@@ -2179,7 +2179,7 @@ class Subject(dict):
2179
2179
  """
2180
2180
  return pulumi.get(self, "service_account")
2181
2181
 
2182
- @property
2182
+ @_builtins.property
2183
2183
  @pulumi.getter
2184
2184
  def user(self) -> Optional['outputs.UserSubject']:
2185
2185
  """
@@ -2212,13 +2212,13 @@ class SubjectPatch(dict):
2212
2212
 
2213
2213
  def __init__(__self__, *,
2214
2214
  group: Optional['outputs.GroupSubjectPatch'] = None,
2215
- kind: Optional[str] = None,
2215
+ kind: Optional[_builtins.str] = None,
2216
2216
  service_account: Optional['outputs.ServiceAccountSubjectPatch'] = None,
2217
2217
  user: Optional['outputs.UserSubjectPatch'] = None):
2218
2218
  """
2219
2219
  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.
2220
2220
  :param 'GroupSubjectPatchArgs' group: `group` matches based on user group name.
2221
- :param str kind: `kind` indicates which one of the other fields is non-empty. Required
2221
+ :param _builtins.str kind: `kind` indicates which one of the other fields is non-empty. Required
2222
2222
  :param 'ServiceAccountSubjectPatchArgs' service_account: `serviceAccount` matches ServiceAccounts.
2223
2223
  :param 'UserSubjectPatchArgs' user: `user` matches based on username.
2224
2224
  """
@@ -2231,7 +2231,7 @@ class SubjectPatch(dict):
2231
2231
  if user is not None:
2232
2232
  pulumi.set(__self__, "user", user)
2233
2233
 
2234
- @property
2234
+ @_builtins.property
2235
2235
  @pulumi.getter
2236
2236
  def group(self) -> Optional['outputs.GroupSubjectPatch']:
2237
2237
  """
@@ -2239,15 +2239,15 @@ class SubjectPatch(dict):
2239
2239
  """
2240
2240
  return pulumi.get(self, "group")
2241
2241
 
2242
- @property
2242
+ @_builtins.property
2243
2243
  @pulumi.getter
2244
- def kind(self) -> Optional[str]:
2244
+ def kind(self) -> Optional[_builtins.str]:
2245
2245
  """
2246
2246
  `kind` indicates which one of the other fields is non-empty. Required
2247
2247
  """
2248
2248
  return pulumi.get(self, "kind")
2249
2249
 
2250
- @property
2250
+ @_builtins.property
2251
2251
  @pulumi.getter(name="serviceAccount")
2252
2252
  def service_account(self) -> Optional['outputs.ServiceAccountSubjectPatch']:
2253
2253
  """
@@ -2255,7 +2255,7 @@ class SubjectPatch(dict):
2255
2255
  """
2256
2256
  return pulumi.get(self, "service_account")
2257
2257
 
2258
- @property
2258
+ @_builtins.property
2259
2259
  @pulumi.getter
2260
2260
  def user(self) -> Optional['outputs.UserSubjectPatch']:
2261
2261
  """
@@ -2270,16 +2270,16 @@ class UserSubject(dict):
2270
2270
  UserSubject holds detailed information for user-kind subject.
2271
2271
  """
2272
2272
  def __init__(__self__, *,
2273
- name: str):
2273
+ name: _builtins.str):
2274
2274
  """
2275
2275
  UserSubject holds detailed information for user-kind subject.
2276
- :param str name: `name` is the username that matches, or "*" to match all usernames. Required.
2276
+ :param _builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
2277
2277
  """
2278
2278
  pulumi.set(__self__, "name", name)
2279
2279
 
2280
- @property
2280
+ @_builtins.property
2281
2281
  @pulumi.getter
2282
- def name(self) -> str:
2282
+ def name(self) -> _builtins.str:
2283
2283
  """
2284
2284
  `name` is the username that matches, or "*" to match all usernames. Required.
2285
2285
  """
@@ -2292,17 +2292,17 @@ class UserSubjectPatch(dict):
2292
2292
  UserSubject holds detailed information for user-kind subject.
2293
2293
  """
2294
2294
  def __init__(__self__, *,
2295
- name: Optional[str] = None):
2295
+ name: Optional[_builtins.str] = None):
2296
2296
  """
2297
2297
  UserSubject holds detailed information for user-kind subject.
2298
- :param str name: `name` is the username that matches, or "*" to match all usernames. Required.
2298
+ :param _builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
2299
2299
  """
2300
2300
  if name is not None:
2301
2301
  pulumi.set(__self__, "name", name)
2302
2302
 
2303
- @property
2303
+ @_builtins.property
2304
2304
  @pulumi.getter
2305
- def name(self) -> Optional[str]:
2305
+ def name(self) -> Optional[_builtins.str]:
2306
2306
  """
2307
2307
  `name` is the username that matches, or "*" to match all usernames. Required.
2308
2308
  """