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

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

Potentially problematic release.


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

Files changed (701) hide show
  1. pulumi_kubernetes/__init__.py +1 -1
  2. pulumi_kubernetes/_inputs.py +49 -50
  3. pulumi_kubernetes/admissionregistration/__init__.py +1 -1
  4. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
  7. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
  16. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
  17. pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
  18. pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
  19. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
  25. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
  31. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
  32. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
  33. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
  34. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
  37. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
  46. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
  47. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
  48. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
  49. pulumi_kubernetes/apiextensions/__init__.py +1 -1
  50. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
  53. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
  54. pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
  55. pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
  56. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
  59. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
  60. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
  61. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
  62. pulumi_kubernetes/apiregistration/__init__.py +1 -1
  63. pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
  64. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
  65. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
  66. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
  67. pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
  68. pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
  69. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
  70. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
  72. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
  73. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
  74. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
  75. pulumi_kubernetes/apps/__init__.py +1 -1
  76. pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
  77. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
  78. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
  79. pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
  80. pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
  81. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
  82. pulumi_kubernetes/apps/v1/Deployment.py +26 -27
  83. pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
  84. pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
  85. pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
  86. pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
  87. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
  88. pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
  89. pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
  90. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
  91. pulumi_kubernetes/apps/v1/__init__.py +1 -1
  92. pulumi_kubernetes/apps/v1/_inputs.py +749 -750
  93. pulumi_kubernetes/apps/v1/outputs.py +713 -714
  94. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
  97. pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
  98. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
  99. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
  100. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
  101. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
  103. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
  104. pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
  105. pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
  106. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
  109. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
  110. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
  112. pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
  113. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
  114. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
  115. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
  118. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
  119. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
  121. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
  122. pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
  123. pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
  124. pulumi_kubernetes/auditregistration/__init__.py +1 -1
  125. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
  128. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
  129. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
  130. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
  131. pulumi_kubernetes/autoscaling/__init__.py +1 -1
  132. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
  135. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
  136. pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
  137. pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
  138. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
  141. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
  142. pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
  143. pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
  144. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
  147. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
  148. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
  149. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
  150. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
  153. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
  154. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
  155. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
  156. pulumi_kubernetes/batch/__init__.py +1 -1
  157. pulumi_kubernetes/batch/v1/CronJob.py +26 -27
  158. pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
  159. pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
  160. pulumi_kubernetes/batch/v1/Job.py +26 -27
  161. pulumi_kubernetes/batch/v1/JobList.py +25 -26
  162. pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
  163. pulumi_kubernetes/batch/v1/__init__.py +1 -1
  164. pulumi_kubernetes/batch/v1/_inputs.py +494 -495
  165. pulumi_kubernetes/batch/v1/outputs.py +419 -420
  166. pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
  167. pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
  168. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
  169. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
  170. pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
  171. pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
  172. pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
  173. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
  174. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
  175. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
  176. pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
  177. pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
  178. pulumi_kubernetes/certificates/__init__.py +1 -1
  179. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
  182. pulumi_kubernetes/certificates/v1/__init__.py +1 -1
  183. pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
  184. pulumi_kubernetes/certificates/v1/outputs.py +134 -135
  185. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
  188. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
  189. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
  190. pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
  191. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
  194. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
  197. pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
  198. pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
  199. pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
  200. pulumi_kubernetes/coordination/__init__.py +1 -1
  201. pulumi_kubernetes/coordination/v1/Lease.py +25 -26
  202. pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
  203. pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
  204. pulumi_kubernetes/coordination/v1/__init__.py +1 -1
  205. pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
  206. pulumi_kubernetes/coordination/v1/outputs.py +67 -68
  207. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
  210. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
  211. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
  212. pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
  213. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
  216. pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
  217. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
  218. pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
  219. pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
  220. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
  223. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
  224. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
  225. pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
  226. pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
  227. pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
  228. pulumi_kubernetes/core/__init__.py +1 -1
  229. pulumi_kubernetes/core/v1/Binding.py +25 -26
  230. pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
  231. pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
  232. pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
  233. pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
  234. pulumi_kubernetes/core/v1/Endpoints.py +25 -26
  235. pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
  236. pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
  237. pulumi_kubernetes/core/v1/Event.py +131 -132
  238. pulumi_kubernetes/core/v1/EventList.py +25 -26
  239. pulumi_kubernetes/core/v1/EventPatch.py +131 -132
  240. pulumi_kubernetes/core/v1/LimitRange.py +25 -26
  241. pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
  242. pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
  243. pulumi_kubernetes/core/v1/Namespace.py +26 -27
  244. pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
  245. pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
  246. pulumi_kubernetes/core/v1/Node.py +26 -27
  247. pulumi_kubernetes/core/v1/NodeList.py +25 -26
  248. pulumi_kubernetes/core/v1/NodePatch.py +26 -27
  249. pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
  250. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
  253. pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
  254. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
  255. pulumi_kubernetes/core/v1/Pod.py +26 -27
  256. pulumi_kubernetes/core/v1/PodList.py +25 -26
  257. pulumi_kubernetes/core/v1/PodPatch.py +26 -27
  258. pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
  259. pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
  260. pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
  261. pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
  262. pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
  263. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
  264. pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
  265. pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
  266. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
  267. pulumi_kubernetes/core/v1/Secret.py +63 -64
  268. pulumi_kubernetes/core/v1/SecretList.py +25 -26
  269. pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
  270. pulumi_kubernetes/core/v1/Service.py +26 -27
  271. pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
  272. pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
  273. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
  274. pulumi_kubernetes/core/v1/ServiceList.py +25 -26
  275. pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
  276. pulumi_kubernetes/core/v1/__init__.py +1 -1
  277. pulumi_kubernetes/core/v1/_enums.py +2 -2
  278. pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
  279. pulumi_kubernetes/core/v1/outputs.py +5390 -5391
  280. pulumi_kubernetes/discovery/__init__.py +1 -1
  281. pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
  282. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
  283. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
  284. pulumi_kubernetes/discovery/v1/__init__.py +1 -1
  285. pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
  286. pulumi_kubernetes/discovery/v1/outputs.py +138 -139
  287. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
  290. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
  291. pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
  292. pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
  293. pulumi_kubernetes/events/__init__.py +1 -1
  294. pulumi_kubernetes/events/v1/Event.py +131 -132
  295. pulumi_kubernetes/events/v1/EventList.py +25 -26
  296. pulumi_kubernetes/events/v1/EventPatch.py +131 -132
  297. pulumi_kubernetes/events/v1/__init__.py +1 -1
  298. pulumi_kubernetes/events/v1/_inputs.py +102 -103
  299. pulumi_kubernetes/events/v1/outputs.py +70 -71
  300. pulumi_kubernetes/events/v1beta1/Event.py +131 -132
  301. pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
  302. pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
  303. pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
  304. pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
  305. pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
  306. pulumi_kubernetes/extensions/__init__.py +1 -1
  307. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
  310. pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
  311. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
  313. pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
  314. pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
  315. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
  316. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
  319. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
  322. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
  325. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
  326. pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
  327. pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
  328. pulumi_kubernetes/flowcontrol/__init__.py +1 -1
  329. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
  332. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
  335. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
  336. pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
  337. pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
  338. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
  341. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
  344. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
  345. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
  346. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
  347. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
  350. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
  353. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
  354. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
  355. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
  356. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
  359. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
  362. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
  363. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
  364. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
  365. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
  368. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
  371. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
  372. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
  373. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
  374. pulumi_kubernetes/helm/__init__.py +1 -1
  375. pulumi_kubernetes/helm/v3/Release.py +316 -317
  376. pulumi_kubernetes/helm/v3/__init__.py +1 -1
  377. pulumi_kubernetes/helm/v3/_inputs.py +37 -38
  378. pulumi_kubernetes/helm/v3/outputs.py +54 -55
  379. pulumi_kubernetes/helm/v4/Chart.py +95 -96
  380. pulumi_kubernetes/helm/v4/__init__.py +1 -1
  381. pulumi_kubernetes/helm/v4/_inputs.py +34 -35
  382. pulumi_kubernetes/kustomize/__init__.py +1 -1
  383. pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
  384. pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
  385. pulumi_kubernetes/meta/__init__.py +1 -1
  386. pulumi_kubernetes/meta/v1/Status.py +57 -58
  387. pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
  388. pulumi_kubernetes/meta/v1/__init__.py +1 -1
  389. pulumi_kubernetes/meta/v1/_inputs.py +551 -552
  390. pulumi_kubernetes/meta/v1/outputs.py +395 -396
  391. pulumi_kubernetes/networking/__init__.py +1 -1
  392. pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
  393. pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
  394. pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
  395. pulumi_kubernetes/networking/v1/Ingress.py +26 -27
  396. pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
  397. pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
  398. pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
  399. pulumi_kubernetes/networking/v1/IngressList.py +25 -26
  400. pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
  401. pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
  402. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
  403. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
  404. pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
  405. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
  406. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
  407. pulumi_kubernetes/networking/v1/__init__.py +1 -1
  408. pulumi_kubernetes/networking/v1/_inputs.py +463 -464
  409. pulumi_kubernetes/networking/v1/outputs.py +350 -351
  410. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
  413. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
  414. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
  416. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
  419. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
  420. pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
  421. pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
  422. pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
  423. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
  424. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
  425. pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
  426. pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
  427. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
  428. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
  429. pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
  430. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
  431. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
  434. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
  435. pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
  436. pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
  437. pulumi_kubernetes/node/__init__.py +1 -1
  438. pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
  439. pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
  440. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
  441. pulumi_kubernetes/node/v1/__init__.py +1 -1
  442. pulumi_kubernetes/node/v1/_inputs.py +48 -49
  443. pulumi_kubernetes/node/v1/outputs.py +34 -35
  444. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
  447. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
  448. pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
  449. pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
  450. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
  451. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
  453. pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
  454. pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
  455. pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
  456. pulumi_kubernetes/policy/__init__.py +1 -1
  457. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
  460. pulumi_kubernetes/policy/v1/__init__.py +1 -1
  461. pulumi_kubernetes/policy/v1/_inputs.py +91 -92
  462. pulumi_kubernetes/policy/v1/outputs.py +80 -81
  463. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
  466. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
  469. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
  470. pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
  471. pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
  472. pulumi_kubernetes/provider.py +107 -108
  473. pulumi_kubernetes/pulumi-plugin.json +1 -1
  474. pulumi_kubernetes/rbac/__init__.py +1 -1
  475. pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
  476. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
  479. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
  480. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
  481. pulumi_kubernetes/rbac/v1/Role.py +25 -26
  482. pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
  483. pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
  484. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
  485. pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
  486. pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
  487. pulumi_kubernetes/rbac/v1/__init__.py +1 -1
  488. pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
  489. pulumi_kubernetes/rbac/v1/outputs.py +142 -143
  490. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
  496. pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
  497. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
  500. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
  501. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
  502. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
  503. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
  504. pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
  505. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
  511. pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
  512. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
  513. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
  515. pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
  516. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
  517. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
  518. pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
  519. pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
  520. pulumi_kubernetes/resource/__init__.py +1 -1
  521. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
  522. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
  524. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
  533. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
  534. pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
  535. pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
  536. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
  539. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
  554. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
  557. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
  558. pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
  559. pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
  560. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
  563. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
  566. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
  569. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
  575. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
  578. pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
  579. pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
  580. pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
  581. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
  582. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
  584. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
  590. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
  591. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
  592. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
  593. pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
  594. pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
  595. pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
  596. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
  597. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
  599. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
  605. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
  606. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
  607. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
  608. pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
  609. pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
  610. pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
  611. pulumi_kubernetes/scheduling/__init__.py +1 -1
  612. pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
  613. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
  614. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
  615. pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
  616. pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
  617. pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
  618. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
  621. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
  622. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
  623. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
  624. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
  627. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
  628. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
  629. pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
  630. pulumi_kubernetes/settings/__init__.py +1 -1
  631. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
  632. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
  634. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
  635. pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
  636. pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
  637. pulumi_kubernetes/storage/__init__.py +1 -1
  638. pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
  639. pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
  640. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
  641. pulumi_kubernetes/storage/v1/CSINode.py +25 -26
  642. pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
  643. pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
  644. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
  647. pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
  648. pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
  649. pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
  650. pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
  651. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
  653. pulumi_kubernetes/storage/v1/__init__.py +1 -1
  654. pulumi_kubernetes/storage/v1/_inputs.py +372 -373
  655. pulumi_kubernetes/storage/v1/outputs.py +278 -279
  656. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
  662. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
  663. pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
  664. pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
  665. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
  666. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
  668. pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
  669. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
  670. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
  671. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
  674. pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
  675. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
  676. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
  677. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
  683. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
  684. pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
  685. pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
  686. pulumi_kubernetes/storagemigration/__init__.py +1 -1
  687. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
  690. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
  691. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
  692. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
  693. pulumi_kubernetes/yaml/__init__.py +1 -1
  694. pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
  695. pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
  696. pulumi_kubernetes/yaml/v2/__init__.py +1 -1
  697. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
  698. pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
  699. pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
  700. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
  701. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -69,14 +68,14 @@ class CSIDriver(dict):
