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
@@ -104,7 +104,7 @@ class AllocationResult(dict):
104
104
  def __init__(__self__, *,
105
105
  available_on_nodes: Optional['_core.v1.outputs.NodeSelector'] = None,
106
106
  resource_handles: Optional[Sequence['outputs.ResourceHandle']] = None,
107
- shareable: Optional[bool] = None):
107
+ shareable: Optional[_builtins.bool] = None):
108
108
  """
109
109
  AllocationResult contains attributes of an allocated resource.
110
110
  :param '_core.v1.NodeSelectorArgs' available_on_nodes: This field will get set by the resource driver after it has allocated the resource to inform the scheduler where it can schedule Pods using the ResourceClaim.
@@ -113,7 +113,7 @@ class AllocationResult(dict):
113
113
  :param Sequence['ResourceHandleArgs'] resource_handles: ResourceHandles contain the state associated with an allocation that should be maintained throughout the lifetime of a claim. Each ResourceHandle contains data that should be passed to a specific kubelet plugin once it lands on a node. This data is returned by the driver after a successful allocation and is opaque to Kubernetes. Driver documentation may explain to users how to interpret this data if needed.
114
114
 
115
115
  Setting this field is optional. It has a maximum size of 32 entries. If null (or empty), it is assumed this allocation will be processed by a single kubelet plugin with no ResourceHandle data attached. The name of the kubelet plugin invoked will match the DriverName set in the ResourceClaimStatus this AllocationResult is embedded in.
116
- :param bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
116
+ :param _builtins.bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
117
117
  """
118
118
  if available_on_nodes is not None:
119
119
  pulumi.set(__self__, "available_on_nodes", available_on_nodes)
@@ -122,7 +122,7 @@ class AllocationResult(dict):
122
122
  if shareable is not None:
123
123
  pulumi.set(__self__, "shareable", shareable)
124
124
 
125
- @property
125
+ @_builtins.property
126
126
  @pulumi.getter(name="availableOnNodes")
127
127
  def available_on_nodes(self) -> Optional['_core.v1.outputs.NodeSelector']:
128
128
  """
@@ -132,7 +132,7 @@ class AllocationResult(dict):
132
132
  """
133
133
  return pulumi.get(self, "available_on_nodes")
134
134
 
135
- @property
135
+ @_builtins.property
136
136
  @pulumi.getter(name="resourceHandles")
137
137
  def resource_handles(self) -> Optional[Sequence['outputs.ResourceHandle']]:
138
138
  """
@@ -142,9 +142,9 @@ class AllocationResult(dict):
142
142
  """
143
143
  return pulumi.get(self, "resource_handles")
144
144
 
145
- @property
145
+ @_builtins.property
146
146
  @pulumi.getter
147
- def shareable(self) -> Optional[bool]:
147
+ def shareable(self) -> Optional[_builtins.bool]:
148
148
  """
149
149
  Shareable determines whether the resource supports more than one consumer at a time.
150
150
  """
@@ -178,7 +178,7 @@ class AllocationResultPatch(dict):
178
178
  def __init__(__self__, *,
179
179
  available_on_nodes: Optional['_core.v1.outputs.NodeSelectorPatch'] = None,
180
180
  resource_handles: Optional[Sequence['outputs.ResourceHandlePatch']] = None,
181
- shareable: Optional[bool] = None):
181
+ shareable: Optional[_builtins.bool] = None):
182
182
  """
183
183
  AllocationResult contains attributes of an allocated resource.
184
184
  :param '_core.v1.NodeSelectorPatchArgs' available_on_nodes: This field will get set by the resource driver after it has allocated the resource to inform the scheduler where it can schedule Pods using the ResourceClaim.
@@ -187,7 +187,7 @@ class AllocationResultPatch(dict):
187
187
  :param Sequence['ResourceHandlePatchArgs'] resource_handles: ResourceHandles contain the state associated with an allocation that should be maintained throughout the lifetime of a claim. Each ResourceHandle contains data that should be passed to a specific kubelet plugin once it lands on a node. This data is returned by the driver after a successful allocation and is opaque to Kubernetes. Driver documentation may explain to users how to interpret this data if needed.
188
188
 
189
189
  Setting this field is optional. It has a maximum size of 32 entries. If null (or empty), it is assumed this allocation will be processed by a single kubelet plugin with no ResourceHandle data attached. The name of the kubelet plugin invoked will match the DriverName set in the ResourceClaimStatus this AllocationResult is embedded in.
190
- :param bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
190
+ :param _builtins.bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
191
191
  """
192
192
  if available_on_nodes is not None:
193
193
  pulumi.set(__self__, "available_on_nodes", available_on_nodes)
@@ -196,7 +196,7 @@ class AllocationResultPatch(dict):
196
196
  if shareable is not None:
197
197
  pulumi.set(__self__, "shareable", shareable)
198
198
 
199
- @property
199
+ @_builtins.property
200
200
  @pulumi.getter(name="availableOnNodes")
201
201
  def available_on_nodes(self) -> Optional['_core.v1.outputs.NodeSelectorPatch']:
202
202
  """
@@ -206,7 +206,7 @@ class AllocationResultPatch(dict):
206
206
  """
207
207
  return pulumi.get(self, "available_on_nodes")
208
208
 
209
- @property
209
+ @_builtins.property
210
210
  @pulumi.getter(name="resourceHandles")
211
211
  def resource_handles(self) -> Optional[Sequence['outputs.ResourceHandlePatch']]:
212
212
  """
@@ -216,9 +216,9 @@ class AllocationResultPatch(dict):
216
216
  """
217
217
  return pulumi.get(self, "resource_handles")
218
218
 
219
- @property
219
+ @_builtins.property
220
220
  @pulumi.getter
221
- def shareable(self) -> Optional[bool]:
221
+ def shareable(self) -> Optional[_builtins.bool]:
222
222
  """
223
223
  Shareable determines whether the resource supports more than one consumer at a time.
224
224
  """
@@ -262,7 +262,7 @@ class DriverAllocationResult(dict):
262
262
  if vendor_request_parameters is not None:
263
263
  pulumi.set(__self__, "vendor_request_parameters", vendor_request_parameters)
264
264
 
265
- @property
265
+ @_builtins.property
266
266
  @pulumi.getter(name="namedResources")
267
267
  def named_resources(self) -> Optional['outputs.NamedResourcesAllocationResult']:
268
268
  """
@@ -270,7 +270,7 @@ class DriverAllocationResult(dict):
270
270
  """
271
271
  return pulumi.get(self, "named_resources")
272
272
 
273
- @property
273
+ @_builtins.property
274
274
  @pulumi.getter(name="vendorRequestParameters")
275
275
  def vendor_request_parameters(self) -> Optional[Any]:
276
276
  """
@@ -316,7 +316,7 @@ class DriverAllocationResultPatch(dict):
316
316
  if vendor_request_parameters is not None:
317
317
  pulumi.set(__self__, "vendor_request_parameters", vendor_request_parameters)
318
318
 
319
- @property
319
+ @_builtins.property
320
320
  @pulumi.getter(name="namedResources")
321
321
  def named_resources(self) -> Optional['outputs.NamedResourcesAllocationResultPatch']:
322
322
  """
@@ -324,7 +324,7 @@ class DriverAllocationResultPatch(dict):
324
324
  """
325
325
  return pulumi.get(self, "named_resources")
326
326
 
327
- @property
327
+ @_builtins.property
328
328
  @pulumi.getter(name="vendorRequestParameters")
329
329
  def vendor_request_parameters(self) -> Optional[Any]:
330
330
  """
@@ -358,12 +358,12 @@ class DriverRequests(dict):
358
358
  return super().get(key, default)
359
359
 
360
360
  def __init__(__self__, *,
361
- driver_name: Optional[str] = None,
361
+ driver_name: Optional[_builtins.str] = None,
362
362
  requests: Optional[Sequence['outputs.ResourceRequest']] = None,
363
363
  vendor_parameters: Optional[Any] = None):
364
364
  """
365
365
  DriverRequests describes all resources that are needed from one particular driver.
366
- :param str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
366
+ :param _builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
367
367
  :param Sequence['ResourceRequestArgs'] requests: Requests describes all resources that are needed from the driver.
368
368
  :param Any vendor_parameters: VendorParameters are arbitrary setup parameters for all requests of the claim. They are ignored while allocating the claim.
369
369
  """
@@ -374,15 +374,15 @@ class DriverRequests(dict):
374
374
  if vendor_parameters is not None:
375
375
  pulumi.set(__self__, "vendor_parameters", vendor_parameters)
376
376
 
377
- @property
377
+ @_builtins.property
378
378
  @pulumi.getter(name="driverName")
379
- def driver_name(self) -> Optional[str]:
379
+ def driver_name(self) -> Optional[_builtins.str]:
380
380
  """
381
381
  DriverName is the name used by the DRA driver kubelet plugin.
382
382
  """
383
383
  return pulumi.get(self, "driver_name")
384
384
 
385
- @property
385
+ @_builtins.property
386
386
  @pulumi.getter
387
387
  def requests(self) -> Optional[Sequence['outputs.ResourceRequest']]:
388
388
  """
@@ -390,7 +390,7 @@ class DriverRequests(dict):
390
390
  """
391
391
  return pulumi.get(self, "requests")
392
392
 
393
- @property
393
+ @_builtins.property
394
394
  @pulumi.getter(name="vendorParameters")
395
395
  def vendor_parameters(self) -> Optional[Any]:
396
396
  """
@@ -424,12 +424,12 @@ class DriverRequestsPatch(dict):
424
424
  return super().get(key, default)
425
425
 
426
426
  def __init__(__self__, *,
427
- driver_name: Optional[str] = None,
427
+ driver_name: Optional[_builtins.str] = None,
428
428
  requests: Optional[Sequence['outputs.ResourceRequestPatch']] = None,
429
429
  vendor_parameters: Optional[Any] = None):
430
430
  """
431
431
  DriverRequests describes all resources that are needed from one particular driver.
432
- :param str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
432
+ :param _builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
433
433
  :param Sequence['ResourceRequestPatchArgs'] requests: Requests describes all resources that are needed from the driver.
434
434
  :param Any vendor_parameters: VendorParameters are arbitrary setup parameters for all requests of the claim. They are ignored while allocating the claim.
435
435
  """
@@ -440,15 +440,15 @@ class DriverRequestsPatch(dict):
440
440
  if vendor_parameters is not None:
441
441
  pulumi.set(__self__, "vendor_parameters", vendor_parameters)
442
442
 
443
- @property
443
+ @_builtins.property
444
444
  @pulumi.getter(name="driverName")
445
- def driver_name(self) -> Optional[str]:
445
+ def driver_name(self) -> Optional[_builtins.str]:
446
446
  """
447
447
  DriverName is the name used by the DRA driver kubelet plugin.
448
448
  """
449
449
  return pulumi.get(self, "driver_name")
450
450
 
451
- @property
451
+ @_builtins.property
452
452
  @pulumi.getter
453
453
  def requests(self) -> Optional[Sequence['outputs.ResourceRequestPatch']]:
454
454
  """
@@ -456,7 +456,7 @@ class DriverRequestsPatch(dict):
456
456
  """
457
457
  return pulumi.get(self, "requests")
458
458
 
459
- @property
459
+ @_builtins.property
460
460
  @pulumi.getter(name="vendorParameters")
461
461
  def vendor_parameters(self) -> Optional[Any]:
462
462
  """
@@ -471,16 +471,16 @@ class NamedResourcesAllocationResult(dict):
471
471
  NamedResourcesAllocationResult is used in AllocationResultModel.
472
472
  """
473
473
  def __init__(__self__, *,
474
- name: str):
474
+ name: _builtins.str):
475
475
  """
476
476
  NamedResourcesAllocationResult is used in AllocationResultModel.
477
- :param str name: Name is the name of the selected resource instance.
477
+ :param _builtins.str name: Name is the name of the selected resource instance.
478
478
  """
479
479
  pulumi.set(__self__, "name", name)
480
480
 
481
- @property
481
+ @_builtins.property
482
482
  @pulumi.getter
483
- def name(self) -> str:
483
+ def name(self) -> _builtins.str:
484
484
  """
485
485
  Name is the name of the selected resource instance.
486
486
  """
@@ -493,17 +493,17 @@ class NamedResourcesAllocationResultPatch(dict):
493
493
  NamedResourcesAllocationResult is used in AllocationResultModel.
494
494
  """
495
495
  def __init__(__self__, *,
496
- name: Optional[str] = None):
496
+ name: Optional[_builtins.str] = None):
497
497
  """
498
498
  NamedResourcesAllocationResult is used in AllocationResultModel.
499
- :param str name: Name is the name of the selected resource instance.
499
+ :param _builtins.str name: Name is the name of the selected resource instance.
500
500
  """
501
501
  if name is not None:
502
502
  pulumi.set(__self__, "name", name)
503
503
 
504
- @property
504
+ @_builtins.property
505
505
  @pulumi.getter
506
- def name(self) -> Optional[str]:
506
+ def name(self) -> Optional[_builtins.str]:
507
507
  """
508
508
  Name is the name of the selected resource instance.
509
509
  """
@@ -535,24 +535,24 @@ class NamedResourcesAttribute(dict):
535
535
  return super().get(key, default)
536
536
 
537
537
  def __init__(__self__, *,
538
- name: str,
539
- bool: Optional[bool] = None,
540
- int: Optional[int] = None,
538
+ name: _builtins.str,
539
+ bool: Optional[_builtins.bool] = None,
540
+ int: Optional[_builtins.int] = None,
541
541
  int_slice: Optional['outputs.NamedResourcesIntSlice'] = None,
542
- quantity: Optional[str] = None,
543
- string: Optional[str] = None,
542
+ quantity: Optional[_builtins.str] = None,
543
+ string: Optional[_builtins.str] = None,
544
544
  string_slice: Optional['outputs.NamedResourcesStringSlice'] = None,
545
- version: Optional[str] = None):
545
+ version: Optional[_builtins.str] = None):
546
546
  """
547
547
  NamedResourcesAttribute is a combination of an attribute name and its value.
548
- :param str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
549
- :param bool bool: BoolValue is a true/false value.
550
- :param int int: IntValue is a 64-bit integer.
548
+ :param _builtins.str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
549
+ :param _builtins.bool bool: BoolValue is a true/false value.
550
+ :param _builtins.int int: IntValue is a 64-bit integer.
551
551
  :param 'NamedResourcesIntSliceArgs' int_slice: IntSliceValue is an array of 64-bit integers.
552
- :param str quantity: QuantityValue is a quantity.
553
- :param str string: StringValue is a string.
552
+ :param _builtins.str quantity: QuantityValue is a quantity.
553
+ :param _builtins.str string: StringValue is a string.
554
554
  :param 'NamedResourcesStringSliceArgs' string_slice: StringSliceValue is an array of strings.
555
- :param str version: VersionValue is a semantic version according to semver.org spec 2.0.0.
555
+ :param _builtins.str version: VersionValue is a semantic version according to semver.org spec 2.0.0.
556
556
  """
