pulumi-kubernetes 4.10.0a1710355461__py3-none-any.whl → 4.20.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (598) hide show
  1. pulumi_kubernetes/__init__.py +123 -3
  2. pulumi_kubernetes/_inputs.py +63 -6
  3. pulumi_kubernetes/_utilities.py +41 -5
  4. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +11 -6
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +11 -6
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +11 -6
  7. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +226 -0
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +224 -0
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +215 -0
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +236 -0
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +215 -0
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +238 -0
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +11 -6
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +11 -6
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +11 -6
  16. pulumi_kubernetes/admissionregistration/v1/__init__.py +6 -0
  17. pulumi_kubernetes/admissionregistration/v1/_inputs.py +4571 -939
  18. pulumi_kubernetes/admissionregistration/v1/outputs.py +2880 -470
  19. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +214 -0
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +222 -0
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +215 -0
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +234 -0
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +215 -0
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +226 -0
  25. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +12 -7
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +12 -15
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +29 -23
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +12 -15
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +29 -23
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +12 -7
  31. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +6 -0
  32. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2514 -141
  33. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1370 -246
  34. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +11 -6
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +11 -6
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +11 -6
  37. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +12 -7
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +12 -7
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +29 -23
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +12 -7
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +29 -23
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +12 -7
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +11 -6
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +11 -6
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +11 -6
  46. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +1522 -42
  47. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +9 -4
  48. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +11 -6
  49. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +11 -6
  50. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +11 -6
  51. pulumi_kubernetes/apiextensions/v1/_inputs.py +1175 -12
  52. pulumi_kubernetes/apiextensions/v1/outputs.py +122 -8
  53. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +10 -5
  54. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +10 -5
  55. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +10 -5
  56. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +903 -6
  57. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +5 -0
  58. pulumi_kubernetes/apiregistration/v1/APIService.py +11 -6
  59. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +11 -6
  60. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +11 -6
  61. pulumi_kubernetes/apiregistration/v1/_inputs.py +194 -0
  62. pulumi_kubernetes/apiregistration/v1/outputs.py +5 -0
  63. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +10 -5
  64. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +9 -4
  65. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +10 -5
  66. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +191 -0
  67. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +5 -0
  68. pulumi_kubernetes/apps/v1/ControllerRevision.py +8 -3
  69. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +11 -6
  70. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +8 -3
  71. pulumi_kubernetes/apps/v1/DaemonSet.py +11 -6
  72. pulumi_kubernetes/apps/v1/DaemonSetList.py +11 -6
  73. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +11 -6
  74. pulumi_kubernetes/apps/v1/Deployment.py +11 -6
  75. pulumi_kubernetes/apps/v1/DeploymentList.py +11 -6
  76. pulumi_kubernetes/apps/v1/DeploymentPatch.py +11 -6
  77. pulumi_kubernetes/apps/v1/ReplicaSet.py +11 -6
  78. pulumi_kubernetes/apps/v1/ReplicaSetList.py +11 -6
  79. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +11 -6
  80. pulumi_kubernetes/apps/v1/StatefulSet.py +11 -6
  81. pulumi_kubernetes/apps/v1/StatefulSetList.py +11 -6
  82. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +11 -6
  83. pulumi_kubernetes/apps/v1/_inputs.py +1057 -8
  84. pulumi_kubernetes/apps/v1/outputs.py +13 -8
  85. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +8 -3
  86. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +11 -6
  87. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +8 -3
  88. pulumi_kubernetes/apps/v1beta1/Deployment.py +11 -6
  89. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +11 -6
  90. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +11 -6
  91. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +10 -5
  92. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +9 -4
  93. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +10 -5
  94. pulumi_kubernetes/apps/v1beta1/_inputs.py +603 -0
  95. pulumi_kubernetes/apps/v1beta1/outputs.py +5 -0
  96. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +8 -3
  97. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +11 -6
  98. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +8 -3
  99. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +11 -6
  100. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +11 -6
  101. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +11 -6
  102. pulumi_kubernetes/apps/v1beta2/Deployment.py +11 -6
  103. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +11 -6
  104. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +11 -6
  105. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +11 -6
  106. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +11 -6
  107. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +11 -6
  108. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +10 -5
  109. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +9 -4
  110. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +10 -5
  111. pulumi_kubernetes/apps/v1beta2/_inputs.py +935 -0
  112. pulumi_kubernetes/apps/v1beta2/outputs.py +5 -0
  113. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +10 -5
  114. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +10 -5
  115. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +10 -5
  116. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +281 -0
  117. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +5 -0
  118. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +11 -6
  119. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +11 -6
  120. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +11 -6
  121. pulumi_kubernetes/autoscaling/v1/_inputs.py +157 -0
  122. pulumi_kubernetes/autoscaling/v1/outputs.py +5 -0
  123. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +11 -6
  124. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +11 -6
  125. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +11 -6
  126. pulumi_kubernetes/autoscaling/v2/_inputs.py +815 -10
  127. pulumi_kubernetes/autoscaling/v2/outputs.py +17 -12
  128. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +11 -6
  129. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +11 -6
  130. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +11 -6
  131. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +652 -0
  132. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +5 -0
  133. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +11 -6
  134. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +11 -6
  135. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +11 -6
  136. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +796 -0
  137. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +5 -0
  138. pulumi_kubernetes/batch/v1/CronJob.py +11 -6
  139. pulumi_kubernetes/batch/v1/CronJobList.py +11 -6
  140. pulumi_kubernetes/batch/v1/CronJobPatch.py +11 -6
  141. pulumi_kubernetes/batch/v1/Job.py +11 -6
  142. pulumi_kubernetes/batch/v1/JobList.py +11 -6
  143. pulumi_kubernetes/batch/v1/JobPatch.py +11 -6
  144. pulumi_kubernetes/batch/v1/_inputs.py +1070 -85
  145. pulumi_kubernetes/batch/v1/outputs.py +298 -40
  146. pulumi_kubernetes/batch/v1beta1/CronJob.py +11 -6
  147. pulumi_kubernetes/batch/v1beta1/CronJobList.py +11 -6
  148. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +11 -6
  149. pulumi_kubernetes/batch/v1beta1/_inputs.py +161 -0
  150. pulumi_kubernetes/batch/v1beta1/outputs.py +5 -0
  151. pulumi_kubernetes/batch/v2alpha1/CronJob.py +11 -6
  152. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +11 -6
  153. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +11 -6
  154. pulumi_kubernetes/batch/v2alpha1/_inputs.py +161 -0
  155. pulumi_kubernetes/batch/v2alpha1/outputs.py +5 -0
  156. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +10 -5
  157. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +10 -5
  158. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +10 -5
  159. pulumi_kubernetes/certificates/v1/_inputs.py +290 -0
  160. pulumi_kubernetes/certificates/v1/outputs.py +5 -0
  161. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +11 -6
  162. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +11 -6
  163. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +11 -6
  164. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +94 -0
  165. pulumi_kubernetes/certificates/v1alpha1/outputs.py +5 -0
  166. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +10 -5
  167. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +9 -4
  168. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +10 -5
  169. pulumi_kubernetes/certificates/v1beta1/_inputs.py +165 -0
  170. pulumi_kubernetes/certificates/v1beta1/outputs.py +5 -0
  171. pulumi_kubernetes/coordination/__init__.py +6 -0
  172. pulumi_kubernetes/coordination/v1/Lease.py +11 -6
  173. pulumi_kubernetes/coordination/v1/LeaseList.py +11 -6
  174. pulumi_kubernetes/coordination/v1/LeasePatch.py +11 -6
  175. pulumi_kubernetes/coordination/v1/_inputs.py +180 -10
  176. pulumi_kubernetes/coordination/v1/outputs.py +67 -10
  177. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +216 -0
  178. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +215 -0
  179. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +228 -0
  180. pulumi_kubernetes/coordination/v1alpha1/__init__.py +12 -0
  181. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +418 -0
  182. pulumi_kubernetes/coordination/v1alpha1/outputs.py +334 -0
  183. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +216 -0
  184. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +215 -0
  185. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +228 -0
  186. pulumi_kubernetes/coordination/v1alpha2/__init__.py +12 -0
  187. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
  188. pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
  189. pulumi_kubernetes/coordination/v1beta1/Lease.py +11 -6
  190. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +11 -6
  191. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +11 -6
  192. pulumi_kubernetes/coordination/v1beta1/_inputs.py +90 -0
  193. pulumi_kubernetes/coordination/v1beta1/outputs.py +5 -0
  194. pulumi_kubernetes/core/v1/Binding.py +13 -8
  195. pulumi_kubernetes/core/v1/BindingPatch.py +13 -8
  196. pulumi_kubernetes/core/v1/ConfigMap.py +8 -3
  197. pulumi_kubernetes/core/v1/ConfigMapList.py +11 -6
  198. pulumi_kubernetes/core/v1/ConfigMapPatch.py +8 -3
  199. pulumi_kubernetes/core/v1/Endpoints.py +11 -6
  200. pulumi_kubernetes/core/v1/EndpointsList.py +11 -6
  201. pulumi_kubernetes/core/v1/EndpointsPatch.py +11 -6
  202. pulumi_kubernetes/core/v1/Event.py +20 -15
  203. pulumi_kubernetes/core/v1/EventList.py +11 -6
  204. pulumi_kubernetes/core/v1/EventPatch.py +20 -15
  205. pulumi_kubernetes/core/v1/LimitRange.py +11 -6
  206. pulumi_kubernetes/core/v1/LimitRangeList.py +11 -6
  207. pulumi_kubernetes/core/v1/LimitRangePatch.py +11 -6
  208. pulumi_kubernetes/core/v1/Namespace.py +11 -6
  209. pulumi_kubernetes/core/v1/NamespaceList.py +11 -6
  210. pulumi_kubernetes/core/v1/NamespacePatch.py +11 -6
  211. pulumi_kubernetes/core/v1/Node.py +11 -6
  212. pulumi_kubernetes/core/v1/NodeList.py +11 -6
  213. pulumi_kubernetes/core/v1/NodePatch.py +11 -6
  214. pulumi_kubernetes/core/v1/PersistentVolume.py +11 -6
  215. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +11 -6
  216. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +11 -6
  217. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +11 -6
  218. pulumi_kubernetes/core/v1/PersistentVolumeList.py +11 -6
  219. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +11 -6
  220. pulumi_kubernetes/core/v1/Pod.py +11 -6
  221. pulumi_kubernetes/core/v1/PodList.py +11 -6
  222. pulumi_kubernetes/core/v1/PodPatch.py +11 -6
  223. pulumi_kubernetes/core/v1/PodTemplate.py +11 -6
  224. pulumi_kubernetes/core/v1/PodTemplateList.py +11 -6
  225. pulumi_kubernetes/core/v1/PodTemplatePatch.py +11 -6
  226. pulumi_kubernetes/core/v1/ReplicationController.py +11 -6
  227. pulumi_kubernetes/core/v1/ReplicationControllerList.py +11 -6
  228. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +11 -6
  229. pulumi_kubernetes/core/v1/ResourceQuota.py +11 -6
  230. pulumi_kubernetes/core/v1/ResourceQuotaList.py +11 -6
  231. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +11 -6
  232. pulumi_kubernetes/core/v1/Secret.py +8 -3
  233. pulumi_kubernetes/core/v1/SecretList.py +11 -6
  234. pulumi_kubernetes/core/v1/SecretPatch.py +8 -3
  235. pulumi_kubernetes/core/v1/Service.py +17 -28
  236. pulumi_kubernetes/core/v1/ServiceAccount.py +17 -12
  237. pulumi_kubernetes/core/v1/ServiceAccountList.py +11 -6
  238. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +17 -12
  239. pulumi_kubernetes/core/v1/ServiceList.py +11 -6
  240. pulumi_kubernetes/core/v1/ServicePatch.py +17 -28
  241. pulumi_kubernetes/core/v1/_inputs.py +11760 -756
  242. pulumi_kubernetes/core/v1/outputs.py +2131 -448
  243. pulumi_kubernetes/discovery/v1/EndpointSlice.py +14 -9
  244. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +11 -6
  245. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +14 -9
  246. pulumi_kubernetes/discovery/v1/_inputs.py +284 -0
  247. pulumi_kubernetes/discovery/v1/outputs.py +5 -0
  248. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +14 -9
  249. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +11 -6
  250. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +14 -9
  251. pulumi_kubernetes/discovery/v1beta1/_inputs.py +210 -0
  252. pulumi_kubernetes/discovery/v1beta1/outputs.py +5 -0
  253. pulumi_kubernetes/events/v1/Event.py +20 -15
  254. pulumi_kubernetes/events/v1/EventList.py +11 -6
  255. pulumi_kubernetes/events/v1/EventPatch.py +20 -15
  256. pulumi_kubernetes/events/v1/_inputs.py +118 -0
  257. pulumi_kubernetes/events/v1/outputs.py +5 -0
  258. pulumi_kubernetes/events/v1beta1/Event.py +19 -14
  259. pulumi_kubernetes/events/v1beta1/EventList.py +11 -6
  260. pulumi_kubernetes/events/v1beta1/EventPatch.py +19 -14
  261. pulumi_kubernetes/events/v1beta1/_inputs.py +123 -0
  262. pulumi_kubernetes/events/v1beta1/outputs.py +5 -0
  263. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +11 -6
  264. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +11 -6
  265. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +11 -6
  266. pulumi_kubernetes/extensions/v1beta1/Deployment.py +11 -6
  267. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +11 -6
  268. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +11 -6
  269. pulumi_kubernetes/extensions/v1beta1/Ingress.py +11 -6
  270. pulumi_kubernetes/extensions/v1beta1/IngressList.py +11 -6
  271. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +11 -6
  272. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +11 -6
  273. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +11 -6
  274. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +11 -6
  275. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +11 -6
  276. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +11 -6
  277. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +11 -6
  278. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +11 -6
  279. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +11 -6
  280. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +11 -6
  281. pulumi_kubernetes/extensions/v1beta1/_inputs.py +1884 -26
  282. pulumi_kubernetes/extensions/v1beta1/outputs.py +5 -0
  283. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +11 -6
  284. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +11 -6
  285. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +11 -6
  286. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +11 -6
  287. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +11 -6
  288. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +11 -6
  289. pulumi_kubernetes/flowcontrol/v1/_inputs.py +779 -0
  290. pulumi_kubernetes/flowcontrol/v1/outputs.py +5 -0
  291. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +11 -6
  292. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +11 -6
  293. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +11 -6
  294. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +11 -6
  295. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +11 -6
  296. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +11 -6
  297. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +671 -0
  298. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +5 -0
  299. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +11 -6
  300. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +11 -6
  301. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +11 -6
  302. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +11 -6
  303. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +11 -6
  304. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +11 -6
  305. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +671 -0
  306. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +5 -0
  307. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +11 -6
  308. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +11 -6
  309. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +11 -6
  310. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +11 -6
  311. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +11 -6
  312. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +11 -6
  313. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +771 -0
  314. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +5 -0
  315. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +11 -6
  316. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +11 -6
  317. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +11 -6
  318. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +11 -6
  319. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +11 -6
  320. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +11 -6
  321. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +779 -8
  322. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +13 -8
  323. pulumi_kubernetes/helm/__init__.py +3 -0
  324. pulumi_kubernetes/helm/v3/Release.py +8 -3
  325. pulumi_kubernetes/helm/v3/_inputs.py +42 -2
  326. pulumi_kubernetes/helm/v3/outputs.py +7 -2
  327. pulumi_kubernetes/helm/v4/Chart.py +721 -0
  328. pulumi_kubernetes/helm/v4/__init__.py +9 -0
  329. pulumi_kubernetes/helm/v4/_inputs.py +216 -0
  330. pulumi_kubernetes/kustomize/__init__.py +8 -0
  331. pulumi_kubernetes/kustomize/v2/Directory.py +219 -0
  332. pulumi_kubernetes/kustomize/v2/__init__.py +8 -0
  333. pulumi_kubernetes/meta/v1/Status.py +11 -6
  334. pulumi_kubernetes/meta/v1/StatusPatch.py +11 -6
  335. pulumi_kubernetes/meta/v1/_inputs.py +596 -0
  336. pulumi_kubernetes/meta/v1/outputs.py +5 -0
  337. pulumi_kubernetes/networking/v1/Ingress.py +11 -6
  338. pulumi_kubernetes/networking/v1/IngressClass.py +11 -6
  339. pulumi_kubernetes/networking/v1/IngressClassList.py +11 -6
  340. pulumi_kubernetes/networking/v1/IngressClassPatch.py +11 -6
  341. pulumi_kubernetes/networking/v1/IngressList.py +11 -6
  342. pulumi_kubernetes/networking/v1/IngressPatch.py +11 -6
  343. pulumi_kubernetes/networking/v1/NetworkPolicy.py +11 -6
  344. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +11 -6
  345. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +11 -6
  346. pulumi_kubernetes/networking/v1/_inputs.py +840 -0
  347. pulumi_kubernetes/networking/v1/outputs.py +5 -0
  348. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +11 -6
  349. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +11 -6
  350. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +11 -6
  351. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +13 -6
  352. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +11 -6
  353. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +13 -6
  354. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +13 -6
  355. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +11 -6
  356. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +13 -6
  357. pulumi_kubernetes/networking/v1alpha1/_inputs.py +293 -37
  358. pulumi_kubernetes/networking/v1alpha1/outputs.py +26 -24
  359. pulumi_kubernetes/networking/v1beta1/IPAddress.py +216 -0
  360. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +215 -0
  361. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +228 -0
  362. pulumi_kubernetes/networking/v1beta1/Ingress.py +11 -6
  363. pulumi_kubernetes/networking/v1beta1/IngressClass.py +11 -6
  364. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +11 -6
  365. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +11 -6
  366. pulumi_kubernetes/networking/v1beta1/IngressList.py +11 -6
  367. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +11 -6
  368. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +226 -0
  369. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +215 -0
  370. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +238 -0
  371. pulumi_kubernetes/networking/v1beta1/__init__.py +6 -0
  372. pulumi_kubernetes/networking/v1beta1/_inputs.py +984 -11
  373. pulumi_kubernetes/networking/v1beta1/outputs.py +466 -0
  374. pulumi_kubernetes/node/v1/RuntimeClass.py +14 -9
  375. pulumi_kubernetes/node/v1/RuntimeClassList.py +11 -6
  376. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +14 -9
  377. pulumi_kubernetes/node/v1/_inputs.py +101 -0
  378. pulumi_kubernetes/node/v1/outputs.py +5 -0
  379. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +11 -6
  380. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +11 -6
  381. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +11 -6
  382. pulumi_kubernetes/node/v1alpha1/_inputs.py +134 -0
  383. pulumi_kubernetes/node/v1alpha1/outputs.py +5 -0
  384. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +14 -9
  385. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +11 -6
  386. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +14 -9
  387. pulumi_kubernetes/node/v1beta1/_inputs.py +100 -0
  388. pulumi_kubernetes/node/v1beta1/outputs.py +5 -0
  389. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +11 -6
  390. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +11 -6
  391. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +11 -6
  392. pulumi_kubernetes/policy/v1/_inputs.py +151 -0
  393. pulumi_kubernetes/policy/v1/outputs.py +5 -0
  394. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +10 -5
  395. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +9 -4
  396. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +10 -5
  397. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +11 -6
  398. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +11 -6
  399. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +11 -6
  400. pulumi_kubernetes/policy/v1beta1/_inputs.py +713 -0
  401. pulumi_kubernetes/policy/v1beta1/outputs.py +5 -0
  402. pulumi_kubernetes/provider.py +82 -6
  403. pulumi_kubernetes/pulumi-plugin.json +2 -1
  404. pulumi_kubernetes/rbac/v1/ClusterRole.py +14 -9
  405. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +14 -9
  406. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +11 -6
  407. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +14 -9
  408. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +11 -6
  409. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +14 -9
  410. pulumi_kubernetes/rbac/v1/Role.py +11 -6
  411. pulumi_kubernetes/rbac/v1/RoleBinding.py +14 -9
  412. pulumi_kubernetes/rbac/v1/RoleBindingList.py +11 -6
  413. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +14 -9
  414. pulumi_kubernetes/rbac/v1/RoleList.py +11 -6
  415. pulumi_kubernetes/rbac/v1/RolePatch.py +11 -6
  416. pulumi_kubernetes/rbac/v1/_inputs.py +295 -0
  417. pulumi_kubernetes/rbac/v1/outputs.py +5 -0
  418. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +14 -9
  419. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +14 -9
  420. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +11 -6
  421. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +14 -9
  422. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +11 -6
  423. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +14 -9
  424. pulumi_kubernetes/rbac/v1alpha1/Role.py +11 -6
  425. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +14 -9
  426. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +11 -6
  427. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +14 -9
  428. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +11 -6
  429. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +11 -6
  430. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +295 -0
  431. pulumi_kubernetes/rbac/v1alpha1/outputs.py +5 -0
  432. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +14 -9
  433. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +14 -9
  434. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +11 -6
  435. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +14 -9
  436. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +11 -6
  437. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +14 -9
  438. pulumi_kubernetes/rbac/v1beta1/Role.py +11 -6
  439. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +14 -9
  440. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +11 -6
  441. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +14 -9
  442. pulumi_kubernetes/rbac/v1beta1/RoleList.py +11 -6
  443. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +11 -6
  444. pulumi_kubernetes/rbac/v1beta1/_inputs.py +295 -0
  445. pulumi_kubernetes/rbac/v1beta1/outputs.py +5 -0
  446. pulumi_kubernetes/resource/__init__.py +6 -0
  447. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +11 -6
  448. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +11 -6
  449. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +11 -6
  450. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +12 -7
  451. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +11 -6
  452. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +12 -7
  453. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +12 -7
  454. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +11 -6
  455. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +12 -7
  456. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +14 -9
  457. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +11 -6
  458. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +14 -9
  459. pulumi_kubernetes/resource/v1alpha1/_inputs.py +458 -0
  460. pulumi_kubernetes/resource/v1alpha1/outputs.py +5 -0
  461. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +13 -6
  462. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +11 -6
  463. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +13 -6
  464. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +12 -7
  465. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +11 -6
  466. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +280 -0
  467. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +215 -0
  468. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +292 -0
  469. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +12 -7
  470. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +12 -7
  471. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +11 -6
  472. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +12 -7
  473. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +43 -9
  474. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +11 -6
  475. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +272 -0
  476. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +215 -0
  477. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +284 -0
  478. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +43 -9
  479. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +283 -0
  480. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +215 -0
  481. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +294 -0
  482. pulumi_kubernetes/resource/v1alpha2/__init__.py +9 -0
  483. pulumi_kubernetes/resource/v1alpha2/_inputs.py +3177 -634
  484. pulumi_kubernetes/resource/v1alpha2/outputs.py +2628 -880
  485. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +238 -0
  486. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +216 -0
  487. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +249 -0
  488. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +231 -0
  489. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +215 -0
  490. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +242 -0
  491. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +232 -0
  492. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +216 -0
  493. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +243 -0
  494. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +229 -0
  495. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +215 -0
  496. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +240 -0
  497. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +246 -0
  498. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +245 -0
  499. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +257 -0
  500. pulumi_kubernetes/resource/v1alpha3/__init__.py +24 -0
  501. pulumi_kubernetes/resource/v1alpha3/_inputs.py +4372 -0
  502. pulumi_kubernetes/resource/v1alpha3/outputs.py +3914 -0
  503. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +237 -0
  504. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +215 -0
  505. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +248 -0
  506. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +232 -0
  507. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +216 -0
  508. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +243 -0
  509. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +229 -0
  510. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +215 -0
  511. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +240 -0
  512. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +246 -0
  513. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +216 -0
  514. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +257 -0
  515. pulumi_kubernetes/resource/v1beta1/__init__.py +21 -0
  516. pulumi_kubernetes/resource/v1beta1/_inputs.py +3867 -0
  517. pulumi_kubernetes/resource/v1beta1/outputs.py +3334 -0
  518. pulumi_kubernetes/scheduling/v1/PriorityClass.py +8 -3
  519. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +11 -6
  520. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +8 -3
  521. pulumi_kubernetes/scheduling/v1/_inputs.py +44 -0
  522. pulumi_kubernetes/scheduling/v1/outputs.py +5 -0
  523. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +8 -3
  524. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +11 -6
  525. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +8 -3
  526. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +44 -0
  527. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +5 -0
  528. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +8 -3
  529. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +11 -6
  530. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +8 -3
  531. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +44 -0
  532. pulumi_kubernetes/scheduling/v1beta1/outputs.py +5 -0
  533. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +9 -4
  534. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +11 -6
  535. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +9 -4
  536. pulumi_kubernetes/settings/v1alpha1/_inputs.py +84 -0
  537. pulumi_kubernetes/settings/v1alpha1/outputs.py +5 -0
  538. pulumi_kubernetes/storage/v1/CSIDriver.py +11 -6
  539. pulumi_kubernetes/storage/v1/CSIDriverList.py +11 -6
  540. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +11 -6
  541. pulumi_kubernetes/storage/v1/CSINode.py +11 -6
  542. pulumi_kubernetes/storage/v1/CSINodeList.py +11 -6
  543. pulumi_kubernetes/storage/v1/CSINodePatch.py +11 -6
  544. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +11 -6
  545. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +11 -6
  546. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +11 -6
  547. pulumi_kubernetes/storage/v1/StorageClass.py +11 -6
  548. pulumi_kubernetes/storage/v1/StorageClassList.py +11 -6
  549. pulumi_kubernetes/storage/v1/StorageClassPatch.py +11 -6
  550. pulumi_kubernetes/storage/v1/VolumeAttachment.py +11 -6
  551. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +11 -6
  552. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +11 -6
  553. pulumi_kubernetes/storage/v1/_inputs.py +624 -10
  554. pulumi_kubernetes/storage/v1/outputs.py +17 -12
  555. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +11 -6
  556. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +11 -6
  557. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +11 -6
  558. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +10 -3
  559. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +11 -6
  560. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +10 -3
  561. pulumi_kubernetes/storage/v1alpha1/_inputs.py +187 -0
  562. pulumi_kubernetes/storage/v1alpha1/outputs.py +5 -0
  563. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +11 -6
  564. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +11 -6
  565. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +11 -6
  566. pulumi_kubernetes/storage/v1beta1/CSINode.py +11 -6
  567. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +11 -6
  568. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +11 -6
  569. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +11 -6
  570. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +11 -6
  571. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +11 -6
  572. pulumi_kubernetes/storage/v1beta1/StorageClass.py +11 -6
  573. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +11 -6
  574. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +11 -6
  575. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +11 -6
  576. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +11 -6
  577. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +11 -6
  578. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +252 -0
  579. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +215 -0
  580. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +263 -0
  581. pulumi_kubernetes/storage/v1beta1/__init__.py +3 -0
  582. pulumi_kubernetes/storage/v1beta1/_inputs.py +689 -0
  583. pulumi_kubernetes/storage/v1beta1/outputs.py +99 -0
  584. pulumi_kubernetes/storagemigration/__init__.py +14 -0
  585. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +224 -0
  586. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +215 -0
  587. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +236 -0
  588. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +12 -0
  589. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +585 -0
  590. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +593 -0
  591. pulumi_kubernetes/yaml/v2/ConfigFile.py +81 -4
  592. pulumi_kubernetes/yaml/v2/ConfigGroup.py +123 -42
  593. pulumi_kubernetes/yaml/yaml.py +264 -0
  594. {pulumi_kubernetes-4.10.0a1710355461.dist-info → pulumi_kubernetes-4.20.0.dist-info}/METADATA +8 -7
  595. pulumi_kubernetes-4.20.0.dist-info/RECORD +679 -0
  596. {pulumi_kubernetes-4.10.0a1710355461.dist-info → pulumi_kubernetes-4.20.0.dist-info}/WHEEL +1 -1
  597. pulumi_kubernetes-4.10.0a1710355461.dist-info/RECORD +0 -592
  598. {pulumi_kubernetes-4.10.0a1710355461.dist-info → pulumi_kubernetes-4.20.0.dist-info}/top_level.txt +0 -0
