pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753121506__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 (701) hide show
  1. pulumi_kubernetes/__init__.py +1 -1
  2. pulumi_kubernetes/_inputs.py +49 -50
  3. pulumi_kubernetes/admissionregistration/__init__.py +1 -1
  4. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
  7. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
  16. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
  17. pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
  18. pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
  19. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
  25. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
  31. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
  32. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
  33. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
  34. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
  37. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
  46. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
  47. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
  48. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
  49. pulumi_kubernetes/apiextensions/__init__.py +1 -1
  50. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
  53. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
  54. pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
  55. pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
  56. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
  59. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
  60. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
  61. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
  62. pulumi_kubernetes/apiregistration/__init__.py +1 -1
  63. pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
  64. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
  65. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
  66. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
  67. pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
  68. pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
  69. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
  70. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
  72. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
  73. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
  74. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
  75. pulumi_kubernetes/apps/__init__.py +1 -1
  76. pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
  77. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
  78. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
  79. pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
  80. pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
  81. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
  82. pulumi_kubernetes/apps/v1/Deployment.py +26 -27
  83. pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
  84. pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
  85. pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
  86. pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
  87. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
  88. pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
  89. pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
  90. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
  91. pulumi_kubernetes/apps/v1/__init__.py +1 -1
  92. pulumi_kubernetes/apps/v1/_inputs.py +749 -750
  93. pulumi_kubernetes/apps/v1/outputs.py +713 -714
  94. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
  97. pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
  98. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
  99. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
  100. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
  101. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
  103. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
  104. pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
  105. pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
  106. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
  109. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
  110. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
  112. pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
  113. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
  114. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
  115. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
  118. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
  119. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
  121. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
  122. pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
  123. pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
  124. pulumi_kubernetes/auditregistration/__init__.py +1 -1
  125. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
  128. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
  129. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
  130. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
  131. pulumi_kubernetes/autoscaling/__init__.py +1 -1
  132. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
  135. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
  136. pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
  137. pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
  138. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
  141. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
  142. pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
  143. pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
  144. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
  147. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
  148. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
  149. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
  150. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
  153. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
  154. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
  155. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
  156. pulumi_kubernetes/batch/__init__.py +1 -1
  157. pulumi_kubernetes/batch/v1/CronJob.py +26 -27
  158. pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
  159. pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
  160. pulumi_kubernetes/batch/v1/Job.py +26 -27
  161. pulumi_kubernetes/batch/v1/JobList.py +25 -26
  162. pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
  163. pulumi_kubernetes/batch/v1/__init__.py +1 -1
  164. pulumi_kubernetes/batch/v1/_inputs.py +494 -495
  165. pulumi_kubernetes/batch/v1/outputs.py +419 -420
  166. pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
  167. pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
  168. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
  169. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
  170. pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
  171. pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
  172. pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
  173. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
  174. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
  175. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
  176. pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
  177. pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
  178. pulumi_kubernetes/certificates/__init__.py +1 -1
  179. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
  182. pulumi_kubernetes/certificates/v1/__init__.py +1 -1
  183. pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
  184. pulumi_kubernetes/certificates/v1/outputs.py +134 -135
  185. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
  188. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
  189. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
  190. pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
  191. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
  194. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
  197. pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
  198. pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
  199. pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
  200. pulumi_kubernetes/coordination/__init__.py +1 -1
  201. pulumi_kubernetes/coordination/v1/Lease.py +25 -26
  202. pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
  203. pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
  204. pulumi_kubernetes/coordination/v1/__init__.py +1 -1
  205. pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
  206. pulumi_kubernetes/coordination/v1/outputs.py +67 -68
  207. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
  210. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
  211. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
  212. pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
  213. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
  216. pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
  217. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
  218. pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
  219. pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
  220. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
  223. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
  224. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
  225. pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
  226. pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
  227. pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
  228. pulumi_kubernetes/core/__init__.py +1 -1
  229. pulumi_kubernetes/core/v1/Binding.py +25 -26
  230. pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
  231. pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
  232. pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
  233. pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
  234. pulumi_kubernetes/core/v1/Endpoints.py +25 -26
  235. pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
  236. pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
  237. pulumi_kubernetes/core/v1/Event.py +131 -132
  238. pulumi_kubernetes/core/v1/EventList.py +25 -26
  239. pulumi_kubernetes/core/v1/EventPatch.py +131 -132
  240. pulumi_kubernetes/core/v1/LimitRange.py +25 -26
  241. pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
  242. pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
  243. pulumi_kubernetes/core/v1/Namespace.py +26 -27
  244. pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
  245. pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
  246. pulumi_kubernetes/core/v1/Node.py +26 -27
  247. pulumi_kubernetes/core/v1/NodeList.py +25 -26
  248. pulumi_kubernetes/core/v1/NodePatch.py +26 -27
  249. pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
  250. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
  253. pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
  254. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
  255. pulumi_kubernetes/core/v1/Pod.py +26 -27
  256. pulumi_kubernetes/core/v1/PodList.py +25 -26
  257. pulumi_kubernetes/core/v1/PodPatch.py +26 -27
  258. pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
  259. pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
  260. pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
  261. pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
  262. pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
  263. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
  264. pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
  265. pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
  266. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
  267. pulumi_kubernetes/core/v1/Secret.py +63 -64
  268. pulumi_kubernetes/core/v1/SecretList.py +25 -26
  269. pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
  270. pulumi_kubernetes/core/v1/Service.py +26 -27
  271. pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
  272. pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
  273. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
  274. pulumi_kubernetes/core/v1/ServiceList.py +25 -26
  275. pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
  276. pulumi_kubernetes/core/v1/__init__.py +1 -1
  277. pulumi_kubernetes/core/v1/_enums.py +2 -2
  278. pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
  279. pulumi_kubernetes/core/v1/outputs.py +5390 -5391
  280. pulumi_kubernetes/discovery/__init__.py +1 -1
  281. pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
  282. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
  283. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
  284. pulumi_kubernetes/discovery/v1/__init__.py +1 -1
  285. pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
  286. pulumi_kubernetes/discovery/v1/outputs.py +138 -139
  287. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
  290. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
  291. pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
  292. pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
  293. pulumi_kubernetes/events/__init__.py +1 -1
  294. pulumi_kubernetes/events/v1/Event.py +131 -132
  295. pulumi_kubernetes/events/v1/EventList.py +25 -26
  296. pulumi_kubernetes/events/v1/EventPatch.py +131 -132
  297. pulumi_kubernetes/events/v1/__init__.py +1 -1
  298. pulumi_kubernetes/events/v1/_inputs.py +102 -103
  299. pulumi_kubernetes/events/v1/outputs.py +70 -71
  300. pulumi_kubernetes/events/v1beta1/Event.py +131 -132
  301. pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
  302. pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
  303. pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
  304. pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
  305. pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
  306. pulumi_kubernetes/extensions/__init__.py +1 -1
  307. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
  310. pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
  311. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
  313. pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
  314. pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
  315. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
  316. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
  319. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
  322. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
  325. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
  326. pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
  327. pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
  328. pulumi_kubernetes/flowcontrol/__init__.py +1 -1
  329. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
  332. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
  335. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
  336. pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
  337. pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
  338. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
  341. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
  344. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
  345. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
  346. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
  347. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
  350. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
  353. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
  354. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
  355. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
  356. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
  359. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
  362. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
  363. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
  364. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
  365. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
  368. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
  371. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
  372. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
  373. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
  374. pulumi_kubernetes/helm/__init__.py +1 -1
  375. pulumi_kubernetes/helm/v3/Release.py +316 -317
  376. pulumi_kubernetes/helm/v3/__init__.py +1 -1
  377. pulumi_kubernetes/helm/v3/_inputs.py +37 -38
  378. pulumi_kubernetes/helm/v3/outputs.py +54 -55
  379. pulumi_kubernetes/helm/v4/Chart.py +95 -96
  380. pulumi_kubernetes/helm/v4/__init__.py +1 -1
  381. pulumi_kubernetes/helm/v4/_inputs.py +34 -35
  382. pulumi_kubernetes/kustomize/__init__.py +1 -1
  383. pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
  384. pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
  385. pulumi_kubernetes/meta/__init__.py +1 -1
  386. pulumi_kubernetes/meta/v1/Status.py +57 -58
  387. pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
  388. pulumi_kubernetes/meta/v1/__init__.py +1 -1
  389. pulumi_kubernetes/meta/v1/_inputs.py +551 -552
  390. pulumi_kubernetes/meta/v1/outputs.py +395 -396
  391. pulumi_kubernetes/networking/__init__.py +1 -1
  392. pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
  393. pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
  394. pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
  395. pulumi_kubernetes/networking/v1/Ingress.py +26 -27
  396. pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
  397. pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
  398. pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
  399. pulumi_kubernetes/networking/v1/IngressList.py +25 -26
  400. pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
  401. pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
  402. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
  403. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
  404. pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
  405. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
  406. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
  407. pulumi_kubernetes/networking/v1/__init__.py +1 -1
  408. pulumi_kubernetes/networking/v1/_inputs.py +463 -464
  409. pulumi_kubernetes/networking/v1/outputs.py +350 -351
  410. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
  413. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
  414. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
  416. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
  419. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
  420. pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
  421. pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
  422. pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
  423. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
  424. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
  425. pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
  426. pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
  427. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
  428. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
  429. pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
  430. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
  431. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
  434. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
  435. pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
  436. pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
  437. pulumi_kubernetes/node/__init__.py +1 -1
  438. pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
  439. pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
  440. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
  441. pulumi_kubernetes/node/v1/__init__.py +1 -1
  442. pulumi_kubernetes/node/v1/_inputs.py +48 -49
  443. pulumi_kubernetes/node/v1/outputs.py +34 -35
  444. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
  447. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
  448. pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
  449. pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
  450. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
  451. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
  453. pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
  454. pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
  455. pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
  456. pulumi_kubernetes/policy/__init__.py +1 -1
  457. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
  460. pulumi_kubernetes/policy/v1/__init__.py +1 -1
  461. pulumi_kubernetes/policy/v1/_inputs.py +91 -92
  462. pulumi_kubernetes/policy/v1/outputs.py +80 -81
  463. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
  466. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
  469. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
  470. pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
  471. pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
  472. pulumi_kubernetes/provider.py +107 -108
  473. pulumi_kubernetes/pulumi-plugin.json +1 -1
  474. pulumi_kubernetes/rbac/__init__.py +1 -1
  475. pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
  476. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
  479. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
  480. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
  481. pulumi_kubernetes/rbac/v1/Role.py +25 -26
  482. pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
  483. pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
  484. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
  485. pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
  486. pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
  487. pulumi_kubernetes/rbac/v1/__init__.py +1 -1
  488. pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
  489. pulumi_kubernetes/rbac/v1/outputs.py +142 -143
  490. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
  496. pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
  497. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
  500. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
  501. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
  502. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
  503. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
  504. pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
  505. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
  511. pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
  512. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
  513. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
  515. pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
  516. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
  517. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
  518. pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
  519. pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
  520. pulumi_kubernetes/resource/__init__.py +1 -1
  521. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
  522. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
  524. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
  533. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
  534. pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
  535. pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
  536. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
  539. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
  554. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
  557. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
  558. pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
  559. pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
  560. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
  563. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
  566. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
  569. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
  575. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
  578. pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
  579. pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
  580. pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
  581. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
  582. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
  584. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
  590. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
  591. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
  592. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
  593. pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
  594. pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
  595. pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
  596. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
  597. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
  599. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
  605. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
  606. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
  607. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
  608. pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
  609. pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
  610. pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
  611. pulumi_kubernetes/scheduling/__init__.py +1 -1
  612. pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
  613. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
  614. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
  615. pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
  616. pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
  617. pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
  618. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
  621. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
  622. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
  623. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
  624. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
  627. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
  628. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
  629. pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
  630. pulumi_kubernetes/settings/__init__.py +1 -1
  631. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
  632. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
  634. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
  635. pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
  636. pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
  637. pulumi_kubernetes/storage/__init__.py +1 -1
  638. pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
  639. pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
  640. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
  641. pulumi_kubernetes/storage/v1/CSINode.py +25 -26
  642. pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
  643. pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
  644. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
  647. pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
  648. pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
  649. pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
  650. pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
  651. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
  653. pulumi_kubernetes/storage/v1/__init__.py +1 -1
  654. pulumi_kubernetes/storage/v1/_inputs.py +372 -373
  655. pulumi_kubernetes/storage/v1/outputs.py +278 -279
  656. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
  662. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
  663. pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
  664. pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
  665. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
  666. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
  668. pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
  669. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
  670. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
  671. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
  674. pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
  675. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
  676. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
  677. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
  683. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
  684. pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
  685. pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
  686. pulumi_kubernetes/storagemigration/__init__.py +1 -1
  687. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
  690. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
  691. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
  692. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
  693. pulumi_kubernetes/yaml/__init__.py +1 -1
  694. pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
  695. pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
  696. pulumi_kubernetes/yaml/v2/__init__.py +1 -1
  697. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
  698. pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
  699. pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
  700. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
  701. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -98,11 +97,11 @@ if not MYPY:
98
97
  """
99
98
  ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
100
99
  """
101
- container: NotRequired[pulumi.Input[builtins.str]]
100
+ container: NotRequired[pulumi.Input[_builtins.str]]
102
101
  """
103
102
  container is the name of the container in the pods of the scaling target
104
103
  """
105
- name: NotRequired[pulumi.Input[builtins.str]]
104
+ name: NotRequired[pulumi.Input[_builtins.str]]
106
105
  """
107
106
  name is the name of the resource in question.
108
107
  """
@@ -116,13 +115,13 @@ elif False:
116
115
  @pulumi.input_type
117
116
  class ContainerResourceMetricSourcePatchArgs:
118
117
  def __init__(__self__, *,
119
- container: Optional[pulumi.Input[builtins.str]] = None,
120
- name: Optional[pulumi.Input[builtins.str]] = None,
118
+ container: Optional[pulumi.Input[_builtins.str]] = None,
119
+ name: Optional[pulumi.Input[_builtins.str]] = None,
121
120
  target: Optional[pulumi.Input['MetricTargetPatchArgs']] = None):
122
121
  """
123
122
  ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
124
- :param pulumi.Input[builtins.str] container: container is the name of the container in the pods of the scaling target
125
- :param pulumi.Input[builtins.str] name: name is the name of the resource in question.
123
+ :param pulumi.Input[_builtins.str] container: container is the name of the container in the pods of the scaling target
124
+ :param pulumi.Input[_builtins.str] name: name is the name of the resource in question.
126
125
  :param pulumi.Input['MetricTargetPatchArgs'] target: target specifies the target value for the given metric
127
126
  """
128
127
  if container is not None:
@@ -132,31 +131,31 @@ class ContainerResourceMetricSourcePatchArgs:
132
131
  if target is not None:
133
132
  pulumi.set(__self__, "target", target)
134
133
 
135
- @property
134
+ @_builtins.property
136
135
  @pulumi.getter
137
- def container(self) -> Optional[pulumi.Input[builtins.str]]:
136
+ def container(self) -> Optional[pulumi.Input[_builtins.str]]:
138
137
  """
139
138
  container is the name of the container in the pods of the scaling target
140
139
  """
141
140
  return pulumi.get(self, "container")
