pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753165802__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (701) hide show
  1. pulumi_kubernetes/__init__.py +1 -1
  2. pulumi_kubernetes/_inputs.py +49 -50
  3. pulumi_kubernetes/admissionregistration/__init__.py +1 -1
  4. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
  7. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
  16. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
  17. pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
  18. pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
  19. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
  25. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
  31. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
  32. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
  33. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
  34. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
  37. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
  46. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
  47. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
  48. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
  49. pulumi_kubernetes/apiextensions/__init__.py +1 -1
  50. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
  53. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
  54. pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
  55. pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
  56. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
  59. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
  60. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
  61. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
  62. pulumi_kubernetes/apiregistration/__init__.py +1 -1
  63. pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
  64. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
  65. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
  66. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
  67. pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
  68. pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
  69. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
  70. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
  72. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
  73. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
  74. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
  75. pulumi_kubernetes/apps/__init__.py +1 -1
  76. pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
  77. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
  78. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
  79. pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
  80. pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
  81. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
  82. pulumi_kubernetes/apps/v1/Deployment.py +26 -27
  83. pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
  84. pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
  85. pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
  86. pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
  87. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
  88. pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
  89. pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
  90. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
  91. pulumi_kubernetes/apps/v1/__init__.py +1 -1
  92. pulumi_kubernetes/apps/v1/_inputs.py +749 -750
  93. pulumi_kubernetes/apps/v1/outputs.py +713 -714
  94. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
  97. pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
  98. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
  99. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
  100. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
  101. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
  103. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
  104. pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
  105. pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
  106. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
  109. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
  110. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
  112. pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
  113. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
  114. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
  115. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
  118. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
  119. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
  121. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
  122. pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
  123. pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
  124. pulumi_kubernetes/auditregistration/__init__.py +1 -1
  125. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
  128. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
  129. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
  130. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
  131. pulumi_kubernetes/autoscaling/__init__.py +1 -1
  132. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
  135. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
  136. pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
  137. pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
  138. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
  141. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
  142. pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
  143. pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
  144. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
  147. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
  148. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
  149. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
  150. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
  153. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
  154. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
  155. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
  156. pulumi_kubernetes/batch/__init__.py +1 -1
  157. pulumi_kubernetes/batch/v1/CronJob.py +26 -27
  158. pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
  159. pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
  160. pulumi_kubernetes/batch/v1/Job.py +26 -27
  161. pulumi_kubernetes/batch/v1/JobList.py +25 -26
  162. pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
  163. pulumi_kubernetes/batch/v1/__init__.py +1 -1
  164. pulumi_kubernetes/batch/v1/_inputs.py +494 -495
  165. pulumi_kubernetes/batch/v1/outputs.py +419 -420
  166. pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
  167. pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
  168. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
  169. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
  170. pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
  171. pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
  172. pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
  173. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
  174. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
  175. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
  176. pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
  177. pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
  178. pulumi_kubernetes/certificates/__init__.py +1 -1
  179. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
  182. pulumi_kubernetes/certificates/v1/__init__.py +1 -1
  183. pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
  184. pulumi_kubernetes/certificates/v1/outputs.py +134 -135
  185. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
  188. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
  189. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
  190. pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
  191. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
  194. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
  197. pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
  198. pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
  199. pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
  200. pulumi_kubernetes/coordination/__init__.py +1 -1
  201. pulumi_kubernetes/coordination/v1/Lease.py +25 -26
  202. pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
  203. pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
  204. pulumi_kubernetes/coordination/v1/__init__.py +1 -1
  205. pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
  206. pulumi_kubernetes/coordination/v1/outputs.py +67 -68
  207. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
  210. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
  211. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
  212. pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
  213. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
  216. pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
  217. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
  218. pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
  219. pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
  220. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
  223. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
  224. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
  225. pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
  226. pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
  227. pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
  228. pulumi_kubernetes/core/__init__.py +1 -1
  229. pulumi_kubernetes/core/v1/Binding.py +25 -26
  230. pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
  231. pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
  232. pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
  233. pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
  234. pulumi_kubernetes/core/v1/Endpoints.py +25 -26
  235. pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
  236. pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
  237. pulumi_kubernetes/core/v1/Event.py +131 -132
  238. pulumi_kubernetes/core/v1/EventList.py +25 -26
  239. pulumi_kubernetes/core/v1/EventPatch.py +131 -132
  240. pulumi_kubernetes/core/v1/LimitRange.py +25 -26
  241. pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
  242. pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
  243. pulumi_kubernetes/core/v1/Namespace.py +26 -27
  244. pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
  245. pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
  246. pulumi_kubernetes/core/v1/Node.py +26 -27
  247. pulumi_kubernetes/core/v1/NodeList.py +25 -26
  248. pulumi_kubernetes/core/v1/NodePatch.py +26 -27
  249. pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
  250. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
  253. pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
  254. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
  255. pulumi_kubernetes/core/v1/Pod.py +26 -27
  256. pulumi_kubernetes/core/v1/PodList.py +25 -26
  257. pulumi_kubernetes/core/v1/PodPatch.py +26 -27
  258. pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
  259. pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
  260. pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
  261. pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
  262. pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
  263. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
  264. pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
  265. pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
  266. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
  267. pulumi_kubernetes/core/v1/Secret.py +63 -64
  268. pulumi_kubernetes/core/v1/SecretList.py +25 -26
  269. pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
  270. pulumi_kubernetes/core/v1/Service.py +26 -27
  271. pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
  272. pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
  273. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
  274. pulumi_kubernetes/core/v1/ServiceList.py +25 -26
  275. pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
  276. pulumi_kubernetes/core/v1/__init__.py +1 -1
  277. pulumi_kubernetes/core/v1/_enums.py +2 -2
  278. pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
  279. pulumi_kubernetes/core/v1/outputs.py +5390 -5391
  280. pulumi_kubernetes/discovery/__init__.py +1 -1
  281. pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
  282. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
  283. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
  284. pulumi_kubernetes/discovery/v1/__init__.py +1 -1
  285. pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
  286. pulumi_kubernetes/discovery/v1/outputs.py +138 -139
  287. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
  290. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
  291. pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
  292. pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
  293. pulumi_kubernetes/events/__init__.py +1 -1
  294. pulumi_kubernetes/events/v1/Event.py +131 -132
  295. pulumi_kubernetes/events/v1/EventList.py +25 -26
  296. pulumi_kubernetes/events/v1/EventPatch.py +131 -132
  297. pulumi_kubernetes/events/v1/__init__.py +1 -1
  298. pulumi_kubernetes/events/v1/_inputs.py +102 -103
  299. pulumi_kubernetes/events/v1/outputs.py +70 -71
  300. pulumi_kubernetes/events/v1beta1/Event.py +131 -132
  301. pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
  302. pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
  303. pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
  304. pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
  305. pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
  306. pulumi_kubernetes/extensions/__init__.py +1 -1
  307. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
  310. pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
  311. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
  313. pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
  314. pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
  315. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
  316. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
  319. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
  322. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
  325. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
  326. pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
  327. pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
  328. pulumi_kubernetes/flowcontrol/__init__.py +1 -1
  329. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
  332. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
  335. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
  336. pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
  337. pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
  338. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
  341. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
  344. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
  345. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
  346. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
  347. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
  350. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
  353. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
  354. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
  355. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
  356. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
  359. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
  362. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
  363. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
  364. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
  365. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
  368. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
  371. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
  372. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
  373. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
  374. pulumi_kubernetes/helm/__init__.py +1 -1
  375. pulumi_kubernetes/helm/v3/Release.py +316 -317
  376. pulumi_kubernetes/helm/v3/__init__.py +1 -1
  377. pulumi_kubernetes/helm/v3/_inputs.py +37 -38
  378. pulumi_kubernetes/helm/v3/outputs.py +54 -55
  379. pulumi_kubernetes/helm/v4/Chart.py +95 -96
  380. pulumi_kubernetes/helm/v4/__init__.py +1 -1
  381. pulumi_kubernetes/helm/v4/_inputs.py +34 -35
  382. pulumi_kubernetes/kustomize/__init__.py +1 -1
  383. pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
  384. pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
  385. pulumi_kubernetes/meta/__init__.py +1 -1
  386. pulumi_kubernetes/meta/v1/Status.py +57 -58
  387. pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
  388. pulumi_kubernetes/meta/v1/__init__.py +1 -1
  389. pulumi_kubernetes/meta/v1/_inputs.py +551 -552
  390. pulumi_kubernetes/meta/v1/outputs.py +395 -396
  391. pulumi_kubernetes/networking/__init__.py +1 -1
  392. pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
  393. pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
  394. pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
  395. pulumi_kubernetes/networking/v1/Ingress.py +26 -27
  396. pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
  397. pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
  398. pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
  399. pulumi_kubernetes/networking/v1/IngressList.py +25 -26
  400. pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
  401. pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
  402. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
  403. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
  404. pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
  405. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
  406. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
  407. pulumi_kubernetes/networking/v1/__init__.py +1 -1
  408. pulumi_kubernetes/networking/v1/_inputs.py +463 -464
  409. pulumi_kubernetes/networking/v1/outputs.py +350 -351
  410. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
  413. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
  414. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
  416. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
  419. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
  420. pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
  421. pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
  422. pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
  423. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
  424. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
  425. pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
  426. pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
  427. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
  428. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
  429. pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
  430. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
  431. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
  434. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
  435. pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
  436. pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
  437. pulumi_kubernetes/node/__init__.py +1 -1
  438. pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
  439. pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
  440. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
  441. pulumi_kubernetes/node/v1/__init__.py +1 -1
  442. pulumi_kubernetes/node/v1/_inputs.py +48 -49
  443. pulumi_kubernetes/node/v1/outputs.py +34 -35
  444. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
  447. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
  448. pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
  449. pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
  450. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
  451. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
  453. pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
  454. pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
  455. pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
  456. pulumi_kubernetes/policy/__init__.py +1 -1
  457. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
  460. pulumi_kubernetes/policy/v1/__init__.py +1 -1
  461. pulumi_kubernetes/policy/v1/_inputs.py +91 -92
  462. pulumi_kubernetes/policy/v1/outputs.py +80 -81
  463. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
  466. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
  469. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
  470. pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
  471. pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
  472. pulumi_kubernetes/provider.py +107 -108
  473. pulumi_kubernetes/pulumi-plugin.json +1 -1
  474. pulumi_kubernetes/rbac/__init__.py +1 -1
  475. pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
  476. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
  479. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
  480. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
  481. pulumi_kubernetes/rbac/v1/Role.py +25 -26
  482. pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
  483. pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
  484. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
  485. pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
  486. pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
  487. pulumi_kubernetes/rbac/v1/__init__.py +1 -1
  488. pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
  489. pulumi_kubernetes/rbac/v1/outputs.py +142 -143
  490. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
  496. pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
  497. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
  500. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
  501. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
  502. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
  503. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
  504. pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
  505. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
  511. pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
  512. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
  513. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
  515. pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
  516. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
  517. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
  518. pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
  519. pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
  520. pulumi_kubernetes/resource/__init__.py +1 -1
  521. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
  522. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
  524. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
  533. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
  534. pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
  535. pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
  536. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
  539. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
  554. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
  557. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
  558. pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
  559. pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
  560. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
  563. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
  566. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
  569. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
  575. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
  578. pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
  579. pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
  580. pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
  581. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
  582. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
  584. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
  590. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
  591. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
  592. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
  593. pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
  594. pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
  595. pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
  596. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
  597. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
  599. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
  605. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
  606. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
  607. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
  608. pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
  609. pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
  610. pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
  611. pulumi_kubernetes/scheduling/__init__.py +1 -1
  612. pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
  613. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
  614. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
  615. pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
  616. pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
  617. pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
  618. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
  621. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
  622. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
  623. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
  624. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
  627. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
  628. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
  629. pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
  630. pulumi_kubernetes/settings/__init__.py +1 -1
  631. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
  632. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
  634. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
  635. pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
  636. pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
  637. pulumi_kubernetes/storage/__init__.py +1 -1
  638. pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
  639. pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
  640. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
  641. pulumi_kubernetes/storage/v1/CSINode.py +25 -26
  642. pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
  643. pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
  644. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
  647. pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
  648. pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
  649. pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
  650. pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
  651. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
  653. pulumi_kubernetes/storage/v1/__init__.py +1 -1
  654. pulumi_kubernetes/storage/v1/_inputs.py +372 -373
  655. pulumi_kubernetes/storage/v1/outputs.py +278 -279
  656. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
  662. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
  663. pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
  664. pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
  665. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
  666. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
  668. pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
  669. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
  670. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
  671. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
  674. pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
  675. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
  676. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
  677. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
  683. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
  684. pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
  685. pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
  686. pulumi_kubernetes/storagemigration/__init__.py +1 -1
  687. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
  690. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
  691. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
  692. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
  693. pulumi_kubernetes/yaml/__init__.py +1 -1
  694. pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
  695. pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
  696. pulumi_kubernetes/yaml/v2/__init__.py +1 -1
  697. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/METADATA +1 -1
  698. pulumi_kubernetes-4.24.0a1753165802.dist-info/RECORD +709 -0
  699. pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
  700. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/WHEEL +0 -0
  701. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -68,14 +67,14 @@ class CSIDriver(dict):