69
68
 
70
69
  def __init__(__self__, *,
71
70
  spec: 'outputs.CSIDriverSpec',
72
- api_version: Optional[builtins.str] = None,
73
- kind: Optional[builtins.str] = None,
71
+ api_version: Optional[_builtins.str] = None,
72
+ kind: Optional[_builtins.str] = None,
74
73
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
75
74
  """
76
75
  CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. CSI drivers do not need to create the CSIDriver object directly. Instead they may use the cluster-driver-registrar sidecar container. When deployed with a CSI driver it automatically creates a CSIDriver object representing the driver. 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.
77
76
  :param 'CSIDriverSpecArgs' spec: Specification of the CSI Driver.
78
- :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
79
- :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
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
80
79
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata. metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
81
80
  """
82
81
  pulumi.set(__self__, "spec", spec)
@@ -87,7 +86,7 @@ class CSIDriver(dict):
87
86
  if metadata is not None:
88
87
  pulumi.set(__self__, "metadata", metadata)
89
88
 
90
- @property
89
+ @_builtins.property
91
90
  @pulumi.getter
92
91
  def spec(self) -> 'outputs.CSIDriverSpec':
93
92
  """
@@ -95,23 +94,23 @@ class CSIDriver(dict):
95
94
  """
96
95
  return pulumi.get(self, "spec")
97
96
 
98
- @property
97
+ @_builtins.property
99
98
  @pulumi.getter(name="apiVersion")
100
- def api_version(self) -> Optional[builtins.str]:
99
+ def api_version(self) -> Optional[_builtins.str]:
101
100
  """
102
101
  APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
103
102
  """
104
103
  return pulumi.get(self, "api_version")
105
104
 
106
- @property
105
+ @_builtins.property
107
106
  @pulumi.getter
108
- def kind(self) -> Optional[builtins.str]:
107
+ def kind(self) -> Optional[_builtins.str]:
109
108
  """
110
109
  Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
111
110
  """
112
111
  return pulumi.get(self, "kind")
113
112
 
114
- @property
113
+ @_builtins.property
115
114
  @pulumi.getter
116
115
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
117
116
  """
@@ -155,27 +154,27 @@ class CSIDriverSpec(dict):
155
154
  return super().get(key, default)
156
155
 
157
156
  def __init__(__self__, *,
158
- attach_required: Optional[builtins.bool] = None,
159
- fs_group_policy: Optional[builtins.str] = None,
160
- pod_info_on_mount: Optional[builtins.bool] = None,
161
- requires_republish: Optional[builtins.bool] = None,
162
- storage_capacity: Optional[builtins.bool] = None,
157
+ attach_required: Optional[_builtins.bool] = None,
158
+ fs_group_policy: Optional[_builtins.str] = None,
159
+ pod_info_on_mount: Optional[_builtins.bool] = None,
160
+ requires_republish: Optional[_builtins.bool] = None,
161
+ storage_capacity: Optional[_builtins.bool] = None,
163
162
  token_requests: Optional[Sequence['outputs.TokenRequest']] = None,
164
- volume_lifecycle_modes: Optional[Sequence[builtins.str]] = None):
163
+ volume_lifecycle_modes: Optional[Sequence[_builtins.str]] = None):
165
164
  """
166
165
  CSIDriverSpec is the specification of a CSIDriver.
167
- :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.
168
- :param builtins.str fs_group_policy: 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. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
169
- :param builtins.bool pod_info_on_mount: If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. 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. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
166
+ :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.
167
+ :param _builtins.str fs_group_policy: 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. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
168
+ :param _builtins.bool pod_info_on_mount: If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. 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. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
170
169
  defined by a CSIVolumeSource, otherwise "false"
171
170
 
172
171
  "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.
173
- :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.
172
+ :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.
174
173
 
175
174
  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.
176
175
 
177
176
  This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
178
- :param builtins.bool storage_capacity: If set to true, 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.
177
+ :param _builtins.bool storage_capacity: If set to true, 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.
179
178
 
180
179
  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.
181
180
 
@@ -193,7 +192,7 @@ class CSIDriverSpec(dict):
193
192
  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.
194
193
 
195
194
  This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
196
- :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. 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. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
195
+ :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. 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. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
197
196
  """
198
197
  if attach_required is not None:
199
198
  pulumi.set(__self__, "attach_required", attach_required)
@@ -210,25 +209,25 @@ class CSIDriverSpec(dict):
210
209
  if volume_lifecycle_modes is not None:
211
210
  pulumi.set(__self__, "volume_lifecycle_modes", volume_lifecycle_modes)
212
211
 
213
- @property
212
+ @_builtins.property
214
213
  @pulumi.getter(name="attachRequired")
215
- def attach_required(self) -> Optional[builtins.bool]:
214
+ def attach_required(self) -> Optional[_builtins.bool]:
216
215
  """
217
216
  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.
218
217
  """
219
218
  return pulumi.get(self, "attach_required")
220
219
 
221
- @property
220
+ @_builtins.property
222
221
  @pulumi.getter(name="fsGroupPolicy")
223
- def fs_group_policy(self) -> Optional[builtins.str]:
222
+ def fs_group_policy(self) -> Optional[_builtins.str]:
224
223
  """
225
224
  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. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
226
225
  """
227
226
  return pulumi.get(self, "fs_group_policy")
228
227
 
229
- @property
228
+ @_builtins.property
230
229
  @pulumi.getter(name="podInfoOnMount")
231
- def pod_info_on_mount(self) -> Optional[builtins.bool]:
230
+ def pod_info_on_mount(self) -> Optional[_builtins.bool]:
232
231
  """
233
232
  If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. 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. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
234
233
  defined by a CSIVolumeSource, otherwise "false"
@@ -237,9 +236,9 @@ class CSIDriverSpec(dict):
237
236
  """
238
237
  return pulumi.get(self, "pod_info_on_mount")
239
238
 
240
- @property
239
+ @_builtins.property
241
240
  @pulumi.getter(name="requiresRepublish")
242
- def requires_republish(self) -> Optional[builtins.bool]:
241
+ def requires_republish(self) -> Optional[_builtins.bool]:
243
242
  """
244
243
  RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
245
244
 
@@ -249,9 +248,9 @@ class CSIDriverSpec(dict):
249
248
  """
250
249
  return pulumi.get(self, "requires_republish")
251
250
 
252
- @property
251
+ @_builtins.property
253
252
  @pulumi.getter(name="storageCapacity")
254
- def storage_capacity(self) -> Optional[builtins.bool]:
253
+ def storage_capacity(self) -> Optional[_builtins.bool]:
255
254
  """
256
255
  If set to true, 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.
257
256
 
@@ -263,7 +262,7 @@ class CSIDriverSpec(dict):
263
262
  """
264
263
  return pulumi.get(self, "storage_capacity")
265
264
 
266
- @property
265
+ @_builtins.property
267
266
  @pulumi.getter(name="tokenRequests")
268
267
  def token_requests(self) -> Optional[Sequence['outputs.TokenRequest']]:
269
268
  """
@@ -281,9 +280,9 @@ class CSIDriverSpec(dict):
281
280
  """
282
281
  return pulumi.get(self, "token_requests")
283
282
 
284
- @property
283
+ @_builtins.property
285
284
  @pulumi.getter(name="volumeLifecycleModes")
286
- def volume_lifecycle_modes(self) -> Optional[Sequence[builtins.str]]:
285
+ def volume_lifecycle_modes(self) -> Optional[Sequence[_builtins.str]]:
287
286
  """
288
287
  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. 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. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
289
288
  """
@@ -325,27 +324,27 @@ class CSIDriverSpecPatch(dict):
325
324
  return super().get(key, default)
326
325
 
327
326
  def __init__(__self__, *,
328
- attach_required: Optional[builtins.bool] = None,
329
- fs_group_policy: Optional[builtins.str] = None,
330
- pod_info_on_mount: Optional[builtins.bool] = None,
331
- requires_republish: Optional[builtins.bool] = None,
332
- storage_capacity: Optional[builtins.bool] = None,
327
+ attach_required: Optional[_builtins.bool] = None,
328
+ fs_group_policy: Optional[_builtins.str] = None,
329
+ pod_info_on_mount: Optional[_builtins.bool] = None,
330
+ requires_republish: Optional[_builtins.bool] = None,
331
+ storage_capacity: Optional[_builtins.bool] = None,
333
332
  token_requests: Optional[Sequence['outputs.TokenRequestPatch']] = None,
334
- volume_lifecycle_modes: Optional[Sequence[builtins.str]] = None):
333
+ volume_lifecycle_modes: Optional[Sequence[_builtins.str]] = None):
335
334
  """
336
335
  CSIDriverSpec is the specification of a CSIDriver.
337
- :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.
338
- :param builtins.str fs_group_policy: 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. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
339
- :param builtins.bool pod_info_on_mount: If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. 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. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
336
+ :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.
337
+ :param _builtins.str fs_group_policy: 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. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
338
+ :param _builtins.bool pod_info_on_mount: If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. 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. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
340
339
  defined by a CSIVolumeSource, otherwise "false"
341
340
 
342
341
  "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.
343
- :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.
342
+ :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.
344
343
 
345
344
  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.
346
345
 
347
346
  This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
348
- :param builtins.bool storage_capacity: If set to true, 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.
347
+ :param _builtins.bool storage_capacity: If set to true, 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.
349
348
 
350
349
  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.
351
350
 
@@ -363,7 +362,7 @@ class CSIDriverSpecPatch(dict):
363
362
  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.
364
363
 
365
364
  This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
366
- :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. 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. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
365
+ :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. 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. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
367
366
  """
368
367
  if attach_required is not None:
369
368
  pulumi.set(__self__, "attach_required", attach_required)
@@ -380,25 +379,25 @@ class CSIDriverSpecPatch(dict):
380
379
  if volume_lifecycle_modes is not None:
381
380
  pulumi.set(__self__, "volume_lifecycle_modes", volume_lifecycle_modes)
382
381
 
383
- @property
382
+ @_builtins.property
384
383
  @pulumi.getter(name="attachRequired")
385
- def attach_required(self) -> Optional[builtins.bool]:
384
+ def attach_required(self) -> Optional[_builtins.bool]:
386
385
  """
387
386
  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.
388
387
  """
389
388
  return pulumi.get(self, "attach_required")
390
389
 
391
- @property
390
+ @_builtins.property
392
391
  @pulumi.getter(name="fsGroupPolicy")
393
- def fs_group_policy(self) -> Optional[builtins.str]:
392
+ def fs_group_policy(self) -> Optional[_builtins.str]:
394
393
  """
395
394
  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. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
396
395
  """
397
396
  return pulumi.get(self, "fs_group_policy")
398
397
 
399
- @property
398
+ @_builtins.property
400
399
  @pulumi.getter(name="podInfoOnMount")
401
- def pod_info_on_mount(self) -> Optional[builtins.bool]:
400
+ def pod_info_on_mount(self) -> Optional[_builtins.bool]:
402
401
  """
403
402
  If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. 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. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
404
403
  defined by a CSIVolumeSource, otherwise "false"
@@ -407,9 +406,9 @@ class CSIDriverSpecPatch(dict):
407
406
  """
408
407
  return pulumi.get(self, "pod_info_on_mount")
409
408
 
410
- @property
409
+ @_builtins.property
411
410
  @pulumi.getter(name="requiresRepublish")
412
- def requires_republish(self) -> Optional[builtins.bool]:
411
+ def requires_republish(self) -> Optional[_builtins.bool]:
413
412
  """
414
413
  RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
415
414
 
@@ -419,9 +418,9 @@ class CSIDriverSpecPatch(dict):
419
418
  """
420
419
  return pulumi.get(self, "requires_republish")
421
420
 
422
- @property
421
+ @_builtins.property
423
422
  @pulumi.getter(name="storageCapacity")
424
- def storage_capacity(self) -> Optional[builtins.bool]:
423
+ def storage_capacity(self) -> Optional[_builtins.bool]:
425
424
  """
426
425
  If set to true, 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.
427
426
 
@@ -433,7 +432,7 @@ class CSIDriverSpecPatch(dict):
433
432
  """
434
433
  return pulumi.get(self, "storage_capacity")
435
434
 
436
- @property
435
+ @_builtins.property
437
436
  @pulumi.getter(name="tokenRequests")
438
437
  def token_requests(self) -> Optional[Sequence['outputs.TokenRequestPatch']]:
439
438
  """
@@ -451,9 +450,9 @@ class CSIDriverSpecPatch(dict):
451
450
  """
452
451
  return pulumi.get(self, "token_requests")
453
452
 
454
- @property
453
+ @_builtins.property
455
454
  @pulumi.getter(name="volumeLifecycleModes")
456
- def volume_lifecycle_modes(self) -> Optional[Sequence[builtins.str]]:
455
+ def volume_lifecycle_modes(self) -> Optional[Sequence[_builtins.str]]:
457
456
  """
458
457
  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. 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. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
459
458
  """
@@ -484,14 +483,14 @@ class CSINode(dict):
484
483
 
485
484
  def __init__(__self__, *,
486
485
  spec: 'outputs.CSINodeSpec',
487
- api_version: Optional[builtins.str] = None,
488
- kind: Optional[builtins.str] = None,
486
+ api_version: Optional[_builtins.str] = None,
487
+ kind: Optional[_builtins.str] = None,
489
488
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
490
489
  """
491
490
  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.
492
491
  :param 'CSINodeSpecArgs' spec: spec is the specification of CSINode
493
- :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
494
- :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
492
+ :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
493
+ :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
495
494
  :param '_meta.v1.ObjectMetaArgs' metadata: metadata.name must be the Kubernetes node name.
496
495
  """
497
496
  pulumi.set(__self__, "spec", spec)
@@ -502,7 +501,7 @@ class CSINode(dict):
502
501
  if metadata is not None:
503
502
  pulumi.set(__self__, "metadata", metadata)
504
503
 
505
- @property
504
+ @_builtins.property
506
505
  @pulumi.getter
507
506
  def spec(self) -> 'outputs.CSINodeSpec':
508
507
  """
@@ -510,23 +509,23 @@ class CSINode(dict):
510
509
  """
511
510
  return pulumi.get(self, "spec")
512
511
 
513
- @property
512
+ @_builtins.property
514
513
  @pulumi.getter(name="apiVersion")
515
- def api_version(self) -> Optional[builtins.str]:
514
+ def api_version(self) -> Optional[_builtins.str]:
516
515
  """
517
516
  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
518
517
  """
519
518
  return pulumi.get(self, "api_version")
520
519
 
521
- @property
520
+ @_builtins.property
522
521
  @pulumi.getter
523
- def kind(self) -> Optional[builtins.str]:
522
+ def kind(self) -> Optional[_builtins.str]:
524
523
  """
525
524
  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
526
525
  """
527
526
  return pulumi.get(self, "kind")
528
527
 
529
- @property
528
+ @_builtins.property
530
529
  @pulumi.getter
531
530
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
532
531
  """
@@ -560,16 +559,16 @@ class CSINodeDriver(dict):
560
559
  return super().get(key, default)
561
560
 
562
561
  def __init__(__self__, *,
563
- name: builtins.str,
564
- node_id: builtins.str,
562
+ name: _builtins.str,
563
+ node_id: _builtins.str,
565
564
  allocatable: Optional['outputs.VolumeNodeResources'] = None,
566
- topology_keys: Optional[Sequence[builtins.str]] = None):
565
+ topology_keys: Optional[Sequence[_builtins.str]] = None):
567
566
  """
568
567
  CSINodeDriver holds information about the specification of one CSI driver installed on a node
569
- :param builtins.str name: This is 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.
570
- :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.
568
+ :param _builtins.str name: This is 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.
569
+ :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.
571
570
  :param 'VolumeNodeResourcesArgs' allocatable: allocatable represents the volume resources of a node that are available for scheduling.
572
- :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.
571
+ :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.
573
572
  """