@@ -4,51 +4,116 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from ... import _utilities
11
16
  from ... import meta as _meta
12
17
 
13
18
  __all__ = [
14
19
  'ExemptPriorityLevelConfigurationPatchArgs',
20
+ 'ExemptPriorityLevelConfigurationPatchArgsDict',
15
21
  'ExemptPriorityLevelConfigurationArgs',
22
+ 'ExemptPriorityLevelConfigurationArgsDict',
16
23
  'FlowDistinguisherMethodPatchArgs',
24
+ 'FlowDistinguisherMethodPatchArgsDict',
17
25
  'FlowDistinguisherMethodArgs',
26
+ 'FlowDistinguisherMethodArgsDict',
18
27
  'FlowSchemaConditionArgs',
28
+ 'FlowSchemaConditionArgsDict',
19
29
  'FlowSchemaSpecPatchArgs',
30
+ 'FlowSchemaSpecPatchArgsDict',
20
31
  'FlowSchemaSpecArgs',
32
+ 'FlowSchemaSpecArgsDict',
21
33
  'FlowSchemaStatusArgs',
34
+ 'FlowSchemaStatusArgsDict',
22
35
  'FlowSchemaArgs',
36
+ 'FlowSchemaArgsDict',
23
37
  'GroupSubjectPatchArgs',
38
+ 'GroupSubjectPatchArgsDict',
24
39
  'GroupSubjectArgs',
40
+ 'GroupSubjectArgsDict',
25
41
  'LimitResponsePatchArgs',
42
+ 'LimitResponsePatchArgsDict',
26
43
  'LimitResponseArgs',
44
+ 'LimitResponseArgsDict',
27
45
  'LimitedPriorityLevelConfigurationPatchArgs',
46
+ 'LimitedPriorityLevelConfigurationPatchArgsDict',
28
47
  'LimitedPriorityLevelConfigurationArgs',
48
+ 'LimitedPriorityLevelConfigurationArgsDict',
29
49
  'NonResourcePolicyRulePatchArgs',
50
+ 'NonResourcePolicyRulePatchArgsDict',
30
51
  'NonResourcePolicyRuleArgs',
52
+ 'NonResourcePolicyRuleArgsDict',
31
53
  'PolicyRulesWithSubjectsPatchArgs',
54
+ 'PolicyRulesWithSubjectsPatchArgsDict',
32
55
  'PolicyRulesWithSubjectsArgs',
56
+ 'PolicyRulesWithSubjectsArgsDict',
33
57
  'PriorityLevelConfigurationConditionArgs',
58
+ 'PriorityLevelConfigurationConditionArgsDict',
34
59
  'PriorityLevelConfigurationReferencePatchArgs',
60
+ 'PriorityLevelConfigurationReferencePatchArgsDict',
35
61
  'PriorityLevelConfigurationReferenceArgs',
62
+ 'PriorityLevelConfigurationReferenceArgsDict',
36
63
  'PriorityLevelConfigurationSpecPatchArgs',
64
+ 'PriorityLevelConfigurationSpecPatchArgsDict',
37
65
  'PriorityLevelConfigurationSpecArgs',
66
+ 'PriorityLevelConfigurationSpecArgsDict',
38
67
  'PriorityLevelConfigurationStatusArgs',
68
+ 'PriorityLevelConfigurationStatusArgsDict',
39
69
  'PriorityLevelConfigurationArgs',
70
+ 'PriorityLevelConfigurationArgsDict',
40
71
  'QueuingConfigurationPatchArgs',
72
+ 'QueuingConfigurationPatchArgsDict',
41
73
  'QueuingConfigurationArgs',
74
+ 'QueuingConfigurationArgsDict',
42
75
  'ResourcePolicyRulePatchArgs',
76
+ 'ResourcePolicyRulePatchArgsDict',
43
77
  'ResourcePolicyRuleArgs',
78
+ 'ResourcePolicyRuleArgsDict',
44
79
  'ServiceAccountSubjectPatchArgs',
80
+ 'ServiceAccountSubjectPatchArgsDict',
45
81
  'ServiceAccountSubjectArgs',
82
+ 'ServiceAccountSubjectArgsDict',
46
83
  'SubjectPatchArgs',
84
+ 'SubjectPatchArgsDict',
47
85
  'SubjectArgs',
86
+ 'SubjectArgsDict',
48
87
  'UserSubjectPatchArgs',
88
+ 'UserSubjectPatchArgsDict',
49
89
  'UserSubjectArgs',
90
+ 'UserSubjectArgsDict',
50
91
  ]
