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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (703) hide show
  1. pulumi_kubernetes/__init__.py +73 -2
  2. pulumi_kubernetes/_inputs.py +49 -49
  3. pulumi_kubernetes/_utilities.py +9 -5
  4. pulumi_kubernetes/admissionregistration/__init__.py +1 -0
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +26 -25
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +26 -25
  7. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +26 -25
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +27 -26
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +26 -25
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +26 -25
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +26 -25
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +27 -26
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +26 -25
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +26 -25
  16. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +26 -25
  17. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
  18. pulumi_kubernetes/admissionregistration/v1/_inputs.py +721 -721
  19. pulumi_kubernetes/admissionregistration/v1/outputs.py +516 -516
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +215 -0
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +223 -0
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +216 -0
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +235 -0
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +216 -0
  25. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +227 -0
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +27 -26
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +26 -33
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +26 -25
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +26 -33
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +26 -25
  31. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +27 -26
  32. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +7 -0
  33. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2219 -716
  34. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1649 -530
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +26 -25
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +26 -25
  37. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +26 -25
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +27 -26
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +26 -25
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +26 -25
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +26 -25
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +27 -26
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +26 -25
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +26 -25
  46. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +26 -25
  47. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
  48. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +717 -717
  49. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +512 -512
  50. pulumi_kubernetes/apiextensions/__init__.py +1 -0
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +27 -26
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +26 -25
  53. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +27 -26
  54. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
  55. pulumi_kubernetes/apiextensions/v1/_inputs.py +912 -912
  56. pulumi_kubernetes/apiextensions/v1/outputs.py +624 -624
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +27 -26
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +26 -25
  59. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +27 -26
  60. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
  61. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -834
  62. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -572
  63. pulumi_kubernetes/apiregistration/__init__.py +1 -0
  64. pulumi_kubernetes/apiregistration/v1/APIService.py +27 -26
  65. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +26 -25
  66. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +27 -26
  67. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
  68. pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -157
  69. pulumi_kubernetes/apiregistration/v1/outputs.py +128 -128
  70. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +27 -26
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +26 -25
  72. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +27 -26
  73. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
  74. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -157
  75. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -128
  76. pulumi_kubernetes/apps/__init__.py +1 -0
  77. pulumi_kubernetes/apps/v1/ControllerRevision.py +36 -35
  78. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +26 -25
  79. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +36 -35
  80. pulumi_kubernetes/apps/v1/DaemonSet.py +27 -26
  81. pulumi_kubernetes/apps/v1/DaemonSetList.py +26 -25
  82. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +27 -26
  83. pulumi_kubernetes/apps/v1/Deployment.py +27 -26
  84. pulumi_kubernetes/apps/v1/DeploymentList.py +26 -25
  85. pulumi_kubernetes/apps/v1/DeploymentPatch.py +27 -26
  86. pulumi_kubernetes/apps/v1/ReplicaSet.py +27 -26
  87. pulumi_kubernetes/apps/v1/ReplicaSetList.py +30 -29
  88. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +27 -26
  89. pulumi_kubernetes/apps/v1/StatefulSet.py +27 -26
  90. pulumi_kubernetes/apps/v1/StatefulSetList.py +26 -25
  91. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +27 -26
  92. pulumi_kubernetes/apps/v1/__init__.py +1 -0
  93. pulumi_kubernetes/apps/v1/_inputs.py +835 -782
  94. pulumi_kubernetes/apps/v1/outputs.py +806 -733
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +36 -35
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +26 -25
  97. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +36 -35
  98. pulumi_kubernetes/apps/v1beta1/Deployment.py +27 -26
  99. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +26 -25
  100. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +27 -26
  101. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +27 -26
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +26 -25
  103. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +27 -26
  104. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
  105. pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -409
  106. pulumi_kubernetes/apps/v1beta1/outputs.py +381 -381
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +36 -35
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +26 -25
  109. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +36 -35
  110. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +27 -26
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +26 -25
  112. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +27 -26
  113. pulumi_kubernetes/apps/v1beta2/Deployment.py +27 -26
  114. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +26 -25
  115. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +27 -26
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +27 -26
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +26 -25
  118. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +27 -26
  119. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +27 -26
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +26 -25
  121. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +27 -26
  122. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
  123. pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -655
  124. pulumi_kubernetes/apps/v1beta2/outputs.py +645 -645
  125. pulumi_kubernetes/auditregistration/__init__.py +1 -0
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +26 -25
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +26 -25
  128. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +26 -25
  129. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
  130. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -145
  131. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -101
  132. pulumi_kubernetes/autoscaling/__init__.py +1 -0
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +27 -26
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +26 -25
  135. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +27 -26
  136. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
  137. pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -120
  138. pulumi_kubernetes/autoscaling/v1/outputs.py +102 -102
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +27 -26
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +26 -25
  141. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +27 -26
  142. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
  143. pulumi_kubernetes/autoscaling/v2/_inputs.py +500 -420
  144. pulumi_kubernetes/autoscaling/v2/outputs.py +438 -382
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +27 -26
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +26 -25
  147. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +27 -26
  148. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
  149. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -451
  150. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -424
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +27 -26
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +26 -25
  153. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +27 -26
  154. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
  155. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -398
  156. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -366
  157. pulumi_kubernetes/batch/__init__.py +1 -0
  158. pulumi_kubernetes/batch/v1/CronJob.py +27 -26
  159. pulumi_kubernetes/batch/v1/CronJobList.py +26 -25
  160. pulumi_kubernetes/batch/v1/CronJobPatch.py +27 -26
  161. pulumi_kubernetes/batch/v1/Job.py +27 -26
  162. pulumi_kubernetes/batch/v1/JobList.py +26 -25
  163. pulumi_kubernetes/batch/v1/JobPatch.py +27 -26
  164. pulumi_kubernetes/batch/v1/__init__.py +1 -0
  165. pulumi_kubernetes/batch/v1/_inputs.py +508 -538
  166. pulumi_kubernetes/batch/v1/outputs.py +427 -451
  167. pulumi_kubernetes/batch/v1beta1/CronJob.py +27 -26
  168. pulumi_kubernetes/batch/v1beta1/CronJobList.py +26 -25
  169. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +27 -26
  170. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
  171. pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -101
  172. pulumi_kubernetes/batch/v1beta1/outputs.py +76 -76
  173. pulumi_kubernetes/batch/v2alpha1/CronJob.py +27 -26
  174. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +26 -25
  175. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +27 -26
  176. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
  177. pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -101
  178. pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -76
  179. pulumi_kubernetes/certificates/__init__.py +1 -0
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +27 -26
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +26 -25
  182. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +27 -26
  183. pulumi_kubernetes/certificates/v1/__init__.py +1 -0
  184. pulumi_kubernetes/certificates/v1/_inputs.py +155 -155
  185. pulumi_kubernetes/certificates/v1/outputs.py +134 -134
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +28 -25
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +26 -25
  188. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +28 -25
  189. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
  190. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -39
  191. pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -27
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +27 -26
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +26 -25
  194. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +27 -26
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +226 -0
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +216 -0
  197. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +237 -0
  198. pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
  199. pulumi_kubernetes/certificates/v1beta1/_inputs.py +436 -144
  200. pulumi_kubernetes/certificates/v1beta1/outputs.py +369 -128
  201. pulumi_kubernetes/coordination/__init__.py +4 -0
  202. pulumi_kubernetes/coordination/v1/Lease.py +26 -25
  203. pulumi_kubernetes/coordination/v1/LeaseList.py +26 -25
  204. pulumi_kubernetes/coordination/v1/LeasePatch.py +26 -25
  205. pulumi_kubernetes/coordination/v1/__init__.py +1 -0
  206. pulumi_kubernetes/coordination/v1/_inputs.py +99 -99
  207. pulumi_kubernetes/coordination/v1/outputs.py +67 -67
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +28 -25
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +26 -25
  210. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +28 -25
  211. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
  212. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -87
  213. pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -59
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +217 -0
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +216 -0
  216. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +229 -0
  217. pulumi_kubernetes/coordination/v1alpha2/__init__.py +13 -0
  218. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
  219. pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
  220. pulumi_kubernetes/coordination/v1beta1/Lease.py +26 -25
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +217 -0
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +216 -0
  223. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +229 -0
  224. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +26 -25
  225. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +26 -25
  226. pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
  227. pulumi_kubernetes/coordination/v1beta1/_inputs.py +446 -75
  228. pulumi_kubernetes/coordination/v1beta1/outputs.py +343 -51
  229. pulumi_kubernetes/core/__init__.py +1 -0
  230. pulumi_kubernetes/core/v1/Binding.py +28 -27
  231. pulumi_kubernetes/core/v1/BindingPatch.py +28 -27
  232. pulumi_kubernetes/core/v1/ConfigMap.py +54 -53
  233. pulumi_kubernetes/core/v1/ConfigMapList.py +26 -25
  234. pulumi_kubernetes/core/v1/ConfigMapPatch.py +54 -53
  235. pulumi_kubernetes/core/v1/Endpoints.py +34 -25
  236. pulumi_kubernetes/core/v1/EndpointsList.py +28 -27
  237. pulumi_kubernetes/core/v1/EndpointsPatch.py +34 -25
  238. pulumi_kubernetes/core/v1/Event.py +132 -131
  239. pulumi_kubernetes/core/v1/EventList.py +26 -25
  240. pulumi_kubernetes/core/v1/EventPatch.py +132 -131
  241. pulumi_kubernetes/core/v1/LimitRange.py +26 -25
  242. pulumi_kubernetes/core/v1/LimitRangeList.py +26 -25
  243. pulumi_kubernetes/core/v1/LimitRangePatch.py +26 -25
  244. pulumi_kubernetes/core/v1/Namespace.py +27 -26
  245. pulumi_kubernetes/core/v1/NamespaceList.py +26 -25
  246. pulumi_kubernetes/core/v1/NamespacePatch.py +27 -26
  247. pulumi_kubernetes/core/v1/Node.py +27 -26
  248. pulumi_kubernetes/core/v1/NodeList.py +26 -25
  249. pulumi_kubernetes/core/v1/NodePatch.py +27 -26
  250. pulumi_kubernetes/core/v1/PersistentVolume.py +27 -26
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +27 -26
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +26 -25
  253. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +27 -26
  254. pulumi_kubernetes/core/v1/PersistentVolumeList.py +26 -25
  255. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +27 -26
  256. pulumi_kubernetes/core/v1/Pod.py +27 -26
  257. pulumi_kubernetes/core/v1/PodList.py +26 -25
  258. pulumi_kubernetes/core/v1/PodPatch.py +27 -26
  259. pulumi_kubernetes/core/v1/PodTemplate.py +26 -25
  260. pulumi_kubernetes/core/v1/PodTemplateList.py +26 -25
  261. pulumi_kubernetes/core/v1/PodTemplatePatch.py +26 -25
  262. pulumi_kubernetes/core/v1/ReplicationController.py +27 -26
  263. pulumi_kubernetes/core/v1/ReplicationControllerList.py +26 -25
  264. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +27 -26
  265. pulumi_kubernetes/core/v1/ResourceQuota.py +27 -26
  266. pulumi_kubernetes/core/v1/ResourceQuotaList.py +26 -25
  267. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +27 -26
  268. pulumi_kubernetes/core/v1/Secret.py +64 -63
  269. pulumi_kubernetes/core/v1/SecretList.py +26 -25
  270. pulumi_kubernetes/core/v1/SecretPatch.py +68 -65
  271. pulumi_kubernetes/core/v1/Service.py +33 -48
  272. pulumi_kubernetes/core/v1/ServiceAccount.py +42 -41
  273. pulumi_kubernetes/core/v1/ServiceAccountList.py +26 -25
  274. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +42 -41
  275. pulumi_kubernetes/core/v1/ServiceList.py +26 -25
  276. pulumi_kubernetes/core/v1/ServicePatch.py +33 -48
  277. pulumi_kubernetes/core/v1/__init__.py +1 -0
  278. pulumi_kubernetes/core/v1/_enums.py +4 -1
  279. pulumi_kubernetes/core/v1/_inputs.py +7862 -7453
  280. pulumi_kubernetes/core/v1/outputs.py +5980 -5608
  281. pulumi_kubernetes/discovery/__init__.py +1 -0
  282. pulumi_kubernetes/discovery/v1/EndpointSlice.py +46 -45
  283. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +26 -25
  284. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +46 -45
  285. pulumi_kubernetes/discovery/v1/__init__.py +1 -0
  286. pulumi_kubernetes/discovery/v1/_inputs.py +334 -219
  287. pulumi_kubernetes/discovery/v1/outputs.py +224 -149
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +38 -37
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +26 -25
  290. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +38 -37
  291. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
  292. pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -158
  293. pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -108
  294. pulumi_kubernetes/events/__init__.py +1 -0
  295. pulumi_kubernetes/events/v1/Event.py +132 -131
  296. pulumi_kubernetes/events/v1/EventList.py +26 -25
  297. pulumi_kubernetes/events/v1/EventPatch.py +132 -131
  298. pulumi_kubernetes/events/v1/__init__.py +1 -0
  299. pulumi_kubernetes/events/v1/_inputs.py +102 -102
  300. pulumi_kubernetes/events/v1/outputs.py +70 -70
  301. pulumi_kubernetes/events/v1beta1/Event.py +132 -131
  302. pulumi_kubernetes/events/v1beta1/EventList.py +26 -25
  303. pulumi_kubernetes/events/v1beta1/EventPatch.py +132 -131
  304. pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
  305. pulumi_kubernetes/events/v1beta1/_inputs.py +114 -114
  306. pulumi_kubernetes/events/v1beta1/outputs.py +78 -78
  307. pulumi_kubernetes/extensions/__init__.py +1 -0
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +27 -26
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +26 -25
  310. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +27 -26
  311. pulumi_kubernetes/extensions/v1beta1/Deployment.py +27 -26
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +26 -25
  313. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +27 -26
  314. pulumi_kubernetes/extensions/v1beta1/Ingress.py +27 -26
  315. pulumi_kubernetes/extensions/v1beta1/IngressList.py +26 -25
  316. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +27 -26
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +26 -25
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +26 -25
  319. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +26 -25
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +26 -25
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +26 -25
  322. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +26 -25
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +27 -26
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +26 -25
  325. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +27 -26
  326. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
  327. pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1097
  328. pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -899
  329. pulumi_kubernetes/flowcontrol/__init__.py +1 -0
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +27 -26
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +26 -25
  332. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +27 -26
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +27 -26
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +26 -25
  335. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +27 -26
  336. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
  337. pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -419
  338. pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -333
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +27 -26
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +26 -25
  341. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +27 -26
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +27 -26
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +26 -25
  344. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +27 -26
  345. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
  346. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -369
  347. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -299
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +27 -26
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +26 -25
  350. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +27 -26
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +27 -26
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +26 -25
  353. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +27 -26
  354. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
  355. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -369
  356. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -299
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +27 -26
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +26 -25
  359. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +27 -26
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +27 -26
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +26 -25
  362. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +27 -26
  363. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
  364. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -419
  365. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -333
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +27 -26
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +26 -25
  368. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +27 -26
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +27 -26
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +26 -25
  371. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +27 -26
  372. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
  373. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +431 -431
  374. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +341 -341
  375. pulumi_kubernetes/helm/__init__.py +1 -0
  376. pulumi_kubernetes/helm/v3/Release.py +317 -316
  377. pulumi_kubernetes/helm/v3/__init__.py +1 -0
  378. pulumi_kubernetes/helm/v3/_inputs.py +39 -39
  379. pulumi_kubernetes/helm/v3/outputs.py +55 -55
  380. pulumi_kubernetes/helm/v4/Chart.py +114 -87
  381. pulumi_kubernetes/helm/v4/__init__.py +1 -0
  382. pulumi_kubernetes/helm/v4/_inputs.py +36 -36
  383. pulumi_kubernetes/kustomize/__init__.py +1 -0
  384. pulumi_kubernetes/kustomize/v2/Directory.py +36 -35
  385. pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
  386. pulumi_kubernetes/meta/__init__.py +1 -0
  387. pulumi_kubernetes/meta/v1/Status.py +58 -57
  388. pulumi_kubernetes/meta/v1/StatusPatch.py +58 -57
  389. pulumi_kubernetes/meta/v1/__init__.py +1 -0
  390. pulumi_kubernetes/meta/v1/_inputs.py +551 -551
  391. pulumi_kubernetes/meta/v1/outputs.py +395 -395
  392. pulumi_kubernetes/networking/__init__.py +1 -0
  393. pulumi_kubernetes/networking/v1/IPAddress.py +217 -0
  394. pulumi_kubernetes/networking/v1/IPAddressList.py +216 -0
  395. pulumi_kubernetes/networking/v1/IPAddressPatch.py +229 -0
  396. pulumi_kubernetes/networking/v1/Ingress.py +27 -26
  397. pulumi_kubernetes/networking/v1/IngressClass.py +26 -25
  398. pulumi_kubernetes/networking/v1/IngressClassList.py +26 -25
  399. pulumi_kubernetes/networking/v1/IngressClassPatch.py +26 -25
  400. pulumi_kubernetes/networking/v1/IngressList.py +26 -25
  401. pulumi_kubernetes/networking/v1/IngressPatch.py +27 -26
  402. pulumi_kubernetes/networking/v1/NetworkPolicy.py +27 -26
  403. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +26 -25
  404. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +27 -26
  405. pulumi_kubernetes/networking/v1/ServiceCIDR.py +227 -0
  406. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +216 -0
  407. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +239 -0
  408. pulumi_kubernetes/networking/v1/__init__.py +7 -0
  409. pulumi_kubernetes/networking/v1/_inputs.py +970 -371
  410. pulumi_kubernetes/networking/v1/outputs.py +746 -285
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +26 -25
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +26 -25
  413. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +26 -25
  414. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +27 -26
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +26 -25
  416. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +27 -26
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +28 -27
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +26 -25
  419. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +28 -27
  420. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
  421. pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -157
  422. pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -110
  423. pulumi_kubernetes/networking/v1beta1/IPAddress.py +27 -26
  424. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +26 -25
  425. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +27 -26
  426. pulumi_kubernetes/networking/v1beta1/Ingress.py +27 -26
  427. pulumi_kubernetes/networking/v1beta1/IngressClass.py +26 -25
  428. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +26 -25
  429. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +26 -25
  430. pulumi_kubernetes/networking/v1beta1/IngressList.py +26 -25
  431. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +27 -26
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +28 -27
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +26 -25
  434. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +28 -27
  435. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
  436. pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -247
  437. pulumi_kubernetes/networking/v1beta1/outputs.py +173 -173
  438. pulumi_kubernetes/node/__init__.py +1 -0
  439. pulumi_kubernetes/node/v1/RuntimeClass.py +38 -37
  440. pulumi_kubernetes/node/v1/RuntimeClassList.py +26 -25
  441. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +38 -37
  442. pulumi_kubernetes/node/v1/__init__.py +1 -0
  443. pulumi_kubernetes/node/v1/_inputs.py +48 -48
  444. pulumi_kubernetes/node/v1/outputs.py +34 -34
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +26 -25
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +26 -25
  447. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +26 -25
  448. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
  449. pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -57
  450. pulumi_kubernetes/node/v1alpha1/outputs.py +41 -41
  451. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +38 -37
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +26 -25
  453. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +38 -37
  454. pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
  455. pulumi_kubernetes/node/v1beta1/_inputs.py +48 -48
  456. pulumi_kubernetes/node/v1beta1/outputs.py +34 -34
  457. pulumi_kubernetes/policy/__init__.py +1 -0
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +27 -26
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +26 -25
  460. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +27 -26
  461. pulumi_kubernetes/policy/v1/__init__.py +1 -0
  462. pulumi_kubernetes/policy/v1/_inputs.py +91 -103
  463. pulumi_kubernetes/policy/v1/outputs.py +80 -88
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +27 -26
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +26 -25
  466. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +27 -26
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +26 -25
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +26 -25
  469. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +26 -25
  470. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
  471. pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -470
  472. pulumi_kubernetes/policy/v1beta1/outputs.py +342 -342
  473. pulumi_kubernetes/provider.py +139 -99
  474. pulumi_kubernetes/pulumi-plugin.json +1 -1
  475. pulumi_kubernetes/rbac/__init__.py +1 -0
  476. pulumi_kubernetes/rbac/v1/ClusterRole.py +28 -27
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +28 -27
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +26 -25
  479. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +28 -27
  480. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +26 -25
  481. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +28 -27
  482. pulumi_kubernetes/rbac/v1/Role.py +26 -25
  483. pulumi_kubernetes/rbac/v1/RoleBinding.py +28 -27
  484. pulumi_kubernetes/rbac/v1/RoleBindingList.py +26 -25
  485. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +28 -27
  486. pulumi_kubernetes/rbac/v1/RoleList.py +26 -25
  487. pulumi_kubernetes/rbac/v1/RolePatch.py +26 -25
  488. pulumi_kubernetes/rbac/v1/__init__.py +1 -0
  489. pulumi_kubernetes/rbac/v1/_inputs.py +206 -206
  490. pulumi_kubernetes/rbac/v1/outputs.py +142 -142
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +28 -27
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +28 -27
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +26 -25
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +28 -27
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +26 -25
  496. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +28 -27
  497. pulumi_kubernetes/rbac/v1alpha1/Role.py +26 -25
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +28 -27
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +26 -25
  500. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +28 -27
  501. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +26 -25
  502. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +26 -25
  503. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
  504. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -206
  505. pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -142
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +28 -27
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +28 -27
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +26 -25
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +28 -27
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +26 -25
  511. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +28 -27
  512. pulumi_kubernetes/rbac/v1beta1/Role.py +26 -25
  513. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +28 -27
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +26 -25
  515. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +28 -27
  516. pulumi_kubernetes/rbac/v1beta1/RoleList.py +26 -25
  517. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +26 -25
  518. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
  519. pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -206
  520. pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -142
  521. pulumi_kubernetes/resource/__init__.py +7 -0
  522. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +27 -26
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +26 -25
  524. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +27 -26
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +28 -27
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +26 -25
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +28 -27
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +27 -26
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +26 -25
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +27 -26
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +38 -37
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +26 -25
  533. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +38 -37
  534. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
  535. pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -268
  536. pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -230
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +27 -26
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +26 -25
  539. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +27 -26
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +28 -27
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +26 -25
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +38 -37
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +26 -25
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +38 -37
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +28 -27
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +27 -26
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +26 -25
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +27 -26
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +48 -47
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +26 -25
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +30 -29
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +26 -25
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +30 -29
  554. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +48 -47
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +47 -46
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +26 -25
  557. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +47 -46
  558. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
  559. pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -550
  560. pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -449
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +28 -25
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +26 -25
  563. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +28 -25
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +224 -0
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +216 -0
  566. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +235 -0
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +27 -26
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +26 -25
  569. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +27 -26
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +28 -27
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +26 -25
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +28 -27
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +27 -26
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +26 -25
  575. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +27 -26
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +34 -33
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +246 -0
  578. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +27 -26
  579. pulumi_kubernetes/resource/v1alpha3/__init__.py +5 -0
  580. pulumi_kubernetes/resource/v1alpha3/_inputs.py +3400 -606
  581. pulumi_kubernetes/resource/v1alpha3/outputs.py +2933 -565
  582. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +238 -0
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +216 -0
  584. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +249 -0
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +233 -0
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +217 -0
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +244 -0
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +230 -0
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +216 -0
  590. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +241 -0
  591. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +247 -0
  592. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +217 -0
  593. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +258 -0
  594. pulumi_kubernetes/resource/v1beta1/__init__.py +22 -0
  595. pulumi_kubernetes/resource/v1beta1/_inputs.py +5735 -0
  596. pulumi_kubernetes/resource/v1beta1/outputs.py +4736 -0
  597. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +238 -0
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +216 -0
  599. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +249 -0
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +233 -0
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +217 -0
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +244 -0
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +230 -0
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +216 -0
  605. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +241 -0
  606. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +247 -0
  607. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +217 -0
  608. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +258 -0
  609. pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
  610. pulumi_kubernetes/resource/v1beta2/_inputs.py +5680 -0
  611. pulumi_kubernetes/resource/v1beta2/outputs.py +4725 -0
  612. pulumi_kubernetes/scheduling/__init__.py +1 -0
  613. pulumi_kubernetes/scheduling/v1/PriorityClass.py +64 -63
  614. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +26 -25
  615. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +64 -63
  616. pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
  617. pulumi_kubernetes/scheduling/v1/_inputs.py +38 -38
  618. pulumi_kubernetes/scheduling/v1/outputs.py +26 -26
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +64 -63
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +26 -25
  621. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +64 -63
  622. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
  623. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -38
  624. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -26
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +64 -63
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +26 -25
  627. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +64 -63
  628. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
  629. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -38
  630. pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -26
  631. pulumi_kubernetes/settings/__init__.py +1 -0
  632. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +26 -25
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +26 -25
  634. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +26 -25
  635. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
  636. pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -25
  637. pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -21
  638. pulumi_kubernetes/storage/__init__.py +1 -0
  639. pulumi_kubernetes/storage/v1/CSIDriver.py +26 -25
  640. pulumi_kubernetes/storage/v1/CSIDriverList.py +26 -25
  641. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +26 -25
  642. pulumi_kubernetes/storage/v1/CSINode.py +26 -25
  643. pulumi_kubernetes/storage/v1/CSINodeList.py +26 -25
  644. pulumi_kubernetes/storage/v1/CSINodePatch.py +26 -25
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +56 -55
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +26 -25
  647. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +56 -55
  648. pulumi_kubernetes/storage/v1/StorageClass.py +86 -85
  649. pulumi_kubernetes/storage/v1/StorageClassList.py +26 -25
  650. pulumi_kubernetes/storage/v1/StorageClassPatch.py +86 -85
  651. pulumi_kubernetes/storage/v1/VolumeAttachment.py +27 -26
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +26 -25
  653. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +27 -26
  654. pulumi_kubernetes/storage/v1/__init__.py +1 -0
  655. pulumi_kubernetes/storage/v1/_inputs.py +448 -358
  656. pulumi_kubernetes/storage/v1/outputs.py +376 -266
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +27 -26
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +26 -25
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +27 -26
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +44 -43
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +26 -25
  662. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +44 -43
  663. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
  664. pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -107
  665. pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -93
  666. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +26 -25
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +26 -25
  668. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +26 -25
  669. pulumi_kubernetes/storage/v1beta1/CSINode.py +26 -25
  670. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +26 -25
  671. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +26 -25
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +56 -55
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +26 -25
  674. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +56 -55
  675. pulumi_kubernetes/storage/v1beta1/StorageClass.py +86 -85
  676. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +26 -25
  677. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +86 -85
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +27 -26
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +26 -25
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +27 -26
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +44 -43
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +26 -25
  683. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +44 -43
  684. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
  685. pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -367
  686. pulumi_kubernetes/storage/v1beta1/outputs.py +271 -271
  687. pulumi_kubernetes/storagemigration/__init__.py +1 -0
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +27 -26
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +26 -25
  690. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +27 -26
  691. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
  692. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -103
  693. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -96
  694. pulumi_kubernetes/yaml/__init__.py +1 -0
  695. pulumi_kubernetes/yaml/v2/ConfigFile.py +31 -28
  696. pulumi_kubernetes/yaml/v2/ConfigGroup.py +36 -35
  697. pulumi_kubernetes/yaml/v2/__init__.py +1 -0
  698. pulumi_kubernetes/yaml/yaml.py +198 -0
  699. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/METADATA +9 -9
  700. pulumi_kubernetes-4.26.0a1769215986.dist-info/RECORD +709 -0
  701. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/WHEEL +1 -1
  702. pulumi_kubernetes-4.17.0a1723576835.dist-info/RECORD +0 -651
  703. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/top_level.txt +0 -0