142
141
 
143
142
  @container.setter
144
- def container(self, value: Optional[pulumi.Input[builtins.str]]):
143
+ def container(self, value: Optional[pulumi.Input[_builtins.str]]):
145
144
  pulumi.set(self, "container", value)
146
145
 
147
- @property
146
+ @_builtins.property
148
147
  @pulumi.getter
149
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
148
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
150
149
  """
151
150
  name is the name of the resource in question.
152
151
  """
153
152
  return pulumi.get(self, "name")
154
153
 
155
154
  @name.setter
156
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
155
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
157
156
  pulumi.set(self, "name", value)
158
157
 
159
- @property
158
+ @_builtins.property
160
159
  @pulumi.getter
161
160
  def target(self) -> Optional[pulumi.Input['MetricTargetPatchArgs']]:
162
161
  """
@@ -174,11 +173,11 @@ if not MYPY:
174
173
  """
175
174
  ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
176
175
  """
177
- container: pulumi.Input[builtins.str]
176
+ container: pulumi.Input[_builtins.str]
178
177
  """
179
178
  container is the name of the container in the pods of the scaling target
180
179
  """
181
- name: pulumi.Input[builtins.str]
180
+ name: pulumi.Input[_builtins.str]
182
181
  """
183
182
  name is the name of the resource in question.
184
183
  """
@@ -192,44 +191,44 @@ elif False:
192
191
  @pulumi.input_type
193
192
  class ContainerResourceMetricSourceArgs:
194
193
  def __init__(__self__, *,
195
- container: pulumi.Input[builtins.str],
196
- name: pulumi.Input[builtins.str],
194
+ container: pulumi.Input[_builtins.str],
195
+ name: pulumi.Input[_builtins.str],
197
196
  target: pulumi.Input['MetricTargetArgs']):
198
197
  """
199
198
  ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
200
- :param pulumi.Input[builtins.str] container: container is the name of the container in the pods of the scaling target
201
- :param pulumi.Input[builtins.str] name: name is the name of the resource in question.
199
+ :param pulumi.Input[_builtins.str] container: container is the name of the container in the pods of the scaling target
200
+ :param pulumi.Input[_builtins.str] name: name is the name of the resource in question.
202
201
  :param pulumi.Input['MetricTargetArgs'] target: target specifies the target value for the given metric
203
202
  """
204
203
  pulumi.set(__self__, "container", container)
205
204
  pulumi.set(__self__, "name", name)
206
205
  pulumi.set(__self__, "target", target)
207
206
 
208
- @property
207
+ @_builtins.property
209
208
  @pulumi.getter
210
- def container(self) -> pulumi.Input[builtins.str]:
209
+ def container(self) -> pulumi.Input[_builtins.str]:
211
210
  """
212
211
  container is the name of the container in the pods of the scaling target
213
212
  """
214
213
  return pulumi.get(self, "container")
215
214
 
216
215
  @container.setter
217
- def container(self, value: pulumi.Input[builtins.str]):
216
+ def container(self, value: pulumi.Input[_builtins.str]):
218
217
  pulumi.set(self, "container", value)
219
218
 
220
- @property
219
+ @_builtins.property
221
220
  @pulumi.getter
222
- def name(self) -> pulumi.Input[builtins.str]:
221
+ def name(self) -> pulumi.Input[_builtins.str]:
223
222
  """
224
223
  name is the name of the resource in question.
225
224
  """
226
225
  return pulumi.get(self, "name")
227
226
 
228
227
  @name.setter
229
- def name(self, value: pulumi.Input[builtins.str]):
228
+ def name(self, value: pulumi.Input[_builtins.str]):
230
229
  pulumi.set(self, "name", value)
231
230
 
232
- @property
231
+ @_builtins.property
233
232
  @pulumi.getter
234
233
  def target(self) -> pulumi.Input['MetricTargetArgs']:
235
234
  """
@@ -247,7 +246,7 @@ if not MYPY:
247
246
  """
248
247
  ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
249
248
  """
250
- container: pulumi.Input[builtins.str]
249
+ container: pulumi.Input[_builtins.str]
251
250
  """
252
251
  Container is the name of the container in the pods of the scaling target
253
252
  """
@@ -255,7 +254,7 @@ if not MYPY:
255
254
  """
256
255
  current contains the current value for the given metric
257
256
  """
258
- name: pulumi.Input[builtins.str]
257
+ name: pulumi.Input[_builtins.str]
259
258
  """
260
259
  Name is the name of the resource in question.
261
260
  """
@@ -265,32 +264,32 @@ elif False:
265
264
  @pulumi.input_type
266
265
  class ContainerResourceMetricStatusArgs:
267
266
  def __init__(__self__, *,
268
- container: pulumi.Input[builtins.str],
267
+ container: pulumi.Input[_builtins.str],
269
268
  current: pulumi.Input['MetricValueStatusArgs'],
270
- name: pulumi.Input[builtins.str]):
269
+ name: pulumi.Input[_builtins.str]):
271
270
  """
272
271
  ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
273
- :param pulumi.Input[builtins.str] container: Container is the name of the container in the pods of the scaling target
272
+ :param pulumi.Input[_builtins.str] container: Container is the name of the container in the pods of the scaling target
274
273
  :param pulumi.Input['MetricValueStatusArgs'] current: current contains the current value for the given metric
275
- :param pulumi.Input[builtins.str] name: Name is the name of the resource in question.
274
+ :param pulumi.Input[_builtins.str] name: Name is the name of the resource in question.
276
275
  """
277
276
  pulumi.set(__self__, "container", container)
278
277
  pulumi.set(__self__, "current", current)
279
278
  pulumi.set(__self__, "name", name)
280
279
 
281
- @property
280
+ @_builtins.property
282
281
  @pulumi.getter
283
- def container(self) -> pulumi.Input[builtins.str]:
282
+ def container(self) -> pulumi.Input[_builtins.str]:
284
283
  """
285
284
  Container is the name of the container in the pods of the scaling target
286
285
  """
287
286
  return pulumi.get(self, "container")
288
287
 
289
288
  @container.setter
290
- def container(self, value: pulumi.Input[builtins.str]):
289
+ def container(self, value: pulumi.Input[_builtins.str]):
291
290
  pulumi.set(self, "container", value)
292
291
 
293
- @property
292
+ @_builtins.property
294
293
  @pulumi.getter
295
294
  def current(self) -> pulumi.Input['MetricValueStatusArgs']:
296
295
  """
@@ -302,16 +301,16 @@ class ContainerResourceMetricStatusArgs:
302
301
  def current(self, value: pulumi.Input['MetricValueStatusArgs']):
303
302
  pulumi.set(self, "current", value)
304
303
 
305
- @property
304
+ @_builtins.property
306
305
  @pulumi.getter
307
- def name(self) -> pulumi.Input[builtins.str]:
306
+ def name(self) -> pulumi.Input[_builtins.str]:
308
307
  """
309
308
  Name is the name of the resource in question.
310
309
  """
311
310
  return pulumi.get(self, "name")
312
311
 
313
312
  @name.setter
314
- def name(self, value: pulumi.Input[builtins.str]):
313
+ def name(self, value: pulumi.Input[_builtins.str]):
315
314
  pulumi.set(self, "name", value)
316
315
 
317
316
 
@@ -320,15 +319,15 @@ if not MYPY:
320
319
  """
321
320
  CrossVersionObjectReference contains enough information to let you identify the referred resource.
322
321
  """
323
- api_version: NotRequired[pulumi.Input[builtins.str]]
322
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
324
323
  """
325
324
  API version of the referent
326
325
  """
327
- kind: NotRequired[pulumi.Input[builtins.str]]
326
+ kind: NotRequired[pulumi.Input[_builtins.str]]
328
327
  """
329
328
  Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
330
329
  """
331
- name: NotRequired[pulumi.Input[builtins.str]]
330
+ name: NotRequired[pulumi.Input[_builtins.str]]
332
331
  """
333
332
  Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
334
333
  """
@@ -338,14 +337,14 @@ elif False:
338
337
  @pulumi.input_type
339
338
  class CrossVersionObjectReferencePatchArgs:
340
339
  def __init__(__self__, *,
341
- api_version: Optional[pulumi.Input[builtins.str]] = None,
342
- kind: Optional[pulumi.Input[builtins.str]] = None,
343
- name: Optional[pulumi.Input[builtins.str]] = None):
340
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
341
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
342
+ name: Optional[pulumi.Input[_builtins.str]] = None):
344
343
  """
345
344
  CrossVersionObjectReference contains enough information to let you identify the referred resource.
346
- :param pulumi.Input[builtins.str] api_version: API version of the referent
347
- :param pulumi.Input[builtins.str] kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
348
- :param pulumi.Input[builtins.str] name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
345
+ :param pulumi.Input[_builtins.str] api_version: API version of the referent
346
+ :param pulumi.Input[_builtins.str] kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
347
+ :param pulumi.Input[_builtins.str] name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
349
348
  """
350
349
  if api_version is not None:
351
350
  pulumi.set(__self__, "api_version", api_version)
@@ -354,40 +353,40 @@ class CrossVersionObjectReferencePatchArgs:
354
353
  if name is not None:
355
354
  pulumi.set(__self__, "name", name)
356
355
 
357
- @property
356
+ @_builtins.property
358
357
  @pulumi.getter(name="apiVersion")
359
- def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
358
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
360
359
  """
361
360
  API version of the referent
362
361
  """
363
362
  return pulumi.get(self, "api_version")
364
363
 
365
364
  @api_version.setter
366
- def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
365
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
367
366
  pulumi.set(self, "api_version", value)
368
367
 
369
- @property
368
+ @_builtins.property
370
369
  @pulumi.getter
371
- def kind(self) -> Optional[pulumi.Input[builtins.str]]:
370
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
372
371
  """
373
372
  Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
374
373
  """
375
374
  return pulumi.get(self, "kind")
376
375
 
377
376
  @kind.setter
378
- def kind(self, value: Optional[pulumi.Input[builtins.str]]):
377
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
379
378
  pulumi.set(self, "kind", value)
380
379
 
381
- @property
380
+ @_builtins.property
382
381
  @pulumi.getter
383
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
382
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
384
383
  """
385
384
  Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
386
385
  """
387
386
  return pulumi.get(self, "name")
388
387
 
389
388
  @name.setter
390
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
389
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
391
390
  pulumi.set(self, "name", value)
392
391
 
393
392
 
@@ -396,15 +395,15 @@ if not MYPY:
396
395
  """
397
396
  CrossVersionObjectReference contains enough information to let you identify the referred resource.
398
397
  """
399
- kind: pulumi.Input[builtins.str]
398
+ kind: pulumi.Input[_builtins.str]
400
399
  """
401
400
  Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
402
401
  """
403
- name: pulumi.Input[builtins.str]
402
+ name: pulumi.Input[_builtins.str]
404
403
  """
405
404
  Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
406
405
  """
407
- api_version: NotRequired[pulumi.Input[builtins.str]]
406
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
408
407
  """
409
408
  API version of the referent
410
409
  """
@@ -414,54 +413,54 @@ elif False:
414
413
  @pulumi.input_type
415
414
  class CrossVersionObjectReferenceArgs:
416
415
  def __init__(__self__, *,
417
- kind: pulumi.Input[builtins.str],
418
- name: pulumi.Input[builtins.str],
419
- api_version: Optional[pulumi.Input[builtins.str]] = None):
416
+ kind: pulumi.Input[_builtins.str],
417
+ name: pulumi.Input[_builtins.str],
418
+ api_version: Optional[pulumi.Input[_builtins.str]] = None):
420
419
  """
421
420
  CrossVersionObjectReference contains enough information to let you identify the referred resource.
422
- :param pulumi.Input[builtins.str] kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
423
- :param pulumi.Input[builtins.str] name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
424
- :param pulumi.Input[builtins.str] api_version: API version of the referent
421
+ :param pulumi.Input[_builtins.str] kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
422
+ :param pulumi.Input[_builtins.str] name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
423
+ :param pulumi.Input[_builtins.str] api_version: API version of the referent
425
424
  """
426
425
  pulumi.set(__self__, "kind", kind)
427
426
  pulumi.set(__self__, "name", name)
428
427
  if api_version is not None:
429
428
  pulumi.set(__self__, "api_version", api_version)
430
429
 
431
- @property
430
+ @_builtins.property
432
431
  @pulumi.getter
433
- def kind(self) -> pulumi.Input[builtins.str]:
432
+ def kind(self) -> pulumi.Input[_builtins.str]:
434
433
  """
435
434
  Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
436
435
  """
437
436
  return pulumi.get(self, "kind")
438
437
 
439
438
  @kind.setter
440
- def kind(self, value: pulumi.Input[builtins.str]):
439
+ def kind(self, value: pulumi.Input[_builtins.str]):
441
440
  pulumi.set(self, "kind", value)
442
441
 
443
- @property
442
+ @_builtins.property
444
443
  @pulumi.getter
445
- def name(self) -> pulumi.Input[builtins.str]:
444
+ def name(self) -> pulumi.Input[_builtins.str]:
446
445
  """
447
446
  Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
448
447
  """
449
448
  return pulumi.get(self, "name")
450
449
 
451
450
  @name.setter
452
- def name(self, value: pulumi.Input[builtins.str]):
451
+ def name(self, value: pulumi.Input[_builtins.str]):
453
452
  pulumi.set(self, "name", value)
454
453
 
455
- @property
454
+ @_builtins.property
456
455
  @pulumi.getter(name="apiVersion")
457
- def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
456
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
458
457
  """
459
458
  API version of the referent
460
459
  """
461
460
  return pulumi.get(self, "api_version")
462
461
 
463
462
  @api_version.setter
464
- def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
463
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
465
464
  pulumi.set(self, "api_version", value)
466
465
 
467
466
 
@@ -496,7 +495,7 @@ class ExternalMetricSourcePatchArgs:
496
495
  if target is not None:
497
496
  pulumi.set(__self__, "target", target)
498
497
 
499
- @property
498
+ @_builtins.property
500
499
  @pulumi.getter
501
500
  def metric(self) -> Optional[pulumi.Input['MetricIdentifierPatchArgs']]:
502
501
  """
@@ -508,7 +507,7 @@ class ExternalMetricSourcePatchArgs:
508
507
  def metric(self, value: Optional[pulumi.Input['MetricIdentifierPatchArgs']]):
509
508
  pulumi.set(self, "metric", value)
510
509
 
511
- @property
510
+ @_builtins.property
512
511
  @pulumi.getter
513
512
  def target(self) -> Optional[pulumi.Input['MetricTargetPatchArgs']]:
514
513
  """
@@ -550,7 +549,7 @@ class ExternalMetricSourceArgs:
550
549
  pulumi.set(__self__, "metric", metric)
551
550
  pulumi.set(__self__, "target", target)
552
551
 
553
- @property
552
+ @_builtins.property
554
553
  @pulumi.getter
555
554
  def metric(self) -> pulumi.Input['MetricIdentifierArgs']:
556
555
  """
@@ -562,7 +561,7 @@ class ExternalMetricSourceArgs:
562
561
  def metric(self, value: pulumi.Input['MetricIdentifierArgs']):
563
562
  pulumi.set(self, "metric", value)
564
563
 
565
- @property
564
+ @_builtins.property
566
565
  @pulumi.getter