557
557
  pulumi.set(__self__, "name", name)
558
558
  if bool is not None:
@@ -570,31 +570,31 @@ class NamedResourcesAttribute(dict):
570
570
  if version is not None:
571
571
  pulumi.set(__self__, "version", version)
572
572
 
573
- @property
573
+ @_builtins.property
574
574
  @pulumi.getter
575
- def name(self) -> str:
575
+ def name(self) -> _builtins.str:
576
576
  """
577
577
  Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
578
578
  """
579
579
  return pulumi.get(self, "name")
580
580
 
581
- @property
581
+ @_builtins.property
582
582
  @pulumi.getter
583
- def bool(self) -> Optional[bool]:
583
+ def bool(self) -> Optional[_builtins.bool]:
584
584
  """
585
585
  BoolValue is a true/false value.
586
586
  """
587
587
  return pulumi.get(self, "bool")
588
588
 
589
- @property
589
+ @_builtins.property
590
590
  @pulumi.getter
591
- def int(self) -> Optional[int]:
591
+ def int(self) -> Optional[_builtins.int]:
592
592
  """
593
593
  IntValue is a 64-bit integer.
594
594
  """
595
595
  return pulumi.get(self, "int")
596
596
 
597
- @property
597
+ @_builtins.property
598
598
  @pulumi.getter(name="intSlice")
599
599
  def int_slice(self) -> Optional['outputs.NamedResourcesIntSlice']:
600
600
  """
@@ -602,23 +602,23 @@ class NamedResourcesAttribute(dict):
602
602
  """
603
603
  return pulumi.get(self, "int_slice")
604
604
 
605
- @property
605
+ @_builtins.property
606
606
  @pulumi.getter
607
- def quantity(self) -> Optional[str]:
607
+ def quantity(self) -> Optional[_builtins.str]:
608
608
  """
609
609
  QuantityValue is a quantity.
610
610
  """
611
611
  return pulumi.get(self, "quantity")
612
612
 
613
- @property
613
+ @_builtins.property
614
614
  @pulumi.getter
615
- def string(self) -> Optional[str]:
615
+ def string(self) -> Optional[_builtins.str]:
616
616
  """
617
617
  StringValue is a string.
618
618
  """
619
619
  return pulumi.get(self, "string")
620
620
 
621
- @property
621
+ @_builtins.property
622
622
  @pulumi.getter(name="stringSlice")
623
623
  def string_slice(self) -> Optional['outputs.NamedResourcesStringSlice']:
624
624
  """
@@ -626,9 +626,9 @@ class NamedResourcesAttribute(dict):
626
626
  """
627
627
  return pulumi.get(self, "string_slice")
628
628
 
629
- @property
629
+ @_builtins.property
630
630
  @pulumi.getter
631
- def version(self) -> Optional[str]:
631
+ def version(self) -> Optional[_builtins.str]:
632
632
  """
633
633
  VersionValue is a semantic version according to semver.org spec 2.0.0.
634
634
  """
@@ -660,24 +660,24 @@ class NamedResourcesAttributePatch(dict):
660
660
  return super().get(key, default)
661
661
 
662
662
  def __init__(__self__, *,
663
- bool: Optional[bool] = None,
664
- int: Optional[int] = None,
663
+ bool: Optional[_builtins.bool] = None,
664
+ int: Optional[_builtins.int] = None,
665
665
  int_slice: Optional['outputs.NamedResourcesIntSlicePatch'] = None,
666
- name: Optional[str] = None,
667
- quantity: Optional[str] = None,
668
- string: Optional[str] = None,
666
+ name: Optional[_builtins.str] = None,
667
+ quantity: Optional[_builtins.str] = None,
668
+ string: Optional[_builtins.str] = None,
669
669
  string_slice: Optional['outputs.NamedResourcesStringSlicePatch'] = None,
670
- version: Optional[str] = None):
670
+ version: Optional[_builtins.str] = None):
671
671
  """
672
672
  NamedResourcesAttribute is a combination of an attribute name and its value.
673
- :param bool bool: BoolValue is a true/false value.
674
- :param int int: IntValue is a 64-bit integer.
673
+ :param _builtins.bool bool: BoolValue is a true/false value.
674
+ :param _builtins.int int: IntValue is a 64-bit integer.
675
675
  :param 'NamedResourcesIntSlicePatchArgs' int_slice: IntSliceValue is an array of 64-bit integers.
676
- :param str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
677
- :param str quantity: QuantityValue is a quantity.
678
- :param str string: StringValue is a string.
676
+ :param _builtins.str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
677
+ :param _builtins.str quantity: QuantityValue is a quantity.
678
+ :param _builtins.str string: StringValue is a string.
679
679
  :param 'NamedResourcesStringSlicePatchArgs' string_slice: StringSliceValue is an array of strings.
680
- :param str version: VersionValue is a semantic version according to semver.org spec 2.0.0.
680
+ :param _builtins.str version: VersionValue is a semantic version according to semver.org spec 2.0.0.
681
681
  """
682
682
  if bool is not None:
683
683
  pulumi.set(__self__, "bool", bool)
@@ -696,23 +696,23 @@ class NamedResourcesAttributePatch(dict):
696
696
  if version is not None:
697
697
  pulumi.set(__self__, "version", version)
698
698
 
699
- @property
699
+ @_builtins.property
700
700
  @pulumi.getter
701
- def bool(self) -> Optional[bool]:
701
+ def bool(self) -> Optional[_builtins.bool]:
702
702
  """
703
703
  BoolValue is a true/false value.
704
704
  """
705
705
  return pulumi.get(self, "bool")
706
706
 
707
- @property
707
+ @_builtins.property
708
708
  @pulumi.getter
709
- def int(self) -> Optional[int]:
709
+ def int(self) -> Optional[_builtins.int]:
710
710
  """
711
711
  IntValue is a 64-bit integer.
712
712
  """
713
713
  return pulumi.get(self, "int")
714
714
 
715
- @property
715
+ @_builtins.property
716
716
  @pulumi.getter(name="intSlice")
717
717
  def int_slice(self) -> Optional['outputs.NamedResourcesIntSlicePatch']:
718
718
  """
@@ -720,31 +720,31 @@ class NamedResourcesAttributePatch(dict):
720
720
  """
721
721
  return pulumi.get(self, "int_slice")
722
722
 
723
- @property
723
+ @_builtins.property
724
724
  @pulumi.getter
725
- def name(self) -> Optional[str]:
725
+ def name(self) -> Optional[_builtins.str]:
726
726
  """
727
727
  Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
728
728
  """
729
729
  return pulumi.get(self, "name")
730
730
 
731
- @property
731
+ @_builtins.property
732
732
  @pulumi.getter
733
- def quantity(self) -> Optional[str]:
733
+ def quantity(self) -> Optional[_builtins.str]:
734
734
  """
735
735
  QuantityValue is a quantity.
736
736
  """
737
737
  return pulumi.get(self, "quantity")
738
738
 
739
- @property
739
+ @_builtins.property
740
740
  @pulumi.getter
741
- def string(self) -> Optional[str]:
741
+ def string(self) -> Optional[_builtins.str]:
742
742
  """
743
743
  StringValue is a string.
744
744
  """
745
745
  return pulumi.get(self, "string")
746
746
 
747
- @property
747
+ @_builtins.property
748
748
  @pulumi.getter(name="stringSlice")
749
749
  def string_slice(self) -> Optional['outputs.NamedResourcesStringSlicePatch']:
750
750
  """
@@ -752,9 +752,9 @@ class NamedResourcesAttributePatch(dict):
752
752
  """
753
753
  return pulumi.get(self, "string_slice")
754
754
 
755
- @property
755
+ @_builtins.property
756
756
  @pulumi.getter
757
- def version(self) -> Optional[str]:
757
+ def version(self) -> Optional[_builtins.str]:
758
758
  """
759
759
  VersionValue is a semantic version according to semver.org spec 2.0.0.
760
760
  """
@@ -767,10 +767,10 @@ class NamedResourcesFilter(dict):
767
767
  NamedResourcesFilter is used in ResourceFilterModel.
768
768
  """
769
769
  def __init__(__self__, *,
770
- selector: str):
770
+ selector: _builtins.str):
771
771
  """
772
772
  NamedResourcesFilter is used in ResourceFilterModel.
773
- :param str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
773
+ :param _builtins.str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
774
774
 
775
775
  In addition, for each type NamedResourcesin AttributeValue there is a map that resolves to the corresponding value of the instance under evaluation. For example:
776
776
 
@@ -779,9 +779,9 @@ class NamedResourcesFilter(dict):
779
779
  """
780
780
  pulumi.set(__self__, "selector", selector)
781
781
 
782
- @property
782
+ @_builtins.property
783
783
  @pulumi.getter
784
- def selector(self) -> str:
784
+ def selector(self) -> _builtins.str:
785
785
  """
786
786
  Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
787
787
 
@@ -799,10 +799,10 @@ class NamedResourcesFilterPatch(dict):
799
799
  NamedResourcesFilter is used in ResourceFilterModel.
800
800
  """
801
801
  def __init__(__self__, *,
802
- selector: Optional[str] = None):
802
+ selector: Optional[_builtins.str] = None):
803
803
  """
804
804
  NamedResourcesFilter is used in ResourceFilterModel.
805
- :param str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
805
+ :param _builtins.str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
806
806
 
807
807
  In addition, for each type NamedResourcesin AttributeValue there is a map that resolves to the corresponding value of the instance under evaluation. For example:
808
808
 
@@ -812,9 +812,9 @@ class NamedResourcesFilterPatch(dict):
812
812
  if selector is not None:
813
813
  pulumi.set(__self__, "selector", selector)
814
814
 
815
- @property
815
+ @_builtins.property
816
816
  @pulumi.getter
817
- def selector(self) -> Optional[str]:
817
+ def selector(self) -> Optional[_builtins.str]:
818
818
  """
819
819
  Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
820
820
 
@@ -832,26 +832,26 @@ class NamedResourcesInstance(dict):
832
832
  NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.
833
833
  """
834
834
  def __init__(__self__, *,
835
- name: str,
835
+ name: _builtins.str,
836
836
  attributes: Optional[Sequence['outputs.NamedResourcesAttribute']] = None):
837
837
  """
838
838
  NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.
839
- :param str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
839
+ :param _builtins.str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
840
840
  :param Sequence['NamedResourcesAttributeArgs'] attributes: Attributes defines the attributes of this resource instance. The name of each attribute must be unique.
841
841
  """
842
842
  pulumi.set(__self__, "name", name)
843
843
  if attributes is not None:
844
844
  pulumi.set(__self__, "attributes", attributes)
845
845
 
846
- @property
846
+ @_builtins.property
847
847
  @pulumi.getter
848
- def name(self) -> str:
848
+ def name(self) -> _builtins.str:
849
849
  """
850
850
  Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
851
851
  """
852
852
  return pulumi.get(self, "name")
853
853
 
854
- @property
854
+ @_builtins.property
855
855
  @pulumi.getter
856
856
  def attributes(self) -> Optional[Sequence['outputs.NamedResourcesAttribute']]:
857
857
  """
@@ -867,18 +867,18 @@ class NamedResourcesInstancePatch(dict):
867
867
  """
868
868
  def __init__(__self__, *,
869
869
  attributes: Optional[Sequence['outputs.NamedResourcesAttributePatch']] = None,
870
- name: Optional[str] = None):
870
+ name: Optional[_builtins.str] = None):
871
871
  """
872
872
  NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.
873
873
  :param Sequence['NamedResourcesAttributePatchArgs'] attributes: Attributes defines the attributes of this resource instance. The name of each attribute must be unique.
874
- :param str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
874
+ :param _builtins.str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
875
875
  """
876
876
  if attributes is not None:
877
877
  pulumi.set(__self__, "attributes", attributes)
878
878
  if name is not None:
879
879
  pulumi.set(__self__, "name", name)
880
880
 
881
- @property
881
+ @_builtins.property
882
882
  @pulumi.getter
883
883
  def attributes(self) -> Optional[Sequence['outputs.NamedResourcesAttributePatch']]:
884
884
  """
@@ -886,9 +886,9 @@ class NamedResourcesInstancePatch(dict):
886
886
  """
887
887
  return pulumi.get(self, "attributes")
888
888
 
889
- @property
889
+ @_builtins.property
890
890
  @pulumi.getter
891
- def name(self) -> Optional[str]:
891
+ def name(self) -> Optional[_builtins.str]:
892
892
  """
893
893
  Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
894
894
  """
@@ -901,16 +901,16 @@ class NamedResourcesIntSlice(dict):
901
901
  NamedResourcesIntSlice contains a slice of 64-bit integers.
902
902
  """
903
903
  def __init__(__self__, *,
904
- ints: Sequence[int]):
904
+ ints: Sequence[_builtins.int]):
905
905
  """
906
906
  NamedResourcesIntSlice contains a slice of 64-bit integers.
907
- :param Sequence[int] ints: Ints is the slice of 64-bit integers.
907
+ :param Sequence[_builtins.int] ints: Ints is the slice of 64-bit integers.
908
908
  """
909
909
  pulumi.set(__self__, "ints", ints)
910
910
 
911
- @property
911
+ @_builtins.property
912
912
  @pulumi.getter
913
- def ints(self) -> Sequence[int]:
913
+ def ints(self) -> Sequence[_builtins.int]:
914
914
  """
915
915
  Ints is the slice of 64-bit integers.
916
916
  """
@@ -923,17 +923,17 @@ class NamedResourcesIntSlicePatch(dict):
923
923
  NamedResourcesIntSlice contains a slice of 64-bit integers.
924
924
  """