68
67
 
69
68
  def __init__(__self__, *,
70
69
  spec: 'outputs.CSIDriverSpec',
71
- api_version: Optional[builtins.str] = None,
72
- kind: Optional[builtins.str] = None,
70
+ api_version: Optional[_builtins.str] = None,
71
+ kind: Optional[_builtins.str] = None,
73
72
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
74
73
  """
75
74
  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.
76
75
  :param 'CSIDriverSpecArgs' spec: spec represents the specification of the CSI Driver.
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
76
+ :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
77
+ :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
79
78
  :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
80
79
  """
81
80
  pulumi.set(__self__, "spec", spec)
@@ -86,7 +85,7 @@ class CSIDriver(dict):
86
85
  if metadata is not None:
87
86
  pulumi.set(__self__, "metadata", metadata)
88
87
 
89
- @property
88
+ @_builtins.property
90
89
  @pulumi.getter
91
90
  def spec(self) -> 'outputs.CSIDriverSpec':
92
91
  """
@@ -94,23 +93,23 @@ class CSIDriver(dict):
94
93
  """
95
94
  return pulumi.get(self, "spec")
96
95
 
97
- @property
96
+ @_builtins.property
98
97
  @pulumi.getter(name="apiVersion")
99
- def api_version(self) -> Optional[builtins.str]:
98
+ def api_version(self) -> Optional[_builtins.str]:
100
99
  """
101
100
  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
102
101
  """
103
102
  return pulumi.get(self, "api_version")
104
103
 
105
- @property
104
+ @_builtins.property
106
105
  @pulumi.getter
107
- def kind(self) -> Optional[builtins.str]:
106
+ def kind(self) -> Optional[_builtins.str]:
108
107
  """
109
108
  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
110
109
  """
111
110
  return pulumi.get(self, "kind")
112
111
 
113
- @property
112
+ @_builtins.property
114
113
  @pulumi.getter
115
114
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
116
115
  """
@@ -158,31 +157,31 @@ class CSIDriverSpec(dict):
158
157
  return super().get(key, default)
159
158
 
160
159
  def __init__(__self__, *,
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,
160
+ attach_required: Optional[_builtins.bool] = None,
161
+ fs_group_policy: Optional[_builtins.str] = None,
162
+ node_allocatable_update_period_seconds: Optional[_builtins.int] = None,
163
+ pod_info_on_mount: Optional[_builtins.bool] = None,
164
+ requires_republish: Optional[_builtins.bool] = None,
165
+ se_linux_mount: Optional[_builtins.bool] = None,
166
+ storage_capacity: Optional[_builtins.bool] = None,
168
167
  token_requests: Optional[Sequence['outputs.TokenRequest']] = None,
169
- volume_lifecycle_modes: Optional[Sequence[builtins.str]] = None):
168
+ volume_lifecycle_modes: Optional[Sequence[_builtins.str]] = None):
170
169
  """
171
170
  CSIDriverSpec is the specification of a CSIDriver.
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.
171
+ :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.
173
172
 
174
173
  This field is immutable.
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.
174
+ :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.
176
175
 
177
176
  This field was immutable in Kubernetes < 1.29 and now is mutable.
178
177
 
179
178
  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.
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.
179
+ :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
180
 
182
181
  This is an alpha feature and requires the MutableCSINodeAllocatableCount feature gate to be enabled.
183
182
 
184
183
  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.
184
+ :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.
186
185
 
187
186
  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.
188
187
 
@@ -192,17 +191,17 @@ class CSIDriverSpec(dict):
192
191
  "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.
193
192
 
194
193
  This field was immutable in Kubernetes < 1.29 and now is mutable.
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.
194
+ :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.
196
195
 
197
196
  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.
198
- :param builtins.bool se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
197
+ :param _builtins.bool se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
199
198
 
200
199
  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.
201
200
 
202
201
  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.
203
202
 
204
203
  Default is "false".
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.
204
+ :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.
206
205
 
207
206
  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.
208
207
 
@@ -218,7 +217,7 @@ class CSIDriverSpec(dict):
218
217
  }
219
218
 
220
219
  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.
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.
220
+ :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.
222
221
 
223
222
  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.
224
223
 
@@ -245,9 +244,9 @@ class CSIDriverSpec(dict):
245
244
  if volume_lifecycle_modes is not None:
246
245
  pulumi.set(__self__, "volume_lifecycle_modes", volume_lifecycle_modes)
247
246
 