@@ -2,7 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -63,16 +63,16 @@ class FlowDistinguisherMethod(dict):
63
63
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
64
64
  """
65
65
  def __init__(__self__, *,
66
- type: str):
66
+ type: _builtins.str):
67
67
  """
68
68
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
69
- :param str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
69
+ :param _builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
70
70
  """
71
71
  pulumi.set(__self__, "type", type)
72
72
 
73
- @property
73
+ @_builtins.property
74
74
  @pulumi.getter
75
- def type(self) -> str:
75
+ def type(self) -> _builtins.str:
76
76
  """
77
77
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
78
78
  """
@@ -85,17 +85,17 @@ class FlowDistinguisherMethodPatch(dict):
85
85
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
86
86
  """
87
87
  def __init__(__self__, *,
88
- type: Optional[str] = None):
88
+ type: Optional[_builtins.str] = None):
89
89
  """
90
90
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
91
- :param str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
91
+ :param _builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
92
92
  """
93
93
  if type is not None:
94
94
  pulumi.set(__self__, "type", type)
95
95
 
96
- @property
96
+ @_builtins.property
97
97
  @pulumi.getter
98
- def type(self) -> Optional[str]:
98
+ def type(self) -> Optional[_builtins.str]:
99
99
  """
100
100
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
101
101
  """