925
925
  def __init__(__self__, *,
926
- ints: Optional[Sequence[int]] = None):
926
+ ints: Optional[Sequence[_builtins.int]] = None):
927
927
  """
928
928
  NamedResourcesIntSlice contains a slice of 64-bit integers.
929
- :param Sequence[int] ints: Ints is the slice of 64-bit integers.
929
+ :param Sequence[_builtins.int] ints: Ints is the slice of 64-bit integers.
930
930
  """
931
931
  if ints is not None:
932
932
  pulumi.set(__self__, "ints", ints)
933
933
 
934
- @property
934
+ @_builtins.property
935
935
  @pulumi.getter
936
- def ints(self) -> Optional[Sequence[int]]:
936
+ def ints(self) -> Optional[Sequence[_builtins.int]]:
937
937
  """
938
938
  Ints is the slice of 64-bit integers.
939
939
  """
@@ -946,10 +946,10 @@ class NamedResourcesRequest(dict):
946
946
  NamedResourcesRequest is used in ResourceRequestModel.
947
947
  """
948
948
  def __init__(__self__, *,
949
- selector: str):
949
+ selector: _builtins.str):
950
950
  """
951
951
  NamedResourcesRequest is used in ResourceRequestModel.
952
- :param str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
952
+ :param _builtins.str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
953
953
 
954
954
  In addition, for each type NamedResourcesin AttributeValue there is a map that resolves to the corresponding value of the instance under evaluation. For example:
955
955
 
@@ -958,9 +958,9 @@ class NamedResourcesRequest(dict):
958
958
  """
959
959
  pulumi.set(__self__, "selector", selector)
960
960
 
961
- @property
961
+ @_builtins.property
962
962
  @pulumi.getter
963
- def selector(self) -> str:
963
+ def selector(self) -> _builtins.str:
964
964
  """
965
965
  Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
966
966
 
@@ -978,10 +978,10 @@ class NamedResourcesRequestPatch(dict):
978
978
  NamedResourcesRequest is used in ResourceRequestModel.
979
979
  """
980
980
  def __init__(__self__, *,
981
- selector: Optional[str] = None):
981
+ selector: Optional[_builtins.str] = None):
982
982
  """
983
983
  NamedResourcesRequest is used in ResourceRequestModel.
984
- :param str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
984
+ :param _builtins.str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
985
985
 
986
986
  In addition, for each type NamedResourcesin AttributeValue there is a map that resolves to the corresponding value of the instance under evaluation. For example:
987
987
 
@@ -991,9 +991,9 @@ class NamedResourcesRequestPatch(dict):
991
991
  if selector is not None:
992
992
  pulumi.set(__self__, "selector", selector)
993
993
 
994
- @property
994
+ @_builtins.property
995
995
  @pulumi.getter
996
- def selector(self) -> Optional[str]:
996
+ def selector(self) -> Optional[_builtins.str]:
997
997
  """
998
998
  Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
999
999
 
@@ -1018,7 +1018,7 @@ class NamedResourcesResources(dict):
1018
1018
  """
1019
1019
  pulumi.set(__self__, "instances", instances)
1020
1020
 
1021
- @property
1021
+ @_builtins.property
1022
1022
  @pulumi.getter
1023
1023
  def instances(self) -> Sequence['outputs.NamedResourcesInstance']:
1024
1024
  """
@@ -1041,7 +1041,7 @@ class NamedResourcesResourcesPatch(dict):
1041
1041
  if instances is not None:
1042
1042
  pulumi.set(__self__, "instances", instances)
1043
1043
 
1044
- @property
1044
+ @_builtins.property
1045
1045
  @pulumi.getter
1046
1046
  def instances(self) -> Optional[Sequence['outputs.NamedResourcesInstancePatch']]:
1047
1047
  """
@@ -1056,16 +1056,16 @@ class NamedResourcesStringSlice(dict):
1056
1056
  NamedResourcesStringSlice contains a slice of strings.
1057
1057
  """
1058
1058
  def __init__(__self__, *,
1059
- strings: Sequence[str]):
1059
+ strings: Sequence[_builtins.str]):
1060
1060
  """
1061
1061
  NamedResourcesStringSlice contains a slice of strings.
1062
- :param Sequence[str] strings: Strings is the slice of strings.
1062
+ :param Sequence[_builtins.str] strings: Strings is the slice of strings.
1063
1063
  """
1064
1064
  pulumi.set(__self__, "strings", strings)
1065
1065
 
1066
- @property
1066
+ @_builtins.property
1067
1067
  @pulumi.getter
1068
- def strings(self) -> Sequence[str]:
1068
+ def strings(self) -> Sequence[_builtins.str]:
1069
1069
  """
1070
1070
  Strings is the slice of strings.
1071
1071
  """
@@ -1078,17 +1078,17 @@ class NamedResourcesStringSlicePatch(dict):
1078
1078
  NamedResourcesStringSlice contains a slice of strings.
1079
1079
  """
1080
1080
  def __init__(__self__, *,
1081
- strings: Optional[Sequence[str]] = None):
1081
+ strings: Optional[Sequence[_builtins.str]] = None):
1082
1082
  """
1083
1083
  NamedResourcesStringSlice contains a slice of strings.
1084
- :param Sequence[str] strings: Strings is the slice of strings.
1084
+ :param Sequence[_builtins.str] strings: Strings is the slice of strings.
1085
1085
  """
1086
1086
  if strings is not None:
1087
1087
  pulumi.set(__self__, "strings", strings)
1088
1088
 
1089
- @property
1089
+ @_builtins.property
1090
1090
  @pulumi.getter
1091
- def strings(self) -> Optional[Sequence[str]]:
1091
+ def strings(self) -> Optional[Sequence[_builtins.str]]:
1092
1092
  """
1093
1093
  Strings is the slice of strings.
1094
1094
  """
@@ -1121,8 +1121,8 @@ class PodSchedulingContext(dict):
1121
1121
 
1122
1122
  def __init__(__self__, *,
1123
1123
  spec: 'outputs.PodSchedulingContextSpec',
1124
- api_version: Optional[str] = None,
1125
- kind: Optional[str] = None,
1124
+ api_version: Optional[_builtins.str] = None,
1125
+ kind: Optional[_builtins.str] = None,
1126
1126
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1127
1127
  status: Optional['outputs.PodSchedulingContextStatus'] = None):
1128
1128
  """
@@ -1130,8 +1130,8 @@ class PodSchedulingContext(dict):
1130
1130
 
1131
1131
  This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
1132
1132
  :param 'PodSchedulingContextSpecArgs' spec: Spec describes where resources for the Pod are needed.
1133
- :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
1134
- :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
1133
+ :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
1134
+ :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
1135
1135
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
1136
1136
  :param 'PodSchedulingContextStatusArgs' status: Status describes where resources for the Pod can be allocated.
1137
1137
  """
@@ -1145,7 +1145,7 @@ class PodSchedulingContext(dict):
1145
1145
  if status is not None:
1146
1146
  pulumi.set(__self__, "status", status)
1147
1147
 
1148
- @property
1148
+ @_builtins.property
1149
1149
  @pulumi.getter
1150
1150
  def spec(self) -> 'outputs.PodSchedulingContextSpec':
1151
1151
  """
@@ -1153,23 +1153,23 @@ class PodSchedulingContext(dict):
1153
1153
  """
1154
1154
  return pulumi.get(self, "spec")
1155
1155
 
1156
- @property
1156
+ @_builtins.property
1157
1157
  @pulumi.getter(name="apiVersion")
1158
- def api_version(self) -> Optional[str]:
1158
+ def api_version(self) -> Optional[_builtins.str]:
1159
1159
  """
1160
1160
  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
1161
1161
  """
1162
1162
  return pulumi.get(self, "api_version")
1163
1163
 
1164
- @property
1164
+ @_builtins.property
1165
1165
  @pulumi.getter
1166
- def kind(self) -> Optional[str]:
1166
+ def kind(self) -> Optional[_builtins.str]:
1167
1167
  """
1168
1168
  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
1169
1169
  """
1170
1170
  return pulumi.get(self, "kind")
1171
1171
 
1172
- @property
1172
+ @_builtins.property
1173
1173
  @pulumi.getter
1174
1174
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1175
1175
  """
@@ -1177,7 +1177,7 @@ class PodSchedulingContext(dict):
1177
1177
  """
1178
1178
  return pulumi.get(self, "metadata")
1179
1179
 
1180
- @property
1180
+ @_builtins.property
1181
1181
  @pulumi.getter
1182
1182
  def status(self) -> Optional['outputs.PodSchedulingContextStatus']:
1183
1183
  """
@@ -1211,23 +1211,23 @@ class PodSchedulingContextSpec(dict):
1211
1211
  return super().get(key, default)
1212
1212
 
1213
1213
  def __init__(__self__, *,
1214
- potential_nodes: Optional[Sequence[str]] = None,
1215
- selected_node: Optional[str] = None):
1214
+ potential_nodes: Optional[Sequence[_builtins.str]] = None,
1215
+ selected_node: Optional[_builtins.str] = None):
1216
1216
  """
1217
1217
  PodSchedulingContextSpec describes where resources for the Pod are needed.