574
573
  pulumi.set(__self__, "name", name)
575
574
  pulumi.set(__self__, "node_id", node_id)
@@ -578,23 +577,23 @@ class CSINodeDriver(dict):
578
577
  if topology_keys is not None:
579
578
  pulumi.set(__self__, "topology_keys", topology_keys)
580
579
 
581
- @property
580
+ @_builtins.property
582
581
  @pulumi.getter
583
- def name(self) -> builtins.str:
582
+ def name(self) -> _builtins.str:
584
583
  """
585
584
  This is 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.
586
585
  """
587
586
  return pulumi.get(self, "name")
588
587
 
589
- @property
588
+ @_builtins.property
590
589
  @pulumi.getter(name="nodeID")
591
- def node_id(self) -> builtins.str:
590
+ def node_id(self) -> _builtins.str:
592
591
  """
593
592
  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.
594
593
  """
595
594
  return pulumi.get(self, "node_id")
596
595
 
597
- @property
596
+ @_builtins.property
598
597
  @pulumi.getter
599
598
  def allocatable(self) -> Optional['outputs.VolumeNodeResources']:
600
599
  """
@@ -602,9 +601,9 @@ class CSINodeDriver(dict):
602
601
  """
603
602
  return pulumi.get(self, "allocatable")
604
603
 
