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