1218
- :param Sequence[str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
1218
+ :param Sequence[_builtins.str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
1219
1219
 
1220
1220
  The size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.
1221
- :param str selected_node: SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
1221
+ :param _builtins.str selected_node: SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
1222
1222
  """
1223
1223
  if potential_nodes is not None:
1224
1224
  pulumi.set(__self__, "potential_nodes", potential_nodes)
1225
1225
  if selected_node is not None:
1226
1226
  pulumi.set(__self__, "selected_node", selected_node)
1227
1227
 
1228
- @property
1228
+ @_builtins.property
1229
1229
  @pulumi.getter(name="potentialNodes")
1230
- def potential_nodes(self) -> Optional[Sequence[str]]:
1230
+ def potential_nodes(self) -> Optional[Sequence[_builtins.str]]:
1231
1231
  """
1232
1232
  PotentialNodes lists nodes where the Pod might be able to run.
1233
1233
 
@@ -1235,9 +1235,9 @@ class PodSchedulingContextSpec(dict):
1235
1235
  """
1236
1236
  return pulumi.get(self, "potential_nodes")
1237
1237
 
1238
- @property
1238
+ @_builtins.property
1239
1239
  @pulumi.getter(name="selectedNode")
1240
- def selected_node(self) -> Optional[str]:
1240
+ def selected_node(self) -> Optional[_builtins.str]:
1241
1241
  """
1242
1242
  SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
1243
1243
  """
@@ -1269,23 +1269,23 @@ class PodSchedulingContextSpecPatch(dict):
1269
1269
  return super().get(key, default)
1270
1270
 
1271
1271
  def __init__(__self__, *,
1272
- potential_nodes: Optional[Sequence[str]] = None,
1273
- selected_node: Optional[str] = None):
1272
+ potential_nodes: Optional[Sequence[_builtins.str]] = None,
1273
+ selected_node: Optional[_builtins.str] = None):
1274
1274
  """
1275
1275
  PodSchedulingContextSpec describes where resources for the Pod are needed.
1276
- :param Sequence[str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
1276
+ :param Sequence[_builtins.str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
1277
1277
 
1278
1278
  The size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.
1279
- :param str selected_node: SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
1279
+ :param _builtins.str selected_node: SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
1280
1280
  """
1281
1281
  if potential_nodes is not None:
1282
1282
  pulumi.set(__self__, "potential_nodes", potential_nodes)
1283
1283
  if selected_node is not None:
1284
1284
  pulumi.set(__self__, "selected_node", selected_node)
1285
1285
 
1286
- @property
1286
+ @_builtins.property
1287
1287
  @pulumi.getter(name="potentialNodes")
1288
- def potential_nodes(self) -> Optional[Sequence[str]]:
1288
+ def potential_nodes(self) -> Optional[Sequence[_builtins.str]]:
1289
1289
  """
1290
1290
  PotentialNodes lists nodes where the Pod might be able to run.
1291
1291
 
@@ -1293,9 +1293,9 @@ class PodSchedulingContextSpecPatch(dict):
1293
1293
  """
1294
1294
  return pulumi.get(self, "potential_nodes")
1295
1295
 
1296
- @property
1296
+ @_builtins.property
1297
1297
  @pulumi.getter(name="selectedNode")
1298
- def selected_node(self) -> Optional[str]:
1298
+ def selected_node(self) -> Optional[_builtins.str]:
1299
1299
  """
1300
1300
  SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
1301
1301
  """
@@ -1333,7 +1333,7 @@ class PodSchedulingContextStatus(dict):
1333
1333
  if resource_claims is not None:
1334
1334
  pulumi.set(__self__, "resource_claims", resource_claims)
1335
1335
 
1336
- @property
1336
+ @_builtins.property
1337
1337
  @pulumi.getter(name="resourceClaims")
1338
1338
  def resource_claims(self) -> Optional[Sequence['outputs.ResourceClaimSchedulingStatus']]:
1339
1339
  """
@@ -1373,7 +1373,7 @@ class PodSchedulingContextStatusPatch(dict):
1373
1373
  if resource_claims is not None:
1374
1374
  pulumi.set(__self__, "resource_claims", resource_claims)
1375
1375
 
1376
- @property
1376
+ @_builtins.property
1377
1377
  @pulumi.getter(name="resourceClaims")
1378
1378
  def resource_claims(self) -> Optional[Sequence['outputs.ResourceClaimSchedulingStatusPatch']]:
1379
1379
  """
@@ -1408,8 +1408,8 @@ class ResourceClaim(dict):
1408
1408
 
1409
1409
  def __init__(__self__, *,
1410
1410
  spec: 'outputs.ResourceClaimSpec',
1411
- api_version: Optional[str] = None,
1412
- kind: Optional[str] = None,
1411
+ api_version: Optional[_builtins.str] = None,
1412
+ kind: Optional[_builtins.str] = None,
1413
1413
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1414
1414
  status: Optional['outputs.ResourceClaimStatus'] = None):
1415
1415
  """
@@ -1417,8 +1417,8 @@ class ResourceClaim(dict):
1417
1417
 
1418
1418
  This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
1419
1419
  :param 'ResourceClaimSpecArgs' spec: Spec describes the desired attributes of a resource that then needs to be allocated. It can only be set once when creating the ResourceClaim.
1420
- :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
1421
- :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
1420
+ :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
1421
+ :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
1422
1422
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
1423
1423
  :param 'ResourceClaimStatusArgs' status: Status describes whether the resource is available and with which attributes.
1424
1424
  """
@@ -1432,7 +1432,7 @@ class ResourceClaim(dict):
1432
1432
  if status is not None:
1433
1433
  pulumi.set(__self__, "status", status)
1434
1434
 
1435
- @property
1435
+ @_builtins.property
1436
1436
  @pulumi.getter
1437
1437
  def spec(self) -> 'outputs.ResourceClaimSpec':
1438
1438
  """
@@ -1440,23 +1440,23 @@ class ResourceClaim(dict):
1440
1440
  """
1441
1441
  return pulumi.get(self, "spec")
1442
1442
 
1443
- @property
1443
+ @_builtins.property
1444
1444
  @pulumi.getter(name="apiVersion")
1445
- def api_version(self) -> Optional[str]:
1445
+ def api_version(self) -> Optional[_builtins.str]:
1446
1446
  """
1447
1447
  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
1448
1448
  """
1449
1449
  return pulumi.get(self, "api_version")
1450
1450
 
1451
- @property
1451
+ @_builtins.property
1452
1452
  @pulumi.getter
1453
- def kind(self) -> Optional[str]:
1453
+ def kind(self) -> Optional[_builtins.str]:
1454
1454
  """
1455
1455
  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
1456
1456
  """
1457
1457
  return pulumi.get(self, "kind")
1458
1458
 
1459
- @property
1459
+ @_builtins.property
1460
1460
  @pulumi.getter
1461
1461
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1462
1462
  """
@@ -1464,7 +1464,7 @@ class ResourceClaim(dict):
1464
1464
  """
1465
1465
  return pulumi.get(self, "metadata")
1466
1466
 
1467
- @property
1467
+ @_builtins.property
1468
1468
  @pulumi.getter
1469
1469
  def status(self) -> Optional['outputs.ResourceClaimStatus']:
1470
1470
  """
@@ -1496,16 +1496,16 @@ class ResourceClaimConsumerReference(dict):
1496
1496
  return super().get(key, default)
1497
1497
 
1498
1498
  def __init__(__self__, *,
1499
- name: str,
1500
- resource: str,
1501
- uid: str,
1502
- api_group: Optional[str] = None):
1499
+ name: _builtins.str,
1500
+ resource: _builtins.str,
1501
+ uid: _builtins.str,
1502
+ api_group: Optional[_builtins.str] = None):
1503
1503
  """
1504
1504
  ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim. The user must be a resource in the same namespace as the ResourceClaim.
1505
- :param str name: Name is the name of resource being referenced.
1506
- :param str resource: Resource is the type of resource being referenced, for example "pods".
1507
- :param str uid: UID identifies exactly one incarnation of the resource.
1508
- :param str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
1505
+ :param _builtins.str name: Name is the name of resource being referenced.
1506
+ :param _builtins.str resource: Resource is the type of resource being referenced, for example "pods".
1507
+ :param _builtins.str uid: UID identifies exactly one incarnation of the resource.
1508
+ :param _builtins.str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
1509
1509
  """
1510
1510
  pulumi.set(__self__, "name", name)
1511
1511
  pulumi.set(__self__, "resource", resource)
@@ -1513,33 +1513,33 @@ class ResourceClaimConsumerReference(dict):
1513
1513
  if api_group is not None:
1514
1514
  pulumi.set(__self__, "api_group", api_group)
1515
1515
 
1516
- @property
1516
+ @_builtins.property
1517
1517
  @pulumi.getter
1518
- def name(self) -> str:
1518
+ def name(self) -> _builtins.str:
1519
1519
  """
1520
1520
  Name is the name of resource being referenced.
1521
1521
  """
1522
1522
  return pulumi.get(self, "name")
1523
1523
 
1524
- @property
1524
+ @_builtins.property
1525
1525
  @pulumi.getter
1526
- def resource(self) -> str:
1526
+ def resource(self) -> _builtins.str:
1527
1527
  """
1528
1528
  Resource is the type of resource being referenced, for example "pods".
1529
1529
  """
1530
1530
  return pulumi.get(self, "resource")
1531
1531
 
1532
- @property
1532
+ @_builtins.property
1533
1533
  @pulumi.getter
1534
- def uid(self) -> str:
1534
+ def uid(self) -> _builtins.str:
1535
1535
  """
1536
1536
  UID identifies exactly one incarnation of the resource.
1537
1537
  """
1538
1538
  return pulumi.get(self, "uid")
1539
1539
 
1540
- @property
1540
+ @_builtins.property
1541
1541
  @pulumi.getter(name="apiGroup")
1542
- def api_group(self) -> Optional[str]:
1542
+ def api_group(self) -> Optional[_builtins.str]:
1543
1543
  """
1544
1544
  APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
1545
1545
  """
@@ -1569,16 +1569,16 @@ class ResourceClaimConsumerReferencePatch(dict):
1569
1569
  return super().get(key, default)
1570
1570
 
1571
1571
  def __init__(__self__, *,
1572
- api_group: Optional[str] = None,
1573
- name: Optional[str] = None,
1574
- resource: Optional[str] = None,
1575
- uid: Optional[str] = None):
1572
+ api_group: Optional[_builtins.str] = None,
1573
+ name: Optional[_builtins.str] = None,
1574
+ resource: Optional[_builtins.str] = None,
1575
+ uid: Optional[_builtins.str] = None):
1576
1576
  """
1577
1577
  ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim. The user must be a resource in the same namespace as the ResourceClaim.
1578
- :param str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
1579
- :param str name: Name is the name of resource being referenced.
1580
- :param str resource: Resource is the type of resource being referenced, for example "pods".
1581
- :param str uid: UID identifies exactly one incarnation of the resource.
1578
+ :param _builtins.str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
1579
+ :param _builtins.str name: Name is the name of resource being referenced.
1580
+ :param _builtins.str resource: Resource is the type of resource being referenced, for example "pods".
1581
+ :param _builtins.str uid: UID identifies exactly one incarnation of the resource.
1582
1582
  """
1583
1583
  if api_group is not None:
1584
1584
  pulumi.set(__self__, "api_group", api_group)
@@ -1589,33 +1589,33 @@ class ResourceClaimConsumerReferencePatch(dict):
1589
1589
  if uid is not None:
1590
1590
  pulumi.set(__self__, "uid", uid)
1591
1591
 
1592
- @property
1592
+ @_builtins.property
1593
1593
  @pulumi.getter(name="apiGroup")
1594
- def api_group(self) -> Optional[str]:
1594
+ def api_group(self) -> Optional[_builtins.str]:
1595
1595
  """
1596
1596
  APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
1597
1597
  """
1598
1598
  return pulumi.get(self, "api_group")
1599
1599
 
1600
- @property
1600
+ @_builtins.property
1601
1601
  @pulumi.getter
1602
- def name(self) -> Optional[str]:
1602
+ def name(self) -> Optional[_builtins.str]:
1603
1603
  """
1604
1604
  Name is the name of resource being referenced.
1605
1605
  """
1606
1606
  return pulumi.get(self, "name")
1607
1607
 
1608
- @property
1608
+ @_builtins.property
1609
1609
  @pulumi.getter
1610
- def resource(self) -> Optional[str]:
1610
+ def resource(self) -> Optional[_builtins.str]:
1611
1611
  """
1612
1612
  Resource is the type of resource being referenced, for example "pods".
1613
1613
  """
1614
1614
  return pulumi.get(self, "resource")
1615
1615
 
1616
- @property
1616
+ @_builtins.property
1617
1617
  @pulumi.getter
1618
- def uid(self) -> Optional[str]:
1618
+ def uid(self) -> Optional[_builtins.str]:
1619
1619
  """
1620
1620
  UID identifies exactly one incarnation of the resource.
1621
1621
  """
@@ -1649,22 +1649,22 @@ class ResourceClaimParameters(dict):
1649
1649
  return super().get(key, default)
1650
1650
 
1651
1651
  def __init__(__self__, *,
1652
- api_version: Optional[str] = None,
1652
+ api_version: Optional[_builtins.str] = None,
1653
1653
  driver_requests: Optional[Sequence['outputs.DriverRequests']] = None,
1654
1654
  generated_from: Optional['outputs.ResourceClaimParametersReference'] = None,
1655
- kind: Optional[str] = None,
1655
+ kind: Optional[_builtins.str] = None,
1656
1656
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1657
- shareable: Optional[bool] = None):
1657
+ shareable: Optional[_builtins.bool] = None):
1658
1658
  """
1659
1659
  ResourceClaimParameters defines resource requests for a ResourceClaim in an in-tree format understood by Kubernetes.
1660
- :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
1660
+ :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
1661
1661
  :param Sequence['DriverRequestsArgs'] driver_requests: DriverRequests describes all resources that are needed for the allocated claim. A single claim may use resources coming from different drivers. For each driver, this array has at most one entry which then may have one or more per-driver requests.
1662
1662
 
1663
1663
  May be empty, in which case the claim can always be allocated.
1664
1664
  :param 'ResourceClaimParametersReferenceArgs' generated_from: If this object was created from some other resource, then this links back to that resource. This field is used to find the in-tree representation of the claim parameters when the parameter reference of the claim refers to some unknown type.
1665
- :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
1665
+ :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
1666
1666
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
1667
- :param bool shareable: Shareable indicates whether the allocated claim is meant to be shareable by multiple consumers at the same time.
1667
+ :param _builtins.bool shareable: Shareable indicates whether the allocated claim is meant to be shareable by multiple consumers at the same time.
1668
1668
  """
1669
1669
  if api_version is not None:
1670
1670
  pulumi.set(__self__, "api_version", 'resource.k8s.io/v1alpha2')
@@ -1679,15 +1679,15 @@ class ResourceClaimParameters(dict):
1679
1679
  if shareable is not None:
1680
1680
  pulumi.set(__self__, "shareable", shareable)
1681
1681
 
1682
- @property
1682
+ @_builtins.property
1683
1683
  @pulumi.getter(name="apiVersion")
1684
- def api_version(self) -> Optional[str]:
1684
+ def api_version(self) -> Optional[_builtins.str]:
1685
1685
  """
1686
1686
  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
1687
1687
  """
1688
1688
  return pulumi.get(self, "api_version")
1689
1689
 
1690
- @property
1690
+ @_builtins.property
1691
1691
  @pulumi.getter(name="driverRequests")
1692
1692
  def driver_requests(self) -> Optional[Sequence['outputs.DriverRequests']]:
1693
1693
  """
@@ -1697,7 +1697,7 @@ class ResourceClaimParameters(dict):
1697
1697
  """
1698
1698
  return pulumi.get(self, "driver_requests")
1699
1699
 
1700
- @property
1700
+ @_builtins.property
1701
1701
  @pulumi.getter(name="generatedFrom")
1702
1702
  def generated_from(self) -> Optional['outputs.ResourceClaimParametersReference']:
1703
1703
  """
@@ -1705,15 +1705,15 @@ class ResourceClaimParameters(dict):
1705
1705
  """
1706
1706
  return pulumi.get(self, "generated_from")
1707
1707
 
1708
- @property
1708
+ @_builtins.property
1709
1709
  @pulumi.getter
1710
- def kind(self) -> Optional[str]:
1710
+ def kind(self) -> Optional[_builtins.str]:
1711
1711
  """
1712
1712
  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
1713
1713
  """
1714
1714
  return pulumi.get(self, "kind")
1715
1715
 
1716
- @property
1716
+ @_builtins.property
1717
1717
  @pulumi.getter
1718
1718
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1719
1719
  """
@@ -1721,9 +1721,9 @@ class ResourceClaimParameters(dict):
1721
1721
  """
1722
1722
  return pulumi.get(self, "metadata")
1723
1723
 
1724
- @property
1724
+ @_builtins.property
1725
1725
  @pulumi.getter
1726
- def shareable(self) -> Optional[bool]:
1726
+ def shareable(self) -> Optional[_builtins.bool]:
1727
1727
  """
1728
1728
  Shareable indicates whether the allocated claim is meant to be shareable by multiple consumers at the same time.
1729
1729
  """
@@ -1753,39 +1753,39 @@ class ResourceClaimParametersReference(dict):
1753
1753
  return super().get(key, default)
1754
1754
 
1755
1755
  def __init__(__self__, *,
1756
- kind: str,
1757
- name: str,
1758
- api_group: Optional[str] = None):
1756
+ kind: _builtins.str,
1757
+ name: _builtins.str,
1758
+ api_group: Optional[_builtins.str] = None):
1759
1759
  """
1760
1760
  ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim.
1761
- :param str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
1762
- :param str name: Name is the name of resource being referenced.
1763
- :param str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
1761
+ :param _builtins.str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
1762
+ :param _builtins.str name: Name is the name of resource being referenced.
1763
+ :param _builtins.str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
1764
1764
  """
1765
1765
  pulumi.set(__self__, "kind", kind)
1766
1766
  pulumi.set(__self__, "name", name)
1767
1767
  if api_group is not None:
1768
1768
  pulumi.set(__self__, "api_group", api_group)
1769
1769
 
1770
- @property
1770
+ @_builtins.property
1771
1771
  @pulumi.getter
1772
- def kind(self) -> str:
1772
+ def kind(self) -> _builtins.str:
1773
1773
  """
1774
1774
  Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
1775
1775
  """
1776
1776
  return pulumi.get(self, "kind")
1777
1777
 
1778
- @property
1778
+ @_builtins.property
1779
1779
  @pulumi.getter
1780
- def name(self) -> str:
1780
+ def name(self) -> _builtins.str:
1781
1781
  """
1782
1782
  Name is the name of resource being referenced.
1783
1783
  """
1784
1784
  return pulumi.get(self, "name")
1785
1785
 
1786
- @property
1786
+ @_builtins.property
1787
1787
  @pulumi.getter(name="apiGroup")
1788
- def api_group(self) -> Optional[str]:
1788
+ def api_group(self) -> Optional[_builtins.str]:
1789
1789
  """
1790
1790
  APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
1791
1791
  """
@@ -1815,14 +1815,14 @@ class ResourceClaimParametersReferencePatch(dict):
1815
1815
  return super().get(key, default)
1816
1816
 
