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

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

Potentially problematic release.


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

Files changed (671) hide show
  1. pulumi_kubernetes/__init__.py +1 -0
  2. pulumi_kubernetes/_inputs.py +41 -40
  3. pulumi_kubernetes/admissionregistration/__init__.py +1 -0
  4. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
  7. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
  16. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
  17. pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
  18. pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
  19. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
  25. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
  31. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
  32. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
  33. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
  34. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
  37. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
  46. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
  47. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
  48. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
  49. pulumi_kubernetes/apiextensions/__init__.py +1 -0
  50. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
  53. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
  54. pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
  55. pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
  56. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
  59. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
  60. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
  61. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
  62. pulumi_kubernetes/apiregistration/__init__.py +1 -0
  63. pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
  64. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
  65. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
  66. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
  67. pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
  68. pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
  69. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
  70. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
  72. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
  73. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
  74. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
  75. pulumi_kubernetes/apps/__init__.py +1 -0
  76. pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
  77. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
  78. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
  79. pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
  80. pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
  81. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
  82. pulumi_kubernetes/apps/v1/Deployment.py +17 -16
  83. pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
  84. pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
  85. pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
  86. pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
  87. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
  88. pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
  89. pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
  90. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
  91. pulumi_kubernetes/apps/v1/__init__.py +1 -0
  92. pulumi_kubernetes/apps/v1/_inputs.py +571 -570
  93. pulumi_kubernetes/apps/v1/outputs.py +476 -475
  94. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
  97. pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
  98. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
  99. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
  100. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
  101. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
  103. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
  104. pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
  105. pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
  106. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
  109. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
  110. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
  112. pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
  113. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
  114. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
  115. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
  118. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
  119. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
  121. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
  122. pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
  123. pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
  124. pulumi_kubernetes/auditregistration/__init__.py +1 -0
  125. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
  128. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
  129. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
  130. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
  131. pulumi_kubernetes/autoscaling/__init__.py +1 -0
  132. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
  135. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
  136. pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
  137. pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
  138. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
  141. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
  142. pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
  143. pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
  144. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
  147. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
  148. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
  149. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
  150. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
  153. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
  154. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
  155. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
  156. pulumi_kubernetes/batch/__init__.py +1 -0
  157. pulumi_kubernetes/batch/v1/CronJob.py +17 -16
  158. pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
  159. pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
  160. pulumi_kubernetes/batch/v1/Job.py +17 -16
  161. pulumi_kubernetes/batch/v1/JobList.py +17 -16
  162. pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
  163. pulumi_kubernetes/batch/v1/__init__.py +1 -0
  164. pulumi_kubernetes/batch/v1/_inputs.py +386 -385
  165. pulumi_kubernetes/batch/v1/outputs.py +289 -288
  166. pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
  167. pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
  168. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
  169. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
  170. pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
  171. pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
  172. pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
  173. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
  174. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
  175. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
  176. pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
  177. pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
  178. pulumi_kubernetes/certificates/__init__.py +1 -0
  179. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
  182. pulumi_kubernetes/certificates/v1/__init__.py +1 -0
  183. pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
  184. pulumi_kubernetes/certificates/v1/outputs.py +97 -96
  185. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
  188. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
  189. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
  190. pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
  191. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
  194. pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
  195. pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
  196. pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
  197. pulumi_kubernetes/coordination/__init__.py +1 -0
  198. pulumi_kubernetes/coordination/v1/Lease.py +17 -16
  199. pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
  200. pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
  201. pulumi_kubernetes/coordination/v1/__init__.py +1 -0
  202. pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
  203. pulumi_kubernetes/coordination/v1/outputs.py +49 -48
  204. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
  205. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
  206. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
  207. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
  208. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
  209. pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
  210. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
  211. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
  212. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
  213. pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
  214. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
  215. pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
  216. pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
  217. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
  218. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
  219. pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
  220. pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
  221. pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
  222. pulumi_kubernetes/core/__init__.py +1 -0
  223. pulumi_kubernetes/core/v1/Binding.py +17 -16
  224. pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
  225. pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
  226. pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
  227. pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
  228. pulumi_kubernetes/core/v1/Endpoints.py +17 -16
  229. pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
  230. pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
  231. pulumi_kubernetes/core/v1/Event.py +97 -96
  232. pulumi_kubernetes/core/v1/EventList.py +17 -16
  233. pulumi_kubernetes/core/v1/EventPatch.py +97 -96
  234. pulumi_kubernetes/core/v1/LimitRange.py +17 -16
  235. pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
  236. pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
  237. pulumi_kubernetes/core/v1/Namespace.py +17 -16
  238. pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
  239. pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
  240. pulumi_kubernetes/core/v1/Node.py +17 -16
  241. pulumi_kubernetes/core/v1/NodeList.py +17 -16
  242. pulumi_kubernetes/core/v1/NodePatch.py +17 -16
  243. pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
  244. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
  245. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
  246. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
  247. pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
  248. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
  249. pulumi_kubernetes/core/v1/Pod.py +17 -16
  250. pulumi_kubernetes/core/v1/PodList.py +17 -16
  251. pulumi_kubernetes/core/v1/PodPatch.py +17 -16
  252. pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
  253. pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
  254. pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
  255. pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
  256. pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
  257. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
  258. pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
  259. pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
  260. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
  261. pulumi_kubernetes/core/v1/Secret.py +49 -48
  262. pulumi_kubernetes/core/v1/SecretList.py +17 -16
  263. pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
  264. pulumi_kubernetes/core/v1/Service.py +17 -16
  265. pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
  266. pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
  267. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
  268. pulumi_kubernetes/core/v1/ServiceList.py +17 -16
  269. pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
  270. pulumi_kubernetes/core/v1/__init__.py +1 -0
  271. pulumi_kubernetes/core/v1/_enums.py +3 -1
  272. pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
  273. pulumi_kubernetes/core/v1/outputs.py +3613 -3612
  274. pulumi_kubernetes/discovery/__init__.py +1 -0
  275. pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
  276. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
  277. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
  278. pulumi_kubernetes/discovery/v1/__init__.py +1 -0
  279. pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
  280. pulumi_kubernetes/discovery/v1/outputs.py +88 -87
  281. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
  282. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
  283. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
  284. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
  285. pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
  286. pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
  287. pulumi_kubernetes/events/__init__.py +1 -0
  288. pulumi_kubernetes/events/v1/Event.py +97 -96
  289. pulumi_kubernetes/events/v1/EventList.py +17 -16
  290. pulumi_kubernetes/events/v1/EventPatch.py +97 -96
  291. pulumi_kubernetes/events/v1/__init__.py +1 -0
  292. pulumi_kubernetes/events/v1/_inputs.py +81 -80
  293. pulumi_kubernetes/events/v1/outputs.py +49 -48
  294. pulumi_kubernetes/events/v1beta1/Event.py +97 -96
  295. pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
  296. pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
  297. pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
  298. pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
  299. pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
  300. pulumi_kubernetes/extensions/__init__.py +1 -0
  301. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
  302. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
  303. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
  304. pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
  305. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
  306. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
  307. pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
  308. pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
  309. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
  310. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
  311. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
  312. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
  313. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
  314. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
  315. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
  316. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
  317. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
  318. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
  319. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
  320. pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
  321. pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
  322. pulumi_kubernetes/flowcontrol/__init__.py +1 -0
  323. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
  324. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
  325. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
  326. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
  327. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
  328. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
  329. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
  330. pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
  331. pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
  332. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
  333. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
  334. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
  335. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
  336. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
  337. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
  338. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
  339. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
  340. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
  341. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
  342. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
  343. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
  344. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
  345. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
  346. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
  347. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
  348. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
  349. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
  350. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
  351. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
  352. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
  353. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
  354. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
  355. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
  356. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
  357. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
  358. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
  359. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
  360. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
  361. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
  362. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
  363. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
  364. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
  365. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
  366. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
  367. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
  368. pulumi_kubernetes/helm/__init__.py +1 -0
  369. pulumi_kubernetes/helm/v3/Release.py +246 -245
  370. pulumi_kubernetes/helm/v3/__init__.py +1 -0
  371. pulumi_kubernetes/helm/v3/_inputs.py +31 -30
  372. pulumi_kubernetes/helm/v3/outputs.py +41 -40
  373. pulumi_kubernetes/helm/v4/Chart.py +71 -70
  374. pulumi_kubernetes/helm/v4/__init__.py +1 -0
  375. pulumi_kubernetes/helm/v4/_inputs.py +26 -25
  376. pulumi_kubernetes/kustomize/__init__.py +1 -0
  377. pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
  378. pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
  379. pulumi_kubernetes/meta/__init__.py +1 -0
  380. pulumi_kubernetes/meta/v1/Status.py +42 -41
  381. pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
  382. pulumi_kubernetes/meta/v1/__init__.py +1 -0
  383. pulumi_kubernetes/meta/v1/_inputs.py +451 -450
  384. pulumi_kubernetes/meta/v1/outputs.py +289 -288
  385. pulumi_kubernetes/networking/__init__.py +1 -0
  386. pulumi_kubernetes/networking/v1/Ingress.py +17 -16
  387. pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
  388. pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
  389. pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
  390. pulumi_kubernetes/networking/v1/IngressList.py +17 -16
  391. pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
  392. pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
  393. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
  394. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
  395. pulumi_kubernetes/networking/v1/__init__.py +1 -0
  396. pulumi_kubernetes/networking/v1/_inputs.py +266 -265
  397. pulumi_kubernetes/networking/v1/outputs.py +171 -170
  398. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
  399. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
  400. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
  401. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
  402. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
  403. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
  404. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
  405. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
  406. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
  407. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
  408. pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
  409. pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
  410. pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
  411. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
  412. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
  413. pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
  414. pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
  415. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
  416. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
  417. pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
  418. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
  419. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
  420. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
  421. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
  422. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
  423. pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
  424. pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
  425. pulumi_kubernetes/node/__init__.py +1 -0
  426. pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
  427. pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
  428. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
  429. pulumi_kubernetes/node/v1/__init__.py +1 -0
  430. pulumi_kubernetes/node/v1/_inputs.py +36 -35
  431. pulumi_kubernetes/node/v1/outputs.py +22 -21
  432. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
  433. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
  434. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
  435. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
  436. pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
  437. pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
  438. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
  439. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
  440. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
  441. pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
  442. pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
  443. pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
  444. pulumi_kubernetes/policy/__init__.py +1 -0
  445. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
  446. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
  447. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
  448. pulumi_kubernetes/policy/v1/__init__.py +1 -0
  449. pulumi_kubernetes/policy/v1/_inputs.py +71 -70
  450. pulumi_kubernetes/policy/v1/outputs.py +53 -52
  451. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
  452. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
  453. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
  454. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
  455. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
  456. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
  457. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
  458. pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
  459. pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
  460. pulumi_kubernetes/provider.py +92 -91
  461. pulumi_kubernetes/pulumi-plugin.json +1 -1
  462. pulumi_kubernetes/rbac/__init__.py +1 -0
  463. pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
  464. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
  465. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
  466. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
  467. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
  468. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
  469. pulumi_kubernetes/rbac/v1/Role.py +17 -16
  470. pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
  471. pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
  472. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
  473. pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
  474. pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
  475. pulumi_kubernetes/rbac/v1/__init__.py +1 -0
  476. pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
  477. pulumi_kubernetes/rbac/v1/outputs.py +97 -96
  478. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
  479. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
  480. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
  481. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
  482. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
  483. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
  484. pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
  485. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
  486. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
  487. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
  488. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
  489. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
  490. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
  491. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
  492. pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
  493. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
  494. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
  495. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
  496. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
  497. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
  498. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
  499. pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
  500. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
  501. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
  502. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
  503. pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
  504. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
  505. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
  506. pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
  507. pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
  508. pulumi_kubernetes/resource/__init__.py +1 -0
  509. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
  510. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
  511. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
  512. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
  513. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
  514. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
  515. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
  516. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
  517. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
  518. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
  519. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
  520. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
  521. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
  522. pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
  523. pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
  524. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
  525. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
  526. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
  527. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
  528. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
  529. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
  530. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
  531. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
  532. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
  533. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
  534. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
  535. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
  536. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
  537. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
  538. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
  539. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
  542. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
  543. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
  544. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
  545. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
  546. pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
  547. pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
  548. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
  549. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
  550. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
  551. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
  552. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
  553. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
  554. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
  555. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
  556. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
  557. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
  558. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
  559. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
  560. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
  561. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
  562. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
  563. pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
  564. pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
  565. pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
  566. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
  567. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
  568. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
  569. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
  570. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
  571. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
  572. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
  573. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
  574. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
  575. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
  576. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
  577. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
  578. pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
  579. pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
  580. pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
  581. pulumi_kubernetes/scheduling/__init__.py +1 -0
  582. pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
  583. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
  584. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
  585. pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
  586. pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
  587. pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
  588. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
  589. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
  590. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
  591. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
  592. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
  593. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
  594. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
  595. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
  596. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
  597. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
  598. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
  599. pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
  600. pulumi_kubernetes/settings/__init__.py +1 -0
  601. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
  602. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
  603. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
  604. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
  605. pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
  606. pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
  607. pulumi_kubernetes/storage/__init__.py +1 -0
  608. pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
  609. pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
  610. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
  611. pulumi_kubernetes/storage/v1/CSINode.py +17 -16
  612. pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
  613. pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
  614. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
  615. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
  616. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
  617. pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
  618. pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
  619. pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
  620. pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
  621. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
  622. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
  623. pulumi_kubernetes/storage/v1/__init__.py +1 -0
  624. pulumi_kubernetes/storage/v1/_inputs.py +276 -275
  625. pulumi_kubernetes/storage/v1/outputs.py +178 -177
  626. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
  627. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
  628. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
  629. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
  630. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
  631. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
  632. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
  633. pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
  634. pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
  635. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
  636. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
  637. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
  638. pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
  639. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
  640. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
  641. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
  642. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
  643. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
  644. pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
  645. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
  646. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
  647. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
  648. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
  649. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
  650. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
  651. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
  652. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
  653. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
  654. pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
  655. pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
  656. pulumi_kubernetes/storagemigration/__init__.py +1 -0
  657. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
  658. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
  659. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
  660. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
  661. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
  662. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
  663. pulumi_kubernetes/yaml/__init__.py +1 -0
  664. pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
  665. pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
  666. pulumi_kubernetes/yaml/v2/__init__.py +1 -0
  667. {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.22.2.dist-info}/METADATA +2 -2
  668. pulumi_kubernetes-4.22.2.dist-info/RECORD +679 -0
  669. {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.22.2.dist-info}/WHEEL +1 -1
  670. pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
  671. {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.22.2.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -84,14 +85,14 @@ class ExemptPriorityLevelConfiguration(dict):
84
85
  return super().get(key, default)
85
86
 
86
87
  def __init__(__self__, *,
87
- lendable_percent: Optional[int] = None,
88
- nominal_concurrency_shares: Optional[int] = None):
88
+ lendable_percent: Optional[builtins.int] = None,
89
+ nominal_concurrency_shares: Optional[builtins.int] = None):
89
90
  """
90
91
  ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
91
- :param int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
92
+ :param builtins.int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
92
93
 
93
94
  LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
94
- :param int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
95
+ :param builtins.int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
95
96
 
96
97
  NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
97
98
 
@@ -104,7 +105,7 @@ class ExemptPriorityLevelConfiguration(dict):
104
105
 
105
106
  @property
106
107
  @pulumi.getter(name="lendablePercent")
107
- def lendable_percent(self) -> Optional[int]:
108
+ def lendable_percent(self) -> Optional[builtins.int]:
108
109
  """