@@ -125,15 +125,15 @@ class FlowSchema(dict):
125
125
  return super().get(key, default)
126
126
 
127
127
  def __init__(__self__, *,
128
- api_version: Optional[str] = None,
129
- kind: Optional[str] = None,
128
+ api_version: Optional[_builtins.str] = None,
129
+ kind: Optional[_builtins.str] = None,
130
130
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
131
131
  spec: Optional['outputs.FlowSchemaSpec'] = None,
132
132
  status: Optional['outputs.FlowSchemaStatus'] = None):
133
133
  """
134
134
  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".
135
- :param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
136
- :param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
135
+ :param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
136
+ :param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
137
137
  :param '_meta.v1.ObjectMetaArgs' metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
138
138
  :param 'FlowSchemaSpecArgs' spec: `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
139
139
  :param 'FlowSchemaStatusArgs' status: `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -149,23 +149,23 @@ class FlowSchema(dict):
149
149
  if status is not None:
150
150
  pulumi.set(__self__, "status", status)
151
151
 
152
- @property
152
+ @_builtins.property
153
153
  @pulumi.getter(name="apiVersion")
154
- def api_version(self) -> Optional[str]:
154
+ def api_version(self) -> Optional[_builtins.str]:
155
155
  """
156
156
  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
157
157
  """
158
158
  return pulumi.get(self, "api_version")
159
159
 
160
- @property
160
+ @_builtins.property
161
161
  @pulumi.getter
162
- def kind(self) -> Optional[str]:
162
+ def kind(self) -> Optional[_builtins.str]:
163
163
  """
164
164
  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
165
165
  """
166
166
  return pulumi.get(self, "kind")
167
167
 
168
- @property
168
+ @_builtins.property
169
169
  @pulumi.getter
170
170
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
171
171
  """
@@ -173,7 +173,7 @@ class FlowSchema(dict):
173
173
  """
174
174
  return pulumi.get(self, "metadata")
175
175
 
176
- @property
176
+ @_builtins.property
177
177
  @pulumi.getter
178
178
  def spec(self) -> Optional['outputs.FlowSchemaSpec']:
179
179
  """
@@ -181,7 +181,7 @@ class FlowSchema(dict):
181
181
  """
182
182
  return pulumi.get(self, "spec")
183
183
 
184
- @property
184
+ @_builtins.property
185
185
  @pulumi.getter
186
186
  def status(self) -> Optional['outputs.FlowSchemaStatus']:
187
187
  """
@@ -213,18 +213,18 @@ class FlowSchemaCondition(dict):
213
213
  return super().get(key, default)
214
214
 
215
215
  def __init__(__self__, *,
216
- last_transition_time: Optional[str] = None,
217
- message: Optional[str] = None,
218
- reason: Optional[str] = None,
219
- status: Optional[str] = None,
220
- type: Optional[str] = None):
216
+ last_transition_time: Optional[_builtins.str] = None,
217
+ message: Optional[_builtins.str] = None,
218
+ reason: Optional[_builtins.str] = None,
219
+ status: Optional[_builtins.str] = None,
220
+ type: Optional[_builtins.str] = None):
221
221
  """
222
222
  FlowSchemaCondition describes conditions for a FlowSchema.
223
- :param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
224
- :param str message: `message` is a human-readable message indicating details about last transition.
225
- :param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
226
- :param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
227
- :param str type: `type` is the type of the condition. Required.
223
+ :param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
224
+ :param _builtins.str message: `message` is a human-readable message indicating details about last transition.
225
+ :param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
226
+ :param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
227
+ :param _builtins.str type: `type` is the type of the condition. Required.
228
228
  """
229
229
  if last_transition_time is not None:
230
230
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -237,41 +237,41 @@ class FlowSchemaCondition(dict):
237
237
  if type is not None:
238
238
  pulumi.set(__self__, "type", type)
239
239
 
240
- @property
240
+ @_builtins.property
241
241
  @pulumi.getter(name="lastTransitionTime")
242
- def last_transition_time(self) -> Optional[str]:
242
+ def last_transition_time(self) -> Optional[_builtins.str]:
243
243
  """
244
244
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
245
245
  """
246
246
  return pulumi.get(self, "last_transition_time")
247
247
 
248
- @property
248
+ @_builtins.property
249
249
  @pulumi.getter
250
- def message(self) -> Optional[str]:
250
+ def message(self) -> Optional[_builtins.str]:
251
251
  """
252
252
  `message` is a human-readable message indicating details about last transition.
253
253
  """
254
254
  return pulumi.get(self, "message")
255
255
 
256
- @property
256
+ @_builtins.property
257
257
  @pulumi.getter
258
- def reason(self) -> Optional[str]:
258
+ def reason(self) -> Optional[_builtins.str]:
259
259
  """
260
260
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
261
261
  """
262
262
  return pulumi.get(self, "reason")
263
263
 
264
- @property
264
+ @_builtins.property
265
265
  @pulumi.getter
266
- def status(self) -> Optional[str]:
266
+ def status(self) -> Optional[_builtins.str]:
267
267
  """
268
268
  `status` is the status of the condition. Can be True, False, Unknown. Required.
269
269
  """
270
270
  return pulumi.get(self, "status")
271
271
 
272
- @property
272
+ @_builtins.property
273
273
  @pulumi.getter