51
92
 
93
+ MYPY = False
94
+
95
+ if not MYPY:
96
+ class ExemptPriorityLevelConfigurationPatchArgsDict(TypedDict):
97
+ """
98
+ ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
99
+ """
100
+ lendable_percent: NotRequired[pulumi.Input[int]]
101
+ """
102
+ `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
103
+
104
+ LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
105
+ """
106
+ nominal_concurrency_shares: NotRequired[pulumi.Input[int]]
107
+ """
108
+ `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
109
+
110
+ NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
111
+
112
+ Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of zero.
113
+ """
114
+ elif False:
115
+ ExemptPriorityLevelConfigurationPatchArgsDict: TypeAlias = Mapping[str, Any]
116
+
52
117
  @pulumi.input_type
53
118
  class ExemptPriorityLevelConfigurationPatchArgs:
54
119
  def __init__(__self__, *,
@@ -101,6 +166,28 @@ class ExemptPriorityLevelConfigurationPatchArgs:
101
166
  pulumi.set(self, "nominal_concurrency_shares", value)
102
167
 
103
168
 
169
+ if not MYPY:
170
+ class ExemptPriorityLevelConfigurationArgsDict(TypedDict):
171
+ """
172
+ ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
173
+ """
174
+ lendable_percent: NotRequired[pulumi.Input[int]]
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.
177
+
178
+ LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
179
+ """
180
+ nominal_concurrency_shares: NotRequired[pulumi.Input[int]]
181
+ """
182
+ `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
183
+
184
+ NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
185
+
186
+ Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of zero.
187
+ """
188
+ elif False:
189
+ ExemptPriorityLevelConfigurationArgsDict: TypeAlias = Mapping[str, Any]
190
+
104
191
  @pulumi.input_type
105
192
  class ExemptPriorityLevelConfigurationArgs:
106
193
  def __init__(__self__, *,
@@ -153,6 +240,18 @@ class ExemptPriorityLevelConfigurationArgs:
153
240
  pulumi.set(self, "nominal_concurrency_shares", value)
154
241
 
155
242
 
243
+ if not MYPY:
244
+ class FlowDistinguisherMethodPatchArgsDict(TypedDict):
245
+ """
246
+ FlowDistinguisherMethod specifies the method of a flow distinguisher.
247
+ """
248
+ type: NotRequired[pulumi.Input[str]]
249
+ """
250
+ `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
251
+ """
252
+ elif False:
253
+ FlowDistinguisherMethodPatchArgsDict: TypeAlias = Mapping[str, Any]
254
+
156
255
  @pulumi.input_type
157
256
  class FlowDistinguisherMethodPatchArgs:
158
257
  def __init__(__self__, *,
@@ -177,6 +276,18 @@ class FlowDistinguisherMethodPatchArgs:
177
276
  pulumi.set(self, "type", value)
178
277
 
179
278
 
279
+ if not MYPY:
280
+ class FlowDistinguisherMethodArgsDict(TypedDict):
281
+ """
282
+ FlowDistinguisherMethod specifies the method of a flow distinguisher.
283
+ """
284
+ type: pulumi.Input[str]
285
+ """
286
+ `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
287
+ """
288
+ elif False:
289
+ FlowDistinguisherMethodArgsDict: TypeAlias = Mapping[str, Any]
290
+
180
291
  @pulumi.input_type
181
292
  class FlowDistinguisherMethodArgs:
182
293
  def __init__(__self__, *,
@@ -200,6 +311,34 @@ class FlowDistinguisherMethodArgs:
200
311
  pulumi.set(self, "type", value)
201
312
 
202
313
 
314
+ if not MYPY:
315
+ class FlowSchemaConditionArgsDict(TypedDict):
316
+ """
317
+ FlowSchemaCondition describes conditions for a FlowSchema.
318
+ """
319
+ last_transition_time: NotRequired[pulumi.Input[str]]
320
+ """
321
+ `lastTransitionTime` is the last time the condition transitioned from one status to another.
322
+ """
323
+ message: NotRequired[pulumi.Input[str]]
324
+ """
325
+ `message` is a human-readable message indicating details about last transition.
326
+ """
327
+ reason: NotRequired[pulumi.Input[str]]
328
+ """
329
+ `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
330
+ """
331
+ status: NotRequired[pulumi.Input[str]]
332
+ """
333
+ `status` is the status of the condition. Can be True, False, Unknown. Required.
334
+ """
335
+ type: NotRequired[pulumi.Input[str]]
336
+ """
337
+ `type` is the type of the condition. Required.
338
+ """
339
+ elif False:
340
+ FlowSchemaConditionArgsDict: TypeAlias = Mapping[str, Any]
341
+
203
342
  @pulumi.input_type
204
343
  class FlowSchemaConditionArgs:
205
344
  def __init__(__self__, *,
@@ -288,6 +427,30 @@ class FlowSchemaConditionArgs:
288
427
  pulumi.set(self, "type", value)
289
428
 
290
429
 
430
+ if not MYPY:
431
+ class FlowSchemaSpecPatchArgsDict(TypedDict):
432
+ """
433
+ FlowSchemaSpec describes how the FlowSchema's specification looks like.
434
+ """
435
+ distinguisher_method: NotRequired[pulumi.Input['FlowDistinguisherMethodPatchArgsDict']]
436
+ """
437
+ `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
438
+ """
439
+ matching_precedence: NotRequired[pulumi.Input[int]]
440
+ """
441
+ `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
442
+ """
443
+ priority_level_configuration: NotRequired[pulumi.Input['PriorityLevelConfigurationReferencePatchArgsDict']]
444
+ """
445
+ `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.
446
+ """
447
+ rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgsDict']]]]
448
+ """
449
+ `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.
450
+ """
451
+ elif False:
452
+ FlowSchemaSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
453
+
291
454
  @pulumi.input_type
292
455
  class FlowSchemaSpecPatchArgs:
293
456
  def __init__(__self__, *,
@@ -360,6 +523,30 @@ class FlowSchemaSpecPatchArgs:
360
523
  pulumi.set(self, "rules", value)
361
524
 
362
525
 
526
+ if not MYPY:
527
+ class FlowSchemaSpecArgsDict(TypedDict):
528
+ """
529
+ FlowSchemaSpec describes how the FlowSchema's specification looks like.
530
+ """
531
+ priority_level_configuration: pulumi.Input['PriorityLevelConfigurationReferenceArgsDict']
532
+ """
533
+ `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.
534
+ """
535
+ distinguisher_method: NotRequired[pulumi.Input['FlowDistinguisherMethodArgsDict']]
536
+ """
537
+ `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
538
+ """
539
+ matching_precedence: NotRequired[pulumi.Input[int]]
540
+ """
541
+ `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
542
+ """
543
+ rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgsDict']]]]
544
+ """
545
+ `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.
546
+ """
547
+ elif False:
548
+ FlowSchemaSpecArgsDict: TypeAlias = Mapping[str, Any]
549
+
363
550
  @pulumi.input_type
364
551
  class FlowSchemaSpecArgs:
365
552
  def __init__(__self__, *,
@@ -431,6 +618,18 @@ class FlowSchemaSpecArgs:
431
618
  pulumi.set(self, "rules", value)
432
619
 
433
620
 
621
+ if not MYPY:
622
+ class FlowSchemaStatusArgsDict(TypedDict):
623
+ """
624
+ FlowSchemaStatus represents the current state of a FlowSchema.
625
+ """
626
+ conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['FlowSchemaConditionArgsDict']]]]
627
+ """
628
+ `conditions` is a list of the current states of FlowSchema.
629
+ """
630
+ elif False:
631
+ FlowSchemaStatusArgsDict: TypeAlias = Mapping[str, Any]
632
+
434
633
  @pulumi.input_type
435
634
  class FlowSchemaStatusArgs:
436
635
  def __init__(__self__, *,
@@ -455,6 +654,34 @@ class FlowSchemaStatusArgs:
455
654
  pulumi.set(self, "conditions", value)
456
655
 
457
656
 
657
+ if not MYPY:
658
+ class FlowSchemaArgsDict(TypedDict):
659
+ """
660
+ FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
661
+ """
662
+ api_version: NotRequired[pulumi.Input[str]]
663
+ """
664
+ APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
665
+ """
666
+ kind: NotRequired[pulumi.Input[str]]
667
+ """
668
+ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
669
+ """
670
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
671
+ """
672
+ `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
673
+ """
674
+ spec: NotRequired[pulumi.Input['FlowSchemaSpecArgsDict']]
675
+ """
676
+ `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
677
+ """
678
+ status: NotRequired[pulumi.Input['FlowSchemaStatusArgsDict']]
679
+ """
680
+ `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
681
+ """
682
+ elif False:
683
+ FlowSchemaArgsDict: TypeAlias = Mapping[str, Any]
684
+
458
685
  @pulumi.input_type
459
686
  class FlowSchemaArgs:
460
687
  def __init__(__self__, *,
@@ -543,6 +770,18 @@ class FlowSchemaArgs:
543
770
  pulumi.set(self, "status", value)
544
771
 
545
772
 
773
+ if not MYPY:
774
+ class GroupSubjectPatchArgsDict(TypedDict):
775
+ """
776
+ GroupSubject holds detailed information for group-kind subject.
777
+ """
778
+ name: NotRequired[pulumi.Input[str]]
779
+ """
780
+ name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
781
+ """
782
+ elif False:
783
+ GroupSubjectPatchArgsDict: TypeAlias = Mapping[str, Any]
784
+
546
785
  @pulumi.input_type
547
786
  class GroupSubjectPatchArgs:
548
787
  def __init__(__self__, *,
@@ -567,6 +806,18 @@ class GroupSubjectPatchArgs:
567
806
  pulumi.set(self, "name", value)
568
807
 
569
808
 
809
+ if not MYPY:
810
+ class GroupSubjectArgsDict(TypedDict):
811
+ """
812
+ GroupSubject holds detailed information for group-kind subject.
813
+ """
814
+ name: pulumi.Input[str]
815
+ """
816
+ name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
817
+ """
818
+ elif False:
819
+ GroupSubjectArgsDict: TypeAlias = Mapping[str, Any]
820
+
570
821
  @pulumi.input_type
571
822
  class GroupSubjectArgs:
572
823
  def __init__(__self__, *,
@@ -590,6 +841,22 @@ class GroupSubjectArgs:
590
841
  pulumi.set(self, "name", value)
591
842
 
592
843
 
844
+ if not MYPY:
845
+ class LimitResponsePatchArgsDict(TypedDict):
846
+ """
847
+ LimitResponse defines how to handle requests that can not be executed right now.
848
+ """
849
+ queuing: NotRequired[pulumi.Input['QueuingConfigurationPatchArgsDict']]
850
+ """
851
+ `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
852
+ """
853
+ type: NotRequired[pulumi.Input[str]]
854
+ """
855
+ `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
856
+ """
857
+ elif False:
858
+ LimitResponsePatchArgsDict: TypeAlias = Mapping[str, Any]
859
+
593
860
  @pulumi.input_type
594
861
  class LimitResponsePatchArgs:
595
862
  def __init__(__self__, *,
@@ -630,6 +897,22 @@ class LimitResponsePatchArgs:
630
897
  pulumi.set(self, "type", value)
631
898
 
632
899
 
900
+ if not MYPY:
901
+ class LimitResponseArgsDict(TypedDict):
902
+ """
903
+ LimitResponse defines how to handle requests that can not be executed right now.
904
+ """
905
+ type: pulumi.Input[str]
906
+ """
907
+ `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
908
+ """
909
+ queuing: NotRequired[pulumi.Input['QueuingConfigurationArgsDict']]
910
+ """
911
+ `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
912
+ """
913
+ elif False:
914
+ LimitResponseArgsDict: TypeAlias = Mapping[str, Any]
915
+
633
916
  @pulumi.input_type
634
917
  class LimitResponseArgs:
635
918
  def __init__(__self__, *,
@@ -669,6 +952,42 @@ class LimitResponseArgs:
669
952
  pulumi.set(self, "queuing", value)
670
953
 
671
954
 
955
+ if not MYPY:
956
+ class LimitedPriorityLevelConfigurationPatchArgsDict(TypedDict):
957
+ """
958
+ LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
959
+ - How are requests for this priority level limited?
960
+ - What should be done with requests that exceed the limit?
961
+ """
962
+ borrowing_limit_percent: NotRequired[pulumi.Input[int]]
963
+ """
964
+ `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.
965
+
966
+ BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
967
+
968
+ 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.
969
+ """
970
+ lendable_percent: NotRequired[pulumi.Input[int]]
971
+ """
972
+ `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
973
+
974
+ LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
975
+ """
976
+ limit_response: NotRequired[pulumi.Input['LimitResponsePatchArgsDict']]
977
+ """
978
+ `limitResponse` indicates what to do with requests that can not be executed right now
979
+ """
980
+ nominal_concurrency_shares: NotRequired[pulumi.Input[int]]
981
+ """
982
+ `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:
983
+
984
+ NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)
985
+
986
+ Bigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30.
987
+ """
988
+ elif False:
989
+ LimitedPriorityLevelConfigurationPatchArgsDict: TypeAlias = Mapping[str, Any]
990
+
672
991
  @pulumi.input_type
673
992
  class LimitedPriorityLevelConfigurationPatchArgs:
674
993
  def __init__(__self__, *,
@@ -691,9 +1010,9 @@ class LimitedPriorityLevelConfigurationPatchArgs:
691
1010
  :param pulumi.Input['LimitResponsePatchArgs'] limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
692
1011
  :param pulumi.Input[int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats 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:
693
1012
 
694
- NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
1013
+ NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)
695
1014
 
696
- Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.
1015
+ Bigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30.
697
1016
  """
