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

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

Potentially problematic release.


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

Files changed (702) hide show
  1. pulumi_kubernetes/__init__.py +37 -2
  2. pulumi_kubernetes/_inputs.py +41 -40
  3. pulumi_kubernetes/admissionregistration/__init__.py +1 -0
  4. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +18 -16
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +18 -16
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +18 -16
  7. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +18 -16
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +18 -16
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +18 -16
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +18 -16
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +18 -16
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +18 -16
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +18 -16
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +18 -16
  16. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
  17. pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
  18. pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
  19. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +18 -16
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +18 -16
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +18 -16
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +18 -16
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +18 -16
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +18 -16
  25. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +18 -16
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +18 -16
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +18 -16
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +18 -16
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +18 -16
  31. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
  32. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +396 -395
  33. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +249 -248
  34. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +18 -16
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +18 -16
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +18 -16
  37. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +18 -16
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +18 -16
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +18 -16
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +18 -16
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +18 -16
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +18 -16
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +18 -16
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +18 -16
  46. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
  47. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
  48. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
  49. pulumi_kubernetes/apiextensions/__init__.py +1 -0
  50. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +18 -16
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +18 -16
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +18 -16
  53. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
  54. pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
  55. pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
  56. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +18 -16
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +18 -16
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +18 -16
  59. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
  60. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
  61. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
  62. pulumi_kubernetes/apiregistration/__init__.py +1 -0
  63. pulumi_kubernetes/apiregistration/v1/APIService.py +18 -16
  64. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +18 -16
  65. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +18 -16
  66. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
  67. pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
  68. pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
  69. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +18 -16
  70. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +18 -16
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +18 -16
  72. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
  73. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
  74. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
  75. pulumi_kubernetes/apps/__init__.py +1 -0
  76. pulumi_kubernetes/apps/v1/ControllerRevision.py +26 -24
  77. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +18 -16
  78. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +26 -24
  79. pulumi_kubernetes/apps/v1/DaemonSet.py +18 -16
  80. pulumi_kubernetes/apps/v1/DaemonSetList.py +18 -16
  81. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +18 -16
  82. pulumi_kubernetes/apps/v1/Deployment.py +18 -16
  83. pulumi_kubernetes/apps/v1/DeploymentList.py +18 -16
  84. pulumi_kubernetes/apps/v1/DeploymentPatch.py +18 -16
  85. pulumi_kubernetes/apps/v1/ReplicaSet.py +18 -16
  86. pulumi_kubernetes/apps/v1/ReplicaSetList.py +22 -20
  87. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +18 -16
  88. pulumi_kubernetes/apps/v1/StatefulSet.py +18 -16
  89. pulumi_kubernetes/apps/v1/StatefulSetList.py +18 -16
  90. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +18 -16
  91. pulumi_kubernetes/apps/v1/__init__.py +1 -0
  92. pulumi_kubernetes/apps/v1/_inputs.py +664 -610
  93. pulumi_kubernetes/apps/v1/outputs.py +582 -508
  94. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +26 -24
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +18 -16
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +26 -24
  97. pulumi_kubernetes/apps/v1beta1/Deployment.py +18 -16
  98. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +18 -16
  99. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +18 -16
  100. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +18 -16
  101. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +18 -16
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +18 -16
  103. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
  104. pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
  105. pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
  106. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +26 -24
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +18 -16
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +26 -24
  109. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +18 -16
  110. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +18 -16
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +18 -16
  112. pulumi_kubernetes/apps/v1beta2/Deployment.py +18 -16
  113. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +18 -16
  114. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +18 -16
  115. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +18 -16
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +18 -16
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +18 -16
  118. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +18 -16
  119. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +18 -16
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +18 -16
  121. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
  122. pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
  123. pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
  124. pulumi_kubernetes/auditregistration/__init__.py +1 -0
  125. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +18 -16
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +18 -16
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +18 -16
  128. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
  129. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
  130. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
  131. pulumi_kubernetes/autoscaling/__init__.py +1 -0
  132. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +18 -16
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +18 -16
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +18 -16
  135. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
  136. pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
  137. pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
  138. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +18 -16
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +18 -16
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +18 -16
  141. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
  142. pulumi_kubernetes/autoscaling/v2/_inputs.py +371 -290
  143. pulumi_kubernetes/autoscaling/v2/outputs.py +281 -224
  144. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +18 -16
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +18 -16
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +18 -16
  147. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
  148. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
  149. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
  150. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +18 -16
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +18 -16
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +18 -16
  153. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
  154. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
  155. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
  156. pulumi_kubernetes/batch/__init__.py +1 -0
  157. pulumi_kubernetes/batch/v1/CronJob.py +18 -16
  158. pulumi_kubernetes/batch/v1/CronJobList.py +18 -16
  159. pulumi_kubernetes/batch/v1/CronJobPatch.py +18 -16
  160. pulumi_kubernetes/batch/v1/Job.py +18 -16
  161. pulumi_kubernetes/batch/v1/JobList.py +18 -16
  162. pulumi_kubernetes/batch/v1/JobPatch.py +18 -16
  163. pulumi_kubernetes/batch/v1/__init__.py +1 -0
  164. pulumi_kubernetes/batch/v1/_inputs.py +394 -423
  165. pulumi_kubernetes/batch/v1/outputs.py +293 -316
  166. pulumi_kubernetes/batch/v1beta1/CronJob.py +18 -16
  167. pulumi_kubernetes/batch/v1beta1/CronJobList.py +18 -16
  168. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +18 -16
  169. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
  170. pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
  171. pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
  172. pulumi_kubernetes/batch/v2alpha1/CronJob.py +18 -16
  173. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +18 -16
  174. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +18 -16
  175. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
  176. pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
  177. pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
  178. pulumi_kubernetes/certificates/__init__.py +1 -0
  179. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +18 -16
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +18 -16
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +18 -16
  182. pulumi_kubernetes/certificates/v1/__init__.py +1 -0
  183. pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
  184. pulumi_kubernetes/certificates/v1/outputs.py +97 -96
  185. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +20 -16
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +18 -16
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +20 -16
  188. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
  189. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
  190. pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
  191. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +18 -16
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +18 -16
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +18 -16
  194. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
  197. pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
  198. pulumi_kubernetes/certificates/v1beta1/_inputs.py +409 -116
  199. pulumi_kubernetes/certificates/v1beta1/outputs.py +334 -92
  200. pulumi_kubernetes/coordination/__init__.py +1 -0
  201. pulumi_kubernetes/coordination/v1/Lease.py +18 -16
  202. pulumi_kubernetes/coordination/v1/LeaseList.py +18 -16
  203. pulumi_kubernetes/coordination/v1/LeasePatch.py +18 -16
  204. pulumi_kubernetes/coordination/v1/__init__.py +1 -0
  205. pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
  206. pulumi_kubernetes/coordination/v1/outputs.py +49 -48
  207. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +19 -17
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +18 -16
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +19 -17
  210. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
  211. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
  212. pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
  213. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +19 -17
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +18 -16
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +19 -17
  216. pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
  217. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +75 -74
  218. pulumi_kubernetes/coordination/v1alpha2/outputs.py +45 -44
  219. pulumi_kubernetes/coordination/v1beta1/Lease.py +18 -16
  220. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
  223. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +18 -16
  224. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +18 -16
  225. pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
  226. pulumi_kubernetes/coordination/v1beta1/_inputs.py +432 -60
  227. pulumi_kubernetes/coordination/v1beta1/outputs.py +329 -36
  228. pulumi_kubernetes/core/__init__.py +1 -0
  229. pulumi_kubernetes/core/v1/Binding.py +18 -16
  230. pulumi_kubernetes/core/v1/BindingPatch.py +18 -16
  231. pulumi_kubernetes/core/v1/ConfigMap.py +42 -40
  232. pulumi_kubernetes/core/v1/ConfigMapList.py +18 -16
  233. pulumi_kubernetes/core/v1/ConfigMapPatch.py +42 -40
  234. pulumi_kubernetes/core/v1/Endpoints.py +26 -16
  235. pulumi_kubernetes/core/v1/EndpointsList.py +20 -18
  236. pulumi_kubernetes/core/v1/EndpointsPatch.py +26 -16
  237. pulumi_kubernetes/core/v1/Event.py +98 -96
  238. pulumi_kubernetes/core/v1/EventList.py +18 -16
  239. pulumi_kubernetes/core/v1/EventPatch.py +98 -96
  240. pulumi_kubernetes/core/v1/LimitRange.py +18 -16
  241. pulumi_kubernetes/core/v1/LimitRangeList.py +18 -16
  242. pulumi_kubernetes/core/v1/LimitRangePatch.py +18 -16
  243. pulumi_kubernetes/core/v1/Namespace.py +18 -16
  244. pulumi_kubernetes/core/v1/NamespaceList.py +18 -16
  245. pulumi_kubernetes/core/v1/NamespacePatch.py +18 -16
  246. pulumi_kubernetes/core/v1/Node.py +18 -16
  247. pulumi_kubernetes/core/v1/NodeList.py +18 -16
  248. pulumi_kubernetes/core/v1/NodePatch.py +18 -16
  249. pulumi_kubernetes/core/v1/PersistentVolume.py +18 -16
  250. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +18 -16
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +18 -16
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +18 -16
  253. pulumi_kubernetes/core/v1/PersistentVolumeList.py +18 -16
  254. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +18 -16
  255. pulumi_kubernetes/core/v1/Pod.py +18 -16
  256. pulumi_kubernetes/core/v1/PodList.py +18 -16
  257. pulumi_kubernetes/core/v1/PodPatch.py +18 -16
  258. pulumi_kubernetes/core/v1/PodTemplate.py +18 -16
  259. pulumi_kubernetes/core/v1/PodTemplateList.py +18 -16
  260. pulumi_kubernetes/core/v1/PodTemplatePatch.py +18 -16
  261. pulumi_kubernetes/core/v1/ReplicationController.py +18 -16
  262. pulumi_kubernetes/core/v1/ReplicationControllerList.py +18 -16
  263. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +18 -16
  264. pulumi_kubernetes/core/v1/ResourceQuota.py +18 -16
  265. pulumi_kubernetes/core/v1/ResourceQuotaList.py +18 -16
  266. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +18 -16
  267. pulumi_kubernetes/core/v1/Secret.py +50 -48
  268. pulumi_kubernetes/core/v1/SecretList.py +18 -16
  269. pulumi_kubernetes/core/v1/SecretPatch.py +50 -48
  270. pulumi_kubernetes/core/v1/Service.py +18 -16
  271. pulumi_kubernetes/core/v1/ServiceAccount.py +26 -24
  272. pulumi_kubernetes/core/v1/ServiceAccountList.py +18 -16
  273. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +26 -24
  274. pulumi_kubernetes/core/v1/ServiceList.py +18 -16
  275. pulumi_kubernetes/core/v1/ServicePatch.py +18 -16
  276. pulumi_kubernetes/core/v1/__init__.py +1 -0
  277. pulumi_kubernetes/core/v1/_enums.py +4 -1
  278. pulumi_kubernetes/core/v1/_inputs.py +5736 -5561
  279. pulumi_kubernetes/core/v1/outputs.py +3853 -3652
  280. pulumi_kubernetes/discovery/__init__.py +1 -0
  281. pulumi_kubernetes/discovery/v1/EndpointSlice.py +34 -32
  282. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +18 -16
  283. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +34 -32
  284. pulumi_kubernetes/discovery/v1/__init__.py +1 -0
  285. pulumi_kubernetes/discovery/v1/_inputs.py +294 -178
  286. pulumi_kubernetes/discovery/v1/outputs.py +184 -108
  287. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +26 -24
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +18 -16
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +26 -24
  290. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
  291. pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
  292. pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
  293. pulumi_kubernetes/events/__init__.py +1 -0
  294. pulumi_kubernetes/events/v1/Event.py +98 -96
  295. pulumi_kubernetes/events/v1/EventList.py +18 -16
  296. pulumi_kubernetes/events/v1/EventPatch.py +98 -96
  297. pulumi_kubernetes/events/v1/__init__.py +1 -0
  298. pulumi_kubernetes/events/v1/_inputs.py +81 -80
  299. pulumi_kubernetes/events/v1/outputs.py +49 -48
  300. pulumi_kubernetes/events/v1beta1/Event.py +98 -96
  301. pulumi_kubernetes/events/v1beta1/EventList.py +18 -16
  302. pulumi_kubernetes/events/v1beta1/EventPatch.py +98 -96
  303. pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
  304. pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
  305. pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
  306. pulumi_kubernetes/extensions/__init__.py +1 -0
  307. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +18 -16
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +18 -16
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +18 -16
  310. pulumi_kubernetes/extensions/v1beta1/Deployment.py +18 -16
  311. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +18 -16
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +18 -16
  313. pulumi_kubernetes/extensions/v1beta1/Ingress.py +18 -16
  314. pulumi_kubernetes/extensions/v1beta1/IngressList.py +18 -16
  315. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +18 -16
  316. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +18 -16
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +18 -16
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +18 -16
  319. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +18 -16
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +18 -16
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +18 -16
  322. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +18 -16
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +18 -16
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +18 -16
  325. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
  326. pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
  327. pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
  328. pulumi_kubernetes/flowcontrol/__init__.py +1 -0
  329. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +18 -16
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +18 -16
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +18 -16
  332. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +18 -16
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +18 -16
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +18 -16
  335. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
  336. pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
  337. pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
  338. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +18 -16
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +18 -16
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +18 -16
  341. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +18 -16
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +18 -16
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +18 -16
  344. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
  345. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
  346. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
  347. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +18 -16
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +18 -16
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +18 -16
  350. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +18 -16
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +18 -16
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +18 -16
  353. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
  354. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
  355. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
  356. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +18 -16
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +18 -16
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +18 -16
  359. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +18 -16
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +18 -16
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +18 -16
  362. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
  363. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
  364. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
  365. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +18 -16
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +18 -16
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +18 -16
  368. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +18 -16
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +18 -16
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +18 -16
  371. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
  372. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
  373. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
  374. pulumi_kubernetes/helm/__init__.py +1 -0
  375. pulumi_kubernetes/helm/v3/Release.py +247 -245
  376. pulumi_kubernetes/helm/v3/__init__.py +1 -0
  377. pulumi_kubernetes/helm/v3/_inputs.py +31 -30
  378. pulumi_kubernetes/helm/v3/outputs.py +41 -40
  379. pulumi_kubernetes/helm/v4/Chart.py +72 -70
  380. pulumi_kubernetes/helm/v4/__init__.py +1 -0
  381. pulumi_kubernetes/helm/v4/_inputs.py +26 -25
  382. pulumi_kubernetes/kustomize/__init__.py +1 -0
  383. pulumi_kubernetes/kustomize/v2/Directory.py +31 -29
  384. pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
  385. pulumi_kubernetes/meta/__init__.py +1 -0
  386. pulumi_kubernetes/meta/v1/Status.py +43 -41
  387. pulumi_kubernetes/meta/v1/StatusPatch.py +43 -41
  388. pulumi_kubernetes/meta/v1/__init__.py +1 -0
  389. pulumi_kubernetes/meta/v1/_inputs.py +451 -450
  390. pulumi_kubernetes/meta/v1/outputs.py +289 -288
  391. pulumi_kubernetes/networking/__init__.py +1 -0
  392. pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
  393. pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
  394. pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
  395. pulumi_kubernetes/networking/v1/Ingress.py +18 -16
  396. pulumi_kubernetes/networking/v1/IngressClass.py +18 -16
  397. pulumi_kubernetes/networking/v1/IngressClassList.py +18 -16
  398. pulumi_kubernetes/networking/v1/IngressClassPatch.py +18 -16
  399. pulumi_kubernetes/networking/v1/IngressList.py +18 -16
  400. pulumi_kubernetes/networking/v1/IngressPatch.py +18 -16
  401. pulumi_kubernetes/networking/v1/NetworkPolicy.py +18 -16
  402. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +18 -16
  403. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +18 -16
  404. pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
  405. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
  406. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
  407. pulumi_kubernetes/networking/v1/__init__.py +7 -0
  408. pulumi_kubernetes/networking/v1/_inputs.py +865 -265
  409. pulumi_kubernetes/networking/v1/outputs.py +632 -170
  410. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +18 -16
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +18 -16
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +18 -16
  413. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +19 -17
  414. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +18 -16
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +19 -17
  416. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +19 -17
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +18 -16
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +19 -17
  419. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
  420. pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
  421. pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
  422. pulumi_kubernetes/networking/v1beta1/IPAddress.py +19 -17
  423. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +18 -16
  424. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +19 -17
  425. pulumi_kubernetes/networking/v1beta1/Ingress.py +18 -16
  426. pulumi_kubernetes/networking/v1beta1/IngressClass.py +18 -16
  427. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +18 -16
  428. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +18 -16
  429. pulumi_kubernetes/networking/v1beta1/IngressList.py +18 -16
  430. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +18 -16
  431. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +19 -17
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +18 -16
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +19 -17
  434. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
  435. pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
  436. pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
  437. pulumi_kubernetes/node/__init__.py +1 -0
  438. pulumi_kubernetes/node/v1/RuntimeClass.py +26 -24
  439. pulumi_kubernetes/node/v1/RuntimeClassList.py +18 -16
  440. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +26 -24
  441. pulumi_kubernetes/node/v1/__init__.py +1 -0
  442. pulumi_kubernetes/node/v1/_inputs.py +36 -35
  443. pulumi_kubernetes/node/v1/outputs.py +22 -21
  444. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +18 -16
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +18 -16
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +18 -16
  447. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
  448. pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
  449. pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
  450. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +26 -24
  451. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +18 -16
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +26 -24
  453. pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
  454. pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
  455. pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
  456. pulumi_kubernetes/policy/__init__.py +1 -0
  457. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +18 -16
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +18 -16
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +18 -16
  460. pulumi_kubernetes/policy/v1/__init__.py +1 -0
  461. pulumi_kubernetes/policy/v1/_inputs.py +71 -82
  462. pulumi_kubernetes/policy/v1/outputs.py +53 -60
  463. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +18 -16
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +18 -16
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +18 -16
  466. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +18 -16
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +18 -16
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +18 -16
  469. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
  470. pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
  471. pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
  472. pulumi_kubernetes/provider.py +93 -91
  473. pulumi_kubernetes/pulumi-plugin.json +1 -1
  474. pulumi_kubernetes/rbac/__init__.py +1 -0
  475. pulumi_kubernetes/rbac/v1/ClusterRole.py +18 -16
  476. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +18 -16
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +18 -16
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +18 -16
  479. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +18 -16
  480. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +18 -16
  481. pulumi_kubernetes/rbac/v1/Role.py +18 -16
  482. pulumi_kubernetes/rbac/v1/RoleBinding.py +18 -16
  483. pulumi_kubernetes/rbac/v1/RoleBindingList.py +18 -16
  484. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +18 -16
  485. pulumi_kubernetes/rbac/v1/RoleList.py +18 -16
  486. pulumi_kubernetes/rbac/v1/RolePatch.py +18 -16
  487. pulumi_kubernetes/rbac/v1/__init__.py +1 -0
  488. pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
  489. pulumi_kubernetes/rbac/v1/outputs.py +97 -96
  490. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +18 -16
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +18 -16
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +18 -16
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +18 -16
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +18 -16
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +18 -16
  496. pulumi_kubernetes/rbac/v1alpha1/Role.py +18 -16
  497. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +18 -16
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +18 -16
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +18 -16
  500. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +18 -16
  501. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +18 -16
  502. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
  503. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
  504. pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
  505. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +18 -16
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +18 -16
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +18 -16
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +18 -16
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +18 -16
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +18 -16
  511. pulumi_kubernetes/rbac/v1beta1/Role.py +18 -16
  512. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +18 -16
  513. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +18 -16
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +18 -16
  515. pulumi_kubernetes/rbac/v1beta1/RoleList.py +18 -16
  516. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +18 -16
  517. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
  518. pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
  519. pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
  520. pulumi_kubernetes/resource/__init__.py +4 -0
  521. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +18 -16
  522. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +18 -16
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +18 -16
  524. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +19 -17
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +18 -16
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +19 -17
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +19 -17
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +18 -16
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +19 -17
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +26 -24
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +18 -16
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +26 -24
  533. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
  534. pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
  535. pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
  536. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +18 -16
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +18 -16
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +18 -16
  539. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +19 -17
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +18 -16
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +26 -24
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +18 -16
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +26 -24
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +19 -17
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +19 -17
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +18 -16
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +19 -17
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +34 -32
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +18 -16
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +18 -16
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +18 -16
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +18 -16
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +34 -32
  554. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +35 -33
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +18 -16
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +35 -33
  557. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
  558. pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
  559. pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
  560. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +19 -17
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +18 -16
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +19 -17
  563. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
  566. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +18 -16
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +18 -16
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +18 -16
  569. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +19 -17
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +18 -16
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +19 -17
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +19 -17
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +18 -16
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +19 -17
  575. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +19 -17
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +18 -16
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +19 -17
  578. pulumi_kubernetes/resource/v1alpha3/__init__.py +4 -0
  579. pulumi_kubernetes/resource/v1alpha3/_inputs.py +2999 -652
  580. pulumi_kubernetes/resource/v1alpha3/outputs.py +2286 -504
  581. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +19 -17
  582. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +18 -16
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +19 -17
  584. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +19 -17
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +18 -16
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +19 -17
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +19 -17
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +18 -16
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +19 -17
  590. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +19 -17
  591. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +18 -16
  592. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +19 -17
  593. pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
  594. pulumi_kubernetes/resource/v1beta1/_inputs.py +2481 -612
  595. pulumi_kubernetes/resource/v1beta1/outputs.py +1782 -379
  596. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
  597. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
  599. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
  605. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
  606. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
  607. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
  608. pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
  609. pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
  610. pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
  611. pulumi_kubernetes/scheduling/__init__.py +1 -0
  612. pulumi_kubernetes/scheduling/v1/PriorityClass.py +50 -48
  613. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +18 -16
  614. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +50 -48
  615. pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
  616. pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
  617. pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
  618. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +50 -48
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +18 -16
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +50 -48
  621. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
  622. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
  623. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
  624. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +50 -48
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +18 -16
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +50 -48
  627. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
  628. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
  629. pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
  630. pulumi_kubernetes/settings/__init__.py +1 -0
  631. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +18 -16
  632. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +18 -16
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +18 -16
  634. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
  635. pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
  636. pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
  637. pulumi_kubernetes/storage/__init__.py +1 -0
  638. pulumi_kubernetes/storage/v1/CSIDriver.py +18 -16
  639. pulumi_kubernetes/storage/v1/CSIDriverList.py +18 -16
  640. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +18 -16
  641. pulumi_kubernetes/storage/v1/CSINode.py +18 -16
  642. pulumi_kubernetes/storage/v1/CSINodeList.py +18 -16
  643. pulumi_kubernetes/storage/v1/CSINodePatch.py +18 -16
  644. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +42 -40
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +18 -16
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +42 -40
  647. pulumi_kubernetes/storage/v1/StorageClass.py +66 -64
  648. pulumi_kubernetes/storage/v1/StorageClassList.py +18 -16
  649. pulumi_kubernetes/storage/v1/StorageClassPatch.py +66 -64
  650. pulumi_kubernetes/storage/v1/VolumeAttachment.py +18 -16
  651. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +18 -16
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +18 -16
  653. pulumi_kubernetes/storage/v1/__init__.py +1 -0
  654. pulumi_kubernetes/storage/v1/_inputs.py +366 -275
  655. pulumi_kubernetes/storage/v1/outputs.py +288 -177
  656. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +18 -16
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +18 -16
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +18 -16
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +34 -32
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +18 -16
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +34 -32
  662. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
  663. pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
  664. pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
  665. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +18 -16
  666. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +18 -16
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +18 -16
  668. pulumi_kubernetes/storage/v1beta1/CSINode.py +18 -16
  669. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +18 -16
  670. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +18 -16
  671. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +42 -40
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +18 -16
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +42 -40
  674. pulumi_kubernetes/storage/v1beta1/StorageClass.py +66 -64
  675. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +18 -16
  676. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +66 -64
  677. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +18 -16
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +18 -16
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +18 -16
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +34 -32
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +18 -16
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +34 -32
  683. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
  684. pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
  685. pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
  686. pulumi_kubernetes/storagemigration/__init__.py +1 -0
  687. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +18 -16
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +18 -16
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +18 -16
  690. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
  691. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
  692. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
  693. pulumi_kubernetes/yaml/__init__.py +1 -0
  694. pulumi_kubernetes/yaml/v2/ConfigFile.py +23 -21
  695. pulumi_kubernetes/yaml/v2/ConfigGroup.py +30 -28
  696. pulumi_kubernetes/yaml/v2/__init__.py +1 -0
  697. pulumi_kubernetes/yaml/yaml.py +108 -0
  698. {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +4 -4
  699. pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
  700. {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
  701. pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
  702. {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -104,7 +105,7 @@ class AllocationResult(dict):
104
105
  def __init__(__self__, *,
105
106
  available_on_nodes: Optional['_core.v1.outputs.NodeSelector'] = None,
106
107
  resource_handles: Optional[Sequence['outputs.ResourceHandle']] = None,
107
- shareable: Optional[bool] = None):
108
+ shareable: Optional[builtins.bool] = None):
108
109
  """
109
110
  AllocationResult contains attributes of an allocated resource.
110
111
  :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 +114,7 @@ class AllocationResult(dict):
113
114
  :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
115
 
115
116
  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.
117
+ :param builtins.bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
117
118
  """
118
119
  if available_on_nodes is not None:
119
120
  pulumi.set(__self__, "available_on_nodes", available_on_nodes)
@@ -144,7 +145,7 @@ class AllocationResult(dict):
144
145
 
145
146
  @property
146
147
  @pulumi.getter
147
- def shareable(self) -> Optional[bool]:
148
+ def shareable(self) -> Optional[builtins.bool]:
148
149
  """
149
150
  Shareable determines whether the resource supports more than one consumer at a time.
150
151
  """
@@ -178,7 +179,7 @@ class AllocationResultPatch(dict):
178
179
  def __init__(__self__, *,
179
180
  available_on_nodes: Optional['_core.v1.outputs.NodeSelectorPatch'] = None,
180
181
  resource_handles: Optional[Sequence['outputs.ResourceHandlePatch']] = None,
181
- shareable: Optional[bool] = None):
182
+ shareable: Optional[builtins.bool] = None):
182
183
  """
183
184
  AllocationResult contains attributes of an allocated resource.
184
185
  :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 +188,7 @@ class AllocationResultPatch(dict):
187
188
  :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
189
 
189
190
  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.
191
+ :param builtins.bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
191
192
  """
192
193
  if available_on_nodes is not None:
193
194
  pulumi.set(__self__, "available_on_nodes", available_on_nodes)
@@ -218,7 +219,7 @@ class AllocationResultPatch(dict):
218
219
 
219
220
  @property
220
221
  @pulumi.getter
221
- def shareable(self) -> Optional[bool]:
222
+ def shareable(self) -> Optional[builtins.bool]:
222
223
  """
223
224
  Shareable determines whether the resource supports more than one consumer at a time.
224
225
  """
@@ -358,12 +359,12 @@ class DriverRequests(dict):
358
359
  return super().get(key, default)
359
360
 
360
361
  def __init__(__self__, *,
361
- driver_name: Optional[str] = None,
362
+ driver_name: Optional[builtins.str] = None,
362
363
  requests: Optional[Sequence['outputs.ResourceRequest']] = None,
363
364
  vendor_parameters: Optional[Any] = None):
364
365
  """
365
366
  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.
367
+ :param builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
367
368
  :param Sequence['ResourceRequestArgs'] requests: Requests describes all resources that are needed from the driver.
368
369
  :param Any vendor_parameters: VendorParameters are arbitrary setup parameters for all requests of the claim. They are ignored while allocating the claim.
369
370
  """
@@ -376,7 +377,7 @@ class DriverRequests(dict):
376
377
 
377
378
  @property
378
379
  @pulumi.getter(name="driverName")
379
- def driver_name(self) -> Optional[str]:
380
+ def driver_name(self) -> Optional[builtins.str]:
380
381
  """
381
382
  DriverName is the name used by the DRA driver kubelet plugin.
382
383
  """
@@ -424,12 +425,12 @@ class DriverRequestsPatch(dict):
424
425
  return super().get(key, default)
425
426
 
426
427
  def __init__(__self__, *,
427
- driver_name: Optional[str] = None,
428
+ driver_name: Optional[builtins.str] = None,
428
429
  requests: Optional[Sequence['outputs.ResourceRequestPatch']] = None,
429
430
  vendor_parameters: Optional[Any] = None):
430
431
  """
431
432
  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.
433
+ :param builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
433
434
  :param Sequence['ResourceRequestPatchArgs'] requests: Requests describes all resources that are needed from the driver.
434
435
  :param Any vendor_parameters: VendorParameters are arbitrary setup parameters for all requests of the claim. They are ignored while allocating the claim.
435
436
  """
@@ -442,7 +443,7 @@ class DriverRequestsPatch(dict):
442
443
 
443
444
  @property
444
445
  @pulumi.getter(name="driverName")
445
- def driver_name(self) -> Optional[str]:
446
+ def driver_name(self) -> Optional[builtins.str]:
446
447
  """
447
448
  DriverName is the name used by the DRA driver kubelet plugin.
448
449
  """
@@ -471,16 +472,16 @@ class NamedResourcesAllocationResult(dict):
471
472
  NamedResourcesAllocationResult is used in AllocationResultModel.
472
473
  """
473
474
  def __init__(__self__, *,
474
- name: str):
475
+ name: builtins.str):
475
476
  """
476
477
  NamedResourcesAllocationResult is used in AllocationResultModel.
477
- :param str name: Name is the name of the selected resource instance.
478
+ :param builtins.str name: Name is the name of the selected resource instance.
478
479
  """
479
480
  pulumi.set(__self__, "name", name)
480
481
 
481
482
  @property
482
483
  @pulumi.getter
483
- def name(self) -> str:
484
+ def name(self) -> builtins.str:
484
485
  """
485
486
  Name is the name of the selected resource instance.
486
487
  """
@@ -493,17 +494,17 @@ class NamedResourcesAllocationResultPatch(dict):
493
494
  NamedResourcesAllocationResult is used in AllocationResultModel.
494
495
  """
495
496
  def __init__(__self__, *,
496
- name: Optional[str] = None):
497
+ name: Optional[builtins.str] = None):
497
498
  """
498
499
  NamedResourcesAllocationResult is used in AllocationResultModel.
499
- :param str name: Name is the name of the selected resource instance.
500
+ :param builtins.str name: Name is the name of the selected resource instance.
500
501
  """