109
110
  `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
110
111
 
@@ -114,7 +115,7 @@ class ExemptPriorityLevelConfiguration(dict):
114
115
 
115
116
  @property
116
117
  @pulumi.getter(name="nominalConcurrencyShares")
117
- def nominal_concurrency_shares(self) -> Optional[int]:
118
+ def nominal_concurrency_shares(self) -> Optional[builtins.int]:
118
119
  """
119
120
  `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
120
121
 
@@ -150,14 +151,14 @@ class ExemptPriorityLevelConfigurationPatch(dict):
150
151
  return super().get(key, default)
151
152
 
152
153
  def __init__(__self__, *,
153
- lendable_percent: Optional[int] = None,
154
- nominal_concurrency_shares: Optional[int] = None):
154
+ lendable_percent: Optional[builtins.int] = None,
155
+ nominal_concurrency_shares: Optional[builtins.int] = None):
155
156
  """
156
157
  ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
157
- :param int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
158
+ :param builtins.int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
158
159
 
159
160
  LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
160
- :param int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
161
+ :param builtins.int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
161
162
 
162
163
  NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
163
164
 
@@ -170,7 +171,7 @@ class ExemptPriorityLevelConfigurationPatch(dict):
170
171
 
171
172
  @property
172
173
  @pulumi.getter(name="lendablePercent")
173
- def lendable_percent(self) -> Optional[int]:
174
+ def lendable_percent(self) -> Optional[builtins.int]:
174
175
  """
175
176
  `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
176
177
 
@@ -180,7 +181,7 @@ class ExemptPriorityLevelConfigurationPatch(dict):
180
181
 
181
182
  @property
182
183
  @pulumi.getter(name="nominalConcurrencyShares")
183
- def nominal_concurrency_shares(self) -> Optional[int]:
184
+ def nominal_concurrency_shares(self) -> Optional[builtins.int]:
184
185
  """
185
186
  `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
