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

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

Potentially problematic release.


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

Files changed (702) hide show
  1. pulumi_kubernetes/__init__.py +37 -2
  2. pulumi_kubernetes/_inputs.py +41 -40
  3. pulumi_kubernetes/admissionregistration/__init__.py +1 -0
  4. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +18 -16
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +18 -16
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +18 -16
  7. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +18 -16
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +18 -16
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +18 -16
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +18 -16
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +18 -16
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +18 -16
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +18 -16
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +18 -16
  16. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
  17. pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
  18. pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
  19. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +18 -16
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +18 -16
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +18 -16
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +18 -16
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +18 -16
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +18 -16
  25. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +18 -16
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +18 -16
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +18 -16
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +18 -16
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +18 -16
  31. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
  32. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +396 -395
  33. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +249 -248
  34. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +18 -16
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +18 -16
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +18 -16
  37. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +18 -16
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +18 -16
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +18 -16
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +18 -16
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +18 -16
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +18 -16
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +18 -16
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +18 -16
  46. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
  47. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
  48. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
  49. pulumi_kubernetes/apiextensions/__init__.py +1 -0
  50. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +18 -16
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +18 -16
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +18 -16
  53. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
  54. pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
  55. pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
  56. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +18 -16
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +18 -16
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +18 -16
  59. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
  60. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
  61. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
  62. pulumi_kubernetes/apiregistration/__init__.py +1 -0
  63. pulumi_kubernetes/apiregistration/v1/APIService.py +18 -16
  64. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +18 -16
  65. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +18 -16
  66. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
  67. pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
  68. pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
  69. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +18 -16
  70. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +18 -16
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +18 -16
  72. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
  73. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
  74. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
  75. pulumi_kubernetes/apps/__init__.py +1 -0
  76. pulumi_kubernetes/apps/v1/ControllerRevision.py +26 -24
  77. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +18 -16
  78. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +26 -24
  79. pulumi_kubernetes/apps/v1/DaemonSet.py +18 -16
  80. pulumi_kubernetes/apps/v1/DaemonSetList.py +18 -16
  81. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +18 -16
  82. pulumi_kubernetes/apps/v1/Deployment.py +18 -16
  83. pulumi_kubernetes/apps/v1/DeploymentList.py +18 -16
  84. pulumi_kubernetes/apps/v1/DeploymentPatch.py +18 -16
  85. pulumi_kubernetes/apps/v1/ReplicaSet.py +18 -16
  86. pulumi_kubernetes/apps/v1/ReplicaSetList.py +22 -20
  87. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +18 -16
  88. pulumi_kubernetes/apps/v1/StatefulSet.py +18 -16
  89. pulumi_kubernetes/apps/v1/StatefulSetList.py +18 -16
  90. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +18 -16
  91. pulumi_kubernetes/apps/v1/__init__.py +1 -0
  92. pulumi_kubernetes/apps/v1/_inputs.py +664 -610
  93. pulumi_kubernetes/apps/v1/outputs.py +582 -508
  94. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +26 -24
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +18 -16
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +26 -24
  97. pulumi_kubernetes/apps/v1beta1/Deployment.py +18 -16
  98. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +18 -16
  99. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +18 -16
  100. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +18 -16
  101. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +18 -16
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +18 -16
  103. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
  104. pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
  105. pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
  106. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +26 -24
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +18 -16
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +26 -24
  109. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +18 -16
  110. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +18 -16
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +18 -16
  112. pulumi_kubernetes/apps/v1beta2/Deployment.py +18 -16
  113. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +18 -16
  114. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +18 -16
  115. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +18 -16
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +18 -16
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +18 -16
  118. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +18 -16
  119. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +18 -16
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +18 -16
  121. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
  122. pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
  123. pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
  124. pulumi_kubernetes/auditregistration/__init__.py +1 -0
  125. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +18 -16
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +18 -16
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +18 -16
  128. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
  129. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
  130. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
  131. pulumi_kubernetes/autoscaling/__init__.py +1 -0
  132. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +18 -16
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +18 -16
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +18 -16
  135. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
  136. pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
  137. pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
  138. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +18 -16
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +18 -16
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +18 -16
  141. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
  142. pulumi_kubernetes/autoscaling/v2/_inputs.py +371 -290
  143. pulumi_kubernetes/autoscaling/v2/outputs.py +281 -224
  144. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +18 -16
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +18 -16
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +18 -16
  147. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
  148. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
  149. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
  150. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +18 -16
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +18 -16
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +18 -16
  153. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
  154. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
  155. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
  156. pulumi_kubernetes/batch/__init__.py +1 -0
  157. pulumi_kubernetes/batch/v1/CronJob.py +18 -16
  158. pulumi_kubernetes/batch/v1/CronJobList.py +18 -16
  159. pulumi_kubernetes/batch/v1/CronJobPatch.py +18 -16
  160. pulumi_kubernetes/batch/v1/Job.py +18 -16
  161. pulumi_kubernetes/batch/v1/JobList.py +18 -16
  162. pulumi_kubernetes/batch/v1/JobPatch.py +18 -16
  163. pulumi_kubernetes/batch/v1/__init__.py +1 -0
  164. pulumi_kubernetes/batch/v1/_inputs.py +394 -423
  165. pulumi_kubernetes/batch/v1/outputs.py +293 -316
  166. pulumi_kubernetes/batch/v1beta1/CronJob.py +18 -16
  167. pulumi_kubernetes/batch/v1beta1/CronJobList.py +18 -16
  168. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +18 -16
  169. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
  170. pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
  171. pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
  172. pulumi_kubernetes/batch/v2alpha1/CronJob.py +18 -16
  173. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +18 -16
  174. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +18 -16
  175. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
  176. pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
  177. pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
  178. pulumi_kubernetes/certificates/__init__.py +1 -0
  179. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +18 -16
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +18 -16
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +18 -16
  182. pulumi_kubernetes/certificates/v1/__init__.py +1 -0
  183. pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
  184. pulumi_kubernetes/certificates/v1/outputs.py +97 -96
  185. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +20 -16
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +18 -16
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +20 -16
  188. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
  189. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
  190. pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
  191. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +18 -16
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +18 -16
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +18 -16
  194. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
  197. pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
  198. pulumi_kubernetes/certificates/v1beta1/_inputs.py +409 -116
  199. pulumi_kubernetes/certificates/v1beta1/outputs.py +334 -92
  200. pulumi_kubernetes/coordination/__init__.py +1 -0
  201. pulumi_kubernetes/coordination/v1/Lease.py +18 -16
  202. pulumi_kubernetes/coordination/v1/LeaseList.py +18 -16
  203. pulumi_kubernetes/coordination/v1/LeasePatch.py +18 -16
  204. pulumi_kubernetes/coordination/v1/__init__.py +1 -0
  205. pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
  206. pulumi_kubernetes/coordination/v1/outputs.py +49 -48
  207. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +19 -17
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +18 -16
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +19 -17
  210. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
  211. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
  212. pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
  213. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +19 -17
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +18 -16
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +19 -17
  216. pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
  217. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +75 -74
  218. pulumi_kubernetes/coordination/v1alpha2/outputs.py +45 -44
  219. pulumi_kubernetes/coordination/v1beta1/Lease.py +18 -16
  220. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
  223. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +18 -16
  224. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +18 -16
  225. pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
  226. pulumi_kubernetes/coordination/v1beta1/_inputs.py +432 -60
  227. pulumi_kubernetes/coordination/v1beta1/outputs.py +329 -36
  228. pulumi_kubernetes/core/__init__.py +1 -0
  229. pulumi_kubernetes/core/v1/Binding.py +18 -16
  230. pulumi_kubernetes/core/v1/BindingPatch.py +18 -16
  231. pulumi_kubernetes/core/v1/ConfigMap.py +42 -40
  232. pulumi_kubernetes/core/v1/ConfigMapList.py +18 -16
  233. pulumi_kubernetes/core/v1/ConfigMapPatch.py +42 -40
  234. pulumi_kubernetes/core/v1/Endpoints.py +26 -16
  235. pulumi_kubernetes/core/v1/EndpointsList.py +20 -18
  236. pulumi_kubernetes/core/v1/EndpointsPatch.py +26 -16
  237. pulumi_kubernetes/core/v1/Event.py +98 -96
  238. pulumi_kubernetes/core/v1/EventList.py +18 -16
  239. pulumi_kubernetes/core/v1/EventPatch.py +98 -96
  240. pulumi_kubernetes/core/v1/LimitRange.py +18 -16
  241. pulumi_kubernetes/core/v1/LimitRangeList.py +18 -16
  242. pulumi_kubernetes/core/v1/LimitRangePatch.py +18 -16
  243. pulumi_kubernetes/core/v1/Namespace.py +18 -16
  244. pulumi_kubernetes/core/v1/NamespaceList.py +18 -16
  245. pulumi_kubernetes/core/v1/NamespacePatch.py +18 -16
  246. pulumi_kubernetes/core/v1/Node.py +18 -16
  247. pulumi_kubernetes/core/v1/NodeList.py +18 -16
  248. pulumi_kubernetes/core/v1/NodePatch.py +18 -16
  249. pulumi_kubernetes/core/v1/PersistentVolume.py +18 -16
  250. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +18 -16
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +18 -16
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +18 -16
  253. pulumi_kubernetes/core/v1/PersistentVolumeList.py +18 -16
  254. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +18 -16
  255. pulumi_kubernetes/core/v1/Pod.py +18 -16
  256. pulumi_kubernetes/core/v1/PodList.py +18 -16
  257. pulumi_kubernetes/core/v1/PodPatch.py +18 -16
  258. pulumi_kubernetes/core/v1/PodTemplate.py +18 -16
  259. pulumi_kubernetes/core/v1/PodTemplateList.py +18 -16
  260. pulumi_kubernetes/core/v1/PodTemplatePatch.py +18 -16
  261. pulumi_kubernetes/core/v1/ReplicationController.py +18 -16
  262. pulumi_kubernetes/core/v1/ReplicationControllerList.py +18 -16
  263. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +18 -16
  264. pulumi_kubernetes/core/v1/ResourceQuota.py +18 -16
  265. pulumi_kubernetes/core/v1/ResourceQuotaList.py +18 -16
  266. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +18 -16
  267. pulumi_kubernetes/core/v1/Secret.py +50 -48
  268. pulumi_kubernetes/core/v1/SecretList.py +18 -16
  269. pulumi_kubernetes/core/v1/SecretPatch.py +50 -48
  270. pulumi_kubernetes/core/v1/Service.py +18 -16
  271. pulumi_kubernetes/core/v1/ServiceAccount.py +26 -24
  272. pulumi_kubernetes/core/v1/ServiceAccountList.py +18 -16
  273. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +26 -24
  274. pulumi_kubernetes/core/v1/ServiceList.py +18 -16
  275. pulumi_kubernetes/core/v1/ServicePatch.py +18 -16
  276. pulumi_kubernetes/core/v1/__init__.py +1 -0
  277. pulumi_kubernetes/core/v1/_enums.py +4 -1
  278. pulumi_kubernetes/core/v1/_inputs.py +5736 -5561
  279. pulumi_kubernetes/core/v1/outputs.py +3853 -3652
  280. pulumi_kubernetes/discovery/__init__.py +1 -0
  281. pulumi_kubernetes/discovery/v1/EndpointSlice.py +34 -32
  282. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +18 -16
  283. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +34 -32
  284. pulumi_kubernetes/discovery/v1/__init__.py +1 -0
  285. pulumi_kubernetes/discovery/v1/_inputs.py +294 -178
  286. pulumi_kubernetes/discovery/v1/outputs.py +184 -108
  287. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +26 -24
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +18 -16
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +26 -24
  290. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
  291. pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
  292. pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
  293. pulumi_kubernetes/events/__init__.py +1 -0
  294. pulumi_kubernetes/events/v1/Event.py +98 -96
  295. pulumi_kubernetes/events/v1/EventList.py +18 -16
  296. pulumi_kubernetes/events/v1/EventPatch.py +98 -96
  297. pulumi_kubernetes/events/v1/__init__.py +1 -0
  298. pulumi_kubernetes/events/v1/_inputs.py +81 -80
  299. pulumi_kubernetes/events/v1/outputs.py +49 -48
  300. pulumi_kubernetes/events/v1beta1/Event.py +98 -96
  301. pulumi_kubernetes/events/v1beta1/EventList.py +18 -16
  302. pulumi_kubernetes/events/v1beta1/EventPatch.py +98 -96
  303. pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
  304. pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
  305. pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
  306. pulumi_kubernetes/extensions/__init__.py +1 -0
  307. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +18 -16
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +18 -16
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +18 -16
  310. pulumi_kubernetes/extensions/v1beta1/Deployment.py +18 -16
  311. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +18 -16
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +18 -16
  313. pulumi_kubernetes/extensions/v1beta1/Ingress.py +18 -16
  314. pulumi_kubernetes/extensions/v1beta1/IngressList.py +18 -16
  315. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +18 -16
  316. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +18 -16
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +18 -16
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +18 -16
  319. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +18 -16
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +18 -16
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +18 -16
  322. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +18 -16
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +18 -16
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +18 -16
  325. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
  326. pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
  327. pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
  328. pulumi_kubernetes/flowcontrol/__init__.py +1 -0
  329. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +18 -16
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +18 -16
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +18 -16
  332. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +18 -16
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +18 -16
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +18 -16
  335. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
  336. pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
  337. pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
  338. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +18 -16
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +18 -16
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +18 -16
  341. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +18 -16
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +18 -16
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +18 -16
  344. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
  345. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
  346. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
  347. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +18 -16
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +18 -16
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +18 -16
  350. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +18 -16
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +18 -16
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +18 -16
  353. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
  354. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
  355. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
  356. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +18 -16
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +18 -16
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +18 -16
  359. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +18 -16
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +18 -16
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +18 -16
  362. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
  363. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
  364. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
  365. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +18 -16
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +18 -16
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +18 -16
  368. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +18 -16
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +18 -16
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +18 -16
  371. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
  372. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
  373. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
  374. pulumi_kubernetes/helm/__init__.py +1 -0
  375. pulumi_kubernetes/helm/v3/Release.py +247 -245
  376. pulumi_kubernetes/helm/v3/__init__.py +1 -0
  377. pulumi_kubernetes/helm/v3/_inputs.py +31 -30
  378. pulumi_kubernetes/helm/v3/outputs.py +41 -40
  379. pulumi_kubernetes/helm/v4/Chart.py +72 -70
  380. pulumi_kubernetes/helm/v4/__init__.py +1 -0
  381. pulumi_kubernetes/helm/v4/_inputs.py +26 -25
  382. pulumi_kubernetes/kustomize/__init__.py +1 -0
  383. pulumi_kubernetes/kustomize/v2/Directory.py +31 -29
  384. pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
  385. pulumi_kubernetes/meta/__init__.py +1 -0
  386. pulumi_kubernetes/meta/v1/Status.py +43 -41
  387. pulumi_kubernetes/meta/v1/StatusPatch.py +43 -41
  388. pulumi_kubernetes/meta/v1/__init__.py +1 -0
  389. pulumi_kubernetes/meta/v1/_inputs.py +451 -450
  390. pulumi_kubernetes/meta/v1/outputs.py +289 -288
  391. pulumi_kubernetes/networking/__init__.py +1 -0
  392. pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
  393. pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
  394. pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
  395. pulumi_kubernetes/networking/v1/Ingress.py +18 -16
  396. pulumi_kubernetes/networking/v1/IngressClass.py +18 -16
  397. pulumi_kubernetes/networking/v1/IngressClassList.py +18 -16
  398. pulumi_kubernetes/networking/v1/IngressClassPatch.py +18 -16
  399. pulumi_kubernetes/networking/v1/IngressList.py +18 -16
  400. pulumi_kubernetes/networking/v1/IngressPatch.py +18 -16
  401. pulumi_kubernetes/networking/v1/NetworkPolicy.py +18 -16
  402. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +18 -16
  403. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +18 -16
  404. pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
  405. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
  406. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
  407. pulumi_kubernetes/networking/v1/__init__.py +7 -0
  408. pulumi_kubernetes/networking/v1/_inputs.py +865 -265
  409. pulumi_kubernetes/networking/v1/outputs.py +632 -170
  410. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +18 -16
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +18 -16
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +18 -16
  413. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +19 -17
  414. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +18 -16
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +19 -17
  416. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +19 -17
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +18 -16
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +19 -17
  419. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
  420. pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
  421. pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
  422. pulumi_kubernetes/networking/v1beta1/IPAddress.py +19 -17
  423. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +18 -16
  424. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +19 -17
  425. pulumi_kubernetes/networking/v1beta1/Ingress.py +18 -16
  426. pulumi_kubernetes/networking/v1beta1/IngressClass.py +18 -16
  427. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +18 -16
  428. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +18 -16
  429. pulumi_kubernetes/networking/v1beta1/IngressList.py +18 -16
  430. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +18 -16
  431. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +19 -17
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +18 -16
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +19 -17
  434. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
  435. pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
  436. pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
  437. pulumi_kubernetes/node/__init__.py +1 -0
  438. pulumi_kubernetes/node/v1/RuntimeClass.py +26 -24
  439. pulumi_kubernetes/node/v1/RuntimeClassList.py +18 -16
  440. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +26 -24
  441. pulumi_kubernetes/node/v1/__init__.py +1 -0
  442. pulumi_kubernetes/node/v1/_inputs.py +36 -35
  443. pulumi_kubernetes/node/v1/outputs.py +22 -21
  444. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +18 -16
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +18 -16
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +18 -16
  447. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
  448. pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
  449. pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
  450. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +26 -24
  451. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +18 -16
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +26 -24
  453. pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
  454. pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
  455. pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
  456. pulumi_kubernetes/policy/__init__.py +1 -0
  457. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +18 -16
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +18 -16
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +18 -16
  460. pulumi_kubernetes/policy/v1/__init__.py +1 -0
  461. pulumi_kubernetes/policy/v1/_inputs.py +71 -82
  462. pulumi_kubernetes/policy/v1/outputs.py +53 -60
  463. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +18 -16
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +18 -16
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +18 -16
  466. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +18 -16
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +18 -16
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +18 -16
  469. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
  470. pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
  471. pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
  472. pulumi_kubernetes/provider.py +93 -91
  473. pulumi_kubernetes/pulumi-plugin.json +1 -1
  474. pulumi_kubernetes/rbac/__init__.py +1 -0
  475. pulumi_kubernetes/rbac/v1/ClusterRole.py +18 -16
  476. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +18 -16
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +18 -16
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +18 -16
  479. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +18 -16
  480. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +18 -16
  481. pulumi_kubernetes/rbac/v1/Role.py +18 -16
  482. pulumi_kubernetes/rbac/v1/RoleBinding.py +18 -16
  483. pulumi_kubernetes/rbac/v1/RoleBindingList.py +18 -16
  484. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +18 -16
  485. pulumi_kubernetes/rbac/v1/RoleList.py +18 -16
  486. pulumi_kubernetes/rbac/v1/RolePatch.py +18 -16
  487. pulumi_kubernetes/rbac/v1/__init__.py +1 -0
  488. pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
  489. pulumi_kubernetes/rbac/v1/outputs.py +97 -96
  490. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +18 -16
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +18 -16
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +18 -16
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +18 -16
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +18 -16
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +18 -16
  496. pulumi_kubernetes/rbac/v1alpha1/Role.py +18 -16
  497. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +18 -16
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +18 -16
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +18 -16
  500. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +18 -16
  501. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +18 -16
  502. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
  503. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
  504. pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
  505. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +18 -16
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +18 -16
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +18 -16
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +18 -16
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +18 -16
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +18 -16
  511. pulumi_kubernetes/rbac/v1beta1/Role.py +18 -16
  512. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +18 -16
  513. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +18 -16
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +18 -16
  515. pulumi_kubernetes/rbac/v1beta1/RoleList.py +18 -16
  516. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +18 -16
  517. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
  518. pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
  519. pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
  520. pulumi_kubernetes/resource/__init__.py +4 -0
  521. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +18 -16
  522. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +18 -16
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +18 -16
  524. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +19 -17
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +18 -16
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +19 -17
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +19 -17
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +18 -16
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +19 -17
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +26 -24
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +18 -16
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +26 -24
  533. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
  534. pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
  535. pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
  536. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +18 -16
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +18 -16
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +18 -16
  539. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +19 -17
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +18 -16
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +26 -24
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +18 -16
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +26 -24
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +19 -17
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +19 -17
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +18 -16
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +19 -17
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +34 -32
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +18 -16
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +18 -16
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +18 -16
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +18 -16
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +34 -32
  554. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +35 -33
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +18 -16
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +35 -33
  557. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
  558. pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
  559. pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
  560. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +19 -17
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +18 -16
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +19 -17
  563. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
  566. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +18 -16
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +18 -16
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +18 -16
  569. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +19 -17
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +18 -16
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +19 -17
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +19 -17
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +18 -16
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +19 -17
  575. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +19 -17
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +18 -16
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +19 -17
  578. pulumi_kubernetes/resource/v1alpha3/__init__.py +4 -0
  579. pulumi_kubernetes/resource/v1alpha3/_inputs.py +2999 -652
  580. pulumi_kubernetes/resource/v1alpha3/outputs.py +2286 -504
  581. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +19 -17
  582. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +18 -16
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +19 -17
  584. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +19 -17
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +18 -16
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +19 -17
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +19 -17
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +18 -16
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +19 -17
  590. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +19 -17
  591. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +18 -16
  592. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +19 -17
  593. pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
  594. pulumi_kubernetes/resource/v1beta1/_inputs.py +2481 -612
  595. pulumi_kubernetes/resource/v1beta1/outputs.py +1782 -379
  596. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
  597. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
  599. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
  605. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
  606. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
  607. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
  608. pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
  609. pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
  610. pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
  611. pulumi_kubernetes/scheduling/__init__.py +1 -0
  612. pulumi_kubernetes/scheduling/v1/PriorityClass.py +50 -48
  613. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +18 -16
  614. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +50 -48
  615. pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
  616. pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
  617. pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
  618. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +50 -48
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +18 -16
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +50 -48
  621. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
  622. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
  623. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
  624. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +50 -48
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +18 -16
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +50 -48
  627. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
  628. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
  629. pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
  630. pulumi_kubernetes/settings/__init__.py +1 -0
  631. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +18 -16
  632. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +18 -16
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +18 -16
  634. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
  635. pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
  636. pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
  637. pulumi_kubernetes/storage/__init__.py +1 -0
  638. pulumi_kubernetes/storage/v1/CSIDriver.py +18 -16
  639. pulumi_kubernetes/storage/v1/CSIDriverList.py +18 -16
  640. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +18 -16
  641. pulumi_kubernetes/storage/v1/CSINode.py +18 -16
  642. pulumi_kubernetes/storage/v1/CSINodeList.py +18 -16
  643. pulumi_kubernetes/storage/v1/CSINodePatch.py +18 -16
  644. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +42 -40
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +18 -16
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +42 -40
  647. pulumi_kubernetes/storage/v1/StorageClass.py +66 -64
  648. pulumi_kubernetes/storage/v1/StorageClassList.py +18 -16
  649. pulumi_kubernetes/storage/v1/StorageClassPatch.py +66 -64
  650. pulumi_kubernetes/storage/v1/VolumeAttachment.py +18 -16
  651. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +18 -16
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +18 -16
  653. pulumi_kubernetes/storage/v1/__init__.py +1 -0
  654. pulumi_kubernetes/storage/v1/_inputs.py +366 -275
  655. pulumi_kubernetes/storage/v1/outputs.py +288 -177
  656. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +18 -16
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +18 -16
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +18 -16
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +34 -32
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +18 -16
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +34 -32
  662. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
  663. pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
  664. pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
  665. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +18 -16
  666. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +18 -16
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +18 -16
  668. pulumi_kubernetes/storage/v1beta1/CSINode.py +18 -16
  669. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +18 -16
  670. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +18 -16
  671. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +42 -40
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +18 -16
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +42 -40
  674. pulumi_kubernetes/storage/v1beta1/StorageClass.py +66 -64
  675. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +18 -16
  676. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +66 -64
  677. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +18 -16
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +18 -16
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +18 -16
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +34 -32
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +18 -16
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +34 -32
  683. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
  684. pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
  685. pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
  686. pulumi_kubernetes/storagemigration/__init__.py +1 -0
  687. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +18 -16
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +18 -16
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +18 -16
  690. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
  691. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
  692. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
  693. pulumi_kubernetes/yaml/__init__.py +1 -0
  694. pulumi_kubernetes/yaml/v2/ConfigFile.py +23 -21
  695. pulumi_kubernetes/yaml/v2/ConfigGroup.py +30 -28
  696. pulumi_kubernetes/yaml/v2/__init__.py +1 -0
  697. pulumi_kubernetes/yaml/yaml.py +108 -0
  698. {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +4 -4
  699. pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
  700. {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
  701. pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
  702. {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/top_level.txt +0 -0
@@ -2,6 +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
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -67,14 +68,14 @@ class CSIDriver(dict):
67
68
 
68
69
  def __init__(__self__, *,
69
70
  spec: 'outputs.CSIDriverSpec',
70
- api_version: Optional[str] = None,
71
- kind: Optional[str] = None,
71
+ api_version: Optional[builtins.str] = None,
72
+ kind: Optional[builtins.str] = None,
72
73
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
73
74
  """
74
75
  CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced.
75
76
  :param 'CSIDriverSpecArgs' spec: spec represents the specification of the CSI Driver.
76
- :param 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
77
- :param 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
77
+ :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
78
+ :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
78
79
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata. metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
79
80
  """
80
81
  pulumi.set(__self__, "spec", spec)
@@ -95,7 +96,7 @@ class CSIDriver(dict):
95
96
 
96
97
  @property
97
98
  @pulumi.getter(name="apiVersion")
98
- def api_version(self) -> Optional[str]:
99
+ def api_version(self) -> Optional[builtins.str]:
99
100
  """
100
101
  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
101
102
  """
@@ -103,7 +104,7 @@ class CSIDriver(dict):
103
104
 
104
105
  @property
105
106
  @pulumi.getter
106
- def kind(self) -> Optional[str]:
107
+ def kind(self) -> Optional[builtins.str]:
107
108
  """
108
109
  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
109
110
  """
@@ -130,6 +131,8 @@ class CSIDriverSpec(dict):
130
131
  suggest = "attach_required"
131
132
  elif key == "fsGroupPolicy":
132
133
  suggest = "fs_group_policy"
134
+ elif key == "nodeAllocatableUpdatePeriodSeconds":
135
+ suggest = "node_allocatable_update_period_seconds"
133
136
  elif key == "podInfoOnMount":
134
137
  suggest = "pod_info_on_mount"
135
138
  elif key == "requiresRepublish":
@@ -155,25 +158,31 @@ class CSIDriverSpec(dict):
155
158
  return super().get(key, default)
156
159
 
157
160
  def __init__(__self__, *,
158
- attach_required: Optional[bool] = None,
159
- fs_group_policy: Optional[str] = None,
160
- pod_info_on_mount: Optional[bool] = None,
161
- requires_republish: Optional[bool] = None,
162
- se_linux_mount: Optional[bool] = None,
163
- storage_capacity: Optional[bool] = None,
161
+ attach_required: Optional[builtins.bool] = None,
162
+ fs_group_policy: Optional[builtins.str] = None,
163
+ node_allocatable_update_period_seconds: Optional[builtins.int] = None,
164
+ pod_info_on_mount: Optional[builtins.bool] = None,
165
+ requires_republish: Optional[builtins.bool] = None,
166
+ se_linux_mount: Optional[builtins.bool] = None,
167
+ storage_capacity: Optional[builtins.bool] = None,
164
168
  token_requests: Optional[Sequence['outputs.TokenRequest']] = None,
165
- volume_lifecycle_modes: Optional[Sequence[str]] = None):
169
+ volume_lifecycle_modes: Optional[Sequence[builtins.str]] = None):
166
170
  """
167
171
  CSIDriverSpec is the specification of a CSIDriver.
168
- :param bool attach_required: attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.
172
+ :param builtins.bool attach_required: attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.
169
173
 
170
174
  This field is immutable.
171
- :param str fs_group_policy: fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.
175
+ :param builtins.str fs_group_policy: fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.
172
176
 
173
177
  This field was immutable in Kubernetes < 1.29 and now is mutable.
174
178
 
175
179
  Defaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce.
176
- :param bool pod_info_on_mount: podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
180
+ :param builtins.int node_allocatable_update_period_seconds: nodeAllocatableUpdatePeriodSeconds specifies the interval between periodic updates of the CSINode allocatable capacity for this driver. When set, both periodic updates and updates triggered by capacity-related failures are enabled. If not set, no updates occur (neither periodic nor upon detecting capacity-related failures), and the allocatable.count remains static. The minimum allowed value for this field is 10 seconds.
181
+
182
+ This is an alpha feature and requires the MutableCSINodeAllocatableCount feature gate to be enabled.
183
+
184
+ This field is mutable.
185
+ :param builtins.bool pod_info_on_mount: podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
177
186
 
178
187
  The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext.
179
188
 
@@ -183,17 +192,17 @@ class CSIDriverSpec(dict):
183
192
  "csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver.
184
193
 
185
194
  This field was immutable in Kubernetes < 1.29 and now is mutable.
186
- :param bool requires_republish: requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
195
+ :param builtins.bool requires_republish: requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
187
196
 
188
197
  Note: After a successful initial NodePublishVolume call, subsequent calls to NodePublishVolume should only update the contents of the volume. New mount points will not be seen by a running container.
189
- :param bool se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
198
+ :param builtins.bool se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
190
199
 
191
200
  When "true", the CSI driver must ensure that all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical for storage backends that provide volumes as filesystems on block devices or as independent shared volumes. Kubernetes will call NodeStage / NodePublish with "-o context=xyz" mount option when mounting a ReadWriteOncePod volume used in Pod that has explicitly set SELinux context. In the future, it may be expanded to other volume AccessModes. In any case, Kubernetes will ensure that the volume is mounted only with a single SELinux context.
192
201
 
193
202
  When "false", Kubernetes won't pass any special SELinux mount options to the driver. This is typical for volumes that represent subdirectories of a bigger shared filesystem.
194
203
 
195
204
  Default is "false".
196
- :param bool storage_capacity: storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true.
205
+ :param builtins.bool storage_capacity: storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true.
197
206
 
198
207
  The check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object.
199
208
 
@@ -209,7 +218,7 @@ class CSIDriverSpec(dict):
209
218
  }
210
219
 
211
220
  Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically.
212
- :param Sequence[str] volume_lifecycle_modes: volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism.
221
+ :param Sequence[builtins.str] volume_lifecycle_modes: volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism.
213
222
 
214
223
  The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume.
215
224
 
@@ -221,6 +230,8 @@ class CSIDriverSpec(dict):
221
230
  pulumi.set(__self__, "attach_required", attach_required)
222
231
  if fs_group_policy is not None:
223
232
  pulumi.set(__self__, "fs_group_policy", fs_group_policy)
233
+ if node_allocatable_update_period_seconds is not None:
234
+ pulumi.set(__self__, "node_allocatable_update_period_seconds", node_allocatable_update_period_seconds)
224
235
  if pod_info_on_mount is not None:
225
236
  pulumi.set(__self__, "pod_info_on_mount", pod_info_on_mount)
226
237
  if requires_republish is not None:
@@ -236,7 +247,7 @@ class CSIDriverSpec(dict):
236
247
 
237
248
  @property
238
249
  @pulumi.getter(name="attachRequired")
239
- def attach_required(self) -> Optional[bool]:
250
+ def attach_required(self) -> Optional[builtins.bool]:
240
251
  """
241
252
  attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.
242
253
 
@@ -246,7 +257,7 @@ class CSIDriverSpec(dict):
246
257
 
247
258
  @property
248
259
  @pulumi.getter(name="fsGroupPolicy")
249
- def fs_group_policy(self) -> Optional[str]:
260
+ def fs_group_policy(self) -> Optional[builtins.str]:
250
261
  """
251
262
  fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.
252
263
 
@@ -256,9 +267,21 @@ class CSIDriverSpec(dict):
256
267
  """
257
268
  return pulumi.get(self, "fs_group_policy")
258
269
 
270
+ @property
271
+ @pulumi.getter(name="nodeAllocatableUpdatePeriodSeconds")
272
+ def node_allocatable_update_period_seconds(self) -> Optional[builtins.int]:
273
+ """
274
+ nodeAllocatableUpdatePeriodSeconds specifies the interval between periodic updates of the CSINode allocatable capacity for this driver. When set, both periodic updates and updates triggered by capacity-related failures are enabled. If not set, no updates occur (neither periodic nor upon detecting capacity-related failures), and the allocatable.count remains static. The minimum allowed value for this field is 10 seconds.
275
+
276
+ This is an alpha feature and requires the MutableCSINodeAllocatableCount feature gate to be enabled.
277
+
278
+ This field is mutable.
279
+ """
280
+ return pulumi.get(self, "node_allocatable_update_period_seconds")
281
+
259
282
  @property
260
283
  @pulumi.getter(name="podInfoOnMount")
261
- def pod_info_on_mount(self) -> Optional[bool]:
284
+ def pod_info_on_mount(self) -> Optional[builtins.bool]:
262
285
  """
263
286
  podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
264
287
 
@@ -275,7 +298,7 @@ class CSIDriverSpec(dict):
275
298
 
276
299
  @property
277
300
  @pulumi.getter(name="requiresRepublish")
278
- def requires_republish(self) -> Optional[bool]:
301
+ def requires_republish(self) -> Optional[builtins.bool]:
279
302
  """
280
303
  requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
281
304
 
@@ -285,7 +308,7 @@ class CSIDriverSpec(dict):
285
308
 
286
309
  @property
287
310
  @pulumi.getter(name="seLinuxMount")
288
- def se_linux_mount(self) -> Optional[bool]:
311
+ def se_linux_mount(self) -> Optional[builtins.bool]:
289
312
  """
290
313
  seLinuxMount specifies if the CSI driver supports "-o context" mount option.
291
314
 
@@ -299,7 +322,7 @@ class CSIDriverSpec(dict):
299
322
 
300
323
  @property
301
324
  @pulumi.getter(name="storageCapacity")
302
- def storage_capacity(self) -> Optional[bool]:
325
+ def storage_capacity(self) -> Optional[builtins.bool]:
303
326
  """
304
327
  storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true.
305
328
 
@@ -329,7 +352,7 @@ class CSIDriverSpec(dict):
329
352
 
330
353
  @property
331
354
  @pulumi.getter(name="volumeLifecycleModes")
332
- def volume_lifecycle_modes(self) -> Optional[Sequence[str]]:
355
+ def volume_lifecycle_modes(self) -> Optional[Sequence[builtins.str]]:
333
356
  """
334
357
  volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism.
335
358
 
@@ -354,6 +377,8 @@ class CSIDriverSpecPatch(dict):
354
377
  suggest = "attach_required"
355
378
  elif key == "fsGroupPolicy":
356
379
  suggest = "fs_group_policy"
380
+ elif key == "nodeAllocatableUpdatePeriodSeconds":
381
+ suggest = "node_allocatable_update_period_seconds"
357
382
  elif key == "podInfoOnMount":
358
383
  suggest = "pod_info_on_mount"
359
384
  elif key == "requiresRepublish":
@@ -379,25 +404,31 @@ class CSIDriverSpecPatch(dict):
379
404
  return super().get(key, default)
380
405
 
381
406
  def __init__(__self__, *,
382
- attach_required: Optional[bool] = None,
383
- fs_group_policy: Optional[str] = None,
384
- pod_info_on_mount: Optional[bool] = None,
385
- requires_republish: Optional[bool] = None,
386
- se_linux_mount: Optional[bool] = None,
387
- storage_capacity: Optional[bool] = None,
407
+ attach_required: Optional[builtins.bool] = None,
408
+ fs_group_policy: Optional[builtins.str] = None,
409
+ node_allocatable_update_period_seconds: Optional[builtins.int] = None,
410
+ pod_info_on_mount: Optional[builtins.bool] = None,
411
+ requires_republish: Optional[builtins.bool] = None,
412
+ se_linux_mount: Optional[builtins.bool] = None,
413
+ storage_capacity: Optional[builtins.bool] = None,
388
414
  token_requests: Optional[Sequence['outputs.TokenRequestPatch']] = None,
389
- volume_lifecycle_modes: Optional[Sequence[str]] = None):
415
+ volume_lifecycle_modes: Optional[Sequence[builtins.str]] = None):
390
416
  """
391
417
  CSIDriverSpec is the specification of a CSIDriver.
392
- :param bool attach_required: attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.
418
+ :param builtins.bool attach_required: attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.
393
419
 
394
420
  This field is immutable.
395
- :param str fs_group_policy: fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.
421
+ :param builtins.str fs_group_policy: fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.
396
422
 
397
423
  This field was immutable in Kubernetes < 1.29 and now is mutable.
398
424
 
399
425
  Defaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce.
400
- :param bool pod_info_on_mount: podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
426
+ :param builtins.int node_allocatable_update_period_seconds: nodeAllocatableUpdatePeriodSeconds specifies the interval between periodic updates of the CSINode allocatable capacity for this driver. When set, both periodic updates and updates triggered by capacity-related failures are enabled. If not set, no updates occur (neither periodic nor upon detecting capacity-related failures), and the allocatable.count remains static. The minimum allowed value for this field is 10 seconds.
427
+
428
+ This is an alpha feature and requires the MutableCSINodeAllocatableCount feature gate to be enabled.
429
+
430
+ This field is mutable.
431
+ :param builtins.bool pod_info_on_mount: podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
401
432
 
402
433
  The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext.
403
434
 
@@ -407,17 +438,17 @@ class CSIDriverSpecPatch(dict):
407
438
  "csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver.
408
439
 
409
440
  This field was immutable in Kubernetes < 1.29 and now is mutable.
410
- :param bool requires_republish: requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
441
+ :param builtins.bool requires_republish: requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
411
442
 
412
443
  Note: After a successful initial NodePublishVolume call, subsequent calls to NodePublishVolume should only update the contents of the volume. New mount points will not be seen by a running container.
413
- :param bool se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
444
+ :param builtins.bool se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
414
445
 
415
446
  When "true", the CSI driver must ensure that all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical for storage backends that provide volumes as filesystems on block devices or as independent shared volumes. Kubernetes will call NodeStage / NodePublish with "-o context=xyz" mount option when mounting a ReadWriteOncePod volume used in Pod that has explicitly set SELinux context. In the future, it may be expanded to other volume AccessModes. In any case, Kubernetes will ensure that the volume is mounted only with a single SELinux context.
416
447
 
417
448
  When "false", Kubernetes won't pass any special SELinux mount options to the driver. This is typical for volumes that represent subdirectories of a bigger shared filesystem.
418
449
 
419
450
  Default is "false".
420
- :param bool storage_capacity: storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true.
451
+ :param builtins.bool storage_capacity: storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true.
421
452
 
422
453
  The check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object.
423
454
 
@@ -433,7 +464,7 @@ class CSIDriverSpecPatch(dict):
433
464
  }
434
465
 
435
466
  Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically.
436
- :param Sequence[str] volume_lifecycle_modes: volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism.
467
+ :param Sequence[builtins.str] volume_lifecycle_modes: volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism.
437
468
 
438
469
  The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume.
439
470
 
@@ -445,6 +476,8 @@ class CSIDriverSpecPatch(dict):
445
476
  pulumi.set(__self__, "attach_required", attach_required)
446
477
  if fs_group_policy is not None:
447
478
  pulumi.set(__self__, "fs_group_policy", fs_group_policy)
479
+ if node_allocatable_update_period_seconds is not None:
480
+ pulumi.set(__self__, "node_allocatable_update_period_seconds", node_allocatable_update_period_seconds)
448
481
  if pod_info_on_mount is not None:
449
482
  pulumi.set(__self__, "pod_info_on_mount", pod_info_on_mount)
450
483
  if requires_republish is not None:
@@ -460,7 +493,7 @@ class CSIDriverSpecPatch(dict):
460
493
 
461
494
  @property
462
495
  @pulumi.getter(name="attachRequired")
463
- def attach_required(self) -> Optional[bool]:
496
+ def attach_required(self) -> Optional[builtins.bool]:
464
497
  """
465
498
  attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.
466
499
 
@@ -470,7 +503,7 @@ class CSIDriverSpecPatch(dict):
470
503
 
471
504
  @property
472
505
  @pulumi.getter(name="fsGroupPolicy")
473
- def fs_group_policy(self) -> Optional[str]:
506
+ def fs_group_policy(self) -> Optional[builtins.str]:
474
507
  """
475
508
  fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.
476
509
 
@@ -480,9 +513,21 @@ class CSIDriverSpecPatch(dict):
480
513
  """
481
514
  return pulumi.get(self, "fs_group_policy")
482
515
 
516
+ @property
517
+ @pulumi.getter(name="nodeAllocatableUpdatePeriodSeconds")
518
+ def node_allocatable_update_period_seconds(self) -> Optional[builtins.int]:
519
+ """
520
+ nodeAllocatableUpdatePeriodSeconds specifies the interval between periodic updates of the CSINode allocatable capacity for this driver. When set, both periodic updates and updates triggered by capacity-related failures are enabled. If not set, no updates occur (neither periodic nor upon detecting capacity-related failures), and the allocatable.count remains static. The minimum allowed value for this field is 10 seconds.
521
+
522
+ This is an alpha feature and requires the MutableCSINodeAllocatableCount feature gate to be enabled.
523
+
524
+ This field is mutable.
525
+ """
526
+ return pulumi.get(self, "node_allocatable_update_period_seconds")
527
+
483
528
  @property
484
529
  @pulumi.getter(name="podInfoOnMount")
485
- def pod_info_on_mount(self) -> Optional[bool]:
530
+ def pod_info_on_mount(self) -> Optional[builtins.bool]:
486
531
  """
487
532
  podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
488
533
 
@@ -499,7 +544,7 @@ class CSIDriverSpecPatch(dict):
499
544
 
500
545
  @property
501
546
  @pulumi.getter(name="requiresRepublish")
502
- def requires_republish(self) -> Optional[bool]:
547
+ def requires_republish(self) -> Optional[builtins.bool]:
503
548
  """
504
549
  requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
505
550
 
@@ -509,7 +554,7 @@ class CSIDriverSpecPatch(dict):
509
554
 
510
555
  @property
511
556
  @pulumi.getter(name="seLinuxMount")
512
- def se_linux_mount(self) -> Optional[bool]:
557
+ def se_linux_mount(self) -> Optional[builtins.bool]:
513
558
  """
514
559
  seLinuxMount specifies if the CSI driver supports "-o context" mount option.
515
560
 
@@ -523,7 +568,7 @@ class CSIDriverSpecPatch(dict):
523
568
 
524
569
  @property
525
570
  @pulumi.getter(name="storageCapacity")
526
- def storage_capacity(self) -> Optional[bool]:
571
+ def storage_capacity(self) -> Optional[builtins.bool]:
527
572
  """
528
573
  storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true.
529
574
 
@@ -553,7 +598,7 @@ class CSIDriverSpecPatch(dict):
553
598
 
554
599
  @property
555
600
  @pulumi.getter(name="volumeLifecycleModes")
556
- def volume_lifecycle_modes(self) -> Optional[Sequence[str]]:
601
+ def volume_lifecycle_modes(self) -> Optional[Sequence[builtins.str]]:
557
602
  """
558
603
  volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism.
559
604
 
@@ -590,14 +635,14 @@ class CSINode(dict):
590
635
 
591
636
  def __init__(__self__, *,
592
637
  spec: 'outputs.CSINodeSpec',
593
- api_version: Optional[str] = None,
594
- kind: Optional[str] = None,
638
+ api_version: Optional[builtins.str] = None,
639
+ kind: Optional[builtins.str] = None,
595
640
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
596
641
  """
597
642
  CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object.
598
643
  :param 'CSINodeSpecArgs' spec: spec is the specification of CSINode
599
- :param 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
600
- :param 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
644
+ :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
645
+ :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
601
646
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. metadata.name must be the Kubernetes node name.
602
647
  """
603
648
  pulumi.set(__self__, "spec", spec)
@@ -618,7 +663,7 @@ class CSINode(dict):
618
663
 
619
664
  @property
620
665
  @pulumi.getter(name="apiVersion")
621
- def api_version(self) -> Optional[str]:
666
+ def api_version(self) -> Optional[builtins.str]:
622
667
  """
623
668
  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
624
669
  """
@@ -626,7 +671,7 @@ class CSINode(dict):
626
671
 
627
672
  @property
628
673
  @pulumi.getter
629
- def kind(self) -> Optional[str]:
674
+ def kind(self) -> Optional[builtins.str]:
630
675
  """
631
676
  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
632
677
  """
@@ -666,16 +711,16 @@ class CSINodeDriver(dict):
666
711
  return super().get(key, default)
667
712
 
668
713
  def __init__(__self__, *,
669
- name: str,
670
- node_id: str,
714
+ name: builtins.str,
715
+ node_id: builtins.str,
671
716
  allocatable: Optional['outputs.VolumeNodeResources'] = None,
672
- topology_keys: Optional[Sequence[str]] = None):
717
+ topology_keys: Optional[Sequence[builtins.str]] = None):
673
718
  """
674
719
  CSINodeDriver holds information about the specification of one CSI driver installed on a node
675
- :param str name: name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
676
- :param str node_id: nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.
720
+ :param builtins.str name: name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
721
+ :param builtins.str node_id: nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.
677
722
  :param 'VolumeNodeResourcesArgs' allocatable: allocatable represents the volume resources of a node that are available for scheduling. This field is beta.
678
- :param Sequence[str] topology_keys: topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.
723
+ :param Sequence[builtins.str] topology_keys: topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.
679
724
  """
680
725
  pulumi.set(__self__, "name", name)
681
726
  pulumi.set(__self__, "node_id", node_id)
@@ -686,7 +731,7 @@ class CSINodeDriver(dict):
686
731
 
687
732
  @property
688
733
  @pulumi.getter
689
- def name(self) -> str:
734
+ def name(self) -> builtins.str:
690
735
  """
691
736
  name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
692
737
  """
@@ -694,7 +739,7 @@ class CSINodeDriver(dict):
694
739
 
695
740
  @property
696
741
  @pulumi.getter(name="nodeID")
697
- def node_id(self) -> str:
742
+ def node_id(self) -> builtins.str:
698
743
  """
699
744
  nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.
700
745
  """
@@ -710,7 +755,7 @@ class CSINodeDriver(dict):
710
755
 
711
756
  @property
712
757
  @pulumi.getter(name="topologyKeys")
713
- def topology_keys(self) -> Optional[Sequence[str]]:
758
+ def topology_keys(self) -> Optional[Sequence[builtins.str]]:
714
759
  """
715
760
  topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.
716
761
  """
@@ -743,15 +788,15 @@ class CSINodeDriverPatch(dict):
743
788
 
744
789
  def __init__(__self__, *,
745
790
  allocatable: Optional['outputs.VolumeNodeResourcesPatch'] = None,
746
- name: Optional[str] = None,
747
- node_id: Optional[str] = None,
748
- topology_keys: Optional[Sequence[str]] = None):
791
+ name: Optional[builtins.str] = None,
792
+ node_id: Optional[builtins.str] = None,
793
+ topology_keys: Optional[Sequence[builtins.str]] = None):
749
794
  """
750
795
  CSINodeDriver holds information about the specification of one CSI driver installed on a node
751
796
  :param 'VolumeNodeResourcesPatchArgs' allocatable: allocatable represents the volume resources of a node that are available for scheduling. This field is beta.
752
- :param str name: name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
753
- :param str node_id: nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.
754
- :param Sequence[str] topology_keys: topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.
797
+ :param builtins.str name: name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
798
+ :param builtins.str node_id: nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.
799
+ :param Sequence[builtins.str] topology_keys: topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.
755
800
  """
756
801
  if allocatable is not None:
757
802
  pulumi.set(__self__, "allocatable", allocatable)
@@ -772,7 +817,7 @@ class CSINodeDriverPatch(dict):
772
817
 
773
818
  @property
774
819
  @pulumi.getter
775
- def name(self) -> Optional[str]:
820
+ def name(self) -> Optional[builtins.str]:
776
821
  """
777
822
  name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
778
823
  """
@@ -780,7 +825,7 @@ class CSINodeDriverPatch(dict):
780
825
 
781
826
  @property
782
827
  @pulumi.getter(name="nodeID")
783
- def node_id(self) -> Optional[str]:
828
+ def node_id(self) -> Optional[builtins.str]:
784
829
  """
785
830
  nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.
786
831
  """
@@ -788,7 +833,7 @@ class CSINodeDriverPatch(dict):
788
833
 
789
834
  @property
790
835
  @pulumi.getter(name="topologyKeys")
791
- def topology_keys(self) -> Optional[Sequence[str]]:
836
+ def topology_keys(self) -> Optional[Sequence[builtins.str]]:
792
837
  """
793
838
  topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.
794
839
  """
@@ -877,11 +922,11 @@ class CSIStorageCapacity(dict):
877
922
  return super().get(key, default)
878
923
 
879
924
  def __init__(__self__, *,
880
- storage_class_name: str,
881
- api_version: Optional[str] = None,
882
- capacity: Optional[str] = None,
883
- kind: Optional[str] = None,
884
- maximum_volume_size: Optional[str] = None,
925
+ storage_class_name: builtins.str,
926
+ api_version: Optional[builtins.str] = None,
927
+ capacity: Optional[builtins.str] = None,
928
+ kind: Optional[builtins.str] = None,
929
+ maximum_volume_size: Optional[builtins.str] = None,
885
930
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
886
931
  node_topology: Optional['_meta.v1.outputs.LabelSelector'] = None):
887
932
  """
@@ -894,13 +939,13 @@ class CSIStorageCapacity(dict):
894
939
  The producer of these objects can decide which approach is more suitable.
895
940
 
896
941
  They are consumed by the kube-scheduler when a CSI driver opts into capacity-aware scheduling with CSIDriverSpec.StorageCapacity. The scheduler compares the MaximumVolumeSize against the requested size of pending volumes to filter out unsuitable nodes. If MaximumVolumeSize is unset, it falls back to a comparison against the less precise Capacity. If that is also unset, the scheduler assumes that capacity is insufficient and tries some other node.
897
- :param str storage_class_name: storageClassName represents the name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable.
898
- :param 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
899
- :param str capacity: capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
942
+ :param builtins.str storage_class_name: storageClassName represents the name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable.
943
+ :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
944
+ :param builtins.str capacity: capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
900
945
 
901
946
  The semantic is currently (CSI spec 1.2) defined as: The available capacity, in bytes, of the storage that can be used to provision volumes. If not set, that information is currently unavailable.
902
- :param 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
903
- :param str maximum_volume_size: maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
947
+ :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
948
+ :param builtins.str maximum_volume_size: maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
904
949
 
905
950
  This is defined since CSI spec 1.4.0 as the largest size that may be used in a CreateVolumeRequest.capacity_range.required_bytes field to create a volume with the same parameters as those in GetCapacityRequest. The corresponding value in the Kubernetes API is ResourceRequirements.Requests in a volume claim.
906
951
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. The name has no particular meaning. It must be a DNS subdomain (dots allowed, 253 characters). To ensure that there are no conflicts with other CSI drivers on the cluster, the recommendation is to use csisc-<uuid>, a generated name, or a reverse-domain name which ends with the unique CSI driver name.
@@ -926,7 +971,7 @@ class CSIStorageCapacity(dict):
926
971
 
927
972
  @property
928
973
  @pulumi.getter(name="storageClassName")
929
- def storage_class_name(self) -> str:
974
+ def storage_class_name(self) -> builtins.str:
930
975
  """
931
976
  storageClassName represents the name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable.
932
977
  """
@@ -934,7 +979,7 @@ class CSIStorageCapacity(dict):
934
979
 
935
980
  @property
936
981
  @pulumi.getter(name="apiVersion")
937
- def api_version(self) -> Optional[str]:
982
+ def api_version(self) -> Optional[builtins.str]:
938
983
  """
939
984
  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
940
985
  """
@@ -942,7 +987,7 @@ class CSIStorageCapacity(dict):
942
987
 
943
988
  @property
944
989
  @pulumi.getter
945
- def capacity(self) -> Optional[str]:
990
+ def capacity(self) -> Optional[builtins.str]:
946
991
  """
947
992
  capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
948
993
 
@@ -952,7 +997,7 @@ class CSIStorageCapacity(dict):
952
997
 
953
998
  @property
954
999
  @pulumi.getter
955
- def kind(self) -> Optional[str]:
1000
+ def kind(self) -> Optional[builtins.str]:
956
1001
  """
957
1002
  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
958
1003
  """
@@ -960,7 +1005,7 @@ class CSIStorageCapacity(dict):
960
1005
 
961
1006
  @property
962
1007
  @pulumi.getter(name="maximumVolumeSize")
963
- def maximum_volume_size(self) -> Optional[str]:
1008
+ def maximum_volume_size(self) -> Optional[builtins.str]:
964
1009
  """
965
1010
  maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
966
1011
 
@@ -1024,30 +1069,30 @@ class StorageClass(dict):
1024
1069
  return super().get(key, default)
1025
1070
 
1026
1071
  def __init__(__self__, *,
1027
- provisioner: str,
1028
- allow_volume_expansion: Optional[bool] = None,
1072
+ provisioner: builtins.str,
1073
+ allow_volume_expansion: Optional[builtins.bool] = None,
1029
1074
  allowed_topologies: Optional[Sequence['_core.v1.outputs.TopologySelectorTerm']] = None,
1030
- api_version: Optional[str] = None,
1031
- kind: Optional[str] = None,
1075
+ api_version: Optional[builtins.str] = None,
1076
+ kind: Optional[builtins.str] = None,
1032
1077
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1033
- mount_options: Optional[Sequence[str]] = None,
1034
- parameters: Optional[Mapping[str, str]] = None,
1035
- reclaim_policy: Optional[str] = None,
1036
- volume_binding_mode: Optional[str] = None):
1078
+ mount_options: Optional[Sequence[builtins.str]] = None,
1079
+ parameters: Optional[Mapping[str, builtins.str]] = None,
1080
+ reclaim_policy: Optional[builtins.str] = None,
1081
+ volume_binding_mode: Optional[builtins.str] = None):
1037
1082
  """
1038
1083
  StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
1039
1084
 
1040
1085
  StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
1041
- :param str provisioner: provisioner indicates the type of the provisioner.
1042
- :param bool allow_volume_expansion: allowVolumeExpansion shows whether the storage class allow volume expand.
1086
+ :param builtins.str provisioner: provisioner indicates the type of the provisioner.
1087
+ :param builtins.bool allow_volume_expansion: allowVolumeExpansion shows whether the storage class allow volume expand.
1043
1088
  :param Sequence['_core.v1.TopologySelectorTermArgs'] allowed_topologies: allowedTopologies restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature.
1044
- :param 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
1045
- :param 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
1089
+ :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
1090
+ :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
1046
1091
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1047
- :param Sequence[str] mount_options: mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
1048
- :param Mapping[str, str] parameters: parameters holds the parameters for the provisioner that should create volumes of this storage class.
1049
- :param str reclaim_policy: reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.
1050
- :param str volume_binding_mode: volumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature.
1092
+ :param Sequence[builtins.str] mount_options: mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
1093
+ :param Mapping[str, builtins.str] parameters: parameters holds the parameters for the provisioner that should create volumes of this storage class.
1094
+ :param builtins.str reclaim_policy: reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.
1095
+ :param builtins.str volume_binding_mode: volumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature.
1051
1096
  """
1052
1097
  pulumi.set(__self__, "provisioner", provisioner)
1053
1098
  if allow_volume_expansion is not None:
@@ -1071,7 +1116,7 @@ class StorageClass(dict):
1071
1116
 
1072
1117
  @property
1073
1118
  @pulumi.getter
1074
- def provisioner(self) -> str:
1119
+ def provisioner(self) -> builtins.str:
1075
1120
  """
1076
1121
  provisioner indicates the type of the provisioner.
1077
1122
  """
@@ -1079,7 +1124,7 @@ class StorageClass(dict):
1079
1124
 
1080
1125
  @property
1081
1126
  @pulumi.getter(name="allowVolumeExpansion")
1082
- def allow_volume_expansion(self) -> Optional[bool]:
1127
+ def allow_volume_expansion(self) -> Optional[builtins.bool]:
1083
1128
  """
1084
1129
  allowVolumeExpansion shows whether the storage class allow volume expand.
1085
1130
  """
@@ -1095,7 +1140,7 @@ class StorageClass(dict):
1095
1140
 
1096
1141
  @property
1097
1142
  @pulumi.getter(name="apiVersion")
1098
- def api_version(self) -> Optional[str]:
1143
+ def api_version(self) -> Optional[builtins.str]:
1099
1144
  """
1100
1145
  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
1101
1146
  """
@@ -1103,7 +1148,7 @@ class StorageClass(dict):
1103
1148
 
1104
1149
  @property
1105
1150
  @pulumi.getter
1106
- def kind(self) -> Optional[str]:
1151
+ def kind(self) -> Optional[builtins.str]:
1107
1152
  """
1108
1153
  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
1109
1154
  """
@@ -1119,7 +1164,7 @@ class StorageClass(dict):
1119
1164
 
1120
1165
  @property
1121
1166
  @pulumi.getter(name="mountOptions")
1122
- def mount_options(self) -> Optional[Sequence[str]]:
1167
+ def mount_options(self) -> Optional[Sequence[builtins.str]]:
1123
1168
  """
1124
1169
  mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
1125
1170
  """
@@ -1127,7 +1172,7 @@ class StorageClass(dict):
1127
1172
 
1128
1173
  @property
1129
1174
  @pulumi.getter
1130
- def parameters(self) -> Optional[Mapping[str, str]]:
1175
+ def parameters(self) -> Optional[Mapping[str, builtins.str]]:
1131
1176
  """
1132
1177
  parameters holds the parameters for the provisioner that should create volumes of this storage class.
1133
1178
  """
@@ -1135,7 +1180,7 @@ class StorageClass(dict):
1135
1180
 
1136
1181
  @property
1137
1182
  @pulumi.getter(name="reclaimPolicy")
1138
- def reclaim_policy(self) -> Optional[str]:
1183
+ def reclaim_policy(self) -> Optional[builtins.str]:
1139
1184
  """
1140
1185
  reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.
1141
1186
  """
@@ -1143,7 +1188,7 @@ class StorageClass(dict):
1143
1188
 
1144
1189
  @property
1145
1190
  @pulumi.getter(name="volumeBindingMode")
1146
- def volume_binding_mode(self) -> Optional[str]:
1191
+ def volume_binding_mode(self) -> Optional[builtins.str]:
1147
1192
  """
1148
1193
  volumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature.
1149
1194
  """
@@ -1173,12 +1218,12 @@ class TokenRequest(dict):
1173
1218
  return super().get(key, default)
1174
1219
 
1175
1220
  def __init__(__self__, *,
1176
- audience: str,
1177
- expiration_seconds: Optional[int] = None):
1221
+ audience: builtins.str,
1222
+ expiration_seconds: Optional[builtins.int] = None):
1178
1223
  """
1179
1224
  TokenRequest contains parameters of a service account token.
1180
- :param str audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1181
- :param int expiration_seconds: expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
1225
+ :param builtins.str audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1226
+ :param builtins.int expiration_seconds: expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
1182
1227
  """
1183
1228
  pulumi.set(__self__, "audience", audience)
1184
1229
  if expiration_seconds is not None:
@@ -1186,7 +1231,7 @@ class TokenRequest(dict):
1186
1231
 
1187
1232
  @property
1188
1233
  @pulumi.getter
1189
- def audience(self) -> str:
1234
+ def audience(self) -> builtins.str:
1190
1235
  """
1191
1236
  audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1192
1237
  """
@@ -1194,7 +1239,7 @@ class TokenRequest(dict):
1194
1239
 
1195
1240
  @property
1196
1241
  @pulumi.getter(name="expirationSeconds")
1197
- def expiration_seconds(self) -> Optional[int]:
1242
+ def expiration_seconds(self) -> Optional[builtins.int]:
1198
1243
  """
1199
1244
  expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
1200
1245
  """
@@ -1224,12 +1269,12 @@ class TokenRequestPatch(dict):
1224
1269
  return super().get(key, default)
1225
1270
 
1226
1271
  def __init__(__self__, *,
1227
- audience: Optional[str] = None,
1228
- expiration_seconds: Optional[int] = None):
1272
+ audience: Optional[builtins.str] = None,
1273
+ expiration_seconds: Optional[builtins.int] = None):
1229
1274
  """
1230
1275
  TokenRequest contains parameters of a service account token.
1231
- :param str audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1232
- :param int expiration_seconds: expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
1276
+ :param builtins.str audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1277
+ :param builtins.int expiration_seconds: expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
1233
1278
  """
1234
1279
  if audience is not None:
1235
1280
  pulumi.set(__self__, "audience", audience)
@@ -1238,7 +1283,7 @@ class TokenRequestPatch(dict):
1238
1283
 
1239
1284
  @property
1240
1285
  @pulumi.getter
1241
- def audience(self) -> Optional[str]:
1286
+ def audience(self) -> Optional[builtins.str]:
1242
1287
  """
1243
1288
  audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1244
1289
  """
@@ -1246,7 +1291,7 @@ class TokenRequestPatch(dict):
1246
1291
 
1247
1292
  @property
1248
1293
  @pulumi.getter(name="expirationSeconds")
1249
- def expiration_seconds(self) -> Optional[int]:
1294
+ def expiration_seconds(self) -> Optional[builtins.int]:
1250
1295
  """
1251
1296
  expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
1252
1297
  """
@@ -1279,8 +1324,8 @@ class VolumeAttachment(dict):
1279
1324
 
1280
1325
  def __init__(__self__, *,
1281
1326
  spec: 'outputs.VolumeAttachmentSpec',
1282
- api_version: Optional[str] = None,
1283
- kind: Optional[str] = None,
1327
+ api_version: Optional[builtins.str] = None,
1328
+ kind: Optional[builtins.str] = None,
1284
1329
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1285
1330
  status: Optional['outputs.VolumeAttachmentStatus'] = None):
1286
1331
  """
@@ -1288,8 +1333,8 @@ class VolumeAttachment(dict):
1288
1333
 
1289
1334
  VolumeAttachment objects are non-namespaced.
1290
1335
  :param 'VolumeAttachmentSpecArgs' spec: spec represents specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
1291
- :param 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
1292
- :param 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
1336
+ :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
1337
+ :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
1293
1338
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1294
1339
  :param 'VolumeAttachmentStatusArgs' status: status represents status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.
1295
1340
  """
@@ -1313,7 +1358,7 @@ class VolumeAttachment(dict):
1313
1358
 
1314
1359
  @property
1315
1360
  @pulumi.getter(name="apiVersion")
1316
- def api_version(self) -> Optional[str]:
1361
+ def api_version(self) -> Optional[builtins.str]:
1317
1362
  """
1318
1363
  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
1319
1364
  """
@@ -1321,7 +1366,7 @@ class VolumeAttachment(dict):
1321
1366
 
1322
1367
  @property
1323
1368
  @pulumi.getter
1324
- def kind(self) -> Optional[str]:
1369
+ def kind(self) -> Optional[builtins.str]:
1325
1370
  """
1326
1371
  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
1327
1372
  """
@@ -1370,11 +1415,11 @@ class VolumeAttachmentSource(dict):
1370
1415
 
1371
1416
  def __init__(__self__, *,
1372
1417
  inline_volume_spec: Optional['_core.v1.outputs.PersistentVolumeSpec'] = None,
1373
- persistent_volume_name: Optional[str] = None):
1418
+ persistent_volume_name: Optional[builtins.str] = None):
1374
1419
  """
1375
1420
  VolumeAttachmentSource represents a volume that should be attached. Right now only PersistentVolumes can be attached via external attacher, in the future we may allow also inline volumes in pods. Exactly one member can be set.
1376
1421
  :param '_core.v1.PersistentVolumeSpecArgs' inline_volume_spec: inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature.
1377
- :param str persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
1422
+ :param builtins.str persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
1378
1423
  """
1379
1424
  if inline_volume_spec is not None:
1380
1425
  pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
@@ -1391,7 +1436,7 @@ class VolumeAttachmentSource(dict):
1391
1436
 
1392
1437
  @property
1393
1438
  @pulumi.getter(name="persistentVolumeName")
1394
- def persistent_volume_name(self) -> Optional[str]:
1439
+ def persistent_volume_name(self) -> Optional[builtins.str]:
1395
1440
  """
1396
1441
  persistentVolumeName represents the name of the persistent volume to attach.
1397
1442
  """
@@ -1424,11 +1469,11 @@ class VolumeAttachmentSourcePatch(dict):
1424
1469
 
1425
1470
  def __init__(__self__, *,
1426
1471
  inline_volume_spec: Optional['_core.v1.outputs.PersistentVolumeSpecPatch'] = None,
1427
- persistent_volume_name: Optional[str] = None):
1472
+ persistent_volume_name: Optional[builtins.str] = None):
1428
1473
  """
1429
1474
  VolumeAttachmentSource represents a volume that should be attached. Right now only PersistentVolumes can be attached via external attacher, in the future we may allow also inline volumes in pods. Exactly one member can be set.
1430
1475
  :param '_core.v1.PersistentVolumeSpecPatchArgs' inline_volume_spec: inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature.
1431
- :param str persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
1476
+ :param builtins.str persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
1432
1477
  """
1433
1478
  if inline_volume_spec is not None:
1434
1479
  pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
@@ -1445,7 +1490,7 @@ class VolumeAttachmentSourcePatch(dict):
1445
1490
 
1446
1491
  @property
1447
1492
  @pulumi.getter(name="persistentVolumeName")
1448
- def persistent_volume_name(self) -> Optional[str]:
1493
+ def persistent_volume_name(self) -> Optional[builtins.str]:
1449
1494
  """
1450
1495
  persistentVolumeName represents the name of the persistent volume to attach.
1451
1496
  """
@@ -1475,13 +1520,13 @@ class VolumeAttachmentSpec(dict):
1475
1520
  return super().get(key, default)
1476
1521
 
1477
1522
  def __init__(__self__, *,
1478
- attacher: str,
1479
- node_name: str,
1523
+ attacher: builtins.str,
1524
+ node_name: builtins.str,
1480
1525
  source: 'outputs.VolumeAttachmentSource'):
1481
1526
  """
1482
1527
  VolumeAttachmentSpec is the specification of a VolumeAttachment request.
1483
- :param str attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1484
- :param str node_name: nodeName represents the node that the volume should be attached to.
1528
+ :param builtins.str attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1529
+ :param builtins.str node_name: nodeName represents the node that the volume should be attached to.
1485
1530
  :param 'VolumeAttachmentSourceArgs' source: source represents the volume that should be attached.
1486
1531
  """
1487
1532
  pulumi.set(__self__, "attacher", attacher)
@@ -1490,7 +1535,7 @@ class VolumeAttachmentSpec(dict):
1490
1535
 
1491
1536
  @property
1492
1537
  @pulumi.getter
1493
- def attacher(self) -> str:
1538
+ def attacher(self) -> builtins.str:
1494
1539
  """
1495
1540
  attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1496
1541
  """
@@ -1498,7 +1543,7 @@ class VolumeAttachmentSpec(dict):
1498
1543
 
1499
1544
  @property
1500
1545
  @pulumi.getter(name="nodeName")
1501
- def node_name(self) -> str:
1546
+ def node_name(self) -> builtins.str:
1502
1547
  """
1503
1548
  nodeName represents the node that the volume should be attached to.
1504
1549
  """
@@ -1536,13 +1581,13 @@ class VolumeAttachmentSpecPatch(dict):
1536
1581
  return super().get(key, default)
1537
1582
 
1538
1583
  def __init__(__self__, *,
1539
- attacher: Optional[str] = None,
1540
- node_name: Optional[str] = None,
1584
+ attacher: Optional[builtins.str] = None,
1585
+ node_name: Optional[builtins.str] = None,
1541
1586
  source: Optional['outputs.VolumeAttachmentSourcePatch'] = None):
1542
1587
  """
1543
1588
  VolumeAttachmentSpec is the specification of a VolumeAttachment request.
1544
- :param str attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1545
- :param str node_name: nodeName represents the node that the volume should be attached to.
1589
+ :param builtins.str attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1590
+ :param builtins.str node_name: nodeName represents the node that the volume should be attached to.
1546
1591
  :param 'VolumeAttachmentSourcePatchArgs' source: source represents the volume that should be attached.
1547
1592
  """
1548
1593
  if attacher is not None:
@@ -1554,7 +1599,7 @@ class VolumeAttachmentSpecPatch(dict):
1554
1599
 
1555
1600
  @property
1556
1601
  @pulumi.getter
1557
- def attacher(self) -> Optional[str]:
1602
+ def attacher(self) -> Optional[builtins.str]:
1558
1603
  """
1559
1604
  attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1560
1605
  """
@@ -1562,7 +1607,7 @@ class VolumeAttachmentSpecPatch(dict):
1562
1607
 
1563
1608
  @property
1564
1609
  @pulumi.getter(name="nodeName")
1565
- def node_name(self) -> Optional[str]:
1610
+ def node_name(self) -> Optional[builtins.str]:
1566
1611
  """
1567
1612
  nodeName represents the node that the volume should be attached to.
1568
1613
  """
@@ -1604,15 +1649,15 @@ class VolumeAttachmentStatus(dict):
1604
1649
  return super().get(key, default)
1605
1650
 
1606
1651
  def __init__(__self__, *,
1607
- attached: bool,
1652
+ attached: builtins.bool,
1608
1653
  attach_error: Optional['outputs.VolumeError'] = None,
1609
- attachment_metadata: Optional[Mapping[str, str]] = None,
1654
+ attachment_metadata: Optional[Mapping[str, builtins.str]] = None,
1610
1655
  detach_error: Optional['outputs.VolumeError'] = None):
1611
1656
  """
1612
1657
  VolumeAttachmentStatus is the status of a VolumeAttachment request.
1613
- :param bool attached: attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1658
+ :param builtins.bool attached: attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1614
1659
  :param 'VolumeErrorArgs' attach_error: attachError represents the last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1615
- :param Mapping[str, str] attachment_metadata: attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1660
+ :param Mapping[str, builtins.str] attachment_metadata: attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1616
1661
  :param 'VolumeErrorArgs' detach_error: detachError represents the last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.
1617
1662
  """
1618
1663
  pulumi.set(__self__, "attached", attached)
@@ -1625,7 +1670,7 @@ class VolumeAttachmentStatus(dict):
1625
1670
 
1626
1671
  @property
1627
1672
  @pulumi.getter
1628
- def attached(self) -> bool:
1673
+ def attached(self) -> builtins.bool:
1629
1674
  """
1630
1675
  attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1631
1676
  """
@@ -1641,7 +1686,7 @@ class VolumeAttachmentStatus(dict):
1641
1686
 
1642
1687
  @property
1643
1688
  @pulumi.getter(name="attachmentMetadata")
1644
- def attachment_metadata(self) -> Optional[Mapping[str, str]]:
1689
+ def attachment_metadata(self) -> Optional[Mapping[str, builtins.str]]:
1645
1690
  """
1646
1691
  attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1647
1692
  """
@@ -1684,14 +1729,14 @@ class VolumeAttachmentStatusPatch(dict):
1684
1729
 
1685
1730
  def __init__(__self__, *,
1686
1731
  attach_error: Optional['outputs.VolumeErrorPatch'] = None,
1687
- attached: Optional[bool] = None,
1688
- attachment_metadata: Optional[Mapping[str, str]] = None,
1732
+ attached: Optional[builtins.bool] = None,
1733
+ attachment_metadata: Optional[Mapping[str, builtins.str]] = None,
1689
1734
  detach_error: Optional['outputs.VolumeErrorPatch'] = None):
1690
1735
  """
1691
1736
  VolumeAttachmentStatus is the status of a VolumeAttachment request.
1692
1737
  :param 'VolumeErrorPatchArgs' attach_error: attachError represents the last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1693
- :param bool attached: attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1694
- :param Mapping[str, str] attachment_metadata: attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1738
+ :param builtins.bool attached: attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1739
+ :param Mapping[str, builtins.str] attachment_metadata: attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1695
1740
  :param 'VolumeErrorPatchArgs' detach_error: detachError represents the last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.
1696
1741
  """
1697
1742
  if attach_error is not None:
@@ -1713,7 +1758,7 @@ class VolumeAttachmentStatusPatch(dict):
1713
1758
 
1714
1759
  @property
1715
1760
  @pulumi.getter
1716
- def attached(self) -> Optional[bool]:
1761
+ def attached(self) -> Optional[builtins.bool]:
1717
1762
  """
1718
1763
  attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1719
1764
  """
@@ -1721,7 +1766,7 @@ class VolumeAttachmentStatusPatch(dict):
1721
1766
 
1722
1767
  @property
1723
1768
  @pulumi.getter(name="attachmentMetadata")
1724
- def attachment_metadata(self) -> Optional[Mapping[str, str]]:
1769
+ def attachment_metadata(self) -> Optional[Mapping[str, builtins.str]]:
1725
1770
  """
1726
1771
  attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1727
1772
  """
@@ -1741,22 +1786,55 @@ class VolumeError(dict):
1741
1786
  """
1742
1787
  VolumeError captures an error encountered during a volume operation.
1743
1788
  """
1789
+ @staticmethod
1790
+ def __key_warning(key: str):
1791
+ suggest = None
1792
+ if key == "errorCode":
1793
+ suggest = "error_code"
1794
+
1795
+ if suggest:
1796
+ pulumi.log.warn(f"Key '{key}' not found in VolumeError. Access the value via the '{suggest}' property getter instead.")
1797
+
1798
+ def __getitem__(self, key: str) -> Any:
1799
+ VolumeError.__key_warning(key)
1800
+ return super().__getitem__(key)
1801
+
1802
+ def get(self, key: str, default = None) -> Any:
1803
+ VolumeError.__key_warning(key)
1804
+ return super().get(key, default)
1805
+
1744
1806
  def __init__(__self__, *,
1745
- message: Optional[str] = None,
1746
- time: Optional[str] = None):
1807
+ error_code: Optional[builtins.int] = None,
1808
+ message: Optional[builtins.str] = None,
1809
+ time: Optional[builtins.str] = None):
1747
1810
  """
1748
1811
  VolumeError captures an error encountered during a volume operation.
1749
- :param str message: message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
1750
- :param str time: time represents the time the error was encountered.
1812
+ :param builtins.int error_code: errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
1813
+
1814
+ This is an optional, alpha field that requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.
1815
+ :param builtins.str message: message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
1816
+ :param builtins.str time: time represents the time the error was encountered.
1751
1817
  """
1818
+ if error_code is not None:
1819
+ pulumi.set(__self__, "error_code", error_code)
1752
1820
  if message is not None:
1753
1821
  pulumi.set(__self__, "message", message)
1754
1822
  if time is not None:
1755
1823
  pulumi.set(__self__, "time", time)
1756
1824
 
1825
+ @property
1826
+ @pulumi.getter(name="errorCode")
1827
+ def error_code(self) -> Optional[builtins.int]:
1828
+ """
1829
+ errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
1830
+
1831
+ This is an optional, alpha field that requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.
1832
+ """
1833
+ return pulumi.get(self, "error_code")
1834
+
1757
1835
  @property
1758
1836
  @pulumi.getter
1759
- def message(self) -> Optional[str]:
1837
+ def message(self) -> Optional[builtins.str]:
1760
1838
  """
1761
1839
  message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
1762
1840
  """
@@ -1764,7 +1842,7 @@ class VolumeError(dict):
1764
1842
 
1765
1843
  @property
1766
1844
  @pulumi.getter
1767
- def time(self) -> Optional[str]:
1845
+ def time(self) -> Optional[builtins.str]:
1768
1846
  """
1769
1847
  time represents the time the error was encountered.
1770
1848
  """
@@ -1776,22 +1854,55 @@ class VolumeErrorPatch(dict):
1776
1854
  """
1777
1855
  VolumeError captures an error encountered during a volume operation.
1778
1856
  """
1857
+ @staticmethod
1858
+ def __key_warning(key: str):
1859
+ suggest = None
1860
+ if key == "errorCode":
1861
+ suggest = "error_code"
1862
+
1863
+ if suggest:
1864
+ pulumi.log.warn(f"Key '{key}' not found in VolumeErrorPatch. Access the value via the '{suggest}' property getter instead.")
1865
+
1866
+ def __getitem__(self, key: str) -> Any:
1867
+ VolumeErrorPatch.__key_warning(key)
1868
+ return super().__getitem__(key)
1869
+
1870
+ def get(self, key: str, default = None) -> Any:
1871
+ VolumeErrorPatch.__key_warning(key)
1872
+ return super().get(key, default)
1873
+
1779
1874
  def __init__(__self__, *,
1780
- message: Optional[str] = None,
1781
- time: Optional[str] = None):
1875
+ error_code: Optional[builtins.int] = None,
1876
+ message: Optional[builtins.str] = None,
1877
+ time: Optional[builtins.str] = None):
1782
1878
  """
1783
1879
  VolumeError captures an error encountered during a volume operation.
1784
- :param str message: message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
1785
- :param str time: time represents the time the error was encountered.
1880
+ :param builtins.int error_code: errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
1881
+
1882
+ This is an optional, alpha field that requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.
1883
+ :param builtins.str message: message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
1884
+ :param builtins.str time: time represents the time the error was encountered.
1786
1885
  """
1886
+ if error_code is not None:
1887
+ pulumi.set(__self__, "error_code", error_code)
1787
1888
  if message is not None:
1788
1889
  pulumi.set(__self__, "message", message)
1789
1890
  if time is not None:
1790
1891
  pulumi.set(__self__, "time", time)
1791
1892
 
1893
+ @property
1894
+ @pulumi.getter(name="errorCode")
1895
+ def error_code(self) -> Optional[builtins.int]:
1896
+ """
1897
+ errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
1898
+
1899
+ This is an optional, alpha field that requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.
1900
+ """
1901
+ return pulumi.get(self, "error_code")
1902
+
1792
1903
  @property
1793
1904
  @pulumi.getter
1794
- def message(self) -> Optional[str]:
1905
+ def message(self) -> Optional[builtins.str]:
1795
1906
  """
1796
1907
  message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
1797
1908
  """
@@ -1799,7 +1910,7 @@ class VolumeErrorPatch(dict):
1799
1910
 
1800
1911
  @property
1801
1912
  @pulumi.getter
1802
- def time(self) -> Optional[str]:
1913
+ def time(self) -> Optional[builtins.str]:
1803
1914
  """
1804
1915
  time represents the time the error was encountered.
1805
1916
  """
@@ -1812,17 +1923,17 @@ class VolumeNodeResources(dict):
1812
1923
  VolumeNodeResources is a set of resource limits for scheduling of volumes.
1813
1924
  """
1814
1925
  def __init__(__self__, *,
1815
- count: Optional[int] = None):
1926
+ count: Optional[builtins.int] = None):
1816
1927
  """
1817
1928
  VolumeNodeResources is a set of resource limits for scheduling of volumes.
1818
- :param int count: count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.
1929
+ :param builtins.int count: count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.
1819
1930
  """
1820
1931
  if count is not None:
1821
1932
  pulumi.set(__self__, "count", count)
1822
1933
 
1823
1934
  @property
1824
1935
  @pulumi.getter
1825
- def count(self) -> Optional[int]:
1936
+ def count(self) -> Optional[builtins.int]:
1826
1937
  """
1827
1938
  count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.
1828
1939
  """
@@ -1835,17 +1946,17 @@ class VolumeNodeResourcesPatch(dict):
1835
1946
  VolumeNodeResources is a set of resource limits for scheduling of volumes.
1836
1947
  """
1837
1948
  def __init__(__self__, *,
1838
- count: Optional[int] = None):
1949
+ count: Optional[builtins.int] = None):
1839
1950
  """
1840
1951
  VolumeNodeResources is a set of resource limits for scheduling of volumes.
1841
- :param int count: count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.
1952
+ :param builtins.int count: count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.
1842
1953
  """
1843
1954
  if count is not None:
1844
1955
  pulumi.set(__self__, "count", count)
1845
1956
 
1846
1957
  @property
1847
1958
  @pulumi.getter
1848
- def count(self) -> Optional[int]:
1959
+ def count(self) -> Optional[builtins.int]:
1849
1960
  """
1850
1961
  count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.
1851
1962
  """