501
502
  if name is not None:
502
503
  pulumi.set(__self__, "name", name)
503
504
 
504
505
  @property
505
506
  @pulumi.getter
506
- def name(self) -> Optional[str]:
507
+ def name(self) -> Optional[builtins.str]:
507
508
  """
508
509
  Name is the name of the selected resource instance.
509
510
  """
@@ -535,24 +536,24 @@ class NamedResourcesAttribute(dict):
535
536
  return super().get(key, default)
536
537
 
537
538
  def __init__(__self__, *,
538
- name: str,
539
- bool: Optional[bool] = None,
540
- int: Optional[int] = None,
539
+ name: builtins.str,
540
+ bool: Optional[builtins.bool] = None,
541
+ int: Optional[builtins.int] = None,
541
542
  int_slice: Optional['outputs.NamedResourcesIntSlice'] = None,
542
- quantity: Optional[str] = None,
543
- string: Optional[str] = None,
543
+ quantity: Optional[builtins.str] = None,
544
+ string: Optional[builtins.str] = None,
544
545
  string_slice: Optional['outputs.NamedResourcesStringSlice'] = None,
545
- version: Optional[str] = None):
546
+ version: Optional[builtins.str] = None):
546
547
  """
547
548
  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.
549
+ :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.
550
+ :param builtins.bool bool: BoolValue is a true/false value.
551
+ :param builtins.int int: IntValue is a 64-bit integer.
551
552
  :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.
553
+ :param builtins.str quantity: QuantityValue is a quantity.
554
+ :param builtins.str string: StringValue is a string.
554
555
  :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.
556
+ :param builtins.str version: VersionValue is a semantic version according to semver.org spec 2.0.0.
556
557
  """
