pulumi-kubernetes 4.17.0a1723576835__py3-none-any.whl → 4.26.0a1769215986__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (703) hide show
  1. pulumi_kubernetes/__init__.py +73 -2
  2. pulumi_kubernetes/_inputs.py +49 -49
  3. pulumi_kubernetes/_utilities.py +9 -5
  4. pulumi_kubernetes/admissionregistration/__init__.py +1 -0
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +26 -25
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +26 -25
  7. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +26 -25
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +27 -26
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +26 -25
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +26 -25
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +26 -25
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +27 -26
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +26 -25
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +26 -25
  16. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +26 -25
  17. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
  18. pulumi_kubernetes/admissionregistration/v1/_inputs.py +721 -721
  19. pulumi_kubernetes/admissionregistration/v1/outputs.py +516 -516
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +215 -0
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +223 -0
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +216 -0
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +235 -0
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +216 -0
  25. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +227 -0
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +27 -26
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +26 -33
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +26 -25
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +26 -33
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +26 -25
  31. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +27 -26
  32. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +7 -0
  33. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2219 -716
  34. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1649 -530
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +26 -25
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +26 -25
  37. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +26 -25
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +27 -26
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +26 -25
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +26 -25
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +26 -25
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +27 -26
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +26 -25
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +26 -25
  46. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +26 -25
  47. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
  48. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +717 -717
  49. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +512 -512
  50. pulumi_kubernetes/apiextensions/__init__.py +1 -0
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +27 -26
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +26 -25
  53. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +27 -26
  54. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
  55. pulumi_kubernetes/apiextensions/v1/_inputs.py +912 -912
  56. pulumi_kubernetes/apiextensions/v1/outputs.py +624 -624
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +27 -26
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +26 -25
  59. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +27 -26
  60. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
  61. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -834
  62. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -572
  63. pulumi_kubernetes/apiregistration/__init__.py +1 -0
  64. pulumi_kubernetes/apiregistration/v1/APIService.py +27 -26
  65. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +26 -25
  66. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +27 -26
  67. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
  68. pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -157
  69. pulumi_kubernetes/apiregistration/v1/outputs.py +128 -128
  70. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +27 -26
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +26 -25
  72. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +27 -26
  73. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
  74. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -157
  75. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -128
  76. pulumi_kubernetes/apps/__init__.py +1 -0
  77. pulumi_kubernetes/apps/v1/ControllerRevision.py +36 -35
  78. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +26 -25
  79. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +36 -35
  80. pulumi_kubernetes/apps/v1/DaemonSet.py +27 -26
  81. pulumi_kubernetes/apps/v1/DaemonSetList.py +26 -25
  82. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +27 -26
  83. pulumi_kubernetes/apps/v1/Deployment.py +27 -26
  84. pulumi_kubernetes/apps/v1/DeploymentList.py +26 -25
  85. pulumi_kubernetes/apps/v1/DeploymentPatch.py +27 -26
  86. pulumi_kubernetes/apps/v1/ReplicaSet.py +27 -26
  87. pulumi_kubernetes/apps/v1/ReplicaSetList.py +30 -29
  88. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +27 -26
  89. pulumi_kubernetes/apps/v1/StatefulSet.py +27 -26
  90. pulumi_kubernetes/apps/v1/StatefulSetList.py +26 -25
  91. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +27 -26
  92. pulumi_kubernetes/apps/v1/__init__.py +1 -0
  93. pulumi_kubernetes/apps/v1/_inputs.py +835 -782
  94. pulumi_kubernetes/apps/v1/outputs.py +806 -733
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +36 -35
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +26 -25
  97. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +36 -35
  98. pulumi_kubernetes/apps/v1beta1/Deployment.py +27 -26
  99. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +26 -25
  100. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +27 -26
  101. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +27 -26
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +26 -25
  103. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +27 -26
  104. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
  105. pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -409
  106. pulumi_kubernetes/apps/v1beta1/outputs.py +381 -381
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +36 -35
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +26 -25
  109. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +36 -35
  110. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +27 -26
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +26 -25
  112. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +27 -26
  113. pulumi_kubernetes/apps/v1beta2/Deployment.py +27 -26
  114. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +26 -25
  115. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +27 -26
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +27 -26
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +26 -25
  118. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +27 -26
  119. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +27 -26
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +26 -25
  121. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +27 -26
  122. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
  123. pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -655
  124. pulumi_kubernetes/apps/v1beta2/outputs.py +645 -645
  125. pulumi_kubernetes/auditregistration/__init__.py +1 -0
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +26 -25
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +26 -25
  128. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +26 -25
  129. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
  130. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -145
  131. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -101
  132. pulumi_kubernetes/autoscaling/__init__.py +1 -0
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +27 -26
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +26 -25
  135. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +27 -26
  136. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
  137. pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -120
  138. pulumi_kubernetes/autoscaling/v1/outputs.py +102 -102
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +27 -26
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +26 -25
  141. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +27 -26
  142. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
  143. pulumi_kubernetes/autoscaling/v2/_inputs.py +500 -420
  144. pulumi_kubernetes/autoscaling/v2/outputs.py +438 -382
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +27 -26
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +26 -25
  147. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +27 -26
  148. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
  149. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -451
  150. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -424
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +27 -26
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +26 -25
  153. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +27 -26
  154. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
  155. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -398
  156. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -366
  157. pulumi_kubernetes/batch/__init__.py +1 -0
  158. pulumi_kubernetes/batch/v1/CronJob.py +27 -26
  159. pulumi_kubernetes/batch/v1/CronJobList.py +26 -25
  160. pulumi_kubernetes/batch/v1/CronJobPatch.py +27 -26
  161. pulumi_kubernetes/batch/v1/Job.py +27 -26
  162. pulumi_kubernetes/batch/v1/JobList.py +26 -25
  163. pulumi_kubernetes/batch/v1/JobPatch.py +27 -26
  164. pulumi_kubernetes/batch/v1/__init__.py +1 -0
  165. pulumi_kubernetes/batch/v1/_inputs.py +508 -538
  166. pulumi_kubernetes/batch/v1/outputs.py +427 -451
  167. pulumi_kubernetes/batch/v1beta1/CronJob.py +27 -26
  168. pulumi_kubernetes/batch/v1beta1/CronJobList.py +26 -25
  169. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +27 -26
  170. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
  171. pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -101
  172. pulumi_kubernetes/batch/v1beta1/outputs.py +76 -76
  173. pulumi_kubernetes/batch/v2alpha1/CronJob.py +27 -26
  174. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +26 -25
  175. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +27 -26
  176. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
  177. pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -101
  178. pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -76
  179. pulumi_kubernetes/certificates/__init__.py +1 -0
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +27 -26
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +26 -25
  182. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +27 -26
  183. pulumi_kubernetes/certificates/v1/__init__.py +1 -0
  184. pulumi_kubernetes/certificates/v1/_inputs.py +155 -155
  185. pulumi_kubernetes/certificates/v1/outputs.py +134 -134
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +28 -25
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +26 -25
  188. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +28 -25
  189. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
  190. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -39
  191. pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -27
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +27 -26
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +26 -25
  194. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +27 -26
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +226 -0
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +216 -0
  197. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +237 -0
  198. pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
  199. pulumi_kubernetes/certificates/v1beta1/_inputs.py +436 -144
  200. pulumi_kubernetes/certificates/v1beta1/outputs.py +369 -128
  201. pulumi_kubernetes/coordination/__init__.py +4 -0
  202. pulumi_kubernetes/coordination/v1/Lease.py +26 -25
  203. pulumi_kubernetes/coordination/v1/LeaseList.py +26 -25
  204. pulumi_kubernetes/coordination/v1/LeasePatch.py +26 -25
  205. pulumi_kubernetes/coordination/v1/__init__.py +1 -0
  206. pulumi_kubernetes/coordination/v1/_inputs.py +99 -99
  207. pulumi_kubernetes/coordination/v1/outputs.py +67 -67
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +28 -25
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +26 -25
  210. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +28 -25
  211. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
  212. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -87
  213. pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -59
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +217 -0
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +216 -0
  216. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +229 -0
  217. pulumi_kubernetes/coordination/v1alpha2/__init__.py +13 -0
  218. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
  219. pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
  220. pulumi_kubernetes/coordination/v1beta1/Lease.py +26 -25
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +217 -0
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +216 -0
  223. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +229 -0
  224. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +26 -25
  225. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +26 -25
  226. pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
  227. pulumi_kubernetes/coordination/v1beta1/_inputs.py +446 -75
  228. pulumi_kubernetes/coordination/v1beta1/outputs.py +343 -51
  229. pulumi_kubernetes/core/__init__.py +1 -0
  230. pulumi_kubernetes/core/v1/Binding.py +28 -27
  231. pulumi_kubernetes/core/v1/BindingPatch.py +28 -27
  232. pulumi_kubernetes/core/v1/ConfigMap.py +54 -53
  233. pulumi_kubernetes/core/v1/ConfigMapList.py +26 -25
  234. pulumi_kubernetes/core/v1/ConfigMapPatch.py +54 -53
  235. pulumi_kubernetes/core/v1/Endpoints.py +34 -25
  236. pulumi_kubernetes/core/v1/EndpointsList.py +28 -27
  237. pulumi_kubernetes/core/v1/EndpointsPatch.py +34 -25
  238. pulumi_kubernetes/core/v1/Event.py +132 -131
  239. pulumi_kubernetes/core/v1/EventList.py +26 -25
  240. pulumi_kubernetes/core/v1/EventPatch.py +132 -131
  241. pulumi_kubernetes/core/v1/LimitRange.py +26 -25
  242. pulumi_kubernetes/core/v1/LimitRangeList.py +26 -25
  243. pulumi_kubernetes/core/v1/LimitRangePatch.py +26 -25
  244. pulumi_kubernetes/core/v1/Namespace.py +27 -26
  245. pulumi_kubernetes/core/v1/NamespaceList.py +26 -25
  246. pulumi_kubernetes/core/v1/NamespacePatch.py +27 -26
  247. pulumi_kubernetes/core/v1/Node.py +27 -26
  248. pulumi_kubernetes/core/v1/NodeList.py +26 -25
  249. pulumi_kubernetes/core/v1/NodePatch.py +27 -26
  250. pulumi_kubernetes/core/v1/PersistentVolume.py +27 -26
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +27 -26
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +26 -25
  253. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +27 -26
  254. pulumi_kubernetes/core/v1/PersistentVolumeList.py +26 -25
  255. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +27 -26
  256. pulumi_kubernetes/core/v1/Pod.py +27 -26
  257. pulumi_kubernetes/core/v1/PodList.py +26 -25
  258. pulumi_kubernetes/core/v1/PodPatch.py +27 -26
  259. pulumi_kubernetes/core/v1/PodTemplate.py +26 -25
  260. pulumi_kubernetes/core/v1/PodTemplateList.py +26 -25
  261. pulumi_kubernetes/core/v1/PodTemplatePatch.py +26 -25
  262. pulumi_kubernetes/core/v1/ReplicationController.py +27 -26
  263. pulumi_kubernetes/core/v1/ReplicationControllerList.py +26 -25
  264. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +27 -26
  265. pulumi_kubernetes/core/v1/ResourceQuota.py +27 -26
  266. pulumi_kubernetes/core/v1/ResourceQuotaList.py +26 -25
  267. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +27 -26
  268. pulumi_kubernetes/core/v1/Secret.py +64 -63
  269. pulumi_kubernetes/core/v1/SecretList.py +26 -25
  270. pulumi_kubernetes/core/v1/SecretPatch.py +68 -65
  271. pulumi_kubernetes/core/v1/Service.py +33 -48
  272. pulumi_kubernetes/core/v1/ServiceAccount.py +42 -41
  273. pulumi_kubernetes/core/v1/ServiceAccountList.py +26 -25
  274. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +42 -41
  275. pulumi_kubernetes/core/v1/ServiceList.py +26 -25
  276. pulumi_kubernetes/core/v1/ServicePatch.py +33 -48
  277. pulumi_kubernetes/core/v1/__init__.py +1 -0
  278. pulumi_kubernetes/core/v1/_enums.py +4 -1
  279. pulumi_kubernetes/core/v1/_inputs.py +7862 -7453
  280. pulumi_kubernetes/core/v1/outputs.py +5980 -5608
  281. pulumi_kubernetes/discovery/__init__.py +1 -0
  282. pulumi_kubernetes/discovery/v1/EndpointSlice.py +46 -45
  283. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +26 -25
  284. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +46 -45
  285. pulumi_kubernetes/discovery/v1/__init__.py +1 -0
  286. pulumi_kubernetes/discovery/v1/_inputs.py +334 -219
  287. pulumi_kubernetes/discovery/v1/outputs.py +224 -149
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +38 -37
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +26 -25
  290. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +38 -37
  291. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
  292. pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -158
  293. pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -108
  294. pulumi_kubernetes/events/__init__.py +1 -0
  295. pulumi_kubernetes/events/v1/Event.py +132 -131
  296. pulumi_kubernetes/events/v1/EventList.py +26 -25
  297. pulumi_kubernetes/events/v1/EventPatch.py +132 -131
  298. pulumi_kubernetes/events/v1/__init__.py +1 -0
  299. pulumi_kubernetes/events/v1/_inputs.py +102 -102
  300. pulumi_kubernetes/events/v1/outputs.py +70 -70
  301. pulumi_kubernetes/events/v1beta1/Event.py +132 -131
  302. pulumi_kubernetes/events/v1beta1/EventList.py +26 -25
  303. pulumi_kubernetes/events/v1beta1/EventPatch.py +132 -131
  304. pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
  305. pulumi_kubernetes/events/v1beta1/_inputs.py +114 -114
  306. pulumi_kubernetes/events/v1beta1/outputs.py +78 -78
  307. pulumi_kubernetes/extensions/__init__.py +1 -0
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +27 -26
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +26 -25
  310. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +27 -26
  311. pulumi_kubernetes/extensions/v1beta1/Deployment.py +27 -26
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +26 -25
  313. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +27 -26
  314. pulumi_kubernetes/extensions/v1beta1/Ingress.py +27 -26
  315. pulumi_kubernetes/extensions/v1beta1/IngressList.py +26 -25
  316. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +27 -26
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +26 -25
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +26 -25
  319. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +26 -25
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +26 -25
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +26 -25
  322. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +26 -25
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +27 -26
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +26 -25
  325. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +27 -26
  326. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
  327. pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1097
  328. pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -899
  329. pulumi_kubernetes/flowcontrol/__init__.py +1 -0
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +27 -26
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +26 -25
  332. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +27 -26
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +27 -26
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +26 -25
  335. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +27 -26
  336. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
  337. pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -419
  338. pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -333
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +27 -26
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +26 -25
  341. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +27 -26
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +27 -26
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +26 -25
  344. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +27 -26
  345. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
  346. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -369
  347. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -299
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +27 -26
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +26 -25
  350. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +27 -26
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +27 -26
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +26 -25
  353. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +27 -26
  354. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
  355. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -369
  356. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -299
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +27 -26
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +26 -25
  359. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +27 -26
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +27 -26
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +26 -25
  362. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +27 -26
  363. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
  364. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -419
  365. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -333
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +27 -26
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +26 -25
  368. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +27 -26
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +27 -26
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +26 -25
  371. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +27 -26
  372. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
  373. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +431 -431
  374. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +341 -341
  375. pulumi_kubernetes/helm/__init__.py +1 -0
  376. pulumi_kubernetes/helm/v3/Release.py +317 -316
  377. pulumi_kubernetes/helm/v3/__init__.py +1 -0
  378. pulumi_kubernetes/helm/v3/_inputs.py +39 -39
  379. pulumi_kubernetes/helm/v3/outputs.py +55 -55
  380. pulumi_kubernetes/helm/v4/Chart.py +114 -87
  381. pulumi_kubernetes/helm/v4/__init__.py +1 -0
  382. pulumi_kubernetes/helm/v4/_inputs.py +36 -36
  383. pulumi_kubernetes/kustomize/__init__.py +1 -0
  384. pulumi_kubernetes/kustomize/v2/Directory.py +36 -35
  385. pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
  386. pulumi_kubernetes/meta/__init__.py +1 -0
  387. pulumi_kubernetes/meta/v1/Status.py +58 -57
  388. pulumi_kubernetes/meta/v1/StatusPatch.py +58 -57
  389. pulumi_kubernetes/meta/v1/__init__.py +1 -0
  390. pulumi_kubernetes/meta/v1/_inputs.py +551 -551
  391. pulumi_kubernetes/meta/v1/outputs.py +395 -395
  392. pulumi_kubernetes/networking/__init__.py +1 -0
  393. pulumi_kubernetes/networking/v1/IPAddress.py +217 -0
  394. pulumi_kubernetes/networking/v1/IPAddressList.py +216 -0
  395. pulumi_kubernetes/networking/v1/IPAddressPatch.py +229 -0
  396. pulumi_kubernetes/networking/v1/Ingress.py +27 -26
  397. pulumi_kubernetes/networking/v1/IngressClass.py +26 -25
  398. pulumi_kubernetes/networking/v1/IngressClassList.py +26 -25
  399. pulumi_kubernetes/networking/v1/IngressClassPatch.py +26 -25
  400. pulumi_kubernetes/networking/v1/IngressList.py +26 -25
  401. pulumi_kubernetes/networking/v1/IngressPatch.py +27 -26
  402. pulumi_kubernetes/networking/v1/NetworkPolicy.py +27 -26
  403. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +26 -25
  404. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +27 -26
  405. pulumi_kubernetes/networking/v1/ServiceCIDR.py +227 -0
  406. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +216 -0
  407. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +239 -0
  408. pulumi_kubernetes/networking/v1/__init__.py +7 -0
  409. pulumi_kubernetes/networking/v1/_inputs.py +970 -371
  410. pulumi_kubernetes/networking/v1/outputs.py +746 -285
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +26 -25
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +26 -25
  413. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +26 -25
  414. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +27 -26
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +26 -25
  416. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +27 -26
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +28 -27
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +26 -25
  419. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +28 -27
  420. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
  421. pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -157
  422. pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -110
  423. pulumi_kubernetes/networking/v1beta1/IPAddress.py +27 -26
  424. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +26 -25
  425. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +27 -26
  426. pulumi_kubernetes/networking/v1beta1/Ingress.py +27 -26
  427. pulumi_kubernetes/networking/v1beta1/IngressClass.py +26 -25
  428. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +26 -25
  429. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +26 -25
  430. pulumi_kubernetes/networking/v1beta1/IngressList.py +26 -25
  431. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +27 -26
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +28 -27
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +26 -25
  434. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +28 -27
  435. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
  436. pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -247
  437. pulumi_kubernetes/networking/v1beta1/outputs.py +173 -173
  438. pulumi_kubernetes/node/__init__.py +1 -0
  439. pulumi_kubernetes/node/v1/RuntimeClass.py +38 -37
  440. pulumi_kubernetes/node/v1/RuntimeClassList.py +26 -25
  441. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +38 -37
  442. pulumi_kubernetes/node/v1/__init__.py +1 -0
  443. pulumi_kubernetes/node/v1/_inputs.py +48 -48
  444. pulumi_kubernetes/node/v1/outputs.py +34 -34
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +26 -25
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +26 -25
  447. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +26 -25
  448. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
  449. pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -57
  450. pulumi_kubernetes/node/v1alpha1/outputs.py +41 -41
  451. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +38 -37
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +26 -25
  453. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +38 -37
  454. pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
  455. pulumi_kubernetes/node/v1beta1/_inputs.py +48 -48
  456. pulumi_kubernetes/node/v1beta1/outputs.py +34 -34
  457. pulumi_kubernetes/policy/__init__.py +1 -0
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +27 -26
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +26 -25
  460. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +27 -26
  461. pulumi_kubernetes/policy/v1/__init__.py +1 -0
  462. pulumi_kubernetes/policy/v1/_inputs.py +91 -103
  463. pulumi_kubernetes/policy/v1/outputs.py +80 -88
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +27 -26
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +26 -25
  466. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +27 -26
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +26 -25
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +26 -25
  469. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +26 -25
  470. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
  471. pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -470
  472. pulumi_kubernetes/policy/v1beta1/outputs.py +342 -342
  473. pulumi_kubernetes/provider.py +139 -99
  474. pulumi_kubernetes/pulumi-plugin.json +1 -1
  475. pulumi_kubernetes/rbac/__init__.py +1 -0
  476. pulumi_kubernetes/rbac/v1/ClusterRole.py +28 -27
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +28 -27
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +26 -25
  479. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +28 -27
  480. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +26 -25
  481. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +28 -27
  482. pulumi_kubernetes/rbac/v1/Role.py +26 -25
  483. pulumi_kubernetes/rbac/v1/RoleBinding.py +28 -27
  484. pulumi_kubernetes/rbac/v1/RoleBindingList.py +26 -25
  485. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +28 -27
  486. pulumi_kubernetes/rbac/v1/RoleList.py +26 -25
  487. pulumi_kubernetes/rbac/v1/RolePatch.py +26 -25
  488. pulumi_kubernetes/rbac/v1/__init__.py +1 -0
  489. pulumi_kubernetes/rbac/v1/_inputs.py +206 -206
  490. pulumi_kubernetes/rbac/v1/outputs.py +142 -142
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +28 -27
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +28 -27
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +26 -25
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +28 -27
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +26 -25
  496. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +28 -27
  497. pulumi_kubernetes/rbac/v1alpha1/Role.py +26 -25
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +28 -27
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +26 -25
  500. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +28 -27
  501. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +26 -25
  502. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +26 -25
  503. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
  504. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -206
  505. pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -142
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +28 -27
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +28 -27
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +26 -25
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +28 -27
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +26 -25
  511. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +28 -27
  512. pulumi_kubernetes/rbac/v1beta1/Role.py +26 -25
  513. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +28 -27
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +26 -25
  515. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +28 -27
  516. pulumi_kubernetes/rbac/v1beta1/RoleList.py +26 -25
  517. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +26 -25
  518. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
  519. pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -206
  520. pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -142
  521. pulumi_kubernetes/resource/__init__.py +7 -0
  522. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +27 -26
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +26 -25
  524. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +27 -26
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +28 -27
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +26 -25
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +28 -27
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +27 -26
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +26 -25
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +27 -26
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +38 -37
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +26 -25
  533. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +38 -37
  534. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
  535. pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -268
  536. pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -230
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +27 -26
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +26 -25
  539. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +27 -26
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +28 -27
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +26 -25
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +38 -37
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +26 -25
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +38 -37
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +28 -27
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +27 -26
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +26 -25
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +27 -26
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +48 -47
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +26 -25
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +30 -29
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +26 -25
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +30 -29
  554. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +48 -47
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +47 -46
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +26 -25
  557. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +47 -46
  558. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
  559. pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -550
  560. pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -449
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +28 -25
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +26 -25
  563. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +28 -25
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +224 -0
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +216 -0
  566. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +235 -0
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +27 -26
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +26 -25
  569. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +27 -26
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +28 -27
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +26 -25
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +28 -27
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +27 -26
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +26 -25
  575. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +27 -26
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +34 -33
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +246 -0
  578. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +27 -26
  579. pulumi_kubernetes/resource/v1alpha3/__init__.py +5 -0
  580. pulumi_kubernetes/resource/v1alpha3/_inputs.py +3400 -606
  581. pulumi_kubernetes/resource/v1alpha3/outputs.py +2933 -565
  582. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +238 -0
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +216 -0
  584. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +249 -0
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +233 -0
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +217 -0
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +244 -0
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +230 -0
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +216 -0
  590. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +241 -0
  591. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +247 -0
  592. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +217 -0
  593. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +258 -0
  594. pulumi_kubernetes/resource/v1beta1/__init__.py +22 -0
  595. pulumi_kubernetes/resource/v1beta1/_inputs.py +5735 -0
  596. pulumi_kubernetes/resource/v1beta1/outputs.py +4736 -0
  597. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +238 -0
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +216 -0
  599. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +249 -0
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +233 -0
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +217 -0
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +244 -0
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +230 -0
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +216 -0
  605. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +241 -0
  606. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +247 -0
  607. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +217 -0
  608. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +258 -0
  609. pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
  610. pulumi_kubernetes/resource/v1beta2/_inputs.py +5680 -0
  611. pulumi_kubernetes/resource/v1beta2/outputs.py +4725 -0
  612. pulumi_kubernetes/scheduling/__init__.py +1 -0
  613. pulumi_kubernetes/scheduling/v1/PriorityClass.py +64 -63
  614. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +26 -25
  615. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +64 -63
  616. pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
  617. pulumi_kubernetes/scheduling/v1/_inputs.py +38 -38
  618. pulumi_kubernetes/scheduling/v1/outputs.py +26 -26
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +64 -63
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +26 -25
  621. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +64 -63
  622. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
  623. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -38
  624. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -26
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +64 -63
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +26 -25
  627. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +64 -63
  628. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
  629. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -38
  630. pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -26
  631. pulumi_kubernetes/settings/__init__.py +1 -0
  632. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +26 -25
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +26 -25
  634. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +26 -25
  635. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
  636. pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -25
  637. pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -21
  638. pulumi_kubernetes/storage/__init__.py +1 -0
  639. pulumi_kubernetes/storage/v1/CSIDriver.py +26 -25
  640. pulumi_kubernetes/storage/v1/CSIDriverList.py +26 -25
  641. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +26 -25
  642. pulumi_kubernetes/storage/v1/CSINode.py +26 -25
  643. pulumi_kubernetes/storage/v1/CSINodeList.py +26 -25
  644. pulumi_kubernetes/storage/v1/CSINodePatch.py +26 -25
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +56 -55
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +26 -25
  647. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +56 -55
  648. pulumi_kubernetes/storage/v1/StorageClass.py +86 -85
  649. pulumi_kubernetes/storage/v1/StorageClassList.py +26 -25
  650. pulumi_kubernetes/storage/v1/StorageClassPatch.py +86 -85
  651. pulumi_kubernetes/storage/v1/VolumeAttachment.py +27 -26
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +26 -25
  653. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +27 -26
  654. pulumi_kubernetes/storage/v1/__init__.py +1 -0
  655. pulumi_kubernetes/storage/v1/_inputs.py +448 -358
  656. pulumi_kubernetes/storage/v1/outputs.py +376 -266
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +27 -26
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +26 -25
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +27 -26
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +44 -43
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +26 -25
  662. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +44 -43
  663. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
  664. pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -107
  665. pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -93
  666. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +26 -25
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +26 -25
  668. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +26 -25
  669. pulumi_kubernetes/storage/v1beta1/CSINode.py +26 -25
  670. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +26 -25
  671. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +26 -25
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +56 -55
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +26 -25
  674. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +56 -55
  675. pulumi_kubernetes/storage/v1beta1/StorageClass.py +86 -85
  676. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +26 -25
  677. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +86 -85
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +27 -26
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +26 -25
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +27 -26
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +44 -43
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +26 -25
  683. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +44 -43
  684. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
  685. pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -367
  686. pulumi_kubernetes/storage/v1beta1/outputs.py +271 -271
  687. pulumi_kubernetes/storagemigration/__init__.py +1 -0
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +27 -26
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +26 -25
  690. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +27 -26
  691. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
  692. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -103
  693. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -96
  694. pulumi_kubernetes/yaml/__init__.py +1 -0
  695. pulumi_kubernetes/yaml/v2/ConfigFile.py +31 -28
  696. pulumi_kubernetes/yaml/v2/ConfigGroup.py +36 -35
  697. pulumi_kubernetes/yaml/v2/__init__.py +1 -0
  698. pulumi_kubernetes/yaml/yaml.py +198 -0
  699. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/METADATA +9 -9
  700. pulumi_kubernetes-4.26.0a1769215986.dist-info/RECORD +709 -0
  701. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/WHEEL +1 -1
  702. pulumi_kubernetes-4.17.0a1723576835.dist-info/RECORD +0 -651
  703. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/top_level.txt +0 -0