605
- @property
604
+ @_builtins.property
606
605
  @pulumi.getter(name="topologyKeys")
607
- def topology_keys(self) -> Optional[Sequence[builtins.str]]:
606
+ def topology_keys(self) -> Optional[Sequence[_builtins.str]]:
608
607
  """
609
608
  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.
610
609
  """
@@ -637,15 +636,15 @@ class CSINodeDriverPatch(dict):
637
636
 
638
637
  def __init__(__self__, *,
639
638
  allocatable: Optional['outputs.VolumeNodeResourcesPatch'] = None,
640
- name: Optional[builtins.str] = None,
641
- node_id: Optional[builtins.str] = None,
642
- topology_keys: Optional[Sequence[builtins.str]] = None):
639
+ name: Optional[_builtins.str] = None,
640
+ node_id: Optional[_builtins.str] = None,
641
+ topology_keys: Optional[Sequence[_builtins.str]] = None):
643
642
  """
644
643
  CSINodeDriver holds information about the specification of one CSI driver installed on a node
645
644
  :param 'VolumeNodeResourcesPatchArgs' allocatable: allocatable represents the volume resources of a node that are available for scheduling.
646
- :param builtins.str name: This is 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.
647
- :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.
648
- :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.
645
+ :param _builtins.str name: This is 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.
646
+ :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.
647
+ :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.
649
648
  """
650
649
  if allocatable is not None:
651
650
  pulumi.set(__self__, "allocatable", allocatable)
@@ -656,7 +655,7 @@ class CSINodeDriverPatch(dict):
656
655
  if topology_keys is not None:
657
656
  pulumi.set(__self__, "topology_keys", topology_keys)
658
657
 
659
- @property
658
+ @_builtins.property
660
659
  @pulumi.getter
661
660
  def allocatable(self) -> Optional['outputs.VolumeNodeResourcesPatch']:
662
661
  """
@@ -664,25 +663,25 @@ class CSINodeDriverPatch(dict):
664
663
  """
665
664
  return pulumi.get(self, "allocatable")
666
665
 
667
- @property
666
+ @_builtins.property
668
667
  @pulumi.getter
669
- def name(self) -> Optional[builtins.str]:
668
+ def name(self) -> Optional[_builtins.str]:
670
669
  """
671
670
  This is 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.
672
671
  """
673
672
  return pulumi.get(self, "name")
674
673
 
675
- @property
674
+ @_builtins.property
676
675
  @pulumi.getter(name="nodeID")
677
- def node_id(self) -> Optional[builtins.str]:
676
+ def node_id(self) -> Optional[_builtins.str]:
678
677
  """
679
678
  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.
680
679
  """
681
680
  return pulumi.get(self, "node_id")
682
681
 
683
- @property
682
+ @_builtins.property
684
683
  @pulumi.getter(name="topologyKeys")
685
- def topology_keys(self) -> Optional[Sequence[builtins.str]]:
684
+ def topology_keys(self) -> Optional[Sequence[_builtins.str]]:
686
685
  """
687
686
  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.
688
687
  """
@@ -702,7 +701,7 @@ class CSINodeSpec(dict):
702
701
  """
703
702
  pulumi.set(__self__, "drivers", drivers)
704
703
 
705
- @property
704
+ @_builtins.property
706
705
  @pulumi.getter
707
706
  def drivers(self) -> Sequence['outputs.CSINodeDriver']:
708
707
  """
@@ -725,7 +724,7 @@ class CSINodeSpecPatch(dict):
725
724
  if drivers is not None:
726
725
  pulumi.set(__self__, "drivers", drivers)
727
726
 
728
- @property
727
+ @_builtins.property
729
728
  @pulumi.getter
730
729
  def drivers(self) -> Optional[Sequence['outputs.CSINodeDriverPatch']]:
731
730
  """
@@ -771,11 +770,11 @@ class CSIStorageCapacity(dict):
771
770
  return super().get(key, default)
772
771
 
773
772
  def __init__(__self__, *,
774
- storage_class_name: builtins.str,
775
- api_version: Optional[builtins.str] = None,
776
- capacity: Optional[builtins.str] = None,
777
- kind: Optional[builtins.str] = None,
778
- maximum_volume_size: Optional[builtins.str] = None,
773
+ storage_class_name: _builtins.str,
774
+ api_version: Optional[_builtins.str] = None,
775
+ capacity: Optional[_builtins.str] = None,
776
+ kind: Optional[_builtins.str] = None,
777
+ maximum_volume_size: Optional[_builtins.str] = None,
779
778
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
780
779
  node_topology: Optional['_meta.v1.outputs.LabelSelector'] = None):
781
780
  """
@@ -788,13 +787,13 @@ class CSIStorageCapacity(dict):
788
787
  The producer of these objects can decide which approach is more suitable.
789
788
 
790
789
  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.
791
- :param builtins.str storage_class_name: 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.
792
- :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
793
- :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.
790
+ :param _builtins.str storage_class_name: 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.
791
+ :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
792
+ :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.
794
793
 
795
794
  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.
796
- :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
797
- :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.
795
+ :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
796
+ :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.
798
797
 
799
798
  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.
800
799
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. The name has no particular meaning. It must be 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.
@@ -818,25 +817,25 @@ class CSIStorageCapacity(dict):
818
817
  if node_topology is not None:
819
818
  pulumi.set(__self__, "node_topology", node_topology)
820
819
 
821
- @property
820
+ @_builtins.property
822
821
  @pulumi.getter(name="storageClassName")
823
- def storage_class_name(self) -> builtins.str:
822
+ def storage_class_name(self) -> _builtins.str:
824
823
  """
825
824
  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.
826
825
  """
827
826
  return pulumi.get(self, "storage_class_name")
828
827
 
829
- @property
828
+ @_builtins.property
830
829
  @pulumi.getter(name="apiVersion")
831
- def api_version(self) -> Optional[builtins.str]:
830
+ def api_version(self) -> Optional[_builtins.str]:
832
831
  """
833
832
  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
834
833
  """
835
834
  return pulumi.get(self, "api_version")
836
835
 
837
- @property
836
+ @_builtins.property
838
837
  @pulumi.getter