567
566
  def target(self) -> pulumi.Input['MetricTargetArgs']:
568
567
  """
@@ -604,7 +603,7 @@ class ExternalMetricStatusArgs:
604
603
  pulumi.set(__self__, "current", current)
605
604
  pulumi.set(__self__, "metric", metric)
606
605
 
607
- @property
606
+ @_builtins.property
608
607
  @pulumi.getter
609
608
  def current(self) -> pulumi.Input['MetricValueStatusArgs']:
610
609
  """
@@ -616,7 +615,7 @@ class ExternalMetricStatusArgs:
616
615
  def current(self, value: pulumi.Input['MetricValueStatusArgs']):
617
616
  pulumi.set(self, "current", value)
618
617
 
619
- @property
618
+ @_builtins.property
620
619
  @pulumi.getter
621
620
  def metric(self) -> pulumi.Input['MetricIdentifierArgs']:
622
621
  """
@@ -634,15 +633,15 @@ if not MYPY:
634
633
  """
635
634
  HPAScalingPolicy is a single policy which must hold true for a specified past interval.
636
635
  """
637
- period_seconds: NotRequired[pulumi.Input[builtins.int]]
636
+ period_seconds: NotRequired[pulumi.Input[_builtins.int]]
638
637
  """
639
638
  PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
640
639
  """
641
- type: NotRequired[pulumi.Input[builtins.str]]
640
+ type: NotRequired[pulumi.Input[_builtins.str]]
642
641
  """
643
642
  Type is used to specify the scaling policy.
644
643
  """
645
- value: NotRequired[pulumi.Input[builtins.int]]
644
+ value: NotRequired[pulumi.Input[_builtins.int]]
646
645
  """
647
646
  Value contains the amount of change which is permitted by the policy. It must be greater than zero
648
647
  """
@@ -652,14 +651,14 @@ elif False:
652
651
  @pulumi.input_type
653
652
  class HPAScalingPolicyPatchArgs:
654
653
  def __init__(__self__, *,
655
- period_seconds: Optional[pulumi.Input[builtins.int]] = None,
656
- type: Optional[pulumi.Input[builtins.str]] = None,
657
- value: Optional[pulumi.Input[builtins.int]] = None):
654
+ period_seconds: Optional[pulumi.Input[_builtins.int]] = None,
655
+ type: Optional[pulumi.Input[_builtins.str]] = None,
656
+ value: Optional[pulumi.Input[_builtins.int]] = None):
658
657
  """
659
658
  HPAScalingPolicy is a single policy which must hold true for a specified past interval.
660
- :param pulumi.Input[builtins.int] period_seconds: PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
661
- :param pulumi.Input[builtins.str] type: Type is used to specify the scaling policy.
662
- :param pulumi.Input[builtins.int] value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
659
+ :param pulumi.Input[_builtins.int] period_seconds: PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
660
+ :param pulumi.Input[_builtins.str] type: Type is used to specify the scaling policy.
661
+ :param pulumi.Input[_builtins.int] value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
663
662
  """
664
663
  if period_seconds is not None:
665
664
  pulumi.set(__self__, "period_seconds", period_seconds)
@@ -668,40 +667,40 @@ class HPAScalingPolicyPatchArgs:
668
667
  if value is not None:
669
668
  pulumi.set(__self__, "value", value)
670
669
 
671
- @property
670
+ @_builtins.property
672
671
  @pulumi.getter(name="periodSeconds")
673
- def period_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
672
+ def period_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
674
673
  """
675
674
  PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
676
675
  """
677
676
  return pulumi.get(self, "period_seconds")
678
677
 
679
678
  @period_seconds.setter
680
- def period_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
679
+ def period_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
681
680
  pulumi.set(self, "period_seconds", value)
682
681
 
683
- @property
682
+ @_builtins.property
684
683
  @pulumi.getter
685
- def type(self) -> Optional[pulumi.Input[builtins.str]]:
684
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
686
685
  """
687
686
  Type is used to specify the scaling policy.
688
687
  """
689
688
  return pulumi.get(self, "type")
690
689
 
691
690
  @type.setter
692
- def type(self, value: Optional[pulumi.Input[builtins.str]]):
691
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
693
692
  pulumi.set(self, "type", value)
694
693
 
695
- @property
694
+ @_builtins.property
696
695
  @pulumi.getter
697
- def value(self) -> Optional[pulumi.Input[builtins.int]]:
696
+ def value(self) -> Optional[pulumi.Input[_builtins.int]]:
698
697
  """
699
698
  Value contains the amount of change which is permitted by the policy. It must be greater than zero
700
699
  """
701
700
  return pulumi.get(self, "value")
702
701
 
703
702
  @value.setter
704
- def value(self, value: Optional[pulumi.Input[builtins.int]]):
703
+ def value(self, value: Optional[pulumi.Input[_builtins.int]]):
705
704
  pulumi.set(self, "value", value)
706
705
 
707
706
 
@@ -710,15 +709,15 @@ if not MYPY:
710
709
  """
711
710
  HPAScalingPolicy is a single policy which must hold true for a specified past interval.
712
711
  """
713
- period_seconds: pulumi.Input[builtins.int]
712
+ period_seconds: pulumi.Input[_builtins.int]
714
713
  """
715
714
  PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
716
715
  """
717
- type: pulumi.Input[builtins.str]
716
+ type: pulumi.Input[_builtins.str]
718
717
  """
719
718
  Type is used to specify the scaling policy.
720
719
  """
721
- value: pulumi.Input[builtins.int]
720
+ value: pulumi.Input[_builtins.int]
722
721
  """
723
722
  Value contains the amount of change which is permitted by the policy. It must be greater than zero
724
723
  """
@@ -728,53 +727,53 @@ elif False:
728
727
  @pulumi.input_type
729
728
  class HPAScalingPolicyArgs:
730
729
  def __init__(__self__, *,
731
- period_seconds: pulumi.Input[builtins.int],
732
- type: pulumi.Input[builtins.str],
733
- value: pulumi.Input[builtins.int]):
730
+ period_seconds: pulumi.Input[_builtins.int],
731
+ type: pulumi.Input[_builtins.str],
732
+ value: pulumi.Input[_builtins.int]):
734
733
  """
735
734
  HPAScalingPolicy is a single policy which must hold true for a specified past interval.
736
- :param pulumi.Input[builtins.int] period_seconds: PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
737
- :param pulumi.Input[builtins.str] type: Type is used to specify the scaling policy.
738
- :param pulumi.Input[builtins.int] value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
735
+ :param pulumi.Input[_builtins.int] period_seconds: PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
736
+ :param pulumi.Input[_builtins.str] type: Type is used to specify the scaling policy.
737
+ :param pulumi.Input[_builtins.int] value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
739
738
  """
740
739
  pulumi.set(__self__, "period_seconds", period_seconds)
741
740
  pulumi.set(__self__, "type", type)
742
741
  pulumi.set(__self__, "value", value)
743
742
 
744
- @property
743
+ @_builtins.property
745
744
  @pulumi.getter(name="periodSeconds")
746
- def period_seconds(self) -> pulumi.Input[builtins.int]:
745
+ def period_seconds(self) -> pulumi.Input[_builtins.int]:
747
746
  """
748
747
  PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
749
748
  """
750
749
  return pulumi.get(self, "period_seconds")
751
750
 
752
751
  @period_seconds.setter
753
- def period_seconds(self, value: pulumi.Input[builtins.int]):
752
+ def period_seconds(self, value: pulumi.Input[_builtins.int]):
754
753
  pulumi.set(self, "period_seconds", value)
755
754
 
756
- @property
755
+ @_builtins.property
757
756
  @pulumi.getter
758
- def type(self) -> pulumi.Input[builtins.str]:
757
+ def type(self) -> pulumi.Input[_builtins.str]:
759
758
  """
760
759
  Type is used to specify the scaling policy.
761
760
  """
762
761
  return pulumi.get(self, "type")
763
762
 
764
763
  @type.setter
765
- def type(self, value: pulumi.Input[builtins.str]):
764
+ def type(self, value: pulumi.Input[_builtins.str]):
766
765
  pulumi.set(self, "type", value)
767
766
 
768
- @property
767
+ @_builtins.property
769
768
  @pulumi.getter
770
- def value(self) -> pulumi.Input[builtins.int]:
769
+ def value(self) -> pulumi.Input[_builtins.int]:
771
770
  """
772
771
  Value contains the amount of change which is permitted by the policy. It must be greater than zero
773
772
  """
774
773
  return pulumi.get(self, "value")
775
774
 
776
775
  @value.setter
777
- def value(self, value: pulumi.Input[builtins.int]):
776
+ def value(self, value: pulumi.Input[_builtins.int]):
778
777
  pulumi.set(self, "value", value)
779
778
 
780
779
 
@@ -787,11 +786,11 @@ if not MYPY:
787
786
  """
788
787
  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
789
788
  """
790
- select_policy: NotRequired[pulumi.Input[builtins.str]]
789
+ select_policy: NotRequired[pulumi.Input[_builtins.str]]
791
790
  """
792
791
  selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
793
792
  """
794
- stabilization_window_seconds: NotRequired[pulumi.Input[builtins.int]]
793
+ stabilization_window_seconds: NotRequired[pulumi.Input[_builtins.int]]
795
794
  """
796
795
  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
796
  """
@@ -802,13 +801,13 @@ elif False:
802
801
  class HPAScalingRulesPatchArgs:
803
802
  def __init__(__self__, *,
804
803
  policies: Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyPatchArgs']]]] = None,
805
- select_policy: Optional[pulumi.Input[builtins.str]] = None,
806
- stabilization_window_seconds: Optional[pulumi.Input[builtins.int]] = None):
804
+ select_policy: Optional[pulumi.Input[_builtins.str]] = None,
805
+ stabilization_window_seconds: Optional[pulumi.Input[_builtins.int]] = None):
807
806
  """
808
807
  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
808
  :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
810
- :param pulumi.Input[builtins.str] select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
811
- :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).
809
+ :param pulumi.Input[_builtins.str] select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
810
+ :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).
812
811
  """
813
812
  if policies is not None:
814
813
  pulumi.set(__self__, "policies", policies)
@@ -817,7 +816,7 @@ class HPAScalingRulesPatchArgs:
817
816
  if stabilization_window_seconds is not None:
818
817
  pulumi.set(__self__, "stabilization_window_seconds", stabilization_window_seconds)
819
818
 
820
- @property
819
+ @_builtins.property
821
820
  @pulumi.getter
822
821
  def policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyPatchArgs']]]]:
823
822
  """
@@ -829,28 +828,28 @@ class HPAScalingRulesPatchArgs:
829
828
  def policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyPatchArgs']]]]):
830
829
  pulumi.set(self, "policies", value)
831
830
 
832
- @property
831
+ @_builtins.property
833
832
  @pulumi.getter(name="selectPolicy")
834
- def select_policy(self) -> Optional[pulumi.Input[builtins.str]]:
833
+ def select_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
835
834
  """
836
835
  selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
837
836
  """
838
837
  return pulumi.get(self, "select_policy")
839
838
 
840
839
  @select_policy.setter
841
- def select_policy(self, value: Optional[pulumi.Input[builtins.str]]):
840
+ def select_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
842
841
  pulumi.set(self, "select_policy", value)
843
842
 
844
- @property
843
+ @_builtins.property
845
844
  @pulumi.getter(name="stabilizationWindowSeconds")
846
- def stabilization_window_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
845
+ def stabilization_window_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
847
846
  """
848
847
  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).
849
848
  """
850
849
  return pulumi.get(self, "stabilization_window_seconds")
851
850
 
852
851
  @stabilization_window_seconds.setter
853
- def stabilization_window_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
852
+ def stabilization_window_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
854
853
  pulumi.set(self, "stabilization_window_seconds", value)
855
854
 
856
855
 
@@ -863,11 +862,11 @@ if not MYPY:
863
862
  """
864
863
  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
865
864
  """
866
- select_policy: NotRequired[pulumi.Input[builtins.str]]
865
+ select_policy: NotRequired[pulumi.Input[_builtins.str]]
867
866
  """
868
867
  selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
869
868
  """
870
- stabilization_window_seconds: NotRequired[pulumi.Input[builtins.int]]
869
+ stabilization_window_seconds: NotRequired[pulumi.Input[_builtins.int]]
871
870
  """
872
871
  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
872
  """
@@ -878,13 +877,13 @@ elif False:
878
877
  class HPAScalingRulesArgs:
879
878
  def __init__(__self__, *,
880
879
  policies: Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyArgs']]]] = None,
881
- select_policy: Optional[pulumi.Input[builtins.str]] = None,
882
- stabilization_window_seconds: Optional[pulumi.Input[builtins.int]] = None):
880
+ select_policy: Optional[pulumi.Input[_builtins.str]] = None,
881
+ stabilization_window_seconds: Optional[pulumi.Input[_builtins.int]] = None):
883
882
  """
884
883
  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
884
  :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
886
- :param pulumi.Input[builtins.str] select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
887
- :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).
885
+ :param pulumi.Input[_builtins.str] select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
886
+ :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).
888
887
  """
889
888
  if policies is not None:
890
889
  pulumi.set(__self__, "policies", policies)
@@ -893,7 +892,7 @@ class HPAScalingRulesArgs:
893
892
  if stabilization_window_seconds is not None:
894
893
  pulumi.set(__self__, "stabilization_window_seconds", stabilization_window_seconds)
895
894
 
896
- @property
895
+ @_builtins.property
897
896
  @pulumi.getter
898
897
  def policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyArgs']]]]:
899
898
  """
@@ -905,28 +904,28 @@ class HPAScalingRulesArgs:
905
904
  def policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyArgs']]]]):
906
905
  pulumi.set(self, "policies", value)
907
906
 
908
- @property
907
+ @_builtins.property
909
908
  @pulumi.getter(name="selectPolicy")
910
- def select_policy(self) -> Optional[pulumi.Input[builtins.str]]:
909
+ def select_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
911
910
  """
912
911
  selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
913
912
  """
914
913
  return pulumi.get(self, "select_policy")
915
914
 
916
915
  @select_policy.setter
917
- def select_policy(self, value: Optional[pulumi.Input[builtins.str]]):
916
+ def select_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
918
917
  pulumi.set(self, "select_policy", value)
919
918
 
920
- @property
919
+ @_builtins.property
921
920
  @pulumi.getter(name="stabilizationWindowSeconds")
922
- def stabilization_window_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
921
+ def stabilization_window_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
923
922
  """
924
923
  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).
925
924
  """
926
925
  return pulumi.get(self, "stabilization_window_seconds")
927
926
 
928
927
  @stabilization_window_seconds.setter
929
- def stabilization_window_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
928
+ def stabilization_window_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
930
929
  pulumi.set(self, "stabilization_window_seconds", value)
931
930
 
932
931
 
@@ -967,7 +966,7 @@ class HorizontalPodAutoscalerBehaviorPatchArgs:
967
966
  if scale_up is not None:
968
967
  pulumi.set(__self__, "scale_up", scale_up)
969
968
 
970
- @property
969
+ @_builtins.property
971
970
  @pulumi.getter(name="scaleDown")
972
971
  def scale_down(self) -> Optional[pulumi.Input['HPAScalingRulesPatchArgs']]:
973
972
  """