1817
1817
  def __init__(__self__, *,
1818
- api_group: Optional[str] = None,
1819
- kind: Optional[str] = None,
1820
- name: Optional[str] = None):
1818
+ api_group: Optional[_builtins.str] = None,
1819
+ kind: Optional[_builtins.str] = None,
1820
+ name: Optional[_builtins.str] = None):
1821
1821
  """
1822
1822
  ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim.
1823
- :param str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
1824
- :param str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
1825
- :param str name: Name is the name of resource being referenced.
1823
+ :param _builtins.str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
1824
+ :param _builtins.str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
1825
+ :param _builtins.str name: Name is the name of resource being referenced.
1826
1826
  """
1827
1827
  if api_group is not None:
1828
1828
  pulumi.set(__self__, "api_group", api_group)
@@ -1831,25 +1831,25 @@ class ResourceClaimParametersReferencePatch(dict):
1831
1831
  if name is not None:
1832
1832
  pulumi.set(__self__, "name", name)
1833
1833
 
1834
- @property
1834
+ @_builtins.property
1835
1835
  @pulumi.getter(name="apiGroup")
1836
- def api_group(self) -> Optional[str]:
1836
+ def api_group(self) -> Optional[_builtins.str]:
1837
1837
  """
1838
1838
  APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
1839
1839
  """
1840
1840
  return pulumi.get(self, "api_group")
1841
1841
 
1842
- @property
1842
+ @_builtins.property
1843
1843
  @pulumi.getter
1844
- def kind(self) -> Optional[str]:
1844
+ def kind(self) -> Optional[_builtins.str]:
1845
1845
  """
1846
1846
  Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
1847
1847
  """
1848
1848
  return pulumi.get(self, "kind")
1849
1849
 
1850
- @property
1850
+ @_builtins.property
1851
1851
  @pulumi.getter
1852
- def name(self) -> Optional[str]:
1852
+ def name(self) -> Optional[_builtins.str]:
1853
1853
  """
1854
1854
  Name is the name of resource being referenced.
1855
1855
  """
@@ -1879,12 +1879,12 @@ class ResourceClaimSchedulingStatus(dict):
1879
1879
  return super().get(key, default)
1880
1880
 
1881
1881
  def __init__(__self__, *,
1882
- name: Optional[str] = None,
1883
- unsuitable_nodes: Optional[Sequence[str]] = None):
1882
+ name: Optional[_builtins.str] = None,
1883
+ unsuitable_nodes: Optional[Sequence[_builtins.str]] = None):
1884
1884
  """
1885
1885
  ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.
1886
- :param str name: Name matches the pod.spec.resourceClaims[*].Name field.
1887
- :param Sequence[str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
1886
+ :param _builtins.str name: Name matches the pod.spec.resourceClaims[*].Name field.
1887
+ :param Sequence[_builtins.str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
1888
1888
 
1889
1889
  The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced.
1890
1890
  """
@@ -1893,17 +1893,17 @@ class ResourceClaimSchedulingStatus(dict):
1893
1893
  if unsuitable_nodes is not None:
1894
1894
  pulumi.set(__self__, "unsuitable_nodes", unsuitable_nodes)
1895
1895
 
1896
- @property
1896
+ @_builtins.property
1897
1897
  @pulumi.getter
1898
- def name(self) -> Optional[str]:
1898
+ def name(self) -> Optional[_builtins.str]:
1899
1899
  """
1900
1900
  Name matches the pod.spec.resourceClaims[*].Name field.
1901
1901
  """
1902
1902
  return pulumi.get(self, "name")
1903
1903
 
1904
- @property
1904
+ @_builtins.property
1905
1905
  @pulumi.getter(name="unsuitableNodes")
1906
- def unsuitable_nodes(self) -> Optional[Sequence[str]]:
1906
+ def unsuitable_nodes(self) -> Optional[Sequence[_builtins.str]]:
1907
1907
  """
1908
1908
  UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
1909
1909
 
@@ -1935,12 +1935,12 @@ class ResourceClaimSchedulingStatusPatch(dict):
1935
1935
  return super().get(key, default)
1936
1936
 
1937
1937
  def __init__(__self__, *,
1938
- name: Optional[str] = None,
1939
- unsuitable_nodes: Optional[Sequence[str]] = None):
1938
+ name: Optional[_builtins.str] = None,
1939
+ unsuitable_nodes: Optional[Sequence[_builtins.str]] = None):
1940
1940
  """
1941
1941
  ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.