839
- def capacity(self) -> Optional[builtins.str]:
838
+ def capacity(self) -> Optional[_builtins.str]:
840
839
  """
841
840
  Capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
842
841
 
@@ -844,17 +843,17 @@ class CSIStorageCapacity(dict):
844
843
  """
845
844
  return pulumi.get(self, "capacity")
846
845
 
847
- @property
846
+ @_builtins.property
848
847
  @pulumi.getter
849
- def kind(self) -> Optional[builtins.str]:
848
+ def kind(self) -> Optional[_builtins.str]:
850
849
  """
851
850
  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
852
851
  """
853
852
  return pulumi.get(self, "kind")
854
853
 
855
- @property
854
+ @_builtins.property
856
855
  @pulumi.getter(name="maximumVolumeSize")
857
- def maximum_volume_size(self) -> Optional[builtins.str]:
856
+ def maximum_volume_size(self) -> Optional[_builtins.str]:
858
857
  """
859
858
  MaximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
860
859
 
@@ -862,7 +861,7 @@ class CSIStorageCapacity(dict):
862
861
  """
863
862
  return pulumi.get(self, "maximum_volume_size")
864
863
 
865
- @property
864
+ @_builtins.property
866
865
  @pulumi.getter
867
866
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
868
867
  """
@@ -874,7 +873,7 @@ class CSIStorageCapacity(dict):
874
873
  """
875
874
  return pulumi.get(self, "metadata")
876
875
 
877
- @property
876
+ @_builtins.property
878
877
  @pulumi.getter(name="nodeTopology")
879
878
  def node_topology(self) -> Optional['_meta.v1.outputs.LabelSelector']:
880
879
  """
@@ -918,30 +917,30 @@ class StorageClass(dict):
918
917
  return super().get(key, default)
919
918
 
920
919
  def __init__(__self__, *,
921
- provisioner: builtins.str,
922
- allow_volume_expansion: Optional[builtins.bool] = None,
920
+ provisioner: _builtins.str,
921
+ allow_volume_expansion: Optional[_builtins.bool] = None,
923
922
  allowed_topologies: Optional[Sequence['_core.v1.outputs.TopologySelectorTerm']] = None,
924
- api_version: Optional[builtins.str] = None,
925
- kind: Optional[builtins.str] = None,
923
+ api_version: Optional[_builtins.str] = None,
924
+ kind: Optional[_builtins.str] = None,
926
925
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
927
- mount_options: Optional[Sequence[builtins.str]] = None,
928
- parameters: Optional[Mapping[str, builtins.str]] = None,
929
- reclaim_policy: Optional[builtins.str] = None,
930
- volume_binding_mode: Optional[builtins.str] = None):
926
+ mount_options: Optional[Sequence[_builtins.str]] = None,
927
+ parameters: Optional[Mapping[str, _builtins.str]] = None,
928
+ reclaim_policy: Optional[_builtins.str] = None,
929
+ volume_binding_mode: Optional[_builtins.str] = None):
931
930
  """
932
931
  StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
933
932
 
934
933
  StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
935
- :param builtins.str provisioner: Provisioner indicates the type of the provisioner.
936
- :param builtins.bool allow_volume_expansion: AllowVolumeExpansion shows whether the storage class allow volume expand
934
+ :param _builtins.str provisioner: Provisioner indicates the type of the provisioner.
935
+ :param _builtins.bool allow_volume_expansion: AllowVolumeExpansion shows whether the storage class allow volume expand
937
936
  :param Sequence['_core.v1.TopologySelectorTermArgs'] allowed_topologies: 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.
938
- :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
939
- :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
937
+ :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
938
+ :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
940
939
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
941
- :param Sequence[builtins.str] mount_options: Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
942
- :param Mapping[str, builtins.str] parameters: Parameters holds the parameters for the provisioner that should create volumes of this storage class.
943
- :param builtins.str reclaim_policy: Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
944
- :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.
940
+ :param Sequence[_builtins.str] mount_options: Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
941
+ :param Mapping[str, _builtins.str] parameters: Parameters holds the parameters for the provisioner that should create volumes of this storage class.
942
+ :param _builtins.str reclaim_policy: Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
943
+ :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.
945
944
  """
946
945
  pulumi.set(__self__, "provisioner", provisioner)
947
946
  if allow_volume_expansion is not None:
@@ -963,23 +962,23 @@ class StorageClass(dict):
963
962
  if volume_binding_mode is not None:
964
963
  pulumi.set(__self__, "volume_binding_mode", volume_binding_mode)
965
964
 
966
- @property
965
+ @_builtins.property
967
966
  @pulumi.getter
968
- def provisioner(self) -> builtins.str:
967
+ def provisioner(self) -> _builtins.str:
969
968
  """
970
969
  Provisioner indicates the type of the provisioner.
971
970
  """
972
971
  return pulumi.get(self, "provisioner")
973
972
 
974
- @property
973
+ @_builtins.property
975
974
  @pulumi.getter(name="allowVolumeExpansion")
976
- def allow_volume_expansion(self) -> Optional[builtins.bool]:
975
+ def allow_volume_expansion(self) -> Optional[_builtins.bool]:
977
976
  """
978
977
  AllowVolumeExpansion shows whether the storage class allow volume expand
979
978
  """
980
979
  return pulumi.get(self, "allow_volume_expansion")
981
980
 
982
- @property
981
+ @_builtins.property
983
982
  @pulumi.getter(name="allowedTopologies")
984
983
  def allowed_topologies(self) -> Optional[Sequence['_core.v1.outputs.TopologySelectorTerm']]:
985
984
  """
@@ -987,23 +986,23 @@ class StorageClass(dict):
987
986
  """
988
987
  return pulumi.get(self, "allowed_topologies")
989
988
 
990
- @property
989
+ @_builtins.property
991
990
  @pulumi.getter(name="apiVersion")
992
- def api_version(self) -> Optional[builtins.str]:
991
+ def api_version(self) -> Optional[_builtins.str]:
993
992
  """
994
993
  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
995
994
  """
996
995
  return pulumi.get(self, "api_version")
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
1008
1007
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1009
1008
  """
@@ -1011,33 +1010,33 @@ class StorageClass(dict):
1011
1010
  """
1012
1011
  return pulumi.get(self, "metadata")
1013
1012
 
1014
- @property
1013
+ @_builtins.property
1015
1014
  @pulumi.getter(name="mountOptions")
1016
- def mount_options(self) -> Optional[Sequence[builtins.str]]:
1015
+ def mount_options(self) -> Optional[Sequence[_builtins.str]]:
1017
1016
  """
1018
1017
  Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
1019
1018
  """
1020
1019
  return pulumi.get(self, "mount_options")
1021
1020
 
1022
- @property
1021
+ @_builtins.property
1023
1022
  @pulumi.getter
1024
- def parameters(self) -> Optional[Mapping[str, builtins.str]]:
1023
+ def parameters(self) -> Optional[Mapping[str, _builtins.str]]:
1025
1024
  """
1026
1025
  Parameters holds the parameters for the provisioner that should create volumes of this storage class.
1027
1026
  """
1028
1027
  return pulumi.get(self, "parameters")
1029
1028
 
1030
- @property
1029
+ @_builtins.property
1031
1030
  @pulumi.getter(name="reclaimPolicy")
1032
- def reclaim_policy(self) -> Optional[builtins.str]:
1031
+ def reclaim_policy(self) -> Optional[_builtins.str]:
1033
1032
  """
1034
1033
  Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
1035
1034
  """
1036
1035
  return pulumi.get(self, "reclaim_policy")
1037
1036
 
1038
- @property
1037
+ @_builtins.property
1039
1038
  @pulumi.getter(name="volumeBindingMode")
1040
- def volume_binding_mode(self) -> Optional[builtins.str]:
1039
+ def volume_binding_mode(self) -> Optional[_builtins.str]:
1041
1040
  """
1042
1041
  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.
1043
1042
  """
@@ -1067,28 +1066,28 @@ class TokenRequest(dict):
1067
1066
  return super().get(key, default)
1068
1067
 
1069
1068
  def __init__(__self__, *,
1070
- audience: builtins.str,
1071
- expiration_seconds: Optional[builtins.int] = None):
1069
+ audience: _builtins.str,
1070
+ expiration_seconds: Optional[_builtins.int] = None):
1072
1071
  """
1073
1072
  TokenRequest contains parameters of a service account token.
1074
- :param builtins.str audience: Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1075
- :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"
1073
+ :param _builtins.str audience: Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1074
+ :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"
1076
1075
  """
1077
1076
  pulumi.set(__self__, "audience", audience)
1078
1077
  if expiration_seconds is not None:
1079
1078
  pulumi.set(__self__, "expiration_seconds", expiration_seconds)
1080
1079
 
1081
- @property
1080
+ @_builtins.property
1082
1081
  @pulumi.getter
1083
- def audience(self) -> builtins.str:
1082
+ def audience(self) -> _builtins.str:
1084
1083
  """
1085
1084
  Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1086
1085
  """
1087
1086
  return pulumi.get(self, "audience")
1088
1087
 
1089
- @property
1088
+ @_builtins.property
1090
1089
  @pulumi.getter(name="expirationSeconds")
1091
- def expiration_seconds(self) -> Optional[builtins.int]:
1090
+ def expiration_seconds(self) -> Optional[_builtins.int]:
1092
1091
  """
