pulumi-kubernetes 4.24.0a1752908431__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.0a1752908431.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.0a1752908431.dist-info/RECORD +0 -709
  700. {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
  701. {pulumi_kubernetes-4.24.0a1752908431.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
@@ -21,22 +20,22 @@ __all__ = ['PriorityClassPatchArgs', 'PriorityClassPatch']
21
20
  @pulumi.input_type
22
21
  class PriorityClassPatchArgs:
23
22
  def __init__(__self__, *,
24
- api_version: Optional[pulumi.Input[builtins.str]] = None,
25
- description: Optional[pulumi.Input[builtins.str]] = None,
26
- global_default: Optional[pulumi.Input[builtins.bool]] = None,
27
- kind: Optional[pulumi.Input[builtins.str]] = None,
23
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
24
+ description: Optional[pulumi.Input[_builtins.str]] = None,
25
+ global_default: Optional[pulumi.Input[_builtins.bool]] = None,
26
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
28
27
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaPatchArgs']] = None,
29
- preemption_policy: Optional[pulumi.Input[builtins.str]] = None,
30
- value: Optional[pulumi.Input[builtins.int]] = None):
28
+ preemption_policy: Optional[pulumi.Input[_builtins.str]] = None,
29
+ value: Optional[pulumi.Input[_builtins.int]] = None):
31
30
  """
32
31
  The set of arguments for constructing a PriorityClassPatch resource.
33
- :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
34
- :param pulumi.Input[builtins.str] description: description is an arbitrary string that usually provides guidelines on when this priority class should be used.
35
- :param pulumi.Input[builtins.bool] global_default: globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
36
- :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
32
+ :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
33
+ :param pulumi.Input[_builtins.str] description: description is an arbitrary string that usually provides guidelines on when this priority class should be used.
34
+ :param pulumi.Input[_builtins.bool] global_default: globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
35
+ :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
37
36
  :param pulumi.Input['_meta.v1.ObjectMetaPatchArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
38
- :param pulumi.Input[builtins.str] preemption_policy: PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
39
- :param pulumi.Input[builtins.int] value: The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
37
+ :param pulumi.Input[_builtins.str] preemption_policy: PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
38
+ :param pulumi.Input[_builtins.int] value: The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
40
39
  """
41
40
  if api_version is not None:
42
41
  pulumi.set(__self__, "api_version", 'scheduling.k8s.io/v1beta1')
@@ -53,55 +52,55 @@ class PriorityClassPatchArgs:
53
52
  if value is not None:
54
53
  pulumi.set(__self__, "value", value)
55
54
 
56
- @property
55
+ @_builtins.property
57
56
  @pulumi.getter(name="apiVersion")
58
- def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
57
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
59
58
  """
60
59
  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
61
60
  """
62
61
  return pulumi.get(self, "api_version")
63
62
 
64
63
  @api_version.setter
65
- def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
64
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
66
65
  pulumi.set(self, "api_version", value)
67
66
 
68
- @property
67
+ @_builtins.property
69
68
  @pulumi.getter
70
- def description(self) -> Optional[pulumi.Input[builtins.str]]:
69
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
71
70
  """
72
71
  description is an arbitrary string that usually provides guidelines on when this priority class should be used.
73
72
  """
74
73
  return pulumi.get(self, "description")
75
74
 
76
75
  @description.setter
77
- def description(self, value: Optional[pulumi.Input[builtins.str]]):
76
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
78
77
  pulumi.set(self, "description", value)
79
78
 
80
- @property
79
+ @_builtins.property
81
80
  @pulumi.getter(name="globalDefault")
82
- def global_default(self) -> Optional[pulumi.Input[builtins.bool]]:
81
+ def global_default(self) -> Optional[pulumi.Input[_builtins.bool]]:
83
82
  """
84
83
  globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
85
84
  """
86
85
  return pulumi.get(self, "global_default")
87
86
 
88
87
  @global_default.setter
89
- def global_default(self, value: Optional[pulumi.Input[builtins.bool]]):
88
+ def global_default(self, value: Optional[pulumi.Input[_builtins.bool]]):
90
89
  pulumi.set(self, "global_default", value)
91
90
 
92
- @property
91
+ @_builtins.property
93
92
  @pulumi.getter
94
- def kind(self) -> Optional[pulumi.Input[builtins.str]]:
93
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
95
94
  """
96
95
  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
97
96
  """
98
97
  return pulumi.get(self, "kind")
99
98
 
100
99
  @kind.setter
101
- def kind(self, value: Optional[pulumi.Input[builtins.str]]):
100
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
102
101
  pulumi.set(self, "kind", value)
103
102
 
104
- @property
103
+ @_builtins.property
105
104
  @pulumi.getter
106
105
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaPatchArgs']]:
107
106
  """
@@ -113,28 +112,28 @@ class PriorityClassPatchArgs:
113
112
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaPatchArgs']]):
114
113
  pulumi.set(self, "metadata", value)
115
114
 
116
- @property
115
+ @_builtins.property
117
116
  @pulumi.getter(name="preemptionPolicy")
118
- def preemption_policy(self) -> Optional[pulumi.Input[builtins.str]]:
117
+ def preemption_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
119
118
  """
120
119
  PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
121
120
  """
122
121
  return pulumi.get(self, "preemption_policy")
123
122
 
124
123
  @preemption_policy.setter
125
- def preemption_policy(self, value: Optional[pulumi.Input[builtins.str]]):
124
+ def preemption_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
126
125
  pulumi.set(self, "preemption_policy", value)
127
126
 
128
- @property
127
+ @_builtins.property
129
128
  @pulumi.getter
130
- def value(self) -> Optional[pulumi.Input[builtins.int]]:
129
+ def value(self) -> Optional[pulumi.Input[_builtins.int]]:
131
130
  """
132
131
  The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
133
132
  """
134
133
  return pulumi.get(self, "value")
135
134
 
136
135
  @value.setter
137
- def value(self, value: Optional[pulumi.Input[builtins.int]]):
136
+ def value(self, value: Optional[pulumi.Input[_builtins.int]]):
138
137
  pulumi.set(self, "value", value)
139
138
 
140
139
 
@@ -144,13 +143,13 @@ class PriorityClassPatch(pulumi.CustomResource):
144
143
  def __init__(__self__,
145
144
  resource_name: str,
146
145
  opts: Optional[pulumi.ResourceOptions] = None,
147
- api_version: Optional[pulumi.Input[builtins.str]] = None,
148
- description: Optional[pulumi.Input[builtins.str]] = None,
149
- global_default: Optional[pulumi.Input[builtins.bool]] = None,
150
- kind: Optional[pulumi.Input[builtins.str]] = None,
146
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
147
+ description: Optional[pulumi.Input[_builtins.str]] = None,
148
+ global_default: Optional[pulumi.Input[_builtins.bool]] = None,
149
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
151
150
  metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']]] = None,
152
- preemption_policy: Optional[pulumi.Input[builtins.str]] = None,
153
- value: Optional[pulumi.Input[builtins.int]] = None,
151
+ preemption_policy: Optional[pulumi.Input[_builtins.str]] = None,
152
+ value: Optional[pulumi.Input[_builtins.int]] = None,
154
153
  __props__=None):
155
154
  """
156
155
  Patch resources are used to modify existing Kubernetes resources by using
@@ -163,13 +162,13 @@ class PriorityClassPatch(pulumi.CustomResource):
163
162
 
164
163
  :param str resource_name: The name of the resource.
165
164
  :param pulumi.ResourceOptions opts: Options for the resource.
166
- :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
167
- :param pulumi.Input[builtins.str] description: description is an arbitrary string that usually provides guidelines on when this priority class should be used.
168
- :param pulumi.Input[builtins.bool] global_default: globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
169
- :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
165
+ :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
166
+ :param pulumi.Input[_builtins.str] description: description is an arbitrary string that usually provides guidelines on when this priority class should be used.
167
+ :param pulumi.Input[_builtins.bool] global_default: globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
168
+ :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
170
169
  :param pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
171
- :param pulumi.Input[builtins.str] preemption_policy: PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
172
- :param pulumi.Input[builtins.int] value: The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
170
+ :param pulumi.Input[_builtins.str] preemption_policy: PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
171
+ :param pulumi.Input[_builtins.int] value: The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
173
172
  """
174
173
  ...
175
174
  @overload
@@ -201,13 +200,13 @@ class PriorityClassPatch(pulumi.CustomResource):
201
200
  def _internal_init(__self__,
202
201
  resource_name: str,
203
202
  opts: Optional[pulumi.ResourceOptions] = None,
204
- api_version: Optional[pulumi.Input[builtins.str]] = None,
205
- description: Optional[pulumi.Input[builtins.str]] = None,
206
- global_default: Optional[pulumi.Input[builtins.bool]] = None,
207
- kind: Optional[pulumi.Input[builtins.str]] = None,
203
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
204
+ description: Optional[pulumi.Input[_builtins.str]] = None,
205
+ global_default: Optional[pulumi.Input[_builtins.bool]] = None,
206
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
208
207
  metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']]] = None,
209
- preemption_policy: Optional[pulumi.Input[builtins.str]] = None,
210
- value: Optional[pulumi.Input[builtins.int]] = None,
208
+ preemption_policy: Optional[pulumi.Input[_builtins.str]] = None,
209
+ value: Optional[pulumi.Input[_builtins.int]] = None,
211
210
  __props__=None):
212
211
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
213
212
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -257,39 +256,39 @@ class PriorityClassPatch(pulumi.CustomResource):
257
256
  __props__.__dict__["value"] = None
258
257
  return PriorityClassPatch(resource_name, opts=opts, __props__=__props__)
259
258
 
260
- @property
259
+ @_builtins.property
261
260
  @pulumi.getter(name="apiVersion")
262
- def api_version(self) -> pulumi.Output[Optional[builtins.str]]:
261
+ def api_version(self) -> pulumi.Output[Optional[_builtins.str]]:
263
262
  """
264
263
  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
265
264
  """
266
265
  return pulumi.get(self, "api_version")
267
266
 
268
- @property
267
+ @_builtins.property
269
268
  @pulumi.getter
270
- def description(self) -> pulumi.Output[Optional[builtins.str]]:
269
+ def description(self) -> pulumi.Output[Optional[_builtins.str]]:
271
270
  """
272
271
  description is an arbitrary string that usually provides guidelines on when this priority class should be used.
273
272
  """
274
273
  return pulumi.get(self, "description")
275
274
 
276
- @property
275
+ @_builtins.property
277
276
  @pulumi.getter(name="globalDefault")
278
- def global_default(self) -> pulumi.Output[Optional[builtins.bool]]:
277
+ def global_default(self) -> pulumi.Output[Optional[_builtins.bool]]:
279
278
  """
280
279
  globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
281
280
  """
282
281
  return pulumi.get(self, "global_default")
283
282
 
284
- @property
283
+ @_builtins.property
285
284
  @pulumi.getter
286
- def kind(self) -> pulumi.Output[Optional[builtins.str]]:
285
+ def kind(self) -> pulumi.Output[Optional[_builtins.str]]:
287
286
  """
288
287
  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
289
288
  """
290
289
  return pulumi.get(self, "kind")
291
290
 
292
- @property
291
+ @_builtins.property
293
292
  @pulumi.getter
294
293
  def metadata(self) -> pulumi.Output[Optional['_meta.v1.outputs.ObjectMetaPatch']]:
295
294
  """
@@ -297,17 +296,17 @@ class PriorityClassPatch(pulumi.CustomResource):
297
296
  """
298
297
  return pulumi.get(self, "metadata")
299
298
 
300
- @property
299
+ @_builtins.property
301
300
  @pulumi.getter(name="preemptionPolicy")
302
- def preemption_policy(self) -> pulumi.Output[Optional[builtins.str]]:
301
+ def preemption_policy(self) -> pulumi.Output[Optional[_builtins.str]]:
303
302
  """
304
303
  PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
305
304
  """
306
305
  return pulumi.get(self, "preemption_policy")
307
306
 
308
- @property
307
+ @_builtins.property
309
308
  @pulumi.getter
310
- def value(self) -> pulumi.Output[Optional[builtins.int]]:
309
+ def value(self) -> pulumi.Output[Optional[_builtins.int]]:
311
310
  """
312
311
  The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
313
312
  """
@@ -2,7 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
5
+ import builtins as _builtins
6
6
  from ... import _utilities
7
7
  import typing
8
8
  # Export this package's modules as members:
@@ -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
@@ -28,23 +27,23 @@ if not MYPY:
28
27
  """
29
28
  DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.
30
29
  """
31
- value: pulumi.Input[builtins.int]
30
+ value: pulumi.Input[_builtins.int]
32
31
  """
33
32
  The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
34
33
  """
35
- api_version: NotRequired[pulumi.Input[builtins.str]]
34
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
36
35
  """
37
36
  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
38
37
  """
39
- description: NotRequired[pulumi.Input[builtins.str]]
38
+ description: NotRequired[pulumi.Input[_builtins.str]]
40
39
  """
41
40
  description is an arbitrary string that usually provides guidelines on when this priority class should be used.
42
41
  """
43
- global_default: NotRequired[pulumi.Input[builtins.bool]]
42
+ global_default: NotRequired[pulumi.Input[_builtins.bool]]
44
43
  """
45
44
  globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
46
45
  """
47
- kind: NotRequired[pulumi.Input[builtins.str]]
46
+ kind: NotRequired[pulumi.Input[_builtins.str]]
48
47
  """
49
48
  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
50
49
  """
@@ -52,7 +51,7 @@ if not MYPY:
52
51
  """
53
52
  Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
54
53
  """
55
- preemption_policy: NotRequired[pulumi.Input[builtins.str]]
54
+ preemption_policy: NotRequired[pulumi.Input[_builtins.str]]
56
55
  """
57
56
  PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
58
57
  """
@@ -62,22 +61,22 @@ elif False:
62
61
  @pulumi.input_type
63
62
  class PriorityClassArgs:
64
63
  def __init__(__self__, *,
65
- value: pulumi.Input[builtins.int],
66
- api_version: Optional[pulumi.Input[builtins.str]] = None,
67
- description: Optional[pulumi.Input[builtins.str]] = None,
68
- global_default: Optional[pulumi.Input[builtins.bool]] = None,
69
- kind: Optional[pulumi.Input[builtins.str]] = None,
64
+ value: pulumi.Input[_builtins.int],
65
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
66
+ description: Optional[pulumi.Input[_builtins.str]] = None,
67
+ global_default: Optional[pulumi.Input[_builtins.bool]] = None,
68
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
70
69
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
71
- preemption_policy: Optional[pulumi.Input[builtins.str]] = None):
70
+ preemption_policy: Optional[pulumi.Input[_builtins.str]] = None):
72
71
  """
73
72
  DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.
74
- :param pulumi.Input[builtins.int] value: The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
75
- :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
76
- :param pulumi.Input[builtins.str] description: description is an arbitrary string that usually provides guidelines on when this priority class should be used.
77
- :param pulumi.Input[builtins.bool] global_default: globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
78
- :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
73
+ :param pulumi.Input[_builtins.int] value: The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
74
+ :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
75
+ :param pulumi.Input[_builtins.str] description: description is an arbitrary string that usually provides guidelines on when this priority class should be used.
76
+ :param pulumi.Input[_builtins.bool] global_default: globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
77
+ :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
79
78
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
80
- :param pulumi.Input[builtins.str] preemption_policy: PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
79
+ :param pulumi.Input[_builtins.str] preemption_policy: PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
81
80
  """
82
81
  pulumi.set(__self__, "value", value)
83
82
  if api_version is not None:
@@ -93,67 +92,67 @@ class PriorityClassArgs:
93
92
  if preemption_policy is not None:
94
93
  pulumi.set(__self__, "preemption_policy", preemption_policy)
95
94
 
96
- @property
95
+ @_builtins.property
97
96
  @pulumi.getter
98
- def value(self) -> pulumi.Input[builtins.int]:
97
+ def value(self) -> pulumi.Input[_builtins.int]:
99
98
  """
100
99
  The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
101
100
  """
102
101
  return pulumi.get(self, "value")
103
102
 
104
103
  @value.setter
105
- def value(self, value: pulumi.Input[builtins.int]):
104
+ def value(self, value: pulumi.Input[_builtins.int]):
106
105
  pulumi.set(self, "value", value)
107
106
 
108
- @property
107
+ @_builtins.property
109
108
  @pulumi.getter(name="apiVersion")
110
- def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
109
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
111
110
  """
112
111
  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
113
112
  """
114
113
  return pulumi.get(self, "api_version")
115
114
 
116
115
  @api_version.setter
117
- def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
116
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
118
117
  pulumi.set(self, "api_version", value)
119
118
 
120
- @property
119
+ @_builtins.property
121
120
  @pulumi.getter
122
- def description(self) -> Optional[pulumi.Input[builtins.str]]:
121
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
123
122
  """
124
123
  description is an arbitrary string that usually provides guidelines on when this priority class should be used.
125
124
  """
126
125
  return pulumi.get(self, "description")
127
126
 
128
127
  @description.setter
129
- def description(self, value: Optional[pulumi.Input[builtins.str]]):
128
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
130
129
  pulumi.set(self, "description", value)
131
130
 
132
- @property
131
+ @_builtins.property
133
132
  @pulumi.getter(name="globalDefault")
134
- def global_default(self) -> Optional[pulumi.Input[builtins.bool]]:
133
+ def global_default(self) -> Optional[pulumi.Input[_builtins.bool]]:
135
134
  """
136
135
  globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
137
136
  """
138
137
  return pulumi.get(self, "global_default")
139
138
 
140
139
  @global_default.setter
141
- def global_default(self, value: Optional[pulumi.Input[builtins.bool]]):
140
+ def global_default(self, value: Optional[pulumi.Input[_builtins.bool]]):
142
141
  pulumi.set(self, "global_default", value)
143
142
 
144
- @property
143
+ @_builtins.property
145
144
  @pulumi.getter
146
- def kind(self) -> Optional[pulumi.Input[builtins.str]]:
145
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
147
146
  """
148
147
  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
149
148
  """
150
149
  return pulumi.get(self, "kind")
151
150
 
152
151
  @kind.setter
153
- def kind(self, value: Optional[pulumi.Input[builtins.str]]):
152
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
154
153
  pulumi.set(self, "kind", value)
155
154
 
156
- @property
155
+ @_builtins.property
157
156
  @pulumi.getter
158
157
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
159
158
  """
@@ -165,16 +164,16 @@ class PriorityClassArgs:
165
164
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
166
165
  pulumi.set(self, "metadata", value)
167
166
 
168
- @property
167
+ @_builtins.property
169
168
  @pulumi.getter(name="preemptionPolicy")
170
- def preemption_policy(self) -> Optional[pulumi.Input[builtins.str]]:
169
+ def preemption_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
171
170
  """
172
171
  PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
173
172
  """
174
173
  return pulumi.get(self, "preemption_policy")
175
174
 
176
175
  @preemption_policy.setter
177
- def preemption_policy(self, value: Optional[pulumi.Input[builtins.str]]):
176
+ def preemption_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
178
177
  pulumi.set(self, "preemption_policy", value)
179
178
 
180
179
 
@@ -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
@@ -47,22 +46,22 @@ class PriorityClass(dict):
47
46
  return super().get(key, default)
48
47
 
49
48
  def __init__(__self__, *,
50
- value: builtins.int,
51
- api_version: Optional[builtins.str] = None,
52
- description: Optional[builtins.str] = None,
53
- global_default: Optional[builtins.bool] = None,
54
- kind: Optional[builtins.str] = None,
49
+ value: _builtins.int,
50
+ api_version: Optional[_builtins.str] = None,
51
+ description: Optional[_builtins.str] = None,
52
+ global_default: Optional[_builtins.bool] = None,
53
+ kind: Optional[_builtins.str] = None,
55
54
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
56
- preemption_policy: Optional[builtins.str] = None):
55
+ preemption_policy: Optional[_builtins.str] = None):
57
56
  """
58
57
  DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.
59
- :param builtins.int value: The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
60
- :param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
61
- :param builtins.str description: description is an arbitrary string that usually provides guidelines on when this priority class should be used.
62
- :param builtins.bool global_default: globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
63
- :param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
58
+ :param _builtins.int value: The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
59
+ :param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
60
+ :param _builtins.str description: description is an arbitrary string that usually provides guidelines on when this priority class should be used.
61
+ :param _builtins.bool global_default: globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
62
+ :param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
64
63
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
65
- :param builtins.str preemption_policy: PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
64
+ :param _builtins.str preemption_policy: PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
66
65
  """