1942
- :param str name: Name matches the pod.spec.resourceClaims[*].Name field.
1943
- :param Sequence[str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
1942
+ :param _builtins.str name: Name matches the pod.spec.resourceClaims[*].Name field.
1943
+ :param Sequence[_builtins.str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
1944
1944
 
1945
1945
  The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced.
1946
1946
  """
@@ -1949,17 +1949,17 @@ class ResourceClaimSchedulingStatusPatch(dict):
1949
1949
  if unsuitable_nodes is not None:
1950
1950
  pulumi.set(__self__, "unsuitable_nodes", unsuitable_nodes)
1951
1951
 
1952
- @property
1952
+ @_builtins.property
1953
1953
  @pulumi.getter
1954
- def name(self) -> Optional[str]:
1954
+ def name(self) -> Optional[_builtins.str]:
1955
1955
  """
1956
1956
  Name matches the pod.spec.resourceClaims[*].Name field.
1957
1957
  """
1958
1958
  return pulumi.get(self, "name")
1959
1959
 
1960
- @property
1960
+ @_builtins.property
1961
1961
  @pulumi.getter(name="unsuitableNodes")
1962
- def unsuitable_nodes(self) -> Optional[Sequence[str]]:
1962
+ def unsuitable_nodes(self) -> Optional[Sequence[_builtins.str]]:
1963
1963
  """
1964
1964
  UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
1965
1965
 
@@ -1995,13 +1995,13 @@ class ResourceClaimSpec(dict):
1995
1995
  return super().get(key, default)
1996
1996
 
1997
1997
  def __init__(__self__, *,
1998
- resource_class_name: str,
1999
- allocation_mode: Optional[str] = None,
1998
+ resource_class_name: _builtins.str,
1999
+ allocation_mode: Optional[_builtins.str] = None,
2000
2000
  parameters_ref: Optional['outputs.ResourceClaimParametersReference'] = None):
2001
2001
  """
2002
2002
  ResourceClaimSpec defines how a resource is to be allocated.
2003
- :param str resource_class_name: ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
2004
- :param str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
2003
+ :param _builtins.str resource_class_name: ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
2004
+ :param _builtins.str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
2005
2005
  :param 'ResourceClaimParametersReferenceArgs' parameters_ref: ParametersRef references a separate object with arbitrary parameters that will be used by the driver when allocating a resource for the claim.
2006
2006
 
2007
2007
  The object must be in the same namespace as the ResourceClaim.
@@ -2012,23 +2012,23 @@ class ResourceClaimSpec(dict):
2012
2012
  if parameters_ref is not None:
2013
2013
  pulumi.set(__self__, "parameters_ref", parameters_ref)
2014
2014
 
2015
- @property
2015
+ @_builtins.property
2016
2016
  @pulumi.getter(name="resourceClassName")
2017
- def resource_class_name(self) -> str:
2017
+ def resource_class_name(self) -> _builtins.str:
2018
2018
  """
2019
2019
  ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
2020
2020
  """
2021
2021
  return pulumi.get(self, "resource_class_name")
2022
2022
 
2023
- @property
2023
+ @_builtins.property
2024
2024
  @pulumi.getter(name="allocationMode")
2025
- def allocation_mode(self) -> Optional[str]:
2025
+ def allocation_mode(self) -> Optional[_builtins.str]:
2026
2026
  """
2027
2027
  Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
2028
2028
  """
2029
2029
  return pulumi.get(self, "allocation_mode")
2030
2030
 
2031
- @property
2031
+ @_builtins.property
2032
2032
  @pulumi.getter(name="parametersRef")
2033
2033
  def parameters_ref(self) -> Optional['outputs.ResourceClaimParametersReference']:
2034
2034
  """
@@ -2066,16 +2066,16 @@ class ResourceClaimSpecPatch(dict):
2066
2066
  return super().get(key, default)
2067
2067
 
2068
2068
  def __init__(__self__, *,
2069
- allocation_mode: Optional[str] = None,
2069
+ allocation_mode: Optional[_builtins.str] = None,
2070
2070
  parameters_ref: Optional['outputs.ResourceClaimParametersReferencePatch'] = None,
2071
- resource_class_name: Optional[str] = None):
2071
+ resource_class_name: Optional[_builtins.str] = None):
2072
2072
  """
2073
2073
  ResourceClaimSpec defines how a resource is to be allocated.
2074
- :param str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
2074
+ :param _builtins.str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
2075
2075
  :param 'ResourceClaimParametersReferencePatchArgs' parameters_ref: ParametersRef references a separate object with arbitrary parameters that will be used by the driver when allocating a resource for the claim.
2076
2076
 
2077
2077
  The object must be in the same namespace as the ResourceClaim.
2078
- :param str resource_class_name: ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
2078
+ :param _builtins.str resource_class_name: ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
2079
2079
  """
2080
2080
  if allocation_mode is not None:
2081
2081
  pulumi.set(__self__, "allocation_mode", allocation_mode)
@@ -2084,15 +2084,15 @@ class ResourceClaimSpecPatch(dict):
2084
2084
  if resource_class_name is not None:
2085
2085
  pulumi.set(__self__, "resource_class_name", resource_class_name)
2086
2086
 
2087
- @property
2087
+ @_builtins.property
2088
2088
  @pulumi.getter(name="allocationMode")
2089
- def allocation_mode(self) -> Optional[str]:
2089
+ def allocation_mode(self) -> Optional[_builtins.str]:
2090
2090
  """
2091
2091
  Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
2092
2092
  """
2093
2093
  return pulumi.get(self, "allocation_mode")
2094
2094
 
2095
- @property
2095
+ @_builtins.property
2096
2096
  @pulumi.getter(name="parametersRef")
2097
2097
  def parameters_ref(self) -> Optional['outputs.ResourceClaimParametersReferencePatch']:
2098
2098
  """
@@ -2102,9 +2102,9 @@ class ResourceClaimSpecPatch(dict):
2102
2102
  """
2103
2103
  return pulumi.get(self, "parameters_ref")
2104
2104
 
2105
- @property
2105
+ @_builtins.property
2106
2106
  @pulumi.getter(name="resourceClassName")
2107
- def resource_class_name(self) -> Optional[str]:
2107
+ def resource_class_name(self) -> Optional[_builtins.str]:
2108
2108
  """
2109
2109
  ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
2110
2110
  """
@@ -2139,18 +2139,18 @@ class ResourceClaimStatus(dict):
2139
2139
 
2140
2140
  def __init__(__self__, *,
2141
2141
  allocation: Optional['outputs.AllocationResult'] = None,
2142
- deallocation_requested: Optional[bool] = None,
2143
- driver_name: Optional[str] = None,
2142
+ deallocation_requested: Optional[_builtins.bool] = None,
2143
+ driver_name: Optional[_builtins.str] = None,
2144
2144
  reserved_for: Optional[Sequence['outputs.ResourceClaimConsumerReference']] = None):
2145
2145
  """
2146
2146
  ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.
2147
2147
  :param 'AllocationResultArgs' allocation: Allocation is set by the resource driver once a resource or set of resources has been allocated successfully. If this is not specified, the resources have not been allocated yet.
2148
- :param bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
2148
+ :param _builtins.bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
2149
2149
 
2150
2150
  The driver then must deallocate this claim and reset the field together with clearing the Allocation field.
2151
2151
 
2152
2152
  While DeallocationRequested is set, no new consumers may be added to ReservedFor.
2153
- :param str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
2153
+ :param _builtins.str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
2154
2154
  :param Sequence['ResourceClaimConsumerReferenceArgs'] reserved_for: ReservedFor indicates which entities are currently allowed to use the claim. A Pod which references a ResourceClaim which is not reserved for that Pod will not be started.
2155
2155
 
2156
2156
  There can be at most 32 such reservations. This may get increased in the future, but not reduced.
@@ -2164,7 +2164,7 @@ class ResourceClaimStatus(dict):
2164
2164
  if reserved_for is not None:
2165
2165
  pulumi.set(__self__, "reserved_for", reserved_for)
2166
2166
 
2167
- @property
2167
+ @_builtins.property
2168
2168
  @pulumi.getter
2169
2169
  def allocation(self) -> Optional['outputs.AllocationResult']:
2170
2170
  """
@@ -2172,9 +2172,9 @@ class ResourceClaimStatus(dict):
2172
2172
  """
2173
2173
  return pulumi.get(self, "allocation")
2174
2174
 
2175
- @property
2175
+ @_builtins.property
2176
2176
  @pulumi.getter(name="deallocationRequested")
2177
- def deallocation_requested(self) -> Optional[bool]:
2177
+ def deallocation_requested(self) -> Optional[_builtins.bool]:
2178
2178
  """
2179
2179
  DeallocationRequested indicates that a ResourceClaim is to be deallocated.
2180
2180
 
@@ -2184,15 +2184,15 @@ class ResourceClaimStatus(dict):
2184
2184
  """
2185
2185
  return pulumi.get(self, "deallocation_requested")
2186
2186
 
2187
- @property
2187
+ @_builtins.property
2188
2188
  @pulumi.getter(name="driverName")
2189
- def driver_name(self) -> Optional[str]:
2189
+ def driver_name(self) -> Optional[_builtins.str]:
2190
2190
  """
2191
2191
  DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
2192
2192
  """
2193
2193
  return pulumi.get(self, "driver_name")
2194
2194
 
2195
- @property
2195
+ @_builtins.property
2196
2196
  @pulumi.getter(name="reservedFor")
2197
2197
  def reserved_for(self) -> Optional[Sequence['outputs.ResourceClaimConsumerReference']]:
2198
2198
  """
@@ -2231,18 +2231,18 @@ class ResourceClaimStatusPatch(dict):
2231
2231
 
2232
2232
  def __init__(__self__, *,
2233
2233
  allocation: Optional['outputs.AllocationResultPatch'] = None,
2234
- deallocation_requested: Optional[bool] = None,
2235
- driver_name: Optional[str] = None,
2234
+ deallocation_requested: Optional[_builtins.bool] = None,
2235
+ driver_name: Optional[_builtins.str] = None,
2236
2236
  reserved_for: Optional[Sequence['outputs.ResourceClaimConsumerReferencePatch']] = None):
2237
2237
  """
2238
2238
  ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.
2239
2239
  :param 'AllocationResultPatchArgs' allocation: Allocation is set by the resource driver once a resource or set of resources has been allocated successfully. If this is not specified, the resources have not been allocated yet.
2240
- :param bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
2240
+ :param _builtins.bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
2241
2241
 
2242
2242
  The driver then must deallocate this claim and reset the field together with clearing the Allocation field.
2243
2243
 
2244
2244
  While DeallocationRequested is set, no new consumers may be added to ReservedFor.
2245
- :param str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
2245
+ :param _builtins.str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
2246
2246
  :param Sequence['ResourceClaimConsumerReferencePatchArgs'] reserved_for: ReservedFor indicates which entities are currently allowed to use the claim. A Pod which references a ResourceClaim which is not reserved for that Pod will not be started.
2247
2247
 
2248
2248
  There can be at most 32 such reservations. This may get increased in the future, but not reduced.
@@ -2256,7 +2256,7 @@ class ResourceClaimStatusPatch(dict):
2256
2256
  if reserved_for is not None:
2257
2257
  pulumi.set(__self__, "reserved_for", reserved_for)
2258
2258
 
2259
- @property
2259
+ @_builtins.property
2260
2260
  @pulumi.getter
2261
2261
  def allocation(self) -> Optional['outputs.AllocationResultPatch']:
2262
2262
  """
@@ -2264,9 +2264,9 @@ class ResourceClaimStatusPatch(dict):
2264
2264
  """
2265
2265
  return pulumi.get(self, "allocation")
2266
2266
 
2267
- @property
2267
+ @_builtins.property
2268
2268
  @pulumi.getter(name="deallocationRequested")
2269
- def deallocation_requested(self) -> Optional[bool]:
2269
+ def deallocation_requested(self) -> Optional[_builtins.bool]:
2270
2270
  """
2271
2271
  DeallocationRequested indicates that a ResourceClaim is to be deallocated.
2272
2272
 
@@ -2276,15 +2276,15 @@ class ResourceClaimStatusPatch(dict):
2276
2276
  """
2277
2277
  return pulumi.get(self, "deallocation_requested")
2278
2278
 
2279
- @property
2279
+ @_builtins.property
2280
2280
  @pulumi.getter(name="driverName")
2281
- def driver_name(self) -> Optional[str]:
2281
+ def driver_name(self) -> Optional[_builtins.str]:
2282
2282
  """
2283
2283
  DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
2284
2284
  """
2285
2285
  return pulumi.get(self, "driver_name")
2286
2286
 
2287
- @property
2287
+ @_builtins.property
2288
2288
  @pulumi.getter(name="reservedFor")
2289
2289
  def reserved_for(self) -> Optional[Sequence['outputs.ResourceClaimConsumerReferencePatch']]:
2290
2290
  """
@@ -2319,16 +2319,16 @@ class ResourceClaimTemplate(dict):
2319
2319
 
2320
2320
  def __init__(__self__, *,
2321
2321
  spec: 'outputs.ResourceClaimTemplateSpec',
2322
- api_version: Optional[str] = None,
2323
- kind: Optional[str] = None,
2322
+ api_version: Optional[_builtins.str] = None,
2323
+ kind: Optional[_builtins.str] = None,
2324
2324
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
2325
2325
  """
2326
2326
  ResourceClaimTemplate is used to produce ResourceClaim objects.
2327
2327
  :param 'ResourceClaimTemplateSpecArgs' spec: Describes the ResourceClaim that is to be generated.
2328
2328
 
2329
2329
  This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
2330
- :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
2331
- :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
2330
+ :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
2331
+ :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
2332
2332
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
2333
2333
  """
2334
2334
  pulumi.set(__self__, "spec", spec)
@@ -2339,7 +2339,7 @@ class ResourceClaimTemplate(dict):
2339
2339
  if metadata is not None:
2340
2340
  pulumi.set(__self__, "metadata", metadata)
2341
2341
 
2342
- @property
2342
+ @_builtins.property
2343
2343
  @pulumi.getter
2344
2344
  def spec(self) -> 'outputs.ResourceClaimTemplateSpec':
2345
2345
  """
@@ -2349,23 +2349,23 @@ class ResourceClaimTemplate(dict):
2349
2349
  """
2350
2350
  return pulumi.get(self, "spec")
2351
2351
 
2352
- @property
2352
+ @_builtins.property
2353
2353
  @pulumi.getter(name="apiVersion")
2354
- def api_version(self) -> Optional[str]:
2354
+ def api_version(self) -> Optional[_builtins.str]:
2355
2355
  """
2356
2356
  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
2357
2357
  """
2358
2358
  return pulumi.get(self, "api_version")
2359
2359
 
2360
- @property
2360
+ @_builtins.property
2361
2361
  @pulumi.getter
2362
- def kind(self) -> Optional[str]:
2362
+ def kind(self) -> Optional[_builtins.str]:
2363
2363
  """
2364
2364
  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
2365
2365
  """
2366
2366
  return pulumi.get(self, "kind")
2367
2367
 
2368
- @property
2368
+ @_builtins.property
2369
2369
  @pulumi.getter
2370
2370
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
2371
2371
  """
@@ -2391,7 +2391,7 @@ class ResourceClaimTemplateSpec(dict):
2391
2391
  if metadata is not None:
2392
2392
  pulumi.set(__self__, "metadata", metadata)
2393
2393
 
2394
- @property
2394
+ @_builtins.property
2395
2395
  @pulumi.getter
2396
2396
  def spec(self) -> 'outputs.ResourceClaimSpec':
2397
2397
  """
@@ -2399,7 +2399,7 @@ class ResourceClaimTemplateSpec(dict):
2399
2399
  """
2400
2400
  return pulumi.get(self, "spec")
2401
2401
 
2402
- @property
2402
+ @_builtins.property
2403
2403
  @pulumi.getter
2404
2404
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
2405
2405
  """
@@ -2426,7 +2426,7 @@ class ResourceClaimTemplateSpecPatch(dict):
2426
2426
  if spec is not None:
2427
2427
  pulumi.set(__self__, "spec", spec)
2428
2428
 
2429
- @property
2429
+ @_builtins.property
2430
2430
  @pulumi.getter
2431
2431
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMetaPatch']:
2432
2432
  """
@@ -2434,7 +2434,7 @@ class ResourceClaimTemplateSpecPatch(dict):
2434
2434
  """
2435
2435
  return pulumi.get(self, "metadata")
2436
2436
 
2437
- @property
2437
+ @_builtins.property
2438
2438
  @pulumi.getter
2439
2439
  def spec(self) -> Optional['outputs.ResourceClaimSpecPatch']:
2440
2440
  """
@@ -2476,25 +2476,25 @@ class ResourceClass(dict):
2476
2476
  return super().get(key, default)
2477
2477
 
2478
2478
  def __init__(__self__, *,
2479
- driver_name: str,
2480
- api_version: Optional[str] = None,
2481
- kind: Optional[str] = None,
2479
+ driver_name: _builtins.str,
2480
+ api_version: Optional[_builtins.str] = None,
2481
+ kind: Optional[_builtins.str] = None,
2482
2482
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
2483
2483
  parameters_ref: Optional['outputs.ResourceClassParametersReference'] = None,
2484
- structured_parameters: Optional[bool] = None,
2484
+ structured_parameters: Optional[_builtins.bool] = None,
2485
2485
  suitable_nodes: Optional['_core.v1.outputs.NodeSelector'] = None):
2486
2486
  """
2487
2487
  ResourceClass is used by administrators to influence how resources are allocated.
2488
2488
 
2489
2489
  This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
2490
- :param str driver_name: DriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class.
2490
+ :param _builtins.str driver_name: DriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class.
2491
2491
 
2492
2492
  Resource drivers have a unique name in forward domain order (acme.example.com).
2493
- :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
2494
- :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
2493
+ :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
2494
+ :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
2495
2495
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
2496
2496
  :param 'ResourceClassParametersReferenceArgs' parameters_ref: ParametersRef references an arbitrary separate object that may hold parameters that will be used by the driver when allocating a resource that uses this class. A dynamic resource driver can distinguish between parameters stored here and and those stored in ResourceClaimSpec.
2497
- :param bool structured_parameters: If and only if allocation of claims using this class is handled via structured parameters, then StructuredParameters must be set to true.
2497
+ :param _builtins.bool structured_parameters: If and only if allocation of claims using this class is handled via structured parameters, then StructuredParameters must be set to true.
2498
2498
  :param '_core.v1.NodeSelectorArgs' suitable_nodes: Only nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a ResourceClaim that has not been allocated yet.
2499
2499
 
2500
2500
  Setting this field is optional. If null, all nodes are candidates.
@@ -2513,9 +2513,9 @@ class ResourceClass(dict):
2513
2513
  if suitable_nodes is not None:
2514
2514
  pulumi.set(__self__, "suitable_nodes", suitable_nodes)
2515
2515
 
2516
- @property
2516
+ @_builtins.property
2517
2517
  @pulumi.getter(name="driverName")
2518
- def driver_name(self) -> str:
2518
+ def driver_name(self) -> _builtins.str:
2519
2519
  """
2520
2520
  DriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class.
2521
2521
 
@@ -2523,23 +2523,23 @@ class ResourceClass(dict):
2523
2523
  """
2524
2524
  return pulumi.get(self, "driver_name")
2525
2525
 
2526
- @property
2526
+ @_builtins.property
2527
2527
  @pulumi.getter(name="apiVersion")
2528
- def api_version(self) -> Optional[str]:
2528
+ def api_version(self) -> Optional[_builtins.str]:
2529
2529
  """
2530
2530
  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
2531
2531
  """
2532
2532
  return pulumi.get(self, "api_version")
2533
2533
 
2534
- @property
2534
+ @_builtins.property
2535
2535
  @pulumi.getter
2536
- def kind(self) -> Optional[str]:
2536
+ def kind(self) -> Optional[_builtins.str]:
2537
2537
  """
2538
2538
  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
2539
2539
  """
2540
2540
  return pulumi.get(self, "kind")
2541
2541
 
2542
- @property
2542
+ @_builtins.property
2543
2543
  @pulumi.getter
2544
2544
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
2545
2545
  """
@@ -2547,7 +2547,7 @@ class ResourceClass(dict):
2547
2547
  """
2548
2548
  return pulumi.get(self, "metadata")
2549
2549
 
2550
- @property
2550
+ @_builtins.property
2551
2551
  @pulumi.getter(name="parametersRef")
2552
2552
  def parameters_ref(self) -> Optional['outputs.ResourceClassParametersReference']:
2553
2553
  """
@@ -2555,15 +2555,15 @@ class ResourceClass(dict):
2555
2555
  """
2556
2556
  return pulumi.get(self, "parameters_ref")
2557
2557
 
2558
- @property
2558
+ @_builtins.property
2559
2559
  @pulumi.getter(name="structuredParameters")
2560
- def structured_parameters(self) -> Optional[bool]:
2560
+ def structured_parameters(self) -> Optional[_builtins.bool]:
2561
2561
  """
2562
2562
  If and only if allocation of claims using this class is handled via structured parameters, then StructuredParameters must be set to true.
2563
2563
  """
2564
2564
  return pulumi.get(self, "structured_parameters")
2565
2565
 
2566
- @property
2566
+ @_builtins.property
2567
2567
  @pulumi.getter(name="suitableNodes")
2568
2568
  def suitable_nodes(self) -> Optional['_core.v1.outputs.NodeSelector']:
2569
2569
  """
@@ -2601,18 +2601,18 @@ class ResourceClassParameters(dict):
2601
2601
  return super().get(key, default)
2602
2602
 
2603
2603
  def __init__(__self__, *,
2604
- api_version: Optional[str] = None,
2604
+ api_version: Optional[_builtins.str] = None,
2605
2605
  filters: Optional[Sequence['outputs.ResourceFilter']] = None,
2606
2606
  generated_from: Optional['outputs.ResourceClassParametersReference'] = None,
2607
- kind: Optional[str] = None,
2607
+ kind: Optional[_builtins.str] = None,
2608
2608
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
2609
2609
  vendor_parameters: Optional[Sequence['outputs.VendorParameters']] = None):
2610
2610
  """
2611
2611
  ResourceClassParameters defines resource requests for a ResourceClass in an in-tree format understood by Kubernetes.
2612
- :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
2612
+ :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
2613
2613
  :param Sequence['ResourceFilterArgs'] filters: Filters describes additional contraints that must be met when using the class.
2614
2614
  :param 'ResourceClassParametersReferenceArgs' generated_from: If this object was created from some other resource, then this links back to that resource. This field is used to find the in-tree representation of the class parameters when the parameter reference of the class refers to some unknown type.
2615
- :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
2615
+ :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
2616
2616
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
2617
2617
  :param Sequence['VendorParametersArgs'] vendor_parameters: VendorParameters are arbitrary setup parameters for all claims using this class. They are ignored while allocating the claim. There must not be more than one entry per driver.
2618
2618
  """
@@ -2629,15 +2629,15 @@ class ResourceClassParameters(dict):
2629
2629
  if vendor_parameters is not None:
2630
2630
  pulumi.set(__self__, "vendor_parameters", vendor_parameters)
2631
2631
 
2632
- @property
2632
+ @_builtins.property
2633
2633
  @pulumi.getter(name="apiVersion")
2634
- def api_version(self) -> Optional[str]:
2634
+ def api_version(self) -> Optional[_builtins.str]:
2635
2635
  """
2636
2636
  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
2637
2637
  """
2638
2638
  return pulumi.get(self, "api_version")
2639
2639
 
2640
- @property
2640
+ @_builtins.property
2641
2641
  @pulumi.getter
2642
2642
  def filters(self) -> Optional[Sequence['outputs.ResourceFilter']]:
2643
2643
  """
@@ -2645,7 +2645,7 @@ class ResourceClassParameters(dict):
2645
2645
  """
2646
2646
  return pulumi.get(self, "filters")
2647
2647
 
2648
- @property
2648
+ @_builtins.property
2649
2649
  @pulumi.getter(name="generatedFrom")
2650
2650
  def generated_from(self) -> Optional['outputs.ResourceClassParametersReference']:
2651
2651
  """
@@ -2653,15 +2653,15 @@ class ResourceClassParameters(dict):
2653
2653
  """
2654
2654
  return pulumi.get(self, "generated_from")
2655
2655
 
2656
- @property
2656
+ @_builtins.property
2657
2657
  @pulumi.getter
2658
- def kind(self) -> Optional[str]:
2658
+ def kind(self) -> Optional[_builtins.str]:
2659
2659
  """
2660
2660
  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
2661
2661
  """
2662
2662
  return pulumi.get(self, "kind")
2663
2663
 
2664
- @property
2664
+ @_builtins.property
2665
2665
  @pulumi.getter
2666
2666
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
2667
2667
  """
@@ -2669,7 +2669,7 @@ class ResourceClassParameters(dict):
2669
2669
  """
2670
2670
  return pulumi.get(self, "metadata")
2671
2671
 
2672
- @property
2672
+ @_builtins.property
2673
2673
  @pulumi.getter(name="vendorParameters")
2674
2674
  def vendor_parameters(self) -> Optional[Sequence['outputs.VendorParameters']]:
2675
2675
  """
@@ -2701,16 +2701,16 @@ class ResourceClassParametersReference(dict):
2701
2701
  return super().get(key, default)
2702
2702
 
2703
2703
  def __init__(__self__, *,
2704
- kind: str,
2705
- name: str,
2706
- api_group: Optional[str] = None,
2707
- namespace: Optional[str] = None):
2704
+ kind: _builtins.str,
2705
+ name: _builtins.str,
2706
+ api_group: Optional[_builtins.str] = None,
2707
+ namespace: Optional[_builtins.str] = None):
2708
2708
  """
2709
2709
  ResourceClassParametersReference contains enough information to let you locate the parameters for a ResourceClass.
2710
- :param str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
2711
- :param str name: Name is the name of resource being referenced.
2712
- :param str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
2713
- :param str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
2710
+ :param _builtins.str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
2711
+ :param _builtins.str name: Name is the name of resource being referenced.
2712
+ :param _builtins.str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
2713
+ :param _builtins.str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
2714
2714
  """
2715
2715
  pulumi.set(__self__, "kind", kind)
2716
2716
  pulumi.set(__self__, "name", name)
@@ -2719,33 +2719,33 @@ class ResourceClassParametersReference(dict):
2719
2719
  if namespace is not None:
2720
2720
  pulumi.set(__self__, "namespace", namespace)
2721
2721
 
2722
- @property
2722
+ @_builtins.property
2723
2723
  @pulumi.getter
2724
- def kind(self) -> str:
2724
+ def kind(self) -> _builtins.str:
2725
2725
  """
2726
2726
  Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
2727
2727
  """
2728
2728
  return pulumi.get(self, "kind")
2729
2729
 
2730
- @property
2730
+ @_builtins.property
2731
2731
  @pulumi.getter
2732
- def name(self) -> str:
2732
+ def name(self) -> _builtins.str:
2733
2733
  """
2734
2734
  Name is the name of resource being referenced.
2735
2735
  """
2736
2736
  return pulumi.get(self, "name")
2737
2737
 
2738
- @property
2738
+ @_builtins.property
2739
2739
  @pulumi.getter(name="apiGroup")
2740
- def api_group(self) -> Optional[str]:
2740
+ def api_group(self) -> Optional[_builtins.str]:
2741
2741
  """
2742
2742
  APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
2743
2743
  """
2744
2744
  return pulumi.get(self, "api_group")
2745
2745
 
2746
- @property
2746
+ @_builtins.property
2747
2747
  @pulumi.getter
2748
- def namespace(self) -> Optional[str]:
2748
+ def namespace(self) -> Optional[_builtins.str]:
2749
2749
  """
2750
2750
  Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
2751
2751
  """
@@ -2775,16 +2775,16 @@ class ResourceClassParametersReferencePatch(dict):
2775
2775
  return super().get(key, default)
2776
2776
 
2777
2777
  def __init__(__self__, *,
2778
- api_group: Optional[str] = None,
2779
- kind: Optional[str] = None,
2780
- name: Optional[str] = None,
2781
- namespace: Optional[str] = None):
2778
+ api_group: Optional[_builtins.str] = None,
2779
+ kind: Optional[_builtins.str] = None,
2780
+ name: Optional[_builtins.str] = None,
2781
+ namespace: Optional[_builtins.str] = None):
2782
2782
  """
2783
2783
  ResourceClassParametersReference contains enough information to let you locate the parameters for a ResourceClass.
2784
- :param str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
2785
- :param str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
2786
- :param str name: Name is the name of resource being referenced.
2787
- :param str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
2784
+ :param _builtins.str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
2785
+ :param _builtins.str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
2786
+ :param _builtins.str name: Name is the name of resource being referenced.
2787
+ :param _builtins.str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
2788
2788
  """