186
187
 
@@ -197,16 +198,16 @@ class FlowDistinguisherMethod(dict):
197
198
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
198
199
  """
199
200
  def __init__(__self__, *,
200
- type: str):
201
+ type: builtins.str):
201
202
  """
202
203
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
203
- :param str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
204
+ :param builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
204
205
  """
205
206
  pulumi.set(__self__, "type", type)
206
207
 
207
208
  @property
208
209
  @pulumi.getter
209
- def type(self) -> str:
210
+ def type(self) -> builtins.str:
210
211
  """
211
212
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
212
213
  """
@@ -219,17 +220,17 @@ class FlowDistinguisherMethodPatch(dict):
219
220
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
220
221
  """
221
222
  def __init__(__self__, *,
222
- type: Optional[str] = None):
223
+ type: Optional[builtins.str] = None):
223
224
  """
224
225
  FlowDistinguisherMethod specifies the method of a flow distinguisher.
225
- :param str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
226
+ :param builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
226
227
  """
227
228
  if type is not None:
228
229
  pulumi.set(__self__, "type", type)
229
230
 
230
231
  @property
231
232
  @pulumi.getter
232
- def type(self) -> Optional[str]:
233
+ def type(self) -> Optional[builtins.str]:
233
234
  """
234
235
  `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
235
236
  """
@@ -259,15 +260,15 @@ class FlowSchema(dict):
259
260
  return super().get(key, default)
260
261
 
261
262
  def __init__(__self__, *,
262
- api_version: Optional[str] = None,
263
- kind: Optional[str] = None,
263
+ api_version: Optional[builtins.str] = None,
264
+ kind: Optional[builtins.str] = None,
264
265
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
265
266
  spec: Optional['outputs.FlowSchemaSpec'] = None,
266
267
  status: Optional['outputs.FlowSchemaStatus'] = None):
267
268
  """
268
269
  FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
269
- :param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
270
- :param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
270
+ :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
271
+ :param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
271
272
  :param '_meta.v1.ObjectMetaArgs' metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
272
273
  :param 'FlowSchemaSpecArgs' spec: `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
273
274
  :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
@@ -285,7 +286,7 @@ class FlowSchema(dict):
285
286
 
286
287
  @property
287
288
  @pulumi.getter(name="apiVersion")
288
- def api_version(self) -> Optional[str]:
289
+ def api_version(self) -> Optional[builtins.str]:
289
290
  """
290
291
  APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
291
292
  """
@@ -293,7 +294,7 @@ class FlowSchema(dict):
293
294
 
294
295
  @property
295
296
  @pulumi.getter
296
- def kind(self) -> Optional[str]:
297
+ def kind(self) -> Optional[builtins.str]:
297
298
  """
298
299
  Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
299
300
  """
@@ -347,18 +348,18 @@ class FlowSchemaCondition(dict):
347
348
  return super().get(key, default)
348
349
 
349
350
  def __init__(__self__, *,
350
- last_transition_time: Optional[str] = None,
351
- message: Optional[str] = None,
352
- reason: Optional[str] = None,
353
- status: Optional[str] = None,
354
- type: Optional[str] = None):
351
+ last_transition_time: Optional[builtins.str] = None,
352
+ message: Optional[builtins.str] = None,
353
+ reason: Optional[builtins.str] = None,
354
+ status: Optional[builtins.str] = None,
355
+ type: Optional[builtins.str] = None):
355
356
  """
356
357
  FlowSchemaCondition describes conditions for a FlowSchema.
357
- :param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
358
- :param str message: `message` is a human-readable message indicating details about last transition.
359
- :param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
360
- :param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
361
- :param str type: `type` is the type of the condition. Required.
358
+ :param builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
359
+ :param builtins.str message: `message` is a human-readable message indicating details about last transition.
360
+ :param builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
361
+ :param builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
362
+ :param builtins.str type: `type` is the type of the condition. Required.
362
363
  """
363
364
  if last_transition_time is not None:
364
365
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -373,7 +374,7 @@ class FlowSchemaCondition(dict):
373
374
 
374
375
  @property
375
376
  @pulumi.getter(name="lastTransitionTime")
376
- def last_transition_time(self) -> Optional[str]:
377
+ def last_transition_time(self) -> Optional[builtins.str]:
377
378
  """
378
379
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
379
380
  """
@@ -381,7 +382,7 @@ class FlowSchemaCondition(dict):
381
382
 
382
383
  @property
383
384
  @pulumi.getter
384
- def message(self) -> Optional[str]:
385
+ def message(self) -> Optional[builtins.str]:
385
386
  """
386
387
  `message` is a human-readable message indicating details about last transition.
387
388
  """
@@ -389,7 +390,7 @@ class FlowSchemaCondition(dict):
389
390
 
390
391
  @property
391
392
  @pulumi.getter
392
- def reason(self) -> Optional[str]:
393
+ def reason(self) -> Optional[builtins.str]:
393
394
  """
394
395
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
395
396
  """
@@ -397,7 +398,7 @@ class FlowSchemaCondition(dict):
397
398
 
398
399
  @property
399
400
  @pulumi.getter
400
- def status(self) -> Optional[str]:
401
+ def status(self) -> Optional[builtins.str]:
401
402
  """
402
403
  `status` is the status of the condition. Can be True, False, Unknown. Required.
403
404
  """
@@ -405,7 +406,7 @@ class FlowSchemaCondition(dict):
405
406
 
406
407
  @property
407
408
  @pulumi.getter
408
- def type(self) -> Optional[str]:
409
+ def type(self) -> Optional[builtins.str]:
409
410
  """
410
411
  `type` is the type of the condition. Required.
411
412
  """
@@ -435,18 +436,18 @@ class FlowSchemaConditionPatch(dict):
435
436
  return super().get(key, default)
436
437
 
437
438
  def __init__(__self__, *,
438
- last_transition_time: Optional[str] = None,
439
- message: Optional[str] = None,
440
- reason: Optional[str] = None,
441
- status: Optional[str] = None,
442
- type: Optional[str] = None):
439
+ last_transition_time: Optional[builtins.str] = None,
440
+ message: Optional[builtins.str] = None,
441
+ reason: Optional[builtins.str] = None,
442
+ status: Optional[builtins.str] = None,
443
+ type: Optional[builtins.str] = None):
443
444
  """
444
445
  FlowSchemaCondition describes conditions for a FlowSchema.
445
- :param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
446
- :param str message: `message` is a human-readable message indicating details about last transition.
447
- :param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
448
- :param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
449
- :param str type: `type` is the type of the condition. Required.
446
+ :param builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
447
+ :param builtins.str message: `message` is a human-readable message indicating details about last transition.
448
+ :param builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
449
+ :param builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
450
+ :param builtins.str type: `type` is the type of the condition. Required.
450
451
  """
451
452
  if last_transition_time is not None:
452
453
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -461,7 +462,7 @@ class FlowSchemaConditionPatch(dict):
461
462
 
462
463
  @property
463
464
  @pulumi.getter(name="lastTransitionTime")
464
- def last_transition_time(self) -> Optional[str]:
465
+ def last_transition_time(self) -> Optional[builtins.str]:
465
466
  """
466
467
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
467
468
  """
@@ -469,7 +470,7 @@ class FlowSchemaConditionPatch(dict):
469
470
 
470
471
  @property
471
472
  @pulumi.getter
472
- def message(self) -> Optional[str]:
473
+ def message(self) -> Optional[builtins.str]:
473
474
  """
474
475
  `message` is a human-readable message indicating details about last transition.
475
476
  """
@@ -477,7 +478,7 @@ class FlowSchemaConditionPatch(dict):
477
478
 
478
479
  @property
479
480
  @pulumi.getter
480
- def reason(self) -> Optional[str]:
481
+ def reason(self) -> Optional[builtins.str]:
481
482
  """
482
483
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
483
484
  """
@@ -485,7 +486,7 @@ class FlowSchemaConditionPatch(dict):
485
486
 
486
487
  @property
487
488
  @pulumi.getter
488
- def status(self) -> Optional[str]:
489
+ def status(self) -> Optional[builtins.str]:
489
490
  """
490
491
  `status` is the status of the condition. Can be True, False, Unknown. Required.
491
492
  """
@@ -493,7 +494,7 @@ class FlowSchemaConditionPatch(dict):
493
494
 
494
495
  @property
495
496
  @pulumi.getter
496
- def type(self) -> Optional[str]:
497
+ def type(self) -> Optional[builtins.str]:
497
498
  """
498
499
  `type` is the type of the condition. Required.