@@ -979,7 +978,7 @@ class HorizontalPodAutoscalerBehaviorPatchArgs:
979
978
  def scale_down(self, value: Optional[pulumi.Input['HPAScalingRulesPatchArgs']]):
980
979
  pulumi.set(self, "scale_down", value)
981
980
 
982
- @property
981
+ @_builtins.property
983
982
  @pulumi.getter(name="scaleUp")
984
983
  def scale_up(self) -> Optional[pulumi.Input['HPAScalingRulesPatchArgs']]:
985
984
  """
@@ -1032,7 +1031,7 @@ class HorizontalPodAutoscalerBehaviorArgs:
1032
1031
  if scale_up is not None:
1033
1032
  pulumi.set(__self__, "scale_up", scale_up)
1034
1033
 
1035
- @property
1034
+ @_builtins.property
1036
1035
  @pulumi.getter(name="scaleDown")
1037
1036
  def scale_down(self) -> Optional[pulumi.Input['HPAScalingRulesArgs']]:
1038
1037
  """
@@ -1044,7 +1043,7 @@ class HorizontalPodAutoscalerBehaviorArgs:
1044
1043
  def scale_down(self, value: Optional[pulumi.Input['HPAScalingRulesArgs']]):
1045
1044
  pulumi.set(self, "scale_down", value)
1046
1045
 
1047
- @property
1046
+ @_builtins.property
1048
1047
  @pulumi.getter(name="scaleUp")
1049
1048
  def scale_up(self) -> Optional[pulumi.Input['HPAScalingRulesArgs']]:
1050
1049
  """
@@ -1065,23 +1064,23 @@ if not MYPY:
1065
1064
  """
1066
1065
  HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
1067
1066
  """
1068
- status: pulumi.Input[builtins.str]
1067
+ status: pulumi.Input[_builtins.str]
1069
1068
  """
1070
1069
  status is the status of the condition (True, False, Unknown)
1071
1070
  """
1072
- type: pulumi.Input[builtins.str]
1071
+ type: pulumi.Input[_builtins.str]
1073
1072
  """
1074
1073
  type describes the current condition
1075
1074
  """
1076
- last_transition_time: NotRequired[pulumi.Input[builtins.str]]
1075
+ last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
1077
1076
  """
1078
1077
  lastTransitionTime is the last time the condition transitioned from one status to another
1079
1078
  """
1080
- message: NotRequired[pulumi.Input[builtins.str]]
1079
+ message: NotRequired[pulumi.Input[_builtins.str]]
1081
1080
  """
1082
1081
  message is a human-readable explanation containing details about the transition
1083
1082
  """
1084
- reason: NotRequired[pulumi.Input[builtins.str]]
1083
+ reason: NotRequired[pulumi.Input[_builtins.str]]
1085
1084
  """
1086
1085
  reason is the reason for the condition's last transition.
1087
1086
  """
@@ -1091,18 +1090,18 @@ elif False:
1091
1090
  @pulumi.input_type
1092
1091
  class HorizontalPodAutoscalerConditionArgs:
1093
1092
  def __init__(__self__, *,
1094
- status: pulumi.Input[builtins.str],
1095
- type: pulumi.Input[builtins.str],
1096
- last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
1097
- message: Optional[pulumi.Input[builtins.str]] = None,
1098
- reason: Optional[pulumi.Input[builtins.str]] = None):
1093
+ status: pulumi.Input[_builtins.str],
1094
+ type: pulumi.Input[_builtins.str],
1095
+ last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
1096
+ message: Optional[pulumi.Input[_builtins.str]] = None,
1097
+ reason: Optional[pulumi.Input[_builtins.str]] = None):
1099
1098
  """
1100
1099
  HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
1101
- :param pulumi.Input[builtins.str] status: status is the status of the condition (True, False, Unknown)
1102
- :param pulumi.Input[builtins.str] type: type describes the current condition
1103
- :param pulumi.Input[builtins.str] last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
1104
- :param pulumi.Input[builtins.str] message: message is a human-readable explanation containing details about the transition
1105
- :param pulumi.Input[builtins.str] reason: reason is the reason for the condition's last transition.
1100
+ :param pulumi.Input[_builtins.str] status: status is the status of the condition (True, False, Unknown)
1101
+ :param pulumi.Input[_builtins.str] type: type describes the current condition
1102
+ :param pulumi.Input[_builtins.str] last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
1103
+ :param pulumi.Input[_builtins.str] message: message is a human-readable explanation containing details about the transition
1104
+ :param pulumi.Input[_builtins.str] reason: reason is the reason for the condition's last transition.
1106
1105
  """
1107
1106
  pulumi.set(__self__, "status", status)
1108
1107
  pulumi.set(__self__, "type", type)
@@ -1113,64 +1112,64 @@ class HorizontalPodAutoscalerConditionArgs:
1113
1112
  if reason is not None:
1114
1113
  pulumi.set(__self__, "reason", reason)
1115
1114
 
1116
- @property
1115
+ @_builtins.property
1117
1116
  @pulumi.getter
1118
- def status(self) -> pulumi.Input[builtins.str]:
1117
+ def status(self) -> pulumi.Input[_builtins.str]:
1119
1118
  """
1120
1119
  status is the status of the condition (True, False, Unknown)
1121
1120
  """
1122
1121
  return pulumi.get(self, "status")
1123
1122
 
1124
1123
  @status.setter
1125
- def status(self, value: pulumi.Input[builtins.str]):
1124
+ def status(self, value: pulumi.Input[_builtins.str]):
1126
1125
  pulumi.set(self, "status", value)
1127
1126
 
1128
- @property
1127
+ @_builtins.property
1129
1128
  @pulumi.getter
1130
- def type(self) -> pulumi.Input[builtins.str]:
1129
+ def type(self) -> pulumi.Input[_builtins.str]:
1131
1130
  """
1132
1131
  type describes the current condition
1133
1132
  """
1134
1133
  return pulumi.get(self, "type")
1135
1134
 
1136
1135
  @type.setter
1137
- def type(self, value: pulumi.Input[builtins.str]):
1136
+ def type(self, value: pulumi.Input[_builtins.str]):
1138
1137
  pulumi.set(self, "type", value)
1139
1138
 
1140
- @property
1139
+ @_builtins.property
1141
1140
  @pulumi.getter(name="lastTransitionTime")
1142
- def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
1141
+ def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
1143
1142
  """
1144
1143
  lastTransitionTime is the last time the condition transitioned from one status to another
1145
1144
  """
1146
1145
  return pulumi.get(self, "last_transition_time")
1147
1146
 
1148
1147
  @last_transition_time.setter
1149
- def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
1148
+ def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
1150
1149
  pulumi.set(self, "last_transition_time", value)
1151
1150
 
1152
- @property
1151
+ @_builtins.property
1153
1152
  @pulumi.getter
1154
- def message(self) -> Optional[pulumi.Input[builtins.str]]:
1153
+ def message(self) -> Optional[pulumi.Input[_builtins.str]]:
1155
1154
  """
1156
1155
  message is a human-readable explanation containing details about the transition
1157
1156
  """
1158
1157
  return pulumi.get(self, "message")
1159
1158
 
1160
1159
  @message.setter
1161
- def message(self, value: Optional[pulumi.Input[builtins.str]]):
1160
+ def message(self, value: Optional[pulumi.Input[_builtins.str]]):
1162
1161
  pulumi.set(self, "message", value)
1163
1162
 
1164
- @property
1163
+ @_builtins.property
1165
1164
  @pulumi.getter
1166
- def reason(self) -> Optional[pulumi.Input[builtins.str]]:
1165
+ def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
1167
1166
  """
1168
1167
  reason is the reason for the condition's last transition.
1169
1168
  """
1170
1169
  return pulumi.get(self, "reason")
1171
1170
 
1172
1171
  @reason.setter
1173
- def reason(self, value: Optional[pulumi.Input[builtins.str]]):
1172
+ def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
1174
1173
  pulumi.set(self, "reason", value)
1175
1174
 
1176
1175
 
@@ -1183,7 +1182,7 @@ if not MYPY:
1183
1182
  """
1184
1183
  behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.
1185
1184
  """
1186
- max_replicas: NotRequired[pulumi.Input[builtins.int]]
1185
+ max_replicas: NotRequired[pulumi.Input[_builtins.int]]
1187
1186
  """
1188
1187
  maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
1189
1188
  """
@@ -1191,7 +1190,7 @@ if not MYPY:
1191
1190
  """
1192
1191
  metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
1193
1192
  """
1194
- min_replicas: NotRequired[pulumi.Input[builtins.int]]
1193
+ min_replicas: NotRequired[pulumi.Input[_builtins.int]]
1195
1194
  """
1196
1195
  minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
1197
1196
  """
@@ -1206,16 +1205,16 @@ elif False:
1206
1205
  class HorizontalPodAutoscalerSpecPatchArgs:
1207
1206
  def __init__(__self__, *,
1208
1207
  behavior: Optional[pulumi.Input['HorizontalPodAutoscalerBehaviorPatchArgs']] = None,
1209
- max_replicas: Optional[pulumi.Input[builtins.int]] = None,
1208
+ max_replicas: Optional[pulumi.Input[_builtins.int]] = None,
1210
1209
  metrics: Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecPatchArgs']]]] = None,
1211
- min_replicas: Optional[pulumi.Input[builtins.int]] = None,
1210
+ min_replicas: Optional[pulumi.Input[_builtins.int]] = None,
1212
1211
  scale_target_ref: Optional[pulumi.Input['CrossVersionObjectReferencePatchArgs']] = None):
1213
1212
  """
1214
1213
  HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
1215
1214
  :param pulumi.Input['HorizontalPodAutoscalerBehaviorPatchArgs'] behavior: behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.
1216
- :param pulumi.Input[builtins.int] max_replicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
1215
+ :param pulumi.Input[_builtins.int] max_replicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
1217
1216
  :param pulumi.Input[Sequence[pulumi.Input['MetricSpecPatchArgs']]] metrics: metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
1218
- :param pulumi.Input[builtins.int] min_replicas: minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
1217
+ :param pulumi.Input[_builtins.int] min_replicas: minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
1219
1218
  :param pulumi.Input['CrossVersionObjectReferencePatchArgs'] scale_target_ref: scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count.
1220
1219
  """
1221
1220
  if behavior is not None:
@@ -1229,7 +1228,7 @@ class HorizontalPodAutoscalerSpecPatchArgs:
1229
1228
  if scale_target_ref is not None:
1230
1229
  pulumi.set(__self__, "scale_target_ref", scale_target_ref)
1231
1230
 
1232
- @property
1231
+ @_builtins.property
1233
1232
  @pulumi.getter
1234
1233
  def behavior(self) -> Optional[pulumi.Input['HorizontalPodAutoscalerBehaviorPatchArgs']]:
1235
1234
  """
@@ -1241,19 +1240,19 @@ class HorizontalPodAutoscalerSpecPatchArgs:
1241
1240
  def behavior(self, value: Optional[pulumi.Input['HorizontalPodAutoscalerBehaviorPatchArgs']]):
1242
1241
  pulumi.set(self, "behavior", value)
1243
1242
 
1244
- @property
1243
+ @_builtins.property
1245
1244
  @pulumi.getter(name="maxReplicas")
1246
- def max_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
1245
+ def max_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
1247
1246
  """
1248
1247
  maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
1249
1248
  """
1250
1249
  return pulumi.get(self, "max_replicas")
1251
1250
 
1252
1251
  @max_replicas.setter
1253
- def max_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
1252
+ def max_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
1254
1253
  pulumi.set(self, "max_replicas", value)
1255
1254
 
1256
- @property
1255
+ @_builtins.property
1257
1256
  @pulumi.getter
1258
1257
  def metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecPatchArgs']]]]:
1259
1258
  """
@@ -1265,19 +1264,19 @@ class HorizontalPodAutoscalerSpecPatchArgs:
1265
1264
  def metrics(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecPatchArgs']]]]):
1266
1265
  pulumi.set(self, "metrics", value)
1267
1266
 
1268
- @property
1267
+ @_builtins.property
1269
1268
  @pulumi.getter(name="minReplicas")
1270
- def min_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
1269
+ def min_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
1271
1270
  """
1272
1271
  minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
1273
1272
  """
1274
1273
  return pulumi.get(self, "min_replicas")
1275
1274
 
1276
1275
  @min_replicas.setter
1277
- def min_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
1276
+ def min_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
1278
1277
  pulumi.set(self, "min_replicas", value)
1279
1278
 
1280
- @property
1279
+ @_builtins.property
1281
1280
  @pulumi.getter(name="scaleTargetRef")
1282
1281
  def scale_target_ref(self) -> Optional[pulumi.Input['CrossVersionObjectReferencePatchArgs']]:
1283
1282
  """
@@ -1295,7 +1294,7 @@ if not MYPY:
1295
1294
  """
1296
1295
  HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
1297
1296
  """
1298
- max_replicas: pulumi.Input[builtins.int]
1297
+ max_replicas: pulumi.Input[_builtins.int]
1299
1298
  """
1300
1299
  maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
1301
1300
  """
@@ -1311,7 +1310,7 @@ if not MYPY:
1311
1310
  """
1312
1311
  metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
1313
1312
  """
1314
- min_replicas: NotRequired[pulumi.Input[builtins.int]]
1313
+ min_replicas: NotRequired[pulumi.Input[_builtins.int]]
1315
1314
  """
1316
1315
  minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
1317
1316
  """
@@ -1321,18 +1320,18 @@ elif False:
1321
1320
  @pulumi.input_type
1322
1321
  class HorizontalPodAutoscalerSpecArgs:
1323
1322
  def __init__(__self__, *,
1324
- max_replicas: pulumi.Input[builtins.int],
1323
+ max_replicas: pulumi.Input[_builtins.int],
1325
1324
  scale_target_ref: pulumi.Input['CrossVersionObjectReferenceArgs'],
1326
1325
  behavior: Optional[pulumi.Input['HorizontalPodAutoscalerBehaviorArgs']] = None,
1327
1326
  metrics: Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecArgs']]]] = None,
1328
- min_replicas: Optional[pulumi.Input[builtins.int]] = None):
1327
+ min_replicas: Optional[pulumi.Input[_builtins.int]] = None):
1329
1328
  """
1330
1329
  HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
1331
- :param pulumi.Input[builtins.int] max_replicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
1330
+ :param pulumi.Input[_builtins.int] max_replicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
1332
1331
  :param pulumi.Input['CrossVersionObjectReferenceArgs'] scale_target_ref: scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count.
1333
1332
  :param pulumi.Input['HorizontalPodAutoscalerBehaviorArgs'] behavior: behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.
1334
1333
  :param pulumi.Input[Sequence[pulumi.Input['MetricSpecArgs']]] metrics: metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
1335
- :param pulumi.Input[builtins.int] min_replicas: minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
1334
+ :param pulumi.Input[_builtins.int] min_replicas: minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
1336
1335
  """
1337
1336
  pulumi.set(__self__, "max_replicas", max_replicas)
1338
1337
  pulumi.set(__self__, "scale_target_ref", scale_target_ref)
@@ -1343,19 +1342,19 @@ class HorizontalPodAutoscalerSpecArgs:
1343
1342
  if min_replicas is not None:
1344
1343
  pulumi.set(__self__, "min_replicas", min_replicas)
1345
1344
 
1346
- @property
1345
+ @_builtins.property
1347
1346
  @pulumi.getter(name="maxReplicas")
1348
- def max_replicas(self) -> pulumi.Input[builtins.int]:
1347
+ def max_replicas(self) -> pulumi.Input[_builtins.int]:
1349
1348
  """
1350
1349
  maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
1351
1350
  """
1352
1351
  return pulumi.get(self, "max_replicas")
1353
1352
 
1354
1353
  @max_replicas.setter
1355
- def max_replicas(self, value: pulumi.Input[builtins.int]):
1354
+ def max_replicas(self, value: pulumi.Input[_builtins.int]):
1356
1355
  pulumi.set(self, "max_replicas", value)
1357
1356
 
1358
- @property
1357
+ @_builtins.property
1359
1358
  @pulumi.getter(name="scaleTargetRef")
1360
1359
  def scale_target_ref(self) -> pulumi.Input['CrossVersionObjectReferenceArgs']:
1361
1360
  """
@@ -1367,7 +1366,7 @@ class HorizontalPodAutoscalerSpecArgs:
1367
1366
  def scale_target_ref(self, value: pulumi.Input['CrossVersionObjectReferenceArgs']):
1368
1367
  pulumi.set(self, "scale_target_ref", value)
1369
1368
 
1370
- @property
1369
+ @_builtins.property
1371
1370
  @pulumi.getter
1372
1371
  def behavior(self) -> Optional[pulumi.Input['HorizontalPodAutoscalerBehaviorArgs']]:
1373
1372
  """
@@ -1379,7 +1378,7 @@ class HorizontalPodAutoscalerSpecArgs:
1379
1378
  def behavior(self, value: Optional[pulumi.Input['HorizontalPodAutoscalerBehaviorArgs']]):
1380
1379
  pulumi.set(self, "behavior", value)
1381
1380
 
1382
- @property
1381
+ @_builtins.property
1383
1382
  @pulumi.getter
1384
1383
  def metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecArgs']]]]:
1385
1384
  """
@@ -1391,16 +1390,16 @@ class HorizontalPodAutoscalerSpecArgs:
1391
1390
  def metrics(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecArgs']]]]):
1392
1391
  pulumi.set(self, "metrics", value)
1393
1392
 
1394
- @property
1393
+ @_builtins.property
1395
1394
  @pulumi.getter(name="minReplicas")
1396
- def min_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
1395
+ def min_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
1397
1396
  """
1398
1397
  minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
1399
1398
  """
1400
1399
  return pulumi.get(self, "min_replicas")
1401
1400
 
1402
1401
  @min_replicas.setter
1403
- def min_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
1402
+ def min_replicas(self, value: Optional[pulumi.Input[_builtins.int]]):
1404
1403
  pulumi.set(self, "min_replicas", value)
1405
1404
 
1406
1405
 
@@ -1413,11 +1412,11 @@ if not MYPY:
1413
1412
  """
1414
1413
  conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
1415
1414
  """
1416
- current_replicas: pulumi.Input[builtins.int]
1415
+ current_replicas: pulumi.Input[_builtins.int]
1417
1416
  """
1418
1417
  currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
1419
1418
  """
1420
- desired_replicas: pulumi.Input[builtins.int]
1419
+ desired_replicas: pulumi.Input[_builtins.int]
1421
1420
  """
1422
1421
  desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
1423
1422
  """
@@ -1425,11 +1424,11 @@ if not MYPY:
1425
1424
  """
1426
1425
  currentMetrics is the last read state of the metrics used by this autoscaler.
1427
1426
  """
1428
- last_scale_time: NotRequired[pulumi.Input[builtins.str]]
1427
+ last_scale_time: NotRequired[pulumi.Input[_builtins.str]]
1429
1428
  """
1430
1429
  lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
1431
1430
  """
1432
- observed_generation: NotRequired[pulumi.Input[builtins.int]]
1431
+ observed_generation: NotRequired[pulumi.Input[_builtins.int]]
1433
1432
  """
1434
1433
  observedGeneration is the most recent generation observed by this autoscaler.
1435
1434
  """
@@ -1440,19 +1439,19 @@ elif False:
1440
1439
  class HorizontalPodAutoscalerStatusArgs:
1441
1440
  def __init__(__self__, *,
1442
1441
  conditions: pulumi.Input[Sequence[pulumi.Input['HorizontalPodAutoscalerConditionArgs']]],
1443
- current_replicas: pulumi.Input[builtins.int],
1444
- desired_replicas: pulumi.Input[builtins.int],
1442
+ current_replicas: pulumi.Input[_builtins.int],
1443
+ desired_replicas: pulumi.Input[_builtins.int],
1445
1444
  current_metrics: Optional[pulumi.Input[Sequence[pulumi.Input['MetricStatusArgs']]]] = None,
1446
- last_scale_time: Optional[pulumi.Input[builtins.str]] = None,
1447
- observed_generation: Optional[pulumi.Input[builtins.int]] = None):
1445
+ last_scale_time: Optional[pulumi.Input[_builtins.str]] = None,
1446
+ observed_generation: Optional[pulumi.Input[_builtins.int]] = None):
1448
1447
  """
1449
1448
  HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
1450
1449
  :param pulumi.Input[Sequence[pulumi.Input['HorizontalPodAutoscalerConditionArgs']]] conditions: conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
1451
- :param pulumi.Input[builtins.int] current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
1452
- :param pulumi.Input[builtins.int] desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
1450
+ :param pulumi.Input[_builtins.int] current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
1451
+ :param pulumi.Input[_builtins.int] desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
1453
1452
  :param pulumi.Input[Sequence[pulumi.Input['MetricStatusArgs']]] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
1454
- :param pulumi.Input[builtins.str] last_scale_time: lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
1455
- :param pulumi.Input[builtins.int] observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
1453
+ :param pulumi.Input[_builtins.str] last_scale_time: lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
1454
+ :param pulumi.Input[_builtins.int] observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
1456
1455
  """
1457
1456
  pulumi.set(__self__, "conditions", conditions)
1458
1457
  pulumi.set(__self__, "current_replicas", current_replicas)
@@ -1464,7 +1463,7 @@ class HorizontalPodAutoscalerStatusArgs:
1464
1463
  if observed_generation is not None:
1465
1464
  pulumi.set(__self__, "observed_generation", observed_generation)
1466
1465
 
1467
- @property
1466
+ @_builtins.property
1468
1467
  @pulumi.getter
1469
1468
  def conditions(self) -> pulumi.Input[Sequence[pulumi.Input['HorizontalPodAutoscalerConditionArgs']]]:
1470
1469
  """
@@ -1476,31 +1475,31 @@ class HorizontalPodAutoscalerStatusArgs:
1476
1475
  def conditions(self, value: pulumi.Input[Sequence[pulumi.Input['HorizontalPodAutoscalerConditionArgs']]]):
1477
1476
  pulumi.set(self, "conditions", value)
1478
1477
 
1479
- @property
1478
+ @_builtins.property
1480
1479
  @pulumi.getter(name="currentReplicas")
1481
- def current_replicas(self) -> pulumi.Input[builtins.int]:
1480
+ def current_replicas(self) -> pulumi.Input[_builtins.int]:
1482
1481
  """
1483
1482
  currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
1484
1483
  """
1485
1484
  return pulumi.get(self, "current_replicas")
1486
1485
 
1487
1486
  @current_replicas.setter
1488
- def current_replicas(self, value: pulumi.Input[builtins.int]):
1487
+ def current_replicas(self, value: pulumi.Input[_builtins.int]):
1489
1488
  pulumi.set(self, "current_replicas", value)
1490
1489
 
1491
- @property
1490
+ @_builtins.property
1492
1491
  @pulumi.getter(name="desiredReplicas")
1493
- def desired_replicas(self) -> pulumi.Input[builtins.int]:
1492
+ def desired_replicas(self) -> pulumi.Input[_builtins.int]:
1494
1493
  """
1495
1494
  desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
1496
1495
  """
1497
1496
  return pulumi.get(self, "desired_replicas")
1498
1497
 
1499
1498
  @desired_replicas.setter
1500
- def desired_replicas(self, value: pulumi.Input[builtins.int]):
1499
+ def desired_replicas(self, value: pulumi.Input[_builtins.int]):
1501
1500
  pulumi.set(self, "desired_replicas", value)
1502
1501
 
1503
- @property
1502
+ @_builtins.property
1504
1503
  @pulumi.getter(name="currentMetrics")
1505
1504
  def current_metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MetricStatusArgs']]]]:
1506
1505
  """
@@ -1512,28 +1511,28 @@ class HorizontalPodAutoscalerStatusArgs:
1512
1511
  def current_metrics(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MetricStatusArgs']]]]):
1513
1512
  pulumi.set(self, "current_metrics", value)
1514
1513
 
1515
- @property
1514
+ @_builtins.property
1516
1515
  @pulumi.getter(name="lastScaleTime")
1517
- def last_scale_time(self) -> Optional[pulumi.Input[builtins.str]]:
1516
+ def last_scale_time(self) -> Optional[pulumi.Input[_builtins.str]]:
1518
1517
  """
1519
1518
  lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
1520
1519
  """
1521
1520
  return pulumi.get(self, "last_scale_time")
1522
1521
 
1523
1522
  @last_scale_time.setter
1524
- def last_scale_time(self, value: Optional[pulumi.Input[builtins.str]]):
1523
+ def last_scale_time(self, value: Optional[pulumi.Input[_builtins.str]]):
1525
1524
  pulumi.set(self, "last_scale_time", value)
1526
1525
 
1527
- @property
1526
+ @_builtins.property
1528
1527
  @pulumi.getter(name="observedGeneration")
1529
- def observed_generation(self) -> Optional[pulumi.Input[builtins.int]]:
1528
+ def observed_generation(self) -> Optional[pulumi.Input[_builtins.int]]:
1530
1529
  """
1531
1530
  observedGeneration is the most recent generation observed by this autoscaler.
1532
1531
  """
1533
1532
  return pulumi.get(self, "observed_generation")
1534
1533
 
1535
1534
  @observed_generation.setter
1536
- def observed_generation(self, value: Optional[pulumi.Input[builtins.int]]):
1535
+ def observed_generation(self, value: Optional[pulumi.Input[_builtins.int]]):
1537
1536
  pulumi.set(self, "observed_generation", value)
1538
1537
 
1539
1538
 
@@ -1542,11 +1541,11 @@ if not MYPY:
1542
1541
  """
1543
1542
  HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
1544
1543
  """
1545
- api_version: NotRequired[pulumi.Input[builtins.str]]
1544
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
1546
1545
  """
1547
1546
  APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1548
1547
  """
1549
- kind: NotRequired[pulumi.Input[builtins.str]]
1548
+ kind: NotRequired[pulumi.Input[_builtins.str]]
1550
1549
  """
1551
1550
  Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1552
1551
  """
@@ -1568,15 +1567,15 @@ elif False:
1568
1567
  @pulumi.input_type
1569
1568
  class HorizontalPodAutoscalerArgs:
1570
1569
  def __init__(__self__, *,
1571
- api_version: Optional[pulumi.Input[builtins.str]] = None,
1572
- kind: Optional[pulumi.Input[builtins.str]] = None,
1570
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
1571
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
1573
1572
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
1574
1573
  spec: Optional[pulumi.Input['HorizontalPodAutoscalerSpecArgs']] = None,
1575
1574
  status: Optional[pulumi.Input['HorizontalPodAutoscalerStatusArgs']] = None):
1576
1575
  """
1577
1576
  HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
1578
- :param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1579
- :param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1577
+ :param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1578
+ :param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1580
1579
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1581
1580
  :param pulumi.Input['HorizontalPodAutoscalerSpecArgs'] spec: spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
1582
1581
  :param pulumi.Input['HorizontalPodAutoscalerStatusArgs'] status: status is the current information about the autoscaler.
@@ -1592,31 +1591,31 @@ class HorizontalPodAutoscalerArgs:
1592
1591
  if status is not None:
1593
1592
  pulumi.set(__self__, "status", status)
1594
1593
 
1595
- @property
1594
+ @_builtins.property
1596
1595
  @pulumi.getter(name="apiVersion")
1597
- def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
1596
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
1598
1597
  """
1599
1598
  APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1600
1599
  """
1601
1600
  return pulumi.get(self, "api_version")
1602
1601
 
1603
1602
  @api_version.setter
1604
- def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
1603
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
1605
1604
  pulumi.set(self, "api_version", value)
1606
1605
 
1607
- @property
1606
+ @_builtins.property
1608
1607
  @pulumi.getter
1609
- def kind(self) -> Optional[pulumi.Input[builtins.str]]:
1608
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
1610
1609
  """
1611
1610
  Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1612
1611
  """
1613
1612
  return pulumi.get(self, "kind")
1614
1613
 
1615
1614
  @kind.setter
1616
- def kind(self, value: Optional[pulumi.Input[builtins.str]]):
1615
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
1617
1616
  pulumi.set(self, "kind", value)
1618
1617
 
1619
- @property
1618
+ @_builtins.property
1620
1619
  @pulumi.getter
1621
1620
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
1622
1621
  """
@@ -1628,7 +1627,7 @@ class HorizontalPodAutoscalerArgs:
1628
1627
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
1629
1628
  pulumi.set(self, "metadata", value)
1630
1629
 
1631
- @property
1630
+ @_builtins.property
1632
1631
  @pulumi.getter
1633
1632
  def spec(self) -> Optional[pulumi.Input['HorizontalPodAutoscalerSpecArgs']]:
1634
1633
  """
@@ -1640,7 +1639,7 @@ class HorizontalPodAutoscalerArgs:
1640
1639
  def spec(self, value: Optional[pulumi.Input['HorizontalPodAutoscalerSpecArgs']]):
1641
1640
  pulumi.set(self, "spec", value)
1642
1641
 
1643
- @property
1642
+ @_builtins.property
1644
1643
  @pulumi.getter
1645
1644
  def status(self) -> Optional[pulumi.Input['HorizontalPodAutoscalerStatusArgs']]:
1646
1645
  """
@@ -1658,7 +1657,7 @@ if not MYPY:
1658
1657
  """
1659
1658
  MetricIdentifier defines the name and optionally selector for a metric
1660
1659
  """
1661
- name: NotRequired[pulumi.Input[builtins.str]]
1660
+ name: NotRequired[pulumi.Input[_builtins.str]]
1662
1661
  """
1663
1662
  name is the name of the given metric
1664
1663
  """
@@ -1672,11 +1671,11 @@ elif False:
1672
1671
  @pulumi.input_type
1673
1672
  class MetricIdentifierPatchArgs:
1674
1673
  def __init__(__self__, *,
1675
- name: Optional[pulumi.Input[builtins.str]] = None,
1674
+ name: Optional[pulumi.Input[_builtins.str]] = None,
1676
1675
  selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None):
1677
1676
  """
1678
1677
  MetricIdentifier defines the name and optionally selector for a metric
1679
- :param pulumi.Input[builtins.str] name: name is the name of the given metric
1678
+ :param pulumi.Input[_builtins.str] name: name is the name of the given metric
1680
1679
  :param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics.
