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

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

Potentially problematic release.


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

Files changed (520) hide show
  1. pulumi_kubernetes/__init__.py +36 -2
  2. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +1 -0
  3. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +1 -0
  4. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +1 -0
  5. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +1 -0
  6. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +1 -0
  7. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +1 -0
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +1 -0
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +1 -0
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +1 -0
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +1 -0
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +1 -0
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +1 -0
  14. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +1 -0
  15. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +1 -0
  16. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +1 -0
  17. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +1 -0
  18. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +1 -0
  19. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +1 -0
  20. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +1 -0
  21. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +1 -0
  22. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +1 -0
  23. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +1 -0
  24. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +1 -0
  25. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +1 -0
  26. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +30 -30
  27. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +20 -20
  28. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +1 -0
  29. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +1 -0
  30. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +1 -0
  31. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +1 -0
  32. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +1 -0
  33. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +1 -0
  34. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +1 -0
  35. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +1 -0
  36. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +1 -0
  37. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +1 -0
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +1 -0
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +1 -0
  40. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +1 -0
  41. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +1 -0
  42. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +1 -0
  43. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +1 -0
  44. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +1 -0
  45. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +1 -0
  46. pulumi_kubernetes/apiregistration/v1/APIService.py +1 -0
  47. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +1 -0
  48. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +1 -0
  49. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +1 -0
  50. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +1 -0
  51. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +1 -0
  52. pulumi_kubernetes/apps/v1/ControllerRevision.py +1 -0
  53. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +1 -0
  54. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +1 -0
  55. pulumi_kubernetes/apps/v1/DaemonSet.py +1 -0
  56. pulumi_kubernetes/apps/v1/DaemonSetList.py +1 -0
  57. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +1 -0
  58. pulumi_kubernetes/apps/v1/Deployment.py +1 -0
  59. pulumi_kubernetes/apps/v1/DeploymentList.py +1 -0
  60. pulumi_kubernetes/apps/v1/DeploymentPatch.py +1 -0
  61. pulumi_kubernetes/apps/v1/ReplicaSet.py +1 -0
  62. pulumi_kubernetes/apps/v1/ReplicaSetList.py +5 -4
  63. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +1 -0
  64. pulumi_kubernetes/apps/v1/StatefulSet.py +1 -0
  65. pulumi_kubernetes/apps/v1/StatefulSetList.py +1 -0
  66. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +1 -0
  67. pulumi_kubernetes/apps/v1/_inputs.py +109 -56
  68. pulumi_kubernetes/apps/v1/outputs.py +129 -56
  69. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +1 -0
  70. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +1 -0
  71. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +1 -0
  72. pulumi_kubernetes/apps/v1beta1/Deployment.py +1 -0
  73. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +1 -0
  74. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +1 -0
  75. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +1 -0
  76. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +1 -0
  77. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +1 -0
  78. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +1 -0
  79. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +1 -0
  80. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +1 -0
  81. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +1 -0
  82. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +1 -0
  83. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +1 -0
  84. pulumi_kubernetes/apps/v1beta2/Deployment.py +1 -0
  85. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +1 -0
  86. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +1 -0
  87. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +1 -0
  88. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +1 -0
  89. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +1 -0
  90. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +1 -0
  91. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +1 -0
  92. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +1 -0
  93. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +1 -0
  94. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +1 -0
  95. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +1 -0
  96. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +1 -0
  97. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +1 -0
  98. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +1 -0
  99. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +1 -0
  100. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +1 -0
  101. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +1 -0
  102. pulumi_kubernetes/autoscaling/v2/_inputs.py +92 -12
  103. pulumi_kubernetes/autoscaling/v2/outputs.py +66 -10
  104. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +1 -0
  105. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +1 -0
  106. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +1 -0
  107. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +1 -0
  108. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +1 -0
  109. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +1 -0
  110. pulumi_kubernetes/batch/v1/CronJob.py +1 -0
  111. pulumi_kubernetes/batch/v1/CronJobList.py +1 -0
  112. pulumi_kubernetes/batch/v1/CronJobPatch.py +1 -0
  113. pulumi_kubernetes/batch/v1/Job.py +1 -0
  114. pulumi_kubernetes/batch/v1/JobList.py +1 -0
  115. pulumi_kubernetes/batch/v1/JobPatch.py +1 -0
  116. pulumi_kubernetes/batch/v1/_inputs.py +12 -42
  117. pulumi_kubernetes/batch/v1/outputs.py +8 -32
  118. pulumi_kubernetes/batch/v1beta1/CronJob.py +1 -0
  119. pulumi_kubernetes/batch/v1beta1/CronJobList.py +1 -0
  120. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +1 -0
  121. pulumi_kubernetes/batch/v2alpha1/CronJob.py +1 -0
  122. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +1 -0
  123. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +1 -0
  124. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +1 -0
  125. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +1 -0
  126. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +1 -0
  127. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +3 -0
  128. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +1 -0
  129. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +3 -0
  130. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +1 -0
  131. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +1 -0
  132. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +1 -0
  133. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
  134. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
  135. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
  136. pulumi_kubernetes/certificates/v1beta1/__init__.py +3 -0
  137. pulumi_kubernetes/certificates/v1beta1/_inputs.py +292 -0
  138. pulumi_kubernetes/certificates/v1beta1/outputs.py +241 -0
  139. pulumi_kubernetes/coordination/v1/Lease.py +1 -0
  140. pulumi_kubernetes/coordination/v1/LeaseList.py +1 -0
  141. pulumi_kubernetes/coordination/v1/LeasePatch.py +1 -0
  142. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +2 -1
  143. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +1 -0
  144. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +2 -1
  145. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +2 -1
  146. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +1 -0
  147. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +2 -1
  148. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +6 -6
  149. pulumi_kubernetes/coordination/v1alpha2/outputs.py +4 -4
  150. pulumi_kubernetes/coordination/v1beta1/Lease.py +1 -0
  151. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
  152. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
  153. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
  154. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +1 -0
  155. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +1 -0
  156. pulumi_kubernetes/coordination/v1beta1/__init__.py +3 -0
  157. pulumi_kubernetes/coordination/v1beta1/_inputs.py +371 -0
  158. pulumi_kubernetes/coordination/v1beta1/outputs.py +292 -0
  159. pulumi_kubernetes/core/v1/Binding.py +1 -0
  160. pulumi_kubernetes/core/v1/BindingPatch.py +1 -0
  161. pulumi_kubernetes/core/v1/ConfigMap.py +1 -0
  162. pulumi_kubernetes/core/v1/ConfigMapList.py +1 -0
  163. pulumi_kubernetes/core/v1/ConfigMapPatch.py +1 -0
  164. pulumi_kubernetes/core/v1/Endpoints.py +9 -0
  165. pulumi_kubernetes/core/v1/EndpointsList.py +3 -2
  166. pulumi_kubernetes/core/v1/EndpointsPatch.py +9 -0
  167. pulumi_kubernetes/core/v1/Event.py +1 -0
  168. pulumi_kubernetes/core/v1/EventList.py +1 -0
  169. pulumi_kubernetes/core/v1/EventPatch.py +1 -0
  170. pulumi_kubernetes/core/v1/LimitRange.py +1 -0
  171. pulumi_kubernetes/core/v1/LimitRangeList.py +1 -0
  172. pulumi_kubernetes/core/v1/LimitRangePatch.py +1 -0
  173. pulumi_kubernetes/core/v1/Namespace.py +1 -0
  174. pulumi_kubernetes/core/v1/NamespaceList.py +1 -0
  175. pulumi_kubernetes/core/v1/NamespacePatch.py +1 -0
  176. pulumi_kubernetes/core/v1/Node.py +1 -0
  177. pulumi_kubernetes/core/v1/NodeList.py +1 -0
  178. pulumi_kubernetes/core/v1/NodePatch.py +1 -0
  179. pulumi_kubernetes/core/v1/PersistentVolume.py +1 -0
  180. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +1 -0
  181. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +1 -0
  182. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +1 -0
  183. pulumi_kubernetes/core/v1/PersistentVolumeList.py +1 -0
  184. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +1 -0
  185. pulumi_kubernetes/core/v1/Pod.py +1 -0
  186. pulumi_kubernetes/core/v1/PodList.py +1 -0
  187. pulumi_kubernetes/core/v1/PodPatch.py +1 -0
  188. pulumi_kubernetes/core/v1/PodTemplate.py +1 -0
  189. pulumi_kubernetes/core/v1/PodTemplateList.py +1 -0
  190. pulumi_kubernetes/core/v1/PodTemplatePatch.py +1 -0
  191. pulumi_kubernetes/core/v1/ReplicationController.py +1 -0
  192. pulumi_kubernetes/core/v1/ReplicationControllerList.py +1 -0
  193. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +1 -0
  194. pulumi_kubernetes/core/v1/ResourceQuota.py +1 -0
  195. pulumi_kubernetes/core/v1/ResourceQuotaList.py +1 -0
  196. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +1 -0
  197. pulumi_kubernetes/core/v1/Secret.py +1 -0
  198. pulumi_kubernetes/core/v1/SecretList.py +1 -0
  199. pulumi_kubernetes/core/v1/SecretPatch.py +1 -0
  200. pulumi_kubernetes/core/v1/Service.py +1 -0
  201. pulumi_kubernetes/core/v1/ServiceAccount.py +1 -0
  202. pulumi_kubernetes/core/v1/ServiceAccountList.py +1 -0
  203. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +1 -0
  204. pulumi_kubernetes/core/v1/ServiceList.py +1 -0
  205. pulumi_kubernetes/core/v1/ServicePatch.py +1 -0
  206. pulumi_kubernetes/core/v1/_enums.py +2 -1
  207. pulumi_kubernetes/core/v1/_inputs.py +240 -66
  208. pulumi_kubernetes/core/v1/outputs.py +251 -51
  209. pulumi_kubernetes/discovery/v1/EndpointSlice.py +11 -10
  210. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +1 -0
  211. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +11 -10
  212. pulumi_kubernetes/discovery/v1/_inputs.py +159 -44
  213. pulumi_kubernetes/discovery/v1/outputs.py +107 -32
  214. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +1 -0
  215. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +1 -0
  216. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +1 -0
  217. pulumi_kubernetes/events/v1/Event.py +1 -0
  218. pulumi_kubernetes/events/v1/EventList.py +1 -0
  219. pulumi_kubernetes/events/v1/EventPatch.py +1 -0
  220. pulumi_kubernetes/events/v1beta1/Event.py +1 -0
  221. pulumi_kubernetes/events/v1beta1/EventList.py +1 -0
  222. pulumi_kubernetes/events/v1beta1/EventPatch.py +1 -0
  223. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +1 -0
  224. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +1 -0
  225. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +1 -0
  226. pulumi_kubernetes/extensions/v1beta1/Deployment.py +1 -0
  227. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +1 -0
  228. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +1 -0
  229. pulumi_kubernetes/extensions/v1beta1/Ingress.py +1 -0
  230. pulumi_kubernetes/extensions/v1beta1/IngressList.py +1 -0
  231. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +1 -0
  232. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +1 -0
  233. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +1 -0
  234. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +1 -0
  235. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +1 -0
  236. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +1 -0
  237. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +1 -0
  238. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +1 -0
  239. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +1 -0
  240. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +1 -0
  241. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +1 -0
  242. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +1 -0
  243. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +1 -0
  244. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +1 -0
  245. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +1 -0
  246. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +1 -0
  247. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +1 -0
  248. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +1 -0
  249. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +1 -0
  250. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +1 -0
  251. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +1 -0
  252. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +1 -0
  253. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +1 -0
  254. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +1 -0
  255. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +1 -0
  256. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +1 -0
  257. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +1 -0
  258. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +1 -0
  259. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +1 -0
  260. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +1 -0
  261. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +1 -0
  262. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +1 -0
  263. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +1 -0
  264. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +1 -0
  265. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +1 -0
  266. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +1 -0
  267. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +1 -0
  268. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +1 -0
  269. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +1 -0
  270. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +1 -0
  271. pulumi_kubernetes/helm/v3/Release.py +1 -0
  272. pulumi_kubernetes/helm/v4/Chart.py +1 -0
  273. pulumi_kubernetes/kustomize/v2/Directory.py +1 -0
  274. pulumi_kubernetes/meta/v1/Status.py +1 -0
  275. pulumi_kubernetes/meta/v1/StatusPatch.py +1 -0
  276. pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
  277. pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
  278. pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
  279. pulumi_kubernetes/networking/v1/Ingress.py +1 -0
  280. pulumi_kubernetes/networking/v1/IngressClass.py +1 -0
  281. pulumi_kubernetes/networking/v1/IngressClassList.py +1 -0
  282. pulumi_kubernetes/networking/v1/IngressClassPatch.py +1 -0
  283. pulumi_kubernetes/networking/v1/IngressList.py +1 -0
  284. pulumi_kubernetes/networking/v1/IngressPatch.py +1 -0
  285. pulumi_kubernetes/networking/v1/NetworkPolicy.py +1 -0
  286. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +1 -0
  287. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +1 -0
  288. pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
  289. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
  290. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
  291. pulumi_kubernetes/networking/v1/__init__.py +6 -0
  292. pulumi_kubernetes/networking/v1/_inputs.py +599 -0
  293. pulumi_kubernetes/networking/v1/outputs.py +461 -0
  294. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +1 -0
  295. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +1 -0
  296. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +1 -0
  297. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +2 -1
  298. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +1 -0
  299. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +2 -1
  300. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +2 -1
  301. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +1 -0
  302. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +2 -1
  303. pulumi_kubernetes/networking/v1beta1/IPAddress.py +2 -1
  304. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +1 -0
  305. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +2 -1
  306. pulumi_kubernetes/networking/v1beta1/Ingress.py +1 -0
  307. pulumi_kubernetes/networking/v1beta1/IngressClass.py +1 -0
  308. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +1 -0
  309. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +1 -0
  310. pulumi_kubernetes/networking/v1beta1/IngressList.py +1 -0
  311. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +1 -0
  312. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +2 -1
  313. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +1 -0
  314. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +2 -1
  315. pulumi_kubernetes/node/v1/RuntimeClass.py +1 -0
  316. pulumi_kubernetes/node/v1/RuntimeClassList.py +1 -0
  317. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +1 -0
  318. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +1 -0
  319. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +1 -0
  320. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +1 -0
  321. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +1 -0
  322. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +1 -0
  323. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +1 -0
  324. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +1 -0
  325. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +1 -0
  326. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +1 -0
  327. pulumi_kubernetes/policy/v1/_inputs.py +0 -12
  328. pulumi_kubernetes/policy/v1/outputs.py +0 -8
  329. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +1 -0
  330. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +1 -0
  331. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +1 -0
  332. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +1 -0
  333. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +1 -0
  334. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +1 -0
  335. pulumi_kubernetes/provider.py +1 -0
  336. pulumi_kubernetes/pulumi-plugin.json +1 -1
  337. pulumi_kubernetes/rbac/v1/ClusterRole.py +1 -0
  338. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +1 -0
  339. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +1 -0
  340. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +1 -0
  341. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +1 -0
  342. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +1 -0
  343. pulumi_kubernetes/rbac/v1/Role.py +1 -0
  344. pulumi_kubernetes/rbac/v1/RoleBinding.py +1 -0
  345. pulumi_kubernetes/rbac/v1/RoleBindingList.py +1 -0
  346. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +1 -0
  347. pulumi_kubernetes/rbac/v1/RoleList.py +1 -0
  348. pulumi_kubernetes/rbac/v1/RolePatch.py +1 -0
  349. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +1 -0
  350. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +1 -0
  351. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +1 -0
  352. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +1 -0
  353. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +1 -0
  354. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +1 -0
  355. pulumi_kubernetes/rbac/v1alpha1/Role.py +1 -0
  356. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +1 -0
  357. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +1 -0
  358. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +1 -0
  359. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +1 -0
  360. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +1 -0
  361. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +1 -0
  362. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +1 -0
  363. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +1 -0
  364. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +1 -0
  365. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +1 -0
  366. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +1 -0
  367. pulumi_kubernetes/rbac/v1beta1/Role.py +1 -0
  368. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +1 -0
  369. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +1 -0
  370. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +1 -0
  371. pulumi_kubernetes/rbac/v1beta1/RoleList.py +1 -0
  372. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +1 -0
  373. pulumi_kubernetes/resource/__init__.py +3 -0
  374. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +1 -0
  375. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +1 -0
  376. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +1 -0
  377. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +2 -1
  378. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +1 -0
  379. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +2 -1
  380. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +2 -1
  381. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +1 -0
  382. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +2 -1
  383. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +1 -0
  384. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +1 -0
  385. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +1 -0
  386. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +1 -0
  387. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +1 -0
  388. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +1 -0
  389. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +2 -1
  390. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +1 -0
  391. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +1 -0
  392. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +1 -0
  393. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +1 -0
  394. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +2 -1
  395. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +2 -1
  396. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +1 -0
  397. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +2 -1
  398. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +1 -0
  399. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +1 -0
  400. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +1 -0
  401. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +1 -0
  402. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +1 -0
  403. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +1 -0
  404. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +2 -1
  405. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +1 -0
  406. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +2 -1
  407. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +2 -1
  408. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +1 -0
  409. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +2 -1
  410. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
  411. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
  412. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
  413. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +1 -0
  414. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +1 -0
  415. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +1 -0
  416. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +2 -1
  417. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +1 -0
  418. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +2 -1
  419. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +2 -1
  420. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +1 -0
  421. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +2 -1
  422. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +2 -1
  423. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +1 -0
  424. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +2 -1
  425. pulumi_kubernetes/resource/v1alpha3/__init__.py +3 -0
  426. pulumi_kubernetes/resource/v1alpha3/_inputs.py +2559 -213
  427. pulumi_kubernetes/resource/v1alpha3/outputs.py +2037 -256
  428. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +2 -1
  429. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +1 -0
  430. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +2 -1
  431. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +2 -1
  432. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +1 -0
  433. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +2 -1
  434. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +2 -1
  435. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +1 -0
  436. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +2 -1
  437. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +2 -1
  438. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +1 -0
  439. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +2 -1
  440. pulumi_kubernetes/resource/v1beta1/_inputs.py +2044 -176
  441. pulumi_kubernetes/resource/v1beta1/outputs.py +1536 -134
  442. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
  443. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
  444. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
  445. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
  446. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
  447. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
  448. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
  449. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
  450. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
  451. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
  452. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
  453. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
  454. pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
  455. pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
  456. pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
  457. pulumi_kubernetes/scheduling/v1/PriorityClass.py +1 -0
  458. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +1 -0
  459. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +1 -0
  460. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +1 -0
  461. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +1 -0
  462. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +1 -0
  463. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +1 -0
  464. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +1 -0
  465. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +1 -0
  466. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +1 -0
  467. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +1 -0
  468. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +1 -0
  469. pulumi_kubernetes/storage/v1/CSIDriver.py +1 -0
  470. pulumi_kubernetes/storage/v1/CSIDriverList.py +1 -0
  471. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +1 -0
  472. pulumi_kubernetes/storage/v1/CSINode.py +1 -0
  473. pulumi_kubernetes/storage/v1/CSINodeList.py +1 -0
  474. pulumi_kubernetes/storage/v1/CSINodePatch.py +1 -0
  475. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +1 -0
  476. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +1 -0
  477. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +1 -0
  478. pulumi_kubernetes/storage/v1/StorageClass.py +1 -0
  479. pulumi_kubernetes/storage/v1/StorageClassList.py +1 -0
  480. pulumi_kubernetes/storage/v1/StorageClassPatch.py +1 -0
  481. pulumi_kubernetes/storage/v1/VolumeAttachment.py +1 -0
  482. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +1 -0
  483. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +1 -0
  484. pulumi_kubernetes/storage/v1/_inputs.py +90 -0
  485. pulumi_kubernetes/storage/v1/outputs.py +110 -0
  486. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +1 -0
  487. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +1 -0
  488. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +1 -0
  489. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +1 -0
  490. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +1 -0
  491. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +1 -0
  492. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +1 -0
  493. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +1 -0
  494. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +1 -0
  495. pulumi_kubernetes/storage/v1beta1/CSINode.py +1 -0
  496. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +1 -0
  497. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +1 -0
  498. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +1 -0
  499. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +1 -0
  500. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +1 -0
  501. pulumi_kubernetes/storage/v1beta1/StorageClass.py +1 -0
  502. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +1 -0
  503. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +1 -0
  504. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +1 -0
  505. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +1 -0
  506. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +1 -0
  507. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +1 -0
  508. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +1 -0
  509. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +1 -0
  510. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +1 -0
  511. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +1 -0
  512. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +1 -0
  513. pulumi_kubernetes/yaml/v2/ConfigFile.py +1 -0
  514. pulumi_kubernetes/yaml/v2/ConfigGroup.py +1 -0
  515. pulumi_kubernetes/yaml/yaml.py +108 -0
  516. {pulumi_kubernetes-4.22.2.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +3 -3
  517. pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
  518. {pulumi_kubernetes-4.22.2.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
  519. pulumi_kubernetes-4.22.2.dist-info/RECORD +0 -679
  520. {pulumi_kubernetes-4.22.2.dist-info → pulumi_kubernetes-4.23.0.dist-info}/top_level.txt +0 -0
@@ -364,7 +364,10 @@ _utilities.register(
364
364
  "classes": {
365
365
  "kubernetes:certificates.k8s.io/v1beta1:CertificateSigningRequest": "CertificateSigningRequest",
366
366
  "kubernetes:certificates.k8s.io/v1beta1:CertificateSigningRequestList": "CertificateSigningRequestList",
367
- "kubernetes:certificates.k8s.io/v1beta1:CertificateSigningRequestPatch": "CertificateSigningRequestPatch"
367
+ "kubernetes:certificates.k8s.io/v1beta1:CertificateSigningRequestPatch": "CertificateSigningRequestPatch",
368
+ "kubernetes:certificates.k8s.io/v1beta1:ClusterTrustBundle": "ClusterTrustBundle",
369
+ "kubernetes:certificates.k8s.io/v1beta1:ClusterTrustBundleList": "ClusterTrustBundleList",
370
+ "kubernetes:certificates.k8s.io/v1beta1:ClusterTrustBundlePatch": "ClusterTrustBundlePatch"
368
371
  }
369
372
  },
370
373
  {
@@ -403,6 +406,9 @@ _utilities.register(
403
406
  "fqn": "pulumi_kubernetes.coordination.v1beta1",
404
407
  "classes": {
405
408
  "kubernetes:coordination.k8s.io/v1beta1:Lease": "Lease",
409
+ "kubernetes:coordination.k8s.io/v1beta1:LeaseCandidate": "LeaseCandidate",
410
+ "kubernetes:coordination.k8s.io/v1beta1:LeaseCandidateList": "LeaseCandidateList",
411
+ "kubernetes:coordination.k8s.io/v1beta1:LeaseCandidatePatch": "LeaseCandidatePatch",
406
412
  "kubernetes:coordination.k8s.io/v1beta1:LeaseList": "LeaseList",
407
413
  "kubernetes:coordination.k8s.io/v1beta1:LeasePatch": "LeasePatch"
408
414
  }
@@ -629,6 +635,9 @@ _utilities.register(
629
635
  "mod": "networking.k8s.io/v1",
630
636
  "fqn": "pulumi_kubernetes.networking.v1",
631
637
  "classes": {
638
+ "kubernetes:networking.k8s.io/v1:IPAddress": "IPAddress",
639
+ "kubernetes:networking.k8s.io/v1:IPAddressList": "IPAddressList",
640
+ "kubernetes:networking.k8s.io/v1:IPAddressPatch": "IPAddressPatch",
632
641
  "kubernetes:networking.k8s.io/v1:Ingress": "Ingress",
633
642
  "kubernetes:networking.k8s.io/v1:IngressClass": "IngressClass",
634
643
  "kubernetes:networking.k8s.io/v1:IngressClassList": "IngressClassList",
@@ -637,7 +646,10 @@ _utilities.register(
637
646
  "kubernetes:networking.k8s.io/v1:IngressPatch": "IngressPatch",
638
647
  "kubernetes:networking.k8s.io/v1:NetworkPolicy": "NetworkPolicy",
639
648
  "kubernetes:networking.k8s.io/v1:NetworkPolicyList": "NetworkPolicyList",
640
- "kubernetes:networking.k8s.io/v1:NetworkPolicyPatch": "NetworkPolicyPatch"
649
+ "kubernetes:networking.k8s.io/v1:NetworkPolicyPatch": "NetworkPolicyPatch",
650
+ "kubernetes:networking.k8s.io/v1:ServiceCIDR": "ServiceCIDR",
651
+ "kubernetes:networking.k8s.io/v1:ServiceCIDRList": "ServiceCIDRList",
652
+ "kubernetes:networking.k8s.io/v1:ServiceCIDRPatch": "ServiceCIDRPatch"
641
653
  }
642
654
  },
643
655
  {
@@ -840,6 +852,9 @@ _utilities.register(
840
852
  "kubernetes:resource.k8s.io/v1alpha3:DeviceClass": "DeviceClass",
841
853
  "kubernetes:resource.k8s.io/v1alpha3:DeviceClassList": "DeviceClassList",
842
854
  "kubernetes:resource.k8s.io/v1alpha3:DeviceClassPatch": "DeviceClassPatch",
855
+ "kubernetes:resource.k8s.io/v1alpha3:DeviceTaintRule": "DeviceTaintRule",
856
+ "kubernetes:resource.k8s.io/v1alpha3:DeviceTaintRuleList": "DeviceTaintRuleList",
857
+ "kubernetes:resource.k8s.io/v1alpha3:DeviceTaintRulePatch": "DeviceTaintRulePatch",
843
858
  "kubernetes:resource.k8s.io/v1alpha3:PodSchedulingContext": "PodSchedulingContext",
844
859
  "kubernetes:resource.k8s.io/v1alpha3:PodSchedulingContextList": "PodSchedulingContextList",
845
860
  "kubernetes:resource.k8s.io/v1alpha3:PodSchedulingContextPatch": "PodSchedulingContextPatch",
@@ -873,6 +888,25 @@ _utilities.register(
873
888
  "kubernetes:resource.k8s.io/v1beta1:ResourceSlicePatch": "ResourceSlicePatch"
874
889
  }
875
890
  },
891
+ {
892
+ "pkg": "kubernetes",
893
+ "mod": "resource.k8s.io/v1beta2",
894
+ "fqn": "pulumi_kubernetes.resource.v1beta2",
895
+ "classes": {
896
+ "kubernetes:resource.k8s.io/v1beta2:DeviceClass": "DeviceClass",
897
+ "kubernetes:resource.k8s.io/v1beta2:DeviceClassList": "DeviceClassList",
898
+ "kubernetes:resource.k8s.io/v1beta2:DeviceClassPatch": "DeviceClassPatch",
899
+ "kubernetes:resource.k8s.io/v1beta2:ResourceClaim": "ResourceClaim",
900
+ "kubernetes:resource.k8s.io/v1beta2:ResourceClaimList": "ResourceClaimList",
901
+ "kubernetes:resource.k8s.io/v1beta2:ResourceClaimPatch": "ResourceClaimPatch",
902
+ "kubernetes:resource.k8s.io/v1beta2:ResourceClaimTemplate": "ResourceClaimTemplate",
903
+ "kubernetes:resource.k8s.io/v1beta2:ResourceClaimTemplateList": "ResourceClaimTemplateList",
904
+ "kubernetes:resource.k8s.io/v1beta2:ResourceClaimTemplatePatch": "ResourceClaimTemplatePatch",
905
+ "kubernetes:resource.k8s.io/v1beta2:ResourceSlice": "ResourceSlice",
906
+ "kubernetes:resource.k8s.io/v1beta2:ResourceSliceList": "ResourceSliceList",
907
+ "kubernetes:resource.k8s.io/v1beta2:ResourceSlicePatch": "ResourceSlicePatch"
908
+ }
909
+ },
876
910
  {
877
911
  "pkg": "kubernetes",
878
912
  "mod": "scheduling.k8s.io/v1",
@@ -92,6 +92,7 @@ class MutatingWebhookConfigurationInitArgs:
92
92
  pulumi.set(self, "webhooks", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1:MutatingWebhookConfiguration")
95
96
  class MutatingWebhookConfiguration(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -91,6 +91,7 @@ class MutatingWebhookConfigurationListArgs:
91
91
  pulumi.set(self, "metadata", value)
92
92
 
93
93
 
94
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1:MutatingWebhookConfigurationList")
94
95
  class MutatingWebhookConfigurationList(pulumi.CustomResource):
95
96
  @overload
96
97
  def __init__(__self__,
@@ -92,6 +92,7 @@ class MutatingWebhookConfigurationPatchArgs:
92
92
  pulumi.set(self, "webhooks", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1:MutatingWebhookConfigurationPatch")
95
96
  class MutatingWebhookConfigurationPatch(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -92,6 +92,7 @@ class ValidatingAdmissionPolicyInitArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1:ValidatingAdmissionPolicy")
95
96
  class ValidatingAdmissionPolicy(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -92,6 +92,7 @@ class ValidatingAdmissionPolicyBindingInitArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1:ValidatingAdmissionPolicyBinding")
95
96
  class ValidatingAdmissionPolicyBinding(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -91,6 +91,7 @@ class ValidatingAdmissionPolicyBindingListArgs:
91
91
  pulumi.set(self, "metadata", value)
92
92
 
93
93
 
94
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1:ValidatingAdmissionPolicyBindingList")
94
95
  class ValidatingAdmissionPolicyBindingList(pulumi.CustomResource):
95
96
  @overload
96
97
  def __init__(__self__,
@@ -92,6 +92,7 @@ class ValidatingAdmissionPolicyBindingPatchArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1:ValidatingAdmissionPolicyBindingPatch")
95
96
  class ValidatingAdmissionPolicyBindingPatch(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -91,6 +91,7 @@ class ValidatingAdmissionPolicyListArgs:
91
91
  pulumi.set(self, "metadata", value)
92
92
 
93
93
 
94
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1:ValidatingAdmissionPolicyList")
94
95
  class ValidatingAdmissionPolicyList(pulumi.CustomResource):
95
96
  @overload
96
97
  def __init__(__self__,
@@ -92,6 +92,7 @@ class ValidatingAdmissionPolicyPatchArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1:ValidatingAdmissionPolicyPatch")
95
96
  class ValidatingAdmissionPolicyPatch(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -92,6 +92,7 @@ class ValidatingWebhookConfigurationInitArgs:
92
92
  pulumi.set(self, "webhooks", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1:ValidatingWebhookConfiguration")
95
96
  class ValidatingWebhookConfiguration(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -91,6 +91,7 @@ class ValidatingWebhookConfigurationListArgs:
91
91
  pulumi.set(self, "metadata", value)
92
92
 
93
93
 
94
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1:ValidatingWebhookConfigurationList")
94
95
  class ValidatingWebhookConfigurationList(pulumi.CustomResource):
95
96
  @overload
96
97
  def __init__(__self__,
@@ -92,6 +92,7 @@ class ValidatingWebhookConfigurationPatchArgs:
92
92
  pulumi.set(self, "webhooks", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1:ValidatingWebhookConfigurationPatch")
95
96
  class ValidatingWebhookConfigurationPatch(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -92,6 +92,7 @@ class MutatingAdmissionPolicyInitArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1alpha1:MutatingAdmissionPolicy")
95
96
  class MutatingAdmissionPolicy(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -92,6 +92,7 @@ class MutatingAdmissionPolicyBindingInitArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1alpha1:MutatingAdmissionPolicyBinding")
95
96
  class MutatingAdmissionPolicyBinding(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -91,6 +91,7 @@ class MutatingAdmissionPolicyBindingListArgs:
91
91
  pulumi.set(self, "metadata", value)
92
92
 
93
93
 
94
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1alpha1:MutatingAdmissionPolicyBindingList")
94
95
  class MutatingAdmissionPolicyBindingList(pulumi.CustomResource):
95
96
  @overload
96
97
  def __init__(__self__,
@@ -92,6 +92,7 @@ class MutatingAdmissionPolicyBindingPatchArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1alpha1:MutatingAdmissionPolicyBindingPatch")
95
96
  class MutatingAdmissionPolicyBindingPatch(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -91,6 +91,7 @@ class MutatingAdmissionPolicyListArgs:
91
91
  pulumi.set(self, "metadata", value)
92
92
 
93
93
 
94
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1alpha1:MutatingAdmissionPolicyList")
94
95
  class MutatingAdmissionPolicyList(pulumi.CustomResource):
95
96
  @overload
96
97
  def __init__(__self__,
@@ -92,6 +92,7 @@ class MutatingAdmissionPolicyPatchArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1alpha1:MutatingAdmissionPolicyPatch")
95
96
  class MutatingAdmissionPolicyPatch(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -92,6 +92,7 @@ class ValidatingAdmissionPolicyInitArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1alpha1:ValidatingAdmissionPolicy")
95
96
  class ValidatingAdmissionPolicy(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -92,6 +92,7 @@ class ValidatingAdmissionPolicyBindingInitArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1alpha1:ValidatingAdmissionPolicyBinding")
95
96
  class ValidatingAdmissionPolicyBinding(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -91,6 +91,7 @@ class ValidatingAdmissionPolicyBindingListArgs:
91
91
  pulumi.set(self, "metadata", value)
92
92
 
93
93
 
94
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1alpha1:ValidatingAdmissionPolicyBindingList")
94
95
  class ValidatingAdmissionPolicyBindingList(pulumi.CustomResource):
95
96
  @overload
96
97
  def __init__(__self__,
@@ -92,6 +92,7 @@ class ValidatingAdmissionPolicyBindingPatchArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1alpha1:ValidatingAdmissionPolicyBindingPatch")
95
96
  class ValidatingAdmissionPolicyBindingPatch(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -91,6 +91,7 @@ class ValidatingAdmissionPolicyListArgs:
91
91
  pulumi.set(self, "metadata", value)
92
92
 
93
93
 
94
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1alpha1:ValidatingAdmissionPolicyList")
94
95
  class ValidatingAdmissionPolicyList(pulumi.CustomResource):
95
96
  @overload
96
97
  def __init__(__self__,
@@ -92,6 +92,7 @@ class ValidatingAdmissionPolicyPatchArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1alpha1:ValidatingAdmissionPolicyPatch")
95
96
  class ValidatingAdmissionPolicyPatch(pulumi.CustomResource):
96
97
  @overload
97
98
  def __init__(__self__,
@@ -1112,15 +1112,15 @@ if not MYPY:
1112
1112
  """
1113
1113
  exclude_resource_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsPatchArgsDict']]]]
1114
1114
  """
1115
- ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
1115
+ ExcludeResourceRules describes what operations on what resources/subresources the policy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
1116
1116
  """
1117
1117
  match_policy: NotRequired[pulumi.Input[builtins.str]]
1118
1118
  """
1119
1119
  matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
1120
1120
 
1121
- - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.
1121
+ - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy does not consider requests to apps/v1beta1 or extensions/v1beta1 API groups.
1122
1122
 
1123
- - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy.
1123
+ - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy **does** consider requests made to apps/v1beta1 or extensions/v1beta1 API groups. The API server translates the request to a matched resource API if necessary.
1124
1124
 
1125
1125
  Defaults to "Equivalent"
1126
1126
  """
@@ -1160,11 +1160,11 @@ if not MYPY:
1160
1160
  """
1161
1161
  object_selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorPatchArgsDict']]
1162
1162
  """
1163
- ObjectSelector decides whether to run the validation based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the cel validation, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
1163
+ ObjectSelector decides whether to run the policy based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the policy's expression (CEL), and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
1164
1164
  """
1165
1165
  resource_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsPatchArgsDict']]]]
1166
1166
  """
1167
- ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.
1167
+ ResourceRules describes what operations on what resources/subresources the admission policy matches. The policy cares about an operation if it matches _any_ Rule.
1168
1168
  """
1169
1169
  elif False:
1170
1170
  MatchResourcesPatchArgsDict: TypeAlias = Mapping[str, Any]
@@ -1179,12 +1179,12 @@ class MatchResourcesPatchArgs:
1179
1179
  resource_rules: Optional[pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsPatchArgs']]]] = None):
1180
1180
  """
1181
1181
  MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
1182
- :param pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsPatchArgs']]] exclude_resource_rules: ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
1182
+ :param pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsPatchArgs']]] exclude_resource_rules: ExcludeResourceRules describes what operations on what resources/subresources the policy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
1183
1183
  :param pulumi.Input[builtins.str] match_policy: matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
1184
1184
 
1185
- - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.
1185
+ - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy does not consider requests to apps/v1beta1 or extensions/v1beta1 API groups.
1186
1186
 
1187
- - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy.
1187
+ - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy **does** consider requests made to apps/v1beta1 or extensions/v1beta1 API groups. The API server translates the request to a matched resource API if necessary.
1188
1188
 
1189
1189
  Defaults to "Equivalent"
1190
1190
  :param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] namespace_selector: NamespaceSelector decides whether to run the admission control policy on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the policy.
@@ -1218,8 +1218,8 @@ class MatchResourcesPatchArgs:
1218
1218
  See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors.
1219
1219
 
1220
1220
  Default to the empty LabelSelector, which matches everything.
1221
- :param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] object_selector: ObjectSelector decides whether to run the validation based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the cel validation, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
1222
- :param pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsPatchArgs']]] resource_rules: ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.
1221
+ :param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] object_selector: ObjectSelector decides whether to run the policy based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the policy's expression (CEL), and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
1222
+ :param pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsPatchArgs']]] resource_rules: ResourceRules describes what operations on what resources/subresources the admission policy matches. The policy cares about an operation if it matches _any_ Rule.
1223
1223
  """
1224
1224
  if exclude_resource_rules is not None:
1225
1225
  pulumi.set(__self__, "exclude_resource_rules", exclude_resource_rules)
@@ -1236,7 +1236,7 @@ class MatchResourcesPatchArgs:
1236
1236
  @pulumi.getter(name="excludeResourceRules")
1237
1237
  def exclude_resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsPatchArgs']]]]:
1238
1238
  """
1239
- ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
1239
+ ExcludeResourceRules describes what operations on what resources/subresources the policy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
1240
1240
  """
1241
1241
  return pulumi.get(self, "exclude_resource_rules")
1242
1242
 
@@ -1250,9 +1250,9 @@ class MatchResourcesPatchArgs:
1250
1250
  """
1251
1251
  matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
1252
1252
 
1253
- - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.
1253
+ - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy does not consider requests to apps/v1beta1 or extensions/v1beta1 API groups.
1254
1254
 
1255
- - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy.
1255
+ - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy **does** consider requests made to apps/v1beta1 or extensions/v1beta1 API groups. The API server translates the request to a matched resource API if necessary.
1256
1256
 
1257
1257
  Defaults to "Equivalent"
1258
1258
  """
@@ -1308,7 +1308,7 @@ class MatchResourcesPatchArgs:
1308
1308
  @pulumi.getter(name="objectSelector")
1309
1309
  def object_selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
1310
1310
  """
1311
- ObjectSelector decides whether to run the validation based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the cel validation, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
1311
+ ObjectSelector decides whether to run the policy based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the policy's expression (CEL), and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
1312
1312
  """
1313
1313
  return pulumi.get(self, "object_selector")
1314
1314
 
@@ -1320,7 +1320,7 @@ class MatchResourcesPatchArgs:
1320
1320
  @pulumi.getter(name="resourceRules")
1321
1321
  def resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsPatchArgs']]]]:
1322
1322
  """
1323
- ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.
1323
+ ResourceRules describes what operations on what resources/subresources the admission policy matches. The policy cares about an operation if it matches _any_ Rule.
1324
1324
  """
1325
1325
  return pulumi.get(self, "resource_rules")
1326
1326
 
@@ -1336,15 +1336,15 @@ if not MYPY:
1336
1336
  """
1337
1337
  exclude_resource_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsArgsDict']]]]
1338
1338
  """
1339
- ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
1339
+ ExcludeResourceRules describes what operations on what resources/subresources the policy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
1340
1340
  """
1341
1341
  match_policy: NotRequired[pulumi.Input[builtins.str]]
1342
1342
  """
1343
1343
  matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
1344
1344
 
1345
- - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.
1345
+ - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy does not consider requests to apps/v1beta1 or extensions/v1beta1 API groups.
1346
1346
 
1347
- - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy.
1347
+ - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy **does** consider requests made to apps/v1beta1 or extensions/v1beta1 API groups. The API server translates the request to a matched resource API if necessary.
1348
1348
 
1349
1349
  Defaults to "Equivalent"
1350
1350
  """
@@ -1384,11 +1384,11 @@ if not MYPY:
1384
1384
  """
1385
1385
  object_selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorArgsDict']]
1386
1386
  """
1387
- ObjectSelector decides whether to run the validation based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the cel validation, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
1387
+ ObjectSelector decides whether to run the policy based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the policy's expression (CEL), and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
1388
1388
  """
1389
1389
  resource_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsArgsDict']]]]
1390
1390
  """
1391
- ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.
1391
+ ResourceRules describes what operations on what resources/subresources the admission policy matches. The policy cares about an operation if it matches _any_ Rule.
1392
1392
  """
1393
1393
  elif False:
1394
1394
  MatchResourcesArgsDict: TypeAlias = Mapping[str, Any]
@@ -1403,12 +1403,12 @@ class MatchResourcesArgs:
1403
1403
  resource_rules: Optional[pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsArgs']]]] = None):
1404
1404
  """
1405
1405
  MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
1406
- :param pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsArgs']]] exclude_resource_rules: ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
1406
+ :param pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsArgs']]] exclude_resource_rules: ExcludeResourceRules describes what operations on what resources/subresources the policy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
1407
1407
  :param pulumi.Input[builtins.str] match_policy: matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
1408
1408
 
1409
- - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.
1409
+ - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy does not consider requests to apps/v1beta1 or extensions/v1beta1 API groups.
1410
1410
 
1411
- - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy.
1411
+ - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy **does** consider requests made to apps/v1beta1 or extensions/v1beta1 API groups. The API server translates the request to a matched resource API if necessary.
1412
1412
 
1413
1413
  Defaults to "Equivalent"
1414
1414
  :param pulumi.Input['_meta.v1.LabelSelectorArgs'] namespace_selector: NamespaceSelector decides whether to run the admission control policy on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the policy.
@@ -1442,8 +1442,8 @@ class MatchResourcesArgs:
1442
1442
  See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors.
1443
1443
 
1444
1444
  Default to the empty LabelSelector, which matches everything.
1445
- :param pulumi.Input['_meta.v1.LabelSelectorArgs'] object_selector: ObjectSelector decides whether to run the validation based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the cel validation, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
1446
- :param pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsArgs']]] resource_rules: ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.
1445
+ :param pulumi.Input['_meta.v1.LabelSelectorArgs'] object_selector: ObjectSelector decides whether to run the policy based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the policy's expression (CEL), and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
1446
+ :param pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsArgs']]] resource_rules: ResourceRules describes what operations on what resources/subresources the admission policy matches. The policy cares about an operation if it matches _any_ Rule.
1447
1447
  """
1448
1448
  if exclude_resource_rules is not None:
1449
1449
  pulumi.set(__self__, "exclude_resource_rules", exclude_resource_rules)
@@ -1460,7 +1460,7 @@ class MatchResourcesArgs:
1460
1460
  @pulumi.getter(name="excludeResourceRules")
1461
1461
  def exclude_resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsArgs']]]]:
1462
1462
  """
1463
- ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
1463
+ ExcludeResourceRules describes what operations on what resources/subresources the policy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
1464
1464
  """
1465
1465
  return pulumi.get(self, "exclude_resource_rules")
1466
1466
 
@@ -1474,9 +1474,9 @@ class MatchResourcesArgs:
1474
1474
  """
1475
1475
  matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
1476
1476
 
1477
- - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.
1477
+ - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy does not consider requests to apps/v1beta1 or extensions/v1beta1 API groups.
1478
1478
 
1479
- - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy.
1479
+ - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy **does** consider requests made to apps/v1beta1 or extensions/v1beta1 API groups. The API server translates the request to a matched resource API if necessary.
1480
1480
 
1481
1481
  Defaults to "Equivalent"
1482
1482
  """
@@ -1532,7 +1532,7 @@ class MatchResourcesArgs:
1532
1532
  @pulumi.getter(name="objectSelector")
1533
1533
  def object_selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']]:
1534
1534
  """
1535
- ObjectSelector decides whether to run the validation based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the cel validation, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
1535
+ ObjectSelector decides whether to run the policy based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the policy's expression (CEL), and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
1536
1536
  """
1537
1537
  return pulumi.get(self, "object_selector")
1538
1538
 
@@ -1544,7 +1544,7 @@ class MatchResourcesArgs:
1544
1544
  @pulumi.getter(name="resourceRules")
1545
1545
  def resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NamedRuleWithOperationsArgs']]]]:
1546
1546
  """
1547
- ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.
1547
+ ResourceRules describes what operations on what resources/subresources the admission policy matches. The policy cares about an operation if it matches _any_ Rule.
1548
1548
  """
1549
1549
  return pulumi.get(self, "resource_rules")
1550
1550