pulumi-kubernetes 4.23.0a1746131759__py3-none-any.whl → 4.23.0a1746153578__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 -3
  3. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +1 -3
  4. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +1 -3
  5. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +1 -3
  6. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +1 -3
  7. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +1 -3
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +1 -3
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +1 -3
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +1 -3
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +1 -3
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +1 -3
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +1 -3
  14. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +1 -3
  15. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +1 -3
  16. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +1 -3
  17. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +1 -3
  18. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +1 -3
  19. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +1 -3
  20. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +1 -3
  21. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +1 -3
  22. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +1 -3
  23. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +1 -3
  24. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +1 -3
  25. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +1 -3
  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 -3
  29. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +1 -3
  30. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +1 -3
  31. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +1 -3
  32. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +1 -3
  33. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +1 -3
  34. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +1 -3
  35. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +1 -3
  36. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +1 -3
  37. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +1 -3
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +1 -3
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +1 -3
  40. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +1 -3
  41. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +1 -3
  42. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +1 -3
  43. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +1 -3
  44. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +1 -3
  45. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +1 -3
  46. pulumi_kubernetes/apiregistration/v1/APIService.py +1 -3
  47. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +1 -3
  48. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +1 -3
  49. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +1 -3
  50. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +1 -3
  51. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +1 -3
  52. pulumi_kubernetes/apps/v1/ControllerRevision.py +1 -3
  53. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +1 -3
  54. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +1 -3
  55. pulumi_kubernetes/apps/v1/DaemonSet.py +1 -3
  56. pulumi_kubernetes/apps/v1/DaemonSetList.py +1 -3
  57. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +1 -3
  58. pulumi_kubernetes/apps/v1/Deployment.py +1 -3
  59. pulumi_kubernetes/apps/v1/DeploymentList.py +1 -3
  60. pulumi_kubernetes/apps/v1/DeploymentPatch.py +1 -3
  61. pulumi_kubernetes/apps/v1/ReplicaSet.py +1 -3
  62. pulumi_kubernetes/apps/v1/ReplicaSetList.py +5 -7
  63. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +1 -3
  64. pulumi_kubernetes/apps/v1/StatefulSet.py +1 -3
  65. pulumi_kubernetes/apps/v1/StatefulSetList.py +1 -3
  66. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +1 -3
  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 -3
  70. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +1 -3
  71. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +1 -3
  72. pulumi_kubernetes/apps/v1beta1/Deployment.py +1 -3
  73. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +1 -3
  74. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +1 -3
  75. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +1 -3
  76. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +1 -3
  77. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +1 -3
  78. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +1 -3
  79. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +1 -3
  80. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +1 -3
  81. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +1 -3
  82. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +1 -3
  83. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +1 -3
  84. pulumi_kubernetes/apps/v1beta2/Deployment.py +1 -3
  85. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +1 -3
  86. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +1 -3
  87. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +1 -3
  88. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +1 -3
  89. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +1 -3
  90. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +1 -3
  91. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +1 -3
  92. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +1 -3
  93. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +1 -3
  94. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +1 -3
  95. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +1 -3
  96. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +1 -3
  97. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +1 -3
  98. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +1 -3
  99. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +1 -3
  100. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +1 -3
  101. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +1 -3
  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 -3
  105. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +1 -3
  106. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +1 -3
  107. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +1 -3
  108. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +1 -3
  109. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +1 -3
  110. pulumi_kubernetes/batch/v1/CronJob.py +1 -3
  111. pulumi_kubernetes/batch/v1/CronJobList.py +1 -3
  112. pulumi_kubernetes/batch/v1/CronJobPatch.py +1 -3
  113. pulumi_kubernetes/batch/v1/Job.py +1 -3
  114. pulumi_kubernetes/batch/v1/JobList.py +1 -3
  115. pulumi_kubernetes/batch/v1/JobPatch.py +1 -3
  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 -3
  119. pulumi_kubernetes/batch/v1beta1/CronJobList.py +1 -3
  120. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +1 -3
  121. pulumi_kubernetes/batch/v2alpha1/CronJob.py +1 -3
  122. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +1 -3
  123. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +1 -3
  124. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +1 -3
  125. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +1 -3
  126. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +1 -3
  127. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +3 -3
  128. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +1 -3
  129. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +3 -3
  130. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +1 -3
  131. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +1 -3
  132. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +1 -3
  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 -3
  140. pulumi_kubernetes/coordination/v1/LeaseList.py +1 -3
  141. pulumi_kubernetes/coordination/v1/LeasePatch.py +1 -3
  142. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +2 -4
  143. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +1 -3
  144. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +2 -4
  145. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +2 -4
  146. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +1 -3
  147. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +2 -4
  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 -3
  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 -3
  155. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +1 -3
  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 -3
  160. pulumi_kubernetes/core/v1/BindingPatch.py +1 -3
  161. pulumi_kubernetes/core/v1/ConfigMap.py +1 -3
  162. pulumi_kubernetes/core/v1/ConfigMapList.py +1 -3
  163. pulumi_kubernetes/core/v1/ConfigMapPatch.py +1 -3
  164. pulumi_kubernetes/core/v1/Endpoints.py +9 -3
  165. pulumi_kubernetes/core/v1/EndpointsList.py +3 -5
  166. pulumi_kubernetes/core/v1/EndpointsPatch.py +9 -3
  167. pulumi_kubernetes/core/v1/Event.py +1 -3
  168. pulumi_kubernetes/core/v1/EventList.py +1 -3
  169. pulumi_kubernetes/core/v1/EventPatch.py +1 -3
  170. pulumi_kubernetes/core/v1/LimitRange.py +1 -3
  171. pulumi_kubernetes/core/v1/LimitRangeList.py +1 -3
  172. pulumi_kubernetes/core/v1/LimitRangePatch.py +1 -3
  173. pulumi_kubernetes/core/v1/Namespace.py +1 -3
  174. pulumi_kubernetes/core/v1/NamespaceList.py +1 -3
  175. pulumi_kubernetes/core/v1/NamespacePatch.py +1 -3
  176. pulumi_kubernetes/core/v1/Node.py +1 -3
  177. pulumi_kubernetes/core/v1/NodeList.py +1 -3
  178. pulumi_kubernetes/core/v1/NodePatch.py +1 -3
  179. pulumi_kubernetes/core/v1/PersistentVolume.py +1 -3
  180. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +1 -3
  181. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +1 -3
  182. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +1 -3
  183. pulumi_kubernetes/core/v1/PersistentVolumeList.py +1 -3
  184. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +1 -3
  185. pulumi_kubernetes/core/v1/Pod.py +1 -3
  186. pulumi_kubernetes/core/v1/PodList.py +1 -3
  187. pulumi_kubernetes/core/v1/PodPatch.py +1 -3
  188. pulumi_kubernetes/core/v1/PodTemplate.py +1 -3
  189. pulumi_kubernetes/core/v1/PodTemplateList.py +1 -3
  190. pulumi_kubernetes/core/v1/PodTemplatePatch.py +1 -3
  191. pulumi_kubernetes/core/v1/ReplicationController.py +1 -3
  192. pulumi_kubernetes/core/v1/ReplicationControllerList.py +1 -3
  193. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +1 -3
  194. pulumi_kubernetes/core/v1/ResourceQuota.py +1 -3
  195. pulumi_kubernetes/core/v1/ResourceQuotaList.py +1 -3
  196. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +1 -3
  197. pulumi_kubernetes/core/v1/Secret.py +1 -3
  198. pulumi_kubernetes/core/v1/SecretList.py +1 -3
  199. pulumi_kubernetes/core/v1/SecretPatch.py +1 -3
  200. pulumi_kubernetes/core/v1/Service.py +1 -3
  201. pulumi_kubernetes/core/v1/ServiceAccount.py +1 -3
  202. pulumi_kubernetes/core/v1/ServiceAccountList.py +1 -3
  203. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +1 -3
  204. pulumi_kubernetes/core/v1/ServiceList.py +1 -3
  205. pulumi_kubernetes/core/v1/ServicePatch.py +1 -3
  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 -13
  210. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +1 -3
  211. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +11 -13
  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 -3
  215. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +1 -3
  216. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +1 -3
  217. pulumi_kubernetes/events/v1/Event.py +1 -3
  218. pulumi_kubernetes/events/v1/EventList.py +1 -3
  219. pulumi_kubernetes/events/v1/EventPatch.py +1 -3
  220. pulumi_kubernetes/events/v1beta1/Event.py +1 -3
  221. pulumi_kubernetes/events/v1beta1/EventList.py +1 -3
  222. pulumi_kubernetes/events/v1beta1/EventPatch.py +1 -3
  223. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +1 -3
  224. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +1 -3
  225. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +1 -3
  226. pulumi_kubernetes/extensions/v1beta1/Deployment.py +1 -3
  227. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +1 -3
  228. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +1 -3
  229. pulumi_kubernetes/extensions/v1beta1/Ingress.py +1 -3
  230. pulumi_kubernetes/extensions/v1beta1/IngressList.py +1 -3
  231. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +1 -3
  232. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +1 -3
  233. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +1 -3
  234. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +1 -3
  235. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +1 -3
  236. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +1 -3
  237. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +1 -3
  238. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +1 -3
  239. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +1 -3
  240. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +1 -3
  241. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +1 -3
  242. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +1 -3
  243. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +1 -3
  244. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +1 -3
  245. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +1 -3
  246. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +1 -3
  247. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +1 -3
  248. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +1 -3
  249. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +1 -3
  250. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +1 -3
  251. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +1 -3
  252. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +1 -3
  253. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +1 -3
  254. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +1 -3
  255. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +1 -3
  256. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +1 -3
  257. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +1 -3
  258. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +1 -3
  259. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +1 -3
  260. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +1 -3
  261. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +1 -3
  262. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +1 -3
  263. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +1 -3
  264. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +1 -3
  265. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +1 -3
  266. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +1 -3
  267. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +1 -3
  268. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +1 -3
  269. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +1 -3
  270. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +1 -3
  271. pulumi_kubernetes/helm/v3/Release.py +1 -3
  272. pulumi_kubernetes/helm/v4/Chart.py +1 -3
  273. pulumi_kubernetes/kustomize/v2/Directory.py +1 -3
  274. pulumi_kubernetes/meta/v1/Status.py +1 -3
  275. pulumi_kubernetes/meta/v1/StatusPatch.py +1 -3
  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 -3
  280. pulumi_kubernetes/networking/v1/IngressClass.py +1 -3
  281. pulumi_kubernetes/networking/v1/IngressClassList.py +1 -3
  282. pulumi_kubernetes/networking/v1/IngressClassPatch.py +1 -3
  283. pulumi_kubernetes/networking/v1/IngressList.py +1 -3
  284. pulumi_kubernetes/networking/v1/IngressPatch.py +1 -3
  285. pulumi_kubernetes/networking/v1/NetworkPolicy.py +1 -3
  286. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +1 -3
  287. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +1 -3
  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 -3
  295. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +1 -3
  296. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +1 -3
  297. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +2 -4
  298. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +1 -3
  299. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +2 -4
  300. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +2 -4
  301. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +1 -3
  302. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +2 -4
  303. pulumi_kubernetes/networking/v1beta1/IPAddress.py +2 -4
  304. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +1 -3
  305. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +2 -4
  306. pulumi_kubernetes/networking/v1beta1/Ingress.py +1 -3
  307. pulumi_kubernetes/networking/v1beta1/IngressClass.py +1 -3
  308. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +1 -3
  309. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +1 -3
  310. pulumi_kubernetes/networking/v1beta1/IngressList.py +1 -3
  311. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +1 -3
  312. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +2 -4
  313. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +1 -3
  314. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +2 -4
  315. pulumi_kubernetes/node/v1/RuntimeClass.py +1 -3
  316. pulumi_kubernetes/node/v1/RuntimeClassList.py +1 -3
  317. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +1 -3
  318. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +1 -3
  319. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +1 -3
  320. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +1 -3
  321. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +1 -3
  322. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +1 -3
  323. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +1 -3
  324. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +1 -3
  325. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +1 -3
  326. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +1 -3
  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 -3
  330. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +1 -3
  331. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +1 -3
  332. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +1 -3
  333. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +1 -3
  334. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +1 -3
  335. pulumi_kubernetes/provider.py +1 -3
  336. pulumi_kubernetes/pulumi-plugin.json +1 -1
  337. pulumi_kubernetes/rbac/v1/ClusterRole.py +1 -3
  338. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +1 -3
  339. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +1 -3
  340. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +1 -3
  341. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +1 -3
  342. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +1 -3
  343. pulumi_kubernetes/rbac/v1/Role.py +1 -3
  344. pulumi_kubernetes/rbac/v1/RoleBinding.py +1 -3
  345. pulumi_kubernetes/rbac/v1/RoleBindingList.py +1 -3
  346. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +1 -3
  347. pulumi_kubernetes/rbac/v1/RoleList.py +1 -3
  348. pulumi_kubernetes/rbac/v1/RolePatch.py +1 -3
  349. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +1 -3
  350. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +1 -3
  351. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +1 -3
  352. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +1 -3
  353. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +1 -3
  354. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +1 -3
  355. pulumi_kubernetes/rbac/v1alpha1/Role.py +1 -3
  356. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +1 -3
  357. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +1 -3
  358. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +1 -3
  359. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +1 -3
  360. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +1 -3
  361. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +1 -3
  362. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +1 -3
  363. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +1 -3
  364. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +1 -3
  365. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +1 -3
  366. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +1 -3
  367. pulumi_kubernetes/rbac/v1beta1/Role.py +1 -3
  368. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +1 -3
  369. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +1 -3
  370. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +1 -3
  371. pulumi_kubernetes/rbac/v1beta1/RoleList.py +1 -3
  372. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +1 -3
  373. pulumi_kubernetes/resource/__init__.py +3 -0
  374. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +1 -3
  375. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +1 -3
  376. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +1 -3
  377. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +2 -4
  378. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +1 -3
  379. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +2 -4
  380. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +2 -4
  381. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +1 -3
  382. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +2 -4
  383. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +1 -3
  384. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +1 -3
  385. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +1 -3
  386. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +1 -3
  387. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +1 -3
  388. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +1 -3
  389. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +2 -4
  390. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +1 -3
  391. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +1 -3
  392. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +1 -3
  393. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +1 -3
  394. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +2 -4
  395. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +2 -4
  396. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +1 -3
  397. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +2 -4
  398. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +1 -3
  399. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +1 -3
  400. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +1 -3
  401. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +1 -3
  402. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +1 -3
  403. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +1 -3
  404. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +2 -4
  405. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +1 -3
  406. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +2 -4
  407. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +2 -4
  408. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +1 -3
  409. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +2 -4
  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 -3
  414. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +1 -3
  415. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +1 -3
  416. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +2 -4
  417. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +1 -3
  418. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +2 -4
  419. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +2 -4
  420. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +1 -3
  421. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +2 -4
  422. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +2 -4
  423. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +1 -3
  424. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +2 -4
  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 -4
  429. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +1 -3
  430. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +2 -4
  431. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +2 -4
  432. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +1 -3
  433. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +2 -4
  434. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +2 -4
  435. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +1 -3
  436. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +2 -4
  437. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +2 -4
  438. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +1 -3
  439. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +2 -4
  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 -3
  458. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +1 -3
  459. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +1 -3
  460. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +1 -3
  461. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +1 -3
  462. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +1 -3
  463. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +1 -3
  464. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +1 -3
  465. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +1 -3
  466. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +1 -3
  467. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +1 -3
  468. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +1 -3
  469. pulumi_kubernetes/storage/v1/CSIDriver.py +1 -3
  470. pulumi_kubernetes/storage/v1/CSIDriverList.py +1 -3
  471. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +1 -3
  472. pulumi_kubernetes/storage/v1/CSINode.py +1 -3
  473. pulumi_kubernetes/storage/v1/CSINodeList.py +1 -3
  474. pulumi_kubernetes/storage/v1/CSINodePatch.py +1 -3
  475. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +1 -3
  476. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +1 -3
  477. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +1 -3
  478. pulumi_kubernetes/storage/v1/StorageClass.py +1 -3
  479. pulumi_kubernetes/storage/v1/StorageClassList.py +1 -3
  480. pulumi_kubernetes/storage/v1/StorageClassPatch.py +1 -3
  481. pulumi_kubernetes/storage/v1/VolumeAttachment.py +1 -3
  482. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +1 -3
  483. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +1 -3
  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 -3
  487. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +1 -3
  488. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +1 -3
  489. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +1 -3
  490. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +1 -3
  491. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +1 -3
  492. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +1 -3
  493. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +1 -3
  494. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +1 -3
  495. pulumi_kubernetes/storage/v1beta1/CSINode.py +1 -3
  496. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +1 -3
  497. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +1 -3
  498. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +1 -3
  499. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +1 -3
  500. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +1 -3
  501. pulumi_kubernetes/storage/v1beta1/StorageClass.py +1 -3
  502. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +1 -3
  503. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +1 -3
  504. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +1 -3
  505. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +1 -3
  506. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +1 -3
  507. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +1 -3
  508. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +1 -3
  509. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +1 -3
  510. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +1 -3
  511. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +1 -3
  512. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +1 -3
  513. pulumi_kubernetes/yaml/v2/ConfigFile.py +1 -3
  514. pulumi_kubernetes/yaml/v2/ConfigGroup.py +1 -3
  515. pulumi_kubernetes/yaml/yaml.py +108 -0
  516. {pulumi_kubernetes-4.23.0a1746131759.dist-info → pulumi_kubernetes-4.23.0a1746153578.dist-info}/METADATA +2 -2
  517. pulumi_kubernetes-4.23.0a1746153578.dist-info/RECORD +709 -0
  518. pulumi_kubernetes-4.23.0a1746131759.dist-info/RECORD +0 -679
  519. {pulumi_kubernetes-4.23.0a1746131759.dist-info → pulumi_kubernetes-4.23.0a1746153578.dist-info}/WHEEL +0 -0
  520. {pulumi_kubernetes-4.23.0a1746131759.dist-info → pulumi_kubernetes-4.23.0a1746153578.dist-info}/top_level.txt +0 -0