557
558
  pulumi.set(__self__, "name", name)
558
559
  if bool is not None:
@@ -572,7 +573,7 @@ class NamedResourcesAttribute(dict):
572
573
 
573
574
  @property
574
575
  @pulumi.getter
575
- def name(self) -> str:
576
+ def name(self) -> builtins.str:
576
577
  """
577
578
  Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
578
579
  """
@@ -580,7 +581,7 @@ class NamedResourcesAttribute(dict):
580
581
 
581
582
  @property
582
583
  @pulumi.getter
583
- def bool(self) -> Optional[bool]:
584
+ def bool(self) -> Optional[builtins.bool]:
584
585
  """
585
586
  BoolValue is a true/false value.
586
587
  """
@@ -588,7 +589,7 @@ class NamedResourcesAttribute(dict):
588
589
 
589
590
  @property
590
591
  @pulumi.getter
591
- def int(self) -> Optional[int]:
592
+ def int(self) -> Optional[builtins.int]:
592
593
  """
593
594
  IntValue is a 64-bit integer.
594
595
  """
@@ -604,7 +605,7 @@ class NamedResourcesAttribute(dict):
604
605
 
605
606
  @property
606
607
  @pulumi.getter
607
- def quantity(self) -> Optional[str]:
608
+ def quantity(self) -> Optional[builtins.str]:
608
609
  """
609
610
  QuantityValue is a quantity.
610
611
  """
@@ -612,7 +613,7 @@ class NamedResourcesAttribute(dict):
612
613
 
613
614
  @property
614
615
  @pulumi.getter
615
- def string(self) -> Optional[str]:
616
+ def string(self) -> Optional[builtins.str]:
616
617
  """
617
618
  StringValue is a string.
618
619
  """
@@ -628,7 +629,7 @@ class NamedResourcesAttribute(dict):
628
629
 
629
630
  @property
630
631
  @pulumi.getter
631
- def version(self) -> Optional[str]:
632
+ def version(self) -> Optional[builtins.str]:
632
633
  """
633
634
  VersionValue is a semantic version according to semver.org spec 2.0.0.
634
635
  """
@@ -660,24 +661,24 @@ class NamedResourcesAttributePatch(dict):
660
661
  return super().get(key, default)
661
662
 
662
663
  def __init__(__self__, *,
663
- bool: Optional[bool] = None,
664
- int: Optional[int] = None,
664
+ bool: Optional[builtins.bool] = None,
665
+ int: Optional[builtins.int] = None,
665
666
  int_slice: Optional['outputs.NamedResourcesIntSlicePatch'] = None,
666
- name: Optional[str] = None,
667
- quantity: Optional[str] = None,
668
- string: Optional[str] = None,
667
+ name: Optional[builtins.str] = None,
668
+ quantity: Optional[builtins.str] = None,
669
+ string: Optional[builtins.str] = None,
669
670
  string_slice: Optional['outputs.NamedResourcesStringSlicePatch'] = None,
670
- version: Optional[str] = None):
671
+ version: Optional[builtins.str] = None):
671
672
  """
672
673
  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.
674
+ :param builtins.bool bool: BoolValue is a true/false value.
675
+ :param builtins.int int: IntValue is a 64-bit integer.
675
676
  :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.
677
+ :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.
678
+ :param builtins.str quantity: QuantityValue is a quantity.
679
+ :param builtins.str string: StringValue is a string.
679
680
  :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.
681
+ :param builtins.str version: VersionValue is a semantic version according to semver.org spec 2.0.0.
681
682
  """
682
683
  if bool is not None:
683
684
  pulumi.set(__self__, "bool", bool)
@@ -698,7 +699,7 @@ class NamedResourcesAttributePatch(dict):
698
699
 
699
700
  @property
700
701
  @pulumi.getter
701
- def bool(self) -> Optional[bool]:
702
+ def bool(self) -> Optional[builtins.bool]:
702
703
  """
703
704
  BoolValue is a true/false value.
704
705
  """
@@ -706,7 +707,7 @@ class NamedResourcesAttributePatch(dict):
706
707
 
707
708
  @property
708
709
  @pulumi.getter
709
- def int(self) -> Optional[int]:
710
+ def int(self) -> Optional[builtins.int]:
710
711
  """
711
712
  IntValue is a 64-bit integer.
712
713
  """
@@ -722,7 +723,7 @@ class NamedResourcesAttributePatch(dict):
722
723
 
723
724
  @property
724
725
  @pulumi.getter
725
- def name(self) -> Optional[str]:
726
+ def name(self) -> Optional[builtins.str]:
726
727
  """
727
728
  Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
728
729
  """
@@ -730,7 +731,7 @@ class NamedResourcesAttributePatch(dict):
730
731
 
731
732
  @property
732
733
  @pulumi.getter
733
- def quantity(self) -> Optional[str]:
734
+ def quantity(self) -> Optional[builtins.str]:
734
735
  """
735
736
  QuantityValue is a quantity.
736
737
  """
@@ -738,7 +739,7 @@ class NamedResourcesAttributePatch(dict):
738
739
 
739
740
  @property
740
741
  @pulumi.getter
741
- def string(self) -> Optional[str]:
742
+ def string(self) -> Optional[builtins.str]:
742
743
  """
743
744
  StringValue is a string.
744
745
  """
@@ -754,7 +755,7 @@ class NamedResourcesAttributePatch(dict):
754
755
 
755
756
  @property
756
757
  @pulumi.getter
757
- def version(self) -> Optional[str]:
758
+ def version(self) -> Optional[builtins.str]:
758
759
  """
759
760
  VersionValue is a semantic version according to semver.org spec 2.0.0.
760
761
  """
@@ -767,10 +768,10 @@ class NamedResourcesFilter(dict):
767
768
  NamedResourcesFilter is used in ResourceFilterModel.
768
769
  """
769
770
  def __init__(__self__, *,
770
- selector: str):
771
+ selector: builtins.str):
771
772
  """
772
773
  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/
774
+ :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
775
 
775
776
  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
777
 
@@ -781,7 +782,7 @@ class NamedResourcesFilter(dict):
781
782
 
782
783
  @property
783
784
  @pulumi.getter
784
- def selector(self) -> str:
785
+ def selector(self) -> builtins.str:
785
786
  """
786
787
  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
788
 
@@ -799,10 +800,10 @@ class NamedResourcesFilterPatch(dict):
799
800
  NamedResourcesFilter is used in ResourceFilterModel.
800
801
  """
801
802
  def __init__(__self__, *,
802
- selector: Optional[str] = None):
803
+ selector: Optional[builtins.str] = None):
803
804
  """
804
805
  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/
806
+ :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
807
 
807
808
  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
809
 
@@ -814,7 +815,7 @@ class NamedResourcesFilterPatch(dict):
814
815
 
815
816
  @property
816
817
  @pulumi.getter
817
- def selector(self) -> Optional[str]:
818
+ def selector(self) -> Optional[builtins.str]:
818
819
  """
819
820
  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
821
 
@@ -832,11 +833,11 @@ class NamedResourcesInstance(dict):
832
833
  NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.
833
834
  """
834
835
  def __init__(__self__, *,
835
- name: str,
836
+ name: builtins.str,
836
837
  attributes: Optional[Sequence['outputs.NamedResourcesAttribute']] = None):
837
838
  """
838
839
  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.
840
+ :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
841
  :param Sequence['NamedResourcesAttributeArgs'] attributes: Attributes defines the attributes of this resource instance. The name of each attribute must be unique.
841
842
  """
842
843
  pulumi.set(__self__, "name", name)
@@ -845,7 +846,7 @@ class NamedResourcesInstance(dict):
845
846
 
846
847
  @property
847
848
  @pulumi.getter
848
- def name(self) -> str:
849
+ def name(self) -> builtins.str:
849
850
  """
850
851
  Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
851
852
  """
@@ -867,11 +868,11 @@ class NamedResourcesInstancePatch(dict):
867
868
  """
868
869
  def __init__(__self__, *,
869
870
  attributes: Optional[Sequence['outputs.NamedResourcesAttributePatch']] = None,
870
- name: Optional[str] = None):
871
+ name: Optional[builtins.str] = None):
871
872
  """
872
873
  NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.
873
874
  :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.
875
+ :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
876
  """
876
877
  if attributes is not None:
877
878
  pulumi.set(__self__, "attributes", attributes)
@@ -888,7 +889,7 @@ class NamedResourcesInstancePatch(dict):
888
889
 
889
890
  @property
890
891
  @pulumi.getter
891
- def name(self) -> Optional[str]:
892
+ def name(self) -> Optional[builtins.str]:
892
893
  """
893
894
  Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
894
895
  """
@@ -901,16 +902,16 @@ class NamedResourcesIntSlice(dict):
901
902
  NamedResourcesIntSlice contains a slice of 64-bit integers.
902
903
  """
903
904
  def __init__(__self__, *,
904
- ints: Sequence[int]):
905
+ ints: Sequence[builtins.int]):
905
906
  """
906
907
  NamedResourcesIntSlice contains a slice of 64-bit integers.
907
- :param Sequence[int] ints: Ints is the slice of 64-bit integers.
908
+ :param Sequence[builtins.int] ints: Ints is the slice of 64-bit integers.
908
909
  """
909
910
  pulumi.set(__self__, "ints", ints)
910
911
 
911
912
  @property
912
913
  @pulumi.getter
913
- def ints(self) -> Sequence[int]:
914
+ def ints(self) -> Sequence[builtins.int]:
914
915
  """
915
916
  Ints is the slice of 64-bit integers.
916
917
  """
@@ -923,17 +924,17 @@ class NamedResourcesIntSlicePatch(dict):
923
924
  NamedResourcesIntSlice contains a slice of 64-bit integers.
924
925
  """
925
926
  def __init__(__self__, *,
926
- ints: Optional[Sequence[int]] = None):
927
+ ints: Optional[Sequence[builtins.int]] = None):
927
928
  """
928
929
  NamedResourcesIntSlice contains a slice of 64-bit integers.
929
- :param Sequence[int] ints: Ints is the slice of 64-bit integers.
930
+ :param Sequence[builtins.int] ints: Ints is the slice of 64-bit integers.
930
931
  """
931
932
  if ints is not None:
932
933
  pulumi.set(__self__, "ints", ints)
933
934
 
934
935
  @property
935
936
  @pulumi.getter
936
- def ints(self) -> Optional[Sequence[int]]:
937
+ def ints(self) -> Optional[Sequence[builtins.int]]:
937
938
  """
938
939
  Ints is the slice of 64-bit integers.
939
940
  """
@@ -946,10 +947,10 @@ class NamedResourcesRequest(dict):
946
947
  NamedResourcesRequest is used in ResourceRequestModel.
947
948
  """
948
949
  def __init__(__self__, *,
949
- selector: str):
950
+ selector: builtins.str):
950
951
  """
951
952
  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/
953
+ :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
954
 
954
955
  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
956
 
@@ -960,7 +961,7 @@ class NamedResourcesRequest(dict):
960
961
 
961
962
  @property
962
963
  @pulumi.getter
963
- def selector(self) -> str:
964
+ def selector(self) -> builtins.str:
964
965
  """
965
966
  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
967
 
@@ -978,10 +979,10 @@ class NamedResourcesRequestPatch(dict):
978
979
  NamedResourcesRequest is used in ResourceRequestModel.
979
980
  """
980
981
  def __init__(__self__, *,
981
- selector: Optional[str] = None):
982
+ selector: Optional[builtins.str] = None):
982
983
  """
983
984
  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/
985
+ :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
986
 
986
987
  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
988
 
@@ -993,7 +994,7 @@ class NamedResourcesRequestPatch(dict):
993
994
 
994
995
  @property
995
996
  @pulumi.getter
996
- def selector(self) -> Optional[str]:
997
+ def selector(self) -> Optional[builtins.str]:
997
998
  """
998
999
  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
1000
 
@@ -1056,16 +1057,16 @@ class NamedResourcesStringSlice(dict):
1056
1057
  NamedResourcesStringSlice contains a slice of strings.
1057
1058
  """
1058
1059
  def __init__(__self__, *,
1059
- strings: Sequence[str]):
1060
+ strings: Sequence[builtins.str]):
1060
1061
  """
1061
1062
  NamedResourcesStringSlice contains a slice of strings.
1062
- :param Sequence[str] strings: Strings is the slice of strings.
1063
+ :param Sequence[builtins.str] strings: Strings is the slice of strings.
1063
1064
  """
1064
1065
  pulumi.set(__self__, "strings", strings)
1065
1066
 
1066
1067
  @property
1067
1068
  @pulumi.getter
1068
- def strings(self) -> Sequence[str]:
1069
+ def strings(self) -> Sequence[builtins.str]:
1069
1070
  """
1070
1071
  Strings is the slice of strings.
1071
1072
  """
@@ -1078,17 +1079,17 @@ class NamedResourcesStringSlicePatch(dict):
1078
1079
  NamedResourcesStringSlice contains a slice of strings.
1079
1080
  """
1080
1081
  def __init__(__self__, *,
1081
- strings: Optional[Sequence[str]] = None):
1082
+ strings: Optional[Sequence[builtins.str]] = None):
1082
1083
  """
1083
1084
  NamedResourcesStringSlice contains a slice of strings.
1084
- :param Sequence[str] strings: Strings is the slice of strings.
1085
+ :param Sequence[builtins.str] strings: Strings is the slice of strings.
1085
1086
  """
1086
1087
  if strings is not None:
1087
1088
  pulumi.set(__self__, "strings", strings)
1088
1089
 
1089
1090
  @property
1090
1091
  @pulumi.getter
1091
- def strings(self) -> Optional[Sequence[str]]:
1092
+ def strings(self) -> Optional[Sequence[builtins.str]]:
1092
1093
  """
1093
1094
  Strings is the slice of strings.
1094
1095
  """
@@ -1121,8 +1122,8 @@ class PodSchedulingContext(dict):
1121
1122
 
1122
1123
  def __init__(__self__, *,
1123
1124
  spec: 'outputs.PodSchedulingContextSpec',
1124
- api_version: Optional[str] = None,
1125
- kind: Optional[str] = None,
1125
+ api_version: Optional[builtins.str] = None,
1126
+ kind: Optional[builtins.str] = None,
1126
1127
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1127
1128
  status: Optional['outputs.PodSchedulingContextStatus'] = None):
1128
1129
  """
@@ -1130,8 +1131,8 @@ class PodSchedulingContext(dict):
1130
1131
 
1131
1132
  This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
1132
1133
  :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
1134
+ :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
1135
+ :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
1136
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
1136
1137
  :param 'PodSchedulingContextStatusArgs' status: Status describes where resources for the Pod can be allocated.
1137
1138
  """
@@ -1155,7 +1156,7 @@ class PodSchedulingContext(dict):
1155
1156
 
1156
1157
  @property
1157
1158
  @pulumi.getter(name="apiVersion")
1158
- def api_version(self) -> Optional[str]:
1159
+ def api_version(self) -> Optional[builtins.str]:
1159
1160
  """
1160
1161
  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
1162
  """
@@ -1163,7 +1164,7 @@ class PodSchedulingContext(dict):
1163
1164
 
1164
1165
  @property
1165
1166
  @pulumi.getter
1166
- def kind(self) -> Optional[str]:
1167
+ def kind(self) -> Optional[builtins.str]:
1167
1168
  """
1168
1169
  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
1170
  """
@@ -1211,14 +1212,14 @@ class PodSchedulingContextSpec(dict):
1211
1212
  return super().get(key, default)