@@ -2,7 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -79,27 +79,27 @@ if not MYPY:
79
79
  """
80
80
  CustomResourceColumnDefinition specifies a column for server side printing.
81
81
  """
82
- json_path: NotRequired[pulumi.Input[str]]
82
+ json_path: NotRequired[pulumi.Input[_builtins.str]]
83
83
  """
84
84
  JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
85
85
  """
86
- description: NotRequired[pulumi.Input[str]]
86
+ description: NotRequired[pulumi.Input[_builtins.str]]
87
87
  """
88
88
  description is a human readable description of this column.
89
89
  """
90
- format: NotRequired[pulumi.Input[str]]
90
+ format: NotRequired[pulumi.Input[_builtins.str]]
91
91
  """
92
92
  format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
93
93
  """
94
- name: NotRequired[pulumi.Input[str]]
94
+ name: NotRequired[pulumi.Input[_builtins.str]]
95
95
  """
96
96
  name is a human readable name for the column.
97
97
  """
98
- priority: NotRequired[pulumi.Input[int]]
98
+ priority: NotRequired[pulumi.Input[_builtins.int]]
99
99
  """
100
100
  priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
101
101
  """
102
- type: NotRequired[pulumi.Input[str]]
102
+ type: NotRequired[pulumi.Input[_builtins.str]]
103
103
  """
104
104
  type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
105
105
  """
@@ -109,20 +109,20 @@ elif False:
109
109
  @pulumi.input_type
110
110
  class CustomResourceColumnDefinitionPatchArgs:
111
111
  def __init__(__self__, *,
112
- json_path: Optional[pulumi.Input[str]] = None,
113
- description: Optional[pulumi.Input[str]] = None,
114
- format: Optional[pulumi.Input[str]] = None,
115
- name: Optional[pulumi.Input[str]] = None,
116
- priority: Optional[pulumi.Input[int]] = None,
117
- type: Optional[pulumi.Input[str]] = None):
112
+ json_path: Optional[pulumi.Input[_builtins.str]] = None,
113
+ description: Optional[pulumi.Input[_builtins.str]] = None,
114
+ format: Optional[pulumi.Input[_builtins.str]] = None,
115
+ name: Optional[pulumi.Input[_builtins.str]] = None,
116
+ priority: Optional[pulumi.Input[_builtins.int]] = None,
117
+ type: Optional[pulumi.Input[_builtins.str]] = None):
118
118
  """
119
119
  CustomResourceColumnDefinition specifies a column for server side printing.
120
- :param pulumi.Input[str] json_path: JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
121
- :param pulumi.Input[str] description: description is a human readable description of this column.
122
- :param pulumi.Input[str] format: format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
123
- :param pulumi.Input[str] name: name is a human readable name for the column.
124
- :param pulumi.Input[int] priority: priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
125
- :param pulumi.Input[str] type: type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
120
+ :param pulumi.Input[_builtins.str] json_path: JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
121
+ :param pulumi.Input[_builtins.str] description: description is a human readable description of this column.
122
+ :param pulumi.Input[_builtins.str] format: format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
123
+ :param pulumi.Input[_builtins.str] name: name is a human readable name for the column.
124
+ :param pulumi.Input[_builtins.int] priority: priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
125
+ :param pulumi.Input[_builtins.str] type: type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
126
126
  """
127
127
  if json_path is not None:
128
128
  pulumi.set(__self__, "json_path", json_path)
@@ -137,76 +137,76 @@ class CustomResourceColumnDefinitionPatchArgs:
137
137
  if type is not None:
138
138
  pulumi.set(__self__, "type", type)
139
139
 
140
- @property
140
+ @_builtins.property
141
141
  @pulumi.getter(name="JSONPath")
142
- def json_path(self) -> Optional[pulumi.Input[str]]:
142
+ def json_path(self) -> Optional[pulumi.Input[_builtins.str]]:
143
143
  """
144
144
  JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
145
145
  """
146
146
  return pulumi.get(self, "json_path")
147
147
 
148
148
  @json_path.setter
149
- def json_path(self, value: Optional[pulumi.Input[str]]):
149
+ def json_path(self, value: Optional[pulumi.Input[_builtins.str]]):
150
150
  pulumi.set(self, "json_path", value)
151
151
 
152
- @property
152
+ @_builtins.property
153
153
  @pulumi.getter
154
- def description(self) -> Optional[pulumi.Input[str]]:
154
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
155
155
  """
156
156
  description is a human readable description of this column.
157
157
  """
158
158
  return pulumi.get(self, "description")
159
159
 
160
160
  @description.setter
161
- def description(self, value: Optional[pulumi.Input[str]]):
161
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
162
162
  pulumi.set(self, "description", value)
163
163
 
164
- @property
164
+ @_builtins.property
165
165
  @pulumi.getter
166
- def format(self) -> Optional[pulumi.Input[str]]:
166
+ def format(self) -> Optional[pulumi.Input[_builtins.str]]:
167
167
  """
168
168
  format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
169
169
  """
170
170
  return pulumi.get(self, "format")
171
171
 
172
172
  @format.setter
173
- def format(self, value: Optional[pulumi.Input[str]]):
173
+ def format(self, value: Optional[pulumi.Input[_builtins.str]]):
174
174
  pulumi.set(self, "format", value)
175
175
 
176
- @property
176
+ @_builtins.property
177
177
  @pulumi.getter
178
- def name(self) -> Optional[pulumi.Input[str]]:
178
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
179
179
  """
180
180
  name is a human readable name for the column.
181
181
  """
182
182
  return pulumi.get(self, "name")
183
183
 
184
184
  @name.setter
185
- def name(self, value: Optional[pulumi.Input[str]]):
185
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
186
186
  pulumi.set(self, "name", value)
187
187
 
188
- @property
188
+ @_builtins.property
189
189
  @pulumi.getter
190
- def priority(self) -> Optional[pulumi.Input[int]]:
190
+ def priority(self) -> Optional[pulumi.Input[_builtins.int]]:
191
191
  """
192
192
  priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
193
193
  """
194
194
  return pulumi.get(self, "priority")
195
195
 
196
196
  @priority.setter
197
- def priority(self, value: Optional[pulumi.Input[int]]):
197
+ def priority(self, value: Optional[pulumi.Input[_builtins.int]]):
198
198
  pulumi.set(self, "priority", value)
199
199
 
200
- @property
200
+ @_builtins.property
201
201
  @pulumi.getter
202
- def type(self) -> Optional[pulumi.Input[str]]:
202
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
203
203
  """
204
204
  type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
205
205
  """
206
206
  return pulumi.get(self, "type")
207
207
 
208
208
  @type.setter
209
- def type(self, value: Optional[pulumi.Input[str]]):
209
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
210
210
  pulumi.set(self, "type", value)
211
211
 
212
212
 
@@ -215,27 +215,27 @@ if not MYPY:
215
215
  """
216
216
  CustomResourceColumnDefinition specifies a column for server side printing.
217
217
  """
218
- json_path: pulumi.Input[str]
218
+ json_path: pulumi.Input[_builtins.str]
219
219
  """
220
220
  JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
221
221
  """
222
- name: pulumi.Input[str]
222
+ name: pulumi.Input[_builtins.str]
223
223
  """
224
224
  name is a human readable name for the column.
225
225
  """
226
- type: pulumi.Input[str]
226
+ type: pulumi.Input[_builtins.str]
227
227
  """
228
228
  type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
229
229
  """
230
- description: NotRequired[pulumi.Input[str]]
230
+ description: NotRequired[pulumi.Input[_builtins.str]]
231
231
  """
232
232
  description is a human readable description of this column.
233
233
  """
234
- format: NotRequired[pulumi.Input[str]]
234
+ format: NotRequired[pulumi.Input[_builtins.str]]
235
235
  """
236
236
  format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
237
237
  """
238
- priority: NotRequired[pulumi.Input[int]]
238
+ priority: NotRequired[pulumi.Input[_builtins.int]]
239
239
  """
240
240
  priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
241
241
  """
@@ -245,20 +245,20 @@ elif False:
245
245
  @pulumi.input_type
246
246
  class CustomResourceColumnDefinitionArgs:
247
247
  def __init__(__self__, *,
248
- json_path: pulumi.Input[str],
249
- name: pulumi.Input[str],
250
- type: pulumi.Input[str],
251
- description: Optional[pulumi.Input[str]] = None,
252
- format: Optional[pulumi.Input[str]] = None,
253
- priority: Optional[pulumi.Input[int]] = None):
248
+ json_path: pulumi.Input[_builtins.str],
249
+ name: pulumi.Input[_builtins.str],
250
+ type: pulumi.Input[_builtins.str],
251
+ description: Optional[pulumi.Input[_builtins.str]] = None,
252
+ format: Optional[pulumi.Input[_builtins.str]] = None,
253
+ priority: Optional[pulumi.Input[_builtins.int]] = None):
254
254
  """
255
255
  CustomResourceColumnDefinition specifies a column for server side printing.
256
- :param pulumi.Input[str] json_path: JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
257
- :param pulumi.Input[str] name: name is a human readable name for the column.
258
- :param pulumi.Input[str] type: type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
259
- :param pulumi.Input[str] description: description is a human readable description of this column.
260
- :param pulumi.Input[str] format: format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
261
- :param pulumi.Input[int] priority: priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
256
+ :param pulumi.Input[_builtins.str] json_path: JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
257
+ :param pulumi.Input[_builtins.str] name: name is a human readable name for the column.
258
+ :param pulumi.Input[_builtins.str] type: type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
259
+ :param pulumi.Input[_builtins.str] description: description is a human readable description of this column.
260
+ :param pulumi.Input[_builtins.str] format: format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
261
+ :param pulumi.Input[_builtins.int] priority: priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
262
262
  """
263
263
  pulumi.set(__self__, "json_path", json_path)
264
264
  pulumi.set(__self__, "name", name)
@@ -270,76 +270,76 @@ class CustomResourceColumnDefinitionArgs:
270
270
  if priority is not None:
271
271
  pulumi.set(__self__, "priority", priority)
272
272
 
273
- @property
273
+ @_builtins.property
274
274
  @pulumi.getter(name="JSONPath")
275
- def json_path(self) -> pulumi.Input[str]:
275
+ def json_path(self) -> pulumi.Input[_builtins.str]:
276
276
  """
277
277
  JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
278
278
  """
279
279
  return pulumi.get(self, "json_path")
280
280
 
281
281
  @json_path.setter
282
- def json_path(self, value: pulumi.Input[str]):
282
+ def json_path(self, value: pulumi.Input[_builtins.str]):
283
283
  pulumi.set(self, "json_path", value)
284
284
 
285
- @property
285
+ @_builtins.property
286
286
  @pulumi.getter
287
- def name(self) -> pulumi.Input[str]:
287
+ def name(self) -> pulumi.Input[_builtins.str]:
288
288
  """
289
289
  name is a human readable name for the column.
290
290
  """
291
291
  return pulumi.get(self, "name")
292
292
 
293
293
  @name.setter
294
- def name(self, value: pulumi.Input[str]):
294
+ def name(self, value: pulumi.Input[_builtins.str]):
295
295
  pulumi.set(self, "name", value)
296
296
 
297
- @property
297
+ @_builtins.property
298
298
  @pulumi.getter
299
- def type(self) -> pulumi.Input[str]:
299
+ def type(self) -> pulumi.Input[_builtins.str]:
300
300
  """
301
301
  type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
302
302
  """
303
303
  return pulumi.get(self, "type")
304
304
 
305
305
  @type.setter
306
- def type(self, value: pulumi.Input[str]):
306
+ def type(self, value: pulumi.Input[_builtins.str]):
307
307
  pulumi.set(self, "type", value)
308
308
 
309
- @property
309
+ @_builtins.property
310
310
  @pulumi.getter
311
- def description(self) -> Optional[pulumi.Input[str]]:
311
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
312
312
  """
313
313
  description is a human readable description of this column.
314
314
  """
315
315
  return pulumi.get(self, "description")
316
316
 
317
317
  @description.setter
318
- def description(self, value: Optional[pulumi.Input[str]]):
318
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
319
319
  pulumi.set(self, "description", value)
320
320
 
321
- @property
321
+ @_builtins.property
322
322
  @pulumi.getter
323
- def format(self) -> Optional[pulumi.Input[str]]:
323
+ def format(self) -> Optional[pulumi.Input[_builtins.str]]:
324
324
  """
325
325
  format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
326
326
  """
327
327
  return pulumi.get(self, "format")
328
328
 
329
329
  @format.setter
330
- def format(self, value: Optional[pulumi.Input[str]]):
330
+ def format(self, value: Optional[pulumi.Input[_builtins.str]]):
331
331
  pulumi.set(self, "format", value)
332
332
 
333
- @property
333
+ @_builtins.property
334
334
  @pulumi.getter
335
- def priority(self) -> Optional[pulumi.Input[int]]:
335
+ def priority(self) -> Optional[pulumi.Input[_builtins.int]]:
336
336
  """
337
337
  priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
338
338
  """
339
339
  return pulumi.get(self, "priority")
340
340
 
341
341
  @priority.setter
342
- def priority(self, value: Optional[pulumi.Input[int]]):
342
+ def priority(self, value: Optional[pulumi.Input[_builtins.int]]):
343
343
  pulumi.set(self, "priority", value)
344
344
 
345
345
 
@@ -348,11 +348,11 @@ if not MYPY:
348
348
  """
349
349
  CustomResourceConversion describes how to convert different versions of a CR.
350
350
  """
351
- conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
351
+ conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
352
352
  """
353
353
  conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
354
354
  """
355
- strategy: NotRequired[pulumi.Input[str]]
355
+ strategy: NotRequired[pulumi.Input[_builtins.str]]
356
356
  """
357
357
  strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information
358
358
  is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
@@ -367,13 +367,13 @@ elif False:
367
367
  @pulumi.input_type
368
368
  class CustomResourceConversionPatchArgs:
369
369
  def __init__(__self__, *,
370
- conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
371
- strategy: Optional[pulumi.Input[str]] = None,
370
+ conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
371
+ strategy: Optional[pulumi.Input[_builtins.str]] = None,
372
372
  webhook_client_config: Optional[pulumi.Input['WebhookClientConfigPatchArgs']] = None):
373
373
  """
374
374
  CustomResourceConversion describes how to convert different versions of a CR.
375
- :param pulumi.Input[Sequence[pulumi.Input[str]]] conversion_review_versions: conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
376
- :param pulumi.Input[str] strategy: strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information
375
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] conversion_review_versions: conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
376
+ :param pulumi.Input[_builtins.str] strategy: strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information
377
377
  is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
378
378
  :param pulumi.Input['WebhookClientConfigPatchArgs'] webhook_client_config: webhookClientConfig is the instructions for how to call the webhook if strategy is `Webhook`. Required when `strategy` is set to `Webhook`.
379
379
  """
@@ -384,21 +384,21 @@ class CustomResourceConversionPatchArgs:
384
384
  if webhook_client_config is not None:
385
385
  pulumi.set(__self__, "webhook_client_config", webhook_client_config)
386
386
 
387
- @property
387
+ @_builtins.property
388
388
  @pulumi.getter(name="conversionReviewVersions")
389
- def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
389
+ def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
390
390
  """
391
391
  conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
392
392
  """
393
393
  return pulumi.get(self, "conversion_review_versions")
394
394
 
395
395
  @conversion_review_versions.setter
396
- def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
396
+ def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
397
397
  pulumi.set(self, "conversion_review_versions", value)
398
398
 
399
- @property
399
+ @_builtins.property
400
400
  @pulumi.getter
401
- def strategy(self) -> Optional[pulumi.Input[str]]:
401
+ def strategy(self) -> Optional[pulumi.Input[_builtins.str]]:
402
402
  """
403
403
  strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information
404
404
  is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
@@ -406,10 +406,10 @@ class CustomResourceConversionPatchArgs:
406
406
  return pulumi.get(self, "strategy")
407
407
 
408
408
  @strategy.setter
409
- def strategy(self, value: Optional[pulumi.Input[str]]):
409
+ def strategy(self, value: Optional[pulumi.Input[_builtins.str]]):
410
410
  pulumi.set(self, "strategy", value)
411
411
 
412
- @property
412
+ @_builtins.property
413
413
  @pulumi.getter(name="webhookClientConfig")
414
414
  def webhook_client_config(self) -> Optional[pulumi.Input['WebhookClientConfigPatchArgs']]:
415
415
  """
@@ -427,12 +427,12 @@ if not MYPY:
427
427
  """
428
428
  CustomResourceConversion describes how to convert different versions of a CR.
429
429
  """
430
- strategy: pulumi.Input[str]
430
+ strategy: pulumi.Input[_builtins.str]
431
431
  """
432
432
  strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information
433
433
  is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
434
434
  """
435
- conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
435
+ conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
436
436
  """
437
437
  conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
438
438
  """
@@ -446,14 +446,14 @@ elif False:
446
446
  @pulumi.input_type
447
447
  class CustomResourceConversionArgs:
448
448
  def __init__(__self__, *,
449
- strategy: pulumi.Input[str],
450
- conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
449
+ strategy: pulumi.Input[_builtins.str],
450
+ conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
451
451
  webhook_client_config: Optional[pulumi.Input['WebhookClientConfigArgs']] = None):
452
452
  """
453
453
  CustomResourceConversion describes how to convert different versions of a CR.
454
- :param pulumi.Input[str] strategy: strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information
454
+ :param pulumi.Input[_builtins.str] strategy: strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information
455
455
  is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
456
- :param pulumi.Input[Sequence[pulumi.Input[str]]] conversion_review_versions: conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
456
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] conversion_review_versions: conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
457
457
  :param pulumi.Input['WebhookClientConfigArgs'] webhook_client_config: webhookClientConfig is the instructions for how to call the webhook if strategy is `Webhook`. Required when `strategy` is set to `Webhook`.
458
458
  """
459
459
  pulumi.set(__self__, "strategy", strategy)
@@ -462,9 +462,9 @@ class CustomResourceConversionArgs:
462
462
  if webhook_client_config is not None:
463
463
  pulumi.set(__self__, "webhook_client_config", webhook_client_config)
464
464
 
465
- @property
465
+ @_builtins.property
466
466
  @pulumi.getter
467
- def strategy(self) -> pulumi.Input[str]:
467
+ def strategy(self) -> pulumi.Input[_builtins.str]:
468
468
  """
469
469
  strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information
470
470
  is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
@@ -472,22 +472,22 @@ class CustomResourceConversionArgs:
472
472
  return pulumi.get(self, "strategy")
473
473
 
474
474
  @strategy.setter
475
- def strategy(self, value: pulumi.Input[str]):
475
+ def strategy(self, value: pulumi.Input[_builtins.str]):
476
476
  pulumi.set(self, "strategy", value)
477
477
 
478
- @property
478
+ @_builtins.property
479
479
  @pulumi.getter(name="conversionReviewVersions")
480
- def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
480
+ def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
481
481
  """
482
482
  conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
483
483
  """
484
484
  return pulumi.get(self, "conversion_review_versions")
485
485
 
486
486
  @conversion_review_versions.setter
487
- def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
487
+ def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
488
488
  pulumi.set(self, "conversion_review_versions", value)
489
489
 
490
- @property
490
+ @_builtins.property
491
491
  @pulumi.getter(name="webhookClientConfig")
492
492
  def webhook_client_config(self) -> Optional[pulumi.Input['WebhookClientConfigArgs']]:
493
493
  """
@@ -505,23 +505,23 @@ if not MYPY:
505
505
  """
506
506
  CustomResourceDefinitionCondition contains details for the current condition of this pod.
507
507
  """
508
- status: pulumi.Input[str]
508
+ status: pulumi.Input[_builtins.str]
509
509
  """
510
510
  status is the status of the condition. Can be True, False, Unknown.
511
511
  """
512
- type: pulumi.Input[str]
512
+ type: pulumi.Input[_builtins.str]
513
513
  """
514
514
  type is the type of the condition. Types include Established, NamesAccepted and Terminating.
515
515
  """
516
- last_transition_time: NotRequired[pulumi.Input[str]]
516
+ last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
517
517
  """
518
518
  lastTransitionTime last time the condition transitioned from one status to another.
519
519
  """
520
- message: NotRequired[pulumi.Input[str]]
520
+ message: NotRequired[pulumi.Input[_builtins.str]]
521
521
  """
522
522
  message is a human-readable message indicating details about last transition.
523
523
  """
524
- reason: NotRequired[pulumi.Input[str]]
524
+ reason: NotRequired[pulumi.Input[_builtins.str]]
525
525
  """
526
526
  reason is a unique, one-word, CamelCase reason for the condition's last transition.
527
527
  """
@@ -531,18 +531,18 @@ elif False:
531
531
  @pulumi.input_type
532
532
  class CustomResourceDefinitionConditionArgs:
533
533
  def __init__(__self__, *,
534
- status: pulumi.Input[str],
535
- type: pulumi.Input[str],
536
- last_transition_time: Optional[pulumi.Input[str]] = None,
537
- message: Optional[pulumi.Input[str]] = None,
538
- reason: Optional[pulumi.Input[str]] = None):
534
+ status: pulumi.Input[_builtins.str],
535
+ type: pulumi.Input[_builtins.str],
536
+ last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
537
+ message: Optional[pulumi.Input[_builtins.str]] = None,
538
+ reason: Optional[pulumi.Input[_builtins.str]] = None):
539
539
  """
540
540
  CustomResourceDefinitionCondition contains details for the current condition of this pod.
541
- :param pulumi.Input[str] status: status is the status of the condition. Can be True, False, Unknown.
542
- :param pulumi.Input[str] type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
543
- :param pulumi.Input[str] last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
544
- :param pulumi.Input[str] message: message is a human-readable message indicating details about last transition.
545
- :param pulumi.Input[str] reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
541
+ :param pulumi.Input[_builtins.str] status: status is the status of the condition. Can be True, False, Unknown.
542
+ :param pulumi.Input[_builtins.str] type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
543
+ :param pulumi.Input[_builtins.str] last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
544
+ :param pulumi.Input[_builtins.str] message: message is a human-readable message indicating details about last transition.
545
+ :param pulumi.Input[_builtins.str] reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
546
546
  """
547
547
  pulumi.set(__self__, "status", status)
548
548
  pulumi.set(__self__, "type", type)
@@ -553,64 +553,64 @@ class CustomResourceDefinitionConditionArgs:
553
553
  if reason is not None:
554
554
  pulumi.set(__self__, "reason", reason)
555
555
 
556
- @property
556
+ @_builtins.property
557
557
  @pulumi.getter
558
- def status(self) -> pulumi.Input[str]:
558
+ def status(self) -> pulumi.Input[_builtins.str]:
559
559
  """
560
560
  status is the status of the condition. Can be True, False, Unknown.
561
561
  """
562
562
  return pulumi.get(self, "status")
563
563
 
564
564
  @status.setter
565
- def status(self, value: pulumi.Input[str]):
565
+ def status(self, value: pulumi.Input[_builtins.str]):
566
566
  pulumi.set(self, "status", value)
567
567
 
568
- @property
568
+ @_builtins.property
569
569
  @pulumi.getter
570
- def type(self) -> pulumi.Input[str]:
570
+ def type(self) -> pulumi.Input[_builtins.str]:
571
571
  """
572
572
  type is the type of the condition. Types include Established, NamesAccepted and Terminating.
573
573
  """
574
574
  return pulumi.get(self, "type")
575
575
 
576
576
  @type.setter
577
- def type(self, value: pulumi.Input[str]):
577
+ def type(self, value: pulumi.Input[_builtins.str]):
578
578
  pulumi.set(self, "type", value)
579
579
 
580
- @property
580
+ @_builtins.property
581
581
  @pulumi.getter(name="lastTransitionTime")
582
- def last_transition_time(self) -> Optional[pulumi.Input[str]]:
582
+ def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
583
583
  """
584
584
  lastTransitionTime last time the condition transitioned from one status to another.
585
585
  """
586
586
  return pulumi.get(self, "last_transition_time")
587
587
 
588
588
  @last_transition_time.setter
589
- def last_transition_time(self, value: Optional[pulumi.Input[str]]):
589
+ def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
590
590
  pulumi.set(self, "last_transition_time", value)
591
591
 
592
- @property
592
+ @_builtins.property
593
593
  @pulumi.getter
594
- def message(self) -> Optional[pulumi.Input[str]]:
594
+ def message(self) -> Optional[pulumi.Input[_builtins.str]]:
595
595
  """
596
596
  message is a human-readable message indicating details about last transition.
597
597
  """
598
598
  return pulumi.get(self, "message")
599
599
 
600
600
  @message.setter
601
- def message(self, value: Optional[pulumi.Input[str]]):
601
+ def message(self, value: Optional[pulumi.Input[_builtins.str]]):
602
602
  pulumi.set(self, "message", value)
603
603
 
604
- @property
604
+ @_builtins.property
605
605
  @pulumi.getter
606
- def reason(self) -> Optional[pulumi.Input[str]]:
606
+ def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
607
607
  """
608
608
  reason is a unique, one-word, CamelCase reason for the condition's last transition.
609
609
  """
610
610
  return pulumi.get(self, "reason")
611
611
 
612
612
  @reason.setter
613
- def reason(self, value: Optional[pulumi.Input[str]]):
613
+ def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
614
614
  pulumi.set(self, "reason", value)
615
615
 
616
616
 
@@ -619,27 +619,27 @@ if not MYPY:
619
619
  """
620
620
  CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
621
621
  """
622
- categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
622
+ categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
623
623
  """
624
624
  categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
625
625
  """
626
- kind: NotRequired[pulumi.Input[str]]
626
+ kind: NotRequired[pulumi.Input[_builtins.str]]
627
627
  """
628
628
  kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
629
629
  """
630
- list_kind: NotRequired[pulumi.Input[str]]
630
+ list_kind: NotRequired[pulumi.Input[_builtins.str]]
631
631
  """
632
632
  listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
633
633
  """
634
- plural: NotRequired[pulumi.Input[str]]
634
+ plural: NotRequired[pulumi.Input[_builtins.str]]
635
635
  """
636
636
  plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
637
637
  """
638
- short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
638
+ short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
639
639
  """
640
640
  shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
641
641
  """
642
- singular: NotRequired[pulumi.Input[str]]
642
+ singular: NotRequired[pulumi.Input[_builtins.str]]
643
643
  """
644
644
  singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