2789
2789
  if api_group is not None:
2790
2790
  pulumi.set(__self__, "api_group", api_group)
@@ -2795,33 +2795,33 @@ class ResourceClassParametersReferencePatch(dict):
2795
2795
  if namespace is not None:
2796
2796
  pulumi.set(__self__, "namespace", namespace)
2797
2797
 
2798
- @property
2798
+ @_builtins.property
2799
2799
  @pulumi.getter(name="apiGroup")
2800
- def api_group(self) -> Optional[str]:
2800
+ def api_group(self) -> Optional[_builtins.str]:
2801
2801
  """
2802
2802
  APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
2803
2803
  """
2804
2804
  return pulumi.get(self, "api_group")
2805
2805
 
2806
- @property
2806
+ @_builtins.property
2807
2807
  @pulumi.getter
2808
- def kind(self) -> Optional[str]:
2808
+ def kind(self) -> Optional[_builtins.str]:
2809
2809
  """
2810
2810
  Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
2811
2811
  """
2812
2812
  return pulumi.get(self, "kind")
2813
2813
 
2814
- @property
2814
+ @_builtins.property
2815
2815
  @pulumi.getter
2816
- def name(self) -> Optional[str]:
2816
+ def name(self) -> Optional[_builtins.str]:
2817
2817
  """
2818
2818
  Name is the name of resource being referenced.
2819
2819
  """
2820
2820
  return pulumi.get(self, "name")
2821
2821
 
2822
- @property
2822
+ @_builtins.property
2823
2823
  @pulumi.getter
2824
- def namespace(self) -> Optional[str]:
2824
+ def namespace(self) -> Optional[_builtins.str]:
2825
2825
  """
2826
2826
  Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
2827
2827
  """
@@ -2853,11 +2853,11 @@ class ResourceFilter(dict):
2853
2853
  return super().get(key, default)
2854
2854
 
2855
2855
  def __init__(__self__, *,
2856
- driver_name: Optional[str] = None,
2856
+ driver_name: Optional[_builtins.str] = None,
2857
2857
  named_resources: Optional['outputs.NamedResourcesFilter'] = None):
2858
2858
  """
2859
2859
  ResourceFilter is a filter for resources from one particular driver.
2860
- :param str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
2860
+ :param _builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
2861
2861
  :param 'NamedResourcesFilterArgs' named_resources: NamedResources describes a resource filter using the named resources model.
2862
2862
  """
2863
2863
  if driver_name is not None:
@@ -2865,15 +2865,15 @@ class ResourceFilter(dict):
2865
2865
  if named_resources is not None:
2866
2866
  pulumi.set(__self__, "named_resources", named_resources)
2867
2867
 
2868
- @property
2868
+ @_builtins.property
2869
2869
  @pulumi.getter(name="driverName")
2870
- def driver_name(self) -> Optional[str]:
2870
+ def driver_name(self) -> Optional[_builtins.str]:
2871
2871
  """
2872
2872
  DriverName is the name used by the DRA driver kubelet plugin.
2873
2873
  """
2874
2874
  return pulumi.get(self, "driver_name")
2875
2875
 
2876
- @property
2876
+ @_builtins.property
2877
2877
  @pulumi.getter(name="namedResources")
2878
2878
  def named_resources(self) -> Optional['outputs.NamedResourcesFilter']:
2879
2879
  """
@@ -2907,11 +2907,11 @@ class ResourceFilterPatch(dict):
2907
2907
  return super().get(key, default)
2908
2908
 
2909
2909
  def __init__(__self__, *,
2910
- driver_name: Optional[str] = None,
2910
+ driver_name: Optional[_builtins.str] = None,
2911
2911
  named_resources: Optional['outputs.NamedResourcesFilterPatch'] = None):
2912
2912
  """
2913
2913
  ResourceFilter is a filter for resources from one particular driver.
2914
- :param str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
2914
+ :param _builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
2915
2915
  :param 'NamedResourcesFilterPatchArgs' named_resources: NamedResources describes a resource filter using the named resources model.
2916
2916
  """
2917
2917
  if driver_name is not None:
@@ -2919,15 +2919,15 @@ class ResourceFilterPatch(dict):
2919
2919
  if named_resources is not None:
2920
2920
  pulumi.set(__self__, "named_resources", named_resources)
2921
2921
 
2922
- @property
2922
+ @_builtins.property
2923
2923
  @pulumi.getter(name="driverName")
2924
- def driver_name(self) -> Optional[str]:
2924
+ def driver_name(self) -> Optional[_builtins.str]:
2925
2925
  """
2926
2926
  DriverName is the name used by the DRA driver kubelet plugin.
2927
2927
  """
2928
2928
  return pulumi.get(self, "driver_name")
2929
2929
 
2930
- @property
2930
+ @_builtins.property
2931
2931
  @pulumi.getter(name="namedResources")
2932
2932
  def named_resources(self) -> Optional['outputs.NamedResourcesFilterPatch']:
2933
2933
  """
@@ -2961,15 +2961,15 @@ class ResourceHandle(dict):
2961
2961
  return super().get(key, default)
2962
2962
 
2963
2963
  def __init__(__self__, *,
2964
- data: Optional[str] = None,
2965
- driver_name: Optional[str] = None,
2964
+ data: Optional[_builtins.str] = None,
2965
+ driver_name: Optional[_builtins.str] = None,
2966
2966
  structured_data: Optional['outputs.StructuredResourceHandle'] = None):
2967
2967
  """
2968
2968
  ResourceHandle holds opaque resource data for processing by a specific kubelet plugin.
2969
- :param str data: Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle.
2969
+ :param _builtins.str data: Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle.
2970
2970
 
2971
2971
  The maximum size of this field is 16KiB. This may get increased in the future, but not reduced.
2972
- :param str driver_name: DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in.
2972
+ :param _builtins.str driver_name: DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in.
2973
2973
  :param 'StructuredResourceHandleArgs' structured_data: If StructuredData is set, then it needs to be used instead of Data.
2974
2974
  """
2975
2975
  if data is not None:
@@ -2979,9 +2979,9 @@ class ResourceHandle(dict):
2979
2979
  if structured_data is not None:
2980
2980
  pulumi.set(__self__, "structured_data", structured_data)
2981
2981
 
2982
- @property
2982
+ @_builtins.property
2983
2983
  @pulumi.getter
2984
- def data(self) -> Optional[str]:
2984
+ def data(self) -> Optional[_builtins.str]:
2985
2985
  """
2986
2986
  Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle.
2987
2987
 
@@ -2989,15 +2989,15 @@ class ResourceHandle(dict):
2989
2989
  """
2990
2990
  return pulumi.get(self, "data")
2991
2991
 
2992
- @property
2992
+ @_builtins.property
2993
2993
  @pulumi.getter(name="driverName")
2994
- def driver_name(self) -> Optional[str]:
2994
+ def driver_name(self) -> Optional[_builtins.str]:
2995
2995
  """
2996
2996
  DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in.
2997
2997
  """
2998
2998
  return pulumi.get(self, "driver_name")
2999
2999
 
3000
- @property
3000
+ @_builtins.property
3001
3001
  @pulumi.getter(name="structuredData")
3002
3002
  def structured_data(self) -> Optional['outputs.StructuredResourceHandle']:
3003
3003
  """
@@ -3031,15 +3031,15 @@ class ResourceHandlePatch(dict):
3031
3031
  return super().get(key, default)
3032
3032
 
3033
3033
  def __init__(__self__, *,
3034
- data: Optional[str] = None,
3035
- driver_name: Optional[str] = None,
3034
+ data: Optional[_builtins.str] = None,
3035
+ driver_name: Optional[_builtins.str] = None,
3036
3036
  structured_data: Optional['outputs.StructuredResourceHandlePatch'] = None):
3037
3037
  """
3038
3038
  ResourceHandle holds opaque resource data for processing by a specific kubelet plugin.
3039
- :param str data: Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle.
3039
+ :param _builtins.str data: Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle.
3040
3040
 
3041
3041
  The maximum size of this field is 16KiB. This may get increased in the future, but not reduced.
3042
- :param str driver_name: DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in.
3042
+ :param _builtins.str driver_name: DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in.
3043
3043
  :param 'StructuredResourceHandlePatchArgs' structured_data: If StructuredData is set, then it needs to be used instead of Data.
3044
3044
  """
3045
3045
  if data is not None:
@@ -3049,9 +3049,9 @@ class ResourceHandlePatch(dict):
3049
3049
  if structured_data is not None:
3050
3050
  pulumi.set(__self__, "structured_data", structured_data)
3051
3051
 
3052
- @property
3052
+ @_builtins.property
3053
3053
  @pulumi.getter
3054
- def data(self) -> Optional[str]:
3054
+ def data(self) -> Optional[_builtins.str]:
3055
3055
  """
3056
3056
  Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle.
3057
3057
 
@@ -3059,15 +3059,15 @@ class ResourceHandlePatch(dict):
3059
3059
  """
3060
3060
  return pulumi.get(self, "data")
3061
3061
 
3062
- @property
3062
+ @_builtins.property
3063
3063
  @pulumi.getter(name="driverName")
3064
- def driver_name(self) -> Optional[str]:
3064
+ def driver_name(self) -> Optional[_builtins.str]:
3065
3065
  """
3066
3066
  DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in.
3067
3067
  """
3068
3068
  return pulumi.get(self, "driver_name")
3069
3069
 
3070
- @property
3070
+ @_builtins.property
3071
3071
  @pulumi.getter(name="structuredData")
3072
3072
  def structured_data(self) -> Optional['outputs.StructuredResourceHandlePatch']:
3073
3073
  """