1212
1213
 
1213
1214
  def __init__(__self__, *,
1214
- potential_nodes: Optional[Sequence[str]] = None,
1215
- selected_node: Optional[str] = None):
1215
+ potential_nodes: Optional[Sequence[builtins.str]] = None,
1216
+ selected_node: Optional[builtins.str] = None):
1216
1217
  """
1217
1218
  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.
1219
+ :param Sequence[builtins.str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
1219
1220
 
1220
1221
  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.
1222
+ :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
1223
  """
1223
1224
  if potential_nodes is not None:
1224
1225
  pulumi.set(__self__, "potential_nodes", potential_nodes)
@@ -1227,7 +1228,7 @@ class PodSchedulingContextSpec(dict):
1227
1228
 
1228
1229
  @property
1229
1230
  @pulumi.getter(name="potentialNodes")
1230
- def potential_nodes(self) -> Optional[Sequence[str]]:
1231
+ def potential_nodes(self) -> Optional[Sequence[builtins.str]]:
1231
1232
  """
1232
1233
  PotentialNodes lists nodes where the Pod might be able to run.
1233
1234
 
@@ -1237,7 +1238,7 @@ class PodSchedulingContextSpec(dict):
1237
1238
 
1238
1239
  @property
1239
1240
  @pulumi.getter(name="selectedNode")
1240
- def selected_node(self) -> Optional[str]:
1241
+ def selected_node(self) -> Optional[builtins.str]:
1241
1242
  """
1242
1243
  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
1244
  """
@@ -1269,14 +1270,14 @@ class PodSchedulingContextSpecPatch(dict):
1269
1270
  return super().get(key, default)
1270
1271
 
1271
1272
  def __init__(__self__, *,
1272
- potential_nodes: Optional[Sequence[str]] = None,
1273
- selected_node: Optional[str] = None):
1273
+ potential_nodes: Optional[Sequence[builtins.str]] = None,
1274
+ selected_node: Optional[builtins.str] = None):
1274
1275
  """
1275
1276
  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.
1277
+ :param Sequence[builtins.str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
1277
1278
 
1278
1279
  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.
1280
+ :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
1281
  """
1281
1282
  if potential_nodes is not None:
1282
1283
  pulumi.set(__self__, "potential_nodes", potential_nodes)
@@ -1285,7 +1286,7 @@ class PodSchedulingContextSpecPatch(dict):
1285
1286
 
1286
1287
  @property
1287
1288
  @pulumi.getter(name="potentialNodes")
1288
- def potential_nodes(self) -> Optional[Sequence[str]]:
1289
+ def potential_nodes(self) -> Optional[Sequence[builtins.str]]:
1289
1290
  """
1290
1291
  PotentialNodes lists nodes where the Pod might be able to run.
1291
1292
 
@@ -1295,7 +1296,7 @@ class PodSchedulingContextSpecPatch(dict):
1295
1296
 
1296
1297
  @property
1297
1298
  @pulumi.getter(name="selectedNode")
1298
- def selected_node(self) -> Optional[str]:
1299
+ def selected_node(self) -> Optional[builtins.str]:
1299
1300
  """
1300
1301
  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
1302
  """
@@ -1408,8 +1409,8 @@ class ResourceClaim(dict):
1408
1409
 
1409
1410
  def __init__(__self__, *,
1410
1411
  spec: 'outputs.ResourceClaimSpec',
1411
- api_version: Optional[str] = None,
1412
- kind: Optional[str] = None,
1412
+ api_version: Optional[builtins.str] = None,
1413
+ kind: Optional[builtins.str] = None,
1413
1414
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1414
1415
  status: Optional['outputs.ResourceClaimStatus'] = None):
1415
1416
  """
@@ -1417,8 +1418,8 @@ class ResourceClaim(dict):
1417
1418
 
1418
1419
  This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
1419
1420
  :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
1421
+ :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
1422
+ :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
1423
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
1423
1424
  :param 'ResourceClaimStatusArgs' status: Status describes whether the resource is available and with which attributes.
1424
1425
  """
@@ -1442,7 +1443,7 @@ class ResourceClaim(dict):
1442
1443
 
1443
1444
  @property
1444
1445
  @pulumi.getter(name="apiVersion")
1445
- def api_version(self) -> Optional[str]:
1446
+ def api_version(self) -> Optional[builtins.str]:
1446
1447
  """
1447
1448
  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
1449
  """
@@ -1450,7 +1451,7 @@ class ResourceClaim(dict):
1450
1451
 
1451
1452
  @property
1452
1453
  @pulumi.getter
1453
- def kind(self) -> Optional[str]:
1454
+ def kind(self) -> Optional[builtins.str]:
1454
1455
  """
1455
1456
  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
1457
  """
@@ -1496,16 +1497,16 @@ class ResourceClaimConsumerReference(dict):
1496
1497
  return super().get(key, default)
1497
1498
 
1498
1499
  def __init__(__self__, *,
1499
- name: str,
1500
- resource: str,
1501
- uid: str,
1502
- api_group: Optional[str] = None):
1500
+ name: builtins.str,
1501
+ resource: builtins.str,
1502
+ uid: builtins.str,
1503
+ api_group: Optional[builtins.str] = None):
1503
1504
  """
1504
1505
  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.
1506
+ :param builtins.str name: Name is the name of resource being referenced.
1507
+ :param builtins.str resource: Resource is the type of resource being referenced, for example "pods".
1508
+ :param builtins.str uid: UID identifies exactly one incarnation of the resource.
1509
+ :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
1510
  """
1510
1511
  pulumi.set(__self__, "name", name)
1511
1512
  pulumi.set(__self__, "resource", resource)
@@ -1515,7 +1516,7 @@ class ResourceClaimConsumerReference(dict):
1515
1516
 
1516
1517
  @property
1517
1518
  @pulumi.getter
1518
- def name(self) -> str:
1519
+ def name(self) -> builtins.str:
1519
1520
  """
1520
1521
  Name is the name of resource being referenced.
1521
1522
  """
@@ -1523,7 +1524,7 @@ class ResourceClaimConsumerReference(dict):
1523
1524
 
1524
1525
  @property
1525
1526
  @pulumi.getter
1526
- def resource(self) -> str:
1527
+ def resource(self) -> builtins.str:
1527
1528
  """
1528
1529
  Resource is the type of resource being referenced, for example "pods".
1529
1530
  """
@@ -1531,7 +1532,7 @@ class ResourceClaimConsumerReference(dict):
1531
1532
 
1532
1533
  @property
1533
1534
  @pulumi.getter
1534
- def uid(self) -> str:
1535
+ def uid(self) -> builtins.str:
1535
1536
  """
1536
1537
  UID identifies exactly one incarnation of the resource.
1537
1538
  """
@@ -1539,7 +1540,7 @@ class ResourceClaimConsumerReference(dict):
1539
1540
 
1540
1541
  @property
1541
1542
  @pulumi.getter(name="apiGroup")
1542
- def api_group(self) -> Optional[str]:
1543
+ def api_group(self) -> Optional[builtins.str]:
1543
1544
  """
1544
1545
  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
1546
  """
@@ -1569,16 +1570,16 @@ class ResourceClaimConsumerReferencePatch(dict):
1569
1570
  return super().get(key, default)
1570
1571
 
1571
1572
  def __init__(__self__, *,
1572
- api_group: Optional[str] = None,
1573
- name: Optional[str] = None,
1574
- resource: Optional[str] = None,
1575
- uid: Optional[str] = None):
1573
+ api_group: Optional[builtins.str] = None,
1574
+ name: Optional[builtins.str] = None,
1575
+ resource: Optional[builtins.str] = None,
1576
+ uid: Optional[builtins.str] = None):
1576
1577
  """
1577
1578
  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.
1579
+ :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.
1580
+ :param builtins.str name: Name is the name of resource being referenced.
1581
+ :param builtins.str resource: Resource is the type of resource being referenced, for example "pods".
1582
+ :param builtins.str uid: UID identifies exactly one incarnation of the resource.
1582
1583
  """
1583
1584
  if api_group is not None:
1584
1585
  pulumi.set(__self__, "api_group", api_group)
@@ -1591,7 +1592,7 @@ class ResourceClaimConsumerReferencePatch(dict):
1591
1592
 
1592
1593
  @property
1593
1594
  @pulumi.getter(name="apiGroup")
1594
- def api_group(self) -> Optional[str]:
1595
+ def api_group(self) -> Optional[builtins.str]:
1595
1596
  """
1596
1597
  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
1598
  """
@@ -1599,7 +1600,7 @@ class ResourceClaimConsumerReferencePatch(dict):
1599
1600
 
1600
1601
  @property
1601
1602
  @pulumi.getter
1602
- def name(self) -> Optional[str]:
1603
+ def name(self) -> Optional[builtins.str]:
1603
1604
  """
1604
1605
  Name is the name of resource being referenced.
1605
1606
  """
@@ -1607,7 +1608,7 @@ class ResourceClaimConsumerReferencePatch(dict):
1607
1608
 
1608
1609
  @property
1609
1610
  @pulumi.getter
1610
- def resource(self) -> Optional[str]:
1611
+ def resource(self) -> Optional[builtins.str]:
1611
1612
  """
1612
1613
  Resource is the type of resource being referenced, for example "pods".
1613
1614
  """
@@ -1615,7 +1616,7 @@ class ResourceClaimConsumerReferencePatch(dict):
1615
1616
 
1616
1617
  @property
1617
1618
  @pulumi.getter
1618
- def uid(self) -> Optional[str]:
1619
+ def uid(self) -> Optional[builtins.str]:
1619
1620
  """
1620
1621
  UID identifies exactly one incarnation of the resource.
1621
1622
  """
@@ -1649,22 +1650,22 @@ class ResourceClaimParameters(dict):
1649
1650
  return super().get(key, default)
1650
1651
 
1651
1652
  def __init__(__self__, *,
1652
- api_version: Optional[str] = None,
1653
+ api_version: Optional[builtins.str] = None,
1653
1654
  driver_requests: Optional[Sequence['outputs.DriverRequests']] = None,
1654
1655
  generated_from: Optional['outputs.ResourceClaimParametersReference'] = None,
1655
- kind: Optional[str] = None,
1656
+ kind: Optional[builtins.str] = None,
1656
1657
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1657
- shareable: Optional[bool] = None):
1658
+ shareable: Optional[builtins.bool] = None):
1658
1659
  """
1659
1660
  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
1661
+ :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
1662
  :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
1663
 
1663
1664
  May be empty, in which case the claim can always be allocated.
1664
1665
  :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
1666
+ :param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1666
1667
  :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.
1668
+ :param builtins.bool shareable: Shareable indicates whether the allocated claim is meant to be shareable by multiple consumers at the same time.
1668
1669
  """
1669
1670
  if api_version is not None:
1670
1671
  pulumi.set(__self__, "api_version", 'resource.k8s.io/v1alpha2')
@@ -1681,7 +1682,7 @@ class ResourceClaimParameters(dict):
1681
1682
 
1682
1683
  @property
1683
1684
  @pulumi.getter(name="apiVersion")
1684
- def api_version(self) -> Optional[str]:
1685
+ def api_version(self) -> Optional[builtins.str]:
1685
1686
  """
1686
1687
  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
1688
  """
@@ -1707,7 +1708,7 @@ class ResourceClaimParameters(dict):
1707
1708
 
1708
1709
  @property
1709
1710
  @pulumi.getter
1710
- def kind(self) -> Optional[str]:
1711
+ def kind(self) -> Optional[builtins.str]:
1711
1712
  """
1712
1713
  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
1714
  """
@@ -1723,7 +1724,7 @@ class ResourceClaimParameters(dict):
1723
1724
 
1724
1725
  @property
1725
1726
  @pulumi.getter
1726
- def shareable(self) -> Optional[bool]:
1727
+ def shareable(self) -> Optional[builtins.bool]:
1727
1728
  """
1728
1729
  Shareable indicates whether the allocated claim is meant to be shareable by multiple consumers at the same time.
1729
1730
  """
@@ -1753,14 +1754,14 @@ class ResourceClaimParametersReference(dict):
1753
1754
  return super().get(key, default)