645
645
  """
@@ -649,20 +649,20 @@ elif False:
649
649
  @pulumi.input_type
650
650
  class CustomResourceDefinitionNamesPatchArgs:
651
651
  def __init__(__self__, *,
652
- categories: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
653
- kind: Optional[pulumi.Input[str]] = None,
654
- list_kind: Optional[pulumi.Input[str]] = None,
655
- plural: Optional[pulumi.Input[str]] = None,
656
- short_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
657
- singular: Optional[pulumi.Input[str]] = None):
652
+ categories: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
653
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
654
+ list_kind: Optional[pulumi.Input[_builtins.str]] = None,
655
+ plural: Optional[pulumi.Input[_builtins.str]] = None,
656
+ short_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
657
+ singular: Optional[pulumi.Input[_builtins.str]] = None):
658
658
  """
659
659
  CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
660
- :param pulumi.Input[Sequence[pulumi.Input[str]]] categories: categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
661
- :param pulumi.Input[str] kind: kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
662
- :param pulumi.Input[str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
663
- :param pulumi.Input[str] plural: plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
664
- :param pulumi.Input[Sequence[pulumi.Input[str]]] short_names: shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
665
- :param pulumi.Input[str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
660
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] categories: categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
661
+ :param pulumi.Input[_builtins.str] kind: kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
662
+ :param pulumi.Input[_builtins.str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
663
+ :param pulumi.Input[_builtins.str] plural: plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
664
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] short_names: shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
665
+ :param pulumi.Input[_builtins.str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
666
666
  """
667
667
  if categories is not None:
668
668
  pulumi.set(__self__, "categories", categories)
@@ -677,76 +677,76 @@ class CustomResourceDefinitionNamesPatchArgs:
677
677
  if singular is not None:
678
678
  pulumi.set(__self__, "singular", singular)
679
679
 
680
- @property
680
+ @_builtins.property
681
681
  @pulumi.getter
682
- def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
682
+ def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
683
683
  """
684
684
  categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
685
685
  """
686
686
  return pulumi.get(self, "categories")
687
687
 
688
688
  @categories.setter
689
- def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
689
+ def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
690
690
  pulumi.set(self, "categories", value)
691
691
 
692
- @property
692
+ @_builtins.property
693
693
  @pulumi.getter
694
- def kind(self) -> Optional[pulumi.Input[str]]:
694
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
695
695
  """
696
696
  kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
697
697
  """
698
698
  return pulumi.get(self, "kind")
699
699
 
700
700
  @kind.setter
701
- def kind(self, value: Optional[pulumi.Input[str]]):
701
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
702
702
  pulumi.set(self, "kind", value)
703
703
 
704
- @property
704
+ @_builtins.property
705
705
  @pulumi.getter(name="listKind")
706
- def list_kind(self) -> Optional[pulumi.Input[str]]:
706
+ def list_kind(self) -> Optional[pulumi.Input[_builtins.str]]:
707
707
  """
708
708
  listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
709
709
  """
710
710
  return pulumi.get(self, "list_kind")
711
711
 
712
712
  @list_kind.setter
713
- def list_kind(self, value: Optional[pulumi.Input[str]]):
713
+ def list_kind(self, value: Optional[pulumi.Input[_builtins.str]]):
714
714
  pulumi.set(self, "list_kind", value)
715
715
 
716
- @property
716
+ @_builtins.property
717
717
  @pulumi.getter
718
- def plural(self) -> Optional[pulumi.Input[str]]:
718
+ def plural(self) -> Optional[pulumi.Input[_builtins.str]]:
719
719
  """
720
720
  plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
721
721
  """
722
722
  return pulumi.get(self, "plural")
723
723
 
724
724
  @plural.setter
725
- def plural(self, value: Optional[pulumi.Input[str]]):
725
+ def plural(self, value: Optional[pulumi.Input[_builtins.str]]):
726
726
  pulumi.set(self, "plural", value)
727
727
 
728
- @property
728
+ @_builtins.property
729
729
  @pulumi.getter(name="shortNames")
730
- def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
730
+ def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
731
731
  """
732
732
  shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
733
733
  """
734
734
  return pulumi.get(self, "short_names")
735
735
 
736
736
  @short_names.setter
737
- def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
737
+ def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
738
738
  pulumi.set(self, "short_names", value)
739
739
 
740
- @property
740
+ @_builtins.property
741
741
  @pulumi.getter
742
- def singular(self) -> Optional[pulumi.Input[str]]:
742
+ def singular(self) -> Optional[pulumi.Input[_builtins.str]]:
743
743
  """
744
744
  singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
745
745
  """
746
746
  return pulumi.get(self, "singular")
747
747
 
748
748
  @singular.setter
749
- def singular(self, value: Optional[pulumi.Input[str]]):
749
+ def singular(self, value: Optional[pulumi.Input[_builtins.str]]):
750
750
  pulumi.set(self, "singular", value)
751
751
 
752
752
 
@@ -755,27 +755,27 @@ if not MYPY:
755
755
  """
756
756
  CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
757
757
  """
758
- kind: pulumi.Input[str]
758
+ kind: pulumi.Input[_builtins.str]
759
759
  """
760
760
  kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
761
761
  """
762
- plural: pulumi.Input[str]
762
+ plural: pulumi.Input[_builtins.str]
763
763
  """
764
764
  plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
765
765
  """
766
- categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
766
+ categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
767
767
  """
768
768
  categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
769
769
  """
770
- list_kind: NotRequired[pulumi.Input[str]]
770
+ list_kind: NotRequired[pulumi.Input[_builtins.str]]
771
771
  """
772
772
  listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
773
773
  """
774
- short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
774
+ short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
775
775
  """
776
776
  shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
777
777
  """
778
- singular: NotRequired[pulumi.Input[str]]
778
+ singular: NotRequired[pulumi.Input[_builtins.str]]
779
779
  """
780
780
  singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
781
781
  """
@@ -785,20 +785,20 @@ elif False:
785
785
  @pulumi.input_type
786
786
  class CustomResourceDefinitionNamesArgs:
787
787
  def __init__(__self__, *,
788
- kind: pulumi.Input[str],
789
- plural: pulumi.Input[str],
790
- categories: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
791
- list_kind: Optional[pulumi.Input[str]] = None,
792
- short_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
793
- singular: Optional[pulumi.Input[str]] = None):
788
+ kind: pulumi.Input[_builtins.str],
789
+ plural: pulumi.Input[_builtins.str],
790
+ categories: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
791
+ list_kind: Optional[pulumi.Input[_builtins.str]] = None,
792
+ short_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
793
+ singular: Optional[pulumi.Input[_builtins.str]] = None):
794
794
  """
795
795
  CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
796
- :param pulumi.Input[str] kind: kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
797
- :param pulumi.Input[str] plural: plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
798
- :param pulumi.Input[Sequence[pulumi.Input[str]]] categories: categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
799
- :param pulumi.Input[str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
800
- :param pulumi.Input[Sequence[pulumi.Input[str]]] short_names: shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
801
- :param pulumi.Input[str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
796
+ :param pulumi.Input[_builtins.str] kind: kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
797
+ :param pulumi.Input[_builtins.str] plural: plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
798
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] categories: categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
799
+ :param pulumi.Input[_builtins.str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
800
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] short_names: shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
801
+ :param pulumi.Input[_builtins.str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
802
802
  """
803
803
  pulumi.set(__self__, "kind", kind)
804
804
  pulumi.set(__self__, "plural", plural)
@@ -811,76 +811,76 @@ class CustomResourceDefinitionNamesArgs:
811
811
  if singular is not None:
812
812
  pulumi.set(__self__, "singular", singular)
813
813
 
814
- @property
814
+ @_builtins.property
815
815
  @pulumi.getter
816
- def kind(self) -> pulumi.Input[str]:
816
+ def kind(self) -> pulumi.Input[_builtins.str]:
817
817
  """
818
818
  kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
819
819
  """
820
820
  return pulumi.get(self, "kind")
821
821
 
822
822
  @kind.setter
823
- def kind(self, value: pulumi.Input[str]):
823
+ def kind(self, value: pulumi.Input[_builtins.str]):
824
824
  pulumi.set(self, "kind", value)
825
825
 
826
- @property
826
+ @_builtins.property
827
827
  @pulumi.getter
828
- def plural(self) -> pulumi.Input[str]:
828
+ def plural(self) -> pulumi.Input[_builtins.str]:
829
829
  """
830
830
  plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
831
831
  """
832
832
  return pulumi.get(self, "plural")
833
833
 
834
834
  @plural.setter
835
- def plural(self, value: pulumi.Input[str]):
835
+ def plural(self, value: pulumi.Input[_builtins.str]):
836
836
  pulumi.set(self, "plural", value)
837
837
 
838
- @property
838
+ @_builtins.property
839
839
  @pulumi.getter
840
- def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
840
+ def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
841
841
  """
842
842
  categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
843
843
  """
844
844
  return pulumi.get(self, "categories")
845
845
 
846
846
  @categories.setter
847
- def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
847
+ def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
848
848
  pulumi.set(self, "categories", value)
849
849
 
850
- @property
850
+ @_builtins.property
851
851
  @pulumi.getter(name="listKind")
852
- def list_kind(self) -> Optional[pulumi.Input[str]]:
852
+ def list_kind(self) -> Optional[pulumi.Input[_builtins.str]]:
853
853
  """
854
854
  listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
855
855
  """
856
856
  return pulumi.get(self, "list_kind")
857
857
 
858
858
  @list_kind.setter
859
- def list_kind(self, value: Optional[pulumi.Input[str]]):
859
+ def list_kind(self, value: Optional[pulumi.Input[_builtins.str]]):
860
860
  pulumi.set(self, "list_kind", value)
861
861
 
862
- @property
862
+ @_builtins.property
863
863
  @pulumi.getter(name="shortNames")
864
- def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
864
+ def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
865
865
  """
866
866
  shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
867
867
  """
868
868
  return pulumi.get(self, "short_names")
869
869
 
870
870
  @short_names.setter
871
- def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
871
+ def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
872
872
  pulumi.set(self, "short_names", value)
873
873
 
874
- @property
874
+ @_builtins.property
875
875
  @pulumi.getter
876
- def singular(self) -> Optional[pulumi.Input[str]]:
876
+ def singular(self) -> Optional[pulumi.Input[_builtins.str]]:
877
877
  """
878
878
  singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
879
879
  """
880
880
  return pulumi.get(self, "singular")
881
881
 
882
882
  @singular.setter
883
- def singular(self, value: Optional[pulumi.Input[str]]):
883
+ def singular(self, value: Optional[pulumi.Input[_builtins.str]]):
884
884
  pulumi.set(self, "singular", value)
885
885
 
886
886
 
@@ -897,7 +897,7 @@ if not MYPY:
897
897
  """
898
898
  conversion defines conversion settings for the CRD.
899
899
  """
900
- group: NotRequired[pulumi.Input[str]]
900
+ group: NotRequired[pulumi.Input[_builtins.str]]
901
901
  """
902
902
  group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
903
903
  """
@@ -905,11 +905,11 @@ if not MYPY:
905
905
  """
906
906
  names specify the resource and kind names for the custom resource.
907
907
  """
908
- preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
908
+ preserve_unknown_fields: NotRequired[pulumi.Input[_builtins.bool]]
909
909
  """
910
910
  preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
911
911
  """
912
- scope: NotRequired[pulumi.Input[str]]
912
+ scope: NotRequired[pulumi.Input[_builtins.str]]
913
913
  """
914
914
  scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
915
915
  """
@@ -921,7 +921,7 @@ if not MYPY:
921
921
  """
922
922
  validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
923
923
  """
924
- version: NotRequired[pulumi.Input[str]]
924
+ version: NotRequired[pulumi.Input[_builtins.str]]
925
925
  """
926
926
  version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
927
927
  """
@@ -937,25 +937,25 @@ class CustomResourceDefinitionSpecPatchArgs:
937
937
  def __init__(__self__, *,
938
938
  additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]] = None,
939
939
  conversion: Optional[pulumi.Input['CustomResourceConversionPatchArgs']] = None,
940
- group: Optional[pulumi.Input[str]] = None,
940
+ group: Optional[pulumi.Input[_builtins.str]] = None,
941
941
  names: Optional[pulumi.Input['CustomResourceDefinitionNamesPatchArgs']] = None,
942
- preserve_unknown_fields: Optional[pulumi.Input[bool]] = None,
943
- scope: Optional[pulumi.Input[str]] = None,
942
+ preserve_unknown_fields: Optional[pulumi.Input[_builtins.bool]] = None,
943
+ scope: Optional[pulumi.Input[_builtins.str]] = None,
944
944
  subresources: Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']] = None,
945
945
  validation: Optional[pulumi.Input['CustomResourceValidationPatchArgs']] = None,
946
- version: Optional[pulumi.Input[str]] = None,
946
+ version: Optional[pulumi.Input[_builtins.str]] = None,
947
947
  versions: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionPatchArgs']]]] = None):
948
948
  """
949
949
  CustomResourceDefinitionSpec describes how a user wants their resource to appear
950
950
  :param pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]] additional_printer_columns: additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
951
951
  :param pulumi.Input['CustomResourceConversionPatchArgs'] conversion: conversion defines conversion settings for the CRD.
952
- :param pulumi.Input[str] group: group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
952
+ :param pulumi.Input[_builtins.str] group: group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
953
953
  :param pulumi.Input['CustomResourceDefinitionNamesPatchArgs'] names: names specify the resource and kind names for the custom resource.
954
- :param pulumi.Input[bool] preserve_unknown_fields: preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
955
- :param pulumi.Input[str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
954
+ :param pulumi.Input[_builtins.bool] preserve_unknown_fields: preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
955
+ :param pulumi.Input[_builtins.str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
956
956
  :param pulumi.Input['CustomResourceSubresourcesPatchArgs'] subresources: subresources specify what subresources the defined custom resource has. If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive.
957
957
  :param pulumi.Input['CustomResourceValidationPatchArgs'] validation: validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
958
- :param pulumi.Input[str] version: version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
958
+ :param pulumi.Input[_builtins.str] version: version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
959
959
  :param pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionPatchArgs']]] versions: versions is the list of all API versions of the defined custom resource. Optional if `version` is specified. The name of the first item in the `versions` list must match the `version` field if `version` and `versions` are both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
960
960
  """
961
961
  if additional_printer_columns is not None:
@@ -979,7 +979,7 @@ class CustomResourceDefinitionSpecPatchArgs:
979
979
  if versions is not None:
980
980
  pulumi.set(__self__, "versions", versions)
981
981
 
982
- @property
982
+ @_builtins.property
983
983
  @pulumi.getter(name="additionalPrinterColumns")
984
984
  def additional_printer_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]]:
985
985
  """
@@ -991,7 +991,7 @@ class CustomResourceDefinitionSpecPatchArgs:
991
991
  def additional_printer_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]]):
992
992
  pulumi.set(self, "additional_printer_columns", value)
993
993
 
994
- @property
994
+ @_builtins.property
995
995
  @pulumi.getter
996
996
  def conversion(self) -> Optional[pulumi.Input['CustomResourceConversionPatchArgs']]:
997
997
  """
@@ -1003,19 +1003,19 @@ class CustomResourceDefinitionSpecPatchArgs:
1003
1003
  def conversion(self, value: Optional[pulumi.Input['CustomResourceConversionPatchArgs']]):
1004
1004
  pulumi.set(self, "conversion", value)
1005
1005
 
1006
- @property
1006
+ @_builtins.property
1007
1007
  @pulumi.getter
1008
- def group(self) -> Optional[pulumi.Input[str]]:
1008
+ def group(self) -> Optional[pulumi.Input[_builtins.str]]:
1009
1009
  """
1010
1010
  group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
1011
1011
  """
1012
1012
  return pulumi.get(self, "group")
1013
1013
 
1014
1014
  @group.setter
1015
- def group(self, value: Optional[pulumi.Input[str]]):
1015
+ def group(self, value: Optional[pulumi.Input[_builtins.str]]):
1016
1016
  pulumi.set(self, "group", value)
1017
1017
 
1018
- @property
1018
+ @_builtins.property
1019
1019
  @pulumi.getter
1020
1020
  def names(self) -> Optional[pulumi.Input['CustomResourceDefinitionNamesPatchArgs']]:
1021
1021
  """
@@ -1027,31 +1027,31 @@ class CustomResourceDefinitionSpecPatchArgs:
1027
1027
  def names(self, value: Optional[pulumi.Input['CustomResourceDefinitionNamesPatchArgs']]):
1028
1028
  pulumi.set(self, "names", value)
1029
1029
 
1030
- @property
1030
+ @_builtins.property
1031
1031
  @pulumi.getter(name="preserveUnknownFields")
1032
- def preserve_unknown_fields(self) -> Optional[pulumi.Input[bool]]:
1032
+ def preserve_unknown_fields(self) -> Optional[pulumi.Input[_builtins.bool]]:
1033
1033
  """
1034
1034
  preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
1035
1035
  """
1036
1036
  return pulumi.get(self, "preserve_unknown_fields")
1037
1037
 
1038
1038
  @preserve_unknown_fields.setter
1039
- def preserve_unknown_fields(self, value: Optional[pulumi.Input[bool]]):
1039
+ def preserve_unknown_fields(self, value: Optional[pulumi.Input[_builtins.bool]]):
1040
1040
  pulumi.set(self, "preserve_unknown_fields", value)
1041
1041
 
1042
- @property
1042
+ @_builtins.property
1043
1043
  @pulumi.getter
1044
- def scope(self) -> Optional[pulumi.Input[str]]:
1044
+ def scope(self) -> Optional[pulumi.Input[_builtins.str]]:
1045
1045
  """
1046
1046
  scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
1047
1047
  """
1048
1048
  return pulumi.get(self, "scope")
1049
1049
 
1050
1050
  @scope.setter
1051
- def scope(self, value: Optional[pulumi.Input[str]]):
1051
+ def scope(self, value: Optional[pulumi.Input[_builtins.str]]):
1052
1052
  pulumi.set(self, "scope", value)
1053
1053
 
1054
- @property
1054
+ @_builtins.property
1055
1055
  @pulumi.getter
1056
1056
  def subresources(self) -> Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']]:
1057
1057
  """
@@ -1063,7 +1063,7 @@ class CustomResourceDefinitionSpecPatchArgs:
1063
1063
  def subresources(self, value: Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']]):
1064
1064
  pulumi.set(self, "subresources", value)
1065
1065
 
1066
- @property
1066
+ @_builtins.property
1067
1067
  @pulumi.getter
1068
1068
  def validation(self) -> Optional[pulumi.Input['CustomResourceValidationPatchArgs']]:
1069
1069
  """
@@ -1075,19 +1075,19 @@ class CustomResourceDefinitionSpecPatchArgs:
1075
1075
  def validation(self, value: Optional[pulumi.Input['CustomResourceValidationPatchArgs']]):
1076
1076
  pulumi.set(self, "validation", value)
1077
1077
 
1078
- @property
1078
+ @_builtins.property
1079
1079
  @pulumi.getter
1080
- def version(self) -> Optional[pulumi.Input[str]]:
1080
+ def version(self) -> Optional[pulumi.Input[_builtins.str]]:
1081
1081
  """
1082
1082
  version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
1083
1083
  """
1084
1084
  return pulumi.get(self, "version")
1085
1085
 
1086
1086
  @version.setter
1087
- def version(self, value: Optional[pulumi.Input[str]]):
1087
+ def version(self, value: Optional[pulumi.Input[_builtins.str]]):
1088
1088
  pulumi.set(self, "version", value)
1089
1089
 
1090
- @property
1090
+ @_builtins.property
1091
1091
  @pulumi.getter
1092
1092
  def versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionPatchArgs']]]]:
1093
1093
  """
@@ -1105,7 +1105,7 @@ if not MYPY:
1105
1105
  """
1106
1106
  CustomResourceDefinitionSpec describes how a user wants their resource to appear
1107
1107
  """
1108
- group: pulumi.Input[str]
1108
+ group: pulumi.Input[_builtins.str]
1109
1109
  """
1110
1110
  group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
1111
1111
  """
@@ -1113,7 +1113,7 @@ if not MYPY:
1113
1113
  """
1114
1114
  names specify the resource and kind names for the custom resource.
1115
1115
  """
1116
- scope: pulumi.Input[str]
1116
+ scope: pulumi.Input[_builtins.str]
1117
1117
  """
1118
1118
  scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
1119
1119
  """
@@ -1125,7 +1125,7 @@ if not MYPY:
1125
1125
  """
1126
1126
  conversion defines conversion settings for the CRD.
1127
1127
  """
1128
- preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
1128
+ preserve_unknown_fields: NotRequired[pulumi.Input[_builtins.bool]]
1129
1129
  """
1130
1130
  preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
1131
1131
  """
@@ -1137,7 +1137,7 @@ if not MYPY:
1137
1137
  """
1138
1138
  validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
1139
1139
  """
1140
- version: NotRequired[pulumi.Input[str]]
1140
+ version: NotRequired[pulumi.Input[_builtins.str]]
1141
1141
  """
1142
1142
  version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
1143
1143
  """
@@ -1151,27 +1151,27 @@ elif False:
1151
1151
  @pulumi.input_type
1152
1152
  class CustomResourceDefinitionSpecArgs:
1153
1153
  def __init__(__self__, *,
1154
- group: pulumi.Input[str],
1154
+ group: pulumi.Input[_builtins.str],
1155
1155
  names: pulumi.Input['CustomResourceDefinitionNamesArgs'],
1156
- scope: pulumi.Input[str],
1156
+ scope: pulumi.Input[_builtins.str],
1157
1157
  additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]] = None,
1158
1158
  conversion: Optional[pulumi.Input['CustomResourceConversionArgs']] = None,
1159
- preserve_unknown_fields: Optional[pulumi.Input[bool]] = None,
1159
+ preserve_unknown_fields: Optional[pulumi.Input[_builtins.bool]] = None,
1160
1160
  subresources: Optional[pulumi.Input['CustomResourceSubresourcesArgs']] = None,
1161
1161
  validation: Optional[pulumi.Input['CustomResourceValidationArgs']] = None,
1162
- version: Optional[pulumi.Input[str]] = None,
1162
+ version: Optional[pulumi.Input[_builtins.str]] = None,
1163
1163
  versions: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionArgs']]]] = None):
1164
1164
  """
1165
1165
  CustomResourceDefinitionSpec describes how a user wants their resource to appear
1166
- :param pulumi.Input[str] group: group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
1166
+ :param pulumi.Input[_builtins.str] group: group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
1167
1167
  :param pulumi.Input['CustomResourceDefinitionNamesArgs'] names: names specify the resource and kind names for the custom resource.
1168
- :param pulumi.Input[str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
1168
+ :param pulumi.Input[_builtins.str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
1169
1169
  :param pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]] additional_printer_columns: additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
1170
1170
  :param pulumi.Input['CustomResourceConversionArgs'] conversion: conversion defines conversion settings for the CRD.
1171
- :param pulumi.Input[bool] preserve_unknown_fields: preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
1171
+ :param pulumi.Input[_builtins.bool] preserve_unknown_fields: preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
1172
1172
  :param pulumi.Input['CustomResourceSubresourcesArgs'] subresources: subresources specify what subresources the defined custom resource has. If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive.
1173
1173
  :param pulumi.Input['CustomResourceValidationArgs'] validation: validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
1174
- :param pulumi.Input[str] version: version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
1174
+ :param pulumi.Input[_builtins.str] version: version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
1175
1175
  :param pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionArgs']]] versions: versions is the list of all API versions of the defined custom resource. Optional if `version` is specified. The name of the first item in the `versions` list must match the `version` field if `version` and `versions` are both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
1176
1176
  """
1177
1177
  pulumi.set(__self__, "group", group)
@@ -1192,19 +1192,19 @@ class CustomResourceDefinitionSpecArgs:
1192
1192
  if versions is not None:
1193
1193
  pulumi.set(__self__, "versions", versions)
1194
1194
 
1195
- @property
1195
+ @_builtins.property
1196
1196
  @pulumi.getter
1197
- def group(self) -> pulumi.Input[str]:
1197
+ def group(self) -> pulumi.Input[_builtins.str]:
1198
1198
  """
1199
1199
  group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
1200
1200
  """
1201
1201
  return pulumi.get(self, "group")
1202
1202
 
1203
1203
  @group.setter
1204
- def group(self, value: pulumi.Input[str]):
1204
+ def group(self, value: pulumi.Input[_builtins.str]):
1205
1205
  pulumi.set(self, "group", value)
1206
1206
 
1207
- @property
1207
+ @_builtins.property
1208
1208
  @pulumi.getter
1209
1209
  def names(self) -> pulumi.Input['CustomResourceDefinitionNamesArgs']:
1210
1210
  """
@@ -1216,19 +1216,19 @@ class CustomResourceDefinitionSpecArgs:
1216
1216
  def names(self, value: pulumi.Input['CustomResourceDefinitionNamesArgs']):
1217
1217
  pulumi.set(self, "names", value)
1218
1218
 
1219
- @property
1219
+ @_builtins.property
1220
1220
  @pulumi.getter
1221
- def scope(self) -> pulumi.Input[str]:
1221
+ def scope(self) -> pulumi.Input[_builtins.str]:
1222
1222
  """
1223
1223
  scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
1224
1224
  """
1225
1225
  return pulumi.get(self, "scope")
1226
1226
 
1227
1227
  @scope.setter
1228
- def scope(self, value: pulumi.Input[str]):
1228
+ def scope(self, value: pulumi.Input[_builtins.str]):
1229
1229
  pulumi.set(self, "scope", value)
1230
1230
 
1231
- @property
1231
+ @_builtins.property
1232
1232
  @pulumi.getter(name="additionalPrinterColumns")
1233
1233
  def additional_printer_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]]:
1234
1234
  """
@@ -1240,7 +1240,7 @@ class CustomResourceDefinitionSpecArgs:
1240
1240
  def additional_printer_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]]):
1241
1241
  pulumi.set(self, "additional_printer_columns", value)
1242
1242
 
1243
- @property
1243
+ @_builtins.property
1244
1244
  @pulumi.getter
1245
1245
  def conversion(self) -> Optional[pulumi.Input['CustomResourceConversionArgs']]:
1246
1246
  """
@@ -1252,19 +1252,19 @@ class CustomResourceDefinitionSpecArgs:
1252
1252
  def conversion(self, value: Optional[pulumi.Input['CustomResourceConversionArgs']]):
1253
1253
  pulumi.set(self, "conversion", value)
1254
1254
 
1255
- @property
1255
+ @_builtins.property
1256
1256
  @pulumi.getter(name="preserveUnknownFields")
1257
- def preserve_unknown_fields(self) -> Optional[pulumi.Input[bool]]:
1257
+ def preserve_unknown_fields(self) -> Optional[pulumi.Input[_builtins.bool]]:
1258
1258
  """
1259
1259
  preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
1260
1260
  """
1261
1261
  return pulumi.get(self, "preserve_unknown_fields")
1262
1262
 
1263
1263
  @preserve_unknown_fields.setter
1264
- def preserve_unknown_fields(self, value: Optional[pulumi.Input[bool]]):
1264
+ def preserve_unknown_fields(self, value: Optional[pulumi.Input[_builtins.bool]]):
1265
1265
  pulumi.set(self, "preserve_unknown_fields", value)
1266
1266
 