@@ -3113,7 +3113,7 @@ class ResourceRequest(dict):
3113
3113
  if vendor_parameters is not None:
3114
3114
  pulumi.set(__self__, "vendor_parameters", vendor_parameters)
3115
3115
 
3116
- @property
3116
+ @_builtins.property
3117
3117
  @pulumi.getter(name="namedResources")
3118
3118
  def named_resources(self) -> Optional['outputs.NamedResourcesRequest']:
3119
3119
  """
@@ -3121,7 +3121,7 @@ class ResourceRequest(dict):
3121
3121
  """
3122
3122
  return pulumi.get(self, "named_resources")
3123
3123
 
3124
- @property
3124
+ @_builtins.property
3125
3125
  @pulumi.getter(name="vendorParameters")
3126
3126
  def vendor_parameters(self) -> Optional[Any]:
3127
3127
  """
@@ -3167,7 +3167,7 @@ class ResourceRequestPatch(dict):
3167
3167
  if vendor_parameters is not None:
3168
3168
  pulumi.set(__self__, "vendor_parameters", vendor_parameters)
3169
3169
 
3170
- @property
3170
+ @_builtins.property
3171
3171
  @pulumi.getter(name="namedResources")
3172
3172
  def named_resources(self) -> Optional['outputs.NamedResourcesRequestPatch']:
3173
3173
  """
@@ -3175,7 +3175,7 @@ class ResourceRequestPatch(dict):
3175
3175
  """
3176
3176
  return pulumi.get(self, "named_resources")
3177
3177
 
3178
- @property
3178
+ @_builtins.property
3179
3179
  @pulumi.getter(name="vendorParameters")
3180
3180
  def vendor_parameters(self) -> Optional[Any]:
3181
3181
  """
@@ -3213,20 +3213,20 @@ class ResourceSlice(dict):
3213
3213
  return super().get(key, default)
3214
3214
 
3215
3215
  def __init__(__self__, *,
3216
- driver_name: str,
3217
- api_version: Optional[str] = None,
3218
- kind: Optional[str] = None,
3216
+ driver_name: _builtins.str,
3217
+ api_version: Optional[_builtins.str] = None,
3218
+ kind: Optional[_builtins.str] = None,
3219
3219
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
3220
3220
  named_resources: Optional['outputs.NamedResourcesResources'] = None,
3221
- node_name: Optional[str] = None):
3221
+ node_name: Optional[_builtins.str] = None):
3222
3222
  """
3223
3223
  ResourceSlice provides information about available resources on individual nodes.
3224
- :param str driver_name: DriverName identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
3225
- :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
3226
- :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
3224
+ :param _builtins.str driver_name: DriverName identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
3225
+ :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
3226
+ :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
3227
3227
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
3228
3228
  :param 'NamedResourcesResourcesArgs' named_resources: NamedResources describes available resources using the named resources model.
3229
- :param str node_name: NodeName identifies the node which provides the resources if they are local to a node.
3229
+ :param _builtins.str node_name: NodeName identifies the node which provides the resources if they are local to a node.
3230
3230
 
3231
3231
  A field selector can be used to list only ResourceSlice objects with a certain node name.
3232
3232
  """
@@ -3242,31 +3242,31 @@ class ResourceSlice(dict):
3242
3242
  if node_name is not None:
3243
3243
  pulumi.set(__self__, "node_name", node_name)
3244
3244
 
3245
- @property
3245
+ @_builtins.property
3246
3246
  @pulumi.getter(name="driverName")
3247
- def driver_name(self) -> str:
3247
+ def driver_name(self) -> _builtins.str:
3248
3248
  """
3249
3249
  DriverName identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
3250
3250
  """
3251
3251
  return pulumi.get(self, "driver_name")
3252
3252
 
3253
- @property
3253
+ @_builtins.property
3254
3254
  @pulumi.getter(name="apiVersion")
3255
- def api_version(self) -> Optional[str]:
3255
+ def api_version(self) -> Optional[_builtins.str]:
3256
3256
  """
3257
3257
  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
3258
3258
  """
3259
3259
  return pulumi.get(self, "api_version")
3260
3260
 
3261
- @property
3261
+ @_builtins.property
3262
3262
  @pulumi.getter
3263
- def kind(self) -> Optional[str]:
3263
+ def kind(self) -> Optional[_builtins.str]:
3264
3264
  """
3265
3265
  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
3266
3266
  """
3267
3267
  return pulumi.get(self, "kind")
3268
3268
 
3269
- @property
3269
+ @_builtins.property
3270
3270
  @pulumi.getter
3271
3271
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
3272
3272
  """
@@ -3274,7 +3274,7 @@ class ResourceSlice(dict):
3274
3274
  """
3275
3275
  return pulumi.get(self, "metadata")
3276
3276
 
3277
- @property
3277
+ @_builtins.property
3278
3278
  @pulumi.getter(name="namedResources")
3279
3279
  def named_resources(self) -> Optional['outputs.NamedResourcesResources']:
3280
3280
  """
@@ -3282,9 +3282,9 @@ class ResourceSlice(dict):
3282
3282
  """
3283
3283
  return pulumi.get(self, "named_resources")
3284
3284
 
3285
- @property
3285
+ @_builtins.property
3286
3286
  @pulumi.getter(name="nodeName")
3287
- def node_name(self) -> Optional[str]:
3287
+ def node_name(self) -> Optional[_builtins.str]:
3288
3288
  """
3289
3289
  NodeName identifies the node which provides the resources if they are local to a node.
3290
3290
 
@@ -3321,13 +3321,13 @@ class StructuredResourceHandle(dict):
3321
3321
 
3322
3322
  def __init__(__self__, *,
3323
3323
  results: Sequence['outputs.DriverAllocationResult'],
3324
- node_name: Optional[str] = None,
3324
+ node_name: Optional[_builtins.str] = None,
3325
3325
  vendor_claim_parameters: Optional[Any] = None,
3326
3326
  vendor_class_parameters: Optional[Any] = None):
3327
3327
  """
3328
3328
  StructuredResourceHandle is the in-tree representation of the allocation result.
3329
3329
  :param Sequence['DriverAllocationResultArgs'] results: Results lists all allocated driver resources.
3330
- :param str node_name: NodeName is the name of the node providing the necessary resources if the resources are local to a node.
3330
+ :param _builtins.str node_name: NodeName is the name of the node providing the necessary resources if the resources are local to a node.
3331
3331
  :param Any vendor_claim_parameters: VendorClaimParameters are the per-claim configuration parameters from the resource claim parameters at the time that the claim was allocated.
3332
3332
  :param Any vendor_class_parameters: VendorClassParameters are the per-claim configuration parameters from the resource class at the time that the claim was allocated.
3333
3333
  """
@@ -3339,7 +3339,7 @@ class StructuredResourceHandle(dict):
3339
3339
  if vendor_class_parameters is not None:
3340
3340
  pulumi.set(__self__, "vendor_class_parameters", vendor_class_parameters)
3341
3341
 
3342
- @property
3342
+ @_builtins.property
3343
3343
  @pulumi.getter
3344
3344
  def results(self) -> Sequence['outputs.DriverAllocationResult']:
3345
3345
  """
@@ -3347,15 +3347,15 @@ class StructuredResourceHandle(dict):
3347
3347
  """
3348
3348
  return pulumi.get(self, "results")
3349
3349
 
3350
- @property
3350
+ @_builtins.property
3351
3351
  @pulumi.getter(name="nodeName")
3352
- def node_name(self) -> Optional[str]:
3352
+ def node_name(self) -> Optional[_builtins.str]:
3353
3353
  """
3354
3354
  NodeName is the name of the node providing the necessary resources if the resources are local to a node.
3355
3355
  """
3356
3356
  return pulumi.get(self, "node_name")
3357
3357
 
3358
- @property
3358
+ @_builtins.property
3359
3359
  @pulumi.getter(name="vendorClaimParameters")
3360
3360
  def vendor_claim_parameters(self) -> Optional[Any]:
3361
3361
  """
@@ -3363,7 +3363,7 @@ class StructuredResourceHandle(dict):
3363
3363
  """
3364
3364
  return pulumi.get(self, "vendor_claim_parameters")
3365
3365
 
3366
- @property
3366
+ @_builtins.property
3367
3367
  @pulumi.getter(name="vendorClassParameters")
3368
3368
  def vendor_class_parameters(self) -> Optional[Any]:
3369
3369
  """
@@ -3399,13 +3399,13 @@ class StructuredResourceHandlePatch(dict):
3399
3399
  return super().get(key, default)
3400
3400
 
3401
3401
  def __init__(__self__, *,
3402
- node_name: Optional[str] = None,
3402
+ node_name: Optional[_builtins.str] = None,
3403
3403
  results: Optional[Sequence['outputs.DriverAllocationResultPatch']] = None,
3404
3404
  vendor_claim_parameters: Optional[Any] = None,
3405
3405
  vendor_class_parameters: Optional[Any] = None):
3406
3406
  """
3407
3407
  StructuredResourceHandle is the in-tree representation of the allocation result.
3408
- :param str node_name: NodeName is the name of the node providing the necessary resources if the resources are local to a node.
3408
+ :param _builtins.str node_name: NodeName is the name of the node providing the necessary resources if the resources are local to a node.
3409
3409
  :param Sequence['DriverAllocationResultPatchArgs'] results: Results lists all allocated driver resources.
3410
3410
  :param Any vendor_claim_parameters: VendorClaimParameters are the per-claim configuration parameters from the resource claim parameters at the time that the claim was allocated.
3411
3411
  :param Any vendor_class_parameters: VendorClassParameters are the per-claim configuration parameters from the resource class at the time that the claim was allocated.
@@ -3419,15 +3419,15 @@ class StructuredResourceHandlePatch(dict):
3419
3419
  if vendor_class_parameters is not None:
3420
3420
  pulumi.set(__self__, "vendor_class_parameters", vendor_class_parameters)
3421
3421
 
3422
- @property
3422
+ @_builtins.property
3423
3423
  @pulumi.getter(name="nodeName")
3424
- def node_name(self) -> Optional[str]:
3424
+ def node_name(self) -> Optional[_builtins.str]:
3425
3425
  """
3426
3426
  NodeName is the name of the node providing the necessary resources if the resources are local to a node.
3427
3427
  """
3428
3428
  return pulumi.get(self, "node_name")
3429
3429
 
3430
- @property
3430
+ @_builtins.property
3431
3431
  @pulumi.getter
3432
3432
  def results(self) -> Optional[Sequence['outputs.DriverAllocationResultPatch']]:
3433
3433
  """
@@ -3435,7 +3435,7 @@ class StructuredResourceHandlePatch(dict):
3435
3435
  """
3436
3436
  return pulumi.get(self, "results")
3437
3437
 
3438
- @property
3438
+ @_builtins.property
3439
3439
  @pulumi.getter(name="vendorClaimParameters")
3440
3440
  def vendor_claim_parameters(self) -> Optional[Any]:
3441
3441
  """
@@ -3443,7 +3443,7 @@ class StructuredResourceHandlePatch(dict):
3443
3443
  """
3444
3444
  return pulumi.get(self, "vendor_claim_parameters")
3445
3445
 
3446
- @property
3446
+ @_builtins.property
3447
3447
  @pulumi.getter(name="vendorClassParameters")
3448
3448
  def vendor_class_parameters(self) -> Optional[Any]:
3449
3449
  """
@@ -3475,11 +3475,11 @@ class VendorParameters(dict):
3475
3475
  return super().get(key, default)
3476
3476
 
3477
3477
  def __init__(__self__, *,
3478
- driver_name: Optional[str] = None,
3478
+ driver_name: Optional[_builtins.str] = None,
3479
3479
  parameters: Optional[Any] = None):
3480
3480
  """
3481
3481
  VendorParameters are opaque parameters for one particular driver.
3482
- :param str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
3482
+ :param _builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
3483
3483
  :param Any parameters: Parameters can be arbitrary setup parameters. They are ignored while allocating a claim.
3484
3484
  """
3485
3485
  if driver_name is not None:
@@ -3487,15 +3487,15 @@ class VendorParameters(dict):
3487
3487
  if parameters is not None:
3488
3488
  pulumi.set(__self__, "parameters", parameters)
3489
3489
 
3490
- @property
3490
+ @_builtins.property
3491
3491
  @pulumi.getter(name="driverName")
3492
- def driver_name(self) -> Optional[str]:
3492
+ def driver_name(self) -> Optional[_builtins.str]:
3493
3493
  """
3494
3494
  DriverName is the name used by the DRA driver kubelet plugin.
3495
3495
  """
3496
3496
  return pulumi.get(self, "driver_name")
3497
3497
 
3498
- @property
3498
+ @_builtins.property
3499
3499
  @pulumi.getter
3500
3500
  def parameters(self) -> Optional[Any]:
3501
3501
  """
@@ -3527,11 +3527,11 @@ class VendorParametersPatch(dict):
3527
3527
  return super().get(key, default)
3528
3528
 
3529
3529
  def __init__(__self__, *,
3530
- driver_name: Optional[str] = None,
3530
+ driver_name: Optional[_builtins.str] = None,
3531
3531
  parameters: Optional[Any] = None):
3532
3532
  """
3533
3533
  VendorParameters are opaque parameters for one particular driver.
3534
- :param str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
3534
+ :param _builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
3535
3535
  :param Any parameters: Parameters can be arbitrary setup parameters. They are ignored while allocating a claim.
3536
3536
  """
3537
3537
  if driver_name is not None:
@@ -3539,15 +3539,15 @@ class VendorParametersPatch(dict):
3539
3539
  if parameters is not None:
3540
3540
  pulumi.set(__self__, "parameters", parameters)
3541
3541
 
3542
- @property
3542
+ @_builtins.property
3543
3543
  @pulumi.getter(name="driverName")
3544
- def driver_name(self) -> Optional[str]:
3544
+ def driver_name(self) -> Optional[_builtins.str]:
3545
3545
  """
3546
3546
  DriverName is the name used by the DRA driver kubelet plugin.
3547
3547
  """
3548
3548
  return pulumi.get(self, "driver_name")
3549
3549
 
3550
- @property
3550
+ @_builtins.property
3551
3551
  @pulumi.getter
3552
3552
  def parameters(self) -> Optional[Any]:
3553
3553
  """