274
- def type(self) -> Optional[str]:
274
+ def type(self) -> Optional[_builtins.str]:
275
275
  """
276
276
  `type` is the type of the condition. Required.
277
277
  """
@@ -301,18 +301,18 @@ class FlowSchemaConditionPatch(dict):
301
301
  return super().get(key, default)
302
302
 
303
303
  def __init__(__self__, *,
304
- last_transition_time: Optional[str] = None,
305
- message: Optional[str] = None,
306
- reason: Optional[str] = None,
307
- status: Optional[str] = None,
308
- type: Optional[str] = None):
304
+ last_transition_time: Optional[_builtins.str] = None,
305
+ message: Optional[_builtins.str] = None,
306
+ reason: Optional[_builtins.str] = None,
307
+ status: Optional[_builtins.str] = None,
308
+ type: Optional[_builtins.str] = None):
309
309
  """
310
310
  FlowSchemaCondition describes conditions for a FlowSchema.
311
- :param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
312
- :param str message: `message` is a human-readable message indicating details about last transition.
313
- :param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
314
- :param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
315
- :param str type: `type` is the type of the condition. Required.
311
+ :param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
312
+ :param _builtins.str message: `message` is a human-readable message indicating details about last transition.
313
+ :param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
314
+ :param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
315
+ :param _builtins.str type: `type` is the type of the condition. Required.
316
316
  """
317
317
  if last_transition_time is not None:
318
318
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -325,41 +325,41 @@ class FlowSchemaConditionPatch(dict):
325
325
  if type is not None:
326
326
  pulumi.set(__self__, "type", type)
327
327
 
328
- @property
328
+ @_builtins.property
329
329
  @pulumi.getter(name="lastTransitionTime")
330
- def last_transition_time(self) -> Optional[str]:
330
+ def last_transition_time(self) -> Optional[_builtins.str]:
331
331
  """
332
332
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
333
333
  """
334
334
  return pulumi.get(self, "last_transition_time")
335
335
 
336
- @property
336
+ @_builtins.property
337
337
  @pulumi.getter
338
- def message(self) -> Optional[str]:
338
+ def message(self) -> Optional[_builtins.str]:
339
339
  """
340
340
  `message` is a human-readable message indicating details about last transition.
341
341
  """
342
342
  return pulumi.get(self, "message")
343
343
 
344
- @property
344
+ @_builtins.property
345
345
  @pulumi.getter
346
- def reason(self) -> Optional[str]:
346
+ def reason(self) -> Optional[_builtins.str]:
347
347
  """
348
348
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
349
349
  """
350
350
  return pulumi.get(self, "reason")
351
351
 
352
- @property
352
+ @_builtins.property
353
353
  @pulumi.getter
354
- def status(self) -> Optional[str]:
354
+ def status(self) -> Optional[_builtins.str]:
355
355
  """
356
356
  `status` is the status of the condition. Can be True, False, Unknown. Required.
357
357
  """
358
358
  return pulumi.get(self, "status")
359
359
 
360
- @property
360
+ @_builtins.property
361
361
  @pulumi.getter
362
- def type(self) -> Optional[str]:
362
+ def type(self) -> Optional[_builtins.str]:
363
363
  """
364
364
  `type` is the type of the condition. Required.
365
365
  """
@@ -395,13 +395,13 @@ class FlowSchemaSpec(dict):
395
395
  def __init__(__self__, *,
396
396
  priority_level_configuration: 'outputs.PriorityLevelConfigurationReference',
397
397
  distinguisher_method: Optional['outputs.FlowDistinguisherMethod'] = None,
398
- matching_precedence: Optional[int] = None,
398
+ matching_precedence: Optional[_builtins.int] = None,
399
399
  rules: Optional[Sequence['outputs.PolicyRulesWithSubjects']] = None):
400
400
  """
401
401
  FlowSchemaSpec describes how the FlowSchema's specification looks like.
402
402
  :param 'PriorityLevelConfigurationReferenceArgs' priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
403
403
  :param 'FlowDistinguisherMethodArgs' distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
404
- :param int matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
404
+ :param _builtins.int matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
405
405
  :param Sequence['PolicyRulesWithSubjectsArgs'] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
406
406
  """
407
407
  pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
@@ -412,7 +412,7 @@ class FlowSchemaSpec(dict):
412
412
  if rules is not None:
413
413
  pulumi.set(__self__, "rules", rules)
414
414
 
415
- @property
415
+ @_builtins.property
416
416
  @pulumi.getter(name="priorityLevelConfiguration")
417
417
  def priority_level_configuration(self) -> 'outputs.PriorityLevelConfigurationReference':
418
418
  """
@@ -420,7 +420,7 @@ class FlowSchemaSpec(dict):
420
420
  """
421
421
  return pulumi.get(self, "priority_level_configuration")
422
422
 
423
- @property
423
+ @_builtins.property
424
424
  @pulumi.getter(name="distinguisherMethod")
425
425
  def distinguisher_method(self) -> Optional['outputs.FlowDistinguisherMethod']:
426
426
  """
@@ -428,15 +428,15 @@ class FlowSchemaSpec(dict):
428
428
  """
429
429
  return pulumi.get(self, "distinguisher_method")
430
430
 
431
- @property
431
+ @_builtins.property
432
432
  @pulumi.getter(name="matchingPrecedence")
433
- def matching_precedence(self) -> Optional[int]:
433
+ def matching_precedence(self) -> Optional[_builtins.int]:
434
434
  """
435
435
  `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.
436
436
  """
437
437
  return pulumi.get(self, "matching_precedence")
438
438
 
439
- @property
439
+ @_builtins.property
440
440
  @pulumi.getter
441
441
  def rules(self) -> Optional[Sequence['outputs.PolicyRulesWithSubjects']]:
442
442
  """
@@ -473,13 +473,13 @@ class FlowSchemaSpecPatch(dict):
473
473
 
474
474
  def __init__(__self__, *,
475
475
  distinguisher_method: Optional['outputs.FlowDistinguisherMethodPatch'] = None,
476
- matching_precedence: Optional[int] = None,
476
+ matching_precedence: Optional[_builtins.int] = None,
477
477
  priority_level_configuration: Optional['outputs.PriorityLevelConfigurationReferencePatch'] = None,
478
478
  rules: Optional[Sequence['outputs.PolicyRulesWithSubjectsPatch']] = None):
479
479
  """
480
480
  FlowSchemaSpec describes how the FlowSchema's specification looks like.
481
481
  :param 'FlowDistinguisherMethodPatchArgs' distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
482
- :param int matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
482
+ :param _builtins.int matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
483
483
  :param 'PriorityLevelConfigurationReferencePatchArgs' priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
484
484
  :param Sequence['PolicyRulesWithSubjectsPatchArgs'] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
485
485
  """
@@ -492,7 +492,7 @@ class FlowSchemaSpecPatch(dict):
492
492
  if rules is not None:
493
493
  pulumi.set(__self__, "rules", rules)
494
494
 
495
- @property
495
+ @_builtins.property
496
496
  @pulumi.getter(name="distinguisherMethod")
497
497
  def distinguisher_method(self) -> Optional['outputs.FlowDistinguisherMethodPatch']:
498
498
  """
@@ -500,15 +500,15 @@ class FlowSchemaSpecPatch(dict):
500
500
  """
501
501
  return pulumi.get(self, "distinguisher_method")
502
502
 
503
- @property
503
+ @_builtins.property
504
504
  @pulumi.getter(name="matchingPrecedence")
505
- def matching_precedence(self) -> Optional[int]:
505
+ def matching_precedence(self) -> Optional[_builtins.int]:
506
506
  """
507
507
  `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.
508
508
  """
509
509
  return pulumi.get(self, "matching_precedence")
510
510
 
511
- @property
511
+ @_builtins.property
512
512
  @pulumi.getter(name="priorityLevelConfiguration")
513
513
  def priority_level_configuration(self) -> Optional['outputs.PriorityLevelConfigurationReferencePatch']:
514
514
  """
@@ -516,7 +516,7 @@ class FlowSchemaSpecPatch(dict):
516
516
  """
517
517
  return pulumi.get(self, "priority_level_configuration")
518
518
 
519
- @property
519
+ @_builtins.property
520
520
  @pulumi.getter
521
521
  def rules(self) -> Optional[Sequence['outputs.PolicyRulesWithSubjectsPatch']]:
522
522
  """
@@ -539,7 +539,7 @@ class FlowSchemaStatus(dict):
539
539
  if conditions is not None:
540
540
  pulumi.set(__self__, "conditions", conditions)
541
541
 
542
- @property
542
+ @_builtins.property
543
543
  @pulumi.getter
544
544
  def conditions(self) -> Optional[Sequence['outputs.FlowSchemaCondition']]:
545
545
  """
@@ -562,7 +562,7 @@ class FlowSchemaStatusPatch(dict):
562
562
  if conditions is not None:
563
563
  pulumi.set(__self__, "conditions", conditions)
564
564
 
565
- @property
565
+ @_builtins.property
566
566
  @pulumi.getter
567
567
  def conditions(self) -> Optional[Sequence['outputs.FlowSchemaConditionPatch']]:
568
568
  """
@@ -577,16 +577,16 @@ class GroupSubject(dict):
577
577
  GroupSubject holds detailed information for group-kind subject.
578
578
  """
579
579
  def __init__(__self__, *,
580
- name: str):
580
+ name: _builtins.str):
581
581
  """
582
582
  GroupSubject holds detailed information for group-kind subject.
583
- :param str name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
583
+ :param _builtins.str name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
584
584
  """
585
585
  pulumi.set(__self__, "name", name)
586
586
 
587
- @property
587
+ @_builtins.property
588
588
  @pulumi.getter
589
- def name(self) -> str:
589
+ def name(self) -> _builtins.str:
590
590
  """
591
591
  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.
592
592
  """
@@ -599,17 +599,17 @@ class GroupSubjectPatch(dict):
599
599
  GroupSubject holds detailed information for group-kind subject.
600
600
  """
601
601
  def __init__(__self__, *,
602
- name: Optional[str] = None):
602
+ name: Optional[_builtins.str] = None):
603
603
  """
604
604
  GroupSubject holds detailed information for group-kind subject.
605
- :param str name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
605
+ :param _builtins.str name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
606
606
  """
607
607
  if name is not None:
608
608
  pulumi.set(__self__, "name", name)
609
609
 
610
- @property
610
+ @_builtins.property
611
611
  @pulumi.getter
612
- def name(self) -> Optional[str]:
612
+ def name(self) -> Optional[_builtins.str]:
613
613
  """
614
614
  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.
615
615
  """
@@ -622,26 +622,26 @@ class LimitResponse(dict):
622
622
  LimitResponse defines how to handle requests that can not be executed right now.
623
623
  """
624
624
  def __init__(__self__, *,
625
- type: str,
625
+ type: _builtins.str,
626
626
  queuing: Optional['outputs.QueuingConfiguration'] = None):
627
627
  """
628
628
  LimitResponse defines how to handle requests that can not be executed right now.
629
- :param str type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
629
+ :param _builtins.str type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
630
630
  :param 'QueuingConfigurationArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
631
631
  """
632
632
  pulumi.set(__self__, "type", type)
633
633
  if queuing is not None:
634
634
  pulumi.set(__self__, "queuing", queuing)
635
635
 
636
- @property
636
+ @_builtins.property
637
637
  @pulumi.getter
638
- def type(self) -> str:
638
+ def type(self) -> _builtins.str:
639
639
  """
640
640
  `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.