1267
- @property
1267
+ @_builtins.property
1268
1268
  @pulumi.getter
1269
1269
  def subresources(self) -> Optional[pulumi.Input['CustomResourceSubresourcesArgs']]:
1270
1270
  """
@@ -1276,7 +1276,7 @@ class CustomResourceDefinitionSpecArgs:
1276
1276
  def subresources(self, value: Optional[pulumi.Input['CustomResourceSubresourcesArgs']]):
1277
1277
  pulumi.set(self, "subresources", value)
1278
1278
 
1279
- @property
1279
+ @_builtins.property
1280
1280
  @pulumi.getter
1281
1281
  def validation(self) -> Optional[pulumi.Input['CustomResourceValidationArgs']]:
1282
1282
  """
@@ -1288,19 +1288,19 @@ class CustomResourceDefinitionSpecArgs:
1288
1288
  def validation(self, value: Optional[pulumi.Input['CustomResourceValidationArgs']]):
1289
1289
  pulumi.set(self, "validation", value)
1290
1290
 
1291
- @property
1291
+ @_builtins.property
1292
1292
  @pulumi.getter
1293
- def version(self) -> Optional[pulumi.Input[str]]:
1293
+ def version(self) -> Optional[pulumi.Input[_builtins.str]]:
1294
1294
  """
1295
1295
  version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
1296
1296
  """
1297
1297
  return pulumi.get(self, "version")
1298
1298
 
1299
1299
  @version.setter
1300
- def version(self, value: Optional[pulumi.Input[str]]):
1300
+ def version(self, value: Optional[pulumi.Input[_builtins.str]]):
1301
1301
  pulumi.set(self, "version", value)
1302
1302
 
1303
- @property
1303
+ @_builtins.property
1304
1304
  @pulumi.getter
1305
1305
  def versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionArgs']]]]:
1306
1306
  """
@@ -1322,7 +1322,7 @@ if not MYPY:
1322
1322
  """
1323
1323
  acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
1324
1324
  """
1325
- stored_versions: pulumi.Input[Sequence[pulumi.Input[str]]]
1325
+ stored_versions: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
1326
1326
  """
1327
1327
  storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list.
1328
1328
  """
@@ -1337,12 +1337,12 @@ elif False:
1337
1337
  class CustomResourceDefinitionStatusArgs:
1338
1338
  def __init__(__self__, *,
1339
1339
  accepted_names: pulumi.Input['CustomResourceDefinitionNamesArgs'],
1340
- stored_versions: pulumi.Input[Sequence[pulumi.Input[str]]],
1340
+ stored_versions: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
1341
1341
  conditions: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionConditionArgs']]]] = None):
1342
1342
  """
1343
1343
  CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
1344
1344
  :param pulumi.Input['CustomResourceDefinitionNamesArgs'] accepted_names: acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
1345
- :param pulumi.Input[Sequence[pulumi.Input[str]]] stored_versions: storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list.
1345
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] stored_versions: storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list.
1346
1346
  :param pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionConditionArgs']]] conditions: conditions indicate state for particular aspects of a CustomResourceDefinition
1347
1347
  """
1348
1348
  pulumi.set(__self__, "accepted_names", accepted_names)
@@ -1350,7 +1350,7 @@ class CustomResourceDefinitionStatusArgs:
1350
1350
  if conditions is not None:
1351
1351
  pulumi.set(__self__, "conditions", conditions)
1352
1352
 
1353
- @property
1353
+ @_builtins.property
1354
1354
  @pulumi.getter(name="acceptedNames")
1355
1355
  def accepted_names(self) -> pulumi.Input['CustomResourceDefinitionNamesArgs']:
1356
1356
  """
@@ -1362,19 +1362,19 @@ class CustomResourceDefinitionStatusArgs:
1362
1362
  def accepted_names(self, value: pulumi.Input['CustomResourceDefinitionNamesArgs']):
1363
1363
  pulumi.set(self, "accepted_names", value)
1364
1364
 
1365
- @property
1365
+ @_builtins.property
1366
1366
  @pulumi.getter(name="storedVersions")
1367
- def stored_versions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1367
+ def stored_versions(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
1368
1368
  """
1369
1369
  storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list.
1370
1370
  """
1371
1371
  return pulumi.get(self, "stored_versions")
1372
1372
 
1373
1373
  @stored_versions.setter
1374
- def stored_versions(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1374
+ def stored_versions(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
1375
1375
  pulumi.set(self, "stored_versions", value)
1376
1376
 
1377
- @property
1377
+ @_builtins.property
1378
1378
  @pulumi.getter
1379
1379
  def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionConditionArgs']]]]:
1380
1380
  """
@@ -1396,15 +1396,15 @@ if not MYPY:
1396
1396
  """
1397
1397
  additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
1398
1398
  """
1399
- deprecated: NotRequired[pulumi.Input[bool]]
1399
+ deprecated: NotRequired[pulumi.Input[_builtins.bool]]
1400
1400
  """
1401
1401
  deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
1402
1402
  """
1403
- deprecation_warning: NotRequired[pulumi.Input[str]]
1403
+ deprecation_warning: NotRequired[pulumi.Input[_builtins.str]]
1404
1404
  """
1405
1405
  deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
1406
1406
  """
1407
- name: NotRequired[pulumi.Input[str]]
1407
+ name: NotRequired[pulumi.Input[_builtins.str]]
1408
1408
  """
1409
1409
  name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
1410
1410
  """
@@ -1412,11 +1412,11 @@ if not MYPY:
1412
1412
  """
1413
1413
  schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
1414
1414
  """
1415
- served: NotRequired[pulumi.Input[bool]]
1415
+ served: NotRequired[pulumi.Input[_builtins.bool]]
1416
1416
  """
1417
1417
  served is a flag enabling/disabling this version from being served via REST APIs
1418
1418
  """
1419
- storage: NotRequired[pulumi.Input[bool]]
1419
+ storage: NotRequired[pulumi.Input[_builtins.bool]]
1420
1420
  """
1421
1421
  storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
1422
1422
  """
@@ -1431,22 +1431,22 @@ elif False:
1431
1431
  class CustomResourceDefinitionVersionPatchArgs:
1432
1432
  def __init__(__self__, *,
1433
1433
  additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]] = None,
1434
- deprecated: Optional[pulumi.Input[bool]] = None,
1435
- deprecation_warning: Optional[pulumi.Input[str]] = None,
1436
- name: Optional[pulumi.Input[str]] = None,
1434
+ deprecated: Optional[pulumi.Input[_builtins.bool]] = None,
1435
+ deprecation_warning: Optional[pulumi.Input[_builtins.str]] = None,
1436
+ name: Optional[pulumi.Input[_builtins.str]] = None,
1437
1437
  schema: Optional[pulumi.Input['CustomResourceValidationPatchArgs']] = None,
1438
- served: Optional[pulumi.Input[bool]] = None,
1439
- storage: Optional[pulumi.Input[bool]] = None,
1438
+ served: Optional[pulumi.Input[_builtins.bool]] = None,
1439
+ storage: Optional[pulumi.Input[_builtins.bool]] = None,
1440
1440
  subresources: Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']] = None):
1441
1441
  """
1442
1442
  CustomResourceDefinitionVersion describes a version for CRD.
1443
1443
  :param pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]] additional_printer_columns: additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
1444
- :param pulumi.Input[bool] deprecated: deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
1445
- :param pulumi.Input[str] deprecation_warning: deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
1446
- :param pulumi.Input[str] name: name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
1444
+ :param pulumi.Input[_builtins.bool] deprecated: deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
1445
+ :param pulumi.Input[_builtins.str] deprecation_warning: deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
1446
+ :param pulumi.Input[_builtins.str] name: name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
1447
1447
  :param pulumi.Input['CustomResourceValidationPatchArgs'] schema: schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
1448
- :param pulumi.Input[bool] served: served is a flag enabling/disabling this version from being served via REST APIs
1449
- :param pulumi.Input[bool] storage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
1448
+ :param pulumi.Input[_builtins.bool] served: served is a flag enabling/disabling this version from being served via REST APIs
1449
+ :param pulumi.Input[_builtins.bool] storage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
1450
1450
  :param pulumi.Input['CustomResourceSubresourcesPatchArgs'] subresources: subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead).
1451
1451
  """
1452
1452
  if additional_printer_columns is not None:
@@ -1466,7 +1466,7 @@ class CustomResourceDefinitionVersionPatchArgs:
1466
1466
  if subresources is not None:
1467
1467
  pulumi.set(__self__, "subresources", subresources)
1468
1468
 
1469
- @property
1469
+ @_builtins.property
1470
1470
  @pulumi.getter(name="additionalPrinterColumns")
1471
1471
  def additional_printer_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]]:
1472
1472
  """
@@ -1478,43 +1478,43 @@ class CustomResourceDefinitionVersionPatchArgs:
1478
1478
  def additional_printer_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]]):
1479
1479
  pulumi.set(self, "additional_printer_columns", value)
1480
1480
 
1481
- @property
1481
+ @_builtins.property
1482
1482
  @pulumi.getter
1483
- def deprecated(self) -> Optional[pulumi.Input[bool]]:
1483
+ def deprecated(self) -> Optional[pulumi.Input[_builtins.bool]]:
1484
1484
  """
1485
1485
  deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
1486
1486
  """
1487
1487
  return pulumi.get(self, "deprecated")
1488
1488
 
1489
1489
  @deprecated.setter
1490
- def deprecated(self, value: Optional[pulumi.Input[bool]]):
1490
+ def deprecated(self, value: Optional[pulumi.Input[_builtins.bool]]):
1491
1491
  pulumi.set(self, "deprecated", value)
1492
1492
 
1493
- @property
1493
+ @_builtins.property
1494
1494
  @pulumi.getter(name="deprecationWarning")
1495
- def deprecation_warning(self) -> Optional[pulumi.Input[str]]:
1495
+ def deprecation_warning(self) -> Optional[pulumi.Input[_builtins.str]]:
1496
1496
  """
1497
1497
  deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
1498
1498
  """
1499
1499
  return pulumi.get(self, "deprecation_warning")
1500
1500
 
1501
1501
  @deprecation_warning.setter
1502
- def deprecation_warning(self, value: Optional[pulumi.Input[str]]):
1502
+ def deprecation_warning(self, value: Optional[pulumi.Input[_builtins.str]]):
1503
1503
  pulumi.set(self, "deprecation_warning", value)
1504
1504
 
1505
- @property
1505
+ @_builtins.property
1506
1506
  @pulumi.getter
1507
- def name(self) -> Optional[pulumi.Input[str]]:
1507
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
1508
1508
  """
1509
1509
  name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
1510
1510
  """
1511
1511
  return pulumi.get(self, "name")
1512
1512
 
1513
1513
  @name.setter
1514
- def name(self, value: Optional[pulumi.Input[str]]):
1514
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
1515
1515
  pulumi.set(self, "name", value)
1516
1516
 
1517
- @property
1517
+ @_builtins.property
1518
1518
  @pulumi.getter
1519
1519
  def schema(self) -> Optional[pulumi.Input['CustomResourceValidationPatchArgs']]:
1520
1520
  """
@@ -1526,31 +1526,31 @@ class CustomResourceDefinitionVersionPatchArgs:
1526
1526
  def schema(self, value: Optional[pulumi.Input['CustomResourceValidationPatchArgs']]):
1527
1527
  pulumi.set(self, "schema", value)
1528
1528
 
1529
- @property
1529
+ @_builtins.property
1530
1530
  @pulumi.getter
1531
- def served(self) -> Optional[pulumi.Input[bool]]:
1531
+ def served(self) -> Optional[pulumi.Input[_builtins.bool]]:
1532
1532
  """
1533
1533
  served is a flag enabling/disabling this version from being served via REST APIs
1534
1534
  """
1535
1535
  return pulumi.get(self, "served")
1536
1536
 
1537
1537
  @served.setter
1538
- def served(self, value: Optional[pulumi.Input[bool]]):
1538
+ def served(self, value: Optional[pulumi.Input[_builtins.bool]]):
1539
1539
  pulumi.set(self, "served", value)
1540
1540
 
1541
- @property
1541
+ @_builtins.property
1542
1542
  @pulumi.getter
1543
- def storage(self) -> Optional[pulumi.Input[bool]]:
1543
+ def storage(self) -> Optional[pulumi.Input[_builtins.bool]]:
1544
1544
  """
1545
1545
  storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
1546
1546
  """
1547
1547
  return pulumi.get(self, "storage")
1548
1548
 
1549
1549
  @storage.setter
1550
- def storage(self, value: Optional[pulumi.Input[bool]]):
1550
+ def storage(self, value: Optional[pulumi.Input[_builtins.bool]]):
1551
1551
  pulumi.set(self, "storage", value)
1552
1552
 
1553
- @property
1553
+ @_builtins.property
1554
1554
  @pulumi.getter
1555
1555
  def subresources(self) -> Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']]:
1556
1556
  """
@@ -1568,15 +1568,15 @@ if not MYPY:
1568
1568
  """
1569
1569
  CustomResourceDefinitionVersion describes a version for CRD.
1570
1570
  """
1571
- name: pulumi.Input[str]
1571
+ name: pulumi.Input[_builtins.str]
1572
1572
  """
1573
1573
  name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
1574
1574
  """
1575
- served: pulumi.Input[bool]
1575
+ served: pulumi.Input[_builtins.bool]
1576
1576
  """
1577
1577
  served is a flag enabling/disabling this version from being served via REST APIs
1578
1578
  """
1579
- storage: pulumi.Input[bool]
1579
+ storage: pulumi.Input[_builtins.bool]
1580
1580
  """
1581
1581
  storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
1582
1582
  """
@@ -1584,11 +1584,11 @@ if not MYPY:
1584
1584
  """
1585
1585
  additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
1586
1586
  """
1587
- deprecated: NotRequired[pulumi.Input[bool]]
1587
+ deprecated: NotRequired[pulumi.Input[_builtins.bool]]
1588
1588
  """
1589
1589
  deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
1590
1590
  """
1591
- deprecation_warning: NotRequired[pulumi.Input[str]]
1591
+ deprecation_warning: NotRequired[pulumi.Input[_builtins.str]]
1592
1592
  """
1593
1593
  deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
1594
1594
  """
@@ -1606,22 +1606,22 @@ elif False:
1606
1606
  @pulumi.input_type
1607
1607
  class CustomResourceDefinitionVersionArgs:
1608
1608
  def __init__(__self__, *,
1609
- name: pulumi.Input[str],
1610
- served: pulumi.Input[bool],
1611
- storage: pulumi.Input[bool],
1609
+ name: pulumi.Input[_builtins.str],
1610
+ served: pulumi.Input[_builtins.bool],
1611
+ storage: pulumi.Input[_builtins.bool],
1612
1612
  additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]] = None,
1613
- deprecated: Optional[pulumi.Input[bool]] = None,
1614
- deprecation_warning: Optional[pulumi.Input[str]] = None,
1613
+ deprecated: Optional[pulumi.Input[_builtins.bool]] = None,
1614
+ deprecation_warning: Optional[pulumi.Input[_builtins.str]] = None,
1615
1615
  schema: Optional[pulumi.Input['CustomResourceValidationArgs']] = None,
1616
1616
  subresources: Optional[pulumi.Input['CustomResourceSubresourcesArgs']] = None):
1617
1617
  """
1618
1618
  CustomResourceDefinitionVersion describes a version for CRD.
1619
- :param pulumi.Input[str] name: name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
1620
- :param pulumi.Input[bool] served: served is a flag enabling/disabling this version from being served via REST APIs
1621
- :param pulumi.Input[bool] storage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
1619
+ :param pulumi.Input[_builtins.str] name: name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
1620
+ :param pulumi.Input[_builtins.bool] served: served is a flag enabling/disabling this version from being served via REST APIs
1621
+ :param pulumi.Input[_builtins.bool] storage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
1622
1622
  :param pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]] additional_printer_columns: additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
1623
- :param pulumi.Input[bool] deprecated: deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
1624
- :param pulumi.Input[str] deprecation_warning: deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
1623
+ :param pulumi.Input[_builtins.bool] deprecated: deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
1624
+ :param pulumi.Input[_builtins.str] deprecation_warning: deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
1625
1625
  :param pulumi.Input['CustomResourceValidationArgs'] schema: schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
1626
1626
  :param pulumi.Input['CustomResourceSubresourcesArgs'] subresources: subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead).
1627
1627
  """
@@ -1639,43 +1639,43 @@ class CustomResourceDefinitionVersionArgs:
1639
1639
  if subresources is not None:
1640
1640
  pulumi.set(__self__, "subresources", subresources)
1641
1641
 
1642
- @property
1642
+ @_builtins.property
1643
1643
  @pulumi.getter
1644
- def name(self) -> pulumi.Input[str]:
1644
+ def name(self) -> pulumi.Input[_builtins.str]:
1645
1645
  """
1646
1646
  name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
1647
1647
  """
1648
1648
  return pulumi.get(self, "name")
1649
1649
 
1650
1650
  @name.setter
1651
- def name(self, value: pulumi.Input[str]):
1651
+ def name(self, value: pulumi.Input[_builtins.str]):
1652
1652
  pulumi.set(self, "name", value)
1653
1653
 
1654
- @property
1654
+ @_builtins.property
1655
1655
  @pulumi.getter
1656
- def served(self) -> pulumi.Input[bool]:
1656
+ def served(self) -> pulumi.Input[_builtins.bool]:
1657
1657
  """
1658
1658
  served is a flag enabling/disabling this version from being served via REST APIs
1659
1659
  """
1660
1660
  return pulumi.get(self, "served")
1661
1661
 
1662
1662
  @served.setter
1663
- def served(self, value: pulumi.Input[bool]):
1663
+ def served(self, value: pulumi.Input[_builtins.bool]):
1664
1664
  pulumi.set(self, "served", value)
1665
1665
 
1666
- @property
1666
+ @_builtins.property
1667
1667
  @pulumi.getter
1668
- def storage(self) -> pulumi.Input[bool]:
1668
+ def storage(self) -> pulumi.Input[_builtins.bool]:
1669
1669
  """
1670
1670
  storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
1671
1671
  """
1672
1672
  return pulumi.get(self, "storage")
1673
1673
 
1674
1674
  @storage.setter
1675
- def storage(self, value: pulumi.Input[bool]):
1675
+ def storage(self, value: pulumi.Input[_builtins.bool]):
1676
1676
  pulumi.set(self, "storage", value)
1677
1677
 
1678
- @property
1678
+ @_builtins.property
1679
1679
  @pulumi.getter(name="additionalPrinterColumns")
1680
1680
  def additional_printer_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]]:
1681
1681
  """
@@ -1687,31 +1687,31 @@ class CustomResourceDefinitionVersionArgs:
1687
1687
  def additional_printer_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]]):
1688
1688
  pulumi.set(self, "additional_printer_columns", value)
1689
1689
 
1690
- @property
1690
+ @_builtins.property
1691
1691
  @pulumi.getter
1692
- def deprecated(self) -> Optional[pulumi.Input[bool]]:
1692
+ def deprecated(self) -> Optional[pulumi.Input[_builtins.bool]]:
1693
1693
  """
1694
1694
  deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
1695
1695
  """
1696
1696
  return pulumi.get(self, "deprecated")
1697
1697
 
1698
1698
  @deprecated.setter
1699
- def deprecated(self, value: Optional[pulumi.Input[bool]]):
1699
+ def deprecated(self, value: Optional[pulumi.Input[_builtins.bool]]):
1700
1700
  pulumi.set(self, "deprecated", value)
1701
1701
 
1702
- @property
1702
+ @_builtins.property
1703
1703
  @pulumi.getter(name="deprecationWarning")
1704
- def deprecation_warning(self) -> Optional[pulumi.Input[str]]:
1704
+ def deprecation_warning(self) -> Optional[pulumi.Input[_builtins.str]]:
1705
1705
  """
1706
1706
  deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
1707
1707
  """
1708
1708
  return pulumi.get(self, "deprecation_warning")
1709
1709
 
1710
1710
  @deprecation_warning.setter
1711
- def deprecation_warning(self, value: Optional[pulumi.Input[str]]):
1711
+ def deprecation_warning(self, value: Optional[pulumi.Input[_builtins.str]]):
1712
1712
  pulumi.set(self, "deprecation_warning", value)
1713
1713
 
1714
- @property
1714
+ @_builtins.property
1715
1715
  @pulumi.getter
1716
1716
  def schema(self) -> Optional[pulumi.Input['CustomResourceValidationArgs']]:
1717
1717
  """
@@ -1723,7 +1723,7 @@ class CustomResourceDefinitionVersionArgs:
1723
1723
  def schema(self, value: Optional[pulumi.Input['CustomResourceValidationArgs']]):
1724
1724
  pulumi.set(self, "schema", value)
1725
1725
 
1726
- @property
1726
+ @_builtins.property
1727
1727
  @pulumi.getter
1728
1728
  def subresources(self) -> Optional[pulumi.Input['CustomResourceSubresourcesArgs']]:
1729
1729
  """
@@ -1745,11 +1745,11 @@ if not MYPY:
1745
1745
  """
1746
1746
  spec describes how the user wants the resources to appear
1747
1747
  """
1748
- api_version: NotRequired[pulumi.Input[str]]
1748
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
1749
1749
  """
1750
1750
  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
1751
1751
  """
1752
- kind: NotRequired[pulumi.Input[str]]
1752
+ kind: NotRequired[pulumi.Input[_builtins.str]]
1753
1753
  """
1754
1754
  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
1755
1755
  """
@@ -1765,15 +1765,15 @@ elif False:
1765
1765
  class CustomResourceDefinitionArgs:
1766
1766
  def __init__(__self__, *,
1767
1767
  spec: pulumi.Input['CustomResourceDefinitionSpecArgs'],
1768
- api_version: Optional[pulumi.Input[str]] = None,
1769
- kind: Optional[pulumi.Input[str]] = None,
1768
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
1769
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
1770
1770
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
1771
1771
  status: Optional[pulumi.Input['CustomResourceDefinitionStatusArgs']] = None):
1772
1772
  """
1773
1773
  CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>. Deprecated in v1.16, planned for removal in v1.19. Use apiextensions.k8s.io/v1 CustomResourceDefinition instead.
1774
1774
  :param pulumi.Input['CustomResourceDefinitionSpecArgs'] spec: spec describes how the user wants the resources to appear