499
500
  """
@@ -529,13 +530,13 @@ class FlowSchemaSpec(dict):
529
530
  def __init__(__self__, *,
530
531
  priority_level_configuration: 'outputs.PriorityLevelConfigurationReference',
531
532
  distinguisher_method: Optional['outputs.FlowDistinguisherMethod'] = None,
532
- matching_precedence: Optional[int] = None,
533
+ matching_precedence: Optional[builtins.int] = None,
533
534
  rules: Optional[Sequence['outputs.PolicyRulesWithSubjects']] = None):
534
535
  """
535
536
  FlowSchemaSpec describes how the FlowSchema's specification looks like.
536
537
  :param 'PriorityLevelConfigurationReferenceArgs' priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
537
538
  :param 'FlowDistinguisherMethodArgs' distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
538
- :param int matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
539
+ :param builtins.int matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
539
540
  :param Sequence['PolicyRulesWithSubjectsArgs'] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
540
541
  """
541
542
  pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
@@ -564,7 +565,7 @@ class FlowSchemaSpec(dict):
564
565
 
565
566
  @property
566
567
  @pulumi.getter(name="matchingPrecedence")
567
- def matching_precedence(self) -> Optional[int]:
568
+ def matching_precedence(self) -> Optional[builtins.int]:
568
569
  """
569
570
  `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
570
571
  """
@@ -607,13 +608,13 @@ class FlowSchemaSpecPatch(dict):
607
608
 
608
609
  def __init__(__self__, *,
609
610
  distinguisher_method: Optional['outputs.FlowDistinguisherMethodPatch'] = None,
610
- matching_precedence: Optional[int] = None,
611
+ matching_precedence: Optional[builtins.int] = None,
611
612
  priority_level_configuration: Optional['outputs.PriorityLevelConfigurationReferencePatch'] = None,
612
613
  rules: Optional[Sequence['outputs.PolicyRulesWithSubjectsPatch']] = None):
613
614
  """
614
615
  FlowSchemaSpec describes how the FlowSchema's specification looks like.
615
616
  :param 'FlowDistinguisherMethodPatchArgs' distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
616
- :param int matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
617
+ :param builtins.int matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
617
618
  :param 'PriorityLevelConfigurationReferencePatchArgs' priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
618
619
  :param Sequence['PolicyRulesWithSubjectsPatchArgs'] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
619
620
  """
@@ -636,7 +637,7 @@ class FlowSchemaSpecPatch(dict):
636
637
 
637
638
  @property
638
639
  @pulumi.getter(name="matchingPrecedence")
639
- def matching_precedence(self) -> Optional[int]:
640
+ def matching_precedence(self) -> Optional[builtins.int]:
640
641
  """
641
642
  `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
642
643
  """
@@ -711,16 +712,16 @@ class GroupSubject(dict):
711
712
  GroupSubject holds detailed information for group-kind subject.
712
713
  """
713
714
  def __init__(__self__, *,
714
- name: str):
715
+ name: builtins.str):
715
716
  """
716
717
  GroupSubject holds detailed information for group-kind subject.
717
- :param str name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
718
+ :param builtins.str name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
718
719
  """
719
720
  pulumi.set(__self__, "name", name)
720
721
 
721
722
  @property
722
723
  @pulumi.getter
723
- def name(self) -> str:
724
+ def name(self) -> builtins.str:
724
725
  """
725
726
  name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
726
727
  """
@@ -733,17 +734,17 @@ class GroupSubjectPatch(dict):
733
734
  GroupSubject holds detailed information for group-kind subject.
734
735
  """
735
736
  def __init__(__self__, *,
736
- name: Optional[str] = None):
737
+ name: Optional[builtins.str] = None):
737
738
  """
738
739
  GroupSubject holds detailed information for group-kind subject.
739
- :param str name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
740
+ :param builtins.str name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
740
741
  """
741
742
  if name is not None:
742
743
  pulumi.set(__self__, "name", name)
743
744
 
744
745
  @property
745
746
  @pulumi.getter
746
- def name(self) -> Optional[str]:
747
+ def name(self) -> Optional[builtins.str]:
747
748
  """
748
749
  name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
749
750
  """
@@ -756,11 +757,11 @@ class LimitResponse(dict):
756
757
  LimitResponse defines how to handle requests that can not be executed right now.
757
758
  """
758
759
  def __init__(__self__, *,
759
- type: str,
760
+ type: builtins.str,
760
761
  queuing: Optional['outputs.QueuingConfiguration'] = None):
761
762
  """
762
763
  LimitResponse defines how to handle requests that can not be executed right now.
763
- :param str type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
764
+ :param builtins.str type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
764
765
  :param 'QueuingConfigurationArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
765
766
  """
766
767
  pulumi.set(__self__, "type", type)
@@ -769,7 +770,7 @@ class LimitResponse(dict):
769
770
 
770
771
  @property
771
772
  @pulumi.getter
772
- def type(self) -> str:
773
+ def type(self) -> builtins.str:
773
774
  """
774
775
  `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
775
776
  """
@@ -791,11 +792,11 @@ class LimitResponsePatch(dict):
791
792
  """
792
793
  def __init__(__self__, *,
793
794
  queuing: Optional['outputs.QueuingConfigurationPatch'] = None,
794
- type: Optional[str] = None):
795
+ type: Optional[builtins.str] = None):
795
796
  """
796
797
  LimitResponse defines how to handle requests that can not be executed right now.
797
798
  :param 'QueuingConfigurationPatchArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
798
- :param str type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
799
+ :param builtins.str type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
799
800
  """
800
801
  if queuing is not None:
801
802
  pulumi.set(__self__, "queuing", queuing)
@@ -812,7 +813,7 @@ class LimitResponsePatch(dict):
812
813
 
813
814
  @property
814
815
  @pulumi.getter
815
- def type(self) -> Optional[str]:
816
+ def type(self) -> Optional[builtins.str]:
816
817
  """
817
818
  `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
818
819
  """
@@ -850,24 +851,24 @@ class LimitedPriorityLevelConfiguration(dict):
850
851
  return super().get(key, default)
851
852
 
852
853
  def __init__(__self__, *,
853
- borrowing_limit_percent: Optional[int] = None,
854
- lendable_percent: Optional[int] = None,
854
+ borrowing_limit_percent: Optional[builtins.int] = None,
855
+ lendable_percent: Optional[builtins.int] = None,
855
856
  limit_response: Optional['outputs.LimitResponse'] = None,
856
- nominal_concurrency_shares: Optional[int] = None):
857
+ nominal_concurrency_shares: Optional[builtins.int] = None):
857
858
  """
858
859
  LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
859
860
  - How are requests for this priority level limited?
860
861
  - What should be done with requests that exceed the limit?
861
- :param int borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
862
+ :param builtins.int borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
862
863
 
863
864
  BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
864
865
 
865
866
  The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
866
- :param int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
867
+ :param builtins.int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
867
868
 
868
869
  LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
869
870
  :param 'LimitResponseArgs' limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
870
- :param int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
871
+ :param builtins.int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
871
872
 
872
873
  NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
873
874
 
@@ -888,7 +889,7 @@ class LimitedPriorityLevelConfiguration(dict):
888
889
 
889
890
  @property
890
891
  @pulumi.getter(name="borrowingLimitPercent")
891
- def borrowing_limit_percent(self) -> Optional[int]:
892
+ def borrowing_limit_percent(self) -> Optional[builtins.int]:
892
893
  """
893
894
  `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
894
895
 
@@ -900,7 +901,7 @@ class LimitedPriorityLevelConfiguration(dict):
900
901
 
901
902
  @property
902
903
  @pulumi.getter(name="lendablePercent")
903
- def lendable_percent(self) -> Optional[int]:
904
+ def lendable_percent(self) -> Optional[builtins.int]:
904
905
  """
905
906
  `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
906
907
 
@@ -918,7 +919,7 @@ class LimitedPriorityLevelConfiguration(dict):
918
919
 
919
920
  @property
920
921
  @pulumi.getter(name="nominalConcurrencyShares")
921
- def nominal_concurrency_shares(self) -> Optional[int]:
922
+ def nominal_concurrency_shares(self) -> Optional[builtins.int]:
922
923
  """