67
66
  pulumi.set(__self__, "value", value)
68
67
  if api_version is not None:
@@ -78,47 +77,47 @@ class PriorityClass(dict):
78
77
  if preemption_policy is not None:
79
78
  pulumi.set(__self__, "preemption_policy", preemption_policy)
80
79
 
81
- @property
80
+ @_builtins.property
82
81
  @pulumi.getter
83
- def value(self) -> builtins.int:
82
+ def value(self) -> _builtins.int:
84
83
  """
85
84
  The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.
86
85
  """
87
86
  return pulumi.get(self, "value")
88
87
 
89
- @property
88
+ @_builtins.property
90
89
  @pulumi.getter(name="apiVersion")
91
- def api_version(self) -> Optional[builtins.str]:
90
+ def api_version(self) -> Optional[_builtins.str]:
92
91
  """
93
92
  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
94
93
  """
95
94
  return pulumi.get(self, "api_version")
96
95
 
97
- @property
96
+ @_builtins.property
98
97
  @pulumi.getter
99
- def description(self) -> Optional[builtins.str]:
98
+ def description(self) -> Optional[_builtins.str]:
100
99
  """
101
100
  description is an arbitrary string that usually provides guidelines on when this priority class should be used.
102
101
  """
103
102
  return pulumi.get(self, "description")