1775
- :param pulumi.Input[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
1776
- :param pulumi.Input[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
1775
+ :param pulumi.Input[_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
1776
+ :param pulumi.Input[_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
1777
1777
  :param pulumi.Input['CustomResourceDefinitionStatusArgs'] status: status indicates the actual state of the CustomResourceDefinition
1778
1778
  """
1779
1779
  pulumi.set(__self__, "spec", spec)
@@ -1786,7 +1786,7 @@ class CustomResourceDefinitionArgs:
1786
1786
  if status is not None:
1787
1787
  pulumi.set(__self__, "status", status)
1788
1788
 
1789
- @property
1789
+ @_builtins.property
1790
1790
  @pulumi.getter
1791
1791
  def spec(self) -> pulumi.Input['CustomResourceDefinitionSpecArgs']:
1792
1792
  """
@@ -1798,31 +1798,31 @@ class CustomResourceDefinitionArgs:
1798
1798
  def spec(self, value: pulumi.Input['CustomResourceDefinitionSpecArgs']):
1799
1799
  pulumi.set(self, "spec", value)
1800
1800
 
1801
- @property
1801
+ @_builtins.property
1802
1802
  @pulumi.getter(name="apiVersion")
1803
- def api_version(self) -> Optional[pulumi.Input[str]]:
1803
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
1804
1804
  """
1805
1805
  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
1806
1806
  """
1807
1807
  return pulumi.get(self, "api_version")
1808
1808
 
1809
1809
  @api_version.setter
1810
- def api_version(self, value: Optional[pulumi.Input[str]]):
1810
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
1811
1811
  pulumi.set(self, "api_version", value)
1812
1812
 
1813
- @property
1813
+ @_builtins.property
1814
1814
  @pulumi.getter
1815
- def kind(self) -> Optional[pulumi.Input[str]]:
1815
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
1816
1816
  """
1817
1817
  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
1818
1818
  """
1819
1819
  return pulumi.get(self, "kind")
1820
1820
 
1821
1821
  @kind.setter
1822
- def kind(self, value: Optional[pulumi.Input[str]]):
1822
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
1823
1823
  pulumi.set(self, "kind", value)
1824
1824
 
1825
- @property
1825
+ @_builtins.property
1826
1826
  @pulumi.getter
1827
1827
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
1828
1828
  return pulumi.get(self, "metadata")
@@ -1831,7 +1831,7 @@ class CustomResourceDefinitionArgs:
1831
1831
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
1832
1832
  pulumi.set(self, "metadata", value)
1833
1833
 
1834
- @property
1834
+ @_builtins.property
1835
1835
  @pulumi.getter
1836
1836
  def status(self) -> Optional[pulumi.Input['CustomResourceDefinitionStatusArgs']]:
1837
1837
  """
@@ -1849,15 +1849,15 @@ if not MYPY:
1849
1849
  """
1850
1850
  CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
1851
1851
  """
1852
- label_selector_path: NotRequired[pulumi.Input[str]]
1852
+ label_selector_path: NotRequired[pulumi.Input[_builtins.str]]
1853
1853
  """
1854
1854
  labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
1855
1855
  """
1856
- spec_replicas_path: NotRequired[pulumi.Input[str]]
1856
+ spec_replicas_path: NotRequired[pulumi.Input[_builtins.str]]
1857
1857
  """
1858
1858
  specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
1859
1859
  """
1860
- status_replicas_path: NotRequired[pulumi.Input[str]]
1860
+ status_replicas_path: NotRequired[pulumi.Input[_builtins.str]]
1861
1861
  """
1862
1862
  statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
1863
1863
  """
@@ -1867,14 +1867,14 @@ elif False:
1867
1867
  @pulumi.input_type
1868
1868
  class CustomResourceSubresourceScalePatchArgs:
1869
1869
  def __init__(__self__, *,
1870
- label_selector_path: Optional[pulumi.Input[str]] = None,
1871
- spec_replicas_path: Optional[pulumi.Input[str]] = None,
1872
- status_replicas_path: Optional[pulumi.Input[str]] = None):
1870
+ label_selector_path: Optional[pulumi.Input[_builtins.str]] = None,
1871
+ spec_replicas_path: Optional[pulumi.Input[_builtins.str]] = None,
1872
+ status_replicas_path: Optional[pulumi.Input[_builtins.str]] = None):
1873
1873
  """
1874
1874
  CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
1875
- :param pulumi.Input[str] label_selector_path: labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
1876
- :param pulumi.Input[str] spec_replicas_path: specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
1877
- :param pulumi.Input[str] status_replicas_path: statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
1875
+ :param pulumi.Input[_builtins.str] label_selector_path: labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
1876
+ :param pulumi.Input[_builtins.str] spec_replicas_path: specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
1877
+ :param pulumi.Input[_builtins.str] status_replicas_path: statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
1878
1878
  """
1879
1879
  if label_selector_path is not None:
1880
1880
  pulumi.set(__self__, "label_selector_path", label_selector_path)
@@ -1883,40 +1883,40 @@ class CustomResourceSubresourceScalePatchArgs:
1883
1883
  if status_replicas_path is not None:
1884
1884
  pulumi.set(__self__, "status_replicas_path", status_replicas_path)
1885
1885
 
1886
- @property
1886
+ @_builtins.property
1887
1887
  @pulumi.getter(name="labelSelectorPath")
1888
- def label_selector_path(self) -> Optional[pulumi.Input[str]]:
1888
+ def label_selector_path(self) -> Optional[pulumi.Input[_builtins.str]]:
1889
1889
  """
1890
1890
  labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
1891
1891
  """
1892
1892
  return pulumi.get(self, "label_selector_path")
1893
1893
 
1894
1894
  @label_selector_path.setter
1895
- def label_selector_path(self, value: Optional[pulumi.Input[str]]):
1895
+ def label_selector_path(self, value: Optional[pulumi.Input[_builtins.str]]):
1896
1896
  pulumi.set(self, "label_selector_path", value)
1897
1897
 
1898
- @property
1898
+ @_builtins.property
1899
1899
  @pulumi.getter(name="specReplicasPath")
1900
- def spec_replicas_path(self) -> Optional[pulumi.Input[str]]:
1900
+ def spec_replicas_path(self) -> Optional[pulumi.Input[_builtins.str]]:
1901
1901
  """
1902
1902
  specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
1903
1903
  """
1904
1904
  return pulumi.get(self, "spec_replicas_path")
1905
1905
 
1906
1906
  @spec_replicas_path.setter
1907
- def spec_replicas_path(self, value: Optional[pulumi.Input[str]]):
1907
+ def spec_replicas_path(self, value: Optional[pulumi.Input[_builtins.str]]):
1908
1908
  pulumi.set(self, "spec_replicas_path", value)
1909
1909
 
1910
- @property
1910
+ @_builtins.property
1911
1911
  @pulumi.getter(name="statusReplicasPath")
1912
- def status_replicas_path(self) -> Optional[pulumi.Input[str]]:
1912
+ def status_replicas_path(self) -> Optional[pulumi.Input[_builtins.str]]:
1913
1913
  """
1914
1914
  statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
1915
1915
  """
1916
1916
  return pulumi.get(self, "status_replicas_path")
1917
1917
 
1918
1918
  @status_replicas_path.setter
1919
- def status_replicas_path(self, value: Optional[pulumi.Input[str]]):
1919
+ def status_replicas_path(self, value: Optional[pulumi.Input[_builtins.str]]):
1920
1920
  pulumi.set(self, "status_replicas_path", value)
1921
1921
 
1922
1922
 
@@ -1925,15 +1925,15 @@ if not MYPY:
1925
1925
  """
1926
1926
  CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
1927
1927
  """
1928
- spec_replicas_path: pulumi.Input[str]
1928
+ spec_replicas_path: pulumi.Input[_builtins.str]
1929
1929
  """
1930
1930
  specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
1931
1931
  """
1932
- status_replicas_path: pulumi.Input[str]
1932
+ status_replicas_path: pulumi.Input[_builtins.str]
1933
1933
  """
1934
1934
  statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
1935
1935
  """
1936
- label_selector_path: NotRequired[pulumi.Input[str]]
1936
+ label_selector_path: NotRequired[pulumi.Input[_builtins.str]]
1937
1937
  """
1938
1938
  labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
1939
1939
  """
@@ -1943,54 +1943,54 @@ elif False:
1943
1943
  @pulumi.input_type
1944
1944
  class CustomResourceSubresourceScaleArgs:
1945
1945
  def __init__(__self__, *,
1946
- spec_replicas_path: pulumi.Input[str],
1947
- status_replicas_path: pulumi.Input[str],
1948
- label_selector_path: Optional[pulumi.Input[str]] = None):
1946
+ spec_replicas_path: pulumi.Input[_builtins.str],
1947
+ status_replicas_path: pulumi.Input[_builtins.str],
1948
+ label_selector_path: Optional[pulumi.Input[_builtins.str]] = None):
1949
1949
  """
1950
1950
  CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
1951
- :param pulumi.Input[str] spec_replicas_path: specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
1952
- :param pulumi.Input[str] status_replicas_path: statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
1953
- :param pulumi.Input[str] label_selector_path: labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
1951
+ :param pulumi.Input[_builtins.str] spec_replicas_path: specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
1952
+ :param pulumi.Input[_builtins.str] status_replicas_path: statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
1953
+ :param pulumi.Input[_builtins.str] label_selector_path: labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
1954
1954
  """
1955
1955
  pulumi.set(__self__, "spec_replicas_path", spec_replicas_path)
1956
1956
  pulumi.set(__self__, "status_replicas_path", status_replicas_path)
1957
1957
  if label_selector_path is not None:
1958
1958
  pulumi.set(__self__, "label_selector_path", label_selector_path)
1959
1959
 
1960
- @property
1960
+ @_builtins.property
1961
1961
  @pulumi.getter(name="specReplicasPath")
1962
- def spec_replicas_path(self) -> pulumi.Input[str]:
1962
+ def spec_replicas_path(self) -> pulumi.Input[_builtins.str]:
1963
1963
  """
1964
1964
  specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
1965
1965
  """
1966
1966
  return pulumi.get(self, "spec_replicas_path")
1967
1967
 
1968
1968
  @spec_replicas_path.setter
1969
- def spec_replicas_path(self, value: pulumi.Input[str]):
1969
+ def spec_replicas_path(self, value: pulumi.Input[_builtins.str]):
1970
1970
  pulumi.set(self, "spec_replicas_path", value)
1971
1971
 
1972
- @property
1972
+ @_builtins.property
1973
1973
  @pulumi.getter(name="statusReplicasPath")
1974
- def status_replicas_path(self) -> pulumi.Input[str]:
1974
+ def status_replicas_path(self) -> pulumi.Input[_builtins.str]:
1975
1975
  """
1976
1976
  statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
1977
1977
  """
1978
1978
  return pulumi.get(self, "status_replicas_path")
1979
1979
 
1980
1980
  @status_replicas_path.setter
1981
- def status_replicas_path(self, value: pulumi.Input[str]):
1981
+ def status_replicas_path(self, value: pulumi.Input[_builtins.str]):
1982
1982
  pulumi.set(self, "status_replicas_path", value)
1983
1983
 
1984
- @property
1984
+ @_builtins.property
1985
1985
  @pulumi.getter(name="labelSelectorPath")
1986
- def label_selector_path(self) -> Optional[pulumi.Input[str]]:
1986
+ def label_selector_path(self) -> Optional[pulumi.Input[_builtins.str]]:
1987
1987
  """
1988
1988
  labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
1989
1989
  """
1990
1990
  return pulumi.get(self, "label_selector_path")
1991
1991
 
1992
1992
  @label_selector_path.setter
1993
- def label_selector_path(self, value: Optional[pulumi.Input[str]]):
1993
+ def label_selector_path(self, value: Optional[pulumi.Input[_builtins.str]]):
1994
1994
  pulumi.set(self, "label_selector_path", value)
1995
1995
 
1996
1996
 
@@ -2025,7 +2025,7 @@ class CustomResourceSubresourcesPatchArgs:
2025
2025
  if status is not None:
2026
2026
  pulumi.set(__self__, "status", status)
2027
2027
 
2028
- @property
2028
+ @_builtins.property
2029
2029
  @pulumi.getter
2030
2030
  def scale(self) -> Optional[pulumi.Input['CustomResourceSubresourceScalePatchArgs']]:
2031
2031
  """
@@ -2037,7 +2037,7 @@ class CustomResourceSubresourcesPatchArgs:
2037
2037
  def scale(self, value: Optional[pulumi.Input['CustomResourceSubresourceScalePatchArgs']]):
2038
2038
  pulumi.set(self, "scale", value)
2039
2039
 
2040
- @property
2040
+ @_builtins.property
2041
2041
  @pulumi.getter
2042
2042
  def status(self) -> Optional[Any]:
2043
2043
  """
@@ -2081,7 +2081,7 @@ class CustomResourceSubresourcesArgs:
2081
2081
  if status is not None:
2082
2082
  pulumi.set(__self__, "status", status)
2083
2083
 
2084
- @property
2084
+ @_builtins.property
2085
2085
  @pulumi.getter
2086
2086
  def scale(self) -> Optional[pulumi.Input['CustomResourceSubresourceScaleArgs']]:
2087
2087
  """
@@ -2093,7 +2093,7 @@ class CustomResourceSubresourcesArgs:
2093
2093
  def scale(self, value: Optional[pulumi.Input['CustomResourceSubresourceScaleArgs']]):
2094
2094
  pulumi.set(self, "scale", value)
2095
2095
 
2096
- @property
2096
+ @_builtins.property
2097
2097
  @pulumi.getter
2098
2098
  def status(self) -> Optional[Any]:
2099
2099
  """
@@ -2129,7 +2129,7 @@ class CustomResourceValidationPatchArgs:
2129
2129
  if open_apiv3_schema is not None:
2130
2130
  pulumi.set(__self__, "open_apiv3_schema", open_apiv3_schema)
2131
2131
 
2132
- @property
2132
+ @_builtins.property
2133
2133
  @pulumi.getter(name="openAPIV3Schema")
2134
2134
  def open_apiv3_schema(self) -> Optional[pulumi.Input['JSONSchemaPropsPatchArgs']]:
2135
2135
  """
@@ -2165,7 +2165,7 @@ class CustomResourceValidationArgs:
2165
2165
  if open_apiv3_schema is not None:
2166
2166
  pulumi.set(__self__, "open_apiv3_schema", open_apiv3_schema)
2167
2167
 
2168
- @property
2168
+ @_builtins.property
2169
2169
  @pulumi.getter(name="openAPIV3Schema")
2170
2170
  def open_apiv3_schema(self) -> Optional[pulumi.Input['JSONSchemaPropsArgs']]:
2171
2171
  """
@@ -2183,16 +2183,16 @@ if not MYPY:
2183
2183
  """
2184
2184
  ExternalDocumentation allows referencing an external resource for extended documentation.
2185
2185
  """
2186
- description: NotRequired[pulumi.Input[str]]
2187
- url: NotRequired[pulumi.Input[str]]
2186
+ description: NotRequired[pulumi.Input[_builtins.str]]
2187
+ url: NotRequired[pulumi.Input[_builtins.str]]
2188
2188
  elif False:
2189
2189
  ExternalDocumentationPatchArgsDict: TypeAlias = Mapping[str, Any]
2190
2190
 
2191
2191
  @pulumi.input_type
2192
2192
  class ExternalDocumentationPatchArgs:
2193
2193
  def __init__(__self__, *,
2194
- description: Optional[pulumi.Input[str]] = None,
2195
- url: Optional[pulumi.Input[str]] = None):
2194
+ description: Optional[pulumi.Input[_builtins.str]] = None,
2195
+ url: Optional[pulumi.Input[_builtins.str]] = None):
2196
2196
  """
2197
2197
  ExternalDocumentation allows referencing an external resource for extended documentation.
2198
2198
  """
@@ -2201,22 +2201,22 @@ class ExternalDocumentationPatchArgs:
2201
2201
  if url is not None:
2202
2202
  pulumi.set(__self__, "url", url)
2203
2203
 
2204
- @property
2204
+ @_builtins.property
2205
2205
  @pulumi.getter
2206
- def description(self) -> Optional[pulumi.Input[str]]:
2206
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
2207
2207
  return pulumi.get(self, "description")
2208
2208
 
2209
2209
  @description.setter
2210
- def description(self, value: Optional[pulumi.Input[str]]):
2210
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
2211
2211
  pulumi.set(self, "description", value)
2212
2212
 
2213
- @property
2213
+ @_builtins.property
2214
2214
  @pulumi.getter
2215
- def url(self) -> Optional[pulumi.Input[str]]:
2215
+ def url(self) -> Optional[pulumi.Input[_builtins.str]]:
2216
2216
  return pulumi.get(self, "url")
2217
2217
 
2218
2218
  @url.setter
2219
- def url(self, value: Optional[pulumi.Input[str]]):
2219
+ def url(self, value: Optional[pulumi.Input[_builtins.str]]):
2220
2220
  pulumi.set(self, "url", value)
2221
2221
 
2222
2222
 
@@ -2225,16 +2225,16 @@ if not MYPY:
2225
2225
  """
2226
2226
  ExternalDocumentation allows referencing an external resource for extended documentation.
2227
2227
  """
2228
- description: NotRequired[pulumi.Input[str]]
2229
- url: NotRequired[pulumi.Input[str]]
2228
+ description: NotRequired[pulumi.Input[_builtins.str]]
2229
+ url: NotRequired[pulumi.Input[_builtins.str]]
2230
2230
  elif False:
2231
2231
  ExternalDocumentationArgsDict: TypeAlias = Mapping[str, Any]
2232
2232
 
2233
2233
  @pulumi.input_type
2234
2234
  class ExternalDocumentationArgs:
2235
2235
  def __init__(__self__, *,
2236
- description: Optional[pulumi.Input[str]] = None,
2237
- url: Optional[pulumi.Input[str]] = None):
2236
+ description: Optional[pulumi.Input[_builtins.str]] = None,
2237
+ url: Optional[pulumi.Input[_builtins.str]] = None):
2238
2238
  """
2239
2239
  ExternalDocumentation allows referencing an external resource for extended documentation.
2240
2240
  """
@@ -2243,22 +2243,22 @@ class ExternalDocumentationArgs:
2243
2243
  if url is not None:
2244
2244
  pulumi.set(__self__, "url", url)
2245
2245
 
2246
- @property
2246
+ @_builtins.property
2247
2247
  @pulumi.getter
2248
- def description(self) -> Optional[pulumi.Input[str]]:
2248
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
2249
2249
  return pulumi.get(self, "description")
2250
2250
 
2251
2251
  @description.setter
2252
- def description(self, value: Optional[pulumi.Input[str]]):
2252
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
2253
2253
  pulumi.set(self, "description", value)
2254
2254
 
2255
- @property
2255
+ @_builtins.property
2256
2256
  @pulumi.getter
2257
- def url(self) -> Optional[pulumi.Input[str]]:
2257
+ def url(self) -> Optional[pulumi.Input[_builtins.str]]:
2258
2258
  return pulumi.get(self, "url")
2259
2259
 
2260
2260
  @url.setter
2261
- def url(self, value: Optional[pulumi.Input[str]]):
2261
+ def url(self, value: Optional[pulumi.Input[_builtins.str]]):
2262
2262
  pulumi.set(self, "url", value)
2263
2263
 
2264
2264
 
@@ -2267,10 +2267,10 @@ if not MYPY:
2267
2267
  """
2268
2268
  JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
2269
2269
  """
2270
- _ref: NotRequired[pulumi.Input[str]]
2271
- _schema: NotRequired[pulumi.Input[str]]
2272
- additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
2273
- additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
2270
+ _ref: NotRequired[pulumi.Input[_builtins.str]]
2271
+ _schema: NotRequired[pulumi.Input[_builtins.str]]
2272
+ additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', _builtins.bool]]]
2273
+ additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', _builtins.bool]]]
2274
2274
  all_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
2275
2275
  any_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
2276
2276
  default: NotRequired[Any]
@@ -2278,45 +2278,45 @@ if not MYPY:
2278
2278
  default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
2279
2279
  """
2280
2280
  definitions: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
2281
- dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[str]]]]]]]
2282
- description: NotRequired[pulumi.Input[str]]
2281
+ dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[_builtins.str]]]]]]]
2282
+ description: NotRequired[pulumi.Input[_builtins.str]]
2283
2283
  enum: NotRequired[pulumi.Input[Sequence[Any]]]
2284
2284
  example: NotRequired[Any]
2285
- exclusive_maximum: NotRequired[pulumi.Input[bool]]
2286
- exclusive_minimum: NotRequired[pulumi.Input[bool]]
2285
+ exclusive_maximum: NotRequired[pulumi.Input[_builtins.bool]]
2286
+ exclusive_minimum: NotRequired[pulumi.Input[_builtins.bool]]
2287
2287
  external_docs: NotRequired[pulumi.Input['ExternalDocumentationPatchArgsDict']]
2288
- format: NotRequired[pulumi.Input[str]]
2288
+ format: NotRequired[pulumi.Input[_builtins.str]]
2289
2289
  """
2290
2290
  format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
2291
2291
 
2292
2292
  - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
2293
2293
  """
2294
- id: NotRequired[pulumi.Input[str]]
2294
+ id: NotRequired[pulumi.Input[_builtins.str]]
2295
2295
  items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[Any]]]]
2296
- max_items: NotRequired[pulumi.Input[int]]
2297
- max_length: NotRequired[pulumi.Input[int]]
2298
- max_properties: NotRequired[pulumi.Input[int]]
2299
- maximum: NotRequired[pulumi.Input[float]]
2300
- min_items: NotRequired[pulumi.Input[int]]
2301
- min_length: NotRequired[pulumi.Input[int]]
2302
- min_properties: NotRequired[pulumi.Input[int]]
2303
- minimum: NotRequired[pulumi.Input[float]]
2304
- multiple_of: NotRequired[pulumi.Input[float]]
2296
+ max_items: NotRequired[pulumi.Input[_builtins.int]]
2297
+ max_length: NotRequired[pulumi.Input[_builtins.int]]
2298
+ max_properties: NotRequired[pulumi.Input[_builtins.int]]
2299
+ maximum: NotRequired[pulumi.Input[_builtins.float]]
2300
+ min_items: NotRequired[pulumi.Input[_builtins.int]]
2301
+ min_length: NotRequired[pulumi.Input[_builtins.int]]
2302
+ min_properties: NotRequired[pulumi.Input[_builtins.int]]
2303
+ minimum: NotRequired[pulumi.Input[_builtins.float]]
2304
+ multiple_of: NotRequired[pulumi.Input[_builtins.float]]
2305
2305
  not_: NotRequired[pulumi.Input['JSONSchemaPropsPatchArgsDict']]
2306
- nullable: NotRequired[pulumi.Input[bool]]
2306
+ nullable: NotRequired[pulumi.Input[_builtins.bool]]
2307
2307
  one_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
2308
- pattern: NotRequired[pulumi.Input[str]]
2308
+ pattern: NotRequired[pulumi.Input[_builtins.str]]
2309
2309
  pattern_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
2310
2310
  properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
2311
- required: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2312
- title: NotRequired[pulumi.Input[str]]
2313
- type: NotRequired[pulumi.Input[str]]
2314
- unique_items: NotRequired[pulumi.Input[bool]]
2315
- x_kubernetes_embedded_resource: NotRequired[pulumi.Input[bool]]
2311
+ required: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
2312
+ title: NotRequired[pulumi.Input[_builtins.str]]
2313
+ type: NotRequired[pulumi.Input[_builtins.str]]
2314
+ unique_items: NotRequired[pulumi.Input[_builtins.bool]]
2315
+ x_kubernetes_embedded_resource: NotRequired[pulumi.Input[_builtins.bool]]
2316
2316
  """
2317
2317
  x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
2318
2318
  """
2319
- x_kubernetes_int_or_string: NotRequired[pulumi.Input[bool]]
2319
+ x_kubernetes_int_or_string: NotRequired[pulumi.Input[_builtins.bool]]
2320
2320
  """
2321
2321
  x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
2322
2322
 
@@ -2329,13 +2329,13 @@ if not MYPY:
2329
2329
  - type: string
2330
2330
  - ... zero or more
2331
2331
  """
2332
- x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2332
+ x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
2333
2333
  """
2334
2334
  x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
2335
2335
 
2336
2336
  This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported).
2337
2337
  """
2338
- x_kubernetes_list_type: NotRequired[pulumi.Input[str]]
2338
+ x_kubernetes_list_type: NotRequired[pulumi.Input[_builtins.str]]
2339
2339
  """
2340
2340
  x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
2341
2341
 
@@ -2352,7 +2352,7 @@ if not MYPY:
2352
2352
  must only be used on a list with elements of type object.
2353
2353
  Defaults to atomic for arrays.
2354
2354
  """
2355
- x_kubernetes_map_type: NotRequired[pulumi.Input[str]]
2355
+ x_kubernetes_map_type: NotRequired[pulumi.Input[_builtins.str]]
2356
2356
  """
2357
2357
  x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
2358
2358
 
@@ -2363,7 +2363,7 @@ if not MYPY:
2363
2363
  2) `atomic`: the list is treated as a single entity, like a scalar.
2364
2364
  Atomic maps will be entirely replaced when updated.
2365
2365
  """
2366
- x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
2366
+ x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[_builtins.bool]]
2367
2367
  """
2368
2368
  x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
2369
2369
  """
@@ -2373,57 +2373,57 @@ elif False:
2373
2373
  @pulumi.input_type
2374
2374
  class JSONSchemaPropsPatchArgs:
2375
2375
  def __init__(__self__, *,
2376
- _ref: Optional[pulumi.Input[str]] = None,
2377
- _schema: Optional[pulumi.Input[str]] = None,
2378
- additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]] = None,
2379
- additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]] = None,
2376
+ _ref: Optional[pulumi.Input[_builtins.str]] = None,
2377
+ _schema: Optional[pulumi.Input[_builtins.str]] = None,
2378
+ additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]] = None,
2379
+ additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]] = None,
2380
2380
  all_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
2381
2381
  any_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
2382
2382
  default: Optional[Any] = None,
2383
2383
  definitions: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
2384
- dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]] = None,
2385
- description: Optional[pulumi.Input[str]] = None,
2384
+ dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]] = None,
2385
+ description: Optional[pulumi.Input[_builtins.str]] = None,
2386
2386
  enum: Optional[pulumi.Input[Sequence[Any]]] = None,
2387
2387
  example: Optional[Any] = None,
2388
- exclusive_maximum: Optional[pulumi.Input[bool]] = None,
2389
- exclusive_minimum: Optional[pulumi.Input[bool]] = None,
2388
+ exclusive_maximum: Optional[pulumi.Input[_builtins.bool]] = None,
2389
+ exclusive_minimum: Optional[pulumi.Input[_builtins.bool]] = None,
2390
2390
  external_docs: Optional[pulumi.Input['ExternalDocumentationPatchArgs']] = None,
2391
- format: Optional[pulumi.Input[str]] = None,
2392
- id: Optional[pulumi.Input[str]] = None,
2391
+ format: Optional[pulumi.Input[_builtins.str]] = None,
2392
+ id: Optional[pulumi.Input[_builtins.str]] = None,
2393
2393
  items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]] = None,
2394
- max_items: Optional[pulumi.Input[int]] = None,
2395
- max_length: Optional[pulumi.Input[int]] = None,
2396
- max_properties: Optional[pulumi.Input[int]] = None,
2397
- maximum: Optional[pulumi.Input[float]] = None,
2398
- min_items: Optional[pulumi.Input[int]] = None,
2399
- min_length: Optional[pulumi.Input[int]] = None,
2400
- min_properties: Optional[pulumi.Input[int]] = None,
2401
- minimum: Optional[pulumi.Input[float]] = None,
2402
- multiple_of: Optional[pulumi.Input[float]] = None,
2394
+ max_items: Optional[pulumi.Input[_builtins.int]] = None,
2395
+ max_length: Optional[pulumi.Input[_builtins.int]] = None,
2396
+ max_properties: Optional[pulumi.Input[_builtins.int]] = None,
2397
+ maximum: Optional[pulumi.Input[_builtins.float]] = None,
2398
+ min_items: Optional[pulumi.Input[_builtins.int]] = None,
2399
+ min_length: Optional[pulumi.Input[_builtins.int]] = None,
2400
+ min_properties: Optional[pulumi.Input[_builtins.int]] = None,
2401
+ minimum: Optional[pulumi.Input[_builtins.float]] = None,
2402
+ multiple_of: Optional[pulumi.Input[_builtins.float]] = None,
2403
2403
  not_: Optional[pulumi.Input['JSONSchemaPropsPatchArgs']] = None,
2404
- nullable: Optional[pulumi.Input[bool]] = None,
2404
+ nullable: Optional[pulumi.Input[_builtins.bool]] = None,
2405
2405
  one_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
2406
- pattern: Optional[pulumi.Input[str]] = None,
2406
+ pattern: Optional[pulumi.Input[_builtins.str]] = None,
2407
2407
  pattern_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
2408
2408
  properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
2409
- required: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2410
- title: Optional[pulumi.Input[str]] = None,
2411
- type: Optional[pulumi.Input[str]] = None,
2412
- unique_items: Optional[pulumi.Input[bool]] = None,
2413
- x_kubernetes_embedded_resource: Optional[pulumi.Input[bool]] = None,
2414
- x_kubernetes_int_or_string: Optional[pulumi.Input[bool]] = None,
2415
- x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2416
- x_kubernetes_list_type: Optional[pulumi.Input[str]] = None,
2417
- x_kubernetes_map_type: Optional[pulumi.Input[str]] = None,
2418
- x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[bool]] = None):
2409
+ required: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
2410
+ title: Optional[pulumi.Input[_builtins.str]] = None,
2411
+ type: Optional[pulumi.Input[_builtins.str]] = None,
2412
+ unique_items: Optional[pulumi.Input[_builtins.bool]] = None,
2413
+ x_kubernetes_embedded_resource: Optional[pulumi.Input[_builtins.bool]] = None,
2414
+ x_kubernetes_int_or_string: Optional[pulumi.Input[_builtins.bool]] = None,
2415
+ x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
2416
+ x_kubernetes_list_type: Optional[pulumi.Input[_builtins.str]] = None,
2417
+ x_kubernetes_map_type: Optional[pulumi.Input[_builtins.str]] = None,
2418
+ x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[_builtins.bool]] = None):
2419
2419
  """
2420
2420
  JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
2421
2421
  :param Any default: default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
2422
- :param pulumi.Input[str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
2422
+ :param pulumi.Input[_builtins.str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
2423
2423
 
2424
2424
  - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
2425
- :param pulumi.Input[bool] x_kubernetes_embedded_resource: x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
2426
- :param pulumi.Input[bool] x_kubernetes_int_or_string: x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
2425
+ :param pulumi.Input[_builtins.bool] x_kubernetes_embedded_resource: x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
2426
+ :param pulumi.Input[_builtins.bool] x_kubernetes_int_or_string: x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
2427
2427
 
2428
2428
  1) anyOf:
2429
2429
  - type: integer
@@ -2433,10 +2433,10 @@ class JSONSchemaPropsPatchArgs:
2433
2433
  - type: integer
2434
2434
  - type: string
2435
2435
  - ... zero or more
2436
- :param pulumi.Input[Sequence[pulumi.Input[str]]] x_kubernetes_list_map_keys: x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
2436
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] x_kubernetes_list_map_keys: x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
2437
2437
 
2438
2438
  This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported).
2439
- :param pulumi.Input[str] x_kubernetes_list_type: x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
2439
+ :param pulumi.Input[_builtins.str] x_kubernetes_list_type: x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
2440
2440
 
2441
2441
  1) `atomic`: the list is treated as a single entity, like a scalar.
2442
2442
  Atomic lists will be entirely replaced when updated. This extension
@@ -2450,7 +2450,7 @@ class JSONSchemaPropsPatchArgs:
2450
2450
  used to identify them. Order is preserved upon merge. The map tag
2451
2451
  must only be used on a list with elements of type object.
2452
2452
  Defaults to atomic for arrays.
2453
- :param pulumi.Input[str] x_kubernetes_map_type: x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
2453
+ :param pulumi.Input[_builtins.str] x_kubernetes_map_type: x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
2454
2454
 
2455
2455
  1) `granular`:
2456
2456
  These maps are actual maps (key-value pairs) and each fields are independent
@@ -2458,7 +2458,7 @@ class JSONSchemaPropsPatchArgs:
2458
2458
  the default behaviour for all maps.
2459
2459
  2) `atomic`: the list is treated as a single entity, like a scalar.
2460
2460
  Atomic maps will be entirely replaced when updated.
2461
- :param pulumi.Input[bool] x_kubernetes_preserve_unknown_fields: x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
2461
+ :param pulumi.Input[_builtins.bool] x_kubernetes_preserve_unknown_fields: x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
2462
2462
  """