248
- @property
247
+ @_builtins.property
249
248
  @pulumi.getter(name="attachRequired")
250
- def attach_required(self) -> Optional[builtins.bool]:
249
+ def attach_required(self) -> Optional[_builtins.bool]:
251
250
  """
252
251
  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.
253
252
 
@@ -255,9 +254,9 @@ class CSIDriverSpec(dict):
255
254
  """
256
255
  return pulumi.get(self, "attach_required")
257
256
 
258
- @property
257
+ @_builtins.property
259
258
  @pulumi.getter(name="fsGroupPolicy")
260
- def fs_group_policy(self) -> Optional[builtins.str]:
259
+ def fs_group_policy(self) -> Optional[_builtins.str]:
261
260
  """
262
261
  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.
263
262
 
@@ -267,9 +266,9 @@ class CSIDriverSpec(dict):
267
266
  """
268
267
  return pulumi.get(self, "fs_group_policy")
269
268
 
270
- @property
269
+ @_builtins.property
271
270
  @pulumi.getter(name="nodeAllocatableUpdatePeriodSeconds")
272
- def node_allocatable_update_period_seconds(self) -> Optional[builtins.int]:
271
+ def node_allocatable_update_period_seconds(self) -> Optional[_builtins.int]:
273
272
  """
274
273
  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
274
 
@@ -279,9 +278,9 @@ class CSIDriverSpec(dict):
279
278
  """
280
279
  return pulumi.get(self, "node_allocatable_update_period_seconds")
281
280
 
282
- @property
281
+ @_builtins.property
283
282
  @pulumi.getter(name="podInfoOnMount")
284
- def pod_info_on_mount(self) -> Optional[builtins.bool]:
283
+ def pod_info_on_mount(self) -> Optional[_builtins.bool]:
285
284
  """
286
285
  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.
287
286
 
@@ -296,9 +295,9 @@ class CSIDriverSpec(dict):
296
295
  """
297
296
  return pulumi.get(self, "pod_info_on_mount")
298
297
 
299
- @property
298
+ @_builtins.property
300
299
  @pulumi.getter(name="requiresRepublish")
301
- def requires_republish(self) -> Optional[builtins.bool]:
300
+ def requires_republish(self) -> Optional[_builtins.bool]:
302
301
  """
303
302
  requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
304
303
 
@@ -306,9 +305,9 @@ class CSIDriverSpec(dict):
306
305
  """
307
306
  return pulumi.get(self, "requires_republish")
308
307
 
309
- @property
308
+ @_builtins.property
310
309
  @pulumi.getter(name="seLinuxMount")
311
- def se_linux_mount(self) -> Optional[builtins.bool]:
310
+ def se_linux_mount(self) -> Optional[_builtins.bool]:
312
311
  """
313
312
  seLinuxMount specifies if the CSI driver supports "-o context" mount option.
314
313
 
@@ -320,9 +319,9 @@ class CSIDriverSpec(dict):
320
319
  """
321
320
  return pulumi.get(self, "se_linux_mount")
322
321
 
323
- @property
322
+ @_builtins.property
324
323
  @pulumi.getter(name="storageCapacity")
325
- def storage_capacity(self) -> Optional[builtins.bool]:
324
+ def storage_capacity(self) -> Optional[_builtins.bool]:
326
325
  """
327
326
  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.
328
327
 
@@ -334,7 +333,7 @@ class CSIDriverSpec(dict):
334
333
  """
335
334
  return pulumi.get(self, "storage_capacity")
336
335
 
337
- @property
336
+ @_builtins.property
338
337
  @pulumi.getter(name="tokenRequests")
339
338
  def token_requests(self) -> Optional[Sequence['outputs.TokenRequest']]:
340
339
  """
@@ -350,9 +349,9 @@ class CSIDriverSpec(dict):
350
349
  """
351
350
  return pulumi.get(self, "token_requests")
352
351
 
353
- @property
352
+ @_builtins.property
354
353
  @pulumi.getter(name="volumeLifecycleModes")
355
- def volume_lifecycle_modes(self) -> Optional[Sequence[builtins.str]]:
354
+ def volume_lifecycle_modes(self) -> Optional[Sequence[_builtins.str]]:
356
355
  """
357
356
  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.
358
357
 
@@ -404,31 +403,31 @@ class CSIDriverSpecPatch(dict):
404
403
  return super().get(key, default)
405
404
 
406
405
  def __init__(__self__, *,
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,
406
+ attach_required: Optional[_builtins.bool] = None,
407
+ fs_group_policy: Optional[_builtins.str] = None,
408
+ node_allocatable_update_period_seconds: Optional[_builtins.int] = None,
409
+ pod_info_on_mount: Optional[_builtins.bool] = None,
410
+ requires_republish: Optional[_builtins.bool] = None,
411
+ se_linux_mount: Optional[_builtins.bool] = None,
412
+ storage_capacity: Optional[_builtins.bool] = None,
414
413
  token_requests: Optional[Sequence['outputs.TokenRequestPatch']] = None,
415
- volume_lifecycle_modes: Optional[Sequence[builtins.str]] = None):
414
+ volume_lifecycle_modes: Optional[Sequence[_builtins.str]] = None):
416
415
  """
417
416
  CSIDriverSpec is the specification of a CSIDriver.
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.
417
+ :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.
419
418
 
420
419
  This field is immutable.
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.
420
+ :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.
422
421
 
423
422
  This field was immutable in Kubernetes < 1.29 and now is mutable.
424
423
 
425
424
  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.
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.
425
+ :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
426
 
428
427
  This is an alpha feature and requires the MutableCSINodeAllocatableCount feature gate to be enabled.
429
428
 
430
429
  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.
430
+ :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.
432
431
 
433
432
  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.
434
433
 
@@ -438,17 +437,17 @@ class CSIDriverSpecPatch(dict):
438
437
  "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.
439
438
 
440
439
  This field was immutable in Kubernetes < 1.29 and now is mutable.
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.
440
+ :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.
442
441
 
443
442
  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.
444
- :param builtins.bool se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
443
+ :param _builtins.bool se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
445
444
 
446
445
  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.
447
446
 
448
447
  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.
449
448
 
450
449
  Default is "false".
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.
450
+ :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.
452
451
 
453
452
  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.
454
453
 
@@ -464,7 +463,7 @@ class CSIDriverSpecPatch(dict):
464
463
  }
465
464
 
466
465
  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.
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.
466
+ :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.
468
467
 
469
468
  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.
470
469
 
@@ -491,9 +490,9 @@ class CSIDriverSpecPatch(dict):
491
490
  if volume_lifecycle_modes is not None:
492
491
  pulumi.set(__self__, "volume_lifecycle_modes", volume_lifecycle_modes)
493
492
 
494
- @property
493
+ @_builtins.property
495
494
  @pulumi.getter(name="attachRequired")
496
- def attach_required(self) -> Optional[builtins.bool]:
495
+ def attach_required(self) -> Optional[_builtins.bool]:
497
496
  """
498
497
  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.
499
498
 
@@ -501,9 +500,9 @@ class CSIDriverSpecPatch(dict):
501
500
  """
502
501
  return pulumi.get(self, "attach_required")
503
502
 
504
- @property
503
+ @_builtins.property
505
504
  @pulumi.getter(name="fsGroupPolicy")
506
- def fs_group_policy(self) -> Optional[builtins.str]:
505
+ def fs_group_policy(self) -> Optional[_builtins.str]:
507
506
  """
508
507
  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.
509
508
 
@@ -513,9 +512,9 @@ class CSIDriverSpecPatch(dict):
513
512
  """
514
513
  return pulumi.get(self, "fs_group_policy")
515
514
 
516
- @property
515
+ @_builtins.property
517
516
  @pulumi.getter(name="nodeAllocatableUpdatePeriodSeconds")
518
- def node_allocatable_update_period_seconds(self) -> Optional[builtins.int]:
517
+ def node_allocatable_update_period_seconds(self) -> Optional[_builtins.int]:
519
518
  """
520
519
  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
520
 
@@ -525,9 +524,9 @@ class CSIDriverSpecPatch(dict):
525
524
  """
526
525
  return pulumi.get(self, "node_allocatable_update_period_seconds")
527
526
 
528
- @property
527
+ @_builtins.property
529
528
  @pulumi.getter(name="podInfoOnMount")
530
- def pod_info_on_mount(self) -> Optional[builtins.bool]:
529
+ def pod_info_on_mount(self) -> Optional[_builtins.bool]:
531
530
  """
532
531
  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.
533
532
 
@@ -542,9 +541,9 @@ class CSIDriverSpecPatch(dict):
542
541
  """
543
542
  return pulumi.get(self, "pod_info_on_mount")
544
543
 
545
- @property
544
+ @_builtins.property
546
545
  @pulumi.getter(name="requiresRepublish")
