pulumi-kubernetes 4.22.1__py3-none-any.whl → 4.23.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-kubernetes might be problematic. Click here for more details.

Files changed (702) hide show
  1. pulumi_kubernetes/__init__.py +37 -2
  2. pulumi_kubernetes/_inputs.py +41 -40
  3. pulumi_kubernetes/admissionregistration/__init__.py +1 -0
  4. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +18 -16
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +18 -16
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +18 -16
  7. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +18 -16
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +18 -16
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +18 -16
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +18 -16
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +18 -16
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +18 -16
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +18 -16
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +18 -16
  16. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
  17. pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
  18. pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
  19. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +18 -16
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +18 -16
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +18 -16
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +18 -16
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +18 -16
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +18 -16
  25. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +18 -16
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +18 -16
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +18 -16
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +18 -16
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +18 -16
  31. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
  32. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +396 -395
  33. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +249 -248
  34. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +18 -16
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +18 -16
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +18 -16
  37. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +18 -16
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +18 -16
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +18 -16
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +18 -16
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +18 -16
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +18 -16
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +18 -16
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +18 -16
  46. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
  47. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
  48. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
  49. pulumi_kubernetes/apiextensions/__init__.py +1 -0
  50. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +18 -16
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +18 -16
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +18 -16
  53. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
  54. pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
  55. pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
  56. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +18 -16
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +18 -16
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +18 -16
  59. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
  60. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
  61. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
  62. pulumi_kubernetes/apiregistration/__init__.py +1 -0
  63. pulumi_kubernetes/apiregistration/v1/APIService.py +18 -16
  64. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +18 -16
  65. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +18 -16
  66. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
  67. pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
  68. pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
  69. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +18 -16
  70. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +18 -16
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +18 -16
  72. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
  73. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
  74. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
  75. pulumi_kubernetes/apps/__init__.py +1 -0
  76. pulumi_kubernetes/apps/v1/ControllerRevision.py +26 -24
  77. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +18 -16
  78. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +26 -24
  79. pulumi_kubernetes/apps/v1/DaemonSet.py +18 -16
  80. pulumi_kubernetes/apps/v1/DaemonSetList.py +18 -16
  81. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +18 -16
  82. pulumi_kubernetes/apps/v1/Deployment.py +18 -16
  83. pulumi_kubernetes/apps/v1/DeploymentList.py +18 -16
  84. pulumi_kubernetes/apps/v1/DeploymentPatch.py +18 -16
  85. pulumi_kubernetes/apps/v1/ReplicaSet.py +18 -16
  86. pulumi_kubernetes/apps/v1/ReplicaSetList.py +22 -20
  87. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +18 -16
  88. pulumi_kubernetes/apps/v1/StatefulSet.py +18 -16
  89. pulumi_kubernetes/apps/v1/StatefulSetList.py +18 -16
  90. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +18 -16
  91. pulumi_kubernetes/apps/v1/__init__.py +1 -0
  92. pulumi_kubernetes/apps/v1/_inputs.py +664 -610
  93. pulumi_kubernetes/apps/v1/outputs.py +582 -508
  94. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +26 -24
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +18 -16
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +26 -24
  97. pulumi_kubernetes/apps/v1beta1/Deployment.py +18 -16
  98. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +18 -16
  99. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +18 -16
  100. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +18 -16
  101. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +18 -16
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +18 -16
  103. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
  104. pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
  105. pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
  106. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +26 -24
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +18 -16
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +26 -24
  109. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +18 -16
  110. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +18 -16
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +18 -16
  112. pulumi_kubernetes/apps/v1beta2/Deployment.py +18 -16
  113. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +18 -16
  114. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +18 -16
  115. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +18 -16
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +18 -16
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +18 -16
  118. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +18 -16
  119. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +18 -16
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +18 -16
  121. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
  122. pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
  123. pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
  124. pulumi_kubernetes/auditregistration/__init__.py +1 -0
  125. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +18 -16
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +18 -16
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +18 -16
  128. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
  129. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
  130. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
  131. pulumi_kubernetes/autoscaling/__init__.py +1 -0
  132. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +18 -16
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +18 -16
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +18 -16
  135. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
  136. pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
  137. pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
  138. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +18 -16
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +18 -16
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +18 -16
  141. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
  142. pulumi_kubernetes/autoscaling/v2/_inputs.py +371 -290
  143. pulumi_kubernetes/autoscaling/v2/outputs.py +281 -224
  144. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +18 -16
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +18 -16
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +18 -16
  147. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
  148. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
  149. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
  150. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +18 -16
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +18 -16
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +18 -16
  153. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
  154. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
  155. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
  156. pulumi_kubernetes/batch/__init__.py +1 -0
  157. pulumi_kubernetes/batch/v1/CronJob.py +18 -16
  158. pulumi_kubernetes/batch/v1/CronJobList.py +18 -16
  159. pulumi_kubernetes/batch/v1/CronJobPatch.py +18 -16
  160. pulumi_kubernetes/batch/v1/Job.py +18 -16
  161. pulumi_kubernetes/batch/v1/JobList.py +18 -16
  162. pulumi_kubernetes/batch/v1/JobPatch.py +18 -16
  163. pulumi_kubernetes/batch/v1/__init__.py +1 -0
  164. pulumi_kubernetes/batch/v1/_inputs.py +394 -423
  165. pulumi_kubernetes/batch/v1/outputs.py +293 -316
  166. pulumi_kubernetes/batch/v1beta1/CronJob.py +18 -16
  167. pulumi_kubernetes/batch/v1beta1/CronJobList.py +18 -16
  168. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +18 -16
  169. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
  170. pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
  171. pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
  172. pulumi_kubernetes/batch/v2alpha1/CronJob.py +18 -16
  173. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +18 -16
  174. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +18 -16
  175. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
  176. pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
  177. pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
  178. pulumi_kubernetes/certificates/__init__.py +1 -0
  179. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +18 -16
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +18 -16
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +18 -16
  182. pulumi_kubernetes/certificates/v1/__init__.py +1 -0
  183. pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
  184. pulumi_kubernetes/certificates/v1/outputs.py +97 -96
  185. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +20 -16
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +18 -16
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +20 -16
  188. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
  189. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
  190. pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
  191. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +18 -16
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +18 -16
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +18 -16
  194. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
  197. pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
  198. pulumi_kubernetes/certificates/v1beta1/_inputs.py +409 -116
  199. pulumi_kubernetes/certificates/v1beta1/outputs.py +334 -92
  200. pulumi_kubernetes/coordination/__init__.py +1 -0
  201. pulumi_kubernetes/coordination/v1/Lease.py +18 -16
  202. pulumi_kubernetes/coordination/v1/LeaseList.py +18 -16
  203. pulumi_kubernetes/coordination/v1/LeasePatch.py +18 -16
  204. pulumi_kubernetes/coordination/v1/__init__.py +1 -0
  205. pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
  206. pulumi_kubernetes/coordination/v1/outputs.py +49 -48
  207. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +19 -17
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +18 -16
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +19 -17
  210. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
  211. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
  212. pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
  213. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +19 -17
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +18 -16
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +19 -17
  216. pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
  217. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +75 -74
  218. pulumi_kubernetes/coordination/v1alpha2/outputs.py +45 -44
  219. pulumi_kubernetes/coordination/v1beta1/Lease.py +18 -16
  220. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
  223. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +18 -16
  224. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +18 -16
  225. pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
  226. pulumi_kubernetes/coordination/v1beta1/_inputs.py +432 -60
  227. pulumi_kubernetes/coordination/v1beta1/outputs.py +329 -36
  228. pulumi_kubernetes/core/__init__.py +1 -0
  229. pulumi_kubernetes/core/v1/Binding.py +18 -16
  230. pulumi_kubernetes/core/v1/BindingPatch.py +18 -16
  231. pulumi_kubernetes/core/v1/ConfigMap.py +42 -40
  232. pulumi_kubernetes/core/v1/ConfigMapList.py +18 -16
  233. pulumi_kubernetes/core/v1/ConfigMapPatch.py +42 -40
  234. pulumi_kubernetes/core/v1/Endpoints.py +26 -16
  235. pulumi_kubernetes/core/v1/EndpointsList.py +20 -18
  236. pulumi_kubernetes/core/v1/EndpointsPatch.py +26 -16
  237. pulumi_kubernetes/core/v1/Event.py +98 -96
  238. pulumi_kubernetes/core/v1/EventList.py +18 -16
  239. pulumi_kubernetes/core/v1/EventPatch.py +98 -96
  240. pulumi_kubernetes/core/v1/LimitRange.py +18 -16
  241. pulumi_kubernetes/core/v1/LimitRangeList.py +18 -16
  242. pulumi_kubernetes/core/v1/LimitRangePatch.py +18 -16
  243. pulumi_kubernetes/core/v1/Namespace.py +18 -16
  244. pulumi_kubernetes/core/v1/NamespaceList.py +18 -16
  245. pulumi_kubernetes/core/v1/NamespacePatch.py +18 -16
  246. pulumi_kubernetes/core/v1/Node.py +18 -16
  247. pulumi_kubernetes/core/v1/NodeList.py +18 -16
  248. pulumi_kubernetes/core/v1/NodePatch.py +18 -16
  249. pulumi_kubernetes/core/v1/PersistentVolume.py +18 -16
  250. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +18 -16
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +18 -16
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +18 -16
  253. pulumi_kubernetes/core/v1/PersistentVolumeList.py +18 -16
  254. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +18 -16
  255. pulumi_kubernetes/core/v1/Pod.py +18 -16
  256. pulumi_kubernetes/core/v1/PodList.py +18 -16
  257. pulumi_kubernetes/core/v1/PodPatch.py +18 -16
  258. pulumi_kubernetes/core/v1/PodTemplate.py +18 -16
  259. pulumi_kubernetes/core/v1/PodTemplateList.py +18 -16
  260. pulumi_kubernetes/core/v1/PodTemplatePatch.py +18 -16
  261. pulumi_kubernetes/core/v1/ReplicationController.py +18 -16
  262. pulumi_kubernetes/core/v1/ReplicationControllerList.py +18 -16
  263. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +18 -16
  264. pulumi_kubernetes/core/v1/ResourceQuota.py +18 -16
  265. pulumi_kubernetes/core/v1/ResourceQuotaList.py +18 -16
  266. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +18 -16
  267. pulumi_kubernetes/core/v1/Secret.py +50 -48
  268. pulumi_kubernetes/core/v1/SecretList.py +18 -16
  269. pulumi_kubernetes/core/v1/SecretPatch.py +50 -48
  270. pulumi_kubernetes/core/v1/Service.py +18 -16
  271. pulumi_kubernetes/core/v1/ServiceAccount.py +26 -24
  272. pulumi_kubernetes/core/v1/ServiceAccountList.py +18 -16
  273. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +26 -24
  274. pulumi_kubernetes/core/v1/ServiceList.py +18 -16
  275. pulumi_kubernetes/core/v1/ServicePatch.py +18 -16
  276. pulumi_kubernetes/core/v1/__init__.py +1 -0
  277. pulumi_kubernetes/core/v1/_enums.py +4 -1
  278. pulumi_kubernetes/core/v1/_inputs.py +5736 -5561
  279. pulumi_kubernetes/core/v1/outputs.py +3853 -3652
  280. pulumi_kubernetes/discovery/__init__.py +1 -0
  281. pulumi_kubernetes/discovery/v1/EndpointSlice.py +34 -32
  282. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +18 -16
  283. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +34 -32
  284. pulumi_kubernetes/discovery/v1/__init__.py +1 -0
  285. pulumi_kubernetes/discovery/v1/_inputs.py +294 -178
  286. pulumi_kubernetes/discovery/v1/outputs.py +184 -108
  287. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +26 -24
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +18 -16
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +26 -24
  290. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
  291. pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
  292. pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
  293. pulumi_kubernetes/events/__init__.py +1 -0
  294. pulumi_kubernetes/events/v1/Event.py +98 -96
  295. pulumi_kubernetes/events/v1/EventList.py +18 -16
  296. pulumi_kubernetes/events/v1/EventPatch.py +98 -96
  297. pulumi_kubernetes/events/v1/__init__.py +1 -0
  298. pulumi_kubernetes/events/v1/_inputs.py +81 -80
  299. pulumi_kubernetes/events/v1/outputs.py +49 -48
  300. pulumi_kubernetes/events/v1beta1/Event.py +98 -96
  301. pulumi_kubernetes/events/v1beta1/EventList.py +18 -16
  302. pulumi_kubernetes/events/v1beta1/EventPatch.py +98 -96
  303. pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
  304. pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
  305. pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
  306. pulumi_kubernetes/extensions/__init__.py +1 -0
  307. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +18 -16
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +18 -16
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +18 -16
  310. pulumi_kubernetes/extensions/v1beta1/Deployment.py +18 -16
  311. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +18 -16
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +18 -16
  313. pulumi_kubernetes/extensions/v1beta1/Ingress.py +18 -16
  314. pulumi_kubernetes/extensions/v1beta1/IngressList.py +18 -16
  315. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +18 -16
  316. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +18 -16
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +18 -16
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +18 -16
  319. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +18 -16
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +18 -16
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +18 -16
  322. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +18 -16
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +18 -16
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +18 -16
  325. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
  326. pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
  327. pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
  328. pulumi_kubernetes/flowcontrol/__init__.py +1 -0
  329. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +18 -16
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +18 -16
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +18 -16
  332. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +18 -16
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +18 -16
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +18 -16
  335. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
  336. pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
  337. pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
  338. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +18 -16
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +18 -16
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +18 -16
  341. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +18 -16
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +18 -16
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +18 -16
  344. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
  345. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
  346. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
  347. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +18 -16
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +18 -16
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +18 -16
  350. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +18 -16
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +18 -16
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +18 -16
  353. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
  354. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
  355. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
  356. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +18 -16
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +18 -16
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +18 -16
  359. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +18 -16
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +18 -16
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +18 -16
  362. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
  363. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
  364. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
  365. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +18 -16
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +18 -16
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +18 -16
  368. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +18 -16
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +18 -16
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +18 -16
  371. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
  372. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
  373. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
  374. pulumi_kubernetes/helm/__init__.py +1 -0
  375. pulumi_kubernetes/helm/v3/Release.py +247 -245
  376. pulumi_kubernetes/helm/v3/__init__.py +1 -0
  377. pulumi_kubernetes/helm/v3/_inputs.py +31 -30
  378. pulumi_kubernetes/helm/v3/outputs.py +41 -40
  379. pulumi_kubernetes/helm/v4/Chart.py +72 -70
  380. pulumi_kubernetes/helm/v4/__init__.py +1 -0
  381. pulumi_kubernetes/helm/v4/_inputs.py +26 -25
  382. pulumi_kubernetes/kustomize/__init__.py +1 -0
  383. pulumi_kubernetes/kustomize/v2/Directory.py +31 -29
  384. pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
  385. pulumi_kubernetes/meta/__init__.py +1 -0
  386. pulumi_kubernetes/meta/v1/Status.py +43 -41
  387. pulumi_kubernetes/meta/v1/StatusPatch.py +43 -41
  388. pulumi_kubernetes/meta/v1/__init__.py +1 -0
  389. pulumi_kubernetes/meta/v1/_inputs.py +451 -450
  390. pulumi_kubernetes/meta/v1/outputs.py +289 -288
  391. pulumi_kubernetes/networking/__init__.py +1 -0
  392. pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
  393. pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
  394. pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
  395. pulumi_kubernetes/networking/v1/Ingress.py +18 -16
  396. pulumi_kubernetes/networking/v1/IngressClass.py +18 -16
  397. pulumi_kubernetes/networking/v1/IngressClassList.py +18 -16
  398. pulumi_kubernetes/networking/v1/IngressClassPatch.py +18 -16
  399. pulumi_kubernetes/networking/v1/IngressList.py +18 -16
  400. pulumi_kubernetes/networking/v1/IngressPatch.py +18 -16
  401. pulumi_kubernetes/networking/v1/NetworkPolicy.py +18 -16
  402. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +18 -16
  403. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +18 -16
  404. pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
  405. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
  406. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
  407. pulumi_kubernetes/networking/v1/__init__.py +7 -0
  408. pulumi_kubernetes/networking/v1/_inputs.py +865 -265
  409. pulumi_kubernetes/networking/v1/outputs.py +632 -170
  410. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +18 -16
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +18 -16
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +18 -16
  413. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +19 -17
  414. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +18 -16
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +19 -17
  416. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +19 -17
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +18 -16
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +19 -17
  419. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
  420. pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
  421. pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
  422. pulumi_kubernetes/networking/v1beta1/IPAddress.py +19 -17
  423. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +18 -16
  424. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +19 -17
  425. pulumi_kubernetes/networking/v1beta1/Ingress.py +18 -16
  426. pulumi_kubernetes/networking/v1beta1/IngressClass.py +18 -16
  427. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +18 -16
  428. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +18 -16
  429. pulumi_kubernetes/networking/v1beta1/IngressList.py +18 -16
  430. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +18 -16
  431. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +19 -17
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +18 -16
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +19 -17
  434. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
  435. pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
  436. pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
  437. pulumi_kubernetes/node/__init__.py +1 -0
  438. pulumi_kubernetes/node/v1/RuntimeClass.py +26 -24
  439. pulumi_kubernetes/node/v1/RuntimeClassList.py +18 -16
  440. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +26 -24
  441. pulumi_kubernetes/node/v1/__init__.py +1 -0
  442. pulumi_kubernetes/node/v1/_inputs.py +36 -35
  443. pulumi_kubernetes/node/v1/outputs.py +22 -21
  444. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +18 -16
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +18 -16
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +18 -16
  447. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
  448. pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
  449. pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
  450. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +26 -24
  451. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +18 -16
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +26 -24
  453. pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
  454. pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
  455. pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
  456. pulumi_kubernetes/policy/__init__.py +1 -0
  457. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +18 -16
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +18 -16
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +18 -16
  460. pulumi_kubernetes/policy/v1/__init__.py +1 -0
  461. pulumi_kubernetes/policy/v1/_inputs.py +71 -82
  462. pulumi_kubernetes/policy/v1/outputs.py +53 -60
  463. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +18 -16
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +18 -16
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +18 -16
  466. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +18 -16
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +18 -16
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +18 -16
  469. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
  470. pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
  471. pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
  472. pulumi_kubernetes/provider.py +93 -91
  473. pulumi_kubernetes/pulumi-plugin.json +1 -1
  474. pulumi_kubernetes/rbac/__init__.py +1 -0
  475. pulumi_kubernetes/rbac/v1/ClusterRole.py +18 -16
  476. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +18 -16
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +18 -16
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +18 -16
  479. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +18 -16
  480. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +18 -16
  481. pulumi_kubernetes/rbac/v1/Role.py +18 -16
  482. pulumi_kubernetes/rbac/v1/RoleBinding.py +18 -16
  483. pulumi_kubernetes/rbac/v1/RoleBindingList.py +18 -16
  484. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +18 -16
  485. pulumi_kubernetes/rbac/v1/RoleList.py +18 -16
  486. pulumi_kubernetes/rbac/v1/RolePatch.py +18 -16
  487. pulumi_kubernetes/rbac/v1/__init__.py +1 -0
  488. pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
  489. pulumi_kubernetes/rbac/v1/outputs.py +97 -96
  490. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +18 -16
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +18 -16
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +18 -16
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +18 -16
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +18 -16
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +18 -16
  496. pulumi_kubernetes/rbac/v1alpha1/Role.py +18 -16
  497. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +18 -16
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +18 -16
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +18 -16
  500. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +18 -16
  501. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +18 -16
  502. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
  503. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
  504. pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
  505. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +18 -16
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +18 -16
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +18 -16
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +18 -16
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +18 -16
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +18 -16
  511. pulumi_kubernetes/rbac/v1beta1/Role.py +18 -16
  512. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +18 -16
  513. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +18 -16
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +18 -16
  515. pulumi_kubernetes/rbac/v1beta1/RoleList.py +18 -16
  516. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +18 -16
  517. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
  518. pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
  519. pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
  520. pulumi_kubernetes/resource/__init__.py +4 -0
  521. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +18 -16
  522. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +18 -16
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +18 -16
  524. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +19 -17
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +18 -16
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +19 -17
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +19 -17
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +18 -16
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +19 -17
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +26 -24
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +18 -16
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +26 -24
  533. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
  534. pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
  535. pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
  536. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +18 -16
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +18 -16
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +18 -16
  539. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +19 -17
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +18 -16
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +26 -24
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +18 -16
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +26 -24
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +19 -17
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +19 -17
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +18 -16
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +19 -17
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +34 -32
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +18 -16
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +18 -16
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +18 -16
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +18 -16
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +34 -32
  554. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +35 -33
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +18 -16
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +35 -33
  557. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
  558. pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
  559. pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
  560. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +19 -17
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +18 -16
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +19 -17
  563. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
  566. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +18 -16
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +18 -16
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +18 -16
  569. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +19 -17
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +18 -16
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +19 -17
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +19 -17
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +18 -16
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +19 -17
  575. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +19 -17
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +18 -16
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +19 -17
  578. pulumi_kubernetes/resource/v1alpha3/__init__.py +4 -0
  579. pulumi_kubernetes/resource/v1alpha3/_inputs.py +2999 -652
  580. pulumi_kubernetes/resource/v1alpha3/outputs.py +2286 -504
  581. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +19 -17
  582. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +18 -16
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +19 -17
  584. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +19 -17
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +18 -16
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +19 -17
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +19 -17
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +18 -16
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +19 -17
  590. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +19 -17
  591. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +18 -16
  592. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +19 -17
  593. pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
  594. pulumi_kubernetes/resource/v1beta1/_inputs.py +2481 -612
  595. pulumi_kubernetes/resource/v1beta1/outputs.py +1782 -379
  596. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
  597. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
  599. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
  605. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
  606. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
  607. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
  608. pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
  609. pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
  610. pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
  611. pulumi_kubernetes/scheduling/__init__.py +1 -0
  612. pulumi_kubernetes/scheduling/v1/PriorityClass.py +50 -48
  613. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +18 -16
  614. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +50 -48
  615. pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
  616. pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
  617. pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
  618. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +50 -48
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +18 -16
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +50 -48
  621. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
  622. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
  623. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
  624. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +50 -48
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +18 -16
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +50 -48
  627. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
  628. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
  629. pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
  630. pulumi_kubernetes/settings/__init__.py +1 -0
  631. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +18 -16
  632. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +18 -16
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +18 -16
  634. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
  635. pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
  636. pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
  637. pulumi_kubernetes/storage/__init__.py +1 -0
  638. pulumi_kubernetes/storage/v1/CSIDriver.py +18 -16
  639. pulumi_kubernetes/storage/v1/CSIDriverList.py +18 -16
  640. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +18 -16
  641. pulumi_kubernetes/storage/v1/CSINode.py +18 -16
  642. pulumi_kubernetes/storage/v1/CSINodeList.py +18 -16
  643. pulumi_kubernetes/storage/v1/CSINodePatch.py +18 -16
  644. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +42 -40
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +18 -16
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +42 -40
  647. pulumi_kubernetes/storage/v1/StorageClass.py +66 -64
  648. pulumi_kubernetes/storage/v1/StorageClassList.py +18 -16
  649. pulumi_kubernetes/storage/v1/StorageClassPatch.py +66 -64
  650. pulumi_kubernetes/storage/v1/VolumeAttachment.py +18 -16
  651. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +18 -16
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +18 -16
  653. pulumi_kubernetes/storage/v1/__init__.py +1 -0
  654. pulumi_kubernetes/storage/v1/_inputs.py +366 -275
  655. pulumi_kubernetes/storage/v1/outputs.py +288 -177
  656. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +18 -16
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +18 -16
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +18 -16
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +34 -32
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +18 -16
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +34 -32
  662. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
  663. pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
  664. pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
  665. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +18 -16
  666. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +18 -16
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +18 -16
  668. pulumi_kubernetes/storage/v1beta1/CSINode.py +18 -16
  669. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +18 -16
  670. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +18 -16
  671. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +42 -40
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +18 -16
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +42 -40
  674. pulumi_kubernetes/storage/v1beta1/StorageClass.py +66 -64
  675. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +18 -16
  676. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +66 -64
  677. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +18 -16
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +18 -16
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +18 -16
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +34 -32
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +18 -16
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +34 -32
  683. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
  684. pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
  685. pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
  686. pulumi_kubernetes/storagemigration/__init__.py +1 -0
  687. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +18 -16
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +18 -16
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +18 -16
  690. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
  691. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
  692. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
  693. pulumi_kubernetes/yaml/__init__.py +1 -0
  694. pulumi_kubernetes/yaml/v2/ConfigFile.py +23 -21
  695. pulumi_kubernetes/yaml/v2/ConfigGroup.py +30 -28
  696. pulumi_kubernetes/yaml/v2/__init__.py +1 -0
  697. pulumi_kubernetes/yaml/yaml.py +108 -0
  698. {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +4 -4
  699. pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
  700. {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
  701. pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
  702. {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/top_level.txt +0 -0
@@ -2,6 +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 builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -93,7 +94,7 @@ if not MYPY:
93
94
  """
94
95
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
95
96
  """
96
- type: NotRequired[pulumi.Input[str]]
97
+ type: NotRequired[pulumi.Input[builtins.str]]
97
98
  """
98
99
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
99
100
  """
@@ -103,24 +104,24 @@ elif False:
103
104
  @pulumi.input_type
104
105
  class FlowDistinguisherMethodPatchArgs:
105
106
  def __init__(__self__, *,
106
- type: Optional[pulumi.Input[str]] = None):
107
+ type: Optional[pulumi.Input[builtins.str]] = None):
107
108
  """
108
109
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
109
- :param pulumi.Input[str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
110
+ :param pulumi.Input[builtins.str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
110
111
  """
111
112
  if type is not None:
112
113
  pulumi.set(__self__, "type", type)
113
114
 
114
115
  @property
115
116
  @pulumi.getter
116
- def type(self) -> Optional[pulumi.Input[str]]:
117
+ def type(self) -> Optional[pulumi.Input[builtins.str]]:
117
118
  """
118
119
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
119
120
  """
120
121
  return pulumi.get(self, "type")
121
122
 
122
123
  @type.setter
123
- def type(self, value: Optional[pulumi.Input[str]]):
124
+ def type(self, value: Optional[pulumi.Input[builtins.str]]):
124
125
  pulumi.set(self, "type", value)
125
126
 
126
127
 
@@ -129,7 +130,7 @@ if not MYPY:
129
130
  """
130
131
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
131
132
  """
132
- type: pulumi.Input[str]
133
+ type: pulumi.Input[builtins.str]
133
134
  """
134
135
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
135
136
  """
@@ -139,23 +140,23 @@ elif False:
139
140
  @pulumi.input_type
140
141
  class FlowDistinguisherMethodArgs:
141
142
  def __init__(__self__, *,
142
- type: pulumi.Input[str]):
143
+ type: pulumi.Input[builtins.str]):
143
144
  """
144
145
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
145
- :param pulumi.Input[str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
146
+ :param pulumi.Input[builtins.str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
146
147
  """
147
148
  pulumi.set(__self__, "type", type)
148
149
 
149
150
  @property
150
151
  @pulumi.getter
151
- def type(self) -> pulumi.Input[str]:
152
+ def type(self) -> pulumi.Input[builtins.str]:
152
153
  """
153
154
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
154
155
  """
155
156
  return pulumi.get(self, "type")
156
157
 
157
158
  @type.setter
158
- def type(self, value: pulumi.Input[str]):
159
+ def type(self, value: pulumi.Input[builtins.str]):
159
160
  pulumi.set(self, "type", value)
160
161
 
161
162
 
@@ -164,23 +165,23 @@ if not MYPY:
164
165
  """
165
166
  FlowSchemaCondition describes conditions for a FlowSchema.
166
167
  """
167
- last_transition_time: NotRequired[pulumi.Input[str]]
168
+ last_transition_time: NotRequired[pulumi.Input[builtins.str]]
168
169
  """
169
170
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
170
171
  """
171
- message: NotRequired[pulumi.Input[str]]
172
+ message: NotRequired[pulumi.Input[builtins.str]]
172
173
  """
173
174
  `message` is a human-readable message indicating details about last transition.
174
175
  """
175
- reason: NotRequired[pulumi.Input[str]]
176
+ reason: NotRequired[pulumi.Input[builtins.str]]
176
177
  """
177
178
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
178
179
  """
179
- status: NotRequired[pulumi.Input[str]]
180
+ status: NotRequired[pulumi.Input[builtins.str]]
180
181
  """
181
182
  `status` is the status of the condition. Can be True, False, Unknown. Required.
182
183
  """
183
- type: NotRequired[pulumi.Input[str]]
184
+ type: NotRequired[pulumi.Input[builtins.str]]
184
185
  """
185
186
  `type` is the type of the condition. Required.
186
187
  """
@@ -190,18 +191,18 @@ elif False:
190
191
  @pulumi.input_type
191
192
  class FlowSchemaConditionArgs:
192
193
  def __init__(__self__, *,
193
- last_transition_time: Optional[pulumi.Input[str]] = None,
194
- message: Optional[pulumi.Input[str]] = None,
195
- reason: Optional[pulumi.Input[str]] = None,
196
- status: Optional[pulumi.Input[str]] = None,
197
- type: Optional[pulumi.Input[str]] = None):
194
+ last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
195
+ message: Optional[pulumi.Input[builtins.str]] = None,
196
+ reason: Optional[pulumi.Input[builtins.str]] = None,
197
+ status: Optional[pulumi.Input[builtins.str]] = None,
198
+ type: Optional[pulumi.Input[builtins.str]] = None):
198
199
  """
199
200
  FlowSchemaCondition describes conditions for a FlowSchema.
200
- :param pulumi.Input[str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
201
- :param pulumi.Input[str] message: `message` is a human-readable message indicating details about last transition.
202
- :param pulumi.Input[str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
203
- :param pulumi.Input[str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
204
- :param pulumi.Input[str] type: `type` is the type of the condition. Required.
201
+ :param pulumi.Input[builtins.str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
202
+ :param pulumi.Input[builtins.str] message: `message` is a human-readable message indicating details about last transition.
203
+ :param pulumi.Input[builtins.str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
204
+ :param pulumi.Input[builtins.str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
205
+ :param pulumi.Input[builtins.str] type: `type` is the type of the condition. Required.
205
206
  """