1681
1680
  """
1682
1681
  if name is not None:
@@ -1684,19 +1683,19 @@ class MetricIdentifierPatchArgs:
1684
1683
  if selector is not None:
1685
1684
  pulumi.set(__self__, "selector", selector)
1686
1685
 
1687
- @property
1686
+ @_builtins.property
1688
1687
  @pulumi.getter
1689
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
1688
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
1690
1689
  """
1691
1690
  name is the name of the given metric
1692
1691
  """
1693
1692
  return pulumi.get(self, "name")
1694
1693
 
1695
1694
  @name.setter
1696
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
1695
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
1697
1696
  pulumi.set(self, "name", value)
1698
1697
 
1699
- @property
1698
+ @_builtins.property
1700
1699
  @pulumi.getter
1701
1700
  def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
1702
1701
  """
@@ -1714,7 +1713,7 @@ if not MYPY:
1714
1713
  """
1715
1714
  MetricIdentifier defines the name and optionally selector for a metric
1716
1715
  """
1717
- name: pulumi.Input[builtins.str]
1716
+ name: pulumi.Input[_builtins.str]
1718
1717
  """
1719
1718
  name is the name of the given metric
1720
1719
  """
@@ -1728,30 +1727,30 @@ elif False:
1728
1727
  @pulumi.input_type
1729
1728
  class MetricIdentifierArgs:
1730
1729
  def __init__(__self__, *,
1731
- name: pulumi.Input[builtins.str],
1730
+ name: pulumi.Input[_builtins.str],
1732
1731
  selector: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None):
1733
1732
  """
1734
1733
  MetricIdentifier defines the name and optionally selector for a metric
1735
- :param pulumi.Input[builtins.str] name: name is the name of the given metric
1734
+ :param pulumi.Input[_builtins.str] name: name is the name of the given metric
1736
1735
  :param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics.
1737
1736
  """
1738
1737
  pulumi.set(__self__, "name", name)
1739
1738
  if selector is not None:
1740
1739
  pulumi.set(__self__, "selector", selector)
1741
1740
 
1742
- @property
1741
+ @_builtins.property
1743
1742
  @pulumi.getter
1744
- def name(self) -> pulumi.Input[builtins.str]:
1743
+ def name(self) -> pulumi.Input[_builtins.str]:
1745
1744
  """
1746
1745
  name is the name of the given metric
1747
1746
  """
1748
1747
  return pulumi.get(self, "name")
1749
1748
 
1750
1749
  @name.setter
1751
- def name(self, value: pulumi.Input[builtins.str]):
1750
+ def name(self, value: pulumi.Input[_builtins.str]):
1752
1751
  pulumi.set(self, "name", value)
1753
1752
 
1754
- @property
1753
+ @_builtins.property
1755
1754
  @pulumi.getter
1756
1755
  def selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']]:
1757
1756
  """
@@ -1789,7 +1788,7 @@ if not MYPY:
1789
1788
  """
1790
1789
  resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
1791
1790
  """
1792
- type: NotRequired[pulumi.Input[builtins.str]]
1791
+ type: NotRequired[pulumi.Input[_builtins.str]]
1793
1792
  """
1794
1793
  type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
1795
1794
  """
@@ -1804,7 +1803,7 @@ class MetricSpecPatchArgs:
1804
1803
  object: Optional[pulumi.Input['ObjectMetricSourcePatchArgs']] = None,
1805
1804
  pods: Optional[pulumi.Input['PodsMetricSourcePatchArgs']] = None,
1806
1805
  resource: Optional[pulumi.Input['ResourceMetricSourcePatchArgs']] = None,
1807
- type: Optional[pulumi.Input[builtins.str]] = None):
1806
+ type: Optional[pulumi.Input[_builtins.str]] = None):
1808
1807
  """
1809
1808
  MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
1810
1809
  :param pulumi.Input['ContainerResourceMetricSourcePatchArgs'] container_resource: container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag.
@@ -1812,7 +1811,7 @@ class MetricSpecPatchArgs:
1812
1811
  :param pulumi.Input['ObjectMetricSourcePatchArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
1813
1812
  :param pulumi.Input['PodsMetricSourcePatchArgs'] pods: pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
1814
1813
  :param pulumi.Input['ResourceMetricSourcePatchArgs'] resource: resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
1815
- :param pulumi.Input[builtins.str] type: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
1814
+ :param pulumi.Input[_builtins.str] type: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
1816
1815
  """
1817
1816
  if container_resource is not None:
1818
1817
  pulumi.set(__self__, "container_resource", container_resource)
@@ -1827,7 +1826,7 @@ class MetricSpecPatchArgs:
1827
1826
  if type is not None:
1828
1827
  pulumi.set(__self__, "type", type)
1829
1828
 
1830
- @property
1829
+ @_builtins.property
1831
1830
  @pulumi.getter(name="containerResource")
1832
1831
  def container_resource(self) -> Optional[pulumi.Input['ContainerResourceMetricSourcePatchArgs']]:
1833
1832
  """
@@ -1839,7 +1838,7 @@ class MetricSpecPatchArgs:
1839
1838
  def container_resource(self, value: Optional[pulumi.Input['ContainerResourceMetricSourcePatchArgs']]):
1840
1839
  pulumi.set(self, "container_resource", value)
1841
1840
 
1842
- @property
1841
+ @_builtins.property
1843
1842
  @pulumi.getter
1844
1843
  def external(self) -> Optional[pulumi.Input['ExternalMetricSourcePatchArgs']]:
1845
1844
  """
@@ -1851,7 +1850,7 @@ class MetricSpecPatchArgs:
1851
1850
  def external(self, value: Optional[pulumi.Input['ExternalMetricSourcePatchArgs']]):
1852
1851
  pulumi.set(self, "external", value)
1853
1852
 
1854
- @property
1853
+ @_builtins.property
1855
1854
  @pulumi.getter
1856
1855
  def object(self) -> Optional[pulumi.Input['ObjectMetricSourcePatchArgs']]:
1857
1856
  """
@@ -1863,7 +1862,7 @@ class MetricSpecPatchArgs:
1863
1862
  def object(self, value: Optional[pulumi.Input['ObjectMetricSourcePatchArgs']]):
1864
1863
  pulumi.set(self, "object", value)
1865
1864
 
1866
- @property
1865
+ @_builtins.property
1867
1866
  @pulumi.getter
1868
1867
  def pods(self) -> Optional[pulumi.Input['PodsMetricSourcePatchArgs']]:
1869
1868
  """
@@ -1875,7 +1874,7 @@ class MetricSpecPatchArgs:
1875
1874
  def pods(self, value: Optional[pulumi.Input['PodsMetricSourcePatchArgs']]):
1876
1875
  pulumi.set(self, "pods", value)
1877
1876
 
1878
- @property
1877
+ @_builtins.property
1879
1878
  @pulumi.getter
1880
1879
  def resource(self) -> Optional[pulumi.Input['ResourceMetricSourcePatchArgs']]:
1881
1880
  """
@@ -1887,16 +1886,16 @@ class MetricSpecPatchArgs:
1887
1886
  def resource(self, value: Optional[pulumi.Input['ResourceMetricSourcePatchArgs']]):
1888
1887
  pulumi.set(self, "resource", value)
1889
1888
 
1890
- @property
1889
+ @_builtins.property
1891
1890
  @pulumi.getter
1892
- def type(self) -> Optional[pulumi.Input[builtins.str]]:
1891
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
1893
1892
  """
1894
1893
  type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
1895
1894
  """
1896
1895
  return pulumi.get(self, "type")
1897
1896
 
1898
1897
  @type.setter
1899
- def type(self, value: Optional[pulumi.Input[builtins.str]]):
1898
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
1900
1899
  pulumi.set(self, "type", value)
1901
1900
 
1902
1901
 
@@ -1905,7 +1904,7 @@ if not MYPY:
1905
1904
  """
1906
1905
  MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
1907
1906
  """
1908
- type: pulumi.Input[builtins.str]
1907
+ type: pulumi.Input[_builtins.str]
1909
1908
  """
1910
1909
  type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
1911
1910
  """
@@ -1935,7 +1934,7 @@ elif False:
1935
1934
  @pulumi.input_type
1936
1935
  class MetricSpecArgs:
1937
1936
  def __init__(__self__, *,
1938
- type: pulumi.Input[builtins.str],
1937
+ type: pulumi.Input[_builtins.str],
1939
1938
  container_resource: Optional[pulumi.Input['ContainerResourceMetricSourceArgs']] = None,
1940
1939
  external: Optional[pulumi.Input['ExternalMetricSourceArgs']] = None,
1941
1940
  object: Optional[pulumi.Input['ObjectMetricSourceArgs']] = None,
@@ -1943,7 +1942,7 @@ class MetricSpecArgs:
1943
1942
  resource: Optional[pulumi.Input['ResourceMetricSourceArgs']] = None):
1944
1943
  """
1945
1944
  MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
1946
- :param pulumi.Input[builtins.str] type: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
1945
+ :param pulumi.Input[_builtins.str] type: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
1947
1946
  :param pulumi.Input['ContainerResourceMetricSourceArgs'] container_resource: container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag.
1948
1947
  :param pulumi.Input['ExternalMetricSourceArgs'] external: external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).
1949
1948
  :param pulumi.Input['ObjectMetricSourceArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
@@ -1962,19 +1961,19 @@ class MetricSpecArgs:
1962
1961
  if resource is not None:
1963
1962
  pulumi.set(__self__, "resource", resource)
1964
1963
 
1965
- @property
1964
+ @_builtins.property
1966
1965
  @pulumi.getter
1967
- def type(self) -> pulumi.Input[builtins.str]:
1966
+ def type(self) -> pulumi.Input[_builtins.str]:
1968
1967
  """
1969
1968
  type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
1970
1969
  """
1971
1970
  return pulumi.get(self, "type")
1972
1971
 
1973
1972
  @type.setter
1974
- def type(self, value: pulumi.Input[builtins.str]):
1973
+ def type(self, value: pulumi.Input[_builtins.str]):
1975
1974
  pulumi.set(self, "type", value)
1976
1975
 
1977
- @property
1976
+ @_builtins.property
1978
1977
  @pulumi.getter(name="containerResource")
1979
1978
  def container_resource(self) -> Optional[pulumi.Input['ContainerResourceMetricSourceArgs']]:
1980
1979
  """
@@ -1986,7 +1985,7 @@ class MetricSpecArgs:
1986
1985
  def container_resource(self, value: Optional[pulumi.Input['ContainerResourceMetricSourceArgs']]):
1987
1986
  pulumi.set(self, "container_resource", value)
1988
1987
 
1989
- @property
1988
+ @_builtins.property
1990
1989
  @pulumi.getter
1991
1990
  def external(self) -> Optional[pulumi.Input['ExternalMetricSourceArgs']]:
1992
1991
  """
@@ -1998,7 +1997,7 @@ class MetricSpecArgs:
1998
1997
  def external(self, value: Optional[pulumi.Input['ExternalMetricSourceArgs']]):
1999
1998
  pulumi.set(self, "external", value)
2000
1999
 
2001
- @property
2000
+ @_builtins.property
2002
2001
  @pulumi.getter
2003
2002
  def object(self) -> Optional[pulumi.Input['ObjectMetricSourceArgs']]:
2004
2003
  """
@@ -2010,7 +2009,7 @@ class MetricSpecArgs:
2010
2009
  def object(self, value: Optional[pulumi.Input['ObjectMetricSourceArgs']]):
2011
2010
  pulumi.set(self, "object", value)
2012
2011
 
2013
- @property
2012
+ @_builtins.property
2014
2013
  @pulumi.getter
2015
2014
  def pods(self) -> Optional[pulumi.Input['PodsMetricSourceArgs']]:
2016
2015
  """
@@ -2022,7 +2021,7 @@ class MetricSpecArgs:
2022
2021
  def pods(self, value: Optional[pulumi.Input['PodsMetricSourceArgs']]):
2023
2022
  pulumi.set(self, "pods", value)
2024
2023
 
2025
- @property
2024
+ @_builtins.property
2026
2025
  @pulumi.getter
2027
2026
  def resource(self) -> Optional[pulumi.Input['ResourceMetricSourceArgs']]:
2028
2027
  """
@@ -2040,7 +2039,7 @@ if not MYPY:
2040
2039
  """
2041
2040
  MetricStatus describes the last-read state of a single metric.
2042
2041
  """
2043
- type: pulumi.Input[builtins.str]
2042
+ type: pulumi.Input[_builtins.str]
2044
2043
  """
2045
2044
  type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
2046
2045
  """
@@ -2070,7 +2069,7 @@ elif False:
2070
2069
  @pulumi.input_type
2071
2070
  class MetricStatusArgs:
2072
2071
  def __init__(__self__, *,
2073
- type: pulumi.Input[builtins.str],
2072
+ type: pulumi.Input[_builtins.str],
2074
2073
  container_resource: Optional[pulumi.Input['ContainerResourceMetricStatusArgs']] = None,
2075
2074
  external: Optional[pulumi.Input['ExternalMetricStatusArgs']] = None,
2076
2075
  object: Optional[pulumi.Input['ObjectMetricStatusArgs']] = None,
@@ -2078,7 +2077,7 @@ class MetricStatusArgs:
2078
2077
  resource: Optional[pulumi.Input['ResourceMetricStatusArgs']] = None):
2079
2078
  """
2080
2079
  MetricStatus describes the last-read state of a single metric.
2081
- :param pulumi.Input[builtins.str] type: type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
2080
+ :param pulumi.Input[_builtins.str] type: type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
2082
2081
  :param pulumi.Input['ContainerResourceMetricStatusArgs'] container_resource: container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
2083
2082
  :param pulumi.Input['ExternalMetricStatusArgs'] external: external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).
2084
2083
  :param pulumi.Input['ObjectMetricStatusArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
@@ -2097,19 +2096,19 @@ class MetricStatusArgs:
2097
2096
  if resource is not None:
2098
2097
  pulumi.set(__self__, "resource", resource)
2099
2098
 
2100
- @property
2099
+ @_builtins.property
2101
2100
  @pulumi.getter
2102
- def type(self) -> pulumi.Input[builtins.str]:
2101
+ def type(self) -> pulumi.Input[_builtins.str]:
2103
2102
  """
2104
2103
  type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
2105
2104
  """
2106
2105
  return pulumi.get(self, "type")
2107
2106
 
2108
2107
  @type.setter
2109
- def type(self, value: pulumi.Input[builtins.str]):
2108
+ def type(self, value: pulumi.Input[_builtins.str]):
2110
2109
  pulumi.set(self, "type", value)
2111
2110
 
2112
- @property
2111
+ @_builtins.property
2113
2112
  @pulumi.getter(name="containerResource")
2114
2113
  def container_resource(self) -> Optional[pulumi.Input['ContainerResourceMetricStatusArgs']]:
2115
2114
  """
@@ -2121,7 +2120,7 @@ class MetricStatusArgs:
2121
2120
  def container_resource(self, value: Optional[pulumi.Input['ContainerResourceMetricStatusArgs']]):
2122
2121
  pulumi.set(self, "container_resource", value)
2123
2122
 
2124
- @property
2123
+ @_builtins.property
2125
2124
  @pulumi.getter
2126
2125
  def external(self) -> Optional[pulumi.Input['ExternalMetricStatusArgs']]:
2127
2126
  """
@@ -2133,7 +2132,7 @@ class MetricStatusArgs:
2133
2132
  def external(self, value: Optional[pulumi.Input['ExternalMetricStatusArgs']]):
2134
2133
  pulumi.set(self, "external", value)
2135
2134
 
2136
- @property
2135
+ @_builtins.property
2137
2136
  @pulumi.getter
2138
2137
  def object(self) -> Optional[pulumi.Input['ObjectMetricStatusArgs']]:
2139
2138
  """
@@ -2145,7 +2144,7 @@ class MetricStatusArgs:
2145
2144
  def object(self, value: Optional[pulumi.Input['ObjectMetricStatusArgs']]):
2146
2145
  pulumi.set(self, "object", value)
2147
2146
 
2148
- @property
2147
+ @_builtins.property
2149
2148
  @pulumi.getter
2150
2149
  def pods(self) -> Optional[pulumi.Input['PodsMetricStatusArgs']]:
2151
2150
  """
@@ -2157,7 +2156,7 @@ class MetricStatusArgs:
2157
2156
  def pods(self, value: Optional[pulumi.Input['PodsMetricStatusArgs']]):
2158
2157
  pulumi.set(self, "pods", value)
2159
2158
 
2160
- @property
2159
+ @_builtins.property
2161
2160
  @pulumi.getter
2162
2161
  def resource(self) -> Optional[pulumi.Input['ResourceMetricStatusArgs']]:
2163
2162
  """
@@ -2175,19 +2174,19 @@ if not MYPY:
2175
2174
  """
2176
2175
  MetricTarget defines the target value, average value, or average utilization of a specific metric
2177
2176
  """
2178
- average_utilization: NotRequired[pulumi.Input[builtins.int]]
2177
+ average_utilization: NotRequired[pulumi.Input[_builtins.int]]
2179
2178
  """
2180
2179
  averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
2181
2180
  """
2182
- average_value: NotRequired[pulumi.Input[builtins.str]]
2181
+ average_value: NotRequired[pulumi.Input[_builtins.str]]
2183
2182
  """
2184
2183
  averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
2185
2184
  """
2186
- type: NotRequired[pulumi.Input[builtins.str]]
2185
+ type: NotRequired[pulumi.Input[_builtins.str]]
2187
2186
  """
2188
2187
  type represents whether the metric type is Utilization, Value, or AverageValue
2189
2188
  """
2190
- value: NotRequired[pulumi.Input[builtins.str]]
2189
+ value: NotRequired[pulumi.Input[_builtins.str]]
2191
2190
  """
2192
2191
  value is the target value of the metric (as a quantity).
2193
2192
  """
@@ -2197,16 +2196,16 @@ elif False:
2197
2196
  @pulumi.input_type
2198
2197
  class MetricTargetPatchArgs:
2199
2198
  def __init__(__self__, *,
2200
- average_utilization: Optional[pulumi.Input[builtins.int]] = None,
2201
- average_value: Optional[pulumi.Input[builtins.str]] = None,
2202
- type: Optional[pulumi.Input[builtins.str]] = None,
2203
- value: Optional[pulumi.Input[builtins.str]] = None):
2199
+ average_utilization: Optional[pulumi.Input[_builtins.int]] = None,
2200
+ average_value: Optional[pulumi.Input[_builtins.str]] = None,
2201
+ type: Optional[pulumi.Input[_builtins.str]] = None,
2202
+ value: Optional[pulumi.Input[_builtins.str]] = None):
2204
2203
  """
2205
2204
  MetricTarget defines the target value, average value, or average utilization of a specific metric
2206
- :param pulumi.Input[builtins.int] average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
2207
- :param pulumi.Input[builtins.str] average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
2208
- :param pulumi.Input[builtins.str] type: type represents whether the metric type is Utilization, Value, or AverageValue
2209
- :param pulumi.Input[builtins.str] value: value is the target value of the metric (as a quantity).
2205
+ :param pulumi.Input[_builtins.int] average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
2206
+ :param pulumi.Input[_builtins.str] average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
2207
+ :param pulumi.Input[_builtins.str] type: type represents whether the metric type is Utilization, Value, or AverageValue
2208
+ :param pulumi.Input[_builtins.str] value: value is the target value of the metric (as a quantity).
2210
2209
  """