1093
1092
  ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
1094
1093
  """
@@ -1118,29 +1117,29 @@ class TokenRequestPatch(dict):
1118
1117
  return super().get(key, default)
1119
1118
 
1120
1119
  def __init__(__self__, *,
1121
- audience: Optional[builtins.str] = None,
1122
- expiration_seconds: Optional[builtins.int] = None):
1120
+ audience: Optional[_builtins.str] = None,
1121
+ expiration_seconds: Optional[_builtins.int] = None):
1123
1122
  """
1124
1123
  TokenRequest contains parameters of a service account token.
1125
- :param builtins.str audience: Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1126
- :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"
1124
+ :param _builtins.str audience: Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1125
+ :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"
1127
1126
  """
1128
1127
  if audience is not None:
1129
1128
  pulumi.set(__self__, "audience", audience)
1130
1129
  if expiration_seconds is not None:
1131
1130
  pulumi.set(__self__, "expiration_seconds", expiration_seconds)
1132
1131
 
1133
- @property
1132
+ @_builtins.property
1134
1133
  @pulumi.getter
1135
- def audience(self) -> Optional[builtins.str]:
1134
+ def audience(self) -> Optional[_builtins.str]:
1136
1135
  """
1137
1136
  Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
1138
1137
  """
1139
1138
  return pulumi.get(self, "audience")
1140
1139
 
1141
- @property
1140
+ @_builtins.property
1142
1141
  @pulumi.getter(name="expirationSeconds")
1143
- def expiration_seconds(self) -> Optional[builtins.int]:
1142
+ def expiration_seconds(self) -> Optional[_builtins.int]:
1144
1143
  """
1145
1144
  ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
1146
1145
  """
@@ -1173,8 +1172,8 @@ class VolumeAttachment(dict):
1173
1172
 
1174
1173
  def __init__(__self__, *,
1175
1174
  spec: 'outputs.VolumeAttachmentSpec',
1176
- api_version: Optional[builtins.str] = None,
1177
- kind: Optional[builtins.str] = None,
1175
+ api_version: Optional[_builtins.str] = None,
1176
+ kind: Optional[_builtins.str] = None,
1178
1177
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1179
1178
  status: Optional['outputs.VolumeAttachmentStatus'] = None):
1180
1179
  """
@@ -1182,8 +1181,8 @@ class VolumeAttachment(dict):
1182
1181
 
1183
1182
  VolumeAttachment objects are non-namespaced.
1184
1183
  :param 'VolumeAttachmentSpecArgs' spec: Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
1185
- :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
1186
- :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
1184
+ :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
1185
+ :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
1187
1186
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1188
1187
  :param 'VolumeAttachmentStatusArgs' status: Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.
1189
1188
  """
@@ -1197,7 +1196,7 @@ class VolumeAttachment(dict):
1197
1196
  if status is not None:
1198
1197
  pulumi.set(__self__, "status", status)
1199
1198
 
1200
- @property
1199
+ @_builtins.property
1201
1200
  @pulumi.getter
1202
1201
  def spec(self) -> 'outputs.VolumeAttachmentSpec':
1203
1202
  """
@@ -1205,23 +1204,23 @@ class VolumeAttachment(dict):
1205
1204
  """
1206
1205
  return pulumi.get(self, "spec")
1207
1206
 
1208
- @property
1207
+ @_builtins.property
1209
1208
  @pulumi.getter(name="apiVersion")
1210
- def api_version(self) -> Optional[builtins.str]:
1209
+ def api_version(self) -> Optional[_builtins.str]:
1211
1210
  """
1212
1211
  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
1213
1212
  """
1214
1213
  return pulumi.get(self, "api_version")
1215
1214
 
1216
- @property
1215
+ @_builtins.property
1217
1216
  @pulumi.getter
1218
- def kind(self) -> Optional[builtins.str]:
1217
+ def kind(self) -> Optional[_builtins.str]:
1219
1218
  """
1220
1219
  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
1221
1220
  """
1222
1221
  return pulumi.get(self, "kind")
1223
1222
 
1224
- @property
1223
+ @_builtins.property
1225
1224
  @pulumi.getter
1226
1225
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1227
1226
  """
@@ -1229,7 +1228,7 @@ class VolumeAttachment(dict):
1229
1228
  """
1230
1229
  return pulumi.get(self, "metadata")
1231
1230
 
1232
- @property
1231
+ @_builtins.property
1233
1232
  @pulumi.getter
1234
1233
  def status(self) -> Optional['outputs.VolumeAttachmentStatus']:
1235
1234
  """
@@ -1264,18 +1263,18 @@ class VolumeAttachmentSource(dict):
1264
1263
 
1265
1264
  def __init__(__self__, *,
1266
1265
  inline_volume_spec: Optional['_core.v1.outputs.PersistentVolumeSpec'] = None,
1267
- persistent_volume_name: Optional[builtins.str] = None):
1266
+ persistent_volume_name: Optional[_builtins.str] = None):
1268
1267
  """
1269
1268
  VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
1270
1269
  :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 alpha-level and is only honored by servers that enabled the CSIMigration feature.
1271
- :param builtins.str persistent_volume_name: Name of the persistent volume to attach.
1270
+ :param _builtins.str persistent_volume_name: Name of the persistent volume to attach.
1272
1271
  """
1273
1272
  if inline_volume_spec is not None:
1274
1273
  pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
1275
1274
  if persistent_volume_name is not None:
1276
1275
  pulumi.set(__self__, "persistent_volume_name", persistent_volume_name)
1277
1276
 
1278
- @property
1277
+ @_builtins.property
1279
1278
  @pulumi.getter(name="inlineVolumeSpec")
1280
1279
  def inline_volume_spec(self) -> Optional['_core.v1.outputs.PersistentVolumeSpec']:
1281
1280
  """
@@ -1283,9 +1282,9 @@ class VolumeAttachmentSource(dict):
1283
1282
  """
1284
1283
  return pulumi.get(self, "inline_volume_spec")
1285
1284
 
1286
- @property
1285
+ @_builtins.property
1287
1286
  @pulumi.getter(name="persistentVolumeName")
1288
- def persistent_volume_name(self) -> Optional[builtins.str]:
1287
+ def persistent_volume_name(self) -> Optional[_builtins.str]:
1289
1288
  """
1290
1289
  Name of the persistent volume to attach.
1291
1290
  """
@@ -1318,18 +1317,18 @@ class VolumeAttachmentSourcePatch(dict):
1318
1317
 
1319
1318
  def __init__(__self__, *,
1320
1319
  inline_volume_spec: Optional['_core.v1.outputs.PersistentVolumeSpecPatch'] = None,
1321
- persistent_volume_name: Optional[builtins.str] = None):
1320
+ persistent_volume_name: Optional[_builtins.str] = None):
1322
1321
  """
1323
1322
  VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
1324
1323
  :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 alpha-level and is only honored by servers that enabled the CSIMigration feature.
1325
- :param builtins.str persistent_volume_name: Name of the persistent volume to attach.
1324
+ :param _builtins.str persistent_volume_name: Name of the persistent volume to attach.
1326
1325
  """
1327
1326
  if inline_volume_spec is not None:
1328
1327
  pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
1329
1328
  if persistent_volume_name is not None:
1330
1329
  pulumi.set(__self__, "persistent_volume_name", persistent_volume_name)
1331
1330
 
1332
- @property
1331
+ @_builtins.property
1333
1332
  @pulumi.getter(name="inlineVolumeSpec")
1334
1333
  def inline_volume_spec(self) -> Optional['_core.v1.outputs.PersistentVolumeSpecPatch']:
1335
1334
  """
@@ -1337,9 +1336,9 @@ class VolumeAttachmentSourcePatch(dict):
1337
1336
  """
1338
1337
  return pulumi.get(self, "inline_volume_spec")
1339
1338
 
1340
- @property
1339
+ @_builtins.property
1341
1340
  @pulumi.getter(name="persistentVolumeName")
1342
- def persistent_volume_name(self) -> Optional[builtins.str]:
1341
+ def persistent_volume_name(self) -> Optional[_builtins.str]:
1343
1342
  """
1344
1343
  Name of the persistent volume to attach.
1345
1344
  """
@@ -1369,36 +1368,36 @@ class VolumeAttachmentSpec(dict):
1369
1368
  return super().get(key, default)
1370
1369
 
1371
1370
  def __init__(__self__, *,
1372
- attacher: builtins.str,
1373
- node_name: builtins.str,
1371
+ attacher: _builtins.str,
1372
+ node_name: _builtins.str,
1374
1373
  source: 'outputs.VolumeAttachmentSource'):
1375
1374
  """
1376
1375
  VolumeAttachmentSpec is the specification of a VolumeAttachment request.
1377
- :param builtins.str attacher: Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1378
- :param builtins.str node_name: The node that the volume should be attached to.
1376
+ :param _builtins.str attacher: Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1377
+ :param _builtins.str node_name: The node that the volume should be attached to.
1379
1378
  :param 'VolumeAttachmentSourceArgs' source: Source represents the volume that should be attached.
1380
1379
  """