547
- def requires_republish(self) -> Optional[builtins.bool]:
546
+ def requires_republish(self) -> Optional[_builtins.bool]:
548
547
  """
549
548
  requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
550
549
 
@@ -552,9 +551,9 @@ class CSIDriverSpecPatch(dict):
552
551
  """
553
552
  return pulumi.get(self, "requires_republish")
554
553
 
555
- @property
554
+ @_builtins.property
556
555
  @pulumi.getter(name="seLinuxMount")
557
- def se_linux_mount(self) -> Optional[builtins.bool]:
556
+ def se_linux_mount(self) -> Optional[_builtins.bool]:
558
557
  """
559
558
  seLinuxMount specifies if the CSI driver supports "-o context" mount option.
560
559
 
@@ -566,9 +565,9 @@ class CSIDriverSpecPatch(dict):
566
565
  """
567
566
  return pulumi.get(self, "se_linux_mount")
568
567
 
569
- @property
568
+ @_builtins.property
570
569
  @pulumi.getter(name="storageCapacity")
571
- def storage_capacity(self) -> Optional[builtins.bool]:
570
+ def storage_capacity(self) -> Optional[_builtins.bool]:
572
571
  """
573
572
  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.
574
573
 
@@ -580,7 +579,7 @@ class CSIDriverSpecPatch(dict):
580
579
  """
581
580
  return pulumi.get(self, "storage_capacity")
582
581
 
583
- @property
582
+ @_builtins.property
584
583
  @pulumi.getter(name="tokenRequests")
585
584
  def token_requests(self) -> Optional[Sequence['outputs.TokenRequestPatch']]:
586
585
  """
@@ -596,9 +595,9 @@ class CSIDriverSpecPatch(dict):
596
595
  """
597
596
  return pulumi.get(self, "token_requests")
598
597
 
599
- @property
598
+ @_builtins.property
600
599
  @pulumi.getter(name="volumeLifecycleModes")
601
- def volume_lifecycle_modes(self) -> Optional[Sequence[builtins.str]]:
600
+ def volume_lifecycle_modes(self) -> Optional[Sequence[_builtins.str]]:
602
601
  """
603
602
  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.
604
603
 
@@ -635,14 +634,14 @@ class CSINode(dict):
635
634
 
636
635
  def __init__(__self__, *,
637
636
  spec: 'outputs.CSINodeSpec',
638
- api_version: Optional[builtins.str] = None,
639
- kind: Optional[builtins.str] = None,
637
+ api_version: Optional[_builtins.str] = None,
638
+ kind: Optional[_builtins.str] = None,
640
639
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
641
640
  """
642
641
  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.
643
642
  :param 'CSINodeSpecArgs' spec: spec is the specification of CSINode
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
643
+ :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
644
+ :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
646
645
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. metadata.name must be the Kubernetes node name.
647
646
  """
648
647
  pulumi.set(__self__, "spec", spec)
@@ -653,7 +652,7 @@ class CSINode(dict):
653
652
  if metadata is not None:
654
653
  pulumi.set(__self__, "metadata", metadata)
655
654
 
656
- @property
655
+ @_builtins.property
657
656
  @pulumi.getter
658
657
  def spec(self) -> 'outputs.CSINodeSpec':
659
658
  """
@@ -661,23 +660,23 @@ class CSINode(dict):
661
660
  """
662
661
  return pulumi.get(self, "spec")
663
662
 
664
- @property
663
+ @_builtins.property
665
664
  @pulumi.getter(name="apiVersion")
666
- def api_version(self) -> Optional[builtins.str]:
665
+ def api_version(self) -> Optional[_builtins.str]:
667
666
  """
668
667
  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
669
668
  """
670
669
  return pulumi.get(self, "api_version")
671
670
 
672
- @property
671
+ @_builtins.property
673
672
  @pulumi.getter
674
- def kind(self) -> Optional[builtins.str]:
673
+ def kind(self) -> Optional[_builtins.str]:
675
674
  """
676
675
  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
677
676
  """
678
677
  return pulumi.get(self, "kind")
679
678
 
680
- @property
679
+ @_builtins.property
681
680
  @pulumi.getter
682
681
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
683
682
  """
@@ -711,16 +710,16 @@ class CSINodeDriver(dict):
711
710
  return super().get(key, default)
712
711
 
713
712
  def __init__(__self__, *,
714
- name: builtins.str,
715
- node_id: builtins.str,
713
+ name: _builtins.str,
714
+ node_id: _builtins.str,
716
715
  allocatable: Optional['outputs.VolumeNodeResources'] = None,
717
- topology_keys: Optional[Sequence[builtins.str]] = None):
716
+ topology_keys: Optional[Sequence[_builtins.str]] = None):
718
717
  """
719
718
  CSINodeDriver holds information about the specification of one CSI driver installed on a node
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.
719
+ :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.
720
+ :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.
722
721
  :param 'VolumeNodeResourcesArgs' allocatable: allocatable represents the volume resources of a node that are available for scheduling. This field is beta.
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.
722
+ :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.
724
723
  """
725
724
  pulumi.set(__self__, "name", name)
726
725
  pulumi.set(__self__, "node_id", node_id)
@@ -729,23 +728,23 @@ class CSINodeDriver(dict):
729
728
  if topology_keys is not None:
730
729
  pulumi.set(__self__, "topology_keys", topology_keys)
731
730
 
732
- @property
731
+ @_builtins.property
733
732
  @pulumi.getter
734
- def name(self) -> builtins.str:
733
+ def name(self) -> _builtins.str:
735
734
  """
736
735
  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.
737
736
  """
738
737
  return pulumi.get(self, "name")
739
738
 
740
- @property
739
+ @_builtins.property
741
740
  @pulumi.getter(name="nodeID")
742
- def node_id(self) -> builtins.str:
741
+ def node_id(self) -> _builtins.str:
743
742
  """
744
743
  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.
745
744
  """
746
745
  return pulumi.get(self, "node_id")
747
746
 
748
- @property
747
+ @_builtins.property
749
748
  @pulumi.getter
750
749
  def allocatable(self) -> Optional['outputs.VolumeNodeResources']:
751
750
  """
@@ -753,9 +752,9 @@ class CSINodeDriver(dict):
753
752
  """
754
753
  return pulumi.get(self, "allocatable")
755
754
 
756
- @property
755
+ @_builtins.property
757
756
  @pulumi.getter(name="topologyKeys")
758
- def topology_keys(self) -> Optional[Sequence[builtins.str]]:
757
+ def topology_keys(self) -> Optional[Sequence[_builtins.str]]:
759
758
  """
760
759
  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.
761
760
  """
@@ -788,15 +787,15 @@ class CSINodeDriverPatch(dict):
788
787
 
789
788
  def __init__(__self__, *,
790
789
  allocatable: Optional['outputs.VolumeNodeResourcesPatch'] = None,
791
- name: Optional[builtins.str] = None,
792
- node_id: Optional[builtins.str] = None,
793
- topology_keys: Optional[Sequence[builtins.str]] = None):
790
+ name: Optional[_builtins.str] = None,
791
+ node_id: Optional[_builtins.str] = None,
792
+ topology_keys: Optional[Sequence[_builtins.str]] = None):
794
793
  """
795
794
  CSINodeDriver holds information about the specification of one CSI driver installed on a node
796
795
  :param 'VolumeNodeResourcesPatchArgs' allocatable: allocatable represents the volume resources of a node that are available for scheduling. This field is beta.
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.
796
+ :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.
797
+ :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.
798
+ :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.
800
799
  """
801
800
  if allocatable is not None:
802
801
  pulumi.set(__self__, "allocatable", allocatable)
@@ -807,7 +806,7 @@ class CSINodeDriverPatch(dict):
807
806
  if topology_keys is not None:
808
807
  pulumi.set(__self__, "topology_keys", topology_keys)
809
808
 
810
- @property
809
+ @_builtins.property
811
810
  @pulumi.getter
812
811
  def allocatable(self) -> Optional['outputs.VolumeNodeResourcesPatch']:
813
812
  """
@@ -815,25 +814,25 @@ class CSINodeDriverPatch(dict):
815
814
  """
816
815
  return pulumi.get(self, "allocatable")
817
816
 
818
- @property
817
+ @_builtins.property
819
818
  @pulumi.getter
820
- def name(self) -> Optional[builtins.str]:
819
+ def name(self) -> Optional[_builtins.str]:
821
820
  """
822
821
  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.
823
822
  """
824
823
  return pulumi.get(self, "name")
825
824
 
826
- @property
825
+ @_builtins.property
827
826
  @pulumi.getter(name="nodeID")
828
- def node_id(self) -> Optional[builtins.str]:
827
+ def node_id(self) -> Optional[_builtins.str]:
829
828
  """
830
829
  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.
831
830
  """
832
831
  return pulumi.get(self, "node_id")
833
832
 
834
- @property
833
+ @_builtins.property
835
834
  @pulumi.getter(name="topologyKeys")