206
207
  if last_transition_time is not None:
207
208
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -216,62 +217,62 @@ class FlowSchemaConditionArgs:
216
217
 
217
218
  @property
218
219
  @pulumi.getter(name="lastTransitionTime")
219
- def last_transition_time(self) -> Optional[pulumi.Input[str]]:
220
+ def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
220
221
  """
221
222
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
222
223
  """
223
224
  return pulumi.get(self, "last_transition_time")
224
225
 
225
226
  @last_transition_time.setter
226
- def last_transition_time(self, value: Optional[pulumi.Input[str]]):
227
+ def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
227
228
  pulumi.set(self, "last_transition_time", value)
228
229
 
229
230
  @property
230
231
  @pulumi.getter
231
- def message(self) -> Optional[pulumi.Input[str]]:
232
+ def message(self) -> Optional[pulumi.Input[builtins.str]]:
232
233
  """
233
234
  `message` is a human-readable message indicating details about last transition.
234
235
  """
235
236
  return pulumi.get(self, "message")
236
237
 
237
238
  @message.setter
238
- def message(self, value: Optional[pulumi.Input[str]]):
239
+ def message(self, value: Optional[pulumi.Input[builtins.str]]):
239
240
  pulumi.set(self, "message", value)
240
241
 
241
242
  @property