1381
1380
  pulumi.set(__self__, "attacher", attacher)
1382
1381
  pulumi.set(__self__, "node_name", node_name)
1383
1382
  pulumi.set(__self__, "source", source)
1384
1383
 
1385
- @property
1384
+ @_builtins.property
1386
1385
  @pulumi.getter
1387
- def attacher(self) -> builtins.str:
1386
+ def attacher(self) -> _builtins.str:
1388
1387
  """
1389
1388
  Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1390
1389
  """
1391
1390
  return pulumi.get(self, "attacher")
1392
1391
 
1393
- @property
1392
+ @_builtins.property
1394
1393
  @pulumi.getter(name="nodeName")
1395
- def node_name(self) -> builtins.str:
1394
+ def node_name(self) -> _builtins.str:
1396
1395
  """
1397
1396
  The node that the volume should be attached to.
1398
1397
  """
1399
1398
  return pulumi.get(self, "node_name")
1400
1399
 
1401
- @property
1400
+ @_builtins.property
1402
1401
  @pulumi.getter
1403
1402
  def source(self) -> 'outputs.VolumeAttachmentSource':
1404
1403
  """
@@ -1430,13 +1429,13 @@ class VolumeAttachmentSpecPatch(dict):
1430
1429
  return super().get(key, default)
1431
1430
 
1432
1431
  def __init__(__self__, *,
1433
- attacher: Optional[builtins.str] = None,
1434
- node_name: Optional[builtins.str] = None,
1432
+ attacher: Optional[_builtins.str] = None,
1433
+ node_name: Optional[_builtins.str] = None,
1435
1434
  source: Optional['outputs.VolumeAttachmentSourcePatch'] = None):
1436
1435
  """
1437
1436
  VolumeAttachmentSpec is the specification of a VolumeAttachment request.
1438
- :param builtins.str attacher: Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1439
- :param builtins.str node_name: The node that the volume should be attached to.
1437
+ :param _builtins.str attacher: Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1438
+ :param _builtins.str node_name: The node that the volume should be attached to.
1440
1439
  :param 'VolumeAttachmentSourcePatchArgs' source: Source represents the volume that should be attached.
1441
1440
  """
1442
1441
  if attacher is not None:
@@ -1446,23 +1445,23 @@ class VolumeAttachmentSpecPatch(dict):
1446
1445
  if source is not None:
1447
1446
  pulumi.set(__self__, "source", source)
1448
1447
 
1449
- @property
1448
+ @_builtins.property
1450
1449
  @pulumi.getter
1451
- def attacher(self) -> Optional[builtins.str]:
1450
+ def attacher(self) -> Optional[_builtins.str]:
1452
1451
  """
1453
1452
  Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
1454
1453
  """
1455
1454
  return pulumi.get(self, "attacher")
1456
1455
 
1457
- @property
1456
+ @_builtins.property
1458
1457
  @pulumi.getter(name="nodeName")
1459
- def node_name(self) -> Optional[builtins.str]:
1458
+ def node_name(self) -> Optional[_builtins.str]:
1460
1459
  """
1461
1460
  The node that the volume should be attached to.
1462
1461
  """
1463
1462
  return pulumi.get(self, "node_name")
1464
1463
 
1465
- @property
1464
+ @_builtins.property
1466
1465
  @pulumi.getter
1467
1466
  def source(self) -> Optional['outputs.VolumeAttachmentSourcePatch']:
1468
1467
  """
@@ -1498,15 +1497,15 @@ class VolumeAttachmentStatus(dict):
1498
1497
  return super().get(key, default)
1499
1498
 
1500
1499
  def __init__(__self__, *,
1501
- attached: builtins.bool,
1500
+ attached: _builtins.bool,
1502
1501
  attach_error: Optional['outputs.VolumeError'] = None,
1503
- attachment_metadata: Optional[Mapping[str, builtins.str]] = None,
1502
+ attachment_metadata: Optional[Mapping[str, _builtins.str]] = None,
1504
1503
  detach_error: Optional['outputs.VolumeError'] = None):
1505
1504
  """
1506
1505
  VolumeAttachmentStatus is the status of a VolumeAttachment request.
1507
- :param builtins.bool 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.
1506
+ :param _builtins.bool 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.
1508
1507
  :param 'VolumeErrorArgs' attach_error: 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.
1509
- :param Mapping[str, builtins.str] attachment_metadata: Upon successful attach, this field is populated with any information returned by the attach operation 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.
1508
+ :param Mapping[str, _builtins.str] attachment_metadata: Upon successful attach, this field is populated with any information returned by the attach operation 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.
1510
1509
  :param 'VolumeErrorArgs' detach_error: 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.
1511
1510
  """
1512
1511
  pulumi.set(__self__, "attached", attached)
@@ -1517,15 +1516,15 @@ class VolumeAttachmentStatus(dict):
1517
1516
  if detach_error is not None:
1518
1517
  pulumi.set(__self__, "detach_error", detach_error)
1519
1518
 
1520
- @property
1519
+ @_builtins.property
1521
1520
  @pulumi.getter
1522
- def attached(self) -> builtins.bool:
1521
+ def attached(self) -> _builtins.bool:
1523
1522
  """
1524
1523
  Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1525
1524
  """
1526
1525
  return pulumi.get(self, "attached")
1527
1526
 
1528
- @property
1527
+ @_builtins.property
1529
1528
  @pulumi.getter(name="attachError")
1530
1529
  def attach_error(self) -> Optional['outputs.VolumeError']:
1531
1530
  """
@@ -1533,15 +1532,15 @@ class VolumeAttachmentStatus(dict):
1533
1532
  """
1534
1533
  return pulumi.get(self, "attach_error")
1535
1534
 
1536
- @property
1535
+ @_builtins.property
1537
1536
  @pulumi.getter(name="attachmentMetadata")
1538
- def attachment_metadata(self) -> Optional[Mapping[str, builtins.str]]:
1537
+ def attachment_metadata(self) -> Optional[Mapping[str, _builtins.str]]:
1539
1538
  """
1540
1539
  Upon successful attach, this field is populated with any information returned by the attach operation 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.
1541
1540
  """
1542
1541
  return pulumi.get(self, "attachment_metadata")
1543
1542
 
1544
- @property
1543
+ @_builtins.property
1545
1544
  @pulumi.getter(name="detachError")
1546
1545
  def detach_error(self) -> Optional['outputs.VolumeError']:
1547
1546
  """
@@ -1578,14 +1577,14 @@ class VolumeAttachmentStatusPatch(dict):
1578
1577
 
1579
1578
  def __init__(__self__, *,
1580
1579
  attach_error: Optional['outputs.VolumeErrorPatch'] = None,
1581
- attached: Optional[builtins.bool] = None,
1582
- attachment_metadata: Optional[Mapping[str, builtins.str]] = None,
1580
+ attached: Optional[_builtins.bool] = None,
1581
+ attachment_metadata: Optional[Mapping[str, _builtins.str]] = None,
1583
1582
  detach_error: Optional['outputs.VolumeErrorPatch'] = None):
1584
1583
  """
1585
1584
  VolumeAttachmentStatus is the status of a VolumeAttachment request.
1586
1585
  :param 'VolumeErrorPatchArgs' attach_error: 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.
1587
- :param builtins.bool 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.
1588
- :param Mapping[str, builtins.str] attachment_metadata: Upon successful attach, this field is populated with any information returned by the attach operation 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.
1586
+ :param _builtins.bool 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.
1587
+ :param Mapping[str, _builtins.str] attachment_metadata: Upon successful attach, this field is populated with any information returned by the attach operation 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.
1589
1588
  :param 'VolumeErrorPatchArgs' detach_error: 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.
1590
1589
  """
1591
1590
  if attach_error is not None:
@@ -1597,7 +1596,7 @@ class VolumeAttachmentStatusPatch(dict):
1597
1596
  if detach_error is not None:
1598
1597
  pulumi.set(__self__, "detach_error", detach_error)
1599
1598
 
1600
- @property
1599
+ @_builtins.property
1601
1600
  @pulumi.getter(name="attachError")
1602
1601
  def attach_error(self) -> Optional['outputs.VolumeErrorPatch']:
1603
1602
  """
@@ -1605,23 +1604,23 @@ class VolumeAttachmentStatusPatch(dict):
1605
1604
  """
1606
1605
  return pulumi.get(self, "attach_error")
1607
1606
 
1608
- @property
1607
+ @_builtins.property
1609
1608
  @pulumi.getter
1610
- def attached(self) -> Optional[builtins.bool]:
1609
+ def attached(self) -> Optional[_builtins.bool]:
1611
1610
  """
1612
1611
  Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
1613
1612
  """
1614
1613
  return pulumi.get(self, "attached")
1615
1614
 
1616
- @property
1615
+ @_builtins.property
1617
1616
  @pulumi.getter(name="attachmentMetadata")
1618
- def attachment_metadata(self) -> Optional[Mapping[str, builtins.str]]:
1617
+ def attachment_metadata(self) -> Optional[Mapping[str, _builtins.str]]:
1619
1618
  """
1620
1619
  Upon successful attach, this field is populated with any information returned by the attach operation 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.