104
103
 
105
- @property
104
+ @_builtins.property
106
105
  @pulumi.getter(name="globalDefault")
107
- def global_default(self) -> Optional[builtins.bool]:
106
+ def global_default(self) -> Optional[_builtins.bool]:
108
107
  """
109
108
  globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
110
109
  """
111
110
  return pulumi.get(self, "global_default")
112
111
 
113
- @property
112
+ @_builtins.property
114
113
  @pulumi.getter
115
- def kind(self) -> Optional[builtins.str]:
114
+ def kind(self) -> Optional[_builtins.str]:
116
115
  """
117
116
  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
118
117
  """
119
118
  return pulumi.get(self, "kind")
120
119
 
121
- @property
120
+ @_builtins.property
122
121
  @pulumi.getter
123
122
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
124
123
  """
@@ -126,9 +125,9 @@ class PriorityClass(dict):
126
125
  """
127
126
  return pulumi.get(self, "metadata")
128
127
 
129
- @property
128
+ @_builtins.property
130
129
  @pulumi.getter(name="preemptionPolicy")
131
- def preemption_policy(self) -> Optional[builtins.str]:
130
+ def preemption_policy(self) -> Optional[_builtins.str]:
132
131
  """
133
132
  PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
134
133
  """
@@ -2,7 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
5
+ import builtins as _builtins
6
6
  from .. import _utilities
7
7
  import typing
8
8