836
- def topology_keys(self) -> Optional[Sequence[builtins.str]]:
835
+ def topology_keys(self) -> Optional[Sequence[_builtins.str]]:
837
836
  """
838
837
  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.
839
838
  """
@@ -853,7 +852,7 @@ class CSINodeSpec(dict):
853
852
  """
854
853
  pulumi.set(__self__, "drivers", drivers)
855
854
 
856
- @property
855
+ @_builtins.property
857
856
  @pulumi.getter
858
857
  def drivers(self) -> Sequence['outputs.CSINodeDriver']:
859
858
  """
@@ -876,7 +875,7 @@ class CSINodeSpecPatch(dict):
876
875
  if drivers is not None:
877
876
  pulumi.set(__self__, "drivers", drivers)
878
877
 
879
- @property
878
+ @_builtins.property
880
879
  @pulumi.getter
881
880
  def drivers(self) -> Optional[Sequence['outputs.CSINodeDriverPatch']]:
882
881
  """
@@ -922,11 +921,11 @@ class CSIStorageCapacity(dict):
922
921
  return super().get(key, default)
923
922
 
924
923
  def __init__(__self__, *,
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,
924
+ storage_class_name: _builtins.str,
925
+ api_version: Optional[_builtins.str] = None,
926
+ capacity: Optional[_builtins.str] = None,
927
+ kind: Optional[_builtins.str] = None,
928
+ maximum_volume_size: Optional[_builtins.str] = None,
930
929
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
931
930
  node_topology: Optional['_meta.v1.outputs.LabelSelector'] = None):
932
931
  """
@@ -939,13 +938,13 @@ class CSIStorageCapacity(dict):
939
938
  The producer of these objects can decide which approach is more suitable.
940
939
 
941
940
  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.
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.
941
+ :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.
942
+ :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
943
+ :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.
945
944
 
946
945
  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.
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.
946
+ :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
947
+ :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.
949
948
 
950
949
  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.
951
950
  :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.
@@ -969,25 +968,25 @@ class CSIStorageCapacity(dict):
969
968
  if node_topology is not None:
970
969
  pulumi.set(__self__, "node_topology", node_topology)
971
970
 
972
- @property
971
+ @_builtins.property
973
972
  @pulumi.getter(name="storageClassName")
974
- def storage_class_name(self) -> builtins.str:
973
+ def storage_class_name(self) -> _builtins.str:
975
974
  """
976
975
  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.
977
976
  """
978
977
  return pulumi.get(self, "storage_class_name")
979
978
 
980
- @property
979
+ @_builtins.property
981
980
  @pulumi.getter(name="apiVersion")
982
- def api_version(self) -> Optional[builtins.str]:
981
+ def api_version(self) -> Optional[_builtins.str]:
983
982
  """
984
983
  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
985
984
  """
986
985
  return pulumi.get(self, "api_version")
987
986
 
988
- @property
987
+ @_builtins.property
989
988
  @pulumi.getter
990
- def capacity(self) -> Optional[builtins.str]:
989
+ def capacity(self) -> Optional[_builtins.str]:
991
990
  """
992
991
  capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
993
992
 
@@ -995,17 +994,17 @@ class CSIStorageCapacity(dict):
995
994
  """
996
995
  return pulumi.get(self, "capacity")
997
996
 
998
- @property
997
+ @_builtins.property
999
998
  @pulumi.getter
1000
- def kind(self) -> Optional[builtins.str]:
999
+ def kind(self) -> Optional[_builtins.str]:
1001
1000
  """
1002
1001
  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
1003
1002
  """
1004
1003
  return pulumi.get(self, "kind")
1005
1004
 
1006
- @property
1005
+ @_builtins.property
1007
1006
  @pulumi.getter(name="maximumVolumeSize")
1008
- def maximum_volume_size(self) -> Optional[builtins.str]:
1007
+ def maximum_volume_size(self) -> Optional[_builtins.str]:
1009
1008
  """
1010
1009
  maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
1011
1010
 
@@ -1013,7 +1012,7 @@ class CSIStorageCapacity(dict):
1013
1012
  """
1014
1013
  return pulumi.get(self, "maximum_volume_size")
1015
1014
 
1016
- @property
1015
+ @_builtins.property
1017
1016
  @pulumi.getter
1018
1017
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1019
1018
  """
@@ -1025,7 +1024,7 @@ class CSIStorageCapacity(dict):
1025
1024
  """
1026
1025
  return pulumi.get(self, "metadata")
1027
1026
 
1028
- @property
1027
+ @_builtins.property
1029
1028
  @pulumi.getter(name="nodeTopology")
1030
1029
  def node_topology(self) -> Optional['_meta.v1.outputs.LabelSelector']:
1031
1030
  """
@@ -1069,30 +1068,30 @@ class StorageClass(dict):
1069
1068
  return super().get(key, default)
1070
1069
 
1071
1070
  def __init__(__self__, *,
1072
- provisioner: builtins.str,
1073
- allow_volume_expansion: Optional[builtins.bool] = None,
1071
+ provisioner: _builtins.str,
1072
+ allow_volume_expansion: Optional[_builtins.bool] = None,
1074
1073
  allowed_topologies: Optional[Sequence['_core.v1.outputs.TopologySelectorTerm']] = None,
1075
- api_version: Optional[builtins.str] = None,
1076
- kind: Optional[builtins.str] = None,
1074
+ api_version: Optional[_builtins.str] = None,
1075
+ kind: Optional[_builtins.str] = None,
1077
1076
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = 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):
1077
+ mount_options: Optional[Sequence[_builtins.str]] = None,
1078
+ parameters: Optional[Mapping[str, _builtins.str]] = None,
1079
+ reclaim_policy: Optional[_builtins.str] = None,
1080
+ volume_binding_mode: Optional[_builtins.str] = None):
1082
1081
  """
1083
1082
  StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
1084
1083
 
1085
1084
  StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
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.
1085
+ :param _builtins.str provisioner: provisioner indicates the type of the provisioner.
1086
+ :param _builtins.bool allow_volume_expansion: allowVolumeExpansion shows whether the storage class allow volume expand.
1088
1087
  :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.
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
1088
+ :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
1089
+ :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
1091
1090
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
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.
1091
+ :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.
1092
+ :param Mapping[str, _builtins.str] parameters: parameters holds the parameters for the provisioner that should create volumes of this storage class.
1093
+ :param _builtins.str reclaim_policy: reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.
1094
+ :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.
1096
1095
  """
1097
1096
  pulumi.set(__self__, "provisioner", provisioner)
1098
1097
  if allow_volume_expansion is not None:
@@ -1114,23 +1113,23 @@ class StorageClass(dict):
1114
1113
  if volume_binding_mode is not None:
1115
1114
  pulumi.set(__self__, "volume_binding_mode", volume_binding_mode)
1116
1115
 
1117
- @property
1116
+ @_builtins.property
1118
1117
  @pulumi.getter
1119
- def provisioner(self) -> builtins.str:
1118
+ def provisioner(self) -> _builtins.str:
1120
1119
  """
1121
1120
  provisioner indicates the type of the provisioner.
1122
1121
  """
1123
1122
  return pulumi.get(self, "provisioner")
1124
1123
 
1125
- @property
1124
+ @_builtins.property
1126
1125
  @pulumi.getter(name="allowVolumeExpansion")
1127
- def allow_volume_expansion(self) -> Optional[builtins.bool]:
1126
+ def allow_volume_expansion(self) -> Optional[_builtins.bool]:
1128
1127
  """
1129
1128
  allowVolumeExpansion shows whether the storage class allow volume expand.
1130
1129
  """
1131
1130
  return pulumi.get(self, "allow_volume_expansion")
1132
1131
 
1133
- @property
1132
+ @_builtins.property
1134
1133
  @pulumi.getter(name="allowedTopologies")
1135
1134
  def allowed_topologies(self) -> Optional[Sequence['_core.v1.outputs.TopologySelectorTerm']]:
1136
1135
  """
@@ -1138,23 +1137,23 @@ class StorageClass(dict):
1138
1137
  """
1139
1138
  return pulumi.get(self, "allowed_topologies")
1140
1139
 
1141
- @property
1140
+ @_builtins.property
1142
1141
  @pulumi.getter(name="apiVersion")
1143
- def api_version(self) -> Optional[builtins.str]:
1142
+ def api_version(self) -> Optional[_builtins.str]:
1144
1143
  """
1145
1144
  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
1146
1145
  """
1147
1146
  return pulumi.get(self, "api_version")
1148
1147
 
1149
- @property
1148
+ @_builtins.property
1150
1149
  @pulumi.getter
1151
- def kind(self) -> Optional[builtins.str]:
1150
+ def kind(self) -> Optional[_builtins.str]:
1152
1151
  """
1153
1152
  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
1154
1153
  """
1155
1154
  return pulumi.get(self, "kind")
1156
1155
 
1157
- @property
1156
+ @_builtins.property
1158
1157
  @pulumi.getter
1159
1158
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1160
1159
  """