2463
2463
  if _ref is not None:
2464
2464
  pulumi.set(__self__, "_ref", _ref)
@@ -2547,43 +2547,43 @@ class JSONSchemaPropsPatchArgs:
2547
2547
  if x_kubernetes_preserve_unknown_fields is not None:
2548
2548
  pulumi.set(__self__, "x_kubernetes_preserve_unknown_fields", x_kubernetes_preserve_unknown_fields)
2549
2549
 
2550
- @property
2550
+ @_builtins.property
2551
2551
  @pulumi.getter(name="$ref")
2552
- def _ref(self) -> Optional[pulumi.Input[str]]:
2552
+ def _ref(self) -> Optional[pulumi.Input[_builtins.str]]:
2553
2553
  return pulumi.get(self, "_ref")
2554
2554
 
2555
2555
  @_ref.setter
2556
- def _ref(self, value: Optional[pulumi.Input[str]]):
2556
+ def _ref(self, value: Optional[pulumi.Input[_builtins.str]]):
2557
2557
  pulumi.set(self, "_ref", value)
2558
2558
 
2559
- @property
2559
+ @_builtins.property
2560
2560
  @pulumi.getter(name="$schema")
2561
- def _schema(self) -> Optional[pulumi.Input[str]]:
2561
+ def _schema(self) -> Optional[pulumi.Input[_builtins.str]]:
2562
2562
  return pulumi.get(self, "_schema")
2563
2563
 
2564
2564
  @_schema.setter
2565
- def _schema(self, value: Optional[pulumi.Input[str]]):
2565
+ def _schema(self, value: Optional[pulumi.Input[_builtins.str]]):
2566
2566
  pulumi.set(self, "_schema", value)
2567
2567
 
2568
- @property
2568
+ @_builtins.property
2569
2569
  @pulumi.getter(name="additionalItems")
2570
- def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]:
2570
+ def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]:
2571
2571
  return pulumi.get(self, "additional_items")
2572
2572
 
2573
2573
  @additional_items.setter
2574
- def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]):
2574
+ def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]):
2575
2575
  pulumi.set(self, "additional_items", value)
2576
2576
 
2577
- @property
2577
+ @_builtins.property
2578
2578
  @pulumi.getter(name="additionalProperties")
2579
- def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]:
2579
+ def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]:
2580
2580
  return pulumi.get(self, "additional_properties")
2581
2581
 
2582
2582
  @additional_properties.setter
2583
- def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]):
2583
+ def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]):
2584
2584
  pulumi.set(self, "additional_properties", value)
2585
2585
 
2586
- @property
2586
+ @_builtins.property
2587
2587
  @pulumi.getter(name="allOf")
2588
2588
  def all_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]:
2589
2589
  return pulumi.get(self, "all_of")
@@ -2592,7 +2592,7 @@ class JSONSchemaPropsPatchArgs:
2592
2592
  def all_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]):
2593
2593
  pulumi.set(self, "all_of", value)
2594
2594
 
2595
- @property
2595
+ @_builtins.property
2596
2596
  @pulumi.getter(name="anyOf")
2597
2597
  def any_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]:
2598
2598
  return pulumi.get(self, "any_of")
@@ -2601,7 +2601,7 @@ class JSONSchemaPropsPatchArgs:
2601
2601
  def any_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]):
2602
2602
  pulumi.set(self, "any_of", value)
2603
2603
 
2604
- @property
2604
+ @_builtins.property
2605
2605
  @pulumi.getter
2606
2606
  def default(self) -> Optional[Any]:
2607
2607
  """
@@ -2613,7 +2613,7 @@ class JSONSchemaPropsPatchArgs:
2613
2613
  def default(self, value: Optional[Any]):
2614
2614
  pulumi.set(self, "default", value)
2615
2615
 
2616
- @property
2616
+ @_builtins.property
2617
2617
  @pulumi.getter
2618
2618
  def definitions(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
2619
2619
  return pulumi.get(self, "definitions")
@@ -2622,25 +2622,25 @@ class JSONSchemaPropsPatchArgs:
2622
2622
  def definitions(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
2623
2623
  pulumi.set(self, "definitions", value)
2624
2624
 
2625
- @property
2625
+ @_builtins.property
2626
2626
  @pulumi.getter
2627
- def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]]:
2627
+ def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]]:
2628
2628
  return pulumi.get(self, "dependencies")
2629
2629
 
2630
2630
  @dependencies.setter
2631
- def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]]):
2631
+ def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]]):
2632
2632
  pulumi.set(self, "dependencies", value)
2633
2633
 
2634
- @property
2634
+ @_builtins.property
2635
2635
  @pulumi.getter
2636
- def description(self) -> Optional[pulumi.Input[str]]:
2636
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
2637
2637
  return pulumi.get(self, "description")
2638
2638
 
2639
2639
  @description.setter
2640
- def description(self, value: Optional[pulumi.Input[str]]):
2640
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
2641
2641
  pulumi.set(self, "description", value)
2642
2642
 
2643
- @property
2643
+ @_builtins.property
2644
2644
  @pulumi.getter
2645
2645
  def enum(self) -> Optional[pulumi.Input[Sequence[Any]]]:
2646
2646
  return pulumi.get(self, "enum")
@@ -2649,7 +2649,7 @@ class JSONSchemaPropsPatchArgs:
2649
2649
  def enum(self, value: Optional[pulumi.Input[Sequence[Any]]]):
2650
2650
  pulumi.set(self, "enum", value)
2651
2651
 
2652
- @property
2652
+ @_builtins.property
2653
2653
  @pulumi.getter
2654
2654
  def example(self) -> Optional[Any]:
2655
2655
  return pulumi.get(self, "example")
@@ -2658,25 +2658,25 @@ class JSONSchemaPropsPatchArgs:
2658
2658
  def example(self, value: Optional[Any]):
2659
2659
  pulumi.set(self, "example", value)
2660
2660
 
2661
- @property
2661
+ @_builtins.property
2662
2662
  @pulumi.getter(name="exclusiveMaximum")
2663
- def exclusive_maximum(self) -> Optional[pulumi.Input[bool]]:
2663
+ def exclusive_maximum(self) -> Optional[pulumi.Input[_builtins.bool]]:
2664
2664
  return pulumi.get(self, "exclusive_maximum")
2665
2665
 
2666
2666
  @exclusive_maximum.setter
2667
- def exclusive_maximum(self, value: Optional[pulumi.Input[bool]]):
2667
+ def exclusive_maximum(self, value: Optional[pulumi.Input[_builtins.bool]]):
2668
2668
  pulumi.set(self, "exclusive_maximum", value)
2669
2669
 
2670
- @property
2670
+ @_builtins.property
2671
2671
  @pulumi.getter(name="exclusiveMinimum")
2672
- def exclusive_minimum(self) -> Optional[pulumi.Input[bool]]:
2672
+ def exclusive_minimum(self) -> Optional[pulumi.Input[_builtins.bool]]:
2673
2673
  return pulumi.get(self, "exclusive_minimum")
2674
2674
 
2675
2675
  @exclusive_minimum.setter
2676
- def exclusive_minimum(self, value: Optional[pulumi.Input[bool]]):
2676
+ def exclusive_minimum(self, value: Optional[pulumi.Input[_builtins.bool]]):
2677
2677
  pulumi.set(self, "exclusive_minimum", value)
2678
2678
 
2679
- @property
2679
+ @_builtins.property
2680
2680
  @pulumi.getter(name="externalDocs")
2681
2681
  def external_docs(self) -> Optional[pulumi.Input['ExternalDocumentationPatchArgs']]:
2682
2682
  return pulumi.get(self, "external_docs")
@@ -2685,9 +2685,9 @@ class JSONSchemaPropsPatchArgs:
2685
2685
  def external_docs(self, value: Optional[pulumi.Input['ExternalDocumentationPatchArgs']]):
2686
2686
  pulumi.set(self, "external_docs", value)
2687
2687
 
2688
- @property
2688
+ @_builtins.property
2689
2689
  @pulumi.getter
2690
- def format(self) -> Optional[pulumi.Input[str]]:
2690
+ def format(self) -> Optional[pulumi.Input[_builtins.str]]:
2691
2691
  """
2692
2692
  format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
2693
2693
 
@@ -2696,19 +2696,19 @@ class JSONSchemaPropsPatchArgs:
2696
2696
  return pulumi.get(self, "format")
2697
2697
 
2698
2698
  @format.setter
2699
- def format(self, value: Optional[pulumi.Input[str]]):
2699
+ def format(self, value: Optional[pulumi.Input[_builtins.str]]):
2700
2700
  pulumi.set(self, "format", value)
2701
2701
 
2702
- @property
2702
+ @_builtins.property
2703
2703
  @pulumi.getter
2704
- def id(self) -> Optional[pulumi.Input[str]]:
2704
+ def id(self) -> Optional[pulumi.Input[_builtins.str]]:
2705
2705
  return pulumi.get(self, "id")
2706
2706
 
2707
2707
  @id.setter
2708
- def id(self, value: Optional[pulumi.Input[str]]):
2708
+ def id(self, value: Optional[pulumi.Input[_builtins.str]]):
2709
2709
  pulumi.set(self, "id", value)
2710
2710
 
2711
- @property
2711
+ @_builtins.property
2712
2712
  @pulumi.getter
2713
2713
  def items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]]:
2714
2714
  return pulumi.get(self, "items")
@@ -2717,88 +2717,88 @@ class JSONSchemaPropsPatchArgs:
2717
2717
  def items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]]):
2718
2718
  pulumi.set(self, "items", value)
2719
2719
 
2720
- @property
2720
+ @_builtins.property
2721
2721
  @pulumi.getter(name="maxItems")
2722
- def max_items(self) -> Optional[pulumi.Input[int]]:
2722
+ def max_items(self) -> Optional[pulumi.Input[_builtins.int]]:
2723
2723
  return pulumi.get(self, "max_items")
2724
2724
 
2725
2725
  @max_items.setter
2726
- def max_items(self, value: Optional[pulumi.Input[int]]):
2726
+ def max_items(self, value: Optional[pulumi.Input[_builtins.int]]):
2727
2727
  pulumi.set(self, "max_items", value)
2728
2728
 
2729
- @property
2729
+ @_builtins.property
2730
2730
  @pulumi.getter(name="maxLength")
2731
- def max_length(self) -> Optional[pulumi.Input[int]]:
2731
+ def max_length(self) -> Optional[pulumi.Input[_builtins.int]]:
2732
2732
  return pulumi.get(self, "max_length")
2733
2733
 
2734
2734
  @max_length.setter
2735
- def max_length(self, value: Optional[pulumi.Input[int]]):
2735
+ def max_length(self, value: Optional[pulumi.Input[_builtins.int]]):
2736
2736
  pulumi.set(self, "max_length", value)
2737
2737
 
2738
- @property
2738
+ @_builtins.property
2739
2739
  @pulumi.getter(name="maxProperties")
2740
- def max_properties(self) -> Optional[pulumi.Input[int]]:
2740
+ def max_properties(self) -> Optional[pulumi.Input[_builtins.int]]:
2741
2741
  return pulumi.get(self, "max_properties")
2742
2742
 
2743
2743
  @max_properties.setter
2744
- def max_properties(self, value: Optional[pulumi.Input[int]]):
2744
+ def max_properties(self, value: Optional[pulumi.Input[_builtins.int]]):
2745
2745
  pulumi.set(self, "max_properties", value)
2746
2746
 
2747
- @property
2747
+ @_builtins.property
2748
2748
  @pulumi.getter
2749
- def maximum(self) -> Optional[pulumi.Input[float]]:
2749
+ def maximum(self) -> Optional[pulumi.Input[_builtins.float]]:
2750
2750
  return pulumi.get(self, "maximum")
2751
2751
 
2752
2752
  @maximum.setter
2753
- def maximum(self, value: Optional[pulumi.Input[float]]):
2753
+ def maximum(self, value: Optional[pulumi.Input[_builtins.float]]):
2754
2754
  pulumi.set(self, "maximum", value)
2755
2755
 
2756
- @property
2756
+ @_builtins.property
2757
2757
  @pulumi.getter(name="minItems")
2758
- def min_items(self) -> Optional[pulumi.Input[int]]:
2758
+ def min_items(self) -> Optional[pulumi.Input[_builtins.int]]:
2759
2759
  return pulumi.get(self, "min_items")
2760
2760
 
2761
2761
  @min_items.setter
2762
- def min_items(self, value: Optional[pulumi.Input[int]]):
2762
+ def min_items(self, value: Optional[pulumi.Input[_builtins.int]]):
2763
2763
  pulumi.set(self, "min_items", value)
2764
2764
 
2765
- @property
2765
+ @_builtins.property
2766
2766
  @pulumi.getter(name="minLength")
2767
- def min_length(self) -> Optional[pulumi.Input[int]]:
2767
+ def min_length(self) -> Optional[pulumi.Input[_builtins.int]]:
2768
2768
  return pulumi.get(self, "min_length")
2769
2769
 
2770
2770
  @min_length.setter
2771
- def min_length(self, value: Optional[pulumi.Input[int]]):
2771
+ def min_length(self, value: Optional[pulumi.Input[_builtins.int]]):
2772
2772
  pulumi.set(self, "min_length", value)
2773
2773
 
2774
- @property
2774
+ @_builtins.property
2775
2775
  @pulumi.getter(name="minProperties")
2776
- def min_properties(self) -> Optional[pulumi.Input[int]]:
2776
+ def min_properties(self) -> Optional[pulumi.Input[_builtins.int]]:
2777
2777
  return pulumi.get(self, "min_properties")
2778
2778
 
2779
2779
  @min_properties.setter
2780
- def min_properties(self, value: Optional[pulumi.Input[int]]):
2780
+ def min_properties(self, value: Optional[pulumi.Input[_builtins.int]]):
2781
2781
  pulumi.set(self, "min_properties", value)
2782
2782
 
2783
- @property
2783
+ @_builtins.property
2784
2784
  @pulumi.getter
2785
- def minimum(self) -> Optional[pulumi.Input[float]]:
2785
+ def minimum(self) -> Optional[pulumi.Input[_builtins.float]]:
2786
2786
  return pulumi.get(self, "minimum")
2787
2787
 
2788
2788
  @minimum.setter
2789
- def minimum(self, value: Optional[pulumi.Input[float]]):
2789
+ def minimum(self, value: Optional[pulumi.Input[_builtins.float]]):
2790
2790
  pulumi.set(self, "minimum", value)
2791
2791
 
2792
- @property
2792
+ @_builtins.property
2793
2793
  @pulumi.getter(name="multipleOf")
2794
- def multiple_of(self) -> Optional[pulumi.Input[float]]:
2794
+ def multiple_of(self) -> Optional[pulumi.Input[_builtins.float]]:
2795
2795
  return pulumi.get(self, "multiple_of")
2796
2796
 
2797
2797
  @multiple_of.setter
2798
- def multiple_of(self, value: Optional[pulumi.Input[float]]):
2798
+ def multiple_of(self, value: Optional[pulumi.Input[_builtins.float]]):
2799
2799
  pulumi.set(self, "multiple_of", value)
2800
2800
 
2801
- @property
2801
+ @_builtins.property
2802
2802
  @pulumi.getter(name="not")
2803
2803
  def not_(self) -> Optional[pulumi.Input['JSONSchemaPropsPatchArgs']]:
2804
2804
  return pulumi.get(self, "not_")
@@ -2807,16 +2807,16 @@ class JSONSchemaPropsPatchArgs:
2807
2807
  def not_(self, value: Optional[pulumi.Input['JSONSchemaPropsPatchArgs']]):
2808
2808
  pulumi.set(self, "not_", value)
2809
2809
 
2810
- @property
2810
+ @_builtins.property
2811
2811
  @pulumi.getter
2812
- def nullable(self) -> Optional[pulumi.Input[bool]]:
2812
+ def nullable(self) -> Optional[pulumi.Input[_builtins.bool]]:
2813
2813
  return pulumi.get(self, "nullable")
2814
2814
 
2815
2815
  @nullable.setter
2816
- def nullable(self, value: Optional[pulumi.Input[bool]]):
2816
+ def nullable(self, value: Optional[pulumi.Input[_builtins.bool]]):
2817
2817
  pulumi.set(self, "nullable", value)
2818
2818
 
2819
- @property
2819
+ @_builtins.property
2820
2820
  @pulumi.getter(name="oneOf")
2821
2821
  def one_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]:
2822
2822
  return pulumi.get(self, "one_of")
@@ -2825,16 +2825,16 @@ class JSONSchemaPropsPatchArgs:
2825
2825
  def one_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]):
2826
2826
  pulumi.set(self, "one_of", value)
2827
2827
 
2828
- @property
2828
+ @_builtins.property
2829
2829
  @pulumi.getter
2830
- def pattern(self) -> Optional[pulumi.Input[str]]:
2830
+ def pattern(self) -> Optional[pulumi.Input[_builtins.str]]:
2831
2831
  return pulumi.get(self, "pattern")
2832
2832
 
2833
2833
  @pattern.setter
2834
- def pattern(self, value: Optional[pulumi.Input[str]]):
2834
+ def pattern(self, value: Optional[pulumi.Input[_builtins.str]]):
2835
2835
  pulumi.set(self, "pattern", value)
2836
2836
 
2837
- @property
2837
+ @_builtins.property
2838
2838
  @pulumi.getter(name="patternProperties")
2839
2839
  def pattern_properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
2840
2840
  return pulumi.get(self, "pattern_properties")
@@ -2843,7 +2843,7 @@ class JSONSchemaPropsPatchArgs:
2843
2843
  def pattern_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
2844
2844
  pulumi.set(self, "pattern_properties", value)
2845
2845
 
2846
- @property
2846
+ @_builtins.property
2847
2847
  @pulumi.getter
2848
2848
  def properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
2849
2849
  return pulumi.get(self, "properties")
@@ -2852,57 +2852,57 @@ class JSONSchemaPropsPatchArgs:
2852
2852
  def properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
2853
2853
  pulumi.set(self, "properties", value)
2854
2854
 
2855
- @property
2855
+ @_builtins.property
2856
2856
  @pulumi.getter
2857
- def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2857
+ def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
2858
2858
  return pulumi.get(self, "required")
2859
2859
 
2860
2860
  @required.setter
2861
- def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2861
+ def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
2862
2862
  pulumi.set(self, "required", value)
2863
2863
 
2864
- @property
2864
+ @_builtins.property
2865
2865
  @pulumi.getter
2866
- def title(self) -> Optional[pulumi.Input[str]]:
2866
+ def title(self) -> Optional[pulumi.Input[_builtins.str]]:
2867
2867
  return pulumi.get(self, "title")
2868
2868
 
2869
2869
  @title.setter
2870
- def title(self, value: Optional[pulumi.Input[str]]):
2870
+ def title(self, value: Optional[pulumi.Input[_builtins.str]]):
2871
2871
  pulumi.set(self, "title", value)
2872
2872
 
2873
- @property
2873
+ @_builtins.property
2874
2874
  @pulumi.getter
2875
- def type(self) -> Optional[pulumi.Input[str]]:
2875
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
2876
2876
  return pulumi.get(self, "type")
2877
2877
 
2878
2878
  @type.setter
2879
- def type(self, value: Optional[pulumi.Input[str]]):
2879
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
2880
2880
  pulumi.set(self, "type", value)
2881
2881
 
2882
- @property
2882
+ @_builtins.property
2883
2883
  @pulumi.getter(name="uniqueItems")
2884
- def unique_items(self) -> Optional[pulumi.Input[bool]]:
2884
+ def unique_items(self) -> Optional[pulumi.Input[_builtins.bool]]:
2885
2885
  return pulumi.get(self, "unique_items")
2886
2886
 
2887
2887
  @unique_items.setter
2888
- def unique_items(self, value: Optional[pulumi.Input[bool]]):
2888
+ def unique_items(self, value: Optional[pulumi.Input[_builtins.bool]]):
2889
2889
  pulumi.set(self, "unique_items", value)
2890
2890
 
2891
- @property
2891
+ @_builtins.property
2892
2892
  @pulumi.getter
2893
- def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[bool]]:
2893
+ def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[_builtins.bool]]:
2894
2894
  """
2895
2895
  x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
2896
2896
  """
2897
2897
  return pulumi.get(self, "x_kubernetes_embedded_resource")
2898
2898
 
2899
2899
  @x_kubernetes_embedded_resource.setter
2900
- def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[bool]]):
2900
+ def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[_builtins.bool]]):
2901
2901
  pulumi.set(self, "x_kubernetes_embedded_resource", value)
2902
2902
 
2903
- @property
2903
+ @_builtins.property
2904
2904
  @pulumi.getter
2905
- def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[bool]]:
2905
+ def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[_builtins.bool]]:
2906
2906
  """
2907
2907
  x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
2908
2908
 
@@ -2918,12 +2918,12 @@ class JSONSchemaPropsPatchArgs:
2918
2918
  return pulumi.get(self, "x_kubernetes_int_or_string")
2919
2919
 
2920
2920
  @x_kubernetes_int_or_string.setter
2921
- def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[bool]]):
2921
+ def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[_builtins.bool]]):
2922
2922
  pulumi.set(self, "x_kubernetes_int_or_string", value)
2923
2923
 
2924
- @property
2924
+ @_builtins.property
2925
2925
  @pulumi.getter
2926
- def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2926
+ def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
2927
2927
  """
2928
2928
  x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
2929
2929
 
@@ -2932,12 +2932,12 @@ class JSONSchemaPropsPatchArgs:
2932
2932
  return pulumi.get(self, "x_kubernetes_list_map_keys")
2933
2933
 
2934
2934
  @x_kubernetes_list_map_keys.setter
2935
- def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2935
+ def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
2936
2936
  pulumi.set(self, "x_kubernetes_list_map_keys", value)
2937
2937
 
2938
- @property
2938
+ @_builtins.property
2939
2939
  @pulumi.getter
2940
- def x_kubernetes_list_type(self) -> Optional[pulumi.Input[str]]:
2940
+ def x_kubernetes_list_type(self) -> Optional[pulumi.Input[_builtins.str]]:
2941
2941
  """
2942
2942
  x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
2943
2943
 
@@ -2957,12 +2957,12 @@ class JSONSchemaPropsPatchArgs:
2957
2957
  return pulumi.get(self, "x_kubernetes_list_type")
2958
2958
 
2959
2959
  @x_kubernetes_list_type.setter
2960
- def x_kubernetes_list_type(self, value: Optional[pulumi.Input[str]]):
2960
+ def x_kubernetes_list_type(self, value: Optional[pulumi.Input[_builtins.str]]):
2961
2961
  pulumi.set(self, "x_kubernetes_list_type", value)
2962
2962
 
2963
- @property
2963
+ @_builtins.property
2964
2964
  @pulumi.getter
2965
- def x_kubernetes_map_type(self) -> Optional[pulumi.Input[str]]:
2965
+ def x_kubernetes_map_type(self) -> Optional[pulumi.Input[_builtins.str]]:
2966
2966
  """
2967
2967
  x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
2968
2968
 
@@ -2976,19 +2976,19 @@ class JSONSchemaPropsPatchArgs:
2976
2976
  return pulumi.get(self, "x_kubernetes_map_type")
2977
2977
 
2978
2978
  @x_kubernetes_map_type.setter
2979
- def x_kubernetes_map_type(self, value: Optional[pulumi.Input[str]]):
2979
+ def x_kubernetes_map_type(self, value: Optional[pulumi.Input[_builtins.str]]):
2980
2980
  pulumi.set(self, "x_kubernetes_map_type", value)
2981
2981
 
2982
- @property
2982
+ @_builtins.property
2983
2983
  @pulumi.getter
2984
- def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[bool]]:
2984
+ def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[_builtins.bool]]:
2985
2985
  """
2986
2986
  x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
2987
2987
  """
2988
2988
  return pulumi.get(self, "x_kubernetes_preserve_unknown_fields")
2989
2989
 
2990
2990
  @x_kubernetes_preserve_unknown_fields.setter
2991
- def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[bool]]):
2991
+ def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[_builtins.bool]]):
2992
2992
  pulumi.set(self, "x_kubernetes_preserve_unknown_fields", value)
2993
2993
 
2994
2994
 
@@ -2997,10 +2997,10 @@ if not MYPY:
2997
2997
  """
2998
2998
  JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
2999
2999
  """
3000
- _ref: NotRequired[pulumi.Input[str]]
3001
- _schema: NotRequired[pulumi.Input[str]]
3002
- additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
3003
- additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
3000
+ _ref: NotRequired[pulumi.Input[_builtins.str]]
3001
+ _schema: NotRequired[pulumi.Input[_builtins.str]]
3002
+ additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', _builtins.bool]]]
3003
+ additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', _builtins.bool]]]
3004
3004
  all_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
3005
3005
  any_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
3006
3006
  default: NotRequired[Any]
@@ -3008,45 +3008,45 @@ if not MYPY:
3008
3008
  default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
3009
3009
  """
3010
3010
  definitions: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
3011
- dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[str]]]]]]]
3012
- description: NotRequired[pulumi.Input[str]]
3011
+ dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[_builtins.str]]]]]]]
3012
+ description: NotRequired[pulumi.Input[_builtins.str]]
3013
3013
  enum: NotRequired[pulumi.Input[Sequence[Any]]]
3014
3014
  example: NotRequired[Any]
3015
- exclusive_maximum: NotRequired[pulumi.Input[bool]]
3016
- exclusive_minimum: NotRequired[pulumi.Input[bool]]
3015
+ exclusive_maximum: NotRequired[pulumi.Input[_builtins.bool]]
3016
+ exclusive_minimum: NotRequired[pulumi.Input[_builtins.bool]]
3017
3017
  external_docs: NotRequired[pulumi.Input['ExternalDocumentationArgsDict']]
3018
- format: NotRequired[pulumi.Input[str]]
3018
+ format: NotRequired[pulumi.Input[_builtins.str]]
3019
3019
  """
3020
3020
  format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
3021
3021
 
3022
3022
  - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