923
924
  `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
924
925
 
@@ -964,24 +965,24 @@ class LimitedPriorityLevelConfigurationPatch(dict):
964
965
  return super().get(key, default)
965
966
 
966
967
  def __init__(__self__, *,
967
- borrowing_limit_percent: Optional[int] = None,
968
- lendable_percent: Optional[int] = None,
968
+ borrowing_limit_percent: Optional[builtins.int] = None,
969
+ lendable_percent: Optional[builtins.int] = None,
969
970
  limit_response: Optional['outputs.LimitResponsePatch'] = None,
970
- nominal_concurrency_shares: Optional[int] = None):
971
+ nominal_concurrency_shares: Optional[builtins.int] = None):
971
972
  """
972
973
  LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
973
974
  - How are requests for this priority level limited?
974
975
  - What should be done with requests that exceed the limit?
975
- :param int borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
976
+ :param builtins.int borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
976
977
 
977
978
  BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
978
979
 
979
980
  The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
980
- :param int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
981
+ :param builtins.int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
981
982
 
982
983
  LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
983
984
  :param 'LimitResponsePatchArgs' limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
984
- :param int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
985
+ :param builtins.int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
985
986
 
986
987
  NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
987
988
 
@@ -1002,7 +1003,7 @@ class LimitedPriorityLevelConfigurationPatch(dict):
1002
1003
 
1003
1004
  @property
1004
1005
  @pulumi.getter(name="borrowingLimitPercent")
1005
- def borrowing_limit_percent(self) -> Optional[int]:
1006
+ def borrowing_limit_percent(self) -> Optional[builtins.int]:
1006
1007
  """
1007
1008
  `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
1008
1009
 
@@ -1014,7 +1015,7 @@ class LimitedPriorityLevelConfigurationPatch(dict):
1014
1015
 
1015
1016
  @property
1016
1017
  @pulumi.getter(name="lendablePercent")
1017
- def lendable_percent(self) -> Optional[int]:
1018
+ def lendable_percent(self) -> Optional[builtins.int]:
1018
1019
  """
1019
1020
  `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
1020
1021
 
@@ -1032,7 +1033,7 @@ class LimitedPriorityLevelConfigurationPatch(dict):
1032
1033
 
1033
1034
  @property
1034
1035
  @pulumi.getter(name="nominalConcurrencyShares")
1035
- def nominal_concurrency_shares(self) -> Optional[int]:
1036
+ def nominal_concurrency_shares(self) -> Optional[builtins.int]:
1036
1037
  """
1037
1038
  `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
1038
1039
 
@@ -1070,25 +1071,25 @@ class NonResourcePolicyRule(dict):
1070
1071
  return super().get(key, default)
1071
1072
 
1072
1073
  def __init__(__self__, *,
1073
- non_resource_urls: Sequence[str],
1074
- verbs: Sequence[str]):
1074
+ non_resource_urls: Sequence[builtins.str],
1075
+ verbs: Sequence[builtins.str]):
1075
1076
  """
1076
1077
  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.
1077
- :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:
1078
+ :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:
1078
1079
  - "/healthz" is legal
1079
1080
  - "/hea*" is illegal
1080
1081
  - "/hea" is legal but matches nothing
1081
1082
  - "/hea/*" also matches nothing
1082
1083
  - "/healthz/*" matches all per-component health checks.
1083
1084
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
1084
- :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.
1085
+ :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.
1085
1086
  """
1086
1087
  pulumi.set(__self__, "non_resource_urls", non_resource_urls)
1087
1088
  pulumi.set(__self__, "verbs", verbs)
1088
1089
 
1089
1090
  @property
1090
1091
  @pulumi.getter(name="nonResourceURLs")
1091
- def non_resource_urls(self) -> Sequence[str]:
1092
+ def non_resource_urls(self) -> Sequence[builtins.str]:
1092
1093
  """
1093
1094
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1094
1095
  - "/healthz" is legal
@@ -1102,7 +1103,7 @@ class NonResourcePolicyRule(dict):
1102
1103
 
1103
1104
  @property
1104
1105
  @pulumi.getter
1105
- def verbs(self) -> Sequence[str]:
1106
+ def verbs(self) -> Sequence[builtins.str]:
1106
1107
  """
1107
1108
  `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.
1108
1109
  """
@@ -1132,18 +1133,18 @@ class NonResourcePolicyRulePatch(dict):
1132
1133
  return super().get(key, default)
1133
1134
 
1134
1135
  def __init__(__self__, *,
1135
- non_resource_urls: Optional[Sequence[str]] = None,
1136
- verbs: Optional[Sequence[str]] = None):
1136
+ non_resource_urls: Optional[Sequence[builtins.str]] = None,
1137
+ verbs: Optional[Sequence[builtins.str]] = None):
1137
1138
  """
1138
1139
  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.
1139
- :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:
1140
+ :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:
1140
1141
  - "/healthz" is legal
1141
1142
  - "/hea*" is illegal
1142
1143
  - "/hea" is legal but matches nothing
1143
1144
  - "/hea/*" also matches nothing
1144
1145
  - "/healthz/*" matches all per-component health checks.
1145
1146
  "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
1146
- :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.
1147
+ :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.
1147
1148
  """
1148
1149
  if non_resource_urls is not None:
1149
1150
  pulumi.set(__self__, "non_resource_urls", non_resource_urls)
@@ -1152,7 +1153,7 @@ class NonResourcePolicyRulePatch(dict):
1152
1153
 
1153
1154
  @property
1154
1155
  @pulumi.getter(name="nonResourceURLs")
1155
- def non_resource_urls(self) -> Optional[Sequence[str]]:
1156
+ def non_resource_urls(self) -> Optional[Sequence[builtins.str]]:
1156
1157
  """
1157
1158
  `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1158
1159
  - "/healthz" is legal
@@ -1166,7 +1167,7 @@ class NonResourcePolicyRulePatch(dict):
1166
1167
 
1167
1168
  @property
1168
1169
  @pulumi.getter
1169
- def verbs(self) -> Optional[Sequence[str]]:
1170
+ def verbs(self) -> Optional[Sequence[builtins.str]]:
1170
1171
  """
1171
1172
  `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.
1172
1173
  """
@@ -1327,15 +1328,15 @@ class PriorityLevelConfiguration(dict):
1327
1328
  return super().get(key, default)
1328
1329
 
1329
1330
  def __init__(__self__, *,
1330
- api_version: Optional[str] = None,
1331
- kind: Optional[str] = None,
1331
+ api_version: Optional[builtins.str] = None,
1332
+ kind: Optional[builtins.str] = None,
1332
1333
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1333
1334
  spec: Optional['outputs.PriorityLevelConfigurationSpec'] = None,
1334
1335
  status: Optional['outputs.PriorityLevelConfigurationStatus'] = None):
1335
1336
  """
1336
1337
  PriorityLevelConfiguration represents the configuration of a priority level.
1337
- :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
1338
- :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
1338
+ :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
1339
+ :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
1339
1340
  :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
1340
1341
  :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
1341
1342
  :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
@@ -1353,7 +1354,7 @@ class PriorityLevelConfiguration(dict):
1353
1354
 
1354
1355
  @property
1355
1356
  @pulumi.getter(name="apiVersion")
1356
- def api_version(self) -> Optional[str]:
1357
+ def api_version(self) -> Optional[builtins.str]:
1357
1358
  """
1358
1359
  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
1359
1360
  """
@@ -1361,7 +1362,7 @@ class PriorityLevelConfiguration(dict):
1361
1362
 
1362
1363
  @property
1363
1364
  @pulumi.getter
1364
- def kind(self) -> Optional[str]:
1365
+ def kind(self) -> Optional[builtins.str]:
1365
1366
  """
1366
1367
  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
1367
1368
  """
@@ -1415,18 +1416,18 @@ class PriorityLevelConfigurationCondition(dict):
1415
1416
  return super().get(key, default)
1416
1417
 
1417
1418
  def __init__(__self__, *,
1418
- last_transition_time: Optional[str] = None,
1419
- message: Optional[str] = None,
1420
- reason: Optional[str] = None,
1421
- status: Optional[str] = None,
1422
- type: Optional[str] = None):
1419
+ last_transition_time: Optional[builtins.str] = None,
1420
+ message: Optional[builtins.str] = None,
1421
+ reason: Optional[builtins.str] = None,
1422
+ status: Optional[builtins.str] = None,
1423
+ type: Optional[builtins.str] = None):
1423
1424
  """
1424
1425
  PriorityLevelConfigurationCondition defines the condition of priority level.
1425
- :param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1426
- :param str message: `message` is a human-readable message indicating details about last transition.
1427
- :param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1428
- :param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1429
- :param str type: `type` is the type of the condition. Required.
1426
+ :param builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1427
+ :param builtins.str message: `message` is a human-readable message indicating details about last transition.
1428
+ :param builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1429
+ :param builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1430
+ :param builtins.str type: `type` is the type of the condition. Required.
1430
1431
  """
1431
1432
  if last_transition_time is not None:
1432
1433
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -1441,7 +1442,7 @@ class PriorityLevelConfigurationCondition(dict):
1441
1442
 
1442
1443
  @property
1443
1444
  @pulumi.getter(name="lastTransitionTime")
1444
- def last_transition_time(self) -> Optional[str]:
1445
+ def last_transition_time(self) -> Optional[builtins.str]:
1445
1446
  """
1446
1447
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
1447
1448
  """