698
1017
  if borrowing_limit_percent is not None:
699
1018
  pulumi.set(__self__, "borrowing_limit_percent", borrowing_limit_percent)
@@ -752,9 +1071,9 @@ class LimitedPriorityLevelConfigurationPatchArgs:
752
1071
  """
753
1072
  `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:
754
1073
 
755
- NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
1074
+ NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)
756
1075
 
757
- Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.
1076
+ Bigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30.
758
1077
  """
759
1078
  return pulumi.get(self, "nominal_concurrency_shares")
760
1079
 
@@ -763,6 +1082,42 @@ class LimitedPriorityLevelConfigurationPatchArgs:
763
1082
  pulumi.set(self, "nominal_concurrency_shares", value)
764
1083
 
765
1084
 
1085
+ if not MYPY:
1086
+ class LimitedPriorityLevelConfigurationArgsDict(TypedDict):
1087
+ """
1088
+ LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
1089
+ - How are requests for this priority level limited?
1090
+ - What should be done with requests that exceed the limit?
1091
+ """
1092
+ borrowing_limit_percent: NotRequired[pulumi.Input[int]]
1093
+ """
1094
+ `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.
1095
+
1096
+ BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
1097
+
1098
+ 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.
1099
+ """
1100
+ lendable_percent: NotRequired[pulumi.Input[int]]
1101
+ """
1102
+ `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.
1103
+
1104
+ LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
1105
+ """
1106
+ limit_response: NotRequired[pulumi.Input['LimitResponseArgsDict']]
1107
+ """
1108
+ `limitResponse` indicates what to do with requests that can not be executed right now
1109
+ """
1110
+ nominal_concurrency_shares: NotRequired[pulumi.Input[int]]
1111
+ """
1112
+ `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:
1113
+
1114
+ NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)
1115
+
1116
+ Bigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30.
1117
+ """
1118
+ elif False:
1119
+ LimitedPriorityLevelConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1120
+
766
1121
  @pulumi.input_type