242
243
  @pulumi.getter
243
- def reason(self) -> Optional[pulumi.Input[str]]:
244
+ def reason(self) -> Optional[pulumi.Input[builtins.str]]:
244
245
  """
245
246
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
246
247
  """
247
248
  return pulumi.get(self, "reason")
248
249
 
249
250
  @reason.setter
250
- def reason(self, value: Optional[pulumi.Input[str]]):
251
+ def reason(self, value: Optional[pulumi.Input[builtins.str]]):
251
252
  pulumi.set(self, "reason", value)
252
253
 
253
254
  @property
254
255
  @pulumi.getter
255
- def status(self) -> Optional[pulumi.Input[str]]:
256
+ def status(self) -> Optional[pulumi.Input[builtins.str]]:
256
257
  """
257
258
  `status` is the status of the condition. Can be True, False, Unknown. Required.
258
259
  """
259
260
  return pulumi.get(self, "status")
260
261
 
261
262
  @status.setter
262
- def status(self, value: Optional[pulumi.Input[str]]):
263
+ def status(self, value: Optional[pulumi.Input[builtins.str]]):
263
264
  pulumi.set(self, "status", value)
264
265
 
265
266
  @property
266
267
  @pulumi.getter
267
- def type(self) -> Optional[pulumi.Input[str]]:
268
+ def type(self) -> Optional[pulumi.Input[builtins.str]]:
268
269
  """
269
270
  `type` is the type of the condition. Required.
270
271
  """
271
272
  return pulumi.get(self, "type")
272
273
 
273
274
  @type.setter
274
- def type(self, value: Optional[pulumi.Input[str]]):
275
+ def type(self, value: Optional[pulumi.Input[builtins.str]]):
275
276
  pulumi.set(self, "type", value)
276
277
 
277
278
 
@@ -284,7 +285,7 @@ if not MYPY:
284
285
  """
285
286
  `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
286
287
  """
287
- matching_precedence: NotRequired[pulumi.Input[int]]
288
+ matching_precedence: NotRequired[pulumi.Input[builtins.int]]
288
289
  """
289
290
  `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.
290
291
  """
@@ -303,13 +304,13 @@ elif False:
303
304
  class FlowSchemaSpecPatchArgs:
304
305
  def __init__(__self__, *,
305
306
  distinguisher_method: Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']] = None,
306
- matching_precedence: Optional[pulumi.Input[int]] = None,
307
+ matching_precedence: Optional[pulumi.Input[builtins.int]] = None,
307
308
  priority_level_configuration: Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']] = None,
308
309
  rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]]] = None):
309
310
  """
310
311
  FlowSchemaSpec describes how the FlowSchema's specification looks like.
311
312
  :param pulumi.Input['FlowDistinguisherMethodPatchArgs'] distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
312
- :param pulumi.Input[int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
313
+ :param pulumi.Input[builtins.int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
313
314
  :param pulumi.Input['PriorityLevelConfigurationReferencePatchArgs'] priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
314
315
  :param pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
315
316
  """
@@ -336,14 +337,14 @@ class FlowSchemaSpecPatchArgs:
336
337
 
337
338
  @property
338
339
  @pulumi.getter(name="matchingPrecedence")
339
- def matching_precedence(self) -> Optional[pulumi.Input[int]]:
340
+ def matching_precedence(self) -> Optional[pulumi.Input[builtins.int]]:
340
341
  """
341
342
  `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.
342
343
  """
343
344
  return pulumi.get(self, "matching_precedence")
344
345
 
345
346
  @matching_precedence.setter
346
- def matching_precedence(self, value: Optional[pulumi.Input[int]]):
347
+ def matching_precedence(self, value: Optional[pulumi.Input[builtins.int]]):
347
348
  pulumi.set(self, "matching_precedence", value)
348
349
 
349
350
  @property
@@ -384,7 +385,7 @@ if not MYPY:
384
385
  """
385
386
  `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
386
387
  """
387
- matching_precedence: NotRequired[pulumi.Input[int]]
388
+ matching_precedence: NotRequired[pulumi.Input[builtins.int]]
388
389
  """
389
390
  `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.
390
391
  """
@@ -400,13 +401,13 @@ class FlowSchemaSpecArgs:
400
401
  def __init__(__self__, *,
401
402
  priority_level_configuration: pulumi.Input['PriorityLevelConfigurationReferenceArgs'],
402
403
  distinguisher_method: Optional[pulumi.Input['FlowDistinguisherMethodArgs']] = None,
403
- matching_precedence: Optional[pulumi.Input[int]] = None,
404
+ matching_precedence: Optional[pulumi.Input[builtins.int]] = None,
404
405
  rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]]] = None):
405
406
  """
406
407
  FlowSchemaSpec describes how the FlowSchema's specification looks like.
407
408
  :param pulumi.Input['PriorityLevelConfigurationReferenceArgs'] priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
408
409
  :param pulumi.Input['FlowDistinguisherMethodArgs'] distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
409
- :param pulumi.Input[int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
410
+ :param pulumi.Input[builtins.int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
410
411
  :param pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
411
412
  """
412
413
  pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
@@ -443,14 +444,14 @@ class FlowSchemaSpecArgs:
443
444
 
444
445
  @property
445
446
  @pulumi.getter(name="matchingPrecedence")
446
- def matching_precedence(self) -> Optional[pulumi.Input[int]]:
447
+ def matching_precedence(self) -> Optional[pulumi.Input[builtins.int]]:
447
448
  """
448
449
  `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.
449
450
  """
450
451
  return pulumi.get(self, "matching_precedence")
451
452
 
452
453
  @matching_precedence.setter
453
- def matching_precedence(self, value: Optional[pulumi.Input[int]]):
454
+ def matching_precedence(self, value: Optional[pulumi.Input[builtins.int]]):
454
455
  pulumi.set(self, "matching_precedence", value)
455
456
 
456
457
  @property