@@ -1449,7 +1450,7 @@ class PriorityLevelConfigurationCondition(dict):
1449
1450
 
1450
1451
  @property
1451
1452
  @pulumi.getter
1452
- def message(self) -> Optional[str]:
1453
+ def message(self) -> Optional[builtins.str]:
1453
1454
  """
1454
1455
  `message` is a human-readable message indicating details about last transition.
1455
1456
  """
@@ -1457,7 +1458,7 @@ class PriorityLevelConfigurationCondition(dict):
1457
1458
 
1458
1459
  @property
1459
1460
  @pulumi.getter
1460
- def reason(self) -> Optional[str]:
1461
+ def reason(self) -> Optional[builtins.str]:
1461
1462
  """
1462
1463
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1463
1464
  """
@@ -1465,7 +1466,7 @@ class PriorityLevelConfigurationCondition(dict):
1465
1466
 
1466
1467
  @property
1467
1468
  @pulumi.getter
1468
- def status(self) -> Optional[str]:
1469
+ def status(self) -> Optional[builtins.str]:
1469
1470
  """
1470
1471
  `status` is the status of the condition. Can be True, False, Unknown. Required.
1471
1472
  """
@@ -1473,7 +1474,7 @@ class PriorityLevelConfigurationCondition(dict):
1473
1474
 
1474
1475
  @property
1475
1476
  @pulumi.getter
1476
- def type(self) -> Optional[str]:
1477
+ def type(self) -> Optional[builtins.str]:
1477
1478
  """
1478
1479
  `type` is the type of the condition. Required.
1479
1480
  """
@@ -1503,18 +1504,18 @@ class PriorityLevelConfigurationConditionPatch(dict):
1503
1504
  return super().get(key, default)
1504
1505
 
1505
1506
  def __init__(__self__, *,
1506
- last_transition_time: Optional[str] = None,
1507
- message: Optional[str] = None,
1508
- reason: Optional[str] = None,
1509
- status: Optional[str] = None,
1510
- type: Optional[str] = None):
1507
+ last_transition_time: Optional[builtins.str] = None,
1508
+ message: Optional[builtins.str] = None,
1509
+ reason: Optional[builtins.str] = None,
1510
+ status: Optional[builtins.str] = None,
1511
+ type: Optional[builtins.str] = None):
1511
1512
  """
1512
1513
  PriorityLevelConfigurationCondition defines the condition of priority level.
1513
- :param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1514
- :param str message: `message` is a human-readable message indicating details about last transition.
1515
- :param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1516
- :param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1517
- :param str type: `type` is the type of the condition. Required.
1514
+ :param builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
1515
+ :param builtins.str message: `message` is a human-readable message indicating details about last transition.
1516
+ :param builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1517
+ :param builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
1518
+ :param builtins.str type: `type` is the type of the condition. Required.
1518
1519
  """
1519
1520
  if last_transition_time is not None:
1520
1521
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -1529,7 +1530,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
1529
1530
 
1530
1531
  @property
1531
1532
  @pulumi.getter(name="lastTransitionTime")
1532
- def last_transition_time(self) -> Optional[str]:
1533
+ def last_transition_time(self) -> Optional[builtins.str]:
1533
1534
  """
1534
1535
  `lastTransitionTime` is the last time the condition transitioned from one status to another.
1535
1536
  """
@@ -1537,7 +1538,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
1537
1538
 
1538
1539
  @property
1539
1540
  @pulumi.getter
1540
- def message(self) -> Optional[str]:
1541
+ def message(self) -> Optional[builtins.str]:
1541
1542
  """
1542
1543
  `message` is a human-readable message indicating details about last transition.
1543
1544
  """
@@ -1545,7 +1546,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
1545
1546
 
1546
1547
  @property
1547
1548
  @pulumi.getter
1548
- def reason(self) -> Optional[str]:
1549
+ def reason(self) -> Optional[builtins.str]:
1549
1550
  """
1550
1551
  `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1551
1552
  """
@@ -1553,7 +1554,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
1553
1554
 
1554
1555
  @property
1555
1556
  @pulumi.getter
1556
- def status(self) -> Optional[str]:
1557
+ def status(self) -> Optional[builtins.str]:
1557
1558
  """
1558
1559
  `status` is the status of the condition. Can be True, False, Unknown. Required.
1559
1560
  """
@@ -1561,7 +1562,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
1561
1562
 
1562
1563
  @property
1563
1564
  @pulumi.getter
1564
- def type(self) -> Optional[str]:
1565
+ def type(self) -> Optional[builtins.str]:
1565
1566
  """
1566
1567
  `type` is the type of the condition. Required.
1567
1568
  """
@@ -1574,16 +1575,16 @@ class PriorityLevelConfigurationReference(dict):
1574
1575
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1575
1576
  """
1576
1577
  def __init__(__self__, *,
1577
- name: str):
1578
+ name: builtins.str):
1578
1579
  """
1579
1580
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1580
- :param str name: `name` is the name of the priority level configuration being referenced Required.
1581
+ :param builtins.str name: `name` is the name of the priority level configuration being referenced Required.
1581
1582
  """
1582
1583
  pulumi.set(__self__, "name", name)
1583
1584
 
1584
1585
  @property
1585
1586
  @pulumi.getter
1586
- def name(self) -> str:
1587
+ def name(self) -> builtins.str:
1587
1588
  """
1588
1589
  `name` is the name of the priority level configuration being referenced Required.
1589
1590
  """
@@ -1596,17 +1597,17 @@ class PriorityLevelConfigurationReferencePatch(dict):
1596
1597
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1597
1598
  """
1598
1599
  def __init__(__self__, *,
1599
- name: Optional[str] = None):
1600
+ name: Optional[builtins.str] = None):
1600
1601
  """
1601
1602
  PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1602
- :param str name: `name` is the name of the priority level configuration being referenced Required.
1603
+ :param builtins.str name: `name` is the name of the priority level configuration being referenced Required.
1603
1604
  """
1604
1605
  if name is not None:
1605
1606
  pulumi.set(__self__, "name", name)
1606
1607
 
1607
1608
  @property
1608
1609
  @pulumi.getter
1609
- def name(self) -> Optional[str]:
1610
+ def name(self) -> Optional[builtins.str]:
1610
1611
  """
1611
1612
  `name` is the name of the priority level configuration being referenced Required.
1612
1613
  """
@@ -1619,12 +1620,12 @@ class PriorityLevelConfigurationSpec(dict):
1619
1620
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1620
1621
  """
1621
1622
  def __init__(__self__, *,
1622
- type: str,
1623
+ type: builtins.str,
1623
1624
  exempt: Optional['outputs.ExemptPriorityLevelConfiguration'] = None,
1624
1625
  limited: Optional['outputs.LimitedPriorityLevelConfiguration'] = None):
1625
1626
  """
1626
1627
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1627
- :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.
1628
+ :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.
1628
1629
  :param 'ExemptPriorityLevelConfigurationArgs' exempt: `exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `"Limited"`. This field MAY be non-empty if `type` is `"Exempt"`. If empty and `type` is `"Exempt"` then the default values for `ExemptPriorityLevelConfiguration` apply.
1629
1630
  :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"`.
1630
1631
  """
@@ -1636,7 +1637,7 @@ class PriorityLevelConfigurationSpec(dict):
1636
1637
 
1637
1638
  @property
1638
1639
  @pulumi.getter
1639
- def type(self) -> str:
1640
+ def type(self) -> builtins.str:
1640
1641
  """
1641
1642
  `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.
1642
1643
  """
@@ -1667,12 +1668,12 @@ class PriorityLevelConfigurationSpecPatch(dict):
1667
1668
  def __init__(__self__, *,
1668
1669
  exempt: Optional['outputs.ExemptPriorityLevelConfigurationPatch'] = None,
1669
1670
  limited: Optional['outputs.LimitedPriorityLevelConfigurationPatch'] = None,
1670
- type: Optional[str] = None):
1671
+ type: Optional[builtins.str] = None):
1671
1672
  """
1672
1673
  PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1673
1674
  :param 'ExemptPriorityLevelConfigurationPatchArgs' exempt: `exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `"Limited"`. This field MAY be non-empty if `type` is `"Exempt"`. If empty and `type` is `"Exempt"` then the default values for `ExemptPriorityLevelConfiguration` apply.
1674
1675
  :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"`.
1675
- :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.
1676
+ :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.
1676
1677
  """
1677
1678
  if exempt is not None:
1678
1679
  pulumi.set(__self__, "exempt", exempt)
@@ -1699,7 +1700,7 @@ class PriorityLevelConfigurationSpecPatch(dict):
1699
1700
 
1700
1701
  @property
1701
1702
  @pulumi.getter
1702
- def type(self) -> Optional[str]:
1703
+ def type(self) -> Optional[builtins.str]:
1703
1704
  """