767
1122
  class LimitedPriorityLevelConfigurationArgs:
768
1123
  def __init__(__self__, *,
@@ -785,9 +1140,9 @@ class LimitedPriorityLevelConfigurationArgs:
785
1140
  :param pulumi.Input['LimitResponseArgs'] limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
786
1141
  :param pulumi.Input[int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats 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:
787
1142
 
788
- NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
1143
+ NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)
789
1144
 
790
- Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.
1145
+ Bigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30.
791
1146
  """
792
1147
  if borrowing_limit_percent is not None:
793
1148
  pulumi.set(__self__, "borrowing_limit_percent", borrowing_limit_percent)
@@ -846,9 +1201,9 @@ class LimitedPriorityLevelConfigurationArgs:
846
1201
  """
847
1202
  `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:
848
1203
 
849
- NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
1204
+ NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)
850
1205
 
851
- Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.
1206
+ Bigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30.
852
1207
  """
853
1208
  return pulumi.get(self, "nominal_concurrency_shares")
854
1209
 
@@ -857,6 +1212,28 @@ class LimitedPriorityLevelConfigurationArgs:
857
1212
  pulumi.set(self, "nominal_concurrency_shares", value)
858
1213
 
859
1214
 
1215
+ if not MYPY:
1216
+ class NonResourcePolicyRulePatchArgsDict(TypedDict):
1217
+ """
1218
+ NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
1219
+ """
1220
+ non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1221
+ """
1222
+ `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1223
+ - "/healthz" is legal
1224
+ - "/hea*" is illegal
1225
+ - "/hea" is legal but matches nothing
1226
+ - "/hea/*" also matches nothing
1227
+ - "/healthz/*" matches all per-component health checks.
1228
+ "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
1229
+ """
1230
+ verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1231
+ """
1232
+ `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
1233
+ """
1234
+ elif False:
1235
+ NonResourcePolicyRulePatchArgsDict: TypeAlias = Mapping[str, Any]
1236
+
860
1237
  @pulumi.input_type
861
1238
  class NonResourcePolicyRulePatchArgs:
862
1239
  def __init__(__self__, *,
@@ -909,6 +1286,28 @@ class NonResourcePolicyRulePatchArgs:
909
1286
  pulumi.set(self, "verbs", value)
910
1287
 
911
1288
 
1289
+ if not MYPY:
1290
+ class NonResourcePolicyRuleArgsDict(TypedDict):
1291
+ """
1292
+ NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
1293
+ """
1294
+ non_resource_urls: pulumi.Input[Sequence[pulumi.Input[str]]]
1295
+ """
1296
+ `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
1297
+ - "/healthz" is legal
1298
+ - "/hea*" is illegal
1299
+ - "/hea" is legal but matches nothing
1300
+ - "/hea/*" also matches nothing
1301
+ - "/healthz/*" matches all per-component health checks.
1302
+ "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
1303
+ """
1304
+ verbs: pulumi.Input[Sequence[pulumi.Input[str]]]
1305
+ """
1306
+ `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
1307
+ """
1308
+ elif False:
1309
+ NonResourcePolicyRuleArgsDict: TypeAlias = Mapping[str, Any]
1310
+
912
1311
  @pulumi.input_type
913
1312
  class NonResourcePolicyRuleArgs:
914
1313
  def __init__(__self__, *,
@@ -959,6 +1358,26 @@ class NonResourcePolicyRuleArgs:
959
1358
  pulumi.set(self, "verbs", value)
960
1359
 
961
1360
 
1361
+ if not MYPY:
1362
+ class PolicyRulesWithSubjectsPatchArgsDict(TypedDict):
1363
+ """
1364
+ PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request.
1365
+ """
1366
+ non_resource_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRulePatchArgsDict']]]]
1367
+ """
1368
+ `nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL.
1369
+ """
1370
+ resource_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRulePatchArgsDict']]]]
1371
+ """
1372
+ `resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of `resourceRules` and `nonResourceRules` has to be non-empty.
1373
+ """
1374
+ subjects: NotRequired[pulumi.Input[Sequence[pulumi.Input['SubjectPatchArgsDict']]]]
1375
+ """
1376
+ subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required.
1377
+ """
1378
+ elif False:
1379
+ PolicyRulesWithSubjectsPatchArgsDict: TypeAlias = Mapping[str, Any]
1380
+
962
1381
  @pulumi.input_type
963
1382
  class PolicyRulesWithSubjectsPatchArgs:
964
1383
  def __init__(__self__, *,
@@ -1015,6 +1434,26 @@ class PolicyRulesWithSubjectsPatchArgs:
1015
1434
  pulumi.set(self, "subjects", value)
1016
1435
 
1017
1436
 
1437
+ if not MYPY:
1438
+ class PolicyRulesWithSubjectsArgsDict(TypedDict):
1439
+ """
1440
+ PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request.
1441
+ """
1442
+ subjects: pulumi.Input[Sequence[pulumi.Input['SubjectArgsDict']]]
1443
+ """
1444
+ subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required.
1445
+ """
1446
+ non_resource_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRuleArgsDict']]]]
1447
+ """
1448
+ `nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL.
1449
+ """
1450
+ resource_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRuleArgsDict']]]]
1451
+ """
1452
+ `resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of `resourceRules` and `nonResourceRules` has to be non-empty.
1453
+ """
1454
+ elif False:
1455
+ PolicyRulesWithSubjectsArgsDict: TypeAlias = Mapping[str, Any]
1456
+
1018
1457
  @pulumi.input_type
1019
1458
  class PolicyRulesWithSubjectsArgs:
1020
1459
  def __init__(__self__, *,
@@ -1070,6 +1509,34 @@ class PolicyRulesWithSubjectsArgs:
1070
1509
  pulumi.set(self, "resource_rules", value)
1071
1510
 
1072
1511
 
1512
+ if not MYPY:
1513
+ class PriorityLevelConfigurationConditionArgsDict(TypedDict):
1514
+ """
1515
+ PriorityLevelConfigurationCondition defines the condition of priority level.
1516
+ """
1517
+ last_transition_time: NotRequired[pulumi.Input[str]]
1518
+ """
1519
+ `lastTransitionTime` is the last time the condition transitioned from one status to another.
1520
+ """
1521
+ message: NotRequired[pulumi.Input[str]]
1522
+ """
1523
+ `message` is a human-readable message indicating details about last transition.
1524
+ """
1525
+ reason: NotRequired[pulumi.Input[str]]
1526
+ """
1527
+ `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
1528
+ """
1529
+ status: NotRequired[pulumi.Input[str]]
1530
+ """
1531
+ `status` is the status of the condition. Can be True, False, Unknown. Required.
1532
+ """
1533
+ type: NotRequired[pulumi.Input[str]]
1534
+ """
1535
+ `type` is the type of the condition. Required.
1536
+ """
1537
+ elif False:
1538
+ PriorityLevelConfigurationConditionArgsDict: TypeAlias = Mapping[str, Any]
1539
+
1073
1540
  @pulumi.input_type
1074
1541
  class PriorityLevelConfigurationConditionArgs:
1075
1542
  def __init__(__self__, *,
@@ -1158,6 +1625,18 @@ class PriorityLevelConfigurationConditionArgs:
1158
1625
  pulumi.set(self, "type", value)
1159
1626
 
1160
1627
 
1628
+ if not MYPY:
1629
+ class PriorityLevelConfigurationReferencePatchArgsDict(TypedDict):
1630
+ """
1631
+ PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1632
+ """
1633
+ name: NotRequired[pulumi.Input[str]]
1634
+ """
1635
+ `name` is the name of the priority level configuration being referenced Required.
1636
+ """
1637
+ elif False:
1638
+ PriorityLevelConfigurationReferencePatchArgsDict: TypeAlias = Mapping[str, Any]
1639
+
1161
1640
  @pulumi.input_type
1162
1641
  class PriorityLevelConfigurationReferencePatchArgs:
1163
1642
  def __init__(__self__, *,
@@ -1182,6 +1661,18 @@ class PriorityLevelConfigurationReferencePatchArgs:
1182
1661
  pulumi.set(self, "name", value)
1183
1662
 
1184
1663
 
1664
+ if not MYPY:
1665
+ class PriorityLevelConfigurationReferenceArgsDict(TypedDict):
1666
+ """
1667
+ PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
1668
+ """
1669
+ name: pulumi.Input[str]
1670
+ """
1671
+ `name` is the name of the priority level configuration being referenced Required.
1672
+ """
1673
+ elif False:
1674
+ PriorityLevelConfigurationReferenceArgsDict: TypeAlias = Mapping[str, Any]
1675
+
1185
1676
  @pulumi.input_type
1186
1677
  class PriorityLevelConfigurationReferenceArgs:
1187
1678
  def __init__(__self__, *,
@@ -1205,6 +1696,26 @@ class PriorityLevelConfigurationReferenceArgs:
1205
1696
  pulumi.set(self, "name", value)
1206
1697
 
1207
1698
 
1699
+ if not MYPY:
1700
+ class PriorityLevelConfigurationSpecPatchArgsDict(TypedDict):
1701
+ """
1702
+ PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1703
+ """
1704
+ exempt: NotRequired[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgsDict']]
1705
+ """
1706
+ `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.
1707
+ """
1708
+ limited: NotRequired[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgsDict']]
1709
+ """
1710
+ `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
1711
+ """
1712
+ type: NotRequired[pulumi.Input[str]]
1713
+ """
1714
+ `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1715
+ """
1716
+ elif False:
1717
+ PriorityLevelConfigurationSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
1718
+
1208
1719
  @pulumi.input_type
1209
1720
  class PriorityLevelConfigurationSpecPatchArgs:
1210
1721
  def __init__(__self__, *,
@@ -1261,6 +1772,26 @@ class PriorityLevelConfigurationSpecPatchArgs:
1261
1772
  pulumi.set(self, "type", value)
1262
1773
 
1263
1774
 
1775
+ if not MYPY:
1776
+ class PriorityLevelConfigurationSpecArgsDict(TypedDict):
1777
+ """
1778
+ PriorityLevelConfigurationSpec specifies the configuration of a priority level.
1779
+ """
1780
+ type: pulumi.Input[str]
1781
+ """
1782
+ `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
1783
+ """
1784
+ exempt: NotRequired[pulumi.Input['ExemptPriorityLevelConfigurationArgsDict']]
1785
+ """
1786
+ `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.
1787
+ """
1788
+ limited: NotRequired[pulumi.Input['LimitedPriorityLevelConfigurationArgsDict']]
1789
+ """
1790
+ `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
1791
+ """
1792
+ elif False:
1793
+ PriorityLevelConfigurationSpecArgsDict: TypeAlias = Mapping[str, Any]
1794
+
1264
1795
  @pulumi.input_type
1265
1796
  class PriorityLevelConfigurationSpecArgs:
1266
1797
  def __init__(__self__, *,
@@ -1316,6 +1847,18 @@ class PriorityLevelConfigurationSpecArgs:
1316
1847
  pulumi.set(self, "limited", value)
1317
1848
 
1318
1849
 
1850
+ if not MYPY:
1851
+ class PriorityLevelConfigurationStatusArgsDict(TypedDict):
1852
+ """
1853
+ PriorityLevelConfigurationStatus represents the current state of a "request-priority".
1854
+ """
1855
+ conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['PriorityLevelConfigurationConditionArgsDict']]]]
1856
+ """
1857
+ `conditions` is the current state of "request-priority".
1858
+ """
1859
+ elif False:
1860
+ PriorityLevelConfigurationStatusArgsDict: TypeAlias = Mapping[str, Any]
1861
+
1319
1862
  @pulumi.input_type
1320
1863
  class PriorityLevelConfigurationStatusArgs:
1321
1864
  def __init__(__self__, *,
@@ -1340,6 +1883,34 @@ class PriorityLevelConfigurationStatusArgs:
1340
1883
  pulumi.set(self, "conditions", value)
1341
1884
 
1342
1885
 
1886
+ if not MYPY:
1887
+ class PriorityLevelConfigurationArgsDict(TypedDict):
1888
+ """
1889
+ PriorityLevelConfiguration represents the configuration of a priority level.
1890
+ """
1891
+ api_version: NotRequired[pulumi.Input[str]]
1892
+ """
1893
+ APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1894
+ """
1895
+ kind: NotRequired[pulumi.Input[str]]
1896
+ """
1897
+ Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1898
+ """
1899
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
1900
+ """
1901
+ `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1902
+ """
1903
+ spec: NotRequired[pulumi.Input['PriorityLevelConfigurationSpecArgsDict']]
1904
+ """
1905
+ `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
1906
+ """
1907
+ status: NotRequired[pulumi.Input['PriorityLevelConfigurationStatusArgsDict']]
1908
+ """
1909
+ `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
1910
+ """
1911
+ elif False:
1912
+ PriorityLevelConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1913
+
1343
1914
  @pulumi.input_type
1344
1915
  class PriorityLevelConfigurationArgs:
1345
1916
  def __init__(__self__, *,
@@ -1428,6 +1999,26 @@ class PriorityLevelConfigurationArgs:
1428
1999
  pulumi.set(self, "status", value)
1429
2000
 
1430
2001
 
2002
+ if not MYPY:
2003
+ class QueuingConfigurationPatchArgsDict(TypedDict):
2004
+ """
2005
+ QueuingConfiguration holds the configuration parameters for queuing
2006
+ """
2007
+ hand_size: NotRequired[pulumi.Input[int]]
2008
+ """
2009
+ `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
2010
+ """
2011
+ queue_length_limit: NotRequired[pulumi.Input[int]]
2012
+ """
2013
+ `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
2014
+ """
2015
+ queues: NotRequired[pulumi.Input[int]]
2016
+ """
2017
+ `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
2018
+ """
2019
+ elif False:
2020
+ QueuingConfigurationPatchArgsDict: TypeAlias = Mapping[str, Any]
2021
+
1431
2022
  @pulumi.input_type
1432
2023
  class QueuingConfigurationPatchArgs:
1433
2024
  def __init__(__self__, *,
@@ -1484,6 +2075,26 @@ class QueuingConfigurationPatchArgs:
1484
2075
  pulumi.set(self, "queues", value)
1485
2076
 
1486
2077
 
2078
+ if not MYPY:
2079
+ class QueuingConfigurationArgsDict(TypedDict):
2080
+ """
2081
+ QueuingConfiguration holds the configuration parameters for queuing
2082
+ """
2083
+ hand_size: NotRequired[pulumi.Input[int]]
2084
+ """
2085
+ `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
2086
+ """
2087
+ queue_length_limit: NotRequired[pulumi.Input[int]]
2088
+ """
2089
+ `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
2090
+ """
2091
+ queues: NotRequired[pulumi.Input[int]]
2092
+ """
2093
+ `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
2094
+ """
2095
+ elif False:
2096
+ QueuingConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2097
+
1487
2098
  @pulumi.input_type
1488
2099
  class QueuingConfigurationArgs:
1489
2100
  def __init__(__self__, *,
@@ -1540,6 +2151,34 @@ class QueuingConfigurationArgs:
1540
2151
  pulumi.set(self, "queues", value)
1541
2152
 
1542
2153
 
2154
+ if not MYPY:
2155
+ class ResourcePolicyRulePatchArgsDict(TypedDict):
2156
+ """
2157
+ ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
2158
+ """
2159
+ api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2160
+ """
2161
+ `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
2162
+ """
2163
+ cluster_scope: NotRequired[pulumi.Input[bool]]
2164
+ """
2165
+ `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
2166
+ """
2167
+ namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2168
+ """
2169
+ `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
2170
+ """
2171
+ resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2172
+ """
2173
+ `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
2174
+ """
2175
+ verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2176
+ """
2177
+ `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
2178
+ """
2179
+ elif False:
2180
+ ResourcePolicyRulePatchArgsDict: TypeAlias = Mapping[str, Any]
2181
+
1543
2182
  @pulumi.input_type
1544
2183
  class ResourcePolicyRulePatchArgs:
1545
2184
  def __init__(__self__, *,
@@ -1628,6 +2267,34 @@ class ResourcePolicyRulePatchArgs:
1628
2267
  pulumi.set(self, "verbs", value)
1629
2268
 
1630
2269
 
2270
+ if not MYPY:
2271
+ class ResourcePolicyRuleArgsDict(TypedDict):
2272
+ """
2273
+ ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
2274
+ """
2275
+ api_groups: pulumi.Input[Sequence[pulumi.Input[str]]]
2276
+ """
2277
+ `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
2278
+ """
2279
+ resources: pulumi.Input[Sequence[pulumi.Input[str]]]
2280
+ """
2281
+ `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
2282
+ """
2283
+ verbs: pulumi.Input[Sequence[pulumi.Input[str]]]
2284
+ """
2285
+ `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
2286
+ """
2287
+ cluster_scope: NotRequired[pulumi.Input[bool]]
2288
+ """
2289
+ `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
2290
+ """
2291
+ namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2292
+ """
2293
+ `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
2294
+ """
2295
+ elif False:
2296
+ ResourcePolicyRuleArgsDict: TypeAlias = Mapping[str, Any]
2297
+
1631
2298
  @pulumi.input_type
1632
2299
  class ResourcePolicyRuleArgs:
1633
2300
  def __init__(__self__, *,
@@ -1713,6 +2380,22 @@ class ResourcePolicyRuleArgs:
1713
2380
  pulumi.set(self, "namespaces", value)
1714
2381
 
1715
2382
 
2383
+ if not MYPY:
2384
+ class ServiceAccountSubjectPatchArgsDict(TypedDict):
2385
+ """
2386
+ ServiceAccountSubject holds detailed information for service-account-kind subject.
2387
+ """
2388
+ name: NotRequired[pulumi.Input[str]]
2389
+ """
2390
+ `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2391
+ """
2392
+ namespace: NotRequired[pulumi.Input[str]]
2393
+ """
2394
+ `namespace` is the namespace of matching ServiceAccount objects. Required.
2395
+ """
2396
+ elif False:
2397
+ ServiceAccountSubjectPatchArgsDict: TypeAlias = Mapping[str, Any]
2398
+
1716
2399
  @pulumi.input_type
1717
2400
  class ServiceAccountSubjectPatchArgs:
1718
2401
  def __init__(__self__, *,
@@ -1753,6 +2436,22 @@ class ServiceAccountSubjectPatchArgs:
1753
2436
  pulumi.set(self, "namespace", value)
1754
2437
 
1755
2438
 
2439
+ if not MYPY:
2440
+ class ServiceAccountSubjectArgsDict(TypedDict):
2441
+ """
2442
+ ServiceAccountSubject holds detailed information for service-account-kind subject.
2443
+ """
2444
+ name: pulumi.Input[str]
2445
+ """
2446
+ `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
2447
+ """
2448
+ namespace: pulumi.Input[str]
2449
+ """
2450
+ `namespace` is the namespace of matching ServiceAccount objects. Required.
2451
+ """
2452
+ elif False:
2453
+ ServiceAccountSubjectArgsDict: TypeAlias = Mapping[str, Any]
2454
+
1756
2455
  @pulumi.input_type
1757
2456
  class ServiceAccountSubjectArgs:
1758
2457
  def __init__(__self__, *,
@@ -1791,6 +2490,30 @@ class ServiceAccountSubjectArgs:
1791
2490
  pulumi.set(self, "namespace", value)
1792
2491
 
1793
2492
 
2493
+ if not MYPY:
2494
+ class SubjectPatchArgsDict(TypedDict):
2495
+ """
2496
+ 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.
2497
+ """
2498
+ group: NotRequired[pulumi.Input['GroupSubjectPatchArgsDict']]
2499
+ """
2500
+ `group` matches based on user group name.
2501
+ """
2502
+ kind: NotRequired[pulumi.Input[str]]
2503
+ """
2504
+ `kind` indicates which one of the other fields is non-empty. Required
2505
+ """
2506
+ service_account: NotRequired[pulumi.Input['ServiceAccountSubjectPatchArgsDict']]
2507
+ """
2508
+ `serviceAccount` matches ServiceAccounts.
2509
+ """
2510
+ user: NotRequired[pulumi.Input['UserSubjectPatchArgsDict']]
2511
+ """
2512
+ `user` matches based on username.
2513
+ """
2514
+ elif False:
2515
+ SubjectPatchArgsDict: TypeAlias = Mapping[str, Any]
2516
+
1794
2517
  @pulumi.input_type
1795
2518
  class SubjectPatchArgs:
1796
2519
  def __init__(__self__, *,
@@ -1863,6 +2586,30 @@ class SubjectPatchArgs:
1863
2586
  pulumi.set(self, "user", value)
1864
2587
 
1865
2588
 
2589
+ if not MYPY:
2590
+ class SubjectArgsDict(TypedDict):
2591
+ """
2592
+ Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
2593
+ """
2594
+ kind: pulumi.Input[str]
2595
+ """
2596
+ `kind` indicates which one of the other fields is non-empty. Required
2597
+ """
2598
+ group: NotRequired[pulumi.Input['GroupSubjectArgsDict']]
2599
+ """
2600
+ `group` matches based on user group name.
2601
+ """
2602
+ service_account: NotRequired[pulumi.Input['ServiceAccountSubjectArgsDict']]
2603
+ """
2604
+ `serviceAccount` matches ServiceAccounts.
2605
+ """
2606
+ user: NotRequired[pulumi.Input['UserSubjectArgsDict']]
2607
+ """
2608
+ `user` matches based on username.
2609
+ """
2610
+ elif False:
2611
+ SubjectArgsDict: TypeAlias = Mapping[str, Any]
2612
+
1866
2613
  @pulumi.input_type
1867
2614
  class SubjectArgs:
1868
2615
  def __init__(__self__, *,
@@ -1934,6 +2681,18 @@ class SubjectArgs:
1934
2681
  pulumi.set(self, "user", value)
1935
2682
 
1936
2683
 
2684
+ if not MYPY:
2685
+ class UserSubjectPatchArgsDict(TypedDict):
2686
+ """
2687
+ UserSubject holds detailed information for user-kind subject.
2688
+ """
2689
+ name: NotRequired[pulumi.Input[str]]
2690
+ """
2691
+ `name` is the username that matches, or "*" to match all usernames. Required.
2692
+ """
2693
+ elif False:
2694
+ UserSubjectPatchArgsDict: TypeAlias = Mapping[str, Any]
2695
+
1937
2696
  @pulumi.input_type
1938
2697
  class UserSubjectPatchArgs:
1939
2698
  def __init__(__self__, *,
@@ -1958,6 +2717,18 @@ class UserSubjectPatchArgs:
1958
2717
  pulumi.set(self, "name", value)
1959
2718
 
1960
2719
 
2720
+ if not MYPY:
2721
+ class UserSubjectArgsDict(TypedDict):
2722
+ """
2723
+ UserSubject holds detailed information for user-kind subject.
2724
+ """
2725
+ name: pulumi.Input[str]
2726
+ """
2727
+ `name` is the username that matches, or "*" to match all usernames. Required.
2728
+ """
2729
+ elif False:
2730
+ UserSubjectArgsDict: TypeAlias = Mapping[str, Any]
2731
+
1961
2732
  @pulumi.input_type
1962
2733
  class UserSubjectArgs:
1963
2734
  def __init__(__self__, *,