641
641
  """
642
642
  return pulumi.get(self, "type")
643
643
 
644
- @property
644
+ @_builtins.property
645
645
  @pulumi.getter
646
646
  def queuing(self) -> Optional['outputs.QueuingConfiguration']:
647
647
  """
@@ -657,18 +657,18 @@ class LimitResponsePatch(dict):
657
657
  """
658
658
  def __init__(__self__, *,
659
659
  queuing: Optional['outputs.QueuingConfigurationPatch'] = None,
660
- type: Optional[str] = None):
660
+ type: Optional[_builtins.str] = None):
661
661
  """
662
662
  LimitResponse defines how to handle requests that can not be executed right now.
663
663
  :param 'QueuingConfigurationPatchArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
664
- :param str type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
664
+ :param _builtins.str type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
665
665
  """
666
666
  if queuing is not None:
667
667
  pulumi.set(__self__, "queuing", queuing)
668
668
  if type is not None:
669
669
  pulumi.set(__self__, "type", type)
670
670
 
671
- @property
671
+ @_builtins.property
672
672
  @pulumi.getter
673
673
  def queuing(self) -> Optional['outputs.QueuingConfigurationPatch']:
674
674
  """
@@ -676,9 +676,9 @@ class LimitResponsePatch(dict):
676
676
  """
677
677
  return pulumi.get(self, "queuing")
678
678
 
679
- @property
679
+ @_builtins.property
680
680
  @pulumi.getter
681
- def type(self) -> Optional[str]:
681
+ def type(self) -> Optional[_builtins.str]:
682
682
  """
683
683
  `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.
684
684
  """
@@ -712,13 +712,13 @@ class LimitedPriorityLevelConfiguration(dict):
712
712
  return super().get(key, default)
713
713
 
714
714
  def __init__(__self__, *,
715
- assured_concurrency_shares: Optional[int] = None,
715
+ assured_concurrency_shares: Optional[_builtins.int] = None,
716
716
  limit_response: Optional['outputs.LimitResponse'] = None):
717
717
  """
718
718
  LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
719
719
  * How are requests for this priority level limited?
720
720
  * What should be done with requests that exceed the limit?
721
- :param 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:
721
+ :param _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:
722
722
 
723
723
  ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
724
724
 
@@ -730,9 +730,9 @@ class LimitedPriorityLevelConfiguration(dict):
730
730
  if limit_response is not None:
731
731
  pulumi.set(__self__, "limit_response", limit_response)
732
732
 
733
- @property
733
+ @_builtins.property
734
734
  @pulumi.getter(name="assuredConcurrencyShares")
735
- def assured_concurrency_shares(self) -> Optional[int]:
735
+ def assured_concurrency_shares(self) -> Optional[_builtins.int]:
736
736
  """
737
737
  `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:
738
738
 
@@ -742,7 +742,7 @@ class LimitedPriorityLevelConfiguration(dict):
742
742
  """
743
743
  return pulumi.get(self, "assured_concurrency_shares")
744
744
 
745
- @property
745
+ @_builtins.property
746
746
  @pulumi.getter(name="limitResponse")
747
747
  def limit_response(self) -> Optional['outputs.LimitResponse']:
748
748
  """
@@ -778,13 +778,13 @@ class LimitedPriorityLevelConfigurationPatch(dict):
778
778
  return super().get(key, default)
779
779
 
780
780
  def __init__(__self__, *,
781
- assured_concurrency_shares: Optional[int] = None,
781
+ assured_concurrency_shares: Optional[_builtins.int] = None,
782
782
  limit_response: Optional['outputs.LimitResponsePatch'] = None):
783
783
  """
784
784
  LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
785
785
  * How are requests for this priority level limited?
786
786
  * What should be done with requests that exceed the limit?
787
- :param 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:
787
+ :param _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:
788
788
 
789
789
  ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
790
790
 
@@ -796,9 +796,9 @@ class LimitedPriorityLevelConfigurationPatch(dict):
796
796
  if limit_response is not None:
797
797
  pulumi.set(__self__, "limit_response", limit_response)
798
798
 
799
- @property
799
+ @_builtins.property
800
800
  @pulumi.getter(name="assuredConcurrencyShares")
801
- def assured_concurrency_shares(self) -> Optional[int]:
801
+ def assured_concurrency_shares(self) -> Optional[_builtins.int]:
802
802
  """
803
803
  `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:
804
804
 
@@ -808,7 +808,7 @@ class LimitedPriorityLevelConfigurationPatch(dict):
808
808
  """
809
809
  return pulumi.get(self, "assured_concurrency_shares")
810
810
 
811
- @property
811
+ @_builtins.property
812
812
  @pulumi.getter(name="limitResponse")
813
813
  def limit_response(self) -> Optional['outputs.LimitResponsePatch']:
814
814
  """
@@ -840,25 +840,25 @@ class NonResourcePolicyRule(dict):
840
840
  return super().get(key, default)
841
841
 
842
842
  def __init__(__self__, *,
843
- non_resource_urls: Sequence[str],
844
- verbs: Sequence[str]):
843
+ non_resource_urls: Sequence[_builtins.str],
844
+ verbs: Sequence[_builtins.str]):
845
845
  """
846
846
  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.
847
- :param Sequence[str] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
847
+ :param Sequence[_builtins.str] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
848
848
  - "/healthz" is legal
849
849
  - "/hea*" is illegal
850
850
  - "/hea" is legal but matches nothing
851
851
  - "/hea/*" also matches nothing
852
852
  - "/healthz/*" matches all per-component health checks.
853
853
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
854
- :param Sequence[str] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
854
+ :param Sequence[_builtins.str] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
855
855
  """
856
856
  pulumi.set(__self__, "non_resource_urls", non_resource_urls)
857
857
  pulumi.set(__self__, "verbs", verbs)
858
858
 
859
- @property
859
+ @_builtins.property
860
860
  @pulumi.getter(name="nonResourceURLs")
861
- def non_resource_urls(self) -> Sequence[str]:
861
+ def non_resource_urls(self) -> Sequence[_builtins.str]:
862
862
  """
863
863
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
864
864
  - "/healthz" is legal
@@ -870,9 +870,9 @@ class NonResourcePolicyRule(dict):
870
870
  """
871
871
  return pulumi.get(self, "non_resource_urls")
872
872
 
873
- @property
873
+ @_builtins.property
874
874
  @pulumi.getter
875
- def verbs(self) -> Sequence[str]:
875
+ def verbs(self) -> Sequence[_builtins.str]:
876
876
  """
877
877
  `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.
878
878
  """
@@ -902,27 +902,27 @@ class NonResourcePolicyRulePatch(dict):
902
902
  return super().get(key, default)
903
903
 
904
904
  def __init__(__self__, *,
905
- non_resource_urls: Optional[Sequence[str]] = None,
906
- verbs: Optional[Sequence[str]] = None):
905
+ non_resource_urls: Optional[Sequence[_builtins.str]] = None,
906
+ verbs: Optional[Sequence[_builtins.str]] = None):
907
907
  """
908
908
  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.
909
- :param Sequence[str] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
909
+ :param Sequence[_builtins.str] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
910
910
  - "/healthz" is legal
911
911
  - "/hea*" is illegal
912
912
  - "/hea" is legal but matches nothing
913
913
  - "/hea/*" also matches nothing
914
914
  - "/healthz/*" matches all per-component health checks.
915
915
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
916
- :param Sequence[str] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
916
+ :param Sequence[_builtins.str] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
917
917
  """
918
918
  if non_resource_urls is not None:
919
919
  pulumi.set(__self__, "non_resource_urls", non_resource_urls)
920
920
  if verbs is not None:
921
921
  pulumi.set(__self__, "verbs", verbs)
922
922
 
923
- @property
923
+ @_builtins.property
924
924
  @pulumi.getter(name="nonResourceURLs")
925
- def non_resource_urls(self) -> Optional[Sequence[str]]:
925
+ def non_resource_urls(self) -> Optional[Sequence[_builtins.str]]:
926
926
  """
927
927
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
928
928
  - "/healthz" is legal
@@ -934,9 +934,9 @@ class NonResourcePolicyRulePatch(dict):
934
934
  """
935
935
  return pulumi.get(self, "non_resource_urls")
936
936
 
937
- @property
937
+ @_builtins.property
938
938
  @pulumi.getter
939
- def verbs(self) -> Optional[Sequence[str]]:
939
+ def verbs(self) -> Optional[Sequence[_builtins.str]]:
940
940
  """