1704
1705
  `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.
1705
1706
  """
@@ -1777,14 +1778,14 @@ class QueuingConfiguration(dict):
1777
1778
  return super().get(key, default)
1778
1779
 
1779
1780
  def __init__(__self__, *,
1780
- hand_size: Optional[int] = None,
1781
- queue_length_limit: Optional[int] = None,
1782
- queues: Optional[int] = None):
1781
+ hand_size: Optional[builtins.int] = None,
1782
+ queue_length_limit: Optional[builtins.int] = None,
1783
+ queues: Optional[builtins.int] = None):
1783
1784
  """
1784
1785
  QueuingConfiguration holds the configuration parameters for queuing
1785
- :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.
1786
- :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.
1787
- :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.
1786
+ :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.
1787
+ :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.
1788
+ :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.
1788
1789
  """
1789
1790
  if hand_size is not None:
1790
1791
  pulumi.set(__self__, "hand_size", hand_size)
@@ -1795,7 +1796,7 @@ class QueuingConfiguration(dict):
1795
1796
 
1796
1797
  @property
1797
1798
  @pulumi.getter(name="handSize")
1798
- def hand_size(self) -> Optional[int]:
1799
+ def hand_size(self) -> Optional[builtins.int]:
1799
1800
  """
1800
1801
  `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.
1801
1802
  """
@@ -1803,7 +1804,7 @@ class QueuingConfiguration(dict):
1803
1804
 
1804
1805
  @property
1805
1806
  @pulumi.getter(name="queueLengthLimit")
1806
- def queue_length_limit(self) -> Optional[int]:
1807
+ def queue_length_limit(self) -> Optional[builtins.int]:
1807
1808
  """
1808
1809
  `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.
1809
1810
  """
@@ -1811,7 +1812,7 @@ class QueuingConfiguration(dict):
1811
1812
 
1812
1813
  @property
1813
1814
  @pulumi.getter
1814
- def queues(self) -> Optional[int]:
1815
+ def queues(self) -> Optional[builtins.int]:
1815
1816
  """
1816
1817
  `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.
1817
1818
  """
@@ -1843,14 +1844,14 @@ class QueuingConfigurationPatch(dict):
1843
1844
  return super().get(key, default)
1844
1845
 
1845
1846
  def __init__(__self__, *,
1846
- hand_size: Optional[int] = None,
1847
- queue_length_limit: Optional[int] = None,
1848
- queues: Optional[int] = None):
1847
+ hand_size: Optional[builtins.int] = None,
1848
+ queue_length_limit: Optional[builtins.int] = None,
1849
+ queues: Optional[builtins.int] = None):
1849
1850
  """
1850
1851
  QueuingConfiguration holds the configuration parameters for queuing
1851
- :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.
1852
- :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.
1853
- :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.
1852
+ :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.
1853
+ :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.
1854
+ :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.
1854
1855
  """
1855
1856
  if hand_size is not None:
1856
1857
  pulumi.set(__self__, "hand_size", hand_size)
@@ -1861,7 +1862,7 @@ class QueuingConfigurationPatch(dict):
1861
1862
 
1862
1863
  @property
1863
1864
  @pulumi.getter(name="handSize")
1864
- def hand_size(self) -> Optional[int]:
1865
+ def hand_size(self) -> Optional[builtins.int]:
1865
1866
  """
1866
1867
  `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.
1867
1868
  """
@@ -1869,7 +1870,7 @@ class QueuingConfigurationPatch(dict):
1869
1870
 
1870
1871
  @property
1871
1872
  @pulumi.getter(name="queueLengthLimit")
1872
- def queue_length_limit(self) -> Optional[int]:
1873
+ def queue_length_limit(self) -> Optional[builtins.int]:
1873
1874
  """
1874
1875
  `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.
1875
1876
  """
@@ -1877,7 +1878,7 @@ class QueuingConfigurationPatch(dict):
1877
1878
 
1878
1879
  @property
1879
1880
  @pulumi.getter
1880
- def queues(self) -> Optional[int]:
1881
+ def queues(self) -> Optional[builtins.int]:
1881
1882
  """
1882
1883
  `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.
1883
1884
  """
@@ -1909,18 +1910,18 @@ class ResourcePolicyRule(dict):
1909
1910
  return super().get(key, default)
1910
1911
 
1911
1912
  def __init__(__self__, *,
1912
- api_groups: Sequence[str],
1913
- resources: Sequence[str],
1914
- verbs: Sequence[str],
1915
- cluster_scope: Optional[bool] = None,
1916
- namespaces: Optional[Sequence[str]] = None):
1913
+ api_groups: Sequence[builtins.str],
1914
+ resources: Sequence[builtins.str],
1915
+ verbs: Sequence[builtins.str],
1916
+ cluster_scope: Optional[builtins.bool] = None,
1917
+ namespaces: Optional[Sequence[builtins.str]] = None):
1917
1918
  """
1918
1919
  ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
1919
- :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.
1920
- :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.
1921
- :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.
1922
- :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.
1923
- :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.
1920
+ :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.
1921
+ :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.
1922
+ :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.
1923
+ :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.
1924
+ :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.
1924
1925
  """
1925
1926
  pulumi.set(__self__, "api_groups", api_groups)
1926
1927
  pulumi.set(__self__, "resources", resources)
@@ -1932,7 +1933,7 @@ class ResourcePolicyRule(dict):
1932
1933
 
1933
1934
  @property
1934
1935
  @pulumi.getter(name="apiGroups")
1935
- def api_groups(self) -> Sequence[str]:
1936
+ def api_groups(self) -> Sequence[builtins.str]:
1936
1937
  """
1937
1938
  `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.
1938
1939
  """
@@ -1940,7 +1941,7 @@ class ResourcePolicyRule(dict):
1940
1941
 
1941
1942
  @property
1942
1943
  @pulumi.getter
1943
- def resources(self) -> Sequence[str]:
1944
+ def resources(self) -> Sequence[builtins.str]:
1944
1945
  """
1945
1946
  `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.
1946
1947
  """
@@ -1948,7 +1949,7 @@ class ResourcePolicyRule(dict):
1948
1949
 
1949
1950
  @property
1950
1951
  @pulumi.getter
1951
- def verbs(self) -> Sequence[str]:
1952
+ def verbs(self) -> Sequence[builtins.str]:
1952
1953
  """
1953
1954
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
1954
1955
  """
@@ -1956,7 +1957,7 @@ class ResourcePolicyRule(dict):
1956
1957
 
1957
1958
  @property
1958
1959
  @pulumi.getter(name="clusterScope")
1959
- def cluster_scope(self) -> Optional[bool]:
1960
+ def cluster_scope(self) -> Optional[builtins.bool]:
1960
1961
  """
1961
1962
  `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.
1962
1963
  """
@@ -1964,7 +1965,7 @@ class ResourcePolicyRule(dict):
1964
1965
 
1965
1966
  @property
1966
1967
  @pulumi.getter
1967
- def namespaces(self) -> Optional[Sequence[str]]:
1968
+ def namespaces(self) -> Optional[Sequence[builtins.str]]:
1968
1969
  """
1969
1970
  `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.
1970
1971
  """
@@ -1996,18 +1997,18 @@ class ResourcePolicyRulePatch(dict):
1996
1997
  return super().get(key, default)
1997
1998
 
1998
1999
  def __init__(__self__, *,
1999
- api_groups: Optional[Sequence[str]] = None,
2000
- cluster_scope: Optional[bool] = None,
2001
- namespaces: Optional[Sequence[str]] = None,
2002
- resources: Optional[Sequence[str]] = None,
2003
- verbs: Optional[Sequence[str]] = None):
2000
+ api_groups: Optional[Sequence[builtins.str]] = None,
2001
+ cluster_scope: Optional[builtins.bool] = None,
2002
+ namespaces: Optional[Sequence[builtins.str]] = None,
2003
+ resources: Optional[Sequence[builtins.str]] = None,
2004
+ verbs: Optional[Sequence[builtins.str]] = None):
2004
2005
  """
2005
2006
  ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
2006
- :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.
2007
- :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.
2008
- :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.
2009
- :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.
2010
- :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.
2007
+ :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.
2008
+ :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.
2009
+ :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.
2010
+ :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.
2011
+ :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.
2011
2012
  """
2012
2013
  if api_groups is not None:
2013
2014
  pulumi.set(__self__, "api_groups", api_groups)
@@ -2022,7 +2023,7 @@ class ResourcePolicyRulePatch(dict):
2022
2023
 
2023
2024
  @property
2024
2025
  @pulumi.getter(name="apiGroups")
2025
- def api_groups(self) -> Optional[Sequence[str]]:
2026
+ def api_groups(self) -> Optional[Sequence[builtins.str]]:
2026
2027
  """
2027
2028
  `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.