@@ -105,10 +105,8 @@ class ControllerRevisionInitArgs:
105
105
  pulumi.set(self, "metadata", value)
106
106
 
107
107
 
108
+ @pulumi.type_token("kubernetes:apps/v1beta2:ControllerRevision")
108
109
  class ControllerRevision(pulumi.CustomResource):
109
-
110
- pulumi_type = "kubernetes:apps/v1beta2:ControllerRevision"
111
-
112
110
  @overload
113
111
  def __init__(__self__,
114
112
  resource_name: str,
@@ -91,10 +91,8 @@ class ControllerRevisionListArgs:
91
91
  pulumi.set(self, "metadata", value)
92
92
 
93
93
 
94
+ @pulumi.type_token("kubernetes:apps/v1beta2:ControllerRevisionList")
94
95
  class ControllerRevisionList(pulumi.CustomResource):
95
-
96
- pulumi_type = "kubernetes:apps/v1beta2:ControllerRevisionList"
97
-
98
96
  @overload
99
97
  def __init__(__self__,
100
98
  resource_name: str,
@@ -106,10 +106,8 @@ class ControllerRevisionPatchArgs:
106
106
  pulumi.set(self, "revision", value)
107
107
 
108
108
 
109
+ @pulumi.type_token("kubernetes:apps/v1beta2:ControllerRevisionPatch")
109
110
  class ControllerRevisionPatch(pulumi.CustomResource):
110
-
111
- pulumi_type = "kubernetes:apps/v1beta2:ControllerRevisionPatch"
112
-
113
111
  @overload
114
112
  def __init__(__self__,
115
113
  resource_name: str,
@@ -93,10 +93,8 @@ class DaemonSetInitArgs:
93
93
  pulumi.set(self, "spec", value)
94
94
 
95
95
 
96
+ @pulumi.type_token("kubernetes:apps/v1beta2:DaemonSet")
96
97
  class DaemonSet(pulumi.CustomResource):
97
-
98
- pulumi_type = "kubernetes:apps/v1beta2:DaemonSet"
99
-
100
98
  @overload
101
99
  def __init__(__self__,
102
100
  resource_name: str,
@@ -92,10 +92,8 @@ class DaemonSetListArgs:
92
92
  pulumi.set(self, "metadata", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:apps/v1beta2:DaemonSetList")
95
96
  class DaemonSetList(pulumi.CustomResource):
96
-
97
- pulumi_type = "kubernetes:apps/v1beta2:DaemonSetList"
98
-
99
97
  @overload
100
98
  def __init__(__self__,
101
99
  resource_name: str,
@@ -93,10 +93,8 @@ class DaemonSetPatchArgs:
93
93
  pulumi.set(self, "spec", value)
94
94
 
95
95
 
96
+ @pulumi.type_token("kubernetes:apps/v1beta2:DaemonSetPatch")
96
97
  class DaemonSetPatch(pulumi.CustomResource):
97
-
98
- pulumi_type = "kubernetes:apps/v1beta2:DaemonSetPatch"
99
-
100
98
  @overload
101
99
  def __init__(__self__,
102
100
  resource_name: str,
@@ -93,10 +93,8 @@ class DeploymentInitArgs:
93
93
  pulumi.set(self, "spec", value)
94
94
 
95
95
 
96
+ @pulumi.type_token("kubernetes:apps/v1beta2:Deployment")
96
97
  class Deployment(pulumi.CustomResource):
97
-
98
- pulumi_type = "kubernetes:apps/v1beta2:Deployment"
99
-
100
98
  @overload
101
99
  def __init__(__self__,
102
100
  resource_name: str,
@@ -92,10 +92,8 @@ class DeploymentListArgs:
92
92
  pulumi.set(self, "metadata", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:apps/v1beta2:DeploymentList")
95
96
  class DeploymentList(pulumi.CustomResource):
96
-
97
- pulumi_type = "kubernetes:apps/v1beta2:DeploymentList"
98
-
99
97
  @overload
100
98
  def __init__(__self__,
101
99
  resource_name: str,
@@ -93,10 +93,8 @@ class DeploymentPatchArgs:
93
93
  pulumi.set(self, "spec", value)
94
94
 
95
95
 
96
+ @pulumi.type_token("kubernetes:apps/v1beta2:DeploymentPatch")
96
97
  class DeploymentPatch(pulumi.CustomResource):
97
-
98
- pulumi_type = "kubernetes:apps/v1beta2:DeploymentPatch"
99
-
100
98
  @overload
101
99
  def __init__(__self__,
102
100
  resource_name: str,
@@ -93,10 +93,8 @@ class ReplicaSetInitArgs:
93
93
  pulumi.set(self, "spec", value)
94
94
 
95
95
 
96
+ @pulumi.type_token("kubernetes:apps/v1beta2:ReplicaSet")
96
97
  class ReplicaSet(pulumi.CustomResource):
97
-
98
- pulumi_type = "kubernetes:apps/v1beta2:ReplicaSet"
99
-
100
98
  @overload
101
99
  def __init__(__self__,
102
100
  resource_name: str,
@@ -92,10 +92,8 @@ class ReplicaSetListArgs:
92
92
  pulumi.set(self, "metadata", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:apps/v1beta2:ReplicaSetList")
95
96
  class ReplicaSetList(pulumi.CustomResource):
96
-
97
- pulumi_type = "kubernetes:apps/v1beta2:ReplicaSetList"
98
-
99
97
  @overload
100
98
  def __init__(__self__,
101
99
  resource_name: str,
@@ -93,10 +93,8 @@ class ReplicaSetPatchArgs:
93
93
  pulumi.set(self, "spec", value)
94
94
 
95
95
 
96
+ @pulumi.type_token("kubernetes:apps/v1beta2:ReplicaSetPatch")
96
97
  class ReplicaSetPatch(pulumi.CustomResource):
97
-
98
- pulumi_type = "kubernetes:apps/v1beta2:ReplicaSetPatch"
99
-
100
98
  @overload
101
99
  def __init__(__self__,
102
100
  resource_name: str,
@@ -89,10 +89,8 @@ class StatefulSetInitArgs:
89
89
  pulumi.set(self, "spec", value)
90
90
 
91
91
 
92
+ @pulumi.type_token("kubernetes:apps/v1beta2:StatefulSet")
92
93
  class StatefulSet(pulumi.CustomResource):
93
-
94
- pulumi_type = "kubernetes:apps/v1beta2:StatefulSet"
95
-
96
94
  @overload
97
95
  def __init__(__self__,
98
96
  resource_name: str,
@@ -84,10 +84,8 @@ class StatefulSetListArgs:
84
84
  pulumi.set(self, "metadata", value)
85
85
 
86
86
 
87
+ @pulumi.type_token("kubernetes:apps/v1beta2:StatefulSetList")
87
88
  class StatefulSetList(pulumi.CustomResource):
88
-
89
- pulumi_type = "kubernetes:apps/v1beta2:StatefulSetList"
90
-
91
89
  @overload
92
90
  def __init__(__self__,
93
91
  resource_name: str,
@@ -89,10 +89,8 @@ class StatefulSetPatchArgs:
89
89
  pulumi.set(self, "spec", value)
90
90
 
91
91
 
92
+ @pulumi.type_token("kubernetes:apps/v1beta2:StatefulSetPatch")
92
93
  class StatefulSetPatch(pulumi.CustomResource):
93
-
94
- pulumi_type = "kubernetes:apps/v1beta2:StatefulSetPatch"
95
-
96
94
  @overload
97
95
  def __init__(__self__,
98
96
  resource_name: str,
@@ -88,10 +88,8 @@ class AuditSinkInitArgs:
88
88
  pulumi.set(self, "spec", value)
89
89
 
90
90
 
91
+ @pulumi.type_token("kubernetes:auditregistration.k8s.io/v1alpha1:AuditSink")
91
92
  class AuditSink(pulumi.CustomResource):
92
-
93
- pulumi_type = "kubernetes:auditregistration.k8s.io/v1alpha1:AuditSink"
94
-
95
93
  @overload
96
94
  def __init__(__self__,
97
95
  resource_name: str,
@@ -87,10 +87,8 @@ class AuditSinkListArgs:
87
87
  pulumi.set(self, "metadata", value)
88
88
 
89
89
 
90
+ @pulumi.type_token("kubernetes:auditregistration.k8s.io/v1alpha1:AuditSinkList")
90
91
  class AuditSinkList(pulumi.CustomResource):
91
-
92
- pulumi_type = "kubernetes:auditregistration.k8s.io/v1alpha1:AuditSinkList"
93
-
94
92
  @overload
95
93
  def __init__(__self__,
96
94
  resource_name: str,
@@ -88,10 +88,8 @@ class AuditSinkPatchArgs:
88
88
  pulumi.set(self, "spec", value)
89
89
 
90
90
 
91
+ @pulumi.type_token("kubernetes:auditregistration.k8s.io/v1alpha1:AuditSinkPatch")
91
92
  class AuditSinkPatch(pulumi.CustomResource):
92
-
93
- pulumi_type = "kubernetes:auditregistration.k8s.io/v1alpha1:AuditSinkPatch"
94
-
95
93
  @overload
96
94
  def __init__(__self__,
97
95
  resource_name: str,
@@ -92,10 +92,8 @@ class HorizontalPodAutoscalerInitArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:autoscaling/v1:HorizontalPodAutoscaler")
95
96
  class HorizontalPodAutoscaler(pulumi.CustomResource):
96
-
97
- pulumi_type = "kubernetes:autoscaling/v1:HorizontalPodAutoscaler"
98
-
99
97
  @overload
100
98
  def __init__(__self__,
101
99
  resource_name: str,
@@ -91,10 +91,8 @@ class HorizontalPodAutoscalerListArgs:
91
91
  pulumi.set(self, "metadata", value)
92
92
 
93
93
 
94
+ @pulumi.type_token("kubernetes:autoscaling/v1:HorizontalPodAutoscalerList")
94
95
  class HorizontalPodAutoscalerList(pulumi.CustomResource):
95
-
96
- pulumi_type = "kubernetes:autoscaling/v1:HorizontalPodAutoscalerList"
97
-
98
96
  @overload
99
97
  def __init__(__self__,
100
98
  resource_name: str,
@@ -92,10 +92,8 @@ class HorizontalPodAutoscalerPatchArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:autoscaling/v1:HorizontalPodAutoscalerPatch")
95
96
  class HorizontalPodAutoscalerPatch(pulumi.CustomResource):
96
-
97
- pulumi_type = "kubernetes:autoscaling/v1:HorizontalPodAutoscalerPatch"
98
-
99
97
  @overload
100
98
  def __init__(__self__,
101
99
  resource_name: str,
@@ -92,10 +92,8 @@ class HorizontalPodAutoscalerInitArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:autoscaling/v2:HorizontalPodAutoscaler")
95
96
  class HorizontalPodAutoscaler(pulumi.CustomResource):
96
-
97
- pulumi_type = "kubernetes:autoscaling/v2:HorizontalPodAutoscaler"
98
-
99
97
  @overload
100
98
  def __init__(__self__,
101
99
  resource_name: str,
@@ -91,10 +91,8 @@ class HorizontalPodAutoscalerListArgs:
91
91
  pulumi.set(self, "metadata", value)
92
92
 
93
93
 
94
+ @pulumi.type_token("kubernetes:autoscaling/v2:HorizontalPodAutoscalerList")
94
95
  class HorizontalPodAutoscalerList(pulumi.CustomResource):
95
-
96
- pulumi_type = "kubernetes:autoscaling/v2:HorizontalPodAutoscalerList"
97
-
98
96
  @overload
99
97
  def __init__(__self__,
100
98
  resource_name: str,
@@ -92,10 +92,8 @@ class HorizontalPodAutoscalerPatchArgs:
92
92
  pulumi.set(self, "spec", value)
93
93
 
94
94
 
95
+ @pulumi.type_token("kubernetes:autoscaling/v2:HorizontalPodAutoscalerPatch")
95
96
  class HorizontalPodAutoscalerPatch(pulumi.CustomResource):
96
-
97
- pulumi_type = "kubernetes:autoscaling/v2:HorizontalPodAutoscalerPatch"
98
-
99
97
  @overload
100
98
  def __init__(__self__,
101
99
  resource_name: str,
@@ -781,11 +781,15 @@ class HPAScalingPolicyArgs:
781
781
  if not MYPY:
782
782
  class HPAScalingRulesPatchArgsDict(TypedDict):
783
783
  """
784
- HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
784
+ HPAScalingRules configures the scaling behavior for one direction via scaling Policy Rules and a configurable metric tolerance.
785
+
786
+ Scaling Policy Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
787
+
788
+ The tolerance is applied to the metric values and prevents scaling too eagerly for small metric variations. (Note that setting a tolerance requires enabling the alpha HPAConfigurableTolerance feature gate.)
785
789
  """
786
790
  policies: NotRequired[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyPatchArgsDict']]]]
787
791
  """
788
- policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
792
+ policies is a list of potential scaling polices which can be used during scaling. If not set, use the default values: - For scale up: allow doubling the number of pods, or an absolute change of 4 pods in a 15s window. - For scale down: allow all pods to be removed in a 15s window.
789
793
  """
790
794
  select_policy: NotRequired[pulumi.Input[builtins.str]]
791
795
  """
@@ -795,6 +799,14 @@ if not MYPY:
795
799
  """
796
800
  stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
797
801
  """
802
+ tolerance: NotRequired[pulumi.Input[builtins.str]]
803
+ """
804
+ tolerance is the tolerance on the ratio between the current and desired metric value under which no updates are made to the desired number of replicas (e.g. 0.01 for 1%). Must be greater than or equal to zero. If not set, the default cluster-wide tolerance is applied (by default 10%).
805
+
806
+ For example, if autoscaling is configured with a memory consumption target of 100Mi, and scale-down and scale-up tolerances of 5% and 1% respectively, scaling will be triggered when the actual consumption falls below 95Mi or exceeds 101Mi.
807
+
808
+ This is an alpha field and requires enabling the HPAConfigurableTolerance feature gate.
809
+ """
798
810
  elif False:
799
811
  HPAScalingRulesPatchArgsDict: TypeAlias = Mapping[str, Any]
800
812
 
@@ -803,12 +815,22 @@ class HPAScalingRulesPatchArgs:
803
815
  def __init__(__self__, *,
804
816
  policies: Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyPatchArgs']]]] = None,
805
817
  select_policy: Optional[pulumi.Input[builtins.str]] = None,
806
- stabilization_window_seconds: Optional[pulumi.Input[builtins.int]] = None):
818
+ stabilization_window_seconds: Optional[pulumi.Input[builtins.int]] = None,
819
+ tolerance: Optional[pulumi.Input[builtins.str]] = None):
807
820
  """
808
- HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
809
- :param pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyPatchArgs']]] policies: policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
821
+ HPAScalingRules configures the scaling behavior for one direction via scaling Policy Rules and a configurable metric tolerance.
822
+
823
+ Scaling Policy Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
824
+
825
+ The tolerance is applied to the metric values and prevents scaling too eagerly for small metric variations. (Note that setting a tolerance requires enabling the alpha HPAConfigurableTolerance feature gate.)
826
+ :param pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyPatchArgs']]] policies: policies is a list of potential scaling polices which can be used during scaling. If not set, use the default values: - For scale up: allow doubling the number of pods, or an absolute change of 4 pods in a 15s window. - For scale down: allow all pods to be removed in a 15s window.
810
827
  :param pulumi.Input[builtins.str] select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value Max is used.
811
828
  :param pulumi.Input[builtins.int] stabilization_window_seconds: stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
829
+ :param pulumi.Input[builtins.str] tolerance: tolerance is the tolerance on the ratio between the current and desired metric value under which no updates are made to the desired number of replicas (e.g. 0.01 for 1%). Must be greater than or equal to zero. If not set, the default cluster-wide tolerance is applied (by default 10%).
830
+
831
+ For example, if autoscaling is configured with a memory consumption target of 100Mi, and scale-down and scale-up tolerances of 5% and 1% respectively, scaling will be triggered when the actual consumption falls below 95Mi or exceeds 101Mi.
832
+
833
+ This is an alpha field and requires enabling the HPAConfigurableTolerance feature gate.
812
834
  """
813
835
  if policies is not None:
814
836
  pulumi.set(__self__, "policies", policies)
@@ -816,12 +838,14 @@ class HPAScalingRulesPatchArgs:
816
838
  pulumi.set(__self__, "select_policy", select_policy)
817
839
  if stabilization_window_seconds is not None:
818
840
  pulumi.set(__self__, "stabilization_window_seconds", stabilization_window_seconds)
841
+ if tolerance is not None:
842
+ pulumi.set(__self__, "tolerance", tolerance)
819
843
 
820
844
  @property
821
845
  @pulumi.getter
822
846
  def policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyPatchArgs']]]]:
823
847
  """
824
- policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
848
+ policies is a list of potential scaling polices which can be used during scaling. If not set, use the default values: - For scale up: allow doubling the number of pods, or an absolute change of 4 pods in a 15s window. - For scale down: allow all pods to be removed in a 15s window.
825
849
  """
826
850
  return pulumi.get(self, "policies")
827
851
 
@@ -853,15 +877,35 @@ class HPAScalingRulesPatchArgs:
853
877
  def stabilization_window_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
854
878
  pulumi.set(self, "stabilization_window_seconds", value)
855
879
 
880
+ @property
881
+ @pulumi.getter
882
+ def tolerance(self) -> Optional[pulumi.Input[builtins.str]]:
883
+ """
884
+ tolerance is the tolerance on the ratio between the current and desired metric value under which no updates are made to the desired number of replicas (e.g. 0.01 for 1%). Must be greater than or equal to zero. If not set, the default cluster-wide tolerance is applied (by default 10%).
885
+
886
+ For example, if autoscaling is configured with a memory consumption target of 100Mi, and scale-down and scale-up tolerances of 5% and 1% respectively, scaling will be triggered when the actual consumption falls below 95Mi or exceeds 101Mi.
887
+
888
+ This is an alpha field and requires enabling the HPAConfigurableTolerance feature gate.
889
+ """
890
+ return pulumi.get(self, "tolerance")
891
+
892
+ @tolerance.setter
893
+ def tolerance(self, value: Optional[pulumi.Input[builtins.str]]):
894
+ pulumi.set(self, "tolerance", value)
895
+
856
896
 
857
897
  if not MYPY:
858
898
  class HPAScalingRulesArgsDict(TypedDict):
859
899
  """
860
- HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
900
+ HPAScalingRules configures the scaling behavior for one direction via scaling Policy Rules and a configurable metric tolerance.
901
+
902
+ Scaling Policy Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
903
+
904
+ The tolerance is applied to the metric values and prevents scaling too eagerly for small metric variations. (Note that setting a tolerance requires enabling the alpha HPAConfigurableTolerance feature gate.)
861
905
  """
862
906
  policies: NotRequired[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyArgsDict']]]]
863
907
  """
864
- policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
908
+ policies is a list of potential scaling polices which can be used during scaling. If not set, use the default values: - For scale up: allow doubling the number of pods, or an absolute change of 4 pods in a 15s window. - For scale down: allow all pods to be removed in a 15s window.
865
909
  """
866
910
  select_policy: NotRequired[pulumi.Input[builtins.str]]
867
911
  """
@@ -871,6 +915,14 @@ if not MYPY:
871
915
  """
872
916
  stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
873
917
  """
918
+ tolerance: NotRequired[pulumi.Input[builtins.str]]
919
+ """
920
+ tolerance is the tolerance on the ratio between the current and desired metric value under which no updates are made to the desired number of replicas (e.g. 0.01 for 1%). Must be greater than or equal to zero. If not set, the default cluster-wide tolerance is applied (by default 10%).
921
+
922
+ For example, if autoscaling is configured with a memory consumption target of 100Mi, and scale-down and scale-up tolerances of 5% and 1% respectively, scaling will be triggered when the actual consumption falls below 95Mi or exceeds 101Mi.
923
+
924
+ This is an alpha field and requires enabling the HPAConfigurableTolerance feature gate.
925
+ """
874
926
  elif False:
875
927
  HPAScalingRulesArgsDict: TypeAlias = Mapping[str, Any]
876
928
 
@@ -879,12 +931,22 @@ class HPAScalingRulesArgs:
879
931
  def __init__(__self__, *,
880
932
  policies: Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyArgs']]]] = None,
881
933
  select_policy: Optional[pulumi.Input[builtins.str]] = None,
882
- stabilization_window_seconds: Optional[pulumi.Input[builtins.int]] = None):
934
+ stabilization_window_seconds: Optional[pulumi.Input[builtins.int]] = None,
935
+ tolerance: Optional[pulumi.Input[builtins.str]] = None):
883
936
  """
884
- HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
885
- :param pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyArgs']]] policies: policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
937
+ HPAScalingRules configures the scaling behavior for one direction via scaling Policy Rules and a configurable metric tolerance.
938
+
939
+ Scaling Policy Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
940
+
941
+ The tolerance is applied to the metric values and prevents scaling too eagerly for small metric variations. (Note that setting a tolerance requires enabling the alpha HPAConfigurableTolerance feature gate.)
942
+ :param pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyArgs']]] policies: policies is a list of potential scaling polices which can be used during scaling. If not set, use the default values: - For scale up: allow doubling the number of pods, or an absolute change of 4 pods in a 15s window. - For scale down: allow all pods to be removed in a 15s window.
886
943
  :param pulumi.Input[builtins.str] select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value Max is used.
887
944
  :param pulumi.Input[builtins.int] stabilization_window_seconds: stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
945
+ :param pulumi.Input[builtins.str] tolerance: tolerance is the tolerance on the ratio between the current and desired metric value under which no updates are made to the desired number of replicas (e.g. 0.01 for 1%). Must be greater than or equal to zero. If not set, the default cluster-wide tolerance is applied (by default 10%).
946
+
947
+ For example, if autoscaling is configured with a memory consumption target of 100Mi, and scale-down and scale-up tolerances of 5% and 1% respectively, scaling will be triggered when the actual consumption falls below 95Mi or exceeds 101Mi.
948
+
949
+ This is an alpha field and requires enabling the HPAConfigurableTolerance feature gate.
888
950
  """
889
951
  if policies is not None:
890
952
  pulumi.set(__self__, "policies", policies)
@@ -892,12 +954,14 @@ class HPAScalingRulesArgs:
892
954
  pulumi.set(__self__, "select_policy", select_policy)
893
955
  if stabilization_window_seconds is not None:
894
956
  pulumi.set(__self__, "stabilization_window_seconds", stabilization_window_seconds)
957
+ if tolerance is not None:
958
+ pulumi.set(__self__, "tolerance", tolerance)
895
959
 
896
960
  @property
897
961
  @pulumi.getter
898
962
  def policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyArgs']]]]:
899
963
  """
900
- policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
964
+ policies is a list of potential scaling polices which can be used during scaling. If not set, use the default values: - For scale up: allow doubling the number of pods, or an absolute change of 4 pods in a 15s window. - For scale down: allow all pods to be removed in a 15s window.
901
965
  """
902
966
  return pulumi.get(self, "policies")
903
967
 
@@ -929,6 +993,22 @@ class HPAScalingRulesArgs:
929
993
  def stabilization_window_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
930
994
  pulumi.set(self, "stabilization_window_seconds", value)
931
995
 
996
+ @property
997
+ @pulumi.getter
998
+ def tolerance(self) -> Optional[pulumi.Input[builtins.str]]:
999
+ """
1000
+ tolerance is the tolerance on the ratio between the current and desired metric value under which no updates are made to the desired number of replicas (e.g. 0.01 for 1%). Must be greater than or equal to zero. If not set, the default cluster-wide tolerance is applied (by default 10%).
1001
+
1002
+ For example, if autoscaling is configured with a memory consumption target of 100Mi, and scale-down and scale-up tolerances of 5% and 1% respectively, scaling will be triggered when the actual consumption falls below 95Mi or exceeds 101Mi.
1003
+
1004
+ This is an alpha field and requires enabling the HPAConfigurableTolerance feature gate.
1005
+ """
1006
+ return pulumi.get(self, "tolerance")
1007
+
1008
+ @tolerance.setter
1009
+ def tolerance(self, value: Optional[pulumi.Input[builtins.str]]):
1010
+ pulumi.set(self, "tolerance", value)
1011
+
932
1012
 
933
1013
  if not MYPY:
934
1014
  class HorizontalPodAutoscalerBehaviorPatchArgsDict(TypedDict):