@@ -507,11 +508,11 @@ if not MYPY:
507
508
  """
508
509
  FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
509
510
  """
510
- api_version: NotRequired[pulumi.Input[str]]
511
+ api_version: NotRequired[pulumi.Input[builtins.str]]
511
512
  """
512
513
  APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
513
514
  """
514
- kind: NotRequired[pulumi.Input[str]]
515
+ kind: NotRequired[pulumi.Input[builtins.str]]
515
516
  """
516
517
  Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
517
518
  """
@@ -533,15 +534,15 @@ elif False:
533
534
  @pulumi.input_type
534
535
  class FlowSchemaArgs:
535
536
  def __init__(__self__, *,
536
- api_version: Optional[pulumi.Input[str]] = None,
537
- kind: Optional[pulumi.Input[str]] = None,
537
+ api_version: Optional[pulumi.Input[builtins.str]] = None,
538
+ kind: Optional[pulumi.Input[builtins.str]] = None,
538
539
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
539
540
  spec: Optional[pulumi.Input['FlowSchemaSpecArgs']] = None,
540
541
  status: Optional[pulumi.Input['FlowSchemaStatusArgs']] = None):
541
542
  """
542
543
  FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
543
- :param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
544
- :param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
544
+ :param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
545
+ :param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
545
546
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
546
547
  :param pulumi.Input['FlowSchemaSpecArgs'] spec: `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
547
548
  :param pulumi.Input['FlowSchemaStatusArgs'] status: `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -559,26 +560,26 @@ class FlowSchemaArgs:
559
560
 
560
561
  @property
561
562
  @pulumi.getter(name="apiVersion")
562
- def api_version(self) -> Optional[pulumi.Input[str]]:
563
+ def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
563
564
  """
564
565
  APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
565
566
  """
566
567
  return pulumi.get(self, "api_version")
567
568
 
568
569
  @api_version.setter
569
- def api_version(self, value: Optional[pulumi.Input[str]]):
570
+ def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
570
571
  pulumi.set(self, "api_version", value)
571
572
 
572
573
  @property
573
574
  @pulumi.getter
574
- def kind(self) -> Optional[pulumi.Input[str]]:
575
+ def kind(self) -> Optional[pulumi.Input[builtins.str]]:
575
576
  """
576
577
  Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
577
578
  """
578
579
  return pulumi.get(self, "kind")
579
580
 
580
581
  @kind.setter
581
- def kind(self, value: Optional[pulumi.Input[str]]):
582
+ def kind(self, value: Optional[pulumi.Input[builtins.str]]):
582
583
  pulumi.set(self, "kind", value)
583
584
 
584
585
  @property
@@ -623,7 +624,7 @@ if not MYPY:
623
624
  """
624
625
  GroupSubject holds detailed information for group-kind subject.
625
626
  """
626
- name: NotRequired[pulumi.Input[str]]
627
+ name: NotRequired[pulumi.Input[builtins.str]]
627
628
  """
628
629
  name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
629
630
  """
@@ -633,24 +634,24 @@ elif False:
633
634
  @pulumi.input_type
634
635
  class GroupSubjectPatchArgs:
635
636
  def __init__(__self__, *,
636
- name: Optional[pulumi.Input[str]] = None):
637
+ name: Optional[pulumi.Input[builtins.str]] = None):
637
638
  """
638
639
  GroupSubject holds detailed information for group-kind subject.