2028
2029
  """
@@ -2030,7 +2031,7 @@ class ResourcePolicyRulePatch(dict):
2030
2031
 
2031
2032
  @property
2032
2033
  @pulumi.getter(name="clusterScope")
2033
- def cluster_scope(self) -> Optional[bool]:
2034
+ def cluster_scope(self) -> Optional[builtins.bool]:
2034
2035
  """
2035
2036
  `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.
2036
2037
  """
@@ -2038,7 +2039,7 @@ class ResourcePolicyRulePatch(dict):
2038
2039
 
2039
2040
  @property
2040
2041
  @pulumi.getter
2041
- def namespaces(self) -> Optional[Sequence[str]]:
2042
+ def namespaces(self) -> Optional[Sequence[builtins.str]]:
2042
2043
  """
2043
2044
  `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.
2044
2045
  """
@@ -2046,7 +2047,7 @@ class ResourcePolicyRulePatch(dict):
2046
2047
 
2047
2048
  @property
2048
2049
  @pulumi.getter
2049
- def resources(self) -> Optional[Sequence[str]]:
2050
+ def resources(self) -> Optional[Sequence[builtins.str]]:
2050
2051
  """
2051
2052
  `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.
2052
2053
  """
@@ -2054,7 +2055,7 @@ class ResourcePolicyRulePatch(dict):
2054
2055
 
2055
2056
  @property
2056
2057
  @pulumi.getter
2057
- def verbs(self) -> Optional[Sequence[str]]:
2058
+ def verbs(self) -> Optional[Sequence[builtins.str]]:
2058
2059
  """
2059
2060
  `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
2060
2061
  """
@@ -2067,19 +2068,19 @@ class ServiceAccountSubject(dict):
2067
2068
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2068
2069
  """
2069
2070
  def __init__(__self__, *,
2070
- name: str,
2071
- namespace: str):
2071
+ name: builtins.str,
2072
+ namespace: builtins.str):
2072
2073
  """
2073
2074
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2074
- :param str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2075
- :param str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2075
+ :param builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2076
+ :param builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2076
2077
  """
2077
2078
  pulumi.set(__self__, "name", name)
2078
2079
  pulumi.set(__self__, "namespace", namespace)
2079
2080
 
2080
2081
  @property
2081
2082
  @pulumi.getter
2082
- def name(self) -> str:
2083
+ def name(self) -> builtins.str:
2083
2084
  """
2084
2085
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2085
2086
  """
@@ -2087,7 +2088,7 @@ class ServiceAccountSubject(dict):
2087
2088
 
2088
2089
  @property
2089
2090
  @pulumi.getter
2090
- def namespace(self) -> str:
2091
+ def namespace(self) -> builtins.str:
2091
2092
  """
2092
2093
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2093
2094
  """
@@ -2100,12 +2101,12 @@ class ServiceAccountSubjectPatch(dict):
2100
2101
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2101
2102
  """
2102
2103
  def __init__(__self__, *,
2103
- name: Optional[str] = None,
2104
- namespace: Optional[str] = None):
2104
+ name: Optional[builtins.str] = None,
2105
+ namespace: Optional[builtins.str] = None):
2105
2106
  """
2106
2107
  ServiceAccountSubject holds detailed information for service-account-kind subject.
2107
- :param str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2108
- :param str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2108
+ :param builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2109
+ :param builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
2109
2110
  """
2110
2111
  if name is not None:
2111
2112
  pulumi.set(__self__, "name", name)
@@ -2114,7 +2115,7 @@ class ServiceAccountSubjectPatch(dict):
2114
2115
 
2115
2116
  @property
2116
2117
  @pulumi.getter
2117
- def name(self) -> Optional[str]:
2118
+ def name(self) -> Optional[builtins.str]:
2118
2119
  """
2119
2120
  `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2120
2121
  """
@@ -2122,7 +2123,7 @@ class ServiceAccountSubjectPatch(dict):
2122
2123
 
2123
2124
  @property
2124
2125
  @pulumi.getter
2125
- def namespace(self) -> Optional[str]:
2126
+ def namespace(self) -> Optional[builtins.str]:
2126
2127
  """
2127
2128
  `namespace` is the namespace of matching ServiceAccount objects. Required.
2128
2129
  """
@@ -2152,13 +2153,13 @@ class Subject(dict):
2152
2153
  return super().get(key, default)
2153
2154
 
2154
2155
  def __init__(__self__, *,
2155
- kind: str,
2156
+ kind: builtins.str,
2156
2157
  group: Optional['outputs.GroupSubject'] = None,
2157
2158
  service_account: Optional['outputs.ServiceAccountSubject'] = None,
2158
2159
  user: Optional['outputs.UserSubject'] = None):
2159
2160
  """
2160
2161
  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.
2161
- :param str kind: `kind` indicates which one of the other fields is non-empty. Required
2162
+ :param builtins.str kind: `kind` indicates which one of the other fields is non-empty. Required
2162
2163
  :param 'GroupSubjectArgs' group: `group` matches based on user group name.
2163
2164
  :param 'ServiceAccountSubjectArgs' service_account: `serviceAccount` matches ServiceAccounts.
2164
2165
  :param 'UserSubjectArgs' user: `user` matches based on username.
@@ -2173,7 +2174,7 @@ class Subject(dict):
2173
2174
 
2174
2175
  @property
2175
2176
  @pulumi.getter
2176
- def kind(self) -> str:
2177
+ def kind(self) -> builtins.str:
2177
2178
  """
2178
2179
  `kind` indicates which one of the other fields is non-empty. Required
2179
2180
  """
@@ -2228,13 +2229,13 @@ class SubjectPatch(dict):
2228
2229
 
2229
2230
  def __init__(__self__, *,
2230
2231
  group: Optional['outputs.GroupSubjectPatch'] = None,
2231
- kind: Optional[str] = None,
2232
+ kind: Optional[builtins.str] = None,
2232
2233
  service_account: Optional['outputs.ServiceAccountSubjectPatch'] = None,
2233
2234
  user: Optional['outputs.UserSubjectPatch'] = None):
2234
2235
  """
2235
2236
  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.
2236
2237
  :param 'GroupSubjectPatchArgs' group: `group` matches based on user group name.
2237
- :param str kind: `kind` indicates which one of the other fields is non-empty. Required
2238
+ :param builtins.str kind: `kind` indicates which one of the other fields is non-empty. Required
2238
2239
  :param 'ServiceAccountSubjectPatchArgs' service_account: `serviceAccount` matches ServiceAccounts.
2239
2240
  :param 'UserSubjectPatchArgs' user: `user` matches based on username.
2240
2241
  """
@@ -2257,7 +2258,7 @@ class SubjectPatch(dict):
2257
2258
 
2258
2259
  @property
2259
2260
  @pulumi.getter
2260
- def kind(self) -> Optional[str]:
2261
+ def kind(self) -> Optional[builtins.str]:
2261
2262
  """
2262
2263
  `kind` indicates which one of the other fields is non-empty. Required
2263
2264
  """
@@ -2286,16 +2287,16 @@ class UserSubject(dict):
2286
2287
  UserSubject holds detailed information for user-kind subject.
2287
2288
  """
2288
2289
  def __init__(__self__, *,
2289
- name: str):
2290
+ name: builtins.str):
2290
2291
  """
2291
2292
  UserSubject holds detailed information for user-kind subject.
2292
- :param str name: `name` is the username that matches, or "*" to match all usernames. Required.
2293
+ :param builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
2293
2294
  """
2294
2295
  pulumi.set(__self__, "name", name)
2295
2296
 
2296
2297
  @property
2297
2298
  @pulumi.getter
2298
- def name(self) -> str:
2299
+ def name(self) -> builtins.str:
2299
2300
  """
2300
2301
  `name` is the username that matches, or "*" to match all usernames. Required.
2301
2302
  """
@@ -2308,17 +2309,17 @@ class UserSubjectPatch(dict):
2308
2309
  UserSubject holds detailed information for user-kind subject.
2309
2310
  """
2310
2311
  def __init__(__self__, *,
2311
- name: Optional[str] = None):
2312
+ name: Optional[builtins.str] = None):
2312
2313
  """
2313
2314
  UserSubject holds detailed information for user-kind subject.
2314
- :param str name: `name` is the username that matches, or "*" to match all usernames. Required.
2315
+ :param builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
2315
2316
  """
2316
2317
  if name is not None:
2317
2318
  pulumi.set(__self__, "name", name)
2318
2319
 
2319
2320
  @property
2320
2321
  @pulumi.getter
2321
- def name(self) -> Optional[str]:
2322
+ def name(self) -> Optional[builtins.str]:
2322
2323
  """
2323
2324
  `name` is the username that matches, or "*" to match all usernames. Required.
2324
2325
  """