3023
3023
  """
3024
- id: NotRequired[pulumi.Input[str]]
3024
+ id: NotRequired[pulumi.Input[_builtins.str]]
3025
3025
  items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[Any]]]]
3026
- max_items: NotRequired[pulumi.Input[int]]
3027
- max_length: NotRequired[pulumi.Input[int]]
3028
- max_properties: NotRequired[pulumi.Input[int]]
3029
- maximum: NotRequired[pulumi.Input[float]]
3030
- min_items: NotRequired[pulumi.Input[int]]
3031
- min_length: NotRequired[pulumi.Input[int]]
3032
- min_properties: NotRequired[pulumi.Input[int]]
3033
- minimum: NotRequired[pulumi.Input[float]]
3034
- multiple_of: NotRequired[pulumi.Input[float]]
3026
+ max_items: NotRequired[pulumi.Input[_builtins.int]]
3027
+ max_length: NotRequired[pulumi.Input[_builtins.int]]
3028
+ max_properties: NotRequired[pulumi.Input[_builtins.int]]
3029
+ maximum: NotRequired[pulumi.Input[_builtins.float]]
3030
+ min_items: NotRequired[pulumi.Input[_builtins.int]]
3031
+ min_length: NotRequired[pulumi.Input[_builtins.int]]
3032
+ min_properties: NotRequired[pulumi.Input[_builtins.int]]
3033
+ minimum: NotRequired[pulumi.Input[_builtins.float]]
3034
+ multiple_of: NotRequired[pulumi.Input[_builtins.float]]
3035
3035
  not_: NotRequired[pulumi.Input['JSONSchemaPropsArgsDict']]
3036
- nullable: NotRequired[pulumi.Input[bool]]
3036
+ nullable: NotRequired[pulumi.Input[_builtins.bool]]
3037
3037
  one_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
3038
- pattern: NotRequired[pulumi.Input[str]]
3038
+ pattern: NotRequired[pulumi.Input[_builtins.str]]
3039
3039
  pattern_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
3040
3040
  properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
3041
- required: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
3042
- title: NotRequired[pulumi.Input[str]]
3043
- type: NotRequired[pulumi.Input[str]]
3044
- unique_items: NotRequired[pulumi.Input[bool]]
3045
- x_kubernetes_embedded_resource: NotRequired[pulumi.Input[bool]]
3041
+ required: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
3042
+ title: NotRequired[pulumi.Input[_builtins.str]]
3043
+ type: NotRequired[pulumi.Input[_builtins.str]]
3044
+ unique_items: NotRequired[pulumi.Input[_builtins.bool]]
3045
+ x_kubernetes_embedded_resource: NotRequired[pulumi.Input[_builtins.bool]]
3046
3046
  """
3047
3047
  x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
3048
3048
  """
3049
- x_kubernetes_int_or_string: NotRequired[pulumi.Input[bool]]
3049
+ x_kubernetes_int_or_string: NotRequired[pulumi.Input[_builtins.bool]]
3050
3050
  """
3051
3051
  x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
3052
3052
 
@@ -3059,13 +3059,13 @@ if not MYPY:
3059
3059
  - type: string
3060
3060
  - ... zero or more
3061
3061
  """
3062
- x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
3062
+ x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
3063
3063
  """
3064
3064
  x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
3065
3065
 
3066
3066
  This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported).
3067
3067
  """
3068
- x_kubernetes_list_type: NotRequired[pulumi.Input[str]]
3068
+ x_kubernetes_list_type: NotRequired[pulumi.Input[_builtins.str]]
3069
3069
  """
3070
3070
  x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
3071
3071
 
@@ -3082,7 +3082,7 @@ if not MYPY:
3082
3082
  must only be used on a list with elements of type object.
3083
3083
  Defaults to atomic for arrays.
3084
3084
  """
3085
- x_kubernetes_map_type: NotRequired[pulumi.Input[str]]
3085
+ x_kubernetes_map_type: NotRequired[pulumi.Input[_builtins.str]]
3086
3086
  """
3087
3087
  x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
3088
3088
 
@@ -3093,7 +3093,7 @@ if not MYPY:
3093
3093
  2) `atomic`: the list is treated as a single entity, like a scalar.
3094
3094
  Atomic maps will be entirely replaced when updated.
3095
3095
  """
3096
- x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
3096
+ x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[_builtins.bool]]
3097
3097
  """
3098
3098
  x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
3099
3099
  """
@@ -3103,57 +3103,57 @@ elif False:
3103
3103
  @pulumi.input_type
3104
3104
  class JSONSchemaPropsArgs:
3105
3105
  def __init__(__self__, *,
3106
- _ref: Optional[pulumi.Input[str]] = None,
3107
- _schema: Optional[pulumi.Input[str]] = None,
3108
- additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]] = None,
3109
- additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]] = None,
3106
+ _ref: Optional[pulumi.Input[_builtins.str]] = None,
3107
+ _schema: Optional[pulumi.Input[_builtins.str]] = None,
3108
+ additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]] = None,
3109
+ additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]] = None,
3110
3110
  all_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
3111
3111
  any_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
3112
3112
  default: Optional[Any] = None,
3113
3113
  definitions: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
3114
- dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]] = None,
3115
- description: Optional[pulumi.Input[str]] = None,
3114
+ dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]] = None,
3115
+ description: Optional[pulumi.Input[_builtins.str]] = None,
3116
3116
  enum: Optional[pulumi.Input[Sequence[Any]]] = None,
3117
3117
  example: Optional[Any] = None,
3118
- exclusive_maximum: Optional[pulumi.Input[bool]] = None,
3119
- exclusive_minimum: Optional[pulumi.Input[bool]] = None,
3118
+ exclusive_maximum: Optional[pulumi.Input[_builtins.bool]] = None,
3119
+ exclusive_minimum: Optional[pulumi.Input[_builtins.bool]] = None,
3120
3120
  external_docs: Optional[pulumi.Input['ExternalDocumentationArgs']] = None,
3121
- format: Optional[pulumi.Input[str]] = None,
3122
- id: Optional[pulumi.Input[str]] = None,
3121
+ format: Optional[pulumi.Input[_builtins.str]] = None,
3122
+ id: Optional[pulumi.Input[_builtins.str]] = None,
3123
3123
  items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]] = None,
3124
- max_items: Optional[pulumi.Input[int]] = None,
3125
- max_length: Optional[pulumi.Input[int]] = None,
3126
- max_properties: Optional[pulumi.Input[int]] = None,
3127
- maximum: Optional[pulumi.Input[float]] = None,
3128
- min_items: Optional[pulumi.Input[int]] = None,
3129
- min_length: Optional[pulumi.Input[int]] = None,
3130
- min_properties: Optional[pulumi.Input[int]] = None,
3131
- minimum: Optional[pulumi.Input[float]] = None,
3132
- multiple_of: Optional[pulumi.Input[float]] = None,
3124
+ max_items: Optional[pulumi.Input[_builtins.int]] = None,
3125
+ max_length: Optional[pulumi.Input[_builtins.int]] = None,
3126
+ max_properties: Optional[pulumi.Input[_builtins.int]] = None,
3127
+ maximum: Optional[pulumi.Input[_builtins.float]] = None,
3128
+ min_items: Optional[pulumi.Input[_builtins.int]] = None,
3129
+ min_length: Optional[pulumi.Input[_builtins.int]] = None,
3130
+ min_properties: Optional[pulumi.Input[_builtins.int]] = None,
3131
+ minimum: Optional[pulumi.Input[_builtins.float]] = None,
3132
+ multiple_of: Optional[pulumi.Input[_builtins.float]] = None,
3133
3133
  not_: Optional[pulumi.Input['JSONSchemaPropsArgs']] = None,
3134
- nullable: Optional[pulumi.Input[bool]] = None,
3134
+ nullable: Optional[pulumi.Input[_builtins.bool]] = None,
3135
3135
  one_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
3136
- pattern: Optional[pulumi.Input[str]] = None,
3136
+ pattern: Optional[pulumi.Input[_builtins.str]] = None,
3137
3137
  pattern_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
3138
3138
  properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
3139
- required: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3140
- title: Optional[pulumi.Input[str]] = None,
3141
- type: Optional[pulumi.Input[str]] = None,
3142
- unique_items: Optional[pulumi.Input[bool]] = None,
3143
- x_kubernetes_embedded_resource: Optional[pulumi.Input[bool]] = None,
3144
- x_kubernetes_int_or_string: Optional[pulumi.Input[bool]] = None,
3145
- x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3146
- x_kubernetes_list_type: Optional[pulumi.Input[str]] = None,
3147
- x_kubernetes_map_type: Optional[pulumi.Input[str]] = None,
3148
- x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[bool]] = None):
3139
+ required: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
3140
+ title: Optional[pulumi.Input[_builtins.str]] = None,
3141
+ type: Optional[pulumi.Input[_builtins.str]] = None,
3142
+ unique_items: Optional[pulumi.Input[_builtins.bool]] = None,
3143
+ x_kubernetes_embedded_resource: Optional[pulumi.Input[_builtins.bool]] = None,
3144
+ x_kubernetes_int_or_string: Optional[pulumi.Input[_builtins.bool]] = None,
3145
+ x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
3146
+ x_kubernetes_list_type: Optional[pulumi.Input[_builtins.str]] = None,
3147
+ x_kubernetes_map_type: Optional[pulumi.Input[_builtins.str]] = None,
3148
+ x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[_builtins.bool]] = None):
3149
3149
  """
3150
3150
  JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
3151
3151
  :param Any default: default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
3152
- :param pulumi.Input[str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
3152
+ :param pulumi.Input[_builtins.str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
3153
3153
 
3154
3154
  - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
3155
- :param pulumi.Input[bool] x_kubernetes_embedded_resource: x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
3156
- :param pulumi.Input[bool] x_kubernetes_int_or_string: x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
3155
+ :param pulumi.Input[_builtins.bool] x_kubernetes_embedded_resource: x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
3156
+ :param pulumi.Input[_builtins.bool] x_kubernetes_int_or_string: x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
3157
3157
 
3158
3158
  1) anyOf:
3159
3159
  - type: integer
@@ -3163,10 +3163,10 @@ class JSONSchemaPropsArgs:
3163
3163
  - type: integer
3164
3164
  - type: string
3165
3165
  - ... zero or more
3166
- :param pulumi.Input[Sequence[pulumi.Input[str]]] x_kubernetes_list_map_keys: x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
3166
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] x_kubernetes_list_map_keys: x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
3167
3167
 
3168
3168
  This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported).
3169
- :param pulumi.Input[str] x_kubernetes_list_type: x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
3169
+ :param pulumi.Input[_builtins.str] x_kubernetes_list_type: x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
3170
3170
 
3171
3171
  1) `atomic`: the list is treated as a single entity, like a scalar.
3172
3172
  Atomic lists will be entirely replaced when updated. This extension
@@ -3180,7 +3180,7 @@ class JSONSchemaPropsArgs:
3180
3180
  used to identify them. Order is preserved upon merge. The map tag
3181
3181
  must only be used on a list with elements of type object.
3182
3182
  Defaults to atomic for arrays.
3183
- :param pulumi.Input[str] x_kubernetes_map_type: x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
3183
+ :param pulumi.Input[_builtins.str] x_kubernetes_map_type: x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
3184
3184
 
3185
3185
  1) `granular`:
3186
3186
  These maps are actual maps (key-value pairs) and each fields are independent
@@ -3188,7 +3188,7 @@ class JSONSchemaPropsArgs:
3188
3188
  the default behaviour for all maps.
3189
3189
  2) `atomic`: the list is treated as a single entity, like a scalar.
3190
3190
  Atomic maps will be entirely replaced when updated.
3191
- :param pulumi.Input[bool] x_kubernetes_preserve_unknown_fields: x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
3191
+ :param pulumi.Input[_builtins.bool] x_kubernetes_preserve_unknown_fields: x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
3192
3192
  """
3193
3193
  if _ref is not None:
3194
3194
  pulumi.set(__self__, "_ref", _ref)
@@ -3277,43 +3277,43 @@ class JSONSchemaPropsArgs:
3277
3277
  if x_kubernetes_preserve_unknown_fields is not None:
3278
3278
  pulumi.set(__self__, "x_kubernetes_preserve_unknown_fields", x_kubernetes_preserve_unknown_fields)
3279
3279
 
3280
- @property
3280
+ @_builtins.property
3281
3281
  @pulumi.getter(name="$ref")
3282
- def _ref(self) -> Optional[pulumi.Input[str]]:
3282
+ def _ref(self) -> Optional[pulumi.Input[_builtins.str]]:
3283
3283
  return pulumi.get(self, "_ref")
3284
3284
 
3285
3285
  @_ref.setter
3286
- def _ref(self, value: Optional[pulumi.Input[str]]):
3286
+ def _ref(self, value: Optional[pulumi.Input[_builtins.str]]):
3287
3287
  pulumi.set(self, "_ref", value)
3288
3288
 
3289
- @property
3289
+ @_builtins.property
3290
3290
  @pulumi.getter(name="$schema")
3291
- def _schema(self) -> Optional[pulumi.Input[str]]:
3291
+ def _schema(self) -> Optional[pulumi.Input[_builtins.str]]:
3292
3292
  return pulumi.get(self, "_schema")
3293
3293
 
3294
3294
  @_schema.setter
3295
- def _schema(self, value: Optional[pulumi.Input[str]]):
3295
+ def _schema(self, value: Optional[pulumi.Input[_builtins.str]]):
3296
3296
  pulumi.set(self, "_schema", value)
3297
3297
 
3298
- @property
3298
+ @_builtins.property
3299
3299
  @pulumi.getter(name="additionalItems")
3300
- def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]:
3300
+ def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]:
3301
3301
  return pulumi.get(self, "additional_items")
3302
3302
 
3303
3303
  @additional_items.setter
3304
- def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]):
3304
+ def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]):
3305
3305
  pulumi.set(self, "additional_items", value)
3306
3306
 
3307
- @property
3307
+ @_builtins.property
3308
3308
  @pulumi.getter(name="additionalProperties")
3309
- def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]:
3309
+ def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]:
3310
3310
  return pulumi.get(self, "additional_properties")
3311
3311
 
3312
3312
  @additional_properties.setter
3313
- def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]):
3313
+ def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]):
3314
3314
  pulumi.set(self, "additional_properties", value)
3315
3315
 
3316
- @property
3316
+ @_builtins.property
3317
3317
  @pulumi.getter(name="allOf")
3318
3318
  def all_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]:
3319
3319
  return pulumi.get(self, "all_of")
@@ -3322,7 +3322,7 @@ class JSONSchemaPropsArgs:
3322
3322
  def all_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]):
3323
3323
  pulumi.set(self, "all_of", value)
3324
3324
 
3325
- @property
3325
+ @_builtins.property
3326
3326
  @pulumi.getter(name="anyOf")
3327
3327
  def any_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]:
3328
3328
  return pulumi.get(self, "any_of")
@@ -3331,7 +3331,7 @@ class JSONSchemaPropsArgs:
3331
3331
  def any_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]):
3332
3332
  pulumi.set(self, "any_of", value)
3333
3333
 
3334
- @property
3334
+ @_builtins.property
3335
3335
  @pulumi.getter
3336
3336
  def default(self) -> Optional[Any]:
3337
3337
  """
@@ -3343,7 +3343,7 @@ class JSONSchemaPropsArgs:
3343
3343
  def default(self, value: Optional[Any]):
3344
3344
  pulumi.set(self, "default", value)
3345
3345
 
3346
- @property
3346
+ @_builtins.property
3347
3347
  @pulumi.getter
3348
3348
  def definitions(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
3349
3349
  return pulumi.get(self, "definitions")
@@ -3352,25 +3352,25 @@ class JSONSchemaPropsArgs:
3352
3352
  def definitions(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
3353
3353
  pulumi.set(self, "definitions", value)
3354
3354
 
3355
- @property
3355
+ @_builtins.property
3356
3356
  @pulumi.getter
3357
- def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]]:
3357
+ def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]]:
3358
3358
  return pulumi.get(self, "dependencies")
3359
3359
 
3360
3360
  @dependencies.setter
3361
- def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]]):
3361
+ def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]]):
3362
3362
  pulumi.set(self, "dependencies", value)
3363
3363
 
3364
- @property
3364
+ @_builtins.property
3365
3365
  @pulumi.getter
3366
- def description(self) -> Optional[pulumi.Input[str]]:
3366
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
3367
3367
  return pulumi.get(self, "description")
3368
3368
 
3369
3369
  @description.setter
3370
- def description(self, value: Optional[pulumi.Input[str]]):
3370
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
3371
3371
  pulumi.set(self, "description", value)
3372
3372
 
3373
- @property
3373
+ @_builtins.property
3374
3374
  @pulumi.getter
3375
3375
  def enum(self) -> Optional[pulumi.Input[Sequence[Any]]]:
3376
3376
  return pulumi.get(self, "enum")
@@ -3379,7 +3379,7 @@ class JSONSchemaPropsArgs:
3379
3379
  def enum(self, value: Optional[pulumi.Input[Sequence[Any]]]):
3380
3380
  pulumi.set(self, "enum", value)
3381
3381
 
3382
- @property
3382
+ @_builtins.property
3383
3383
  @pulumi.getter
3384
3384
  def example(self) -> Optional[Any]:
3385
3385
  return pulumi.get(self, "example")
@@ -3388,25 +3388,25 @@ class JSONSchemaPropsArgs:
3388
3388
  def example(self, value: Optional[Any]):
3389
3389
  pulumi.set(self, "example", value)
3390
3390
 
3391
- @property
3391
+ @_builtins.property
3392
3392
  @pulumi.getter(name="exclusiveMaximum")
3393
- def exclusive_maximum(self) -> Optional[pulumi.Input[bool]]:
3393
+ def exclusive_maximum(self) -> Optional[pulumi.Input[_builtins.bool]]:
3394
3394
  return pulumi.get(self, "exclusive_maximum")
3395
3395
 
3396
3396
  @exclusive_maximum.setter
3397
- def exclusive_maximum(self, value: Optional[pulumi.Input[bool]]):
3397
+ def exclusive_maximum(self, value: Optional[pulumi.Input[_builtins.bool]]):
3398
3398
  pulumi.set(self, "exclusive_maximum", value)
3399
3399
 
3400
- @property
3400
+ @_builtins.property
3401
3401
  @pulumi.getter(name="exclusiveMinimum")
3402
- def exclusive_minimum(self) -> Optional[pulumi.Input[bool]]:
3402
+ def exclusive_minimum(self) -> Optional[pulumi.Input[_builtins.bool]]:
3403
3403
  return pulumi.get(self, "exclusive_minimum")
3404
3404
 
3405
3405
  @exclusive_minimum.setter
3406
- def exclusive_minimum(self, value: Optional[pulumi.Input[bool]]):
3406
+ def exclusive_minimum(self, value: Optional[pulumi.Input[_builtins.bool]]):
3407
3407
  pulumi.set(self, "exclusive_minimum", value)
3408
3408
 
3409
- @property
3409
+ @_builtins.property
3410
3410
  @pulumi.getter(name="externalDocs")
3411
3411
  def external_docs(self) -> Optional[pulumi.Input['ExternalDocumentationArgs']]:
3412
3412
  return pulumi.get(self, "external_docs")
@@ -3415,9 +3415,9 @@ class JSONSchemaPropsArgs:
3415
3415
  def external_docs(self, value: Optional[pulumi.Input['ExternalDocumentationArgs']]):
3416
3416
  pulumi.set(self, "external_docs", value)
3417
3417
 
3418
- @property
3418
+ @_builtins.property
3419
3419
  @pulumi.getter
3420
- def format(self) -> Optional[pulumi.Input[str]]:
3420
+ def format(self) -> Optional[pulumi.Input[_builtins.str]]:
3421
3421
  """
3422
3422
  format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
3423
3423
 
@@ -3426,19 +3426,19 @@ class JSONSchemaPropsArgs:
3426
3426
  return pulumi.get(self, "format")
3427
3427
 
3428
3428
  @format.setter
3429
- def format(self, value: Optional[pulumi.Input[str]]):
3429
+ def format(self, value: Optional[pulumi.Input[_builtins.str]]):
3430
3430
  pulumi.set(self, "format", value)
3431
3431
 
3432
- @property
3432
+ @_builtins.property
3433
3433
  @pulumi.getter
3434
- def id(self) -> Optional[pulumi.Input[str]]:
3434
+ def id(self) -> Optional[pulumi.Input[_builtins.str]]:
3435
3435
  return pulumi.get(self, "id")
3436
3436
 
3437
3437
  @id.setter
3438
- def id(self, value: Optional[pulumi.Input[str]]):
3438
+ def id(self, value: Optional[pulumi.Input[_builtins.str]]):
3439
3439
  pulumi.set(self, "id", value)
3440
3440
 
3441
- @property
3441
+ @_builtins.property
3442
3442
  @pulumi.getter
3443
3443
  def items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]]:
3444
3444
  return pulumi.get(self, "items")
@@ -3447,88 +3447,88 @@ class JSONSchemaPropsArgs:
3447
3447
  def items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]]):
3448
3448
  pulumi.set(self, "items", value)
3449
3449
 
3450
- @property
3450
+ @_builtins.property
3451
3451
  @pulumi.getter(name="maxItems")
3452
- def max_items(self) -> Optional[pulumi.Input[int]]:
3452
+ def max_items(self) -> Optional[pulumi.Input[_builtins.int]]:
3453
3453
  return pulumi.get(self, "max_items")
3454
3454
 
3455
3455
  @max_items.setter
3456
- def max_items(self, value: Optional[pulumi.Input[int]]):
3456
+ def max_items(self, value: Optional[pulumi.Input[_builtins.int]]):
3457
3457
  pulumi.set(self, "max_items", value)
3458
3458
 
3459
- @property
3459
+ @_builtins.property
3460
3460
  @pulumi.getter(name="maxLength")
3461
- def max_length(self) -> Optional[pulumi.Input[int]]:
3461
+ def max_length(self) -> Optional[pulumi.Input[_builtins.int]]:
3462
3462
  return pulumi.get(self, "max_length")
3463
3463
 
3464
3464
  @max_length.setter
3465
- def max_length(self, value: Optional[pulumi.Input[int]]):
3465
+ def max_length(self, value: Optional[pulumi.Input[_builtins.int]]):
3466
3466
  pulumi.set(self, "max_length", value)
3467
3467
 
3468
- @property
3468
+ @_builtins.property
3469
3469
  @pulumi.getter(name="maxProperties")
3470
- def max_properties(self) -> Optional[pulumi.Input[int]]:
3470
+ def max_properties(self) -> Optional[pulumi.Input[_builtins.int]]:
3471
3471
  return pulumi.get(self, "max_properties")
3472
3472
 
3473
3473
  @max_properties.setter
3474
- def max_properties(self, value: Optional[pulumi.Input[int]]):
3474
+ def max_properties(self, value: Optional[pulumi.Input[_builtins.int]]):
3475
3475
  pulumi.set(self, "max_properties", value)
3476
3476
 
3477
- @property
3477
+ @_builtins.property
3478
3478
  @pulumi.getter
3479
- def maximum(self) -> Optional[pulumi.Input[float]]:
3479
+ def maximum(self) -> Optional[pulumi.Input[_builtins.float]]:
3480
3480
  return pulumi.get(self, "maximum")
3481
3481
 
3482
3482
  @maximum.setter
3483
- def maximum(self, value: Optional[pulumi.Input[float]]):
3483
+ def maximum(self, value: Optional[pulumi.Input[_builtins.float]]):
3484
3484
  pulumi.set(self, "maximum", value)
3485
3485
 
3486
- @property
3486
+ @_builtins.property
3487
3487
  @pulumi.getter(name="minItems")
3488
- def min_items(self) -> Optional[pulumi.Input[int]]:
3488
+ def min_items(self) -> Optional[pulumi.Input[_builtins.int]]:
3489
3489
  return pulumi.get(self, "min_items")
3490
3490
 
3491
3491
  @min_items.setter
3492
- def min_items(self, value: Optional[pulumi.Input[int]]):
3492
+ def min_items(self, value: Optional[pulumi.Input[_builtins.int]]):
3493
3493
  pulumi.set(self, "min_items", value)
3494
3494
 
3495
- @property
3495
+ @_builtins.property
3496
3496
  @pulumi.getter(name="minLength")
3497
- def min_length(self) -> Optional[pulumi.Input[int]]:
3497
+ def min_length(self) -> Optional[pulumi.Input[_builtins.int]]:
3498
3498
  return pulumi.get(self, "min_length")
3499
3499
 
3500
3500
  @min_length.setter
3501
- def min_length(self, value: Optional[pulumi.Input[int]]):
3501
+ def min_length(self, value: Optional[pulumi.Input[_builtins.int]]):
3502
3502
  pulumi.set(self, "min_length", value)
3503
3503
 
3504
- @property
3504
+ @_builtins.property
3505
3505
  @pulumi.getter(name="minProperties")
3506
- def min_properties(self) -> Optional[pulumi.Input[int]]:
3506
+ def min_properties(self) -> Optional[pulumi.Input[_builtins.int]]:
3507
3507
  return pulumi.get(self, "min_properties")
3508
3508
 
3509
3509
  @min_properties.setter
3510
- def min_properties(self, value: Optional[pulumi.Input[int]]):
3510
+ def min_properties(self, value: Optional[pulumi.Input[_builtins.int]]):
3511
3511
  pulumi.set(self, "min_properties", value)
3512
3512
 
3513
- @property
3513
+ @_builtins.property
3514
3514
  @pulumi.getter
3515
- def minimum(self) -> Optional[pulumi.Input[float]]:
3515
+ def minimum(self) -> Optional[pulumi.Input[_builtins.float]]:
3516
3516
  return pulumi.get(self, "minimum")
3517
3517
 
3518
3518
  @minimum.setter
3519
- def minimum(self, value: Optional[pulumi.Input[float]]):
3519
+ def minimum(self, value: Optional[pulumi.Input[_builtins.float]]):
3520
3520
  pulumi.set(self, "minimum", value)
3521
3521
 
3522
- @property
3522
+ @_builtins.property
3523
3523
  @pulumi.getter(name="multipleOf")
3524
- def multiple_of(self) -> Optional[pulumi.Input[float]]:
3524
+ def multiple_of(self) -> Optional[pulumi.Input[_builtins.float]]:
3525
3525
  return pulumi.get(self, "multiple_of")
3526
3526
 
3527
3527
  @multiple_of.setter
3528
- def multiple_of(self, value: Optional[pulumi.Input[float]]):
3528
+ def multiple_of(self, value: Optional[pulumi.Input[_builtins.float]]):
3529
3529
  pulumi.set(self, "multiple_of", value)
3530
3530
 
3531
- @property
3531
+ @_builtins.property
3532
3532
  @pulumi.getter(name="not")
3533
3533
  def not_(self) -> Optional[pulumi.Input['JSONSchemaPropsArgs']]:
3534
3534
  return pulumi.get(self, "not_")
@@ -3537,16 +3537,16 @@ class JSONSchemaPropsArgs:
3537
3537
  def not_(self, value: Optional[pulumi.Input['JSONSchemaPropsArgs']]):
3538
3538
  pulumi.set(self, "not_", value)
3539
3539
 
3540
- @property
3540
+ @_builtins.property
3541
3541
  @pulumi.getter
3542
- def nullable(self) -> Optional[pulumi.Input[bool]]:
3542
+ def nullable(self) -> Optional[pulumi.Input[_builtins.bool]]:
3543
3543
  return pulumi.get(self, "nullable")
3544
3544
 
3545
3545
  @nullable.setter
3546
- def nullable(self, value: Optional[pulumi.Input[bool]]):
3546
+ def nullable(self, value: Optional[pulumi.Input[_builtins.bool]]):
3547
3547
  pulumi.set(self, "nullable", value)
3548
3548
 
3549
- @property
3549
+ @_builtins.property
3550
3550
  @pulumi.getter(name="oneOf")
3551
3551
  def one_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]:
3552
3552
  return pulumi.get(self, "one_of")
@@ -3555,16 +3555,16 @@ class JSONSchemaPropsArgs:
3555
3555
  def one_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]):
3556
3556
  pulumi.set(self, "one_of", value)
3557
3557
 
3558
- @property
3558
+ @_builtins.property
3559
3559
  @pulumi.getter
3560
- def pattern(self) -> Optional[pulumi.Input[str]]:
3560
+ def pattern(self) -> Optional[pulumi.Input[_builtins.str]]:
3561
3561
  return pulumi.get(self, "pattern")
3562
3562
 
3563
3563
  @pattern.setter
3564
- def pattern(self, value: Optional[pulumi.Input[str]]):
3564
+ def pattern(self, value: Optional[pulumi.Input[_builtins.str]]):
3565
3565
  pulumi.set(self, "pattern", value)
3566
3566
 
3567
- @property
3567
+ @_builtins.property
3568
3568
  @pulumi.getter(name="patternProperties")
3569
3569
  def pattern_properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
3570
3570
  return pulumi.get(self, "pattern_properties")
@@ -3573,7 +3573,7 @@ class JSONSchemaPropsArgs:
3573
3573
  def pattern_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
3574
3574
  pulumi.set(self, "pattern_properties", value)
3575
3575
 
3576
- @property
3576
+ @_builtins.property
3577
3577
  @pulumi.getter
3578
3578
  def properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
3579
3579
  return pulumi.get(self, "properties")
@@ -3582,57 +3582,57 @@ class JSONSchemaPropsArgs:
3582
3582
  def properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
3583
3583
  pulumi.set(self, "properties", value)
3584
3584
 
3585
- @property
3585
+ @_builtins.property
3586
3586
  @pulumi.getter
3587
- def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3587
+ def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
3588
3588
  return pulumi.get(self, "required")
3589
3589
 
3590
3590
  @required.setter
3591
- def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3591
+ def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
3592
3592
  pulumi.set(self, "required", value)
3593
3593
 
3594
- @property
3594
+ @_builtins.property
3595
3595
  @pulumi.getter
3596
- def title(self) -> Optional[pulumi.Input[str]]:
3596
+ def title(self) -> Optional[pulumi.Input[_builtins.str]]:
3597
3597
  return pulumi.get(self, "title")
3598
3598
 
3599
3599
  @title.setter
3600
- def title(self, value: Optional[pulumi.Input[str]]):
3600
+ def title(self, value: Optional[pulumi.Input[_builtins.str]]):
3601
3601
  pulumi.set(self, "title", value)
3602
3602
 
3603
- @property
3603
+ @_builtins.property
3604
3604
  @pulumi.getter
3605
- def type(self) -> Optional[pulumi.Input[str]]:
3605
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
3606
3606
  return pulumi.get(self, "type")
3607
3607
 
3608
3608
  @type.setter
3609
- def type(self, value: Optional[pulumi.Input[str]]):
3609
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
3610
3610
  pulumi.set(self, "type", value)
3611
3611
 
3612
- @property
3612
+ @_builtins.property
3613
3613
  @pulumi.getter(name="uniqueItems")
3614
- def unique_items(self) -> Optional[pulumi.Input[bool]]:
3614
+ def unique_items(self) -> Optional[pulumi.Input[_builtins.bool]]:
3615
3615
  return pulumi.get(self, "unique_items")
3616
3616
 
3617
3617
  @unique_items.setter
3618
- def unique_items(self, value: Optional[pulumi.Input[bool]]):
3618
+ def unique_items(self, value: Optional[pulumi.Input[_builtins.bool]]):
3619
3619
  pulumi.set(self, "unique_items", value)
3620
3620
 
3621
- @property
3621
+ @_builtins.property
3622
3622
  @pulumi.getter
3623
- def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[bool]]:
3623
+ def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[_builtins.bool]]:
3624
3624
  """