1621
1620
  """
1622
1621
  return pulumi.get(self, "attachment_metadata")
1623
1622
 
1624
- @property
1623
+ @_builtins.property
1625
1624
  @pulumi.getter(name="detachError")
1626
1625
  def detach_error(self) -> Optional['outputs.VolumeErrorPatch']:
1627
1626
  """
@@ -1655,18 +1654,18 @@ class VolumeAttributesClass(dict):
1655
1654
  return super().get(key, default)
1656
1655
 
1657
1656
  def __init__(__self__, *,
1658
- driver_name: builtins.str,
1659
- api_version: Optional[builtins.str] = None,
1660
- kind: Optional[builtins.str] = None,
1657
+ driver_name: _builtins.str,
1658
+ api_version: Optional[_builtins.str] = None,
1659
+ kind: Optional[_builtins.str] = None,
1661
1660
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1662
- parameters: Optional[Mapping[str, builtins.str]] = None):
1661
+ parameters: Optional[Mapping[str, _builtins.str]] = None):
1663
1662
  """
1664
1663
  VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.
1665
- :param builtins.str driver_name: Name of the CSI driver This field is immutable.
1666
- :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
1667
- :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
1664
+ :param _builtins.str driver_name: Name of the CSI driver This field is immutable.
1665
+ :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
1666
+ :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
1668
1667
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1669
- :param Mapping[str, builtins.str] parameters: parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
1668
+ :param Mapping[str, _builtins.str] parameters: parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
1670
1669
 
1671
1670
  This field is required and must contain at least one key/value pair. The keys cannot be empty, and the maximum number of parameters is 512, with a cumulative max size of 256K. If the CSI driver rejects invalid parameters, the target PersistentVolumeClaim will be set to an "Infeasible" state in the modifyVolumeStatus field.
1672
1671
  """
@@ -1680,31 +1679,31 @@ class VolumeAttributesClass(dict):
1680
1679
  if parameters is not None:
1681
1680
  pulumi.set(__self__, "parameters", parameters)
1682
1681
 
1683
- @property
1682
+ @_builtins.property
1684
1683
  @pulumi.getter(name="driverName")
1685
- def driver_name(self) -> builtins.str:
1684
+ def driver_name(self) -> _builtins.str:
1686
1685
  """
1687
1686
  Name of the CSI driver This field is immutable.
1688
1687
  """
1689
1688
  return pulumi.get(self, "driver_name")
1690
1689
 
1691
- @property
1690
+ @_builtins.property
1692
1691
  @pulumi.getter(name="apiVersion")
1693
- def api_version(self) -> Optional[builtins.str]:
1692
+ def api_version(self) -> Optional[_builtins.str]:
1694
1693
  """
1695
1694
  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
1696
1695
  """
1697
1696
  return pulumi.get(self, "api_version")
1698
1697
 
1699
- @property
1698
+ @_builtins.property
1700
1699
  @pulumi.getter
1701
- def kind(self) -> Optional[builtins.str]:
1700
+ def kind(self) -> Optional[_builtins.str]:
1702
1701
  """
1703
1702
  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
1704
1703
  """
1705
1704
  return pulumi.get(self, "kind")
1706
1705
 
1707
- @property
1706
+ @_builtins.property
1708
1707
  @pulumi.getter
1709
1708
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1710
1709
  """
@@ -1712,9 +1711,9 @@ class VolumeAttributesClass(dict):
1712
1711
  """
1713
1712
  return pulumi.get(self, "metadata")
1714
1713
 
1715
- @property
1714
+ @_builtins.property
1716
1715
  @pulumi.getter
1717
- def parameters(self) -> Optional[Mapping[str, builtins.str]]:
1716
+ def parameters(self) -> Optional[Mapping[str, _builtins.str]]:
1718
1717
  """
1719
1718
  parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
1720
1719
 
@@ -1729,29 +1728,29 @@ class VolumeError(dict):
1729
1728
  VolumeError captures an error encountered during a volume operation.
1730
1729
  """
1731
1730
  def __init__(__self__, *,
1732
- message: Optional[builtins.str] = None,
1733
- time: Optional[builtins.str] = None):
1731
+ message: Optional[_builtins.str] = None,
1732
+ time: Optional[_builtins.str] = None):
1734
1733
  """
1735
1734
  VolumeError captures an error encountered during a volume operation.
1736
- :param builtins.str message: String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
1737
- :param builtins.str time: Time the error was encountered.
1735
+ :param _builtins.str message: String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
1736
+ :param _builtins.str time: Time the error was encountered.
1738
1737
  """
1739
1738
  if message is not None:
1740
1739
  pulumi.set(__self__, "message", message)
1741
1740
  if time is not None:
1742
1741
  pulumi.set(__self__, "time", time)
1743
1742
 
1744
- @property
1743
+ @_builtins.property
1745
1744
  @pulumi.getter
1746
- def message(self) -> Optional[builtins.str]:
1745
+ def message(self) -> Optional[_builtins.str]:
1747
1746
  """
1748
1747
  String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
1749
1748
  """
1750
1749
  return pulumi.get(self, "message")
1751
1750
 
1752
- @property
1751
+ @_builtins.property
1753
1752
  @pulumi.getter
1754
- def time(self) -> Optional[builtins.str]:
1753
+ def time(self) -> Optional[_builtins.str]:
1755
1754
  """
1756
1755
  Time the error was encountered.
1757
1756
  """
@@ -1764,29 +1763,29 @@ class VolumeErrorPatch(dict):
1764
1763
  VolumeError captures an error encountered during a volume operation.
1765
1764
  """
1766
1765
  def __init__(__self__, *,
1767
- message: Optional[builtins.str] = None,
1768
- time: Optional[builtins.str] = None):
1766
+ message: Optional[_builtins.str] = None,
1767
+ time: Optional[_builtins.str] = None):
1769
1768
  """
1770
1769
  VolumeError captures an error encountered during a volume operation.
1771
- :param builtins.str message: String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
1772
- :param builtins.str time: Time the error was encountered.
1770
+ :param _builtins.str message: String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
1771
+ :param _builtins.str time: Time the error was encountered.
1773
1772
  """
1774
1773
  if message is not None:
1775
1774
  pulumi.set(__self__, "message", message)
1776
1775
  if time is not None:
1777
1776
  pulumi.set(__self__, "time", time)
1778
1777
 
1779
- @property
1778
+ @_builtins.property
1780
1779
  @pulumi.getter
1781
- def message(self) -> Optional[builtins.str]:
1780
+ def message(self) -> Optional[_builtins.str]:
1782
1781
  """
1783
1782
  String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
1784
1783
  """
1785
1784
  return pulumi.get(self, "message")
1786
1785
 
1787
- @property
1786
+ @_builtins.property
1788
1787
  @pulumi.getter
1789
- def time(self) -> Optional[builtins.str]:
1788
+ def time(self) -> Optional[_builtins.str]:
1790
1789
  """
1791
1790
  Time the error was encountered.
1792
1791
  """
@@ -1799,17 +1798,17 @@ class VolumeNodeResources(dict):
1799
1798
  VolumeNodeResources is a set of resource limits for scheduling of volumes.
1800
1799
  """
1801
1800
  def __init__(__self__, *,
1802
- count: Optional[builtins.int] = None):
1801
+ count: Optional[_builtins.int] = None):
1803
1802
  """
1804
1803
  VolumeNodeResources is a set of resource limits for scheduling of volumes.
1805
- :param builtins.int count: 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 nil, then the supported number of volumes on this node is unbounded.
1804
+ :param _builtins.int count: 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 nil, then the supported number of volumes on this node is unbounded.
1806
1805
  """
1807
1806
  if count is not None:
1808
1807
  pulumi.set(__self__, "count", count)
1809
1808
 
1810
- @property
1809
+ @_builtins.property
1811
1810
  @pulumi.getter
1812
- def count(self) -> Optional[builtins.int]:
1811
+ def count(self) -> Optional[_builtins.int]:
1813
1812
  """
1814
1813
  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 nil, then the supported number of volumes on this node is unbounded.
1815
1814
  """
@@ -1822,17 +1821,17 @@ class VolumeNodeResourcesPatch(dict):
1822
1821
  VolumeNodeResources is a set of resource limits for scheduling of volumes.
1823
1822
  """
1824
1823
  def __init__(__self__, *,
1825
- count: Optional[builtins.int] = None):
1824
+ count: Optional[_builtins.int] = None):
1826
1825
  """
1827
1826
  VolumeNodeResources is a set of resource limits for scheduling of volumes.
1828
- :param builtins.int count: 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 nil, then the supported number of volumes on this node is unbounded.
1827
+ :param _builtins.int count: 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 nil, then the supported number of volumes on this node is unbounded.
1829
1828
  """
1830
1829
  if count is not None:
1831
1830
  pulumi.set(__self__, "count", count)
1832
1831
 
1833
- @property
1832
+ @_builtins.property
1834
1833
  @pulumi.getter
1835
- def count(self) -> Optional[builtins.int]:
1834
+ def count(self) -> Optional[_builtins.int]:
1836
1835
  """
1837
1836
  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 nil, then the supported number of volumes on this node is unbounded.
1838
1837
  """