941
941
  `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.
942
942
  """
@@ -983,7 +983,7 @@ class PolicyRulesWithSubjects(dict):
983
983
  if resource_rules is not None:
984
984
  pulumi.set(__self__, "resource_rules", resource_rules)
985
985
 
986
- @property
986
+ @_builtins.property
987
987
  @pulumi.getter
988
988
  def subjects(self) -> Sequence['outputs.Subject']:
989
989
  """
@@ -991,7 +991,7 @@ class PolicyRulesWithSubjects(dict):
991
991
  """
992
992
  return pulumi.get(self, "subjects")
993
993
 
994
- @property
994
+ @_builtins.property
995
995
  @pulumi.getter(name="nonResourceRules")
996
996
  def non_resource_rules(self) -> Optional[Sequence['outputs.NonResourcePolicyRule']]:
997
997
  """
@@ -999,7 +999,7 @@ class PolicyRulesWithSubjects(dict):
999
999
  """
1000
1000
  return pulumi.get(self, "non_resource_rules")
1001
1001
 
1002
- @property
1002
+ @_builtins.property
1003
1003
  @pulumi.getter(name="resourceRules")
1004
1004
  def resource_rules(self) -> Optional[Sequence['outputs.ResourcePolicyRule']]:
1005
1005
  """
@@ -1049,7 +1049,7 @@ class PolicyRulesWithSubjectsPatch(dict):
1049
1049
  if subjects is not None:
1050
1050
  pulumi.set(__self__, "subjects", subjects)
1051
1051
 
1052
- @property
1052
+ @_builtins.property
1053
1053
  @pulumi.getter(name="nonResourceRules")
1054
1054
  def non_resource_rules(self) -> Optional[Sequence['outputs.NonResourcePolicyRulePatch']]:
1055
1055
  """
@@ -1057,7 +1057,7 @@ class PolicyRulesWithSubjectsPatch(dict):
1057
1057
  """
1058
1058
  return pulumi.get(self, "non_resource_rules")
1059
1059
 
1060
- @property
1060
+ @_builtins.property
1061
1061
  @pulumi.getter(name="resourceRules")
1062
1062
  def resource_rules(self) -> Optional[Sequence['outputs.ResourcePolicyRulePatch']]:
1063
1063
  """
@@ -1065,7 +1065,7 @@ class PolicyRulesWithSubjectsPatch(dict):
1065
1065
  """
1066
1066
  return pulumi.get(self, "resource_rules")
1067
1067
 
1068
- @property
1068
+ @_builtins.property
1069
1069
  @pulumi.getter
1070
1070
  def subjects(self) -> Optional[Sequence['outputs.SubjectPatch']]:
1071
1071
  """
@@ -1097,15 +1097,15 @@ class PriorityLevelConfiguration(dict):
1097
1097
  return super().get(key, default)
1098
1098
 
1099
1099
  def __init__(__self__, *,
1100
- api_version: Optional[str] = None,
1101
- kind: Optional[str] = None,
1100
+ api_version: Optional[_builtins.str] = None,
1101
+ kind: Optional[_builtins.str] = None,
1102
1102
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1103
1103
  spec: Optional['outputs.PriorityLevelConfigurationSpec'] = None,
1104
1104
  status: Optional['outputs.PriorityLevelConfigurationStatus'] = None):
1105
1105
  """
1106
1106
  PriorityLevelConfiguration represents the configuration of a priority level.
1107
- :param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1108
- :param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1107
+ :param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1108
+ :param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1109
1109
  :param '_meta.v1.ObjectMetaArgs' metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1110
1110
  :param 'PriorityLevelConfigurationSpecArgs' spec: `spec` is the specification of the desired behavior of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
1111
1111
  :param 'PriorityLevelConfigurationStatusArgs' status: `status` is the current status of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -1121,23 +1121,23 @@ class PriorityLevelConfiguration(dict):
1121
1121
  if status is not None:
1122
1122
  pulumi.set(__self__, "status", status)
1123
1123
 
1124
- @property
1124
+ @_builtins.property
1125
1125
  @pulumi.getter(name="apiVersion")
1126
- def api_version(self) -> Optional[str]:
1126
+ def api_version(self) -> Optional[_builtins.str]:
1127
1127
  """
1128
1128
  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
1129
1129
  """
1130
1130
  return pulumi.get(self, "api_version")
1131
1131
 
1132
- @property
1132
+ @_builtins.property
1133
1133
  @pulumi.getter
1134
- def kind(self) -> Optional[str]:
1134
+ def kind(self) -> Optional[_builtins.str]:
1135
1135
  """
1136
1136
  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
1137
1137
  """
1138
1138
  return pulumi.get(self, "kind")
1139
1139
 
1140
- @property
1140
+ @_builtins.property
1141
1141
  @pulumi.getter
1142
1142
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1143
1143
  """
@@ -1145,7 +1145,7 @@ class PriorityLevelConfiguration(dict):
1145
1145
  """
1146
1146
  return pulumi.get(self, "metadata")
1147
1147
 
1148
- @property
1148
+ @_builtins.property
1149
1149
  @pulumi.getter
1150
1150
  def spec(self) -> Optional['outputs.PriorityLevelConfigurationSpec']:
1151
1151
  """
@@ -1153,7 +1153,7 @@ class PriorityLevelConfiguration(dict):
1153
1153
  """
1154
1154
  return pulumi.get(self, "spec")
1155
1155
 
1156
- @property
1156
+ @_builtins.property
1157
1157
  @pulumi.getter
1158
1158
  def status(self) -> Optional['outputs.PriorityLevelConfigurationStatus']:
1159
1159
  """
@@ -1185,18 +1185,18 @@ class PriorityLevelConfigurationCondition(dict):
1185
1185
  return super().get(key, default)
1186
1186
 
1187
1187
  def __init__(__self__, *,
1188
- last_transition_time: Optional[str] = None,
1189
- message: Optional[str] = None,
1190
- reason: Optional[str] = None,
1191
- status: Optional[str] = None,
1192
- type: Optional[str] = None):
1188
+ last_transition_time: Optional[_builtins.str] = None,
1189
+ message: Optional[_builtins.str] = None,
1190
+ reason: Optional[_builtins.str] = None,
1191
+ status: Optional[_builtins.str] = None,
1192
+ type: Optional[_builtins.str] = None):
1193
1193
  """
1194
1194
  PriorityLevelConfigurationCondition defines the condition of priority level.
1195
- :param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1196
- :param str message: `message` is a human-readable message indicating details about last transition.
1197
- :param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1198
- :param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1199
- :param str type: `type` is the type of the condition. Required.
1195
+ :param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1196
+ :param _builtins.str message: `message` is a human-readable message indicating details about last transition.
1197
+ :param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1198
+ :param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1199
+ :param _builtins.str type: `type` is the type of the condition. Required.
1200
1200
  """
1201
1201
  if last_transition_time is not None:
1202
1202
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -1209,41 +1209,41 @@ class PriorityLevelConfigurationCondition(dict):
1209
1209
  if type is not None:
1210
1210
  pulumi.set(__self__, "type", type)
1211
1211
 
1212
- @property
1212
+ @_builtins.property
1213
1213
  @pulumi.getter(name="lastTransitionTime")
1214
- def last_transition_time(self) -> Optional[str]:
1214
+ def last_transition_time(self) -> Optional[_builtins.str]:
1215
1215
  """
1216
1216
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
1217
1217
  """
1218
1218
  return pulumi.get(self, "last_transition_time")
1219
1219
 
1220
- @property
1220
+ @_builtins.property
1221
1221
  @pulumi.getter
1222
- def message(self) -> Optional[str]:
1222
+ def message(self) -> Optional[_builtins.str]:
1223
1223
  """
1224
1224
  `message` is a human-readable message indicating details about last transition.
1225
1225
  """
1226
1226
  return pulumi.get(self, "message")
1227
1227
 
1228
- @property
1228
+ @_builtins.property
1229
1229
  @pulumi.getter
1230
- def reason(self) -> Optional[str]:
1230
+ def reason(self) -> Optional[_builtins.str]:
1231
1231
  """
1232
1232
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1233
1233
  """
1234
1234
  return pulumi.get(self, "reason")
1235
1235
 
1236
- @property
1236
+ @_builtins.property
1237
1237
  @pulumi.getter
1238
- def status(self) -> Optional[str]:
1238
+ def status(self) -> Optional[_builtins.str]:
1239
1239
  """
1240
1240
  `status` is the status of the condition. Can be True, False, Unknown. Required.
1241
1241
  """
1242
1242
  return pulumi.get(self, "status")
1243
1243
 
1244
- @property
1244
+ @_builtins.property
1245
1245
  @pulumi.getter
1246
- def type(self) -> Optional[str]:
1246
+ def type(self) -> Optional[_builtins.str]:
1247
1247
  """
1248
1248
  `type` is the type of the condition. Required.
1249
1249
  """
@@ -1273,18 +1273,18 @@ class PriorityLevelConfigurationConditionPatch(dict):
1273
1273
  return super().get(key, default)
1274
1274
 
1275
1275
  def __init__(__self__, *,
1276
- last_transition_time: Optional[str] = None,
1277
- message: Optional[str] = None,
1278
- reason: Optional[str] = None,
1279
- status: Optional[str] = None,
1280
- type: Optional[str] = None):
1276
+ last_transition_time: Optional[_builtins.str] = None,
1277
+ message: Optional[_builtins.str] = None,
1278
+ reason: Optional[_builtins.str] = None,
1279
+ status: Optional[_builtins.str] = None,
1280
+ type: Optional[_builtins.str] = None):
1281
1281
  """
1282
1282
  PriorityLevelConfigurationCondition defines the condition of priority level.
1283
- :param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1284
- :param str message: `message` is a human-readable message indicating details about last transition.
1285
- :param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1286
- :param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1287
- :param str type: `type` is the type of the condition. Required.
1283
+ :param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1284
+ :param _builtins.str message: `message` is a human-readable message indicating details about last transition.
1285
+ :param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1286
+ :param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1287
+ :param _builtins.str type: `type` is the type of the condition. Required.
1288
1288
  """
1289
1289
  if last_transition_time is not None:
1290
1290
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -1297,41 +1297,41 @@ class PriorityLevelConfigurationConditionPatch(dict):
1297
1297
  if type is not None:
1298
1298
  pulumi.set(__self__, "type", type)
1299
1299
 
1300
- @property
1300
+ @_builtins.property
1301
1301
  @pulumi.getter(name="lastTransitionTime")
1302
- def last_transition_time(self) -> Optional[str]:
1302
+ def last_transition_time(self) -> Optional[_builtins.str]:
1303
1303
  """
1304
1304
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
1305
1305
  """
1306
1306
  return pulumi.get(self, "last_transition_time")
1307
1307
 
1308
- @property
1308
+ @_builtins.property
1309
1309
  @pulumi.getter
1310
- def message(self) -> Optional[str]:
1310
+ def message(self) -> Optional[_builtins.str]:
1311
1311
  """
1312
1312
  `message` is a human-readable message indicating details about last transition.
1313
1313
  """
1314
1314
  return pulumi.get(self, "message")
1315
1315
 
1316
- @property
1316
+ @_builtins.property
1317
1317
  @pulumi.getter
1318
- def reason(self) -> Optional[str]:
1318
+ def reason(self) -> Optional[_builtins.str]:
1319
1319
  """
1320
1320
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1321
1321
  """
1322
1322
  return pulumi.get(self, "reason")
1323
1323
 
1324
- @property
1324
+ @_builtins.property
1325
1325
  @pulumi.getter
1326
- def status(self) -> Optional[str]:
1326
+ def status(self) -> Optional[_builtins.str]:
1327
1327
  """
1328
1328
  `status` is the status of the condition. Can be True, False, Unknown. Required.
1329
1329
  """
1330
1330
  return pulumi.get(self, "status")
1331
1331
 
1332
- @property
1332
+ @_builtins.property
1333
1333
  @pulumi.getter
1334
- def type(self) -> Optional[str]:
1334
+ def type(self) -> Optional[_builtins.str]:
1335
1335
  """
1336
1336
  `type` is the type of the condition. Required.
1337
1337
  """
@@ -1344,16 +1344,16 @@ class PriorityLevelConfigurationReference(dict):
1344
1344
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1345
1345
  """
1346
1346
  def __init__(__self__, *,
1347
- name: str):
1347
+ name: _builtins.str):
1348
1348
  """
1349
1349
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1350
- :param str name: `name` is the name of the priority level configuration being referenced Required.
1350
+ :param _builtins.str name: `name` is the name of the priority level configuration being referenced Required.
1351
1351
  """
1352
1352
  pulumi.set(__self__, "name", name)
1353
1353
 
1354
- @property
1354
+ @_builtins.property
1355
1355
  @pulumi.getter
1356
- def name(self) -> str:
1356
+ def name(self) -> _builtins.str:
1357
1357
  """
1358
1358
  `name` is the name of the priority level configuration being referenced Required.
1359
1359
  """
@@ -1366,17 +1366,17 @@ class PriorityLevelConfigurationReferencePatch(dict):
1366
1366
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1367
1367
  """
1368
1368
  def __init__(__self__, *,
1369
- name: Optional[str] = None):
1369
+ name: Optional[_builtins.str] = None):
1370
1370
  """
1371
1371
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1372
- :param str name: `name` is the name of the priority level configuration being referenced Required.
1372
+ :param _builtins.str name: `name` is the name of the priority level configuration being referenced Required.
1373
1373
  """
1374
1374
  if name is not None:
1375
1375
  pulumi.set(__self__, "name", name)
1376
1376
 
1377
- @property
1377
+ @_builtins.property
1378
1378
  @pulumi.getter
1379
- def name(self) -> Optional[str]:
1379
+ def name(self) -> Optional[_builtins.str]:
1380
1380
  """
1381
1381
  `name` is the name of the priority level configuration being referenced Required.
1382
1382
  """
@@ -1389,26 +1389,26 @@ class PriorityLevelConfigurationSpec(dict):
1389
1389
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1390
1390
  """
1391
1391
  def __init__(__self__, *,
1392
- type: str,
1392
+ type: _builtins.str,
1393
1393
  limited: Optional['outputs.LimitedPriorityLevelConfiguration'] = None):
1394
1394
  """
1395
1395
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1396
- :param str type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1396
+ :param _builtins.str type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1397
1397
  :param 'LimitedPriorityLevelConfigurationArgs' limited: `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