2211
2210
  if average_utilization is not None:
2212
2211
  pulumi.set(__self__, "average_utilization", average_utilization)
@@ -2217,52 +2216,52 @@ class MetricTargetPatchArgs:
2217
2216
  if value is not None:
2218
2217
  pulumi.set(__self__, "value", value)
2219
2218
 
2220
- @property
2219
+ @_builtins.property
2221
2220
  @pulumi.getter(name="averageUtilization")
2222
- def average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
2221
+ def average_utilization(self) -> Optional[pulumi.Input[_builtins.int]]:
2223
2222
  """
2224
2223
  averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
2225
2224
  """
2226
2225
  return pulumi.get(self, "average_utilization")
2227
2226
 
2228
2227
  @average_utilization.setter
2229
- def average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
2228
+ def average_utilization(self, value: Optional[pulumi.Input[_builtins.int]]):
2230
2229
  pulumi.set(self, "average_utilization", value)
2231
2230
 
2232
- @property
2231
+ @_builtins.property
2233
2232
  @pulumi.getter(name="averageValue")
2234
- def average_value(self) -> Optional[pulumi.Input[builtins.str]]:
2233
+ def average_value(self) -> Optional[pulumi.Input[_builtins.str]]:
2235
2234
  """
2236
2235
  averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
2237
2236
  """
2238
2237
  return pulumi.get(self, "average_value")
2239
2238
 
2240
2239
  @average_value.setter
2241
- def average_value(self, value: Optional[pulumi.Input[builtins.str]]):
2240
+ def average_value(self, value: Optional[pulumi.Input[_builtins.str]]):
2242
2241
  pulumi.set(self, "average_value", value)
2243
2242
 
2244
- @property
2243
+ @_builtins.property
2245
2244
  @pulumi.getter
2246
- def type(self) -> Optional[pulumi.Input[builtins.str]]:
2245
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
2247
2246
  """
2248
2247
  type represents whether the metric type is Utilization, Value, or AverageValue
2249
2248
  """
2250
2249
  return pulumi.get(self, "type")
2251
2250
 
2252
2251
  @type.setter
2253
- def type(self, value: Optional[pulumi.Input[builtins.str]]):
2252
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
2254
2253
  pulumi.set(self, "type", value)
2255
2254
 
2256
- @property
2255
+ @_builtins.property
2257
2256
  @pulumi.getter
2258
- def value(self) -> Optional[pulumi.Input[builtins.str]]:
2257
+ def value(self) -> Optional[pulumi.Input[_builtins.str]]:
2259
2258
  """
2260
2259
  value is the target value of the metric (as a quantity).
2261
2260
  """
2262
2261
  return pulumi.get(self, "value")
2263
2262
 
2264
2263
  @value.setter
2265
- def value(self, value: Optional[pulumi.Input[builtins.str]]):
2264
+ def value(self, value: Optional[pulumi.Input[_builtins.str]]):
2266
2265
  pulumi.set(self, "value", value)
2267
2266
 
2268
2267
 
@@ -2271,19 +2270,19 @@ if not MYPY:
2271
2270
  """
2272
2271
  MetricTarget defines the target value, average value, or average utilization of a specific metric
2273
2272
  """
2274
- type: pulumi.Input[builtins.str]
2273
+ type: pulumi.Input[_builtins.str]
2275
2274
  """
2276
2275
  type represents whether the metric type is Utilization, Value, or AverageValue
2277
2276
  """
2278
- average_utilization: NotRequired[pulumi.Input[builtins.int]]
2277
+ average_utilization: NotRequired[pulumi.Input[_builtins.int]]
2279
2278
  """
2280
2279
  averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
2281
2280
  """
2282
- average_value: NotRequired[pulumi.Input[builtins.str]]
2281
+ average_value: NotRequired[pulumi.Input[_builtins.str]]
2283
2282
  """
2284
2283
  averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
2285
2284
  """
2286
- value: NotRequired[pulumi.Input[builtins.str]]
2285
+ value: NotRequired[pulumi.Input[_builtins.str]]
2287
2286
  """
2288
2287
  value is the target value of the metric (as a quantity).
2289
2288
  """
@@ -2293,16 +2292,16 @@ elif False:
2293
2292
  @pulumi.input_type
2294
2293
  class MetricTargetArgs:
2295
2294
  def __init__(__self__, *,
2296
- type: pulumi.Input[builtins.str],
2297
- average_utilization: Optional[pulumi.Input[builtins.int]] = None,
2298
- average_value: Optional[pulumi.Input[builtins.str]] = None,
2299
- value: Optional[pulumi.Input[builtins.str]] = None):
2295
+ type: pulumi.Input[_builtins.str],
2296
+ average_utilization: Optional[pulumi.Input[_builtins.int]] = None,
2297
+ average_value: Optional[pulumi.Input[_builtins.str]] = None,
2298
+ value: Optional[pulumi.Input[_builtins.str]] = None):
2300
2299
  """
2301
2300
  MetricTarget defines the target value, average value, or average utilization of a specific metric
2302
- :param pulumi.Input[builtins.str] type: type represents whether the metric type is Utilization, Value, or AverageValue
2303
- :param pulumi.Input[builtins.int] average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
2304
- :param pulumi.Input[builtins.str] average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
2305
- :param pulumi.Input[builtins.str] value: value is the target value of the metric (as a quantity).
2301
+ :param pulumi.Input[_builtins.str] type: type represents whether the metric type is Utilization, Value, or AverageValue
2302
+ :param pulumi.Input[_builtins.int] average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
2303
+ :param pulumi.Input[_builtins.str] average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
2304
+ :param pulumi.Input[_builtins.str] value: value is the target value of the metric (as a quantity).
2306
2305
  """
2307
2306
  pulumi.set(__self__, "type", type)
2308
2307
  if average_utilization is not None:
@@ -2312,52 +2311,52 @@ class MetricTargetArgs:
2312
2311
  if value is not None:
2313
2312
  pulumi.set(__self__, "value", value)
2314
2313
 
2315
- @property
2314
+ @_builtins.property
2316
2315
  @pulumi.getter
2317
- def type(self) -> pulumi.Input[builtins.str]:
2316
+ def type(self) -> pulumi.Input[_builtins.str]:
2318
2317
  """
2319
2318
  type represents whether the metric type is Utilization, Value, or AverageValue
2320
2319
  """
2321
2320
  return pulumi.get(self, "type")
2322
2321
 
2323
2322
  @type.setter
2324
- def type(self, value: pulumi.Input[builtins.str]):
2323
+ def type(self, value: pulumi.Input[_builtins.str]):
2325
2324
  pulumi.set(self, "type", value)
2326
2325
 
2327
- @property
2326
+ @_builtins.property
2328
2327
  @pulumi.getter(name="averageUtilization")
2329
- def average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
2328
+ def average_utilization(self) -> Optional[pulumi.Input[_builtins.int]]:
2330
2329
  """
2331
2330
  averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
2332
2331
  """
2333
2332
  return pulumi.get(self, "average_utilization")
2334
2333
 
2335
2334
  @average_utilization.setter
2336
- def average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
2335
+ def average_utilization(self, value: Optional[pulumi.Input[_builtins.int]]):
2337
2336
  pulumi.set(self, "average_utilization", value)
2338
2337
 
2339
- @property
2338
+ @_builtins.property
2340
2339
  @pulumi.getter(name="averageValue")
2341
- def average_value(self) -> Optional[pulumi.Input[builtins.str]]:
2340
+ def average_value(self) -> Optional[pulumi.Input[_builtins.str]]:
2342
2341
  """
2343
2342
  averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
2344
2343
  """
2345
2344
  return pulumi.get(self, "average_value")
2346
2345
 
2347
2346
  @average_value.setter
2348
- def average_value(self, value: Optional[pulumi.Input[builtins.str]]):
2347
+ def average_value(self, value: Optional[pulumi.Input[_builtins.str]]):
2349
2348
  pulumi.set(self, "average_value", value)
2350
2349
 
2351
- @property
2350
+ @_builtins.property
2352
2351
  @pulumi.getter
2353
- def value(self) -> Optional[pulumi.Input[builtins.str]]:
2352
+ def value(self) -> Optional[pulumi.Input[_builtins.str]]:
2354
2353
  """
2355
2354
  value is the target value of the metric (as a quantity).
2356
2355
  """
2357
2356
  return pulumi.get(self, "value")
2358
2357
 
2359
2358
  @value.setter
2360
- def value(self, value: Optional[pulumi.Input[builtins.str]]):
2359
+ def value(self, value: Optional[pulumi.Input[_builtins.str]]):
2361
2360
  pulumi.set(self, "value", value)
2362
2361
 
2363
2362
 
@@ -2366,15 +2365,15 @@ if not MYPY:
2366
2365
  """
2367
2366
  MetricValueStatus holds the current value for a metric
2368
2367
  """
2369
- average_utilization: NotRequired[pulumi.Input[builtins.int]]
2368
+ average_utilization: NotRequired[pulumi.Input[_builtins.int]]
2370
2369
  """
2371
2370
  currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
2372
2371
  """
2373
- average_value: NotRequired[pulumi.Input[builtins.str]]
2372
+ average_value: NotRequired[pulumi.Input[_builtins.str]]
2374
2373
  """
2375
2374
  averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
2376
2375
  """
2377
- value: NotRequired[pulumi.Input[builtins.str]]
2376
+ value: NotRequired[pulumi.Input[_builtins.str]]
2378
2377
  """
2379
2378
  value is the current value of the metric (as a quantity).
2380
2379
  """
@@ -2384,14 +2383,14 @@ elif False:
2384
2383
  @pulumi.input_type
2385
2384
  class MetricValueStatusArgs:
2386
2385
  def __init__(__self__, *,
2387
- average_utilization: Optional[pulumi.Input[builtins.int]] = None,
2388
- average_value: Optional[pulumi.Input[builtins.str]] = None,
2389
- value: Optional[pulumi.Input[builtins.str]] = None):
2386
+ average_utilization: Optional[pulumi.Input[_builtins.int]] = None,
2387
+ average_value: Optional[pulumi.Input[_builtins.str]] = None,
2388
+ value: Optional[pulumi.Input[_builtins.str]] = None):
2390
2389
  """
2391
2390
  MetricValueStatus holds the current value for a metric
2392
- :param pulumi.Input[builtins.int] average_utilization: currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
2393
- :param pulumi.Input[builtins.str] average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
2394
- :param pulumi.Input[builtins.str] value: value is the current value of the metric (as a quantity).
2391
+ :param pulumi.Input[_builtins.int] average_utilization: currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
2392
+ :param pulumi.Input[_builtins.str] average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
2393
+ :param pulumi.Input[_builtins.str] value: value is the current value of the metric (as a quantity).
2395
2394
  """
2396
2395
  if average_utilization is not None:
2397
2396
  pulumi.set(__self__, "average_utilization", average_utilization)
@@ -2400,40 +2399,40 @@ class MetricValueStatusArgs:
2400
2399
  if value is not None:
2401
2400
  pulumi.set(__self__, "value", value)
2402
2401
 