@@ -1162,33 +1161,33 @@ class StorageClass(dict):
1162
1161
  """
1163
1162
  return pulumi.get(self, "metadata")
1164
1163
 
1165
- @property
1164
+ @_builtins.property
1166
1165
  @pulumi.getter(name="mountOptions")
1167
- def mount_options(self) -> Optional[Sequence[builtins.str]]:
1166
+ def mount_options(self) -> Optional[Sequence[_builtins.str]]:
1168
1167
  """
1169
1168
  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.
1170
1169
  """
1171
1170
  return pulumi.get(self, "mount_options")
1172
1171
 
1173
- @property
1172
+ @_builtins.property
1174
1173
  @pulumi.getter
1175
- def parameters(self) -> Optional[Mapping[str, builtins.str]]:
1174
+ def parameters(self) -> Optional[Mapping[str, _builtins.str]]:
1176
1175
  """
1177
1176
  parameters holds the parameters for the provisioner that should create volumes of this storage class.
1178
1177
  """
1179
1178
  return pulumi.get(self, "parameters")
1180
1179
 
1181
- @property
1180
+ @_builtins.property
1182
1181
  @pulumi.getter(name="reclaimPolicy")
1183
- def reclaim_policy(self) -> Optional[builtins.str]:
1182
+ def reclaim_policy(self) -> Optional[_builtins.str]:
1184
1183
  """
1185
1184
  reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.
1186
1185
  """
1187
1186
  return pulumi.get(self, "reclaim_policy")
1188
1187
 
1189
- @property
1188
+ @_builtins.property
1190
1189
  @pulumi.getter(name="volumeBindingMode")
1191
- def volume_binding_mode(self) -> Optional[builtins.str]:
1190
+ def volume_binding_mode(self) -> Optional[_builtins.str]:
1192
1191
  """
1193
1192
  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.
1194
1193
  """
@@ -1218,28 +1217,28 @@ class TokenRequest(dict):
1218
1217
  return super().get(key, default)
1219
1218
 
1220
1219
  def __init__(__self__, *,
1221
- audience: builtins.str,
1222
- expiration_seconds: Optional[builtins.int] = None):
1220
+ audience: _builtins.str,
1221
+ expiration_seconds: Optional[_builtins.int] = None):
1223
1222
  """
1224
1223
  TokenRequest contains parameters of a service account token.
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".
1224
+ :param _builtins.str audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1225
+ :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".
1227
1226
  """
1228
1227
  pulumi.set(__self__, "audience", audience)
1229
1228
  if expiration_seconds is not None:
1230
1229
  pulumi.set(__self__, "expiration_seconds", expiration_seconds)
1231
1230
 
1232
- @property
1231
+ @_builtins.property
1233
1232
  @pulumi.getter
1234
- def audience(self) -> builtins.str:
1233
+ def audience(self) -> _builtins.str:
1235
1234
  """
1236
1235
  audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1237
1236
  """
1238
1237
  return pulumi.get(self, "audience")
1239
1238
 
1240
- @property
1239
+ @_builtins.property
1241
1240
  @pulumi.getter(name="expirationSeconds")
1242
- def expiration_seconds(self) -> Optional[builtins.int]:
1241
+ def expiration_seconds(self) -> Optional[_builtins.int]:
1243
1242
  """
1244
1243
  expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
1245
1244
  """
@@ -1269,29 +1268,29 @@ class TokenRequestPatch(dict):
1269
1268
  return super().get(key, default)
1270
1269
 
1271
1270
  def __init__(__self__, *,
1272
- audience: Optional[builtins.str] = None,
1273
- expiration_seconds: Optional[builtins.int] = None):
1271
+ audience: Optional[_builtins.str] = None,
1272
+ expiration_seconds: Optional[_builtins.int] = None):
1274
1273
  """
1275
1274
  TokenRequest contains parameters of a service account token.
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".
1275
+ :param _builtins.str audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1276
+ :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".
1278
1277
  """
1279
1278
  if audience is not None:
1280
1279
  pulumi.set(__self__, "audience", audience)
1281
1280
  if expiration_seconds is not None:
1282
1281
  pulumi.set(__self__, "expiration_seconds", expiration_seconds)
1283
1282
 
1284
- @property
1283
+ @_builtins.property
1285
1284
  @pulumi.getter
1286
- def audience(self) -> Optional[builtins.str]:
1285
+ def audience(self) -> Optional[_builtins.str]:
1287
1286
  """
1288
1287
  audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1289
1288
  """
1290
1289
  return pulumi.get(self, "audience")
1291
1290
 
1292
- @property
1291
+ @_builtins.property
1293
1292
  @pulumi.getter(name="expirationSeconds")
1294
- def expiration_seconds(self) -> Optional[builtins.int]:
1293
+ def expiration_seconds(self) -> Optional[_builtins.int]:
1295
1294
  """
1296
1295
  expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
1297
1296
  """
@@ -1324,8 +1323,8 @@ class VolumeAttachment(dict):
1324
1323
 
1325
1324
  def __init__(__self__, *,
1326
1325
  spec: 'outputs.VolumeAttachmentSpec',
1327
- api_version: Optional[builtins.str] = None,
1328
- kind: Optional[builtins.str] = None,
1326
+ api_version: Optional[_builtins.str] = None,
1327
+ kind: Optional[_builtins.str] = None,
1329
1328
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1330
1329
  status: Optional['outputs.VolumeAttachmentStatus'] = None):
1331
1330
  """
@@ -1333,8 +1332,8 @@ class VolumeAttachment(dict):
1333
1332
 
1334
1333
  VolumeAttachment objects are non-namespaced.
1335
1334
  :param 'VolumeAttachmentSpecArgs' spec: spec represents specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
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
1335
+ :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
1336
+ :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
1338
1337
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1339
1338
  :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.
1340
1339
  """
@@ -1348,7 +1347,7 @@ class VolumeAttachment(dict):
1348
1347
  if status is not None:
1349
1348
  pulumi.set(__self__, "status", status)
1350
1349
 
1351
- @property
1350
+ @_builtins.property
1352
1351
  @pulumi.getter
1353
1352
  def spec(self) -> 'outputs.VolumeAttachmentSpec':
1354
1353
  """
@@ -1356,23 +1355,23 @@ class VolumeAttachment(dict):
1356
1355
  """
1357
1356
  return pulumi.get(self, "spec")
1358
1357
 
1359
- @property
1358
+ @_builtins.property
1360
1359
  @pulumi.getter(name="apiVersion")
1361
- def api_version(self) -> Optional[builtins.str]:
1360
+ def api_version(self) -> Optional[_builtins.str]:
1362
1361
  """
1363
1362
  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
1364
1363
  """
1365
1364
  return pulumi.get(self, "api_version")
1366
1365
 
1367
- @property
1366
+ @_builtins.property
1368
1367
  @pulumi.getter
1369
- def kind(self) -> Optional[builtins.str]:
1368
+ def kind(self) -> Optional[_builtins.str]:
1370
1369
  """
1371
1370
  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
1372
1371
  """
1373
1372
  return pulumi.get(self, "kind")
1374
1373
 
1375
- @property
1374
+ @_builtins.property
1376
1375
  @pulumi.getter
1377
1376
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1378
1377
  """
@@ -1380,7 +1379,7 @@ class VolumeAttachment(dict):
1380
1379
  """
1381
1380
  return pulumi.get(self, "metadata")
1382
1381
 
1383
- @property
1382
+ @_builtins.property
1384
1383
  @pulumi.getter
1385
1384
  def status(self) -> Optional['outputs.VolumeAttachmentStatus']:
1386
1385
  """
@@ -1415,18 +1414,18 @@ class VolumeAttachmentSource(dict):
1415
1414
 
1416
1415
  def __init__(__self__, *,
1417
1416
  inline_volume_spec: Optional['_core.v1.outputs.PersistentVolumeSpec'] = None,
1418
- persistent_volume_name: Optional[builtins.str] = None):
1417
+ persistent_volume_name: Optional[_builtins.str] = None):
1419
1418
  """
1420
1419
  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.
1421
1420
  :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.
1422
- :param builtins.str persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
1421
+ :param _builtins.str persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
1423
1422
  """
1424
1423
  if inline_volume_spec is not None:
1425
1424
  pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
1426
1425
  if persistent_volume_name is not None:
1427
1426
  pulumi.set(__self__, "persistent_volume_name", persistent_volume_name)
1428
1427
 
1429
- @property
1428
+ @_builtins.property
1430
1429
  @pulumi.getter(name="inlineVolumeSpec")
1431
1430
  def inline_volume_spec(self) -> Optional['_core.v1.outputs.PersistentVolumeSpec']:
1432
1431
  """
@@ -1434,9 +1433,9 @@ class VolumeAttachmentSource(dict):
1434
1433
  """
1435
1434
  return pulumi.get(self, "inline_volume_spec")