1754
1755
 
1755
1756
  def __init__(__self__, *,
1756
- kind: str,
1757
- name: str,
1758
- api_group: Optional[str] = None):
1757
+ kind: builtins.str,
1758
+ name: builtins.str,
1759
+ api_group: Optional[builtins.str] = None):
1759
1760
  """
1760
1761
  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.
1762
+ :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".
1763
+ :param builtins.str name: Name is the name of resource being referenced.
1764
+ :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
1765
  """
1765
1766
  pulumi.set(__self__, "kind", kind)
1766
1767
  pulumi.set(__self__, "name", name)
@@ -1769,7 +1770,7 @@ class ResourceClaimParametersReference(dict):
1769
1770
 
1770
1771
  @property
1771
1772
  @pulumi.getter
1772
- def kind(self) -> str:
1773
+ def kind(self) -> builtins.str:
1773
1774
  """
1774
1775
  Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
1775
1776
  """
@@ -1777,7 +1778,7 @@ class ResourceClaimParametersReference(dict):
1777
1778
 
1778
1779
  @property
1779
1780
  @pulumi.getter
1780
- def name(self) -> str:
1781
+ def name(self) -> builtins.str:
1781
1782
  """
1782
1783
  Name is the name of resource being referenced.
1783
1784
  """
@@ -1785,7 +1786,7 @@ class ResourceClaimParametersReference(dict):
1785
1786
 
1786
1787
  @property
1787
1788
  @pulumi.getter(name="apiGroup")
1788
- def api_group(self) -> Optional[str]:
1789
+ def api_group(self) -> Optional[builtins.str]:
1789
1790
  """
1790
1791
  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
1792
  """
@@ -1815,14 +1816,14 @@ class ResourceClaimParametersReferencePatch(dict):
1815
1816
  return super().get(key, default)
1816
1817
 
1817
1818
  def __init__(__self__, *,
1818
- api_group: Optional[str] = None,
1819
- kind: Optional[str] = None,
1820
- name: Optional[str] = None):
1819
+ api_group: Optional[builtins.str] = None,
1820
+ kind: Optional[builtins.str] = None,
1821
+ name: Optional[builtins.str] = None):
1821
1822
  """
1822
1823
  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.
1824
+ :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.
1825
+ :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".
1826
+ :param builtins.str name: Name is the name of resource being referenced.
1826
1827
  """
1827
1828
  if api_group is not None:
1828
1829
  pulumi.set(__self__, "api_group", api_group)
@@ -1833,7 +1834,7 @@ class ResourceClaimParametersReferencePatch(dict):
1833
1834
 
1834
1835
  @property
1835
1836
  @pulumi.getter(name="apiGroup")
1836
- def api_group(self) -> Optional[str]:
1837
+ def api_group(self) -> Optional[builtins.str]:
1837
1838
  """
1838
1839
  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
1840
  """
@@ -1841,7 +1842,7 @@ class ResourceClaimParametersReferencePatch(dict):
1841
1842
 
1842
1843
  @property
1843
1844
  @pulumi.getter
1844
- def kind(self) -> Optional[str]:
1845
+ def kind(self) -> Optional[builtins.str]:
1845
1846
  """
1846
1847
  Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
1847
1848
  """
@@ -1849,7 +1850,7 @@ class ResourceClaimParametersReferencePatch(dict):
1849
1850
 
1850
1851
  @property
1851
1852
  @pulumi.getter
1852
- def name(self) -> Optional[str]:
1853
+ def name(self) -> Optional[builtins.str]:
1853
1854
  """
1854
1855
  Name is the name of resource being referenced.
1855
1856
  """
@@ -1879,12 +1880,12 @@ class ResourceClaimSchedulingStatus(dict):
1879
1880
  return super().get(key, default)
1880
1881
 
1881
1882
  def __init__(__self__, *,
1882
- name: Optional[str] = None,
1883
- unsuitable_nodes: Optional[Sequence[str]] = None):
1883
+ name: Optional[builtins.str] = None,
1884
+ unsuitable_nodes: Optional[Sequence[builtins.str]] = None):
1884
1885
  """
1885
1886
  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.
1887
+ :param builtins.str name: Name matches the pod.spec.resourceClaims[*].Name field.
1888
+ :param Sequence[builtins.str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
1888
1889
 
1889
1890
  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
1891
  """
@@ -1895,7 +1896,7 @@ class ResourceClaimSchedulingStatus(dict):
1895
1896
 
1896
1897
  @property
1897
1898
  @pulumi.getter
1898
- def name(self) -> Optional[str]:
1899
+ def name(self) -> Optional[builtins.str]:
1899
1900
  """
1900
1901
  Name matches the pod.spec.resourceClaims[*].Name field.
1901
1902
  """
@@ -1903,7 +1904,7 @@ class ResourceClaimSchedulingStatus(dict):
1903
1904
 
1904
1905
  @property
1905
1906
  @pulumi.getter(name="unsuitableNodes")
1906
- def unsuitable_nodes(self) -> Optional[Sequence[str]]:
1907
+ def unsuitable_nodes(self) -> Optional[Sequence[builtins.str]]:
1907
1908
  """
1908
1909
  UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
1909
1910
 
@@ -1935,12 +1936,12 @@ class ResourceClaimSchedulingStatusPatch(dict):
1935
1936
  return super().get(key, default)
1936
1937
 
1937
1938
  def __init__(__self__, *,
1938
- name: Optional[str] = None,
1939
- unsuitable_nodes: Optional[Sequence[str]] = None):
1939
+ name: Optional[builtins.str] = None,
1940
+ unsuitable_nodes: Optional[Sequence[builtins.str]] = None):
1940
1941
  """
1941
1942
  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.