2403
- @property
2402
+ @_builtins.property
2404
2403
  @pulumi.getter(name="averageUtilization")
2405
- def average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
2404
+ def average_utilization(self) -> Optional[pulumi.Input[_builtins.int]]:
2406
2405
  """
2407
2406
  currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
2408
2407
  """
2409
2408
  return pulumi.get(self, "average_utilization")
2410
2409
 
2411
2410
  @average_utilization.setter
2412
- def average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
2411
+ def average_utilization(self, value: Optional[pulumi.Input[_builtins.int]]):
2413
2412
  pulumi.set(self, "average_utilization", value)
2414
2413
 
2415
- @property
2414
+ @_builtins.property
2416
2415
  @pulumi.getter(name="averageValue")
2417
- def average_value(self) -> Optional[pulumi.Input[builtins.str]]:
2416
+ def average_value(self) -> Optional[pulumi.Input[_builtins.str]]:
2418
2417
  """
2419
2418
  averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
2420
2419
  """
2421
2420
  return pulumi.get(self, "average_value")
2422
2421
 
2423
2422
  @average_value.setter
2424
- def average_value(self, value: Optional[pulumi.Input[builtins.str]]):
2423
+ def average_value(self, value: Optional[pulumi.Input[_builtins.str]]):
2425
2424
  pulumi.set(self, "average_value", value)
2426
2425
 
2427
- @property
2426
+ @_builtins.property
2428
2427
  @pulumi.getter
2429
- def value(self) -> Optional[pulumi.Input[builtins.str]]:
2428
+ def value(self) -> Optional[pulumi.Input[_builtins.str]]:
2430
2429
  """
2431
2430
  value is the current value of the metric (as a quantity).
2432
2431
  """
2433
2432
  return pulumi.get(self, "value")
2434
2433
 
2435
2434
  @value.setter
2436
- def value(self, value: Optional[pulumi.Input[builtins.str]]):
2435
+ def value(self, value: Optional[pulumi.Input[_builtins.str]]):
2437
2436
  pulumi.set(self, "value", value)
2438
2437
 
2439
2438
 
@@ -2472,7 +2471,7 @@ class ObjectMetricSourcePatchArgs:
2472
2471
  if target is not None:
2473
2472
  pulumi.set(__self__, "target", target)
2474
2473
 
2475
- @property
2474
+ @_builtins.property
2476
2475
  @pulumi.getter(name="describedObject")
2477
2476
  def described_object(self) -> Optional[pulumi.Input['CrossVersionObjectReferencePatchArgs']]:
2478
2477
  return pulumi.get(self, "described_object")
@@ -2481,7 +2480,7 @@ class ObjectMetricSourcePatchArgs:
2481
2480
  def described_object(self, value: Optional[pulumi.Input['CrossVersionObjectReferencePatchArgs']]):
2482
2481
  pulumi.set(self, "described_object", value)
2483
2482
 
2484
- @property
2483
+ @_builtins.property
2485
2484
  @pulumi.getter
2486
2485
  def metric(self) -> Optional[pulumi.Input['MetricIdentifierPatchArgs']]:
2487
2486
  """
@@ -2493,7 +2492,7 @@ class ObjectMetricSourcePatchArgs:
2493
2492
  def metric(self, value: Optional[pulumi.Input['MetricIdentifierPatchArgs']]):
2494
2493
  pulumi.set(self, "metric", value)
2495
2494
 
2496
- @property
2495
+ @_builtins.property
2497
2496
  @pulumi.getter
2498
2497
  def target(self) -> Optional[pulumi.Input['MetricTargetPatchArgs']]:
2499
2498
  """
@@ -2538,7 +2537,7 @@ class ObjectMetricSourceArgs:
2538
2537
  pulumi.set(__self__, "metric", metric)
2539
2538
  pulumi.set(__self__, "target", target)
2540
2539
 
2541
- @property
2540
+ @_builtins.property
2542
2541
  @pulumi.getter(name="describedObject")
2543
2542
  def described_object(self) -> pulumi.Input['CrossVersionObjectReferenceArgs']:
2544
2543
  return pulumi.get(self, "described_object")
@@ -2547,7 +2546,7 @@ class ObjectMetricSourceArgs:
2547
2546
  def described_object(self, value: pulumi.Input['CrossVersionObjectReferenceArgs']):
2548
2547
  pulumi.set(self, "described_object", value)
2549
2548
 
2550
- @property
2549
+ @_builtins.property
2551
2550
  @pulumi.getter
2552
2551
  def metric(self) -> pulumi.Input['MetricIdentifierArgs']:
2553
2552
  """
@@ -2559,7 +2558,7 @@ class ObjectMetricSourceArgs:
2559
2558
  def metric(self, value: pulumi.Input['MetricIdentifierArgs']):
2560
2559
  pulumi.set(self, "metric", value)
2561
2560
 
2562
- @property
2561
+ @_builtins.property
2563
2562
  @pulumi.getter
2564
2563
  def target(self) -> pulumi.Input['MetricTargetArgs']:
2565
2564
  """
@@ -2604,7 +2603,7 @@ class ObjectMetricStatusArgs:
2604
2603
  pulumi.set(__self__, "described_object", described_object)
2605
2604
  pulumi.set(__self__, "metric", metric)
2606
2605
 
2607
- @property
2606
+ @_builtins.property
2608
2607
  @pulumi.getter
2609
2608
  def current(self) -> pulumi.Input['MetricValueStatusArgs']:
2610
2609
  """
@@ -2616,7 +2615,7 @@ class ObjectMetricStatusArgs:
2616
2615
  def current(self, value: pulumi.Input['MetricValueStatusArgs']):
2617
2616
  pulumi.set(self, "current", value)
2618
2617
 
2619
- @property
2618
+ @_builtins.property
2620
2619
  @pulumi.getter(name="describedObject")
2621
2620
  def described_object(self) -> pulumi.Input['CrossVersionObjectReferenceArgs']:
2622
2621
  return pulumi.get(self, "described_object")
@@ -2625,7 +2624,7 @@ class ObjectMetricStatusArgs:
2625
2624
  def described_object(self, value: pulumi.Input['CrossVersionObjectReferenceArgs']):
2626
2625
  pulumi.set(self, "described_object", value)
2627
2626
 
2628
- @property
2627
+ @_builtins.property
2629
2628
  @pulumi.getter
2630
2629
  def metric(self) -> pulumi.Input['MetricIdentifierArgs']:
2631
2630
  """
@@ -2669,7 +2668,7 @@ class PodsMetricSourcePatchArgs:
2669
2668
  if target is not None:
2670
2669
  pulumi.set(__self__, "target", target)
2671
2670
 
2672
- @property
2671
+ @_builtins.property
2673
2672
  @pulumi.getter
2674
2673
  def metric(self) -> Optional[pulumi.Input['MetricIdentifierPatchArgs']]:
2675
2674
  """
@@ -2681,7 +2680,7 @@ class PodsMetricSourcePatchArgs:
2681
2680
  def metric(self, value: Optional[pulumi.Input['MetricIdentifierPatchArgs']]):
2682
2681
  pulumi.set(self, "metric", value)
2683
2682
 
2684
- @property
2683
+ @_builtins.property
2685
2684
  @pulumi.getter
2686
2685
  def target(self) -> Optional[pulumi.Input['MetricTargetPatchArgs']]:
2687
2686
  """
@@ -2723,7 +2722,7 @@ class PodsMetricSourceArgs:
2723
2722
  pulumi.set(__self__, "metric", metric)
2724
2723
  pulumi.set(__self__, "target", target)
2725
2724
 
2726
- @property
2725
+ @_builtins.property
2727
2726
  @pulumi.getter
2728
2727
  def metric(self) -> pulumi.Input['MetricIdentifierArgs']:
2729
2728
  """
@@ -2735,7 +2734,7 @@ class PodsMetricSourceArgs:
2735
2734
  def metric(self, value: pulumi.Input['MetricIdentifierArgs']):
2736
2735
  pulumi.set(self, "metric", value)
2737
2736
 
2738
- @property
2737
+ @_builtins.property
2739
2738
  @pulumi.getter
2740
2739
  def target(self) -> pulumi.Input['MetricTargetArgs']:
2741
2740
  """
@@ -2777,7 +2776,7 @@ class PodsMetricStatusArgs:
2777
2776
  pulumi.set(__self__, "current", current)
2778
2777
  pulumi.set(__self__, "metric", metric)
2779
2778
 
2780
- @property
2779
+ @_builtins.property
2781
2780
  @pulumi.getter
2782
2781
  def current(self) -> pulumi.Input['MetricValueStatusArgs']:
2783
2782
  """
@@ -2789,7 +2788,7 @@ class PodsMetricStatusArgs:
2789
2788
  def current(self, value: pulumi.Input['MetricValueStatusArgs']):
2790
2789
  pulumi.set(self, "current", value)
2791
2790
 
2792
- @property
2791
+ @_builtins.property
2793
2792
  @pulumi.getter
2794
2793
  def metric(self) -> pulumi.Input['MetricIdentifierArgs']:
2795
2794
  """
@@ -2807,7 +2806,7 @@ if not MYPY:
2807
2806
  """
2808
2807
  ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
2809
2808
  """
2810
- name: NotRequired[pulumi.Input[builtins.str]]
2809
+ name: NotRequired[pulumi.Input[_builtins.str]]
2811
2810
  """
2812
2811
  name is the name of the resource in question.
2813
2812
  """
@@ -2821,11 +2820,11 @@ elif False:
2821
2820
  @pulumi.input_type
2822
2821
  class ResourceMetricSourcePatchArgs:
2823
2822
  def __init__(__self__, *,
2824
- name: Optional[pulumi.Input[builtins.str]] = None,
2823
+ name: Optional[pulumi.Input[_builtins.str]] = None,
2825
2824
  target: Optional[pulumi.Input['MetricTargetPatchArgs']] = None):
2826
2825
  """
2827
2826
  ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
2828
- :param pulumi.Input[builtins.str] name: name is the name of the resource in question.
2827
+ :param pulumi.Input[_builtins.str] name: name is the name of the resource in question.
2829
2828
  :param pulumi.Input['MetricTargetPatchArgs'] target: target specifies the target value for the given metric
2830
2829
  """
2831
2830
  if name is not None:
@@ -2833,19 +2832,19 @@ class ResourceMetricSourcePatchArgs:
2833
2832
  if target is not None:
2834
2833
  pulumi.set(__self__, "target", target)
2835
2834
 
2836
- @property
2835
+ @_builtins.property
2837
2836
  @pulumi.getter
2838
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
2837
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
2839
2838
  """
2840
2839
  name is the name of the resource in question.
2841
2840
  """
2842
2841
  return pulumi.get(self, "name")
2843
2842
 
2844
2843
  @name.setter
2845
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
2844
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
2846
2845
  pulumi.set(self, "name", value)
2847
2846
 
2848
- @property
2847
+ @_builtins.property
2849
2848
  @pulumi.getter
2850
2849
  def target(self) -> Optional[pulumi.Input['MetricTargetPatchArgs']]:
2851
2850
  """
@@ -2863,7 +2862,7 @@ if not MYPY:
2863
2862
  """
2864
2863
  ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
2865
2864
  """
2866
- name: pulumi.Input[builtins.str]
2865
+ name: pulumi.Input[_builtins.str]
2867
2866
  """
2868
2867
  name is the name of the resource in question.
2869
2868
  """
@@ -2877,29 +2876,29 @@ elif False:
2877
2876
  @pulumi.input_type
2878
2877
  class ResourceMetricSourceArgs:
2879
2878
  def __init__(__self__, *,
2880
- name: pulumi.Input[builtins.str],
2879
+ name: pulumi.Input[_builtins.str],
2881
2880
  target: pulumi.Input['MetricTargetArgs']):
2882
2881
  """
2883
2882
  ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
2884
- :param pulumi.Input[builtins.str] name: name is the name of the resource in question.
2883
+ :param pulumi.Input[_builtins.str] name: name is the name of the resource in question.
2885
2884
  :param pulumi.Input['MetricTargetArgs'] target: target specifies the target value for the given metric
2886
2885
  """
2887
2886
  pulumi.set(__self__, "name", name)
2888
2887
  pulumi.set(__self__, "target", target)
2889
2888
 
2890
- @property
2889
+ @_builtins.property
2891
2890
  @pulumi.getter
2892
- def name(self) -> pulumi.Input[builtins.str]:
2891
+ def name(self) -> pulumi.Input[_builtins.str]:
2893
2892
  """
2894
2893
  name is the name of the resource in question.
2895
2894
  """
2896
2895
  return pulumi.get(self, "name")
2897
2896
 
2898
2897
  @name.setter
2899
- def name(self, value: pulumi.Input[builtins.str]):
2898
+ def name(self, value: pulumi.Input[_builtins.str]):
2900
2899
  pulumi.set(self, "name", value)
2901
2900
 
2902
- @property
2901
+ @_builtins.property
2903
2902
  @pulumi.getter
2904
2903
  def target(self) -> pulumi.Input['MetricTargetArgs']:
2905
2904
  """
@@ -2921,7 +2920,7 @@ if not MYPY:
2921
2920
  """
2922
2921
  current contains the current value for the given metric
2923
2922
  """
2924
- name: pulumi.Input[builtins.str]
2923
+ name: pulumi.Input[_builtins.str]
2925
2924
  """
2926
2925
  Name is the name of the resource in question.
2927
2926
  """
@@ -2932,16 +2931,16 @@ elif False:
2932
2931
  class ResourceMetricStatusArgs:
2933
2932
  def __init__(__self__, *,
2934
2933
  current: pulumi.Input['MetricValueStatusArgs'],
2935
- name: pulumi.Input[builtins.str]):
2934
+ name: pulumi.Input[_builtins.str]):
2936
2935
  """
2937
2936
  ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
2938
2937
  :param pulumi.Input['MetricValueStatusArgs'] current: current contains the current value for the given metric
2939
- :param pulumi.Input[builtins.str] name: Name is the name of the resource in question.
2938
+ :param pulumi.Input[_builtins.str] name: Name is the name of the resource in question.
2940
2939
  """
2941
2940
  pulumi.set(__self__, "current", current)
2942
2941
  pulumi.set(__self__, "name", name)
2943
2942
 
2944
- @property
2943
+ @_builtins.property
2945
2944
  @pulumi.getter
2946
2945
  def current(self) -> pulumi.Input['MetricValueStatusArgs']:
2947
2946
  """
@@ -2953,16 +2952,16 @@ class ResourceMetricStatusArgs:
2953
2952
  def current(self, value: pulumi.Input['MetricValueStatusArgs']):
2954
2953
  pulumi.set(self, "current", value)
2955
2954
 
2956
- @property
2955
+ @_builtins.property
2957
2956
  @pulumi.getter
2958
- def name(self) -> pulumi.Input[builtins.str]:
2957
+ def name(self) -> pulumi.Input[_builtins.str]:
2959
2958
  """
2960
2959
  Name is the name of the resource in question.
2961
2960
  """
2962
2961
  return pulumi.get(self, "name")
2963
2962
 
2964
2963
  @name.setter
2965
- def name(self, value: pulumi.Input[builtins.str]):
2964
+ def name(self, value: pulumi.Input[_builtins.str]):
2966
2965
  pulumi.set(self, "name", value)
2967
2966
 
2968
2967