1436
1435
 
1437
- @property
1436
+ @_builtins.property
1438
1437
  @pulumi.getter(name="persistentVolumeName")
1439
- def persistent_volume_name(self) -> Optional[builtins.str]:
1438
+ def persistent_volume_name(self) -> Optional[_builtins.str]:
1440
1439
  """
1441
1440
  persistentVolumeName represents the name of the persistent volume to attach.
1442
1441
  """
@@ -1469,18 +1468,18 @@ class VolumeAttachmentSourcePatch(dict):
1469
1468
 
1470
1469
  def __init__(__self__, *,
1471
1470
  inline_volume_spec: Optional['_core.v1.outputs.PersistentVolumeSpecPatch'] = None,
1472
- persistent_volume_name: Optional[builtins.str] = None):
1471
+ persistent_volume_name: Optional[_builtins.str] = None):
1473
1472
  """
1474
1473
  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.
1475
1474
  :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.
1476
- :param builtins.str persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
1475
+ :param _builtins.str persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
1477
1476
  """
1478
1477
  if inline_volume_spec is not None:
1479
1478
  pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
1480
1479
  if persistent_volume_name is not None:
1481
1480
  pulumi.set(__self__, "persistent_volume_name", persistent_volume_name)
1482
1481
 
1483
- @property
1482
+ @_builtins.property
1484
1483
  @pulumi.getter(name="inlineVolumeSpec")
1485
1484
  def inline_volume_spec(self) -> Optional['_core.v1.outputs.PersistentVolumeSpecPatch']:
1486
1485
  """
@@ -1488,9 +1487,9 @@ class VolumeAttachmentSourcePatch(dict):
1488
1487
  """
1489
1488
  return pulumi.get(self, "inline_volume_spec")
1490
1489
 
1491
- @property
1490
+ @_builtins.property
1492
1491
  @pulumi.getter(name="persistentVolumeName")
1493
- def persistent_volume_name(self) -> Optional[builtins.str]:
1492
+ def persistent_volume_name(self) -> Optional[_builtins.str]:
1494
1493
  """
1495
1494
  persistentVolumeName represents the name of the persistent volume to attach.
1496
1495
  """
@@ -1520,36 +1519,36 @@ class VolumeAttachmentSpec(dict):
1520
1519
  return super().get(key, default)
1521
1520
 
1522
1521
  def __init__(__self__, *,
1523
- attacher: builtins.str,
1524
- node_name: builtins.str,
1522
+ attacher: _builtins.str,
1523
+ node_name: _builtins.str,
1525
1524
  source: 'outputs.VolumeAttachmentSource'):
1526
1525
  """
1527
1526
  VolumeAttachmentSpec is the specification of a VolumeAttachment request.
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.
1527
+ :param _builtins.str attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1528
+ :param _builtins.str node_name: nodeName represents the node that the volume should be attached to.
1530
1529
  :param 'VolumeAttachmentSourceArgs' source: source represents the volume that should be attached.
1531
1530
  """
1532
1531
  pulumi.set(__self__, "attacher", attacher)
1533
1532
  pulumi.set(__self__, "node_name", node_name)
1534
1533
  pulumi.set(__self__, "source", source)
1535
1534
 
1536
- @property
1535
+ @_builtins.property
1537
1536
  @pulumi.getter
1538
- def attacher(self) -> builtins.str:
1537
+ def attacher(self) -> _builtins.str:
1539
1538
  """
1540
1539
  attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1541
1540
  """
1542
1541
  return pulumi.get(self, "attacher")
1543
1542
 
1544
- @property
1543
+ @_builtins.property
1545
1544
  @pulumi.getter(name="nodeName")
1546
- def node_name(self) -> builtins.str:
1545
+ def node_name(self) -> _builtins.str:
1547
1546
  """
1548
1547
  nodeName represents the node that the volume should be attached to.
1549
1548
  """
1550
1549
  return pulumi.get(self, "node_name")
1551
1550
 
1552
- @property
1551
+ @_builtins.property
1553
1552
  @pulumi.getter
1554
1553
  def source(self) -> 'outputs.VolumeAttachmentSource':
1555
1554
  """
@@ -1581,13 +1580,13 @@ class VolumeAttachmentSpecPatch(dict):
1581
1580
  return super().get(key, default)
1582
1581
 
1583
1582
  def __init__(__self__, *,
1584
- attacher: Optional[builtins.str] = None,
1585
- node_name: Optional[builtins.str] = None,
1583
+ attacher: Optional[_builtins.str] = None,
1584
+ node_name: Optional[_builtins.str] = None,
1586
1585
  source: Optional['outputs.VolumeAttachmentSourcePatch'] = None):
1587
1586
  """
1588
1587
  VolumeAttachmentSpec is the specification of a VolumeAttachment request.
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.
1588
+ :param _builtins.str attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1589
+ :param _builtins.str node_name: nodeName represents the node that the volume should be attached to.
1591
1590
  :param 'VolumeAttachmentSourcePatchArgs' source: source represents the volume that should be attached.
1592
1591
  """
1593
1592
  if attacher is not None:
@@ -1597,23 +1596,23 @@ class VolumeAttachmentSpecPatch(dict):
1597
1596
  if source is not None:
1598
1597
  pulumi.set(__self__, "source", source)
1599
1598
 
1600
- @property
1599
+ @_builtins.property
1601
1600
  @pulumi.getter
1602
- def attacher(self) -> Optional[builtins.str]:
1601
+ def attacher(self) -> Optional[_builtins.str]:
1603
1602
  """
1604
1603
  attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1605
1604
  """
1606
1605
  return pulumi.get(self, "attacher")
1607
1606
 
1608
- @property
1607
+ @_builtins.property
1609
1608
  @pulumi.getter(name="nodeName")
1610
- def node_name(self) -> Optional[builtins.str]:
1609
+ def node_name(self) -> Optional[_builtins.str]:
1611
1610
  """
1612
1611
  nodeName represents the node that the volume should be attached to.
1613
1612
  """
1614
1613
  return pulumi.get(self, "node_name")
1615
1614
 
1616
- @property
1615
+ @_builtins.property
1617
1616
  @pulumi.getter
1618
1617
  def source(self) -> Optional['outputs.VolumeAttachmentSourcePatch']:
1619
1618
  """
@@ -1649,15 +1648,15 @@ class VolumeAttachmentStatus(dict):
1649
1648
  return super().get(key, default)
1650
1649
 
1651
1650
  def __init__(__self__, *,
1652
- attached: builtins.bool,
1651
+ attached: _builtins.bool,
1653
1652
  attach_error: Optional['outputs.VolumeError'] = None,
1654
- attachment_metadata: Optional[Mapping[str, builtins.str]] = None,
1653
+ attachment_metadata: Optional[Mapping[str, _builtins.str]] = None,
1655
1654
  detach_error: Optional['outputs.VolumeError'] = None):
1656
1655
  """
1657
1656
  VolumeAttachmentStatus is the status of a VolumeAttachment request.
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.
1657
+ :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.
1659
1658
  :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.
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.
1659
+ :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.
1661
1660
  :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.
1662
1661
  """
1663
1662
  pulumi.set(__self__, "attached", attached)
@@ -1668,15 +1667,15 @@ class VolumeAttachmentStatus(dict):
1668
1667
  if detach_error is not None:
1669
1668
  pulumi.set(__self__, "detach_error", detach_error)
1670
1669
 
1671
- @property
1670
+ @_builtins.property
1672
1671
  @pulumi.getter
1673
- def attached(self) -> builtins.bool:
1672
+ def attached(self) -> _builtins.bool:
1674
1673
  """
1675
1674
  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.
1676
1675
  """
1677
1676
  return pulumi.get(self, "attached")
1678
1677
 
1679
- @property
1678
+ @_builtins.property
1680
1679
  @pulumi.getter(name="attachError")
1681
1680
  def attach_error(self) -> Optional['outputs.VolumeError']:
1682
1681
  """
@@ -1684,15 +1683,15 @@ class VolumeAttachmentStatus(dict):
1684
1683
  """
1685
1684
  return pulumi.get(self, "attach_error")
1686
1685
 
1687
- @property
1686
+ @_builtins.property
1688
1687
  @pulumi.getter(name="attachmentMetadata")
1689
- def attachment_metadata(self) -> Optional[Mapping[str, builtins.str]]:
1688
+ def attachment_metadata(self) -> Optional[Mapping[str, _builtins.str]]:
1690
1689
  """
1691
1690
  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.
1692
1691
  """
1693
1692
  return pulumi.get(self, "attachment_metadata")
1694
1693
 
1695
- @property
1694
+ @_builtins.property
1696
1695
  @pulumi.getter(name="detachError")
1697
1696
  def detach_error(self) -> Optional['outputs.VolumeError']:
1698
1697
  """
@@ -1729,14 +1728,14 @@ class VolumeAttachmentStatusPatch(dict):
1729
1728
 
1730
1729
  def __init__(__self__, *,
1731
1730
  attach_error: Optional['outputs.VolumeErrorPatch'] = None,
1732
- attached: Optional[builtins.bool] = None,
1733
- attachment_metadata: Optional[Mapping[str, builtins.str]] = None,
1731
+ attached: Optional[_builtins.bool] = None,
1732
+ attachment_metadata: Optional[Mapping[str, _builtins.str]] = None,
1734
1733
  detach_error: Optional['outputs.VolumeErrorPatch'] = None):
1735
1734
  """
1736
1735
  VolumeAttachmentStatus is the status of a VolumeAttachment request.
1737
1736
  :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.
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.
1737
+ :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.
1738
+ :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.
1740
1739
  :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.
1741
1740
  """
1742
1741
  if attach_error is not None:
@@ -1748,7 +1747,7 @@ class VolumeAttachmentStatusPatch(dict):
1748
1747
  if detach_error is not None:
1749
1748
  pulumi.set(__self__, "detach_error", detach_error)
1750
1749
 
1751
- @property
1750
+ @_builtins.property
1752
1751
  @pulumi.getter(name="attachError")
1753
1752
  def attach_error(self) -> Optional['outputs.VolumeErrorPatch']:
1754
1753
  """
@@ -1756,23 +1755,23 @@ class VolumeAttachmentStatusPatch(dict):
1756
1755
  """
1757
1756
  return pulumi.get(self, "attach_error")
1758
1757
 
1759
- @property
1758
+ @_builtins.property
1760
1759
  @pulumi.getter
1761
- def attached(self) -> Optional[builtins.bool]:
1760
+ def attached(self) -> Optional[_builtins.bool]:
1762
1761
  """
1763
1762
  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.
1764
1763
  """
1765
1764
  return pulumi.get(self, "attached")
1766
1765
 
1767
- @property
1766
+ @_builtins.property
1768
1767
  @pulumi.getter(name="attachmentMetadata")
1769
- def attachment_metadata(self) -> Optional[Mapping[str, builtins.str]]:
1768
+ def attachment_metadata(self) -> Optional[Mapping[str, _builtins.str]]:
1770
1769
  """
1771
1770
  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.
1772
1771
  """
1773
1772
  return pulumi.get(self, "attachment_metadata")
1774
1773
 
1775
- @property
1774
+ @_builtins.property
1776
1775
  @pulumi.getter(name="detachError")
1777
1776
  def detach_error(self) -> Optional['outputs.VolumeErrorPatch']:
1778
1777
  """
@@ -1804,16 +1803,16 @@ class VolumeError(dict):
1804
1803
  return super().get(key, default)
1805
1804
 
1806
1805
  def __init__(__self__, *,
1807
- error_code: Optional[builtins.int] = None,
1808
- message: Optional[builtins.str] = None,
1809
- time: Optional[builtins.str] = None):
1806
+ error_code: Optional[_builtins.int] = None,
1807
+ message: Optional[_builtins.str] = None,
1808
+ time: Optional[_builtins.str] = None):
1810
1809
  """
1811
1810
  VolumeError captures an error encountered during a volume operation.
1812
- :param builtins.int error_code: errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
1811
+ :param _builtins.int error_code: errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
1813
1812
 
1814
1813
  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.
1814
+ :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.
1815
+ :param _builtins.str time: time represents the time the error was encountered.
1817
1816
  """
1818
1817
  if error_code is not None:
1819
1818
  pulumi.set(__self__, "error_code", error_code)
@@ -1822,9 +1821,9 @@ class VolumeError(dict):
1822
1821
  if time is not None:
1823
1822
  pulumi.set(__self__, "time", time)
1824
1823
 
1825
- @property
1824
+ @_builtins.property
1826
1825
  @pulumi.getter(name="errorCode")
1827
- def error_code(self) -> Optional[builtins.int]:
1826
+ def error_code(self) -> Optional[_builtins.int]:
1828
1827
  """
1829
1828
  errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
1830
1829
 
@@ -1832,17 +1831,17 @@ class VolumeError(dict):
1832
1831
  """
1833
1832
  return pulumi.get(self, "error_code")
1834
1833
 
1835
- @property
1834
+ @_builtins.property
1836
1835
  @pulumi.getter
1837
- def message(self) -> Optional[builtins.str]:
1836
+ def message(self) -> Optional[_builtins.str]:
1838
1837
  """
1839
1838
  message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
1840
1839
  """
1841
1840
  return pulumi.get(self, "message")
1842
1841
 
1843
- @property
1842
+ @_builtins.property
1844
1843
  @pulumi.getter
1845
- def time(self) -> Optional[builtins.str]:
1844
+ def time(self) -> Optional[_builtins.str]:
1846
1845
  """
1847
1846
  time represents the time the error was encountered.
1848
1847
  """
@@ -1872,16 +1871,16 @@ class VolumeErrorPatch(dict):
1872
1871
  return super().get(key, default)
1873
1872
 
1874
1873
  def __init__(__self__, *,
1875
- error_code: Optional[builtins.int] = None,
1876
- message: Optional[builtins.str] = None,
1877
- time: Optional[builtins.str] = None):
1874
+ error_code: Optional[_builtins.int] = None,
1875
+ message: Optional[_builtins.str] = None,
1876
+ time: Optional[_builtins.str] = None):
1878
1877
  """
1879
1878
  VolumeError captures an error encountered during a volume operation.
1880
- :param builtins.int error_code: errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
1879
+ :param _builtins.int error_code: errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
1881
1880
 
1882
1881
  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.
1882
+ :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.
1883
+ :param _builtins.str time: time represents the time the error was encountered.
1885
1884
  """
1886
1885
  if error_code is not None:
1887
1886
  pulumi.set(__self__, "error_code", error_code)
@@ -1890,9 +1889,9 @@ class VolumeErrorPatch(dict):
1890
1889
  if time is not None:
1891
1890
  pulumi.set(__self__, "time", time)
1892
1891
 
1893
- @property
1892
+ @_builtins.property
1894
1893
  @pulumi.getter(name="errorCode")
1895
- def error_code(self) -> Optional[builtins.int]:
1894
+ def error_code(self) -> Optional[_builtins.int]:
1896
1895
  """
1897
1896
  errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
1898
1897
 
@@ -1900,17 +1899,17 @@ class VolumeErrorPatch(dict):
1900
1899
  """
1901
1900
  return pulumi.get(self, "error_code")
1902
1901
 
1903
- @property
1902
+ @_builtins.property
1904
1903
  @pulumi.getter
1905
- def message(self) -> Optional[builtins.str]:
1904
+ def message(self) -> Optional[_builtins.str]:
1906
1905
  """
1907
1906
  message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
1908
1907
  """
1909
1908
  return pulumi.get(self, "message")
1910
1909
 
1911
- @property
1910
+ @_builtins.property
1912
1911
  @pulumi.getter
1913
- def time(self) -> Optional[builtins.str]:
1912
+ def time(self) -> Optional[_builtins.str]:
1914
1913
  """
1915
1914
  time represents the time the error was encountered.
1916
1915
  """
@@ -1923,17 +1922,17 @@ class VolumeNodeResources(dict):
1923
1922
  VolumeNodeResources is a set of resource limits for scheduling of volumes.
1924
1923
  """
1925
1924
  def __init__(__self__, *,
1926
- count: Optional[builtins.int] = None):
1925
+ count: Optional[_builtins.int] = None):
1927
1926
  """
1928
1927
  VolumeNodeResources is a set of resource limits for scheduling of volumes.
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.
1928
+ :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.
1930
1929
  """
1931
1930
  if count is not None:
1932
1931
  pulumi.set(__self__, "count", count)
1933
1932
 
1934
- @property
1933
+ @_builtins.property
1935
1934
  @pulumi.getter
1936
- def count(self) -> Optional[builtins.int]:
1935
+ def count(self) -> Optional[_builtins.int]:
1937
1936
  """
1938
1937
  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.
1939
1938
  """
@@ -1946,17 +1945,17 @@ class VolumeNodeResourcesPatch(dict):
1946
1945
  VolumeNodeResources is a set of resource limits for scheduling of volumes.
1947
1946
  """
1948
1947
  def __init__(__self__, *,
1949
- count: Optional[builtins.int] = None):
1948
+ count: Optional[_builtins.int] = None):
1950
1949
  """
1951
1950
  VolumeNodeResources is a set of resource limits for scheduling of volumes.
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.
1951
+ :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.
1953
1952
  """
1954
1953
  if count is not None:
1955
1954
  pulumi.set(__self__, "count", count)
1956
1955
 
1957
- @property
1956
+ @_builtins.property
1958
1957
  @pulumi.getter
1959
- def count(self) -> Optional[builtins.int]:
1958
+ def count(self) -> Optional[_builtins.int]:
1960
1959
  """
1961
1960
  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.
1962
1961
  """