1943
+ :param builtins.str name: Name matches the pod.spec.resourceClaims[*].Name field.
1944
+ :param Sequence[builtins.str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
1944
1945
 
1945
1946
  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
1947
  """
@@ -1951,7 +1952,7 @@ class ResourceClaimSchedulingStatusPatch(dict):
1951
1952
 
1952
1953
  @property
1953
1954
  @pulumi.getter
1954
- def name(self) -> Optional[str]:
1955
+ def name(self) -> Optional[builtins.str]:
1955
1956
  """
1956
1957
  Name matches the pod.spec.resourceClaims[*].Name field.
1957
1958
  """
@@ -1959,7 +1960,7 @@ class ResourceClaimSchedulingStatusPatch(dict):
1959
1960
 
1960
1961
  @property
1961
1962
  @pulumi.getter(name="unsuitableNodes")
1962
- def unsuitable_nodes(self) -> Optional[Sequence[str]]:
1963
+ def unsuitable_nodes(self) -> Optional[Sequence[builtins.str]]:
1963
1964
  """
1964
1965
  UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
1965
1966
 
@@ -1995,13 +1996,13 @@ class ResourceClaimSpec(dict):
1995
1996
  return super().get(key, default)
1996
1997
 
1997
1998
  def __init__(__self__, *,
1998
- resource_class_name: str,
1999
- allocation_mode: Optional[str] = None,
1999
+ resource_class_name: builtins.str,
2000
+ allocation_mode: Optional[builtins.str] = None,
2000
2001
  parameters_ref: Optional['outputs.ResourceClaimParametersReference'] = None):
2001
2002
  """
2002
2003
  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.
2004
+ :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.
2005
+ :param builtins.str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
2005
2006
  :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
2007
 
2007
2008
  The object must be in the same namespace as the ResourceClaim.
@@ -2014,7 +2015,7 @@ class ResourceClaimSpec(dict):
2014
2015
 
2015
2016
  @property
2016
2017
  @pulumi.getter(name="resourceClassName")
2017
- def resource_class_name(self) -> str:
2018
+ def resource_class_name(self) -> builtins.str:
2018
2019
  """
2019
2020
  ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
2020
2021
  """
@@ -2022,7 +2023,7 @@ class ResourceClaimSpec(dict):
2022
2023
 
2023
2024
  @property
2024
2025
  @pulumi.getter(name="allocationMode")
2025
- def allocation_mode(self) -> Optional[str]:
2026
+ def allocation_mode(self) -> Optional[builtins.str]:
2026
2027
  """
2027
2028
  Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
2028
2029
  """
@@ -2066,16 +2067,16 @@ class ResourceClaimSpecPatch(dict):
2066
2067
  return super().get(key, default)
2067
2068
 
2068
2069
  def __init__(__self__, *,
2069
- allocation_mode: Optional[str] = None,
2070
+ allocation_mode: Optional[builtins.str] = None,
2070
2071
  parameters_ref: Optional['outputs.ResourceClaimParametersReferencePatch'] = None,
2071
- resource_class_name: Optional[str] = None):
2072
+ resource_class_name: Optional[builtins.str] = None):
2072
2073
  """
2073
2074
  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.
2075
+ :param builtins.str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
2075
2076
  :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
2077
 
2077
2078
  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.
2079
+ :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
2080
  """
2080
2081
  if allocation_mode is not None:
2081
2082
  pulumi.set(__self__, "allocation_mode", allocation_mode)
@@ -2086,7 +2087,7 @@ class ResourceClaimSpecPatch(dict):
2086
2087
 
2087
2088
  @property
2088
2089
  @pulumi.getter(name="allocationMode")
2089
- def allocation_mode(self) -> Optional[str]:
2090
+ def allocation_mode(self) -> Optional[builtins.str]:
2090
2091
  """
2091
2092
  Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
2092
2093
  """
@@ -2104,7 +2105,7 @@ class ResourceClaimSpecPatch(dict):
2104
2105
 
2105
2106
  @property
2106
2107
  @pulumi.getter(name="resourceClassName")
2107
- def resource_class_name(self) -> Optional[str]:
2108
+ def resource_class_name(self) -> Optional[builtins.str]:
2108
2109
  """
2109
2110
  ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
2110
2111
  """
@@ -2139,18 +2140,18 @@ class ResourceClaimStatus(dict):
2139
2140
 
2140
2141
  def __init__(__self__, *,
2141
2142
  allocation: Optional['outputs.AllocationResult'] = None,
2142
- deallocation_requested: Optional[bool] = None,
2143
- driver_name: Optional[str] = None,
2143
+ deallocation_requested: Optional[builtins.bool] = None,
2144
+ driver_name: Optional[builtins.str] = None,
2144
2145
  reserved_for: Optional[Sequence['outputs.ResourceClaimConsumerReference']] = None):
2145
2146
  """
2146
2147
  ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.
2147
2148
  :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.
2149
+ :param builtins.bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
2149
2150
 
2150
2151
  The driver then must deallocate this claim and reset the field together with clearing the Allocation field.
2151
2152
 
2152
2153
  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.
2154
+ :param builtins.str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
2154
2155
  :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
2156
 
2156
2157
  There can be at most 32 such reservations. This may get increased in the future, but not reduced.
@@ -2174,7 +2175,7 @@ class ResourceClaimStatus(dict):
2174
2175
 
2175
2176
  @property
2176
2177
  @pulumi.getter(name="deallocationRequested")
2177
- def deallocation_requested(self) -> Optional[bool]:
2178
+ def deallocation_requested(self) -> Optional[builtins.bool]:
2178
2179
  """
2179
2180
  DeallocationRequested indicates that a ResourceClaim is to be deallocated.
2180
2181
 
@@ -2186,7 +2187,7 @@ class ResourceClaimStatus(dict):
2186
2187
 
2187
2188
  @property
2188
2189
  @pulumi.getter(name="driverName")
2189
- def driver_name(self) -> Optional[str]:
2190
+ def driver_name(self) -> Optional[builtins.str]:
2190
2191
  """
2191
2192
  DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
2192
2193
  """
@@ -2231,18 +2232,18 @@ class ResourceClaimStatusPatch(dict):
2231
2232
 
2232
2233
  def __init__(__self__, *,
2233
2234
  allocation: Optional['outputs.AllocationResultPatch'] = None,
2234
- deallocation_requested: Optional[bool] = None,
2235
- driver_name: Optional[str] = None,
2235
+ deallocation_requested: Optional[builtins.bool] = None,
2236
+ driver_name: Optional[builtins.str] = None,
2236
2237
  reserved_for: Optional[Sequence['outputs.ResourceClaimConsumerReferencePatch']] = None):
2237
2238
  """
2238
2239
  ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.
2239
2240
  :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.
2241
+ :param builtins.bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
2241
2242
 
2242
2243
  The driver then must deallocate this claim and reset the field together with clearing the Allocation field.
2243
2244
 
2244
2245
  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.
2246
+ :param builtins.str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
2246
2247
  :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
2248
 
2248
2249
  There can be at most 32 such reservations. This may get increased in the future, but not reduced.
@@ -2266,7 +2267,7 @@ class ResourceClaimStatusPatch(dict):
2266
2267
 
2267
2268
  @property
2268
2269
  @pulumi.getter(name="deallocationRequested")
2269
- def deallocation_requested(self) -> Optional[bool]:
2270
+ def deallocation_requested(self) -> Optional[builtins.bool]:
2270
2271
  """
2271
2272
  DeallocationRequested indicates that a ResourceClaim is to be deallocated.
2272
2273
 
@@ -2278,7 +2279,7 @@ class ResourceClaimStatusPatch(dict):
2278
2279
 
2279
2280
  @property
2280
2281
  @pulumi.getter(name="driverName")
2281
- def driver_name(self) -> Optional[str]:
2282
+ def driver_name(self) -> Optional[builtins.str]:
2282
2283
  """
2283
2284
  DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
2284
2285
  """
@@ -2319,16 +2320,16 @@ class ResourceClaimTemplate(dict):
2319
2320
 
2320
2321
  def __init__(__self__, *,
2321
2322
  spec: 'outputs.ResourceClaimTemplateSpec',
2322
- api_version: Optional[str] = None,
2323
- kind: Optional[str] = None,
2323
+ api_version: Optional[builtins.str] = None,
2324
+ kind: Optional[builtins.str] = None,
2324
2325
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
2325
2326
  """
2326
2327
  ResourceClaimTemplate is used to produce ResourceClaim objects.
2327
2328
  :param 'ResourceClaimTemplateSpecArgs' spec: Describes the ResourceClaim that is to be generated.
2328
2329
 
2329
2330
  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
2331
+ :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
2332
+ :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
2333
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
2333
2334
  """
2334
2335
  pulumi.set(__self__, "spec", spec)
@@ -2351,7 +2352,7 @@ class ResourceClaimTemplate(dict):
2351
2352
 
2352
2353
  @property
2353
2354
  @pulumi.getter(name="apiVersion")
2354
- def api_version(self) -> Optional[str]:
2355
+ def api_version(self) -> Optional[builtins.str]:
2355
2356
  """
2356
2357
  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
2358
  """
@@ -2359,7 +2360,7 @@ class ResourceClaimTemplate(dict):
2359
2360
 
2360
2361
  @property
2361
2362
  @pulumi.getter
2362
- def kind(self) -> Optional[str]:
2363
+ def kind(self) -> Optional[builtins.str]:
2363
2364
  """
2364
2365
  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
2366
  """
@@ -2476,25 +2477,25 @@ class ResourceClass(dict):
2476
2477
  return super().get(key, default)
2477
2478
 
2478
2479
  def __init__(__self__, *,
2479
- driver_name: str,
2480
- api_version: Optional[str] = None,
2481
- kind: Optional[str] = None,
2480
+ driver_name: builtins.str,
2481
+ api_version: Optional[builtins.str] = None,
2482
+ kind: Optional[builtins.str] = None,
2482
2483
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
2483
2484
  parameters_ref: Optional['outputs.ResourceClassParametersReference'] = None,
2484
- structured_parameters: Optional[bool] = None,
2485
+ structured_parameters: Optional[builtins.bool] = None,
2485
2486
  suitable_nodes: Optional['_core.v1.outputs.NodeSelector'] = None):
2486
2487
  """
2487
2488
  ResourceClass is used by administrators to influence how resources are allocated.
2488
2489
 
2489
2490
  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.
2491
+ :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
2492
 
2492
2493
  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
2494
+ :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
2495
+ :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
2496
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
2496
2497
  :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.
2498
+ :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
2499
  :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
2500
 
2500
2501
  Setting this field is optional. If null, all nodes are candidates.
@@ -2515,7 +2516,7 @@ class ResourceClass(dict):
2515
2516
 
2516
2517
  @property
2517
2518
  @pulumi.getter(name="driverName")
2518
- def driver_name(self) -> str:
2519
+ def driver_name(self) -> builtins.str:
2519
2520
  """
2520
2521
  DriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class.
2521
2522
 
@@ -2525,7 +2526,7 @@ class ResourceClass(dict):
2525
2526
 
2526
2527
  @property
2527
2528
  @pulumi.getter(name="apiVersion")
2528
- def api_version(self) -> Optional[str]:
2529
+ def api_version(self) -> Optional[builtins.str]:
2529
2530
  """
2530
2531
  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
2532
  """
@@ -2533,7 +2534,7 @@ class ResourceClass(dict):
2533
2534
 
2534
2535
  @property
2535
2536
  @pulumi.getter
2536
- def kind(self) -> Optional[str]:
2537
+ def kind(self) -> Optional[builtins.str]:
2537
2538
  """
2538
2539
  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
2540
  """
@@ -2557,7 +2558,7 @@ class ResourceClass(dict):
2557
2558
 
2558
2559
  @property
2559
2560
  @pulumi.getter(name="structuredParameters")
2560
- def structured_parameters(self) -> Optional[bool]:
2561
+ def structured_parameters(self) -> Optional[builtins.bool]:
2561
2562
  """
2562
2563
  If and only if allocation of claims using this class is handled via structured parameters, then StructuredParameters must be set to true.
2563
2564
  """
@@ -2601,18 +2602,18 @@ class ResourceClassParameters(dict):
2601
2602
  return super().get(key, default)
2602
2603
 
2603
2604
  def __init__(__self__, *,
2604
- api_version: Optional[str] = None,
2605
+ api_version: Optional[builtins.str] = None,
2605
2606
  filters: Optional[Sequence['outputs.ResourceFilter']] = None,
2606
2607
  generated_from: Optional['outputs.ResourceClassParametersReference'] = None,
2607
- kind: Optional[str] = None,
2608
+ kind: Optional[builtins.str] = None,
2608
2609
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
2609
2610
  vendor_parameters: Optional[Sequence['outputs.VendorParameters']] = None):
2610
2611
  """
2611
2612
  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
2613
+ :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
2614
  :param Sequence['ResourceFilterArgs'] filters: Filters describes additional contraints that must be met when using the class.
2614
2615
  :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
2616
+ :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
2617
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
2617
2618
  :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
2619
  """
@@ -2631,7 +2632,7 @@ class ResourceClassParameters(dict):
2631
2632
 
2632
2633
  @property
2633
2634
  @pulumi.getter(name="apiVersion")
2634
- def api_version(self) -> Optional[str]:
2635
+ def api_version(self) -> Optional[builtins.str]:
2635
2636
  """
2636
2637
  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
2638
  """
@@ -2655,7 +2656,7 @@ class ResourceClassParameters(dict):
2655
2656
 
2656
2657
  @property
2657
2658
  @pulumi.getter
2658
- def kind(self) -> Optional[str]:
2659
+ def kind(self) -> Optional[builtins.str]:
2659
2660
  """
2660
2661
  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
2662
  """
@@ -2701,16 +2702,16 @@ class ResourceClassParametersReference(dict):
2701
2702
  return super().get(key, default)
2702
2703
 
2703
2704
  def __init__(__self__, *,
2704
- kind: str,
2705
- name: str,
2706
- api_group: Optional[str] = None,
2707
- namespace: Optional[str] = None):
2705
+ kind: builtins.str,
2706
+ name: builtins.str,
2707
+ api_group: Optional[builtins.str] = None,
2708
+ namespace: Optional[builtins.str] = None):
2708
2709
  """
2709
2710
  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.
2711
+ :param builtins.str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
2712
+ :param builtins.str name: Name is the name of resource being referenced.
2713
+ :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.
2714
+ :param builtins.str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
2714
2715
  """
2715
2716
  pulumi.set(__self__, "kind", kind)
2716
2717
  pulumi.set(__self__, "name", name)
@@ -2721,7 +2722,7 @@ class ResourceClassParametersReference(dict):
2721
2722
 
2722
2723
  @property
2723
2724
  @pulumi.getter
2724
- def kind(self) -> str:
2725
+ def kind(self) -> builtins.str:
2725
2726
  """
2726
2727
  Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
2727
2728
  """
@@ -2729,7 +2730,7 @@ class ResourceClassParametersReference(dict):
2729
2730
 
2730
2731
  @property
2731
2732
  @pulumi.getter
2732
- def name(self) -> str:
2733
+ def name(self) -> builtins.str:
2733
2734
  """
2734
2735
  Name is the name of resource being referenced.
2735
2736
  """
@@ -2737,7 +2738,7 @@ class ResourceClassParametersReference(dict):
2737
2738
 
2738
2739
  @property
2739
2740
  @pulumi.getter(name="apiGroup")
2740
- def api_group(self) -> Optional[str]:
2741
+ def api_group(self) -> Optional[builtins.str]:
2741
2742
  """
2742
2743
  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
2744
  """
@@ -2745,7 +2746,7 @@ class ResourceClassParametersReference(dict):
2745
2746
 
2746
2747
  @property
2747
2748
  @pulumi.getter
2748
- def namespace(self) -> Optional[str]:
2749
+ def namespace(self) -> Optional[builtins.str]:
2749
2750
  """
2750
2751
  Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
2751
2752
  """
@@ -2775,16 +2776,16 @@ class ResourceClassParametersReferencePatch(dict):
2775
2776
  return super().get(key, default)
2776
2777
 
2777
2778
  def __init__(__self__, *,
2778
- api_group: Optional[str] = None,
2779
- kind: Optional[str] = None,
2780
- name: Optional[str] = None,
2781
- namespace: Optional[str] = None):
2779
+ api_group: Optional[builtins.str] = None,
2780
+ kind: Optional[builtins.str] = None,
2781
+ name: Optional[builtins.str] = None,
2782
+ namespace: Optional[builtins.str] = None):
2782
2783
  """
2783
2784
  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.
2785
+ :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.
2786
+ :param builtins.str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
2787
+ :param builtins.str name: Name is the name of resource being referenced.
2788
+ :param builtins.str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
2788
2789
  """
2789
2790
  if api_group is not None:
2790
2791
  pulumi.set(__self__, "api_group", api_group)
@@ -2797,7 +2798,7 @@ class ResourceClassParametersReferencePatch(dict):
2797
2798
 
2798
2799
  @property
2799
2800
  @pulumi.getter(name="apiGroup")
2800
- def api_group(self) -> Optional[str]:
2801
+ def api_group(self) -> Optional[builtins.str]:
2801
2802
  """
2802
2803
  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
2804
  """
@@ -2805,7 +2806,7 @@ class ResourceClassParametersReferencePatch(dict):
2805
2806
 
2806
2807
  @property
2807
2808
  @pulumi.getter
2808
- def kind(self) -> Optional[str]:
2809
+ def kind(self) -> Optional[builtins.str]:
2809
2810
  """
2810
2811
  Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
2811
2812
  """
@@ -2813,7 +2814,7 @@ class ResourceClassParametersReferencePatch(dict):
2813
2814
 
2814
2815
  @property
2815
2816
  @pulumi.getter
2816
- def name(self) -> Optional[str]:
2817
+ def name(self) -> Optional[builtins.str]:
2817
2818
  """
2818
2819
  Name is the name of resource being referenced.
2819
2820
  """
@@ -2821,7 +2822,7 @@ class ResourceClassParametersReferencePatch(dict):
2821
2822
 
2822
2823
  @property
2823
2824
  @pulumi.getter
2824
- def namespace(self) -> Optional[str]:
2825
+ def namespace(self) -> Optional[builtins.str]:
2825
2826
  """
2826
2827
  Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
2827
2828
  """
@@ -2853,11 +2854,11 @@ class ResourceFilter(dict):
2853
2854
  return super().get(key, default)
2854
2855
 
2855
2856
  def __init__(__self__, *,
2856
- driver_name: Optional[str] = None,
2857
+ driver_name: Optional[builtins.str] = None,
2857
2858
  named_resources: Optional['outputs.NamedResourcesFilter'] = None):
2858
2859
  """
2859
2860
  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.
2861
+ :param builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
2861
2862
  :param 'NamedResourcesFilterArgs' named_resources: NamedResources describes a resource filter using the named resources model.
2862
2863
  """
2863
2864
  if driver_name is not None:
@@ -2867,7 +2868,7 @@ class ResourceFilter(dict):
2867
2868
 
2868
2869
  @property
2869
2870
  @pulumi.getter(name="driverName")
2870
- def driver_name(self) -> Optional[str]:
2871
+ def driver_name(self) -> Optional[builtins.str]:
2871
2872
  """
2872
2873
  DriverName is the name used by the DRA driver kubelet plugin.
2873
2874
  """
@@ -2907,11 +2908,11 @@ class ResourceFilterPatch(dict):
2907
2908
  return super().get(key, default)
2908
2909
 
2909
2910
  def __init__(__self__, *,
2910
- driver_name: Optional[str] = None,
2911
+ driver_name: Optional[builtins.str] = None,
2911
2912
  named_resources: Optional['outputs.NamedResourcesFilterPatch'] = None):
2912
2913
  """
2913
2914
  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.
2915
+ :param builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
2915
2916
  :param 'NamedResourcesFilterPatchArgs' named_resources: NamedResources describes a resource filter using the named resources model.
2916
2917
  """
2917
2918
  if driver_name is not None:
@@ -2921,7 +2922,7 @@ class ResourceFilterPatch(dict):
2921
2922
 
2922
2923
  @property
2923
2924
  @pulumi.getter(name="driverName")
2924
- def driver_name(self) -> Optional[str]:
2925
+ def driver_name(self) -> Optional[builtins.str]:
2925
2926
  """
2926
2927
  DriverName is the name used by the DRA driver kubelet plugin.
2927
2928
  """
@@ -2961,15 +2962,15 @@ class ResourceHandle(dict):
2961
2962
  return super().get(key, default)
2962
2963
 
2963
2964
  def __init__(__self__, *,
2964
- data: Optional[str] = None,
2965
- driver_name: Optional[str] = None,
2965
+ data: Optional[builtins.str] = None,
2966
+ driver_name: Optional[builtins.str] = None,
2966
2967
  structured_data: Optional['outputs.StructuredResourceHandle'] = None):
2967
2968
  """
2968
2969
  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.
2970
+ :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
2971
 
2971
2972
  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.
2973
+ :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
2974
  :param 'StructuredResourceHandleArgs' structured_data: If StructuredData is set, then it needs to be used instead of Data.
2974
2975
  """
2975
2976
  if data is not None:
@@ -2981,7 +2982,7 @@ class ResourceHandle(dict):
2981
2982
 
2982
2983
  @property
2983
2984
  @pulumi.getter
2984
- def data(self) -> Optional[str]:
2985
+ def data(self) -> Optional[builtins.str]:
2985
2986
  """
2986
2987
  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
2988
 
@@ -2991,7 +2992,7 @@ class ResourceHandle(dict):
2991
2992
 
2992
2993
  @property
2993
2994
  @pulumi.getter(name="driverName")
2994
- def driver_name(self) -> Optional[str]:
2995
+ def driver_name(self) -> Optional[builtins.str]:
2995
2996
  """
2996
2997
  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
2998
  """
@@ -3031,15 +3032,15 @@ class ResourceHandlePatch(dict):
3031
3032
  return super().get(key, default)
3032
3033
 
3033
3034
  def __init__(__self__, *,
3034
- data: Optional[str] = None,
3035
- driver_name: Optional[str] = None,
3035
+ data: Optional[builtins.str] = None,
3036
+ driver_name: Optional[builtins.str] = None,
3036
3037
  structured_data: Optional['outputs.StructuredResourceHandlePatch'] = None):
3037
3038
  """
3038
3039
  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.
3040
+ :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
3041
 
3041
3042
  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.
3043
+ :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
3044
  :param 'StructuredResourceHandlePatchArgs' structured_data: If StructuredData is set, then it needs to be used instead of Data.
3044
3045
  """
3045
3046
  if data is not None:
@@ -3051,7 +3052,7 @@ class ResourceHandlePatch(dict):
3051
3052
 
3052
3053
  @property
3053
3054
  @pulumi.getter
3054
- def data(self) -> Optional[str]:
3055
+ def data(self) -> Optional[builtins.str]:
3055
3056
  """
3056
3057
  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
3058
 
@@ -3061,7 +3062,7 @@ class ResourceHandlePatch(dict):
3061
3062
 
3062
3063
  @property
3063
3064
  @pulumi.getter(name="driverName")
3064
- def driver_name(self) -> Optional[str]:
3065
+ def driver_name(self) -> Optional[builtins.str]:
3065
3066
  """
3066
3067
  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
3068
  """
@@ -3213,20 +3214,20 @@ class ResourceSlice(dict):
3213
3214
  return super().get(key, default)
3214
3215
 
3215
3216
  def __init__(__self__, *,
3216
- driver_name: str,
3217
- api_version: Optional[str] = None,
3218
- kind: Optional[str] = None,
3217
+ driver_name: builtins.str,
3218
+ api_version: Optional[builtins.str] = None,
3219
+ kind: Optional[builtins.str] = None,
3219
3220
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
3220
3221
  named_resources: Optional['outputs.NamedResourcesResources'] = None,
3221
- node_name: Optional[str] = None):
3222
+ node_name: Optional[builtins.str] = None):
3222
3223
  """
3223
3224
  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
3225
+ :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.
3226
+ :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
3227
+ :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
3228
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
3228
3229
  :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.
3230
+ :param builtins.str node_name: NodeName identifies the node which provides the resources if they are local to a node.
3230
3231
 
3231
3232
  A field selector can be used to list only ResourceSlice objects with a certain node name.
3232
3233
  """
@@ -3244,7 +3245,7 @@ class ResourceSlice(dict):
3244
3245
 
3245
3246
  @property
3246
3247
  @pulumi.getter(name="driverName")
3247
- def driver_name(self) -> str:
3248
+ def driver_name(self) -> builtins.str:
3248
3249
  """
3249
3250
  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
3251
  """
@@ -3252,7 +3253,7 @@ class ResourceSlice(dict):
3252
3253
 
3253
3254
  @property
3254
3255
  @pulumi.getter(name="apiVersion")
3255
- def api_version(self) -> Optional[str]:
3256
+ def api_version(self) -> Optional[builtins.str]:
3256
3257
  """
3257
3258
  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
3259
  """
@@ -3260,7 +3261,7 @@ class ResourceSlice(dict):
3260
3261
 
3261
3262
  @property
3262
3263
  @pulumi.getter
3263
- def kind(self) -> Optional[str]:
3264
+ def kind(self) -> Optional[builtins.str]:
3264
3265
  """
3265
3266
  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
3267
  """
@@ -3284,7 +3285,7 @@ class ResourceSlice(dict):
3284
3285
 
3285
3286
  @property
3286
3287
  @pulumi.getter(name="nodeName")
3287
- def node_name(self) -> Optional[str]:
3288
+ def node_name(self) -> Optional[builtins.str]:
3288
3289
  """
3289
3290
  NodeName identifies the node which provides the resources if they are local to a node.
3290
3291
 
@@ -3321,13 +3322,13 @@ class StructuredResourceHandle(dict):
3321
3322
 
3322
3323
  def __init__(__self__, *,
3323
3324
  results: Sequence['outputs.DriverAllocationResult'],
3324
- node_name: Optional[str] = None,
3325
+ node_name: Optional[builtins.str] = None,
3325
3326
  vendor_claim_parameters: Optional[Any] = None,
3326
3327
  vendor_class_parameters: Optional[Any] = None):
3327
3328
  """
3328
3329
  StructuredResourceHandle is the in-tree representation of the allocation result.
3329
3330
  :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.
3331
+ :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
3332
  :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
3333
  :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
3334
  """
@@ -3349,7 +3350,7 @@ class StructuredResourceHandle(dict):
3349
3350
 
3350
3351
  @property
3351
3352
  @pulumi.getter(name="nodeName")
3352
- def node_name(self) -> Optional[str]:
3353
+ def node_name(self) -> Optional[builtins.str]:
3353
3354
  """
3354
3355
  NodeName is the name of the node providing the necessary resources if the resources are local to a node.
3355
3356
  """
@@ -3399,13 +3400,13 @@ class StructuredResourceHandlePatch(dict):
3399
3400
  return super().get(key, default)
3400
3401
 
3401
3402
  def __init__(__self__, *,
3402
- node_name: Optional[str] = None,
3403
+ node_name: Optional[builtins.str] = None,
3403
3404
  results: Optional[Sequence['outputs.DriverAllocationResultPatch']] = None,
3404
3405
  vendor_claim_parameters: Optional[Any] = None,
3405
3406
  vendor_class_parameters: Optional[Any] = None):
3406
3407
  """
3407
3408
  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.
3409
+ :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
3410
  :param Sequence['DriverAllocationResultPatchArgs'] results: Results lists all allocated driver resources.
3410
3411
  :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
3412
  :param Any vendor_class_parameters: VendorClassParameters are the per-claim configuration parameters from the resource class at the time that the claim was allocated.
@@ -3421,7 +3422,7 @@ class StructuredResourceHandlePatch(dict):
3421
3422
 
3422
3423
  @property
3423
3424
  @pulumi.getter(name="nodeName")
3424
- def node_name(self) -> Optional[str]:
3425
+ def node_name(self) -> Optional[builtins.str]:
3425
3426
  """
3426
3427
  NodeName is the name of the node providing the necessary resources if the resources are local to a node.
3427
3428
  """
@@ -3475,11 +3476,11 @@ class VendorParameters(dict):
3475
3476
  return super().get(key, default)
3476
3477
 
3477
3478
  def __init__(__self__, *,
3478
- driver_name: Optional[str] = None,
3479
+ driver_name: Optional[builtins.str] = None,
3479
3480
  parameters: Optional[Any] = None):
3480
3481
  """
3481
3482
  VendorParameters are opaque parameters for one particular driver.
3482
- :param str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
3483
+ :param builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
3483
3484
  :param Any parameters: Parameters can be arbitrary setup parameters. They are ignored while allocating a claim.
3484
3485
  """
3485
3486
  if driver_name is not None:
@@ -3489,7 +3490,7 @@ class VendorParameters(dict):
3489
3490
 
3490
3491
  @property
3491
3492
  @pulumi.getter(name="driverName")
3492
- def driver_name(self) -> Optional[str]:
3493
+ def driver_name(self) -> Optional[builtins.str]:
3493
3494
  """
3494
3495
  DriverName is the name used by the DRA driver kubelet plugin.
3495
3496
  """
@@ -3527,11 +3528,11 @@ class VendorParametersPatch(dict):
3527
3528
  return super().get(key, default)
3528
3529
 
3529
3530
  def __init__(__self__, *,
3530
- driver_name: Optional[str] = None,
3531
+ driver_name: Optional[builtins.str] = None,
3531
3532
  parameters: Optional[Any] = None):
3532
3533
  """
3533
3534
  VendorParameters are opaque parameters for one particular driver.
3534
- :param str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
3535
+ :param builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
3535
3536
  :param Any parameters: Parameters can be arbitrary setup parameters. They are ignored while allocating a claim.
3536
3537
  """
3537
3538
  if driver_name is not None:
@@ -3541,7 +3542,7 @@ class VendorParametersPatch(dict):
3541
3542
 
3542
3543
  @property
3543
3544
  @pulumi.getter(name="driverName")
3544
- def driver_name(self) -> Optional[str]:
3545
+ def driver_name(self) -> Optional[builtins.str]:
3545
3546
  """
3546
3547
  DriverName is the name used by the DRA driver kubelet plugin.
3547
3548
  """