1398
1398
  """
1399
1399
  pulumi.set(__self__, "type", type)
1400
1400
  if limited is not None:
1401
1401
  pulumi.set(__self__, "limited", limited)
1402
1402
 
1403
- @property
1403
+ @_builtins.property
1404
1404
  @pulumi.getter
1405
- def type(self) -> str:
1405
+ def type(self) -> _builtins.str:
1406
1406
  """
1407
1407
  `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.
1408
1408
  """
1409
1409
  return pulumi.get(self, "type")
1410
1410
 
1411
- @property
1411
+ @_builtins.property
1412
1412
  @pulumi.getter
1413
1413
  def limited(self) -> Optional['outputs.LimitedPriorityLevelConfiguration']:
1414
1414
  """
@@ -1424,18 +1424,18 @@ class PriorityLevelConfigurationSpecPatch(dict):
1424
1424
  """
1425
1425
  def __init__(__self__, *,
1426
1426
  limited: Optional['outputs.LimitedPriorityLevelConfigurationPatch'] = None,
1427
- type: Optional[str] = None):
1427
+ type: Optional[_builtins.str] = None):
1428
1428
  """
1429
1429
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1430
1430
  :param 'LimitedPriorityLevelConfigurationPatchArgs' limited: `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
1431
- :param str type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1431
+ :param _builtins.str type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1432
1432
  """
1433
1433
  if limited is not None:
1434
1434
  pulumi.set(__self__, "limited", limited)
1435
1435
  if type is not None:
1436
1436
  pulumi.set(__self__, "type", type)
1437
1437
 
1438
- @property
1438
+ @_builtins.property
1439
1439
  @pulumi.getter
1440
1440
  def limited(self) -> Optional['outputs.LimitedPriorityLevelConfigurationPatch']:
1441
1441
  """
@@ -1443,9 +1443,9 @@ class PriorityLevelConfigurationSpecPatch(dict):
1443
1443
  """
1444
1444
  return pulumi.get(self, "limited")
1445
1445
 
1446
- @property
1446
+ @_builtins.property
1447
1447
  @pulumi.getter
1448
- def type(self) -> Optional[str]:
1448
+ def type(self) -> Optional[_builtins.str]:
1449
1449
  """
1450
1450
  `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.
1451
1451
  """
@@ -1466,7 +1466,7 @@ class PriorityLevelConfigurationStatus(dict):
1466
1466
  if conditions is not None:
1467
1467
  pulumi.set(__self__, "conditions", conditions)
1468
1468
 
1469
- @property
1469
+ @_builtins.property
1470
1470
  @pulumi.getter
1471
1471
  def conditions(self) -> Optional[Sequence['outputs.PriorityLevelConfigurationCondition']]:
1472
1472
  """
@@ -1489,7 +1489,7 @@ class PriorityLevelConfigurationStatusPatch(dict):
1489
1489
  if conditions is not None:
1490
1490
  pulumi.set(__self__, "conditions", conditions)
1491
1491
 
1492
- @property
1492
+ @_builtins.property
1493
1493
  @pulumi.getter
1494
1494
  def conditions(self) -> Optional[Sequence['outputs.PriorityLevelConfigurationConditionPatch']]:
1495
1495
  """
@@ -1523,14 +1523,14 @@ class QueuingConfiguration(dict):
1523
1523
  return super().get(key, default)
1524
1524
 
1525
1525
  def __init__(__self__, *,
1526
- hand_size: Optional[int] = None,
1527
- queue_length_limit: Optional[int] = None,
1528
- queues: Optional[int] = None):
1526
+ hand_size: Optional[_builtins.int] = None,
1527
+ queue_length_limit: Optional[_builtins.int] = None,
1528
+ queues: Optional[_builtins.int] = None):
1529
1529
  """
1530
1530
  QueuingConfiguration holds the configuration parameters for queuing
1531
- :param int hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1532
- :param int queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1533
- :param int queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1531
+ :param _builtins.int hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1532
+ :param _builtins.int queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1533
+ :param _builtins.int queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1534
1534
  """
1535
1535
  if hand_size is not None:
1536
1536
  pulumi.set(__self__, "hand_size", hand_size)
@@ -1539,25 +1539,25 @@ class QueuingConfiguration(dict):
1539
1539
  if queues is not None:
1540
1540
  pulumi.set(__self__, "queues", queues)
1541
1541
 
1542
- @property
1542
+ @_builtins.property
1543
1543
  @pulumi.getter(name="handSize")
1544
- def hand_size(self) -> Optional[int]:
1544
+ def hand_size(self) -> Optional[_builtins.int]:
1545
1545
  """
1546
1546
  `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.
1547
1547
  """
1548
1548
  return pulumi.get(self, "hand_size")
1549
1549
 
1550
- @property
1550
+ @_builtins.property
1551
1551
  @pulumi.getter(name="queueLengthLimit")
1552
- def queue_length_limit(self) -> Optional[int]:
1552
+ def queue_length_limit(self) -> Optional[_builtins.int]:
1553
1553
  """
1554
1554
  `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.
1555
1555
  """
1556
1556
  return pulumi.get(self, "queue_length_limit")
1557
1557
 
1558
- @property
1558
+ @_builtins.property
1559
1559
  @pulumi.getter
1560
- def queues(self) -> Optional[int]:
1560
+ def queues(self) -> Optional[_builtins.int]:
1561
1561
  """
1562
1562
  `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.
1563
1563
  """
@@ -1589,14 +1589,14 @@ class QueuingConfigurationPatch(dict):
1589
1589
  return super().get(key, default)
1590
1590
 
1591
1591
  def __init__(__self__, *,
1592
- hand_size: Optional[int] = None,
1593
- queue_length_limit: Optional[int] = None,
1594
- queues: Optional[int] = None):
1592
+ hand_size: Optional[_builtins.int] = None,
1593
+ queue_length_limit: Optional[_builtins.int] = None,
1594
+ queues: Optional[_builtins.int] = None):
1595
1595
  """
1596
1596
  QueuingConfiguration holds the configuration parameters for queuing
1597
- :param int hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1598
- :param int queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1599
- :param int queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1597
+ :param _builtins.int hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
1598
+ :param _builtins.int queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
1599
+ :param _builtins.int queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
1600
1600
  """
1601
1601
  if hand_size is not None:
1602
1602
  pulumi.set(__self__, "hand_size", hand_size)
@@ -1605,25 +1605,25 @@ class QueuingConfigurationPatch(dict):
1605
1605
  if queues is not None:
1606
1606
  pulumi.set(__self__, "queues", queues)
1607
1607
 
1608
- @property
1608
+ @_builtins.property
1609
1609
  @pulumi.getter(name="handSize")
1610
- def hand_size(self) -> Optional[int]:
1610
+ def hand_size(self) -> Optional[_builtins.int]:
1611
1611
  """
1612
1612
  `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.
1613
1613
  """
1614
1614
  return pulumi.get(self, "hand_size")
1615
1615
 
1616
- @property
1616
+ @_builtins.property
1617
1617
  @pulumi.getter(name="queueLengthLimit")
1618
- def queue_length_limit(self) -> Optional[int]:
1618
+ def queue_length_limit(self) -> Optional[_builtins.int]:
1619
1619
  """
1620
1620
  `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.
1621
1621
  """
1622
1622
  return pulumi.get(self, "queue_length_limit")
1623
1623
 
1624
- @property
1624
+ @_builtins.property
1625
1625
  @pulumi.getter
1626
- def queues(self) -> Optional[int]:
1626
+ def queues(self) -> Optional[_builtins.int]:
1627
1627
  """
1628
1628
  `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.
1629
1629
  """
@@ -1655,18 +1655,18 @@ class ResourcePolicyRule(dict):
1655
1655
  return super().get(key, default)
1656
1656
 
1657
1657
  def __init__(__self__, *,
1658
- api_groups: Sequence[str],
1659
- resources: Sequence[str],
1660
- verbs: Sequence[str],
1661
- cluster_scope: Optional[bool] = None,
1662
- namespaces: Optional[Sequence[str]] = None):
1658
+ api_groups: Sequence[_builtins.str],
1659
+ resources: Sequence[_builtins.str],
1660
+ verbs: Sequence[_builtins.str],
1661
+ cluster_scope: Optional[_builtins.bool] = None,
1662
+ namespaces: Optional[Sequence[_builtins.str]] = None):
1663
1663
  """
1664
1664
  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.
1665
- :param Sequence[str] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
1666
- :param Sequence[str] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
1667
- :param Sequence[str] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1668
- :param bool cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
1669
- :param Sequence[str] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
1665
+ :param Sequence[_builtins.str] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
1666
+ :param Sequence[_builtins.str] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
1667
+ :param Sequence[_builtins.str] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1668
+ :param _builtins.bool cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
1669
+ :param Sequence[_builtins.str] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
1670
1670
  """
1671
1671
  pulumi.set(__self__, "api_groups", api_groups)
1672
1672
  pulumi.set(__self__, "resources", resources)
@@ -1676,41 +1676,41 @@ class ResourcePolicyRule(dict):
1676
1676
  if namespaces is not None:
1677
1677
  pulumi.set(__self__, "namespaces", namespaces)
1678
1678
 
1679
- @property
1679
+ @_builtins.property
1680
1680
  @pulumi.getter(name="apiGroups")
1681
- def api_groups(self) -> Sequence[str]:
1681
+ def api_groups(self) -> Sequence[_builtins.str]:
1682
1682
  """
1683
1683
  `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.
1684
1684
  """
1685
1685
  return pulumi.get(self, "api_groups")
1686
1686
 
1687
- @property
1687
+ @_builtins.property
1688
1688
  @pulumi.getter
1689
- def resources(self) -> Sequence[str]:
1689
+ def resources(self) -> Sequence[_builtins.str]:
1690
1690
  """
1691
1691
  `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.
1692
1692
  """
1693
1693
  return pulumi.get(self, "resources")
1694
1694
 
1695
- @property
1695
+ @_builtins.property
1696
1696
  @pulumi.getter
1697
- def verbs(self) -> Sequence[str]:
1697
+ def verbs(self) -> Sequence[_builtins.str]:
1698
1698
  """
1699
1699
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1700
1700
  """
1701
1701
  return pulumi.get(self, "verbs")
1702
1702
 
1703
- @property
1703
+ @_builtins.property
1704
1704
  @pulumi.getter(name="clusterScope")
1705
- def cluster_scope(self) -> Optional[bool]:
1705
+ def cluster_scope(self) -> Optional[_builtins.bool]:
1706
1706
  """
1707
1707
  `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.
1708
1708
  """
1709
1709
  return pulumi.get(self, "cluster_scope")
1710
1710
 
1711
- @property
1711
+ @_builtins.property
1712
1712
  @pulumi.getter
1713
- def namespaces(self) -> Optional[Sequence[str]]:
1713
+ def namespaces(self) -> Optional[Sequence[_builtins.str]]:
1714
1714
  """