639
- :param pulumi.Input[str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
640
+ :param pulumi.Input[builtins.str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
640
641
  """
641
642
  if name is not None:
642
643
  pulumi.set(__self__, "name", name)
643
644
 
644
645
  @property
645
646
  @pulumi.getter
646
- def name(self) -> Optional[pulumi.Input[str]]:
647
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
647
648
  """
648
649
  name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
649
650
  """
650
651
  return pulumi.get(self, "name")
651
652
 
652
653
  @name.setter
653
- def name(self, value: Optional[pulumi.Input[str]]):
654
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
654
655
  pulumi.set(self, "name", value)
655
656
 
656
657
 
@@ -659,7 +660,7 @@ if not MYPY:
659
660
  """
660
661
  GroupSubject holds detailed information for group-kind subject.
661
662
  """
662
- name: pulumi.Input[str]
663
+ name: pulumi.Input[builtins.str]
663
664
  """
664
665
  name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
665
666
  """
@@ -669,23 +670,23 @@ elif False:
669
670
  @pulumi.input_type
670
671
  class GroupSubjectArgs:
671
672
  def __init__(__self__, *,
672
- name: pulumi.Input[str]):
673
+ name: pulumi.Input[builtins.str]):
673
674
  """
674
675
  GroupSubject holds detailed information for group-kind subject.
675
- :param pulumi.Input[str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
676
+ :param pulumi.Input[builtins.str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
676
677
  """
677
678
  pulumi.set(__self__, "name", name)
678
679
 
679
680
  @property
680
681
  @pulumi.getter
681
- def name(self) -> pulumi.Input[str]:
682
+ def name(self) -> pulumi.Input[builtins.str]:
682
683
  """
683
684
  name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
684
685
  """
685
686
  return pulumi.get(self, "name")
686
687
 
687
688
  @name.setter
688
- def name(self, value: pulumi.Input[str]):
689
+ def name(self, value: pulumi.Input[builtins.str]):
689
690
  pulumi.set(self, "name", value)
690
691
 
691
692
 
@@ -698,7 +699,7 @@ if not MYPY:
698
699
  """
699
700
  `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
700
701
  """
701
- type: NotRequired[pulumi.Input[str]]
702
+ type: NotRequired[pulumi.Input[builtins.str]]
702
703
  """
703
704
  `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
704
705
  """
@@ -709,11 +710,11 @@ elif False:
709
710
  class LimitResponsePatchArgs:
710
711
  def __init__(__self__, *,
711
712
  queuing: Optional[pulumi.Input['QueuingConfigurationPatchArgs']] = None,
712
- type: Optional[pulumi.Input[str]] = None):
713
+ type: Optional[pulumi.Input[builtins.str]] = None):
713
714
  """
714
715
  LimitResponse defines how to handle requests that can not be executed right now.
715
716
  :param pulumi.Input['QueuingConfigurationPatchArgs'] queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
716
- :param pulumi.Input[str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
717
+ :param pulumi.Input[builtins.str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
717
718
  """
718
719
  if queuing is not None:
719
720
  pulumi.set(__self__, "queuing", queuing)
@@ -734,14 +735,14 @@ class LimitResponsePatchArgs:
734
735
 
735
736
  @property
736
737
  @pulumi.getter
737
- def type(self) -> Optional[pulumi.Input[str]]:
738
+ def type(self) -> Optional[pulumi.Input[builtins.str]]:
738
739
  """
739
740
  `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
740
741
  """
741
742
  return pulumi.get(self, "type")
742
743
 
743
744
  @type.setter
744
- def type(self, value: Optional[pulumi.Input[str]]):
745
+ def type(self, value: Optional[pulumi.Input[builtins.str]]):
745
746
  pulumi.set(self, "type", value)
746
747
 
747
748
 
@@ -750,7 +751,7 @@ if not MYPY:
750
751
  """
751
752
  LimitResponse defines how to handle requests that can not be executed right now.
752
753
  """
753
- type: pulumi.Input[str]
754
+ type: pulumi.Input[builtins.str]
754
755
  """
755
756
  `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
756
757
  """
@@ -764,11 +765,11 @@ elif False:
764
765
  @pulumi.input_type
765
766
  class LimitResponseArgs:
766
767
  def __init__(__self__, *,
767
- type: pulumi.Input[str],
768
+ type: pulumi.Input[builtins.str],
768
769
  queuing: Optional[pulumi.Input['QueuingConfigurationArgs']] = None):
769
770
  """
770
771
  LimitResponse defines how to handle requests that can not be executed right now.
771
- :param pulumi.Input[str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
772
+ :param pulumi.Input[builtins.str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
772
773
  :param pulumi.Input['QueuingConfigurationArgs'] queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
773
774
  """
774
775
  pulumi.set(__self__, "type", type)
@@ -777,14 +778,14 @@ class LimitResponseArgs:
777
778
 
778
779
  @property
779
780
  @pulumi.getter
780
- def type(self) -> pulumi.Input[str]:
781
+ def type(self) -> pulumi.Input[builtins.str]:
781
782
  """
782
783
  `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
783
784
  """
784
785
  return pulumi.get(self, "type")
785
786
 
786
787
  @type.setter
787
- def type(self, value: pulumi.Input[str]):
788
+ def type(self, value: pulumi.Input[builtins.str]):
788
789
  pulumi.set(self, "type", value)
789
790
 
790
791
  @property
@@ -807,7 +808,7 @@ if not MYPY:
807
808
  * How are requests for this priority level limited?
808
809
  * What should be done with requests that exceed the limit?
809
810
  """
810
- assured_concurrency_shares: NotRequired[pulumi.Input[int]]
811
+ assured_concurrency_shares: NotRequired[pulumi.Input[builtins.int]]
811
812
  """
812
813
  `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
813
814
 
@@ -825,13 +826,13 @@ elif False:
825
826
  @pulumi.input_type
826
827
  class LimitedPriorityLevelConfigurationPatchArgs:
827
828
  def __init__(__self__, *,
828
- assured_concurrency_shares: Optional[pulumi.Input[int]] = None,
829
+ assured_concurrency_shares: Optional[pulumi.Input[builtins.int]] = None,
829
830
  limit_response: Optional[pulumi.Input['LimitResponsePatchArgs']] = None):
830
831
  """
831
832
  LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
832
833
  * How are requests for this priority level limited?
833
834
  * What should be done with requests that exceed the limit?
834
- :param pulumi.Input[int] assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
835
+ :param pulumi.Input[builtins.int] assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
835
836
 
836
837
  ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
837
838
 
@@ -845,7 +846,7 @@ class LimitedPriorityLevelConfigurationPatchArgs:
845
846
 
846
847
  @property
847
848
  @pulumi.getter(name="assuredConcurrencyShares")
848
- def assured_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
849
+ def assured_concurrency_shares(self) -> Optional[pulumi.Input[builtins.int]]:
849
850
  """
850
851
  `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
851
852
 
@@ -856,7 +857,7 @@ class LimitedPriorityLevelConfigurationPatchArgs:
856
857
  return pulumi.get(self, "assured_concurrency_shares")
857
858
 
858
859
  @assured_concurrency_shares.setter
859
- def assured_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
860
+ def assured_concurrency_shares(self, value: Optional[pulumi.Input[builtins.int]]):
860
861
  pulumi.set(self, "assured_concurrency_shares", value)
861
862
 
862
863
  @property
@@ -879,7 +880,7 @@ if not MYPY:
879
880
  * How are requests for this priority level limited?
880
881
  * What should be done with requests that exceed the limit?
881
882
  """
882
- assured_concurrency_shares: NotRequired[pulumi.Input[int]]
883
+ assured_concurrency_shares: NotRequired[pulumi.Input[builtins.int]]
883
884
  """
884
885
  `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
885
886
 
@@ -897,13 +898,13 @@ elif False:
897
898
  @pulumi.input_type
898
899
  class LimitedPriorityLevelConfigurationArgs:
899
900
  def __init__(__self__, *,
900
- assured_concurrency_shares: Optional[pulumi.Input[int]] = None,
901
+ assured_concurrency_shares: Optional[pulumi.Input[builtins.int]] = None,
901
902
  limit_response: Optional[pulumi.Input['LimitResponseArgs']] = None):
902
903
  """
903
904
  LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
904
905
  * How are requests for this priority level limited?
905
906
  * What should be done with requests that exceed the limit?
906
- :param pulumi.Input[int] assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
907
+ :param pulumi.Input[builtins.int] assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
907
908
 
908
909
  ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
909
910
 
@@ -917,7 +918,7 @@ class LimitedPriorityLevelConfigurationArgs:
917
918
 
918
919
  @property
919
920
  @pulumi.getter(name="assuredConcurrencyShares")
920
- def assured_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
921
+ def assured_concurrency_shares(self) -> Optional[pulumi.Input[builtins.int]]:
921
922
  """
922
923
  `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
923
924
 
@@ -928,7 +929,7 @@ class LimitedPriorityLevelConfigurationArgs:
928
929
  return pulumi.get(self, "assured_concurrency_shares")
929
930
 
930
931
  @assured_concurrency_shares.setter
931
- def assured_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
932
+ def assured_concurrency_shares(self, value: Optional[pulumi.Input[builtins.int]]):
932
933
  pulumi.set(self, "assured_concurrency_shares", value)
933
934
 
934
935
  @property
@@ -949,7 +950,7 @@ if not MYPY:
949
950
  """
950
951
  NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
951
952
  """
952
- non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
953
+ non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
953
954
  """
954
955
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
955
956
  - "/healthz" is legal
@@ -959,7 +960,7 @@ if not MYPY:
959
960
  - "/healthz/*" matches all per-component health checks.
960
961
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
961
962
  """
962
- verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
963
+ verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
963
964
  """
964
965
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
965
966
  """
@@ -969,18 +970,18 @@ elif False:
969
970
  @pulumi.input_type
970
971
  class NonResourcePolicyRulePatchArgs:
971
972
  def __init__(__self__, *,
972
- non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
973
- verbs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
973
+ non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
974
+ verbs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
974
975
  """
975
976
  NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
976
- :param pulumi.Input[Sequence[pulumi.Input[str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
977
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
977
978
  - "/healthz" is legal
978
979
  - "/hea*" is illegal
979
980
  - "/hea" is legal but matches nothing
980
981
  - "/hea/*" also matches nothing
981
982
  - "/healthz/*" matches all per-component health checks.
982
983
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
983
- :param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
984
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
984
985
  """
985
986
  if non_resource_urls is not None:
986
987
  pulumi.set(__self__, "non_resource_urls", non_resource_urls)
@@ -989,7 +990,7 @@ class NonResourcePolicyRulePatchArgs:
989
990
 
990
991
  @property
991
992
  @pulumi.getter(name="nonResourceURLs")
992
- def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
993
+ def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
993
994
  """
994
995
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
995
996
  - "/healthz" is legal
@@ -1002,19 +1003,19 @@ class NonResourcePolicyRulePatchArgs:
1002
1003
  return pulumi.get(self, "non_resource_urls")
1003
1004
 
1004
1005
  @non_resource_urls.setter
1005
- def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1006
+ def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
1006
1007
  pulumi.set(self, "non_resource_urls", value)
1007
1008
 
1008
1009
  @property
1009
1010
  @pulumi.getter
1010
- def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1011
+ def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
1011
1012
  """
1012
1013
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
1013
1014
  """
1014
1015
  return pulumi.get(self, "verbs")
1015
1016
 
1016
1017
  @verbs.setter
1017
- def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1018
+ def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
1018
1019
  pulumi.set(self, "verbs", value)
1019
1020
 
1020
1021
 
@@ -1023,7 +1024,7 @@ if not MYPY:
1023
1024
  """
1024
1025
  NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
1025
1026
  """
1026
- non_resource_urls: pulumi.Input[Sequence[pulumi.Input[str]]]
1027
+ non_resource_urls: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
1027
1028
  """
1028
1029
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1029
1030
  - "/healthz" is legal
@@ -1033,7 +1034,7 @@ if not MYPY:
1033
1034
  - "/healthz/*" matches all per-component health checks.
1034
1035
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
1035
1036
  """
1036
- verbs: pulumi.Input[Sequence[pulumi.Input[str]]]
1037
+ verbs: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
1037
1038
  """
1038
1039
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
1039
1040
  """
@@ -1043,25 +1044,25 @@ elif False:
1043
1044
  @pulumi.input_type
1044
1045
  class NonResourcePolicyRuleArgs:
1045
1046
  def __init__(__self__, *,
1046
- non_resource_urls: pulumi.Input[Sequence[pulumi.Input[str]]],
1047
- verbs: pulumi.Input[Sequence[pulumi.Input[str]]]):
1047
+ non_resource_urls: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
1048
+ verbs: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
1048
1049
  """
1049
1050
  NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
1050
- :param pulumi.Input[Sequence[pulumi.Input[str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1051
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1051
1052
  - "/healthz" is legal
1052
1053
  - "/hea*" is illegal
1053
1054
  - "/hea" is legal but matches nothing
1054
1055
  - "/hea/*" also matches nothing
1055
1056
  - "/healthz/*" matches all per-component health checks.
1056
1057
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
1057
- :param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
1058
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
1058
1059
  """
1059
1060
  pulumi.set(__self__, "non_resource_urls", non_resource_urls)
1060
1061
  pulumi.set(__self__, "verbs", verbs)
1061
1062
 
1062
1063
  @property
1063
1064
  @pulumi.getter(name="nonResourceURLs")
1064
- def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1065
+ def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
1065
1066
  """
1066
1067
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1067
1068
  - "/healthz" is legal
@@ -1074,19 +1075,19 @@ class NonResourcePolicyRuleArgs:
1074
1075
  return pulumi.get(self, "non_resource_urls")
1075
1076
 
1076
1077
  @non_resource_urls.setter
1077
- def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1078
+ def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
1078
1079
  pulumi.set(self, "non_resource_urls", value)
1079
1080
 
1080
1081
  @property
1081
1082
  @pulumi.getter
1082
- def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1083
+ def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
1083
1084
  """
1084
1085
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
1085
1086
  """
1086
1087
  return pulumi.get(self, "verbs")
1087
1088
 
1088
1089
  @verbs.setter
1089
- def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1090
+ def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
1090
1091
  pulumi.set(self, "verbs", value)
1091
1092
 
1092
1093
 
@@ -1246,23 +1247,23 @@ if not MYPY:
1246
1247
  """
1247
1248
  PriorityLevelConfigurationCondition defines the condition of priority level.
1248
1249
  """
1249
- last_transition_time: NotRequired[pulumi.Input[str]]
1250
+ last_transition_time: NotRequired[pulumi.Input[builtins.str]]
1250
1251
  """
1251
1252
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
1252
1253
  """
1253
- message: NotRequired[pulumi.Input[str]]
1254
+ message: NotRequired[pulumi.Input[builtins.str]]
1254
1255
  """
1255
1256
  `message` is a human-readable message indicating details about last transition.
1256
1257
  """
1257
- reason: NotRequired[pulumi.Input[str]]
1258
+ reason: NotRequired[pulumi.Input[builtins.str]]
1258
1259
  """
1259
1260
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1260
1261
  """
1261
- status: NotRequired[pulumi.Input[str]]
1262
+ status: NotRequired[pulumi.Input[builtins.str]]
1262
1263
  """
1263
1264
  `status` is the status of the condition. Can be True, False, Unknown. Required.
1264
1265
  """
1265
- type: NotRequired[pulumi.Input[str]]
1266
+ type: NotRequired[pulumi.Input[builtins.str]]
1266
1267
  """
1267
1268
  `type` is the type of the condition. Required.
1268
1269
  """
@@ -1272,18 +1273,18 @@ elif False:
1272
1273
  @pulumi.input_type
1273
1274
  class PriorityLevelConfigurationConditionArgs:
1274
1275
  def __init__(__self__, *,
1275
- last_transition_time: Optional[pulumi.Input[str]] = None,
1276
- message: Optional[pulumi.Input[str]] = None,
1277
- reason: Optional[pulumi.Input[str]] = None,
1278
- status: Optional[pulumi.Input[str]] = None,
1279
- type: Optional[pulumi.Input[str]] = None):
1276
+ last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
1277
+ message: Optional[pulumi.Input[builtins.str]] = None,
1278
+ reason: Optional[pulumi.Input[builtins.str]] = None,
1279
+ status: Optional[pulumi.Input[builtins.str]] = None,
1280
+ type: Optional[pulumi.Input[builtins.str]] = None):
1280
1281
  """
1281
1282
  PriorityLevelConfigurationCondition defines the condition of priority level.
1282
- :param pulumi.Input[str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1283
- :param pulumi.Input[str] message: `message` is a human-readable message indicating details about last transition.
1284
- :param pulumi.Input[str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1285
- :param pulumi.Input[str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1286
- :param pulumi.Input[str] type: `type` is the type of the condition. Required.
1283
+ :param pulumi.Input[builtins.str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1284
+ :param pulumi.Input[builtins.str] message: `message` is a human-readable message indicating details about last transition.
1285
+ :param pulumi.Input[builtins.str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1286
+ :param pulumi.Input[builtins.str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1287
+ :param pulumi.Input[builtins.str] type: `type` is the type of the condition. Required.
1287
1288
  """
1288
1289
  if last_transition_time is not None:
1289
1290
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -1298,62 +1299,62 @@ class PriorityLevelConfigurationConditionArgs:
1298
1299
 
1299
1300
  @property
1300
1301
  @pulumi.getter(name="lastTransitionTime")
1301
- def last_transition_time(self) -> Optional[pulumi.Input[str]]:
1302
+ def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
1302
1303
  """
1303
1304
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
1304
1305
  """
1305
1306
  return pulumi.get(self, "last_transition_time")
1306
1307
 
1307
1308
  @last_transition_time.setter
1308
- def last_transition_time(self, value: Optional[pulumi.Input[str]]):
1309
+ def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
1309
1310
  pulumi.set(self, "last_transition_time", value)
1310
1311
 
1311
1312
  @property
1312
1313
  @pulumi.getter
1313
- def message(self) -> Optional[pulumi.Input[str]]:
1314
+ def message(self) -> Optional[pulumi.Input[builtins.str]]:
1314
1315
  """
1315
1316
  `message` is a human-readable message indicating details about last transition.
1316
1317
  """
1317
1318
  return pulumi.get(self, "message")
1318
1319
 
1319
1320
  @message.setter
1320
- def message(self, value: Optional[pulumi.Input[str]]):
1321
+ def message(self, value: Optional[pulumi.Input[builtins.str]]):
1321
1322
  pulumi.set(self, "message", value)
1322
1323
 
1323
1324
  @property
1324
1325
  @pulumi.getter
1325
- def reason(self) -> Optional[pulumi.Input[str]]:
1326
+ def reason(self) -> Optional[pulumi.Input[builtins.str]]:
1326
1327
  """
1327
1328
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1328
1329
  """
1329
1330
  return pulumi.get(self, "reason")
1330
1331
 
1331
1332
  @reason.setter
1332
- def reason(self, value: Optional[pulumi.Input[str]]):
1333
+ def reason(self, value: Optional[pulumi.Input[builtins.str]]):
1333
1334
  pulumi.set(self, "reason", value)
1334
1335
 
1335
1336
  @property
1336
1337
  @pulumi.getter
1337
- def status(self) -> Optional[pulumi.Input[str]]:
1338
+ def status(self) -> Optional[pulumi.Input[builtins.str]]:
1338
1339
  """
1339
1340
  `status` is the status of the condition. Can be True, False, Unknown. Required.
1340
1341
  """
1341
1342
  return pulumi.get(self, "status")
1342
1343
 
1343
1344
  @status.setter
1344
- def status(self, value: Optional[pulumi.Input[str]]):
1345
+ def status(self, value: Optional[pulumi.Input[builtins.str]]):
1345
1346
  pulumi.set(self, "status", value)
1346
1347
 
1347
1348
  @property
1348
1349
  @pulumi.getter
1349
- def type(self) -> Optional[pulumi.Input[str]]:
1350
+ def type(self) -> Optional[pulumi.Input[builtins.str]]:
1350
1351
  """
1351
1352
  `type` is the type of the condition. Required.
1352
1353
  """
1353
1354
  return pulumi.get(self, "type")
1354
1355
 
1355
1356
  @type.setter
1356
- def type(self, value: Optional[pulumi.Input[str]]):
1357
+ def type(self, value: Optional[pulumi.Input[builtins.str]]):
1357
1358
  pulumi.set(self, "type", value)
1358
1359
 
1359
1360
 
@@ -1362,7 +1363,7 @@ if not MYPY:
1362
1363
  """
1363
1364
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1364
1365
  """
1365
- name: NotRequired[pulumi.Input[str]]
1366
+ name: NotRequired[pulumi.Input[builtins.str]]
1366
1367
  """
1367
1368
  `name` is the name of the priority level configuration being referenced Required.
1368
1369
  """
@@ -1372,24 +1373,24 @@ elif False:
1372
1373
  @pulumi.input_type
1373
1374
  class PriorityLevelConfigurationReferencePatchArgs:
1374
1375
  def __init__(__self__, *,
1375
- name: Optional[pulumi.Input[str]] = None):
1376
+ name: Optional[pulumi.Input[builtins.str]] = None):
1376
1377
  """
1377
1378
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1378
- :param pulumi.Input[str] name: `name` is the name of the priority level configuration being referenced Required.
1379
+ :param pulumi.Input[builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
1379
1380
  """
1380
1381
  if name is not None:
1381
1382
  pulumi.set(__self__, "name", name)
1382
1383
 
1383
1384
  @property
1384
1385
  @pulumi.getter
1385
- def name(self) -> Optional[pulumi.Input[str]]:
1386
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
1386
1387
  """
1387
1388
  `name` is the name of the priority level configuration being referenced Required.
1388
1389
  """
1389
1390
  return pulumi.get(self, "name")
1390
1391
 
1391
1392
  @name.setter
1392
- def name(self, value: Optional[pulumi.Input[str]]):
1393
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
1393
1394
  pulumi.set(self, "name", value)
1394
1395
 
1395
1396
 
@@ -1398,7 +1399,7 @@ if not MYPY:
1398
1399
  """
1399
1400
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1400
1401
  """
1401
- name: pulumi.Input[str]
1402
+ name: pulumi.Input[builtins.str]
1402
1403
  """
1403
1404
  `name` is the name of the priority level configuration being referenced Required.
1404
1405
  """
@@ -1408,23 +1409,23 @@ elif False:
1408
1409
  @pulumi.input_type
1409
1410
  class PriorityLevelConfigurationReferenceArgs:
1410
1411
  def __init__(__self__, *,
1411
- name: pulumi.Input[str]):
1412
+ name: pulumi.Input[builtins.str]):
1412
1413
  """
1413
1414
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1414
- :param pulumi.Input[str] name: `name` is the name of the priority level configuration being referenced Required.
1415
+ :param pulumi.Input[builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
1415
1416
  """
1416
1417
  pulumi.set(__self__, "name", name)
1417
1418
 
1418
1419
  @property
1419
1420
  @pulumi.getter
1420
- def name(self) -> pulumi.Input[str]:
1421
+ def name(self) -> pulumi.Input[builtins.str]:
1421
1422
  """
1422
1423
  `name` is the name of the priority level configuration being referenced Required.
1423
1424
  """
1424
1425
  return pulumi.get(self, "name")
1425
1426
 
1426
1427
  @name.setter
1427
- def name(self, value: pulumi.Input[str]):
1428
+ def name(self, value: pulumi.Input[builtins.str]):
1428
1429
  pulumi.set(self, "name", value)
1429
1430
 
1430
1431
 
@@ -1437,7 +1438,7 @@ if not MYPY:
1437
1438
  """
1438
1439
  `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
1439
1440
  """
1440
- type: NotRequired[pulumi.Input[str]]
1441
+ type: NotRequired[pulumi.Input[builtins.str]]
1441
1442
  """
1442
1443
  `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1443
1444
  """
@@ -1448,11 +1449,11 @@ elif False:
1448
1449
  class PriorityLevelConfigurationSpecPatchArgs:
1449
1450
  def __init__(__self__, *,
1450
1451
  limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']] = None,
1451
- type: Optional[pulumi.Input[str]] = None):
1452
+ type: Optional[pulumi.Input[builtins.str]] = None):
1452
1453
  """
1453
1454
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1454
1455
  :param pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs'] limited: `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
1455
- :param pulumi.Input[str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1456
+ :param pulumi.Input[builtins.str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1456
1457
  """
1457
1458
  if limited is not None:
1458
1459
  pulumi.set(__self__, "limited", limited)
@@ -1473,14 +1474,14 @@ class PriorityLevelConfigurationSpecPatchArgs:
1473
1474
 
1474
1475
  @property
1475
1476
  @pulumi.getter
1476
- def type(self) -> Optional[pulumi.Input[str]]:
1477
+ def type(self) -> Optional[pulumi.Input[builtins.str]]:
1477
1478
  """
1478
1479
  `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1479
1480
  """
1480
1481
  return pulumi.get(self, "type")
1481
1482
 
1482
1483
  @type.setter
1483
- def type(self, value: Optional[pulumi.Input[str]]):
1484
+ def type(self, value: Optional[pulumi.Input[builtins.str]]):
1484
1485
  pulumi.set(self, "type", value)
1485
1486
 
1486
1487
 
@@ -1489,7 +1490,7 @@ if not MYPY:
1489
1490
  """
1490
1491
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1491
1492
  """
1492
- type: pulumi.Input[str]
1493
+ type: pulumi.Input[builtins.str]
1493
1494
  """
1494
1495
  `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1495
1496
  """
@@ -1503,11 +1504,11 @@ elif False:
1503
1504
  @pulumi.input_type
1504
1505
  class PriorityLevelConfigurationSpecArgs:
1505
1506
  def __init__(__self__, *,
1506
- type: pulumi.Input[str],
1507
+ type: pulumi.Input[builtins.str],
1507
1508
  limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']] = None):
1508
1509
  """
1509
1510
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1510
- :param pulumi.Input[str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1511
+ :param pulumi.Input[builtins.str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1511
1512
  :param pulumi.Input['LimitedPriorityLevelConfigurationArgs'] limited: `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
1512
1513
  """
1513
1514
  pulumi.set(__self__, "type", type)
@@ -1516,14 +1517,14 @@ class PriorityLevelConfigurationSpecArgs:
1516
1517
 
1517
1518
  @property
1518
1519
  @pulumi.getter
1519
- def type(self) -> pulumi.Input[str]:
1520
+ def type(self) -> pulumi.Input[builtins.str]:
1520
1521
  """
1521
1522
  `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1522
1523
  """
1523
1524
  return pulumi.get(self, "type")
1524
1525
 
1525
1526
  @type.setter
1526
- def type(self, value: pulumi.Input[str]):
1527
+ def type(self, value: pulumi.Input[builtins.str]):
1527
1528
  pulumi.set(self, "type", value)
1528
1529
 
1529
1530
  @property
@@ -1580,11 +1581,11 @@ if not MYPY:
1580
1581
  """
1581
1582
  PriorityLevelConfiguration represents the configuration of a priority level.
1582
1583
  """
1583
- api_version: NotRequired[pulumi.Input[str]]
1584
+ api_version: NotRequired[pulumi.Input[builtins.str]]
1584
1585
  """
1585
1586
  APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1586
1587
  """
1587
- kind: NotRequired[pulumi.Input[str]]
1588
+ kind: NotRequired[pulumi.Input[builtins.str]]
1588
1589
  """
1589
1590
  Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1590
1591
  """
@@ -1606,15 +1607,15 @@ elif False:
1606
1607
  @pulumi.input_type
1607
1608
  class PriorityLevelConfigurationArgs:
1608
1609
  def __init__(__self__, *,
1609
- api_version: Optional[pulumi.Input[str]] = None,
1610
- kind: Optional[pulumi.Input[str]] = None,
1610
+ api_version: Optional[pulumi.Input[builtins.str]] = None,
1611
+ kind: Optional[pulumi.Input[builtins.str]] = None,
1611
1612
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
1612
1613
  spec: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']] = None,
1613
1614
  status: Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']] = None):
1614
1615
  """
1615
1616
  PriorityLevelConfiguration represents the configuration of a priority level.
1616
- :param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1617
- :param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1617
+ :param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1618
+ :param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1618
1619
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1619
1620
  :param pulumi.Input['PriorityLevelConfigurationSpecArgs'] spec: `spec` is the specification of the desired behavior of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
1620
1621
  :param pulumi.Input['PriorityLevelConfigurationStatusArgs'] status: `status` is the current status of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -1632,26 +1633,26 @@ class PriorityLevelConfigurationArgs:
1632
1633
 
1633
1634
  @property
1634
1635
  @pulumi.getter(name="apiVersion")
1635
- def api_version(self) -> Optional[pulumi.Input[str]]:
1636
+ def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
1636
1637
  """
1637
1638
  APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1638
1639
  """
1639
1640
  return pulumi.get(self, "api_version")
1640
1641
 
1641
1642
  @api_version.setter
1642
- def api_version(self, value: Optional[pulumi.Input[str]]):
1643
+ def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
1643
1644
  pulumi.set(self, "api_version", value)
1644
1645
 
1645
1646
  @property
1646
1647
  @pulumi.getter
1647
- def kind(self) -> Optional[pulumi.Input[str]]:
1648
+ def kind(self) -> Optional[pulumi.Input[builtins.str]]:
1648
1649
  """
1649
1650
  Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1650
1651
  """
1651
1652
  return pulumi.get(self, "kind")
1652
1653
 
1653
1654
  @kind.setter
1654
- def kind(self, value: Optional[pulumi.Input[str]]):
1655
+ def kind(self, value: Optional[pulumi.Input[builtins.str]]):
1655
1656
  pulumi.set(self, "kind", value)
1656
1657
 
1657
1658
  @property
@@ -1696,15 +1697,15 @@ if not MYPY:
1696
1697
  """
1697
1698
  QueuingConfiguration holds the configuration parameters for queuing
1698
1699
  """
1699
- hand_size: NotRequired[pulumi.Input[int]]
1700
+ hand_size: NotRequired[pulumi.Input[builtins.int]]
1700
1701
  """
1701
1702
  `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1702
1703
  """
1703
- queue_length_limit: NotRequired[pulumi.Input[int]]
1704
+ queue_length_limit: NotRequired[pulumi.Input[builtins.int]]
1704
1705
  """
1705
1706
  `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1706
1707
  """
1707
- queues: NotRequired[pulumi.Input[int]]
1708
+ queues: NotRequired[pulumi.Input[builtins.int]]
1708
1709
  """
1709
1710
  `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1710
1711
  """
@@ -1714,14 +1715,14 @@ elif False:
1714
1715
  @pulumi.input_type
1715
1716
  class QueuingConfigurationPatchArgs:
1716
1717
  def __init__(__self__, *,
1717
- hand_size: Optional[pulumi.Input[int]] = None,
1718
- queue_length_limit: Optional[pulumi.Input[int]] = None,
1719
- queues: Optional[pulumi.Input[int]] = None):
1718
+ hand_size: Optional[pulumi.Input[builtins.int]] = None,
1719
+ queue_length_limit: Optional[pulumi.Input[builtins.int]] = None,
1720
+ queues: Optional[pulumi.Input[builtins.int]] = None):
1720
1721
  """
1721
1722
  QueuingConfiguration holds the configuration parameters for queuing
1722
- :param pulumi.Input[int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1723
- :param pulumi.Input[int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1724
- :param pulumi.Input[int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1723
+ :param pulumi.Input[builtins.int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1724
+ :param pulumi.Input[builtins.int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1725
+ :param pulumi.Input[builtins.int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1725
1726
  """
1726
1727
  if hand_size is not None:
1727
1728
  pulumi.set(__self__, "hand_size", hand_size)
@@ -1732,38 +1733,38 @@ class QueuingConfigurationPatchArgs:
1732
1733
 
1733
1734
  @property
1734
1735
  @pulumi.getter(name="handSize")
1735
- def hand_size(self) -> Optional[pulumi.Input[int]]:
1736
+ def hand_size(self) -> Optional[pulumi.Input[builtins.int]]:
1736
1737
  """
1737
1738
  `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1738
1739
  """
1739
1740
  return pulumi.get(self, "hand_size")
1740
1741
 
1741
1742
  @hand_size.setter
1742
- def hand_size(self, value: Optional[pulumi.Input[int]]):
1743
+ def hand_size(self, value: Optional[pulumi.Input[builtins.int]]):
1743
1744
  pulumi.set(self, "hand_size", value)
1744
1745
 
1745
1746
  @property
1746
1747
  @pulumi.getter(name="queueLengthLimit")
1747
- def queue_length_limit(self) -> Optional[pulumi.Input[int]]:
1748
+ def queue_length_limit(self) -> Optional[pulumi.Input[builtins.int]]:
1748
1749
  """
1749
1750
  `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1750
1751
  """
1751
1752
  return pulumi.get(self, "queue_length_limit")
1752
1753
 
1753
1754
  @queue_length_limit.setter
1754
- def queue_length_limit(self, value: Optional[pulumi.Input[int]]):
1755
+ def queue_length_limit(self, value: Optional[pulumi.Input[builtins.int]]):
1755
1756
  pulumi.set(self, "queue_length_limit", value)
1756
1757
 
1757
1758
  @property
1758
1759
  @pulumi.getter
1759
- def queues(self) -> Optional[pulumi.Input[int]]:
1760
+ def queues(self) -> Optional[pulumi.Input[builtins.int]]:
1760
1761
  """
1761
1762
  `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1762
1763
  """
1763
1764
  return pulumi.get(self, "queues")
1764
1765
 
1765
1766
  @queues.setter
1766
- def queues(self, value: Optional[pulumi.Input[int]]):
1767
+ def queues(self, value: Optional[pulumi.Input[builtins.int]]):
1767
1768
  pulumi.set(self, "queues", value)
1768
1769
 
1769
1770
 
@@ -1772,15 +1773,15 @@ if not MYPY:
1772
1773
  """
1773
1774
  QueuingConfiguration holds the configuration parameters for queuing
1774
1775
  """
1775
- hand_size: NotRequired[pulumi.Input[int]]
1776
+ hand_size: NotRequired[pulumi.Input[builtins.int]]
1776
1777
  """
1777
1778
  `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1778
1779
  """
1779
- queue_length_limit: NotRequired[pulumi.Input[int]]
1780
+ queue_length_limit: NotRequired[pulumi.Input[builtins.int]]
1780
1781
  """
1781
1782
  `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1782
1783
  """
1783
- queues: NotRequired[pulumi.Input[int]]
1784
+ queues: NotRequired[pulumi.Input[builtins.int]]
1784
1785
  """
1785
1786
  `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1786
1787
  """
@@ -1790,14 +1791,14 @@ elif False:
1790
1791
  @pulumi.input_type
1791
1792
  class QueuingConfigurationArgs:
1792
1793
  def __init__(__self__, *,
1793
- hand_size: Optional[pulumi.Input[int]] = None,
1794
- queue_length_limit: Optional[pulumi.Input[int]] = None,
1795
- queues: Optional[pulumi.Input[int]] = None):
1794
+ hand_size: Optional[pulumi.Input[builtins.int]] = None,
1795
+ queue_length_limit: Optional[pulumi.Input[builtins.int]] = None,
1796
+ queues: Optional[pulumi.Input[builtins.int]] = None):
1796
1797
  """
1797
1798
  QueuingConfiguration holds the configuration parameters for queuing
1798
- :param pulumi.Input[int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1799
- :param pulumi.Input[int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1800
- :param pulumi.Input[int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1799
+ :param pulumi.Input[builtins.int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1800
+ :param pulumi.Input[builtins.int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1801
+ :param pulumi.Input[builtins.int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1801
1802
  """
1802
1803
  if hand_size is not None:
1803
1804
  pulumi.set(__self__, "hand_size", hand_size)
@@ -1808,38 +1809,38 @@ class QueuingConfigurationArgs:
1808
1809
 
1809
1810
  @property
1810
1811
  @pulumi.getter(name="handSize")
1811
- def hand_size(self) -> Optional[pulumi.Input[int]]:
1812
+ def hand_size(self) -> Optional[pulumi.Input[builtins.int]]:
1812
1813
  """
1813
1814
  `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1814
1815
  """
1815
1816
  return pulumi.get(self, "hand_size")
1816
1817
 
1817
1818
  @hand_size.setter
1818
- def hand_size(self, value: Optional[pulumi.Input[int]]):
1819
+ def hand_size(self, value: Optional[pulumi.Input[builtins.int]]):
1819
1820
  pulumi.set(self, "hand_size", value)
1820
1821
 
1821
1822
  @property
1822
1823
  @pulumi.getter(name="queueLengthLimit")
1823
- def queue_length_limit(self) -> Optional[pulumi.Input[int]]:
1824
+ def queue_length_limit(self) -> Optional[pulumi.Input[builtins.int]]:
1824
1825
  """
1825
1826
  `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1826
1827
  """
1827
1828
  return pulumi.get(self, "queue_length_limit")
1828
1829
 
1829
1830
  @queue_length_limit.setter
1830
- def queue_length_limit(self, value: Optional[pulumi.Input[int]]):
1831
+ def queue_length_limit(self, value: Optional[pulumi.Input[builtins.int]]):
1831
1832
  pulumi.set(self, "queue_length_limit", value)
1832
1833
 
1833
1834
  @property
1834
1835
  @pulumi.getter
1835
- def queues(self) -> Optional[pulumi.Input[int]]:
1836
+ def queues(self) -> Optional[pulumi.Input[builtins.int]]:
1836
1837
  """
1837
1838
  `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
1839
  """
1839
1840
  return pulumi.get(self, "queues")
1840
1841
 
1841
1842
  @queues.setter
1842
- def queues(self, value: Optional[pulumi.Input[int]]):
1843
+ def queues(self, value: Optional[pulumi.Input[builtins.int]]):
1843
1844
  pulumi.set(self, "queues", value)
1844
1845
 
1845
1846
 
@@ -1848,23 +1849,23 @@ if not MYPY:
1848
1849
  """
1849
1850
  ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) least one member of namespaces matches the request.
1850
1851
  """
1851
- api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1852
+ api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
1852
1853
  """
1853
1854
  `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
1854
1855
  """
1855
- cluster_scope: NotRequired[pulumi.Input[bool]]
1856
+ cluster_scope: NotRequired[pulumi.Input[builtins.bool]]
1856
1857
  """
1857
1858
  `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
1858
1859
  """
1859
- namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1860
+ namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
1860
1861
  """
1861
1862
  `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
1862
1863
  """
1863
- resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1864
+ resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
1864
1865
  """
1865
1866
  `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
1866
1867
  """
1867
- verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1868
+ verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
1868
1869
  """
1869
1870
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1870
1871
  """
@@ -1874,18 +1875,18 @@ elif False:
1874
1875
  @pulumi.input_type
1875
1876
  class ResourcePolicyRulePatchArgs:
1876
1877
  def __init__(__self__, *,
1877
- api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1878
- cluster_scope: Optional[pulumi.Input[bool]] = None,
1879
- namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1880
- resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1881
- verbs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1878
+ api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
1879
+ cluster_scope: Optional[pulumi.Input[builtins.bool]] = None,
1880
+ namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
1881
+ resources: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
1882
+ verbs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
1882
1883
  """
1883
1884
  ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) least one member of namespaces matches the request.
1884
- :param pulumi.Input[Sequence[pulumi.Input[str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
1885
- :param pulumi.Input[bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
1886
- :param pulumi.Input[Sequence[pulumi.Input[str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
1887
- :param pulumi.Input[Sequence[pulumi.Input[str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
1888
- :param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1885
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
1886
+ :param pulumi.Input[builtins.bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
1887
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
1888
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
1889
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1889
1890
  """
1890
1891
  if api_groups is not None:
1891
1892
  pulumi.set(__self__, "api_groups", api_groups)
@@ -1900,62 +1901,62 @@ class ResourcePolicyRulePatchArgs:
1900
1901
 
1901
1902
  @property
1902
1903
  @pulumi.getter(name="apiGroups")
1903
- def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1904
+ def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
1904
1905
  """
1905
1906
  `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
1906
1907
  """
1907
1908
  return pulumi.get(self, "api_groups")
1908
1909
 
1909
1910
  @api_groups.setter
1910
- def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1911
+ def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
1911
1912
  pulumi.set(self, "api_groups", value)
1912
1913
 
1913
1914
  @property
1914
1915
  @pulumi.getter(name="clusterScope")
1915
- def cluster_scope(self) -> Optional[pulumi.Input[bool]]:
1916
+ def cluster_scope(self) -> Optional[pulumi.Input[builtins.bool]]:
1916
1917
  """
1917
1918
  `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
1918
1919
  """
1919
1920
  return pulumi.get(self, "cluster_scope")
1920
1921
 
1921
1922
  @cluster_scope.setter
1922
- def cluster_scope(self, value: Optional[pulumi.Input[bool]]):
1923
+ def cluster_scope(self, value: Optional[pulumi.Input[builtins.bool]]):
1923
1924
  pulumi.set(self, "cluster_scope", value)
1924
1925
 
1925
1926
  @property
1926
1927
  @pulumi.getter
1927
- def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1928
+ def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
1928
1929
  """
1929
1930
  `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
1930
1931
  """
1931
1932
  return pulumi.get(self, "namespaces")
1932
1933
 
1933
1934
  @namespaces.setter
1934
- def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1935
+ def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
1935
1936
  pulumi.set(self, "namespaces", value)
1936
1937
 
1937
1938
  @property
1938
1939
  @pulumi.getter
1939
- def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1940
+ def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
1940
1941
  """
1941
1942
  `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
1942
1943
  """
1943
1944
  return pulumi.get(self, "resources")
1944
1945
 
1945
1946
  @resources.setter
1946
- def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1947
+ def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
1947
1948
  pulumi.set(self, "resources", value)
1948
1949
 
1949
1950
  @property
1950
1951
  @pulumi.getter
1951
- def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1952
+ def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
1952
1953
  """
1953
1954
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1954
1955
  """
1955
1956
  return pulumi.get(self, "verbs")
1956
1957
 
1957
1958
  @verbs.setter
1958
- def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1959
+ def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
1959
1960
  pulumi.set(self, "verbs", value)
1960
1961
 
1961
1962
 
@@ -1964,23 +1965,23 @@ if not MYPY:
1964
1965
  """
1965
1966
  ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) least one member of namespaces matches the request.
1966
1967
  """
1967
- api_groups: pulumi.Input[Sequence[pulumi.Input[str]]]
1968
+ api_groups: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
1968
1969
  """
1969
1970
  `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
1970
1971
  """
1971
- resources: pulumi.Input[Sequence[pulumi.Input[str]]]
1972
+ resources: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
1972
1973
  """
1973
1974
  `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
1974
1975
  """
1975
- verbs: pulumi.Input[Sequence[pulumi.Input[str]]]
1976
+ verbs: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
1976
1977
  """
1977
1978
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1978
1979
  """
1979
- cluster_scope: NotRequired[pulumi.Input[bool]]
1980
+ cluster_scope: NotRequired[pulumi.Input[builtins.bool]]
1980
1981
  """
1981
1982
  `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
1982
1983
  """
1983
- namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1984
+ namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
1984
1985
  """
1985
1986
  `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
1986
1987
  """
@@ -1990,18 +1991,18 @@ elif False:
1990
1991
  @pulumi.input_type
1991
1992
  class ResourcePolicyRuleArgs:
1992
1993
  def __init__(__self__, *,
1993
- api_groups: pulumi.Input[Sequence[pulumi.Input[str]]],
1994
- resources: pulumi.Input[Sequence[pulumi.Input[str]]],
1995
- verbs: pulumi.Input[Sequence[pulumi.Input[str]]],
1996
- cluster_scope: Optional[pulumi.Input[bool]] = None,
1997
- namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1994
+ api_groups: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
1995
+ resources: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
1996
+ verbs: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
1997
+ cluster_scope: Optional[pulumi.Input[builtins.bool]] = None,
1998
+ namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
1998
1999
  """
1999
2000
  ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) least one member of namespaces matches the request.
2000
- :param pulumi.Input[Sequence[pulumi.Input[str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
2001
- :param pulumi.Input[Sequence[pulumi.Input[str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
2002
- :param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
2003
- :param pulumi.Input[bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
2004
- :param pulumi.Input[Sequence[pulumi.Input[str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
2001
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
2002
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
2003
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
2004
+ :param pulumi.Input[builtins.bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
2005
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
2005
2006
  """
2006
2007
  pulumi.set(__self__, "api_groups", api_groups)
2007
2008
  pulumi.set(__self__, "resources", resources)
@@ -2013,62 +2014,62 @@ class ResourcePolicyRuleArgs:
2013
2014
 
2014
2015
  @property
2015
2016
  @pulumi.getter(name="apiGroups")
2016
- def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2017
+ def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
2017
2018
  """
2018
2019
  `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
2019
2020
  """
2020
2021
  return pulumi.get(self, "api_groups")
2021
2022
 
2022
2023
  @api_groups.setter
2023
- def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2024
+ def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
2024
2025
  pulumi.set(self, "api_groups", value)
2025
2026
 
2026
2027
  @property
2027
2028
  @pulumi.getter
2028
- def resources(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2029
+ def resources(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
2029
2030
  """
2030
2031
  `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
2031
2032
  """
2032
2033
  return pulumi.get(self, "resources")
2033
2034
 
2034
2035
  @resources.setter
2035
- def resources(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2036
+ def resources(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
2036
2037
  pulumi.set(self, "resources", value)
2037
2038
 
2038
2039
  @property
2039
2040
  @pulumi.getter
2040
- def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2041
+ def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
2041
2042
  """
2042
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.
2043
2044
  """
2044
2045
  return pulumi.get(self, "verbs")
2045
2046
 
2046
2047
  @verbs.setter
2047
- def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2048
+ def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
2048
2049
  pulumi.set(self, "verbs", value)
2049
2050
 
2050
2051
  @property
2051
2052
  @pulumi.getter(name="clusterScope")
2052
- def cluster_scope(self) -> Optional[pulumi.Input[bool]]:
2053
+ def cluster_scope(self) -> Optional[pulumi.Input[builtins.bool]]:
2053
2054
  """
2054
2055
  `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
2055
2056
  """
2056
2057
  return pulumi.get(self, "cluster_scope")
2057
2058
 
2058
2059
  @cluster_scope.setter
2059
- def cluster_scope(self, value: Optional[pulumi.Input[bool]]):
2060
+ def cluster_scope(self, value: Optional[pulumi.Input[builtins.bool]]):
2060
2061
  pulumi.set(self, "cluster_scope", value)
2061
2062
 
2062
2063
  @property
2063
2064
  @pulumi.getter
2064
- def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2065
+ def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
2065
2066
  """
2066
2067
  `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
2067
2068
  """
2068
2069
  return pulumi.get(self, "namespaces")
2069
2070
 
2070
2071
  @namespaces.setter
2071
- def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2072
+ def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
2072
2073
  pulumi.set(self, "namespaces", value)
2073
2074
 
2074
2075
 
@@ -2077,11 +2078,11 @@ if not MYPY:
2077
2078
  """
2078
2079
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2079
2080
  """
2080
- name: NotRequired[pulumi.Input[str]]
2081
+ name: NotRequired[pulumi.Input[builtins.str]]
2081
2082
  """
2082
2083
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2083
2084
  """
2084
- namespace: NotRequired[pulumi.Input[str]]
2085
+ namespace: NotRequired[pulumi.Input[builtins.str]]
2085
2086
  """
2086
2087
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2087
2088
  """
@@ -2091,12 +2092,12 @@ elif False:
2091
2092
  @pulumi.input_type
2092
2093
  class ServiceAccountSubjectPatchArgs:
2093
2094
  def __init__(__self__, *,
2094
- name: Optional[pulumi.Input[str]] = None,
2095
- namespace: Optional[pulumi.Input[str]] = None):
2095
+ name: Optional[pulumi.Input[builtins.str]] = None,
2096
+ namespace: Optional[pulumi.Input[builtins.str]] = None):
2096
2097
  """
2097
2098
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2098
- :param pulumi.Input[str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2099
- :param pulumi.Input[str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2099
+ :param pulumi.Input[builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2100
+ :param pulumi.Input[builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2100
2101
  """
2101
2102
  if name is not None:
2102
2103
  pulumi.set(__self__, "name", name)
@@ -2105,26 +2106,26 @@ class ServiceAccountSubjectPatchArgs:
2105
2106
 
2106
2107
  @property
2107
2108
  @pulumi.getter
2108
- def name(self) -> Optional[pulumi.Input[str]]:
2109
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
2109
2110
  """
2110
2111
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2111
2112
  """
2112
2113
  return pulumi.get(self, "name")
2113
2114
 
2114
2115
  @name.setter
2115
- def name(self, value: Optional[pulumi.Input[str]]):
2116
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
2116
2117
  pulumi.set(self, "name", value)
2117
2118
 
2118
2119
  @property
2119
2120
  @pulumi.getter
2120
- def namespace(self) -> Optional[pulumi.Input[str]]:
2121
+ def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
2121
2122
  """
2122
2123
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2123
2124
  """
2124
2125
  return pulumi.get(self, "namespace")
2125
2126
 
2126
2127
  @namespace.setter
2127
- def namespace(self, value: Optional[pulumi.Input[str]]):
2128
+ def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
2128
2129
  pulumi.set(self, "namespace", value)
2129
2130
 
2130
2131
 
@@ -2133,11 +2134,11 @@ if not MYPY:
2133
2134
  """
2134
2135
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2135
2136
  """
2136
- name: pulumi.Input[str]
2137
+ name: pulumi.Input[builtins.str]
2137
2138
  """
2138
2139
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2139
2140
  """
2140
- namespace: pulumi.Input[str]
2141
+ namespace: pulumi.Input[builtins.str]
2141
2142
  """
2142
2143
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2143
2144
  """
@@ -2147,38 +2148,38 @@ elif False:
2147
2148
  @pulumi.input_type
2148
2149
  class ServiceAccountSubjectArgs:
2149
2150
  def __init__(__self__, *,
2150
- name: pulumi.Input[str],
2151
- namespace: pulumi.Input[str]):
2151
+ name: pulumi.Input[builtins.str],
2152
+ namespace: pulumi.Input[builtins.str]):
2152
2153
  """
2153
2154
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2154
- :param pulumi.Input[str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2155
- :param pulumi.Input[str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2155
+ :param pulumi.Input[builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2156
+ :param pulumi.Input[builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2156
2157
  """
2157
2158
  pulumi.set(__self__, "name", name)
2158
2159
  pulumi.set(__self__, "namespace", namespace)
2159
2160
 
2160
2161
  @property
2161
2162
  @pulumi.getter
2162
- def name(self) -> pulumi.Input[str]:
2163
+ def name(self) -> pulumi.Input[builtins.str]:
2163
2164
  """
2164
2165
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2165
2166
  """
2166
2167
  return pulumi.get(self, "name")
2167
2168
 
2168
2169
  @name.setter
2169
- def name(self, value: pulumi.Input[str]):
2170
+ def name(self, value: pulumi.Input[builtins.str]):
2170
2171
  pulumi.set(self, "name", value)
2171
2172
 
2172
2173
  @property
2173
2174
  @pulumi.getter
2174
- def namespace(self) -> pulumi.Input[str]:
2175
+ def namespace(self) -> pulumi.Input[builtins.str]:
2175
2176
  """
2176
2177
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2177
2178
  """
2178
2179
  return pulumi.get(self, "namespace")
2179
2180
 
2180
2181
  @namespace.setter
2181
- def namespace(self, value: pulumi.Input[str]):
2182
+ def namespace(self, value: pulumi.Input[builtins.str]):
2182
2183
  pulumi.set(self, "namespace", value)
2183
2184
 
2184
2185
 
@@ -2188,7 +2189,7 @@ if not MYPY:
2188
2189
  Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
2189
2190
  """
2190
2191
  group: NotRequired[pulumi.Input['GroupSubjectPatchArgsDict']]
2191
- kind: NotRequired[pulumi.Input[str]]
2192
+ kind: NotRequired[pulumi.Input[builtins.str]]
2192
2193
  """
2193
2194
  Required
2194
2195
  """
@@ -2201,12 +2202,12 @@ elif False:
2201
2202
  class SubjectPatchArgs:
2202
2203
  def __init__(__self__, *,
2203
2204
  group: Optional[pulumi.Input['GroupSubjectPatchArgs']] = None,
2204
- kind: Optional[pulumi.Input[str]] = None,
2205
+ kind: Optional[pulumi.Input[builtins.str]] = None,
2205
2206
  service_account: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']] = None,
2206
2207
  user: Optional[pulumi.Input['UserSubjectPatchArgs']] = None):
2207
2208
  """
2208
2209
  Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
2209
- :param pulumi.Input[str] kind: Required
2210
+ :param pulumi.Input[builtins.str] kind: Required
2210
2211
  """
2211
2212
  if group is not None:
2212
2213
  pulumi.set(__self__, "group", group)
@@ -2228,14 +2229,14 @@ class SubjectPatchArgs:
2228
2229
 
2229
2230
  @property
2230
2231
  @pulumi.getter
2231
- def kind(self) -> Optional[pulumi.Input[str]]:
2232
+ def kind(self) -> Optional[pulumi.Input[builtins.str]]:
2232
2233
  """
2233
2234
  Required
2234
2235
  """
2235
2236
  return pulumi.get(self, "kind")
2236
2237
 
2237
2238
  @kind.setter
2238
- def kind(self, value: Optional[pulumi.Input[str]]):
2239
+ def kind(self, value: Optional[pulumi.Input[builtins.str]]):
2239
2240
  pulumi.set(self, "kind", value)
2240
2241
 
2241
2242
  @property
@@ -2262,7 +2263,7 @@ if not MYPY:
2262
2263
  """
2263
2264
  Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
2264
2265
  """
2265
- kind: pulumi.Input[str]
2266
+ kind: pulumi.Input[builtins.str]
2266
2267
  """
2267
2268
  Required
2268
2269
  """
@@ -2275,13 +2276,13 @@ elif False:
2275
2276
  @pulumi.input_type
2276
2277
  class SubjectArgs:
2277
2278
  def __init__(__self__, *,
2278
- kind: pulumi.Input[str],
2279
+ kind: pulumi.Input[builtins.str],
2279
2280
  group: Optional[pulumi.Input['GroupSubjectArgs']] = None,
2280
2281
  service_account: Optional[pulumi.Input['ServiceAccountSubjectArgs']] = None,
2281
2282
  user: Optional[pulumi.Input['UserSubjectArgs']] = None):
2282
2283
  """
2283
2284
  Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
2284
- :param pulumi.Input[str] kind: Required
2285
+ :param pulumi.Input[builtins.str] kind: Required
2285
2286
  """
2286
2287
  pulumi.set(__self__, "kind", kind)
2287
2288
  if group is not None:
@@ -2293,14 +2294,14 @@ class SubjectArgs:
2293
2294
 
2294
2295
  @property
2295
2296
  @pulumi.getter
2296
- def kind(self) -> pulumi.Input[str]:
2297
+ def kind(self) -> pulumi.Input[builtins.str]:
2297
2298
  """
2298
2299
  Required
2299
2300
  """
2300
2301
  return pulumi.get(self, "kind")
2301
2302
 
2302
2303
  @kind.setter
2303
- def kind(self, value: pulumi.Input[str]):
2304
+ def kind(self, value: pulumi.Input[builtins.str]):
2304
2305
  pulumi.set(self, "kind", value)
2305
2306
 
2306
2307
  @property
@@ -2336,7 +2337,7 @@ if not MYPY:
2336
2337
  """
2337
2338
  UserSubject holds detailed information for user-kind subject.
2338
2339
  """
2339
- name: NotRequired[pulumi.Input[str]]
2340
+ name: NotRequired[pulumi.Input[builtins.str]]
2340
2341
  """
2341
2342
  `name` is the username that matches, or "*" to match all usernames. Required.
2342
2343
  """
@@ -2346,24 +2347,24 @@ elif False:
2346
2347
  @pulumi.input_type
2347
2348
  class UserSubjectPatchArgs:
2348
2349
  def __init__(__self__, *,
2349
- name: Optional[pulumi.Input[str]] = None):
2350
+ name: Optional[pulumi.Input[builtins.str]] = None):
2350
2351
  """
2351
2352
  UserSubject holds detailed information for user-kind subject.
2352
- :param pulumi.Input[str] name: `name` is the username that matches, or "*" to match all usernames. Required.
2353
+ :param pulumi.Input[builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
2353
2354
  """
2354
2355
  if name is not None:
2355
2356
  pulumi.set(__self__, "name", name)
2356
2357
 
2357
2358
  @property
2358
2359
  @pulumi.getter
2359
- def name(self) -> Optional[pulumi.Input[str]]:
2360
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
2360
2361
  """
2361
2362
  `name` is the username that matches, or "*" to match all usernames. Required.
2362
2363
  """
2363
2364
  return pulumi.get(self, "name")
2364
2365
 
2365
2366
  @name.setter
2366
- def name(self, value: Optional[pulumi.Input[str]]):
2367
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
2367
2368
  pulumi.set(self, "name", value)
2368
2369
 
2369
2370
 
@@ -2372,7 +2373,7 @@ if not MYPY:
2372
2373
  """
2373
2374
  UserSubject holds detailed information for user-kind subject.
2374
2375
  """
2375
- name: pulumi.Input[str]
2376
+ name: pulumi.Input[builtins.str]
2376
2377
  """
2377
2378
  `name` is the username that matches, or "*" to match all usernames. Required.
2378
2379
  """
@@ -2382,23 +2383,23 @@ elif False:
2382
2383
  @pulumi.input_type
2383
2384
  class UserSubjectArgs:
2384
2385
  def __init__(__self__, *,
2385
- name: pulumi.Input[str]):
2386
+ name: pulumi.Input[builtins.str]):
2386
2387
  """
2387
2388
  UserSubject holds detailed information for user-kind subject.
2388
- :param pulumi.Input[str] name: `name` is the username that matches, or "*" to match all usernames. Required.
2389
+ :param pulumi.Input[builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
2389
2390
  """
2390
2391
  pulumi.set(__self__, "name", name)
2391
2392
 
2392
2393
  @property
2393
2394
  @pulumi.getter
2394
- def name(self) -> pulumi.Input[str]:
2395
+ def name(self) -> pulumi.Input[builtins.str]:
2395
2396
  """
2396
2397
  `name` is the username that matches, or "*" to match all usernames. Required.
2397
2398
  """
2398
2399
  return pulumi.get(self, "name")
2399
2400
 
2400
2401
  @name.setter
2401
- def name(self, value: pulumi.Input[str]):
2402
+ def name(self, value: pulumi.Input[builtins.str]):
2402
2403
  pulumi.set(self, "name", value)
2403
2404
 
2404
2405