3625
3625
  x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
3626
3626
  """
3627
3627
  return pulumi.get(self, "x_kubernetes_embedded_resource")
3628
3628
 
3629
3629
  @x_kubernetes_embedded_resource.setter
3630
- def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[bool]]):
3630
+ def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[_builtins.bool]]):
3631
3631
  pulumi.set(self, "x_kubernetes_embedded_resource", value)
3632
3632
 
3633
- @property
3633
+ @_builtins.property
3634
3634
  @pulumi.getter
3635
- def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[bool]]:
3635
+ def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[_builtins.bool]]:
3636
3636
  """
3637
3637
  x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
3638
3638
 
@@ -3648,12 +3648,12 @@ class JSONSchemaPropsArgs:
3648
3648
  return pulumi.get(self, "x_kubernetes_int_or_string")
3649
3649
 
3650
3650
  @x_kubernetes_int_or_string.setter
3651
- def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[bool]]):
3651
+ def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[_builtins.bool]]):
3652
3652
  pulumi.set(self, "x_kubernetes_int_or_string", value)
3653
3653
 
3654
- @property
3654
+ @_builtins.property
3655
3655
  @pulumi.getter
3656
- def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3656
+ def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
3657
3657
  """
3658
3658
  x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
3659
3659
 
@@ -3662,12 +3662,12 @@ class JSONSchemaPropsArgs:
3662
3662
  return pulumi.get(self, "x_kubernetes_list_map_keys")
3663
3663
 
3664
3664
  @x_kubernetes_list_map_keys.setter
3665
- def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3665
+ def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
3666
3666
  pulumi.set(self, "x_kubernetes_list_map_keys", value)
3667
3667
 
3668
- @property
3668
+ @_builtins.property
3669
3669
  @pulumi.getter
3670
- def x_kubernetes_list_type(self) -> Optional[pulumi.Input[str]]:
3670
+ def x_kubernetes_list_type(self) -> Optional[pulumi.Input[_builtins.str]]:
3671
3671
  """
3672
3672
  x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
3673
3673
 
@@ -3687,12 +3687,12 @@ class JSONSchemaPropsArgs:
3687
3687
  return pulumi.get(self, "x_kubernetes_list_type")
3688
3688
 
3689
3689
  @x_kubernetes_list_type.setter
3690
- def x_kubernetes_list_type(self, value: Optional[pulumi.Input[str]]):
3690
+ def x_kubernetes_list_type(self, value: Optional[pulumi.Input[_builtins.str]]):
3691
3691
  pulumi.set(self, "x_kubernetes_list_type", value)
3692
3692
 
3693
- @property
3693
+ @_builtins.property
3694
3694
  @pulumi.getter
3695
- def x_kubernetes_map_type(self) -> Optional[pulumi.Input[str]]:
3695
+ def x_kubernetes_map_type(self) -> Optional[pulumi.Input[_builtins.str]]:
3696
3696
  """
3697
3697
  x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
3698
3698
 
@@ -3706,19 +3706,19 @@ class JSONSchemaPropsArgs:
3706
3706
  return pulumi.get(self, "x_kubernetes_map_type")
3707
3707
 
3708
3708
  @x_kubernetes_map_type.setter
3709
- def x_kubernetes_map_type(self, value: Optional[pulumi.Input[str]]):
3709
+ def x_kubernetes_map_type(self, value: Optional[pulumi.Input[_builtins.str]]):
3710
3710
  pulumi.set(self, "x_kubernetes_map_type", value)
3711
3711
 
3712
- @property
3712
+ @_builtins.property
3713
3713
  @pulumi.getter
3714
- def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[bool]]:
3714
+ def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[_builtins.bool]]:
3715
3715
  """
3716
3716
  x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
3717
3717
  """
3718
3718
  return pulumi.get(self, "x_kubernetes_preserve_unknown_fields")
3719
3719
 
3720
3720
  @x_kubernetes_preserve_unknown_fields.setter
3721
- def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[bool]]):
3721
+ def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[_builtins.bool]]):
3722
3722
  pulumi.set(self, "x_kubernetes_preserve_unknown_fields", value)
3723
3723
 
3724
3724
 
@@ -3727,19 +3727,19 @@ if not MYPY:
3727
3727
  """
3728
3728
  ServiceReference holds a reference to Service.legacy.k8s.io
3729
3729
  """
3730
- name: NotRequired[pulumi.Input[str]]
3730
+ name: NotRequired[pulumi.Input[_builtins.str]]
3731
3731
  """
3732
3732
  name is the name of the service. Required
3733
3733
  """
3734
- namespace: NotRequired[pulumi.Input[str]]
3734
+ namespace: NotRequired[pulumi.Input[_builtins.str]]
3735
3735
  """
3736
3736
  namespace is the namespace of the service. Required
3737
3737
  """
3738
- path: NotRequired[pulumi.Input[str]]
3738
+ path: NotRequired[pulumi.Input[_builtins.str]]
3739
3739
  """
3740
3740
  path is an optional URL path at which the webhook will be contacted.
3741
3741
  """
3742
- port: NotRequired[pulumi.Input[int]]
3742
+ port: NotRequired[pulumi.Input[_builtins.int]]
3743
3743
  """
3744
3744
  port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
3745
3745
  """
@@ -3749,16 +3749,16 @@ elif False:
3749
3749
  @pulumi.input_type
3750
3750
  class ServiceReferencePatchArgs:
3751
3751
  def __init__(__self__, *,
3752
- name: Optional[pulumi.Input[str]] = None,
3753
- namespace: Optional[pulumi.Input[str]] = None,
3754
- path: Optional[pulumi.Input[str]] = None,
3755
- port: Optional[pulumi.Input[int]] = None):
3752
+ name: Optional[pulumi.Input[_builtins.str]] = None,
3753
+ namespace: Optional[pulumi.Input[_builtins.str]] = None,
3754
+ path: Optional[pulumi.Input[_builtins.str]] = None,
3755
+ port: Optional[pulumi.Input[_builtins.int]] = None):
3756
3756
  """
3757
3757
  ServiceReference holds a reference to Service.legacy.k8s.io
3758
- :param pulumi.Input[str] name: name is the name of the service. Required
3759
- :param pulumi.Input[str] namespace: namespace is the namespace of the service. Required
3760
- :param pulumi.Input[str] path: path is an optional URL path at which the webhook will be contacted.
3761
- :param pulumi.Input[int] port: port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
3758
+ :param pulumi.Input[_builtins.str] name: name is the name of the service. Required
3759
+ :param pulumi.Input[_builtins.str] namespace: namespace is the namespace of the service. Required
3760
+ :param pulumi.Input[_builtins.str] path: path is an optional URL path at which the webhook will be contacted.
3761
+ :param pulumi.Input[_builtins.int] port: port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
3762
3762
  """
3763
3763
  if name is not None:
3764
3764
  pulumi.set(__self__, "name", name)
@@ -3769,52 +3769,52 @@ class ServiceReferencePatchArgs:
3769
3769
  if port is not None:
3770
3770
  pulumi.set(__self__, "port", port)
3771
3771
 
3772
- @property
3772
+ @_builtins.property
3773
3773
  @pulumi.getter
3774
- def name(self) -> Optional[pulumi.Input[str]]:
3774
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
3775
3775
  """
3776
3776
  name is the name of the service. Required
3777
3777
  """
3778
3778
  return pulumi.get(self, "name")
3779
3779
 
3780
3780
  @name.setter
3781
- def name(self, value: Optional[pulumi.Input[str]]):
3781
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
3782
3782
  pulumi.set(self, "name", value)
3783
3783
 
3784
- @property
3784
+ @_builtins.property
3785
3785
  @pulumi.getter
3786
- def namespace(self) -> Optional[pulumi.Input[str]]:
3786
+ def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
3787
3787
  """
3788
3788
  namespace is the namespace of the service. Required
3789
3789
  """
3790
3790
  return pulumi.get(self, "namespace")
3791
3791
 
3792
3792
  @namespace.setter
3793
- def namespace(self, value: Optional[pulumi.Input[str]]):
3793
+ def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
3794
3794
  pulumi.set(self, "namespace", value)
3795
3795
 
3796
- @property
3796
+ @_builtins.property
3797
3797
  @pulumi.getter
3798
- def path(self) -> Optional[pulumi.Input[str]]:
3798
+ def path(self) -> Optional[pulumi.Input[_builtins.str]]:
3799
3799
  """
3800
3800
  path is an optional URL path at which the webhook will be contacted.
3801
3801
  """
3802
3802
  return pulumi.get(self, "path")
3803
3803
 
3804
3804
  @path.setter
3805
- def path(self, value: Optional[pulumi.Input[str]]):
3805
+ def path(self, value: Optional[pulumi.Input[_builtins.str]]):
3806
3806
  pulumi.set(self, "path", value)
3807
3807
 
3808
- @property
3808
+ @_builtins.property
3809
3809
  @pulumi.getter
3810
- def port(self) -> Optional[pulumi.Input[int]]:
3810
+ def port(self) -> Optional[pulumi.Input[_builtins.int]]:
3811
3811
  """
3812
3812
  port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
3813
3813
  """
3814
3814
  return pulumi.get(self, "port")
3815
3815
 
3816
3816
  @port.setter
3817
- def port(self, value: Optional[pulumi.Input[int]]):
3817
+ def port(self, value: Optional[pulumi.Input[_builtins.int]]):
3818
3818
  pulumi.set(self, "port", value)
3819
3819
 
3820
3820
 
@@ -3823,19 +3823,19 @@ if not MYPY:
3823
3823
  """
3824
3824
  ServiceReference holds a reference to Service.legacy.k8s.io
3825
3825
  """
3826
- name: pulumi.Input[str]
3826
+ name: pulumi.Input[_builtins.str]
3827
3827
  """
3828
3828
  name is the name of the service. Required
3829
3829
  """
3830
- namespace: pulumi.Input[str]
3830
+ namespace: pulumi.Input[_builtins.str]
3831
3831
  """
3832
3832
  namespace is the namespace of the service. Required
3833
3833
  """
3834
- path: NotRequired[pulumi.Input[str]]
3834
+ path: NotRequired[pulumi.Input[_builtins.str]]
3835
3835
  """
3836
3836
  path is an optional URL path at which the webhook will be contacted.
3837
3837
  """
3838
- port: NotRequired[pulumi.Input[int]]
3838
+ port: NotRequired[pulumi.Input[_builtins.int]]
3839
3839
  """
3840
3840
  port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
3841
3841
  """
@@ -3845,16 +3845,16 @@ elif False:
3845
3845
  @pulumi.input_type
3846
3846
  class ServiceReferenceArgs:
3847
3847
  def __init__(__self__, *,
3848
- name: pulumi.Input[str],
3849
- namespace: pulumi.Input[str],
3850
- path: Optional[pulumi.Input[str]] = None,
3851
- port: Optional[pulumi.Input[int]] = None):
3848
+ name: pulumi.Input[_builtins.str],
3849
+ namespace: pulumi.Input[_builtins.str],
3850
+ path: Optional[pulumi.Input[_builtins.str]] = None,
3851
+ port: Optional[pulumi.Input[_builtins.int]] = None):
3852
3852
  """
3853
3853
  ServiceReference holds a reference to Service.legacy.k8s.io
3854
- :param pulumi.Input[str] name: name is the name of the service. Required
3855
- :param pulumi.Input[str] namespace: namespace is the namespace of the service. Required
3856
- :param pulumi.Input[str] path: path is an optional URL path at which the webhook will be contacted.
3857
- :param pulumi.Input[int] port: port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
3854
+ :param pulumi.Input[_builtins.str] name: name is the name of the service. Required
3855
+ :param pulumi.Input[_builtins.str] namespace: namespace is the namespace of the service. Required
3856
+ :param pulumi.Input[_builtins.str] path: path is an optional URL path at which the webhook will be contacted.
3857
+ :param pulumi.Input[_builtins.int] port: port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
3858
3858
  """
3859
3859
  pulumi.set(__self__, "name", name)
3860
3860
  pulumi.set(__self__, "namespace", namespace)
@@ -3863,52 +3863,52 @@ class ServiceReferenceArgs:
3863
3863
  if port is not None:
3864
3864
  pulumi.set(__self__, "port", port)
3865
3865
 
3866
- @property
3866
+ @_builtins.property
3867
3867
  @pulumi.getter
3868
- def name(self) -> pulumi.Input[str]:
3868
+ def name(self) -> pulumi.Input[_builtins.str]:
3869
3869
  """
3870
3870
  name is the name of the service. Required
3871
3871
  """
3872
3872
  return pulumi.get(self, "name")
3873
3873
 
3874
3874
  @name.setter
3875
- def name(self, value: pulumi.Input[str]):
3875
+ def name(self, value: pulumi.Input[_builtins.str]):
3876
3876
  pulumi.set(self, "name", value)
3877
3877
 
3878
- @property
3878
+ @_builtins.property
3879
3879
  @pulumi.getter
3880
- def namespace(self) -> pulumi.Input[str]:
3880
+ def namespace(self) -> pulumi.Input[_builtins.str]:
3881
3881
  """
3882
3882
  namespace is the namespace of the service. Required
3883
3883
  """
3884
3884
  return pulumi.get(self, "namespace")
3885
3885
 
3886
3886
  @namespace.setter
3887
- def namespace(self, value: pulumi.Input[str]):
3887
+ def namespace(self, value: pulumi.Input[_builtins.str]):
3888
3888
  pulumi.set(self, "namespace", value)
3889
3889
 
3890
- @property
3890
+ @_builtins.property
3891
3891
  @pulumi.getter
3892
- def path(self) -> Optional[pulumi.Input[str]]:
3892
+ def path(self) -> Optional[pulumi.Input[_builtins.str]]:
3893
3893
  """
3894
3894
  path is an optional URL path at which the webhook will be contacted.
3895
3895
  """
3896
3896
  return pulumi.get(self, "path")
3897
3897
 
3898
3898
  @path.setter
3899
- def path(self, value: Optional[pulumi.Input[str]]):
3899
+ def path(self, value: Optional[pulumi.Input[_builtins.str]]):
3900
3900
  pulumi.set(self, "path", value)
3901
3901
 
3902
- @property
3902
+ @_builtins.property
3903
3903
  @pulumi.getter
3904
- def port(self) -> Optional[pulumi.Input[int]]:
3904
+ def port(self) -> Optional[pulumi.Input[_builtins.int]]:
3905
3905
  """
3906
3906
  port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
3907
3907
  """
3908
3908
  return pulumi.get(self, "port")
3909
3909
 
3910
3910
  @port.setter
3911
- def port(self, value: Optional[pulumi.Input[int]]):
3911
+ def port(self, value: Optional[pulumi.Input[_builtins.int]]):
3912
3912
  pulumi.set(self, "port", value)
3913
3913
 
3914
3914
 
@@ -3917,7 +3917,7 @@ if not MYPY:
3917
3917
  """
3918
3918
  WebhookClientConfig contains the information to make a TLS connection with the webhook.
3919
3919
  """
3920
- ca_bundle: NotRequired[pulumi.Input[str]]
3920
+ ca_bundle: NotRequired[pulumi.Input[_builtins.str]]
3921
3921
  """
3922
3922
  caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
3923
3923
  """
@@ -3927,7 +3927,7 @@ if not MYPY:
3927
3927
 
3928
3928
  If the webhook is running within the cluster, then you should use `service`.
3929
3929
  """
3930
- url: NotRequired[pulumi.Input[str]]
3930
+ url: NotRequired[pulumi.Input[_builtins.str]]
3931
3931
  """
3932
3932
  url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
3933
3933
 
@@ -3947,16 +3947,16 @@ elif False:
3947
3947
  @pulumi.input_type
3948
3948
  class WebhookClientConfigPatchArgs:
3949
3949
  def __init__(__self__, *,
3950
- ca_bundle: Optional[pulumi.Input[str]] = None,
3950
+ ca_bundle: Optional[pulumi.Input[_builtins.str]] = None,
3951
3951
  service: Optional[pulumi.Input['ServiceReferencePatchArgs']] = None,
3952
- url: Optional[pulumi.Input[str]] = None):
3952
+ url: Optional[pulumi.Input[_builtins.str]] = None):
3953
3953
  """
3954
3954
  WebhookClientConfig contains the information to make a TLS connection with the webhook.
3955
- :param pulumi.Input[str] ca_bundle: caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
3955
+ :param pulumi.Input[_builtins.str] ca_bundle: caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
3956
3956
  :param pulumi.Input['ServiceReferencePatchArgs'] service: service is a reference to the service for this webhook. Either service or url must be specified.
3957
3957
 
3958
3958
  If the webhook is running within the cluster, then you should use `service`.
3959
- :param pulumi.Input[str] url: url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
3959
+ :param pulumi.Input[_builtins.str] url: url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
3960
3960
 
3961
3961
  The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address.
3962
3962
 
@@ -3975,19 +3975,19 @@ class WebhookClientConfigPatchArgs:
3975
3975
  if url is not None:
3976
3976
  pulumi.set(__self__, "url", url)
3977
3977
 
3978
- @property
3978
+ @_builtins.property
3979
3979
  @pulumi.getter(name="caBundle")
3980
- def ca_bundle(self) -> Optional[pulumi.Input[str]]:
3980
+ def ca_bundle(self) -> Optional[pulumi.Input[_builtins.str]]:
3981
3981
  """
3982
3982
  caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
3983
3983
  """
3984
3984
  return pulumi.get(self, "ca_bundle")
3985
3985
 
3986
3986
  @ca_bundle.setter
3987
- def ca_bundle(self, value: Optional[pulumi.Input[str]]):
3987
+ def ca_bundle(self, value: Optional[pulumi.Input[_builtins.str]]):
3988
3988
  pulumi.set(self, "ca_bundle", value)
3989
3989
 
3990
- @property
3990
+ @_builtins.property
3991
3991
  @pulumi.getter
3992
3992
  def service(self) -> Optional[pulumi.Input['ServiceReferencePatchArgs']]:
3993
3993
  """
@@ -4001,9 +4001,9 @@ class WebhookClientConfigPatchArgs:
4001
4001
  def service(self, value: Optional[pulumi.Input['ServiceReferencePatchArgs']]):
4002
4002
  pulumi.set(self, "service", value)
4003
4003
 
4004
- @property
4004
+ @_builtins.property
4005
4005
  @pulumi.getter
4006
- def url(self) -> Optional[pulumi.Input[str]]:
4006
+ def url(self) -> Optional[pulumi.Input[_builtins.str]]:
4007
4007
  """
4008
4008
  url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
4009
4009
 
@@ -4020,7 +4020,7 @@ class WebhookClientConfigPatchArgs:
4020
4020
  return pulumi.get(self, "url")
4021
4021
 
4022
4022
  @url.setter
4023
- def url(self, value: Optional[pulumi.Input[str]]):
4023
+ def url(self, value: Optional[pulumi.Input[_builtins.str]]):
4024
4024
  pulumi.set(self, "url", value)
4025
4025
 
4026
4026
 
@@ -4029,7 +4029,7 @@ if not MYPY:
4029
4029
  """
4030
4030
  WebhookClientConfig contains the information to make a TLS connection with the webhook.
4031
4031
  """
4032
- ca_bundle: NotRequired[pulumi.Input[str]]
4032
+ ca_bundle: NotRequired[pulumi.Input[_builtins.str]]
4033
4033
  """
4034
4034
  caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
4035
4035
  """
@@ -4039,7 +4039,7 @@ if not MYPY:
4039
4039
 
4040
4040
  If the webhook is running within the cluster, then you should use `service`.
4041
4041
  """
4042
- url: NotRequired[pulumi.Input[str]]
4042
+ url: NotRequired[pulumi.Input[_builtins.str]]
4043
4043
  """
4044
4044
  url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
4045
4045
 
@@ -4059,16 +4059,16 @@ elif False:
4059
4059
  @pulumi.input_type
4060
4060
  class WebhookClientConfigArgs:
4061
4061
  def __init__(__self__, *,
4062
- ca_bundle: Optional[pulumi.Input[str]] = None,
4062
+ ca_bundle: Optional[pulumi.Input[_builtins.str]] = None,
4063
4063
  service: Optional[pulumi.Input['ServiceReferenceArgs']] = None,
4064
- url: Optional[pulumi.Input[str]] = None):
4064
+ url: Optional[pulumi.Input[_builtins.str]] = None):
4065
4065
  """
4066
4066
  WebhookClientConfig contains the information to make a TLS connection with the webhook.
4067
- :param pulumi.Input[str] ca_bundle: caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
4067
+ :param pulumi.Input[_builtins.str] ca_bundle: caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
4068
4068
  :param pulumi.Input['ServiceReferenceArgs'] service: service is a reference to the service for this webhook. Either service or url must be specified.
4069
4069
 
4070
4070
  If the webhook is running within the cluster, then you should use `service`.
4071
- :param pulumi.Input[str] url: url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
4071
+ :param pulumi.Input[_builtins.str] url: url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
4072
4072
 
4073
4073
  The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address.
4074
4074
 
@@ -4087,19 +4087,19 @@ class WebhookClientConfigArgs:
4087
4087
  if url is not None:
4088
4088
  pulumi.set(__self__, "url", url)
4089
4089
 
4090
- @property
4090
+ @_builtins.property
4091
4091
  @pulumi.getter(name="caBundle")
4092
- def ca_bundle(self) -> Optional[pulumi.Input[str]]:
4092
+ def ca_bundle(self) -> Optional[pulumi.Input[_builtins.str]]:
4093
4093
  """
4094
4094
  caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
4095
4095
  """
4096
4096
  return pulumi.get(self, "ca_bundle")
4097
4097
 
4098
4098
  @ca_bundle.setter
4099
- def ca_bundle(self, value: Optional[pulumi.Input[str]]):
4099
+ def ca_bundle(self, value: Optional[pulumi.Input[_builtins.str]]):
4100
4100
  pulumi.set(self, "ca_bundle", value)
4101
4101
 
4102
- @property
4102
+ @_builtins.property
4103
4103
  @pulumi.getter
4104
4104
  def service(self) -> Optional[pulumi.Input['ServiceReferenceArgs']]:
4105
4105
  """
@@ -4113,9 +4113,9 @@ class WebhookClientConfigArgs:
4113
4113
  def service(self, value: Optional[pulumi.Input['ServiceReferenceArgs']]):
4114
4114
  pulumi.set(self, "service", value)
4115
4115
 
4116
- @property
4116
+ @_builtins.property
4117
4117
  @pulumi.getter
4118
- def url(self) -> Optional[pulumi.Input[str]]:
4118
+ def url(self) -> Optional[pulumi.Input[_builtins.str]]:
4119
4119
  """
4120
4120
  url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
4121
4121
 
@@ -4132,7 +4132,7 @@ class WebhookClientConfigArgs:
4132
4132
  return pulumi.get(self, "url")
4133
4133
 
4134
4134
  @url.setter
4135
- def url(self, value: Optional[pulumi.Input[str]]):
4135
+ def url(self, value: Optional[pulumi.Input[_builtins.str]]):
4136
4136
  pulumi.set(self, "url", value)
4137
4137
 
4138
4138