1715
1715
  `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.
1716
1716
  """
@@ -1742,18 +1742,18 @@ class ResourcePolicyRulePatch(dict):
1742
1742
  return super().get(key, default)
1743
1743
 
1744
1744
  def __init__(__self__, *,
1745
- api_groups: Optional[Sequence[str]] = None,
1746
- cluster_scope: Optional[bool] = None,
1747
- namespaces: Optional[Sequence[str]] = None,
1748
- resources: Optional[Sequence[str]] = None,
1749
- verbs: Optional[Sequence[str]] = None):
1745
+ api_groups: Optional[Sequence[_builtins.str]] = None,
1746
+ cluster_scope: Optional[_builtins.bool] = None,
1747
+ namespaces: Optional[Sequence[_builtins.str]] = None,
1748
+ resources: Optional[Sequence[_builtins.str]] = None,
1749
+ verbs: Optional[Sequence[_builtins.str]] = None):
1750
1750
  """
1751
1751
  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.
1752
- :param Sequence[str] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
1753
- :param bool cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
1754
- :param Sequence[str] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
1755
- :param Sequence[str] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
1756
- :param Sequence[str] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1752
+ :param Sequence[_builtins.str] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
1753
+ :param _builtins.bool cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
1754
+ :param Sequence[_builtins.str] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
1755
+ :param Sequence[_builtins.str] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
1756
+ :param Sequence[_builtins.str] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1757
1757
  """
1758
1758
  if api_groups is not None:
1759
1759
  pulumi.set(__self__, "api_groups", api_groups)
@@ -1766,41 +1766,41 @@ class ResourcePolicyRulePatch(dict):
1766
1766
  if verbs is not None:
1767
1767
  pulumi.set(__self__, "verbs", verbs)
1768
1768
 
1769
- @property
1769
+ @_builtins.property
1770
1770
  @pulumi.getter(name="apiGroups")
1771
- def api_groups(self) -> Optional[Sequence[str]]:
1771
+ def api_groups(self) -> Optional[Sequence[_builtins.str]]:
1772
1772
  """
1773
1773
  `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.
1774
1774
  """
1775
1775
  return pulumi.get(self, "api_groups")
1776
1776
 
1777
- @property
1777
+ @_builtins.property
1778
1778
  @pulumi.getter(name="clusterScope")
1779
- def cluster_scope(self) -> Optional[bool]:
1779
+ def cluster_scope(self) -> Optional[_builtins.bool]:
1780
1780
  """
1781
1781
  `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.
1782
1782
  """
1783
1783
  return pulumi.get(self, "cluster_scope")
1784
1784
 
1785
- @property
1785
+ @_builtins.property
1786
1786
  @pulumi.getter
1787
- def namespaces(self) -> Optional[Sequence[str]]:
1787
+ def namespaces(self) -> Optional[Sequence[_builtins.str]]:
1788
1788
  """
1789
1789
  `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.
1790
1790
  """
1791
1791
  return pulumi.get(self, "namespaces")
1792
1792
 
1793
- @property
1793
+ @_builtins.property
1794
1794
  @pulumi.getter
1795
- def resources(self) -> Optional[Sequence[str]]:
1795
+ def resources(self) -> Optional[Sequence[_builtins.str]]:
1796
1796
  """
1797
1797
  `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.
1798
1798
  """
1799
1799
  return pulumi.get(self, "resources")
1800
1800
 
1801
- @property
1801
+ @_builtins.property
1802
1802
  @pulumi.getter
1803
- def verbs(self) -> Optional[Sequence[str]]:
1803
+ def verbs(self) -> Optional[Sequence[_builtins.str]]:
1804
1804
  """
1805
1805
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1806
1806
  """
@@ -1813,27 +1813,27 @@ class ServiceAccountSubject(dict):
1813
1813
  ServiceAccountSubject holds detailed information for service-account-kind subject.
1814
1814
  """
1815
1815
  def __init__(__self__, *,
1816
- name: str,
1817
- namespace: str):
1816
+ name: _builtins.str,
1817
+ namespace: _builtins.str):
1818
1818
  """
1819
1819
  ServiceAccountSubject holds detailed information for service-account-kind subject.
1820
- :param str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
1821
- :param str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
1820
+ :param _builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
1821
+ :param _builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
1822
1822
  """
1823
1823
  pulumi.set(__self__, "name", name)
1824
1824
  pulumi.set(__self__, "namespace", namespace)
1825
1825
 
1826
- @property
1826
+ @_builtins.property
1827
1827
  @pulumi.getter
1828
- def name(self) -> str:
1828
+ def name(self) -> _builtins.str:
1829
1829
  """
1830
1830
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
1831
1831
  """
1832
1832
  return pulumi.get(self, "name")
1833
1833
 
1834
- @property
1834
+ @_builtins.property
1835
1835
  @pulumi.getter
1836
- def namespace(self) -> str:
1836
+ def namespace(self) -> _builtins.str:
1837
1837
  """
1838
1838
  `namespace` is the namespace of matching ServiceAccount objects. Required.
1839
1839
  """
@@ -1846,29 +1846,29 @@ class ServiceAccountSubjectPatch(dict):
1846
1846
  ServiceAccountSubject holds detailed information for service-account-kind subject.
1847
1847
  """
1848
1848
  def __init__(__self__, *,
1849
- name: Optional[str] = None,
1850
- namespace: Optional[str] = None):
1849
+ name: Optional[_builtins.str] = None,
1850
+ namespace: Optional[_builtins.str] = None):
1851
1851
  """
1852
1852
  ServiceAccountSubject holds detailed information for service-account-kind subject.
1853
- :param str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
1854
- :param str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
1853
+ :param _builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
1854
+ :param _builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
1855
1855
  """
1856
1856
  if name is not None:
1857
1857
  pulumi.set(__self__, "name", name)
1858
1858
  if namespace is not None:
1859
1859
  pulumi.set(__self__, "namespace", namespace)
1860
1860
 
1861
- @property
1861
+ @_builtins.property
1862
1862
  @pulumi.getter
1863
- def name(self) -> Optional[str]:
1863
+ def name(self) -> Optional[_builtins.str]:
1864
1864
  """
1865
1865
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
1866
1866
  """
1867
1867
  return pulumi.get(self, "name")
1868
1868
 
1869
- @property
1869
+ @_builtins.property
1870
1870
  @pulumi.getter
1871
- def namespace(self) -> Optional[str]:
1871
+ def namespace(self) -> Optional[_builtins.str]:
1872
1872
  """
1873
1873
  `namespace` is the namespace of matching ServiceAccount objects. Required.
1874
1874
  """
@@ -1898,13 +1898,13 @@ class Subject(dict):
1898
1898
  return super().get(key, default)
1899
1899
 
1900
1900
  def __init__(__self__, *,
1901
- kind: str,
1901
+ kind: _builtins.str,
1902
1902
  group: Optional['outputs.GroupSubject'] = None,
1903
1903
  service_account: Optional['outputs.ServiceAccountSubject'] = None,
1904
1904
  user: Optional['outputs.UserSubject'] = None):
1905
1905
  """
1906
1906
  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.
1907
- :param str kind: Required
1907
+ :param _builtins.str kind: Required
1908
1908
  """
1909
1909
  pulumi.set(__self__, "kind", kind)
1910
1910
  if group is not None:
@@ -1914,25 +1914,25 @@ class Subject(dict):
1914
1914
  if user is not None:
1915
1915
  pulumi.set(__self__, "user", user)
1916
1916
 
1917
- @property
1917
+ @_builtins.property
1918
1918
  @pulumi.getter
1919
- def kind(self) -> str:
1919
+ def kind(self) -> _builtins.str:
1920
1920
  """
1921
1921
  Required
1922
1922
  """
1923
1923
  return pulumi.get(self, "kind")
1924
1924
 
1925
- @property
1925
+ @_builtins.property
1926
1926
  @pulumi.getter
1927
1927
  def group(self) -> Optional['outputs.GroupSubject']:
1928
1928
  return pulumi.get(self, "group")
1929
1929
 
1930
- @property
1930
+ @_builtins.property
1931
1931
  @pulumi.getter(name="serviceAccount")
1932
1932
  def service_account(self) -> Optional['outputs.ServiceAccountSubject']:
1933
1933
  return pulumi.get(self, "service_account")
1934
1934
 
1935
- @property
1935
+ @_builtins.property
1936
1936
  @pulumi.getter
1937
1937
  def user(self) -> Optional['outputs.UserSubject']:
1938
1938
  return pulumi.get(self, "user")
@@ -1962,12 +1962,12 @@ class SubjectPatch(dict):
1962
1962
 
1963
1963
  def __init__(__self__, *,
1964
1964
  group: Optional['outputs.GroupSubjectPatch'] = None,
1965
- kind: Optional[str] = None,
1965
+ kind: Optional[_builtins.str] = None,
1966
1966
  service_account: Optional['outputs.ServiceAccountSubjectPatch'] = None,
1967
1967
  user: Optional['outputs.UserSubjectPatch'] = None):
1968
1968
  """
1969
1969
  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.
1970
- :param str kind: Required
1970
+ :param _builtins.str kind: Required
1971
1971
  """
1972
1972
  if group is not None:
1973
1973
  pulumi.set(__self__, "group", group)
@@ -1978,25 +1978,25 @@ class SubjectPatch(dict):
1978
1978
  if user is not None:
1979
1979
  pulumi.set(__self__, "user", user)
1980
1980
 
1981
- @property
1981
+ @_builtins.property
1982
1982
  @pulumi.getter
1983
1983
  def group(self) -> Optional['outputs.GroupSubjectPatch']:
1984
1984
  return pulumi.get(self, "group")
1985
1985
 
1986
- @property
1986
+ @_builtins.property
1987
1987
  @pulumi.getter
1988
- def kind(self) -> Optional[str]:
1988
+ def kind(self) -> Optional[_builtins.str]:
1989
1989
  """
1990
1990
  Required
1991
1991
  """
1992
1992
  return pulumi.get(self, "kind")
1993
1993
 
1994
- @property
1994
+ @_builtins.property
1995
1995
  @pulumi.getter(name="serviceAccount")
1996
1996
  def service_account(self) -> Optional['outputs.ServiceAccountSubjectPatch']:
1997
1997
  return pulumi.get(self, "service_account")
1998
1998
 
1999
- @property
1999
+ @_builtins.property
2000
2000
  @pulumi.getter
2001
2001
  def user(self) -> Optional['outputs.UserSubjectPatch']:
2002
2002
  return pulumi.get(self, "user")
@@ -2008,16 +2008,16 @@ class UserSubject(dict):
2008
2008
  UserSubject holds detailed information for user-kind subject.
2009
2009
  """
2010
2010
  def __init__(__self__, *,
2011
- name: str):
2011
+ name: _builtins.str):
2012
2012
  """
2013
2013
  UserSubject holds detailed information for user-kind subject.
2014
- :param str name: `name` is the username that matches, or "*" to match all usernames. Required.
2014
+ :param _builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
2015
2015
  """
2016
2016
  pulumi.set(__self__, "name", name)
2017
2017
 
2018
- @property
2018
+ @_builtins.property
2019
2019
  @pulumi.getter
2020
- def name(self) -> str:
2020
+ def name(self) -> _builtins.str:
2021
2021
  """
2022
2022
  `name` is the username that matches, or "*" to match all usernames. Required.
2023
2023
  """
@@ -2030,17 +2030,17 @@ class UserSubjectPatch(dict):
2030
2030
  UserSubject holds detailed information for user-kind subject.
2031
2031
  """
2032
2032
  def __init__(__self__, *,
2033
- name: Optional[str] = None):
2033
+ name: Optional[_builtins.str] = None):
2034
2034
  """
2035
2035
  UserSubject holds detailed information for user-kind subject.
2036
- :param str name: `name` is the username that matches, or "*" to match all usernames. Required.
2036
+ :param _builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
2037
2037
  """
2038
2038
  if name is not None:
2039
2039
  pulumi.set(__self__, "name", name)
2040
2040
 
2041
- @property
2041
+ @_builtins.property
2042
2042
  @pulumi.getter
2043
- def name(self) -> Optional[str]:
2043
+ def name(self) -> Optional[_builtins.str]:
2044
2044
  """
2045
2045
  `name` is the username that matches, or "*" to match all usernames. Required.
2046
2046
  """