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
@@ -71,20 +71,20 @@ class CustomResourceColumnDefinition(dict):
71
71
  return super().get(key, default)
72
72
 
73
73
  def __init__(__self__, *,
74
- json_path: str,
75
- name: str,
76
- type: str,
77
- description: Optional[str] = None,
78
- format: Optional[str] = None,
79
- priority: Optional[int] = None):
74
+ json_path: _builtins.str,
75
+ name: _builtins.str,
76
+ type: _builtins.str,
77
+ description: Optional[_builtins.str] = None,
78
+ format: Optional[_builtins.str] = None,
79
+ priority: Optional[_builtins.int] = None):
80
80
  """
81
81
  CustomResourceColumnDefinition specifies a column for server side printing.
82
- :param 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.
83
- :param str name: name is a human readable name for the column.
84
- :param 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.
85
- :param str description: description is a human readable description of this column.
86
- :param 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.
87
- :param 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.
82
+ :param _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.
83
+ :param _builtins.str name: name is a human readable name for the column.
84
+ :param _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.
85
+ :param _builtins.str description: description is a human readable description of this column.
86
+ :param _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.
87
+ :param _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.
88
88
  """
89
89
  pulumi.set(__self__, "json_path", json_path)
90
90
  pulumi.set(__self__, "name", name)
@@ -96,49 +96,49 @@ class CustomResourceColumnDefinition(dict):
96
96
  if priority is not None:
97
97
  pulumi.set(__self__, "priority", priority)
98
98
 
99
- @property
99
+ @_builtins.property
100
100
  @pulumi.getter(name="JSONPath")
101
- def json_path(self) -> str:
101
+ def json_path(self) -> _builtins.str:
102
102
  """
103
103
  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.
104
104
  """
105
105
  return pulumi.get(self, "json_path")
106
106
 
107
- @property
107
+ @_builtins.property
108
108
  @pulumi.getter
109
- def name(self) -> str:
109
+ def name(self) -> _builtins.str:
110
110
  """
111
111
  name is a human readable name for the column.
112
112
  """
113
113
  return pulumi.get(self, "name")
114
114
 
115
- @property
115
+ @_builtins.property
116
116
  @pulumi.getter
117
- def type(self) -> str:
117
+ def type(self) -> _builtins.str:
118
118
  """
119
119
  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
120
  """
121
121
  return pulumi.get(self, "type")
122
122
 
123
- @property
123
+ @_builtins.property
124
124
  @pulumi.getter
125
- def description(self) -> Optional[str]:
125
+ def description(self) -> Optional[_builtins.str]:
126
126
  """
127
127
  description is a human readable description of this column.
128
128
  """
129
129
  return pulumi.get(self, "description")
130
130
 
131
- @property
131
+ @_builtins.property
132
132
  @pulumi.getter
133
- def format(self) -> Optional[str]:
133
+ def format(self) -> Optional[_builtins.str]:
134
134
  """
135
135
  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.
136
136
  """
137
137
  return pulumi.get(self, "format")
138
138
 
139
- @property
139
+ @_builtins.property
140
140
  @pulumi.getter
141
- def priority(self) -> Optional[int]:
141
+ def priority(self) -> Optional[_builtins.int]:
142
142
  """
143
143
  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.
144
144
  """
@@ -168,20 +168,20 @@ class CustomResourceColumnDefinitionPatch(dict):
168
168
  return super().get(key, default)
169
169
 
170
170
  def __init__(__self__, *,
171
- json_path: Optional[str] = None,
172
- description: Optional[str] = None,
173
- format: Optional[str] = None,
174
- name: Optional[str] = None,
175
- priority: Optional[int] = None,
176
- type: Optional[str] = None):
171
+ json_path: Optional[_builtins.str] = None,
172
+ description: Optional[_builtins.str] = None,
173
+ format: Optional[_builtins.str] = None,
174
+ name: Optional[_builtins.str] = None,
175
+ priority: Optional[_builtins.int] = None,
176
+ type: Optional[_builtins.str] = None):
177
177
  """
178
178
  CustomResourceColumnDefinition specifies a column for server side printing.
179
- :param 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.
180
- :param str description: description is a human readable description of this column.
181
- :param 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.
182
- :param str name: name is a human readable name for the column.
183
- :param 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.
184
- :param 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.
179
+ :param _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.
180
+ :param _builtins.str description: description is a human readable description of this column.
181
+ :param _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.
182
+ :param _builtins.str name: name is a human readable name for the column.
183
+ :param _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.
184
+ :param _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.
185
185
  """
186
186
  if json_path is not None:
187
187
  pulumi.set(__self__, "json_path", json_path)
@@ -196,49 +196,49 @@ class CustomResourceColumnDefinitionPatch(dict):
196
196
  if type is not None:
197
197
  pulumi.set(__self__, "type", type)
198
198
 
199
- @property
199
+ @_builtins.property
200
200
  @pulumi.getter(name="JSONPath")
201
- def json_path(self) -> Optional[str]:
201
+ def json_path(self) -> Optional[_builtins.str]:
202
202
  """
203
203
  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.
204
204
  """
205
205
  return pulumi.get(self, "json_path")
206
206
 
207
- @property
207
+ @_builtins.property
208
208
  @pulumi.getter
209
- def description(self) -> Optional[str]:
209
+ def description(self) -> Optional[_builtins.str]:
210
210
  """
211
211
  description is a human readable description of this column.
212
212
  """
213
213
  return pulumi.get(self, "description")
214
214
 
215
- @property
215
+ @_builtins.property
216
216
  @pulumi.getter
217
- def format(self) -> Optional[str]:
217
+ def format(self) -> Optional[_builtins.str]:
218
218
  """
219
219
  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.
220
220
  """
221
221
  return pulumi.get(self, "format")
222
222
 
223
- @property
223
+ @_builtins.property
224
224
  @pulumi.getter
225
- def name(self) -> Optional[str]:
225
+ def name(self) -> Optional[_builtins.str]:
226
226
  """
227
227
  name is a human readable name for the column.
228
228
  """
229
229
  return pulumi.get(self, "name")
230
230
 
231
- @property
231
+ @_builtins.property
232
232
  @pulumi.getter
233
- def priority(self) -> Optional[int]:
233
+ def priority(self) -> Optional[_builtins.int]:
234
234
  """
235
235
  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.
236
236
  """
237
237
  return pulumi.get(self, "priority")
238
238
 
239
- @property
239
+ @_builtins.property
240
240
  @pulumi.getter
241
- def type(self) -> Optional[str]:
241
+ def type(self) -> Optional[_builtins.str]:
242
242
  """
243
243
  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.
244
244
  """
@@ -270,14 +270,14 @@ class CustomResourceConversion(dict):
270
270
  return super().get(key, default)
271
271
 
272
272
  def __init__(__self__, *,
273
- strategy: str,
274
- conversion_review_versions: Optional[Sequence[str]] = None,
273
+ strategy: _builtins.str,
274
+ conversion_review_versions: Optional[Sequence[_builtins.str]] = None,
275
275
  webhook_client_config: Optional['outputs.WebhookClientConfig'] = None):
276
276
  """
277
277
  CustomResourceConversion describes how to convert different versions of a CR.
278
- :param 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
278
+ :param _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
279
279
  is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
280
- :param Sequence[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"]`.
280
+ :param Sequence[_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"]`.
281
281
  :param '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`.
282
282
  """
283
283
  pulumi.set(__self__, "strategy", strategy)
@@ -286,24 +286,24 @@ class CustomResourceConversion(dict):
286
286
  if webhook_client_config is not None:
287
287
  pulumi.set(__self__, "webhook_client_config", webhook_client_config)
288
288
 
289
- @property
289
+ @_builtins.property
290
290
  @pulumi.getter
291
- def strategy(self) -> str:
291
+ def strategy(self) -> _builtins.str:
292
292
  """
293
293
  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
294
294
  is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
295
295
  """
296
296
  return pulumi.get(self, "strategy")
297
297
 
298
- @property
298
+ @_builtins.property
299
299
  @pulumi.getter(name="conversionReviewVersions")
300
- def conversion_review_versions(self) -> Optional[Sequence[str]]:
300
+ def conversion_review_versions(self) -> Optional[Sequence[_builtins.str]]:
301
301
  """
302
302
  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"]`.
303
303
  """
304
304
  return pulumi.get(self, "conversion_review_versions")
305
305
 
306
- @property
306
+ @_builtins.property
307
307
  @pulumi.getter(name="webhookClientConfig")
308
308
  def webhook_client_config(self) -> Optional['outputs.WebhookClientConfig']:
309
309
  """
@@ -337,13 +337,13 @@ class CustomResourceConversionPatch(dict):
337
337
  return super().get(key, default)
338
338
 
339
339
  def __init__(__self__, *,
340
- conversion_review_versions: Optional[Sequence[str]] = None,
341
- strategy: Optional[str] = None,
340
+ conversion_review_versions: Optional[Sequence[_builtins.str]] = None,
341
+ strategy: Optional[_builtins.str] = None,
342
342
  webhook_client_config: Optional['outputs.WebhookClientConfigPatch'] = None):
343
343
  """
344
344
  CustomResourceConversion describes how to convert different versions of a CR.
345
- :param Sequence[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"]`.
346
- :param 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
345
+ :param Sequence[_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"]`.
346
+ :param _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
347
347
  is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
348
348
  :param '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`.
349
349
  """
@@ -354,24 +354,24 @@ class CustomResourceConversionPatch(dict):
354
354
  if webhook_client_config is not None:
355
355
  pulumi.set(__self__, "webhook_client_config", webhook_client_config)
356
356
 
357
- @property
357
+ @_builtins.property
358
358
  @pulumi.getter(name="conversionReviewVersions")
359
- def conversion_review_versions(self) -> Optional[Sequence[str]]:
359
+ def conversion_review_versions(self) -> Optional[Sequence[_builtins.str]]:
360
360
  """
361
361
  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"]`.
362
362
  """
363
363
  return pulumi.get(self, "conversion_review_versions")
364
364
 
365
- @property
365
+ @_builtins.property
366
366
  @pulumi.getter
367
- def strategy(self) -> Optional[str]:
367
+ def strategy(self) -> Optional[_builtins.str]:
368
368
  """
369
369
  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
370
370
  is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
371
371
  """
372
372
  return pulumi.get(self, "strategy")
373
373
 
374
- @property
374
+ @_builtins.property
375
375
  @pulumi.getter(name="webhookClientConfig")
376
376
  def webhook_client_config(self) -> Optional['outputs.WebhookClientConfigPatch']:
377
377
  """
@@ -404,15 +404,15 @@ class CustomResourceDefinition(dict):
404
404
 
405
405
  def __init__(__self__, *,
406
406
  spec: 'outputs.CustomResourceDefinitionSpec',
407
- api_version: Optional[str] = None,
408
- kind: Optional[str] = None,
407
+ api_version: Optional[_builtins.str] = None,
408
+ kind: Optional[_builtins.str] = None,
409
409
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
410
410
  status: Optional['outputs.CustomResourceDefinitionStatus'] = None):
411
411
  """
412
412
  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.
413
413
  :param 'CustomResourceDefinitionSpecArgs' spec: spec describes how the user wants the resources to appear
414
- :param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
415
- :param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
414
+ :param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
415
+ :param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
416
416
  :param 'CustomResourceDefinitionStatusArgs' status: status indicates the actual state of the CustomResourceDefinition
417
417
  """
418
418
  pulumi.set(__self__, "spec", spec)
@@ -425,7 +425,7 @@ class CustomResourceDefinition(dict):
425
425
  if status is not None:
426
426
  pulumi.set(__self__, "status", status)
427
427
 
428
- @property
428
+ @_builtins.property
429
429
  @pulumi.getter
430
430
  def spec(self) -> 'outputs.CustomResourceDefinitionSpec':
431
431
  """
@@ -433,28 +433,28 @@ class CustomResourceDefinition(dict):
433
433
  """
434
434
  return pulumi.get(self, "spec")
435
435
 
436
- @property
436
+ @_builtins.property
437
437
  @pulumi.getter(name="apiVersion")
438
- def api_version(self) -> Optional[str]:
438
+ def api_version(self) -> Optional[_builtins.str]:
439
439
  """
440
440
  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
441
441
  """
442
442
  return pulumi.get(self, "api_version")
443
443
 
444
- @property
444
+ @_builtins.property
445
445
  @pulumi.getter
446
- def kind(self) -> Optional[str]:
446
+ def kind(self) -> Optional[_builtins.str]:
447
447
  """
448
448
  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
449
449
  """
450
450
  return pulumi.get(self, "kind")
451
451
 
452
- @property
452
+ @_builtins.property
453
453
  @pulumi.getter
454
454
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
455
455
  return pulumi.get(self, "metadata")
456
456
 
457
- @property
457
+ @_builtins.property
458
458
  @pulumi.getter
459
459
  def status(self) -> Optional['outputs.CustomResourceDefinitionStatus']:
460
460
  """
@@ -486,18 +486,18 @@ class CustomResourceDefinitionCondition(dict):
486
486
  return super().get(key, default)
487
487
 
488
488
  def __init__(__self__, *,
489
- status: str,
490
- type: str,
491
- last_transition_time: Optional[str] = None,
492
- message: Optional[str] = None,
493
- reason: Optional[str] = None):
489
+ status: _builtins.str,
490
+ type: _builtins.str,
491
+ last_transition_time: Optional[_builtins.str] = None,
492
+ message: Optional[_builtins.str] = None,
493
+ reason: Optional[_builtins.str] = None):
494
494
  """
495
495
  CustomResourceDefinitionCondition contains details for the current condition of this pod.
496
- :param str status: status is the status of the condition. Can be True, False, Unknown.
497
- :param str type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
498
- :param str last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
499
- :param str message: message is a human-readable message indicating details about last transition.
500
- :param str reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
496
+ :param _builtins.str status: status is the status of the condition. Can be True, False, Unknown.
497
+ :param _builtins.str type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
498
+ :param _builtins.str last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
499
+ :param _builtins.str message: message is a human-readable message indicating details about last transition.
500
+ :param _builtins.str reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
501
501
  """
502
502
  pulumi.set(__self__, "status", status)
503
503
  pulumi.set(__self__, "type", type)
@@ -508,41 +508,41 @@ class CustomResourceDefinitionCondition(dict):
508
508
  if reason is not None:
509
509
  pulumi.set(__self__, "reason", reason)
510
510
 
511
- @property
511
+ @_builtins.property
512
512
  @pulumi.getter
513
- def status(self) -> str:
513
+ def status(self) -> _builtins.str:
514
514
  """
515
515
  status is the status of the condition. Can be True, False, Unknown.
516
516
  """
517
517
  return pulumi.get(self, "status")
518
518
 
519
- @property
519
+ @_builtins.property
520
520
  @pulumi.getter
521
- def type(self) -> str:
521
+ def type(self) -> _builtins.str:
522
522
  """
523
523
  type is the type of the condition. Types include Established, NamesAccepted and Terminating.
524
524
  """
525
525
  return pulumi.get(self, "type")
526
526
 
527
- @property
527
+ @_builtins.property
528
528
  @pulumi.getter(name="lastTransitionTime")
529
- def last_transition_time(self) -> Optional[str]:
529
+ def last_transition_time(self) -> Optional[_builtins.str]:
530
530
  """
531
531
  lastTransitionTime last time the condition transitioned from one status to another.
532
532
  """
533
533
  return pulumi.get(self, "last_transition_time")
534
534
 
535
- @property
535
+ @_builtins.property
536
536
  @pulumi.getter
537
- def message(self) -> Optional[str]:
537
+ def message(self) -> Optional[_builtins.str]:
538
538
  """
539
539
  message is a human-readable message indicating details about last transition.
540
540
  """
541
541
  return pulumi.get(self, "message")
542
542
 
543
- @property
543
+ @_builtins.property
544
544
  @pulumi.getter
545
- def reason(self) -> Optional[str]:
545
+ def reason(self) -> Optional[_builtins.str]:
546
546
  """
547
547
  reason is a unique, one-word, CamelCase reason for the condition's last transition.
548
548
  """
@@ -572,18 +572,18 @@ class CustomResourceDefinitionConditionPatch(dict):
572
572
  return super().get(key, default)
573
573
 
574
574
  def __init__(__self__, *,
575
- last_transition_time: Optional[str] = None,
576
- message: Optional[str] = None,
577
- reason: Optional[str] = None,
578
- status: Optional[str] = None,
579
- type: Optional[str] = None):
575
+ last_transition_time: Optional[_builtins.str] = None,
576
+ message: Optional[_builtins.str] = None,
577
+ reason: Optional[_builtins.str] = None,
578
+ status: Optional[_builtins.str] = None,
579
+ type: Optional[_builtins.str] = None):
580
580
  """
581
581
  CustomResourceDefinitionCondition contains details for the current condition of this pod.
582
- :param str last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
583
- :param str message: message is a human-readable message indicating details about last transition.
584
- :param str reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
585
- :param str status: status is the status of the condition. Can be True, False, Unknown.
586
- :param str type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
582
+ :param _builtins.str last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
583
+ :param _builtins.str message: message is a human-readable message indicating details about last transition.
584
+ :param _builtins.str reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
585
+ :param _builtins.str status: status is the status of the condition. Can be True, False, Unknown.
586
+ :param _builtins.str type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
587
587
  """
588
588
  if last_transition_time is not None:
589
589
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -596,41 +596,41 @@ class CustomResourceDefinitionConditionPatch(dict):
596
596
  if type is not None:
597
597
  pulumi.set(__self__, "type", type)
598
598
 
599
- @property
599
+ @_builtins.property
600
600
  @pulumi.getter(name="lastTransitionTime")
601
- def last_transition_time(self) -> Optional[str]:
601
+ def last_transition_time(self) -> Optional[_builtins.str]:
602
602
  """
603
603
  lastTransitionTime last time the condition transitioned from one status to another.
604
604
  """
605
605
  return pulumi.get(self, "last_transition_time")
606
606
 
607
- @property
607
+ @_builtins.property
608
608
  @pulumi.getter
609
- def message(self) -> Optional[str]:
609
+ def message(self) -> Optional[_builtins.str]:
610
610
  """
611
611
  message is a human-readable message indicating details about last transition.
612
612
  """
613
613
  return pulumi.get(self, "message")
614
614
 
615
- @property
615
+ @_builtins.property
616
616
  @pulumi.getter
617
- def reason(self) -> Optional[str]:
617
+ def reason(self) -> Optional[_builtins.str]:
618
618
  """
619
619
  reason is a unique, one-word, CamelCase reason for the condition's last transition.
620
620
  """
621
621
  return pulumi.get(self, "reason")
622
622
 
623
- @property
623
+ @_builtins.property
624
624
  @pulumi.getter
625
- def status(self) -> Optional[str]:
625
+ def status(self) -> Optional[_builtins.str]:
626
626
  """
627
627
  status is the status of the condition. Can be True, False, Unknown.
628
628
  """
629
629
  return pulumi.get(self, "status")
630
630
 
631
- @property
631
+ @_builtins.property
632
632
  @pulumi.getter
633
- def type(self) -> Optional[str]:
633
+ def type(self) -> Optional[_builtins.str]:
634
634
  """
635
635
  type is the type of the condition. Types include Established, NamesAccepted and Terminating.
636
636
  """
@@ -662,20 +662,20 @@ class CustomResourceDefinitionNames(dict):
662
662
  return super().get(key, default)
663
663
 
664
664
  def __init__(__self__, *,
665
- kind: str,
666
- plural: str,
667
- categories: Optional[Sequence[str]] = None,
668
- list_kind: Optional[str] = None,
669
- short_names: Optional[Sequence[str]] = None,
670
- singular: Optional[str] = None):
665
+ kind: _builtins.str,
666
+ plural: _builtins.str,
667
+ categories: Optional[Sequence[_builtins.str]] = None,
668
+ list_kind: Optional[_builtins.str] = None,
669
+ short_names: Optional[Sequence[_builtins.str]] = None,
670
+ singular: Optional[_builtins.str] = None):
671
671
  """
672
672
  CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
673
- :param 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.
674
- :param 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.
675
- :param Sequence[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`.
676
- :param str list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
677
- :param Sequence[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.
678
- :param str singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
673
+ :param _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.
674
+ :param _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.
675
+ :param Sequence[_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`.
676
+ :param _builtins.str list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
677
+ :param Sequence[_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.
678
+ :param _builtins.str singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
679
679
  """
680
680
  pulumi.set(__self__, "kind", kind)
681
681
  pulumi.set(__self__, "plural", plural)
@@ -688,49 +688,49 @@ class CustomResourceDefinitionNames(dict):
688
688
  if singular is not None:
689
689
  pulumi.set(__self__, "singular", singular)
690
690
 
691
- @property
691
+ @_builtins.property
692
692
  @pulumi.getter
693
- def kind(self) -> str:
693
+ def kind(self) -> _builtins.str:
694
694
  """
695
695
  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.
696
696
  """
697
697
  return pulumi.get(self, "kind")
698
698
 
699
- @property
699
+ @_builtins.property
700
700
  @pulumi.getter
701
- def plural(self) -> str:
701
+ def plural(self) -> _builtins.str:
702
702
  """
703
703
  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.
704
704
  """
705
705
  return pulumi.get(self, "plural")
706
706
 
707
- @property
707
+ @_builtins.property
708
708
  @pulumi.getter
709
- def categories(self) -> Optional[Sequence[str]]:
709
+ def categories(self) -> Optional[Sequence[_builtins.str]]:
710
710
  """
711
711
  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`.
712
712
  """
713
713
  return pulumi.get(self, "categories")
714
714
 
715
- @property
715
+ @_builtins.property
716
716
  @pulumi.getter(name="listKind")
717
- def list_kind(self) -> Optional[str]:
717
+ def list_kind(self) -> Optional[_builtins.str]:
718
718
  """
719
719
  listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
720
720
  """
721
721
  return pulumi.get(self, "list_kind")
722
722
 
723
- @property
723
+ @_builtins.property
724
724
  @pulumi.getter(name="shortNames")
725
- def short_names(self) -> Optional[Sequence[str]]:
725
+ def short_names(self) -> Optional[Sequence[_builtins.str]]:
726
726
  """
727
727
  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.
728
728
  """
729
729
  return pulumi.get(self, "short_names")
730
730
 
731
- @property
731
+ @_builtins.property
732
732
  @pulumi.getter
733
- def singular(self) -> Optional[str]:
733
+ def singular(self) -> Optional[_builtins.str]:
734
734
  """
735
735
  singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
736
736
  """
@@ -762,20 +762,20 @@ class CustomResourceDefinitionNamesPatch(dict):
762
762
  return super().get(key, default)
763
763
 
764
764
  def __init__(__self__, *,
765
- categories: Optional[Sequence[str]] = None,
766
- kind: Optional[str] = None,
767
- list_kind: Optional[str] = None,
768
- plural: Optional[str] = None,
769
- short_names: Optional[Sequence[str]] = None,
770
- singular: Optional[str] = None):
765
+ categories: Optional[Sequence[_builtins.str]] = None,
766
+ kind: Optional[_builtins.str] = None,
767
+ list_kind: Optional[_builtins.str] = None,
768
+ plural: Optional[_builtins.str] = None,
769
+ short_names: Optional[Sequence[_builtins.str]] = None,
770
+ singular: Optional[_builtins.str] = None):
771
771
  """
772
772
  CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
773
- :param Sequence[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`.
774
- :param 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.
775
- :param str list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
776
- :param 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.
777
- :param Sequence[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.
778
- :param str singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
773
+ :param Sequence[_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`.
774
+ :param _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.
775
+ :param _builtins.str list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
776
+ :param _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.
777
+ :param Sequence[_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.
778
+ :param _builtins.str singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
779
779
  """
780
780
  if categories is not None:
781
781
  pulumi.set(__self__, "categories", categories)
@@ -790,49 +790,49 @@ class CustomResourceDefinitionNamesPatch(dict):
790
790
  if singular is not None:
791
791
  pulumi.set(__self__, "singular", singular)
792
792
 
793
- @property
793
+ @_builtins.property
794
794
  @pulumi.getter
795
- def categories(self) -> Optional[Sequence[str]]:
795
+ def categories(self) -> Optional[Sequence[_builtins.str]]:
796
796
  """
797
797
  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`.
798
798
  """
799
799
  return pulumi.get(self, "categories")
800
800
 
801
- @property
801
+ @_builtins.property
802
802
  @pulumi.getter
803
- def kind(self) -> Optional[str]:
803
+ def kind(self) -> Optional[_builtins.str]:
804
804
  """
805
805
  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.
806
806
  """
807
807
  return pulumi.get(self, "kind")
808
808
 
809
- @property
809
+ @_builtins.property
810
810
  @pulumi.getter(name="listKind")
811
- def list_kind(self) -> Optional[str]:
811
+ def list_kind(self) -> Optional[_builtins.str]:
812
812
  """
813
813
  listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
814
814
  """
815
815
  return pulumi.get(self, "list_kind")
816
816
 
817
- @property
817
+ @_builtins.property
818
818
  @pulumi.getter
819
- def plural(self) -> Optional[str]:
819
+ def plural(self) -> Optional[_builtins.str]:
820
820
  """
821
821
  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.
822
822
  """
823
823
  return pulumi.get(self, "plural")
824
824
 
825
- @property
825
+ @_builtins.property
826
826
  @pulumi.getter(name="shortNames")
827
- def short_names(self) -> Optional[Sequence[str]]:
827
+ def short_names(self) -> Optional[Sequence[_builtins.str]]:
828
828
  """
829
829
  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.
830
830
  """
831
831
  return pulumi.get(self, "short_names")
832
832
 
833
- @property
833
+ @_builtins.property
834
834
  @pulumi.getter
835
- def singular(self) -> Optional[str]:
835
+ def singular(self) -> Optional[_builtins.str]:
836
836
  """
837
837
  singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
838
838
  """
@@ -864,27 +864,27 @@ class CustomResourceDefinitionSpec(dict):
864
864
  return super().get(key, default)
865
865
 
866
866
  def __init__(__self__, *,
867
- group: str,
867
+ group: _builtins.str,
868
868
  names: 'outputs.CustomResourceDefinitionNames',
869
- scope: str,
869
+ scope: _builtins.str,
870
870
  additional_printer_columns: Optional[Sequence['outputs.CustomResourceColumnDefinition']] = None,
871
871
  conversion: Optional['outputs.CustomResourceConversion'] = None,
872
- preserve_unknown_fields: Optional[bool] = None,
872
+ preserve_unknown_fields: Optional[_builtins.bool] = None,
873
873
  subresources: Optional['outputs.CustomResourceSubresources'] = None,
874
874
  validation: Optional['outputs.CustomResourceValidation'] = None,
875
- version: Optional[str] = None,
875
+ version: Optional[_builtins.str] = None,
876
876
  versions: Optional[Sequence['outputs.CustomResourceDefinitionVersion']] = None):
877
877
  """
878
878
  CustomResourceDefinitionSpec describes how a user wants their resource to appear
879
- :param 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>`).
879
+ :param _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>`).
880
880
  :param 'CustomResourceDefinitionNamesArgs' names: names specify the resource and kind names for the custom resource.
881
- :param str scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
881
+ :param _builtins.str scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
882
882
  :param Sequence['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.
883
883
  :param 'CustomResourceConversionArgs' conversion: conversion defines conversion settings for the CRD.
884
- :param 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.
884
+ :param _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.
885
885
  :param '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.
886
886
  :param '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.
887
- :param 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.
887
+ :param _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.
888
888
  :param Sequence['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.
889
889
  """
890
890
  pulumi.set(__self__, "group", group)
@@ -905,15 +905,15 @@ class CustomResourceDefinitionSpec(dict):
905
905
  if versions is not None:
906
906
  pulumi.set(__self__, "versions", versions)
907
907
 
908
- @property
908
+ @_builtins.property
909
909
  @pulumi.getter
910
- def group(self) -> str:
910
+ def group(self) -> _builtins.str:
911
911
  """
912
912
  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>`).
913
913
  """
914
914
  return pulumi.get(self, "group")
915
915
 
916
- @property
916
+ @_builtins.property
917
917
  @pulumi.getter
918
918
  def names(self) -> 'outputs.CustomResourceDefinitionNames':
919
919
  """
@@ -921,15 +921,15 @@ class CustomResourceDefinitionSpec(dict):
921
921
  """
922
922
  return pulumi.get(self, "names")
923
923
 
924
- @property
924
+ @_builtins.property
925
925
  @pulumi.getter
926
- def scope(self) -> str:
926
+ def scope(self) -> _builtins.str:
927
927
  """
928
928
  scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
929
929
  """
930
930
  return pulumi.get(self, "scope")
931
931
 
932
- @property
932
+ @_builtins.property
933
933
  @pulumi.getter(name="additionalPrinterColumns")
934
934
  def additional_printer_columns(self) -> Optional[Sequence['outputs.CustomResourceColumnDefinition']]:
935
935
  """
@@ -937,7 +937,7 @@ class CustomResourceDefinitionSpec(dict):
937
937
  """
938
938
  return pulumi.get(self, "additional_printer_columns")
939
939
 
940
- @property
940
+ @_builtins.property
941
941
  @pulumi.getter
942
942
  def conversion(self) -> Optional['outputs.CustomResourceConversion']:
943
943
  """
@@ -945,15 +945,15 @@ class CustomResourceDefinitionSpec(dict):
945
945
  """
946
946
  return pulumi.get(self, "conversion")
947
947
 
948
- @property
948
+ @_builtins.property
949
949
  @pulumi.getter(name="preserveUnknownFields")
950
- def preserve_unknown_fields(self) -> Optional[bool]:
950
+ def preserve_unknown_fields(self) -> Optional[_builtins.bool]:
951
951
  """
952
952
  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.
953
953
  """
954
954
  return pulumi.get(self, "preserve_unknown_fields")
955
955
 
956
- @property
956
+ @_builtins.property
957
957
  @pulumi.getter
958
958
  def subresources(self) -> Optional['outputs.CustomResourceSubresources']:
959
959
  """
@@ -961,7 +961,7 @@ class CustomResourceDefinitionSpec(dict):
961
961
  """
962
962
  return pulumi.get(self, "subresources")
963
963
 
964
- @property
964
+ @_builtins.property
965
965
  @pulumi.getter
966
966
  def validation(self) -> Optional['outputs.CustomResourceValidation']:
967
967
  """
@@ -969,15 +969,15 @@ class CustomResourceDefinitionSpec(dict):
969
969
  """
970
970
  return pulumi.get(self, "validation")
971
971
 
972
- @property
972
+ @_builtins.property
973
973
  @pulumi.getter
974
- def version(self) -> Optional[str]:
974
+ def version(self) -> Optional[_builtins.str]:
975
975
  """
976
976
  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.
977
977
  """
978
978
  return pulumi.get(self, "version")
979
979
 
980
- @property
980
+ @_builtins.property
981
981
  @pulumi.getter
982
982
  def versions(self) -> Optional[Sequence['outputs.CustomResourceDefinitionVersion']]:
983
983
  """
@@ -1013,25 +1013,25 @@ class CustomResourceDefinitionSpecPatch(dict):
1013
1013
  def __init__(__self__, *,
1014
1014
  additional_printer_columns: Optional[Sequence['outputs.CustomResourceColumnDefinitionPatch']] = None,
1015
1015
  conversion: Optional['outputs.CustomResourceConversionPatch'] = None,
1016
- group: Optional[str] = None,
1016
+ group: Optional[_builtins.str] = None,
1017
1017
  names: Optional['outputs.CustomResourceDefinitionNamesPatch'] = None,
1018
- preserve_unknown_fields: Optional[bool] = None,
1019
- scope: Optional[str] = None,
1018
+ preserve_unknown_fields: Optional[_builtins.bool] = None,
1019
+ scope: Optional[_builtins.str] = None,
1020
1020
  subresources: Optional['outputs.CustomResourceSubresourcesPatch'] = None,
1021
1021
  validation: Optional['outputs.CustomResourceValidationPatch'] = None,
1022
- version: Optional[str] = None,
1022
+ version: Optional[_builtins.str] = None,
1023
1023
  versions: Optional[Sequence['outputs.CustomResourceDefinitionVersionPatch']] = None):
1024
1024
  """
1025
1025
  CustomResourceDefinitionSpec describes how a user wants their resource to appear
1026
1026
  :param Sequence['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.
1027
1027
  :param 'CustomResourceConversionPatchArgs' conversion: conversion defines conversion settings for the CRD.
1028
- :param 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>`).
1028
+ :param _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>`).
1029
1029
  :param 'CustomResourceDefinitionNamesPatchArgs' names: names specify the resource and kind names for the custom resource.
1030
- :param 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.
1031
- :param str scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
1030
+ :param _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.
1031
+ :param _builtins.str scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
1032
1032
  :param '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.
1033
1033
  :param '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.
1034
- :param 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.
1034
+ :param _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.
1035
1035
  :param Sequence['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.
1036
1036
  """
1037
1037
  if additional_printer_columns is not None:
@@ -1055,7 +1055,7 @@ class CustomResourceDefinitionSpecPatch(dict):
1055
1055
  if versions is not None:
1056
1056
  pulumi.set(__self__, "versions", versions)
1057
1057
 
1058
- @property
1058
+ @_builtins.property
1059
1059
  @pulumi.getter(name="additionalPrinterColumns")
1060
1060
  def additional_printer_columns(self) -> Optional[Sequence['outputs.CustomResourceColumnDefinitionPatch']]:
1061
1061
  """
@@ -1063,7 +1063,7 @@ class CustomResourceDefinitionSpecPatch(dict):
1063
1063
  """
1064
1064
  return pulumi.get(self, "additional_printer_columns")
1065
1065
 
1066
- @property
1066
+ @_builtins.property
1067
1067
  @pulumi.getter
1068
1068
  def conversion(self) -> Optional['outputs.CustomResourceConversionPatch']:
1069
1069
  """
@@ -1071,15 +1071,15 @@ class CustomResourceDefinitionSpecPatch(dict):
1071
1071
  """
1072
1072
  return pulumi.get(self, "conversion")
1073
1073
 
1074
- @property
1074
+ @_builtins.property
1075
1075
  @pulumi.getter
1076
- def group(self) -> Optional[str]:
1076
+ def group(self) -> Optional[_builtins.str]:
1077
1077
  """
1078
1078
  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>`).
1079
1079
  """
1080
1080
  return pulumi.get(self, "group")
1081
1081
 
1082
- @property
1082
+ @_builtins.property
1083
1083
  @pulumi.getter
1084
1084
  def names(self) -> Optional['outputs.CustomResourceDefinitionNamesPatch']:
1085
1085
  """
@@ -1087,23 +1087,23 @@ class CustomResourceDefinitionSpecPatch(dict):
1087
1087
  """
1088
1088
  return pulumi.get(self, "names")
1089
1089
 
1090
- @property
1090
+ @_builtins.property
1091
1091
  @pulumi.getter(name="preserveUnknownFields")
1092
- def preserve_unknown_fields(self) -> Optional[bool]:
1092
+ def preserve_unknown_fields(self) -> Optional[_builtins.bool]:
1093
1093
  """
1094
1094
  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.
1095
1095
  """
1096
1096
  return pulumi.get(self, "preserve_unknown_fields")
1097
1097
 
1098
- @property
1098
+ @_builtins.property
1099
1099
  @pulumi.getter
1100
- def scope(self) -> Optional[str]:
1100
+ def scope(self) -> Optional[_builtins.str]:
1101
1101
  """
1102
1102
  scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
1103
1103
  """
1104
1104
  return pulumi.get(self, "scope")
1105
1105
 
1106
- @property
1106
+ @_builtins.property
1107
1107
  @pulumi.getter
1108
1108
  def subresources(self) -> Optional['outputs.CustomResourceSubresourcesPatch']:
1109
1109
  """
@@ -1111,7 +1111,7 @@ class CustomResourceDefinitionSpecPatch(dict):
1111
1111
  """
1112
1112
  return pulumi.get(self, "subresources")
1113
1113
 
1114
- @property
1114
+ @_builtins.property
1115
1115
  @pulumi.getter
1116
1116
  def validation(self) -> Optional['outputs.CustomResourceValidationPatch']:
1117
1117
  """
@@ -1119,15 +1119,15 @@ class CustomResourceDefinitionSpecPatch(dict):
1119
1119
  """
1120
1120
  return pulumi.get(self, "validation")
1121
1121
 
1122
- @property
1122
+ @_builtins.property
1123
1123
  @pulumi.getter
1124
- def version(self) -> Optional[str]:
1124
+ def version(self) -> Optional[_builtins.str]:
1125
1125
  """
1126
1126
  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.
1127
1127
  """
1128
1128
  return pulumi.get(self, "version")
1129
1129
 
1130
- @property
1130
+ @_builtins.property
1131
1131
  @pulumi.getter
1132
1132
  def versions(self) -> Optional[Sequence['outputs.CustomResourceDefinitionVersionPatch']]:
1133
1133
  """
@@ -1162,12 +1162,12 @@ class CustomResourceDefinitionStatus(dict):
1162
1162
 
1163
1163
  def __init__(__self__, *,
1164
1164
  accepted_names: 'outputs.CustomResourceDefinitionNames',
1165
- stored_versions: Sequence[str],
1165
+ stored_versions: Sequence[_builtins.str],
1166
1166
  conditions: Optional[Sequence['outputs.CustomResourceDefinitionCondition']] = None):
1167
1167
  """
1168
1168
  CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
1169
1169
  :param 'CustomResourceDefinitionNamesArgs' accepted_names: acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
1170
- :param Sequence[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.
1170
+ :param Sequence[_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.
1171
1171
  :param Sequence['CustomResourceDefinitionConditionArgs'] conditions: conditions indicate state for particular aspects of a CustomResourceDefinition
1172
1172
  """
1173
1173
  pulumi.set(__self__, "accepted_names", accepted_names)
@@ -1175,7 +1175,7 @@ class CustomResourceDefinitionStatus(dict):
1175
1175
  if conditions is not None:
1176
1176
  pulumi.set(__self__, "conditions", conditions)
1177
1177
 
1178
- @property
1178
+ @_builtins.property
1179
1179
  @pulumi.getter(name="acceptedNames")
1180
1180
  def accepted_names(self) -> 'outputs.CustomResourceDefinitionNames':
1181
1181
  """
@@ -1183,15 +1183,15 @@ class CustomResourceDefinitionStatus(dict):
1183
1183
  """
1184
1184
  return pulumi.get(self, "accepted_names")
1185
1185
 
1186
- @property
1186
+ @_builtins.property
1187
1187
  @pulumi.getter(name="storedVersions")
1188
- def stored_versions(self) -> Sequence[str]:
1188
+ def stored_versions(self) -> Sequence[_builtins.str]:
1189
1189
  """
1190
1190
  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.
1191
1191
  """
1192
1192
  return pulumi.get(self, "stored_versions")
1193
1193
 
1194
- @property
1194
+ @_builtins.property
1195
1195
  @pulumi.getter
1196
1196
  def conditions(self) -> Optional[Sequence['outputs.CustomResourceDefinitionCondition']]:
1197
1197
  """
@@ -1227,12 +1227,12 @@ class CustomResourceDefinitionStatusPatch(dict):
1227
1227
  def __init__(__self__, *,
1228
1228
  accepted_names: Optional['outputs.CustomResourceDefinitionNamesPatch'] = None,
1229
1229
  conditions: Optional[Sequence['outputs.CustomResourceDefinitionConditionPatch']] = None,
1230
- stored_versions: Optional[Sequence[str]] = None):
1230
+ stored_versions: Optional[Sequence[_builtins.str]] = None):
1231
1231
  """
1232
1232
  CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
1233
1233
  :param 'CustomResourceDefinitionNamesPatchArgs' accepted_names: acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
1234
1234
  :param Sequence['CustomResourceDefinitionConditionPatchArgs'] conditions: conditions indicate state for particular aspects of a CustomResourceDefinition
1235
- :param Sequence[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.
1235
+ :param Sequence[_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.
1236
1236
  """
1237
1237
  if accepted_names is not None:
1238
1238
  pulumi.set(__self__, "accepted_names", accepted_names)
@@ -1241,7 +1241,7 @@ class CustomResourceDefinitionStatusPatch(dict):
1241
1241
  if stored_versions is not None:
1242
1242
  pulumi.set(__self__, "stored_versions", stored_versions)
1243
1243
 
1244
- @property
1244
+ @_builtins.property
1245
1245
  @pulumi.getter(name="acceptedNames")
1246
1246
  def accepted_names(self) -> Optional['outputs.CustomResourceDefinitionNamesPatch']:
1247
1247
  """
@@ -1249,7 +1249,7 @@ class CustomResourceDefinitionStatusPatch(dict):
1249
1249
  """
1250
1250
  return pulumi.get(self, "accepted_names")
1251
1251
 
1252
- @property
1252
+ @_builtins.property
1253
1253
  @pulumi.getter
1254
1254
  def conditions(self) -> Optional[Sequence['outputs.CustomResourceDefinitionConditionPatch']]:
1255
1255
  """
@@ -1257,9 +1257,9 @@ class CustomResourceDefinitionStatusPatch(dict):
1257
1257
  """
1258
1258
  return pulumi.get(self, "conditions")
1259
1259
 
1260
- @property
1260
+ @_builtins.property
1261
1261
  @pulumi.getter(name="storedVersions")
1262
- def stored_versions(self) -> Optional[Sequence[str]]:
1262
+ def stored_versions(self) -> Optional[Sequence[_builtins.str]]:
1263
1263
  """
1264
1264
  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.
1265
1265
  """
@@ -1291,22 +1291,22 @@ class CustomResourceDefinitionVersion(dict):
1291
1291
  return super().get(key, default)
1292
1292
 
1293
1293
  def __init__(__self__, *,
1294
- name: str,
1295
- served: bool,
1296
- storage: bool,
1294
+ name: _builtins.str,
1295
+ served: _builtins.bool,
1296
+ storage: _builtins.bool,
1297
1297
  additional_printer_columns: Optional[Sequence['outputs.CustomResourceColumnDefinition']] = None,
1298
- deprecated: Optional[bool] = None,
1299
- deprecation_warning: Optional[str] = None,
1298
+ deprecated: Optional[_builtins.bool] = None,
1299
+ deprecation_warning: Optional[_builtins.str] = None,
1300
1300
  schema: Optional['outputs.CustomResourceValidation'] = None,
1301
1301
  subresources: Optional['outputs.CustomResourceSubresources'] = None):
1302
1302
  """
1303
1303
  CustomResourceDefinitionVersion describes a version for CRD.
1304
- :param 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.
1305
- :param bool served: served is a flag enabling/disabling this version from being served via REST APIs
1306
- :param bool storage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
1304
+ :param _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.
1305
+ :param _builtins.bool served: served is a flag enabling/disabling this version from being served via REST APIs
1306
+ :param _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.
1307
1307
  :param Sequence['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.
1308
- :param 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.
1309
- :param 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.
1308
+ :param _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.
1309
+ :param _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.
1310
1310
  :param '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).
1311
1311
  :param '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).
1312
1312
  """
@@ -1324,31 +1324,31 @@ class CustomResourceDefinitionVersion(dict):
1324
1324
  if subresources is not None:
1325
1325
  pulumi.set(__self__, "subresources", subresources)
1326
1326
 
1327
- @property
1327
+ @_builtins.property
1328
1328
  @pulumi.getter
1329
- def name(self) -> str:
1329
+ def name(self) -> _builtins.str:
1330
1330
  """
1331
1331
  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.
1332
1332
  """
1333
1333
  return pulumi.get(self, "name")
1334
1334
 
1335
- @property
1335
+ @_builtins.property
1336
1336
  @pulumi.getter
1337
- def served(self) -> bool:
1337
+ def served(self) -> _builtins.bool:
1338
1338
  """
1339
1339
  served is a flag enabling/disabling this version from being served via REST APIs
1340
1340
  """
1341
1341
  return pulumi.get(self, "served")
1342
1342
 
1343
- @property
1343
+ @_builtins.property
1344
1344
  @pulumi.getter
1345
- def storage(self) -> bool:
1345
+ def storage(self) -> _builtins.bool:
1346
1346
  """
1347
1347
  storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
1348
1348
  """
1349
1349
  return pulumi.get(self, "storage")
1350
1350
 
1351
- @property
1351
+ @_builtins.property
1352
1352
  @pulumi.getter(name="additionalPrinterColumns")
1353
1353
  def additional_printer_columns(self) -> Optional[Sequence['outputs.CustomResourceColumnDefinition']]:
1354
1354
  """
@@ -1356,23 +1356,23 @@ class CustomResourceDefinitionVersion(dict):
1356
1356
  """
1357
1357
  return pulumi.get(self, "additional_printer_columns")
1358
1358
 
1359
- @property
1359
+ @_builtins.property
1360
1360
  @pulumi.getter
1361
- def deprecated(self) -> Optional[bool]:
1361
+ def deprecated(self) -> Optional[_builtins.bool]:
1362
1362
  """
1363
1363
  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.
1364
1364
  """
1365
1365
  return pulumi.get(self, "deprecated")
1366
1366
 
1367
- @property
1367
+ @_builtins.property
1368
1368
  @pulumi.getter(name="deprecationWarning")
1369
- def deprecation_warning(self) -> Optional[str]:
1369
+ def deprecation_warning(self) -> Optional[_builtins.str]:
1370
1370
  """
1371
1371
  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.
1372
1372
  """
1373
1373
  return pulumi.get(self, "deprecation_warning")
1374
1374
 
1375
- @property
1375
+ @_builtins.property
1376
1376
  @pulumi.getter
1377
1377
  def schema(self) -> Optional['outputs.CustomResourceValidation']:
1378
1378
  """
@@ -1380,7 +1380,7 @@ class CustomResourceDefinitionVersion(dict):
1380
1380
  """
1381
1381
  return pulumi.get(self, "schema")
1382
1382
 
1383
- @property
1383
+ @_builtins.property
1384
1384
  @pulumi.getter
1385
1385
  def subresources(self) -> Optional['outputs.CustomResourceSubresources']:
1386
1386
  """
@@ -1415,22 +1415,22 @@ class CustomResourceDefinitionVersionPatch(dict):
1415
1415
 
1416
1416
  def __init__(__self__, *,
1417
1417
  additional_printer_columns: Optional[Sequence['outputs.CustomResourceColumnDefinitionPatch']] = None,
1418
- deprecated: Optional[bool] = None,
1419
- deprecation_warning: Optional[str] = None,
1420
- name: Optional[str] = None,
1418
+ deprecated: Optional[_builtins.bool] = None,
1419
+ deprecation_warning: Optional[_builtins.str] = None,
1420
+ name: Optional[_builtins.str] = None,
1421
1421
  schema: Optional['outputs.CustomResourceValidationPatch'] = None,
1422
- served: Optional[bool] = None,
1423
- storage: Optional[bool] = None,
1422
+ served: Optional[_builtins.bool] = None,
1423
+ storage: Optional[_builtins.bool] = None,
1424
1424
  subresources: Optional['outputs.CustomResourceSubresourcesPatch'] = None):
1425
1425
  """
1426
1426
  CustomResourceDefinitionVersion describes a version for CRD.
1427
1427
  :param Sequence['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.
1428
- :param 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.
1429
- :param 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.
1430
- :param 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.
1428
+ :param _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.
1429
+ :param _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.
1430
+ :param _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.
1431
1431
  :param '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).
1432
- :param bool served: served is a flag enabling/disabling this version from being served via REST APIs
1433
- :param bool storage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
1432
+ :param _builtins.bool served: served is a flag enabling/disabling this version from being served via REST APIs
1433
+ :param _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.
1434
1434
  :param '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).
1435
1435
  """
1436
1436
  if additional_printer_columns is not None:
@@ -1450,7 +1450,7 @@ class CustomResourceDefinitionVersionPatch(dict):
1450
1450
  if subresources is not None:
1451
1451
  pulumi.set(__self__, "subresources", subresources)
1452
1452
 
1453
- @property
1453
+ @_builtins.property
1454
1454
  @pulumi.getter(name="additionalPrinterColumns")
1455
1455
  def additional_printer_columns(self) -> Optional[Sequence['outputs.CustomResourceColumnDefinitionPatch']]:
1456
1456
  """
@@ -1458,31 +1458,31 @@ class CustomResourceDefinitionVersionPatch(dict):
1458
1458
  """
1459
1459
  return pulumi.get(self, "additional_printer_columns")
1460
1460
 
1461
- @property
1461
+ @_builtins.property
1462
1462
  @pulumi.getter
1463
- def deprecated(self) -> Optional[bool]:
1463
+ def deprecated(self) -> Optional[_builtins.bool]:
1464
1464
  """
1465
1465
  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.
1466
1466
  """
1467
1467
  return pulumi.get(self, "deprecated")
1468
1468
 
1469
- @property
1469
+ @_builtins.property
1470
1470
  @pulumi.getter(name="deprecationWarning")
1471
- def deprecation_warning(self) -> Optional[str]:
1471
+ def deprecation_warning(self) -> Optional[_builtins.str]:
1472
1472
  """
1473
1473
  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.
1474
1474
  """
1475
1475
  return pulumi.get(self, "deprecation_warning")
1476
1476
 
1477
- @property
1477
+ @_builtins.property
1478
1478
  @pulumi.getter
1479
- def name(self) -> Optional[str]:
1479
+ def name(self) -> Optional[_builtins.str]:
1480
1480
  """
1481
1481
  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.
1482
1482
  """
1483
1483
  return pulumi.get(self, "name")
1484
1484
 
1485
- @property
1485
+ @_builtins.property
1486
1486
  @pulumi.getter
1487
1487
  def schema(self) -> Optional['outputs.CustomResourceValidationPatch']:
1488
1488
  """
@@ -1490,23 +1490,23 @@ class CustomResourceDefinitionVersionPatch(dict):
1490
1490
  """
1491
1491
  return pulumi.get(self, "schema")
1492
1492
 
1493
- @property
1493
+ @_builtins.property
1494
1494
  @pulumi.getter
1495
- def served(self) -> Optional[bool]:
1495
+ def served(self) -> Optional[_builtins.bool]:
1496
1496
  """
1497
1497
  served is a flag enabling/disabling this version from being served via REST APIs
1498
1498
  """
1499
1499
  return pulumi.get(self, "served")
1500
1500
 
1501
- @property
1501
+ @_builtins.property
1502
1502
  @pulumi.getter
1503
- def storage(self) -> Optional[bool]:
1503
+ def storage(self) -> Optional[_builtins.bool]:
1504
1504
  """
1505
1505
  storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
1506
1506
  """
1507
1507
  return pulumi.get(self, "storage")
1508
1508
 
1509
- @property
1509
+ @_builtins.property
1510
1510
  @pulumi.getter
1511
1511
  def subresources(self) -> Optional['outputs.CustomResourceSubresourcesPatch']:
1512
1512
  """
@@ -1542,39 +1542,39 @@ class CustomResourceSubresourceScale(dict):
1542
1542
  return super().get(key, default)
1543
1543
 
1544
1544
  def __init__(__self__, *,
1545
- spec_replicas_path: str,
1546
- status_replicas_path: str,
1547
- label_selector_path: Optional[str] = None):
1545
+ spec_replicas_path: _builtins.str,
1546
+ status_replicas_path: _builtins.str,
1547
+ label_selector_path: Optional[_builtins.str] = None):
1548
1548
  """
1549
1549
  CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
1550
- :param 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.
1551
- :param 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.
1552
- :param 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.
1550
+ :param _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.
1551
+ :param _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.
1552
+ :param _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.
1553
1553
  """
1554
1554
  pulumi.set(__self__, "spec_replicas_path", spec_replicas_path)
1555
1555
  pulumi.set(__self__, "status_replicas_path", status_replicas_path)
1556
1556
  if label_selector_path is not None:
1557
1557
  pulumi.set(__self__, "label_selector_path", label_selector_path)
1558
1558
 
1559
- @property
1559
+ @_builtins.property
1560
1560
  @pulumi.getter(name="specReplicasPath")
1561
- def spec_replicas_path(self) -> str:
1561
+ def spec_replicas_path(self) -> _builtins.str:
1562
1562
  """
1563
1563
  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.
1564
1564
  """
1565
1565
  return pulumi.get(self, "spec_replicas_path")
1566
1566
 
1567
- @property
1567
+ @_builtins.property
1568
1568
  @pulumi.getter(name="statusReplicasPath")
1569
- def status_replicas_path(self) -> str:
1569
+ def status_replicas_path(self) -> _builtins.str:
1570
1570
  """
1571
1571
  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.
1572
1572
  """
1573
1573
  return pulumi.get(self, "status_replicas_path")
1574
1574
 
1575
- @property
1575
+ @_builtins.property
1576
1576
  @pulumi.getter(name="labelSelectorPath")
1577
- def label_selector_path(self) -> Optional[str]:
1577
+ def label_selector_path(self) -> Optional[_builtins.str]:
1578
1578
  """
1579
1579
  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.
1580
1580
  """
@@ -1608,14 +1608,14 @@ class CustomResourceSubresourceScalePatch(dict):
1608
1608
  return super().get(key, default)
1609
1609
 
1610
1610
  def __init__(__self__, *,
1611
- label_selector_path: Optional[str] = None,
1612
- spec_replicas_path: Optional[str] = None,
1613
- status_replicas_path: Optional[str] = None):
1611
+ label_selector_path: Optional[_builtins.str] = None,
1612
+ spec_replicas_path: Optional[_builtins.str] = None,
1613
+ status_replicas_path: Optional[_builtins.str] = None):
1614
1614
  """
1615
1615
  CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
1616
- :param 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.
1617
- :param 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.
1618
- :param 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.
1616
+ :param _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.
1617
+ :param _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.
1618
+ :param _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.
1619
1619
  """
1620
1620
  if label_selector_path is not None:
1621
1621
  pulumi.set(__self__, "label_selector_path", label_selector_path)
@@ -1624,25 +1624,25 @@ class CustomResourceSubresourceScalePatch(dict):
1624
1624
  if status_replicas_path is not None:
1625
1625
  pulumi.set(__self__, "status_replicas_path", status_replicas_path)
1626
1626
 
1627
- @property
1627
+ @_builtins.property
1628
1628
  @pulumi.getter(name="labelSelectorPath")
1629
- def label_selector_path(self) -> Optional[str]:
1629
+ def label_selector_path(self) -> Optional[_builtins.str]:
1630
1630
  """
1631
1631
  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.
1632
1632
  """
1633
1633
  return pulumi.get(self, "label_selector_path")
1634
1634
 
1635
- @property
1635
+ @_builtins.property
1636
1636
  @pulumi.getter(name="specReplicasPath")
1637
- def spec_replicas_path(self) -> Optional[str]:
1637
+ def spec_replicas_path(self) -> Optional[_builtins.str]:
1638
1638
  """
1639
1639
  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.
1640
1640
  """
1641
1641
  return pulumi.get(self, "spec_replicas_path")
1642
1642
 
1643
- @property
1643
+ @_builtins.property
1644
1644
  @pulumi.getter(name="statusReplicasPath")
1645
- def status_replicas_path(self) -> Optional[str]:
1645
+ def status_replicas_path(self) -> Optional[_builtins.str]:
1646
1646
  """
1647
1647
  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.
1648
1648
  """
@@ -1667,7 +1667,7 @@ class CustomResourceSubresources(dict):
1667
1667
  if status is not None:
1668
1668
  pulumi.set(__self__, "status", status)
1669
1669
 
1670
- @property
1670
+ @_builtins.property
1671
1671
  @pulumi.getter
1672
1672
  def scale(self) -> Optional['outputs.CustomResourceSubresourceScale']:
1673
1673
  """
@@ -1675,7 +1675,7 @@ class CustomResourceSubresources(dict):
1675
1675
  """
1676
1676
  return pulumi.get(self, "scale")
1677
1677
 
1678
- @property
1678
+ @_builtins.property
1679
1679
  @pulumi.getter
1680
1680
  def status(self) -> Optional[Any]:
1681
1681
  """
@@ -1702,7 +1702,7 @@ class CustomResourceSubresourcesPatch(dict):
1702
1702
  if status is not None:
1703
1703
  pulumi.set(__self__, "status", status)
1704
1704
 
1705
- @property
1705
+ @_builtins.property
1706
1706
  @pulumi.getter
1707
1707
  def scale(self) -> Optional['outputs.CustomResourceSubresourceScalePatch']:
1708
1708
  """
@@ -1710,7 +1710,7 @@ class CustomResourceSubresourcesPatch(dict):
1710
1710
  """
1711
1711
  return pulumi.get(self, "scale")
1712
1712
 
1713
- @property
1713
+ @_builtins.property
1714
1714
  @pulumi.getter
1715
1715
  def status(self) -> Optional[Any]:
1716
1716
  """
@@ -1750,7 +1750,7 @@ class CustomResourceValidation(dict):
1750
1750
  if open_apiv3_schema is not None:
1751
1751
  pulumi.set(__self__, "open_apiv3_schema", open_apiv3_schema)
1752
1752
 
1753
- @property
1753
+ @_builtins.property
1754
1754
  @pulumi.getter(name="openAPIV3Schema")
1755
1755
  def open_apiv3_schema(self) -> Optional['outputs.JSONSchemaProps']:
1756
1756
  """
@@ -1790,7 +1790,7 @@ class CustomResourceValidationPatch(dict):
1790
1790
  if open_apiv3_schema is not None:
1791
1791
  pulumi.set(__self__, "open_apiv3_schema", open_apiv3_schema)
1792
1792
 
1793
- @property
1793
+ @_builtins.property
1794
1794
  @pulumi.getter(name="openAPIV3Schema")
1795
1795
  def open_apiv3_schema(self) -> Optional['outputs.JSONSchemaPropsPatch']:
1796
1796
  """
@@ -1805,8 +1805,8 @@ class ExternalDocumentation(dict):
1805
1805
  ExternalDocumentation allows referencing an external resource for extended documentation.
1806
1806
  """
1807
1807
  def __init__(__self__, *,
1808
- description: Optional[str] = None,
1809
- url: Optional[str] = None):
1808
+ description: Optional[_builtins.str] = None,
1809
+ url: Optional[_builtins.str] = None):
1810
1810
  """
1811
1811
  ExternalDocumentation allows referencing an external resource for extended documentation.
1812
1812
  """
@@ -1815,14 +1815,14 @@ class ExternalDocumentation(dict):
1815
1815
  if url is not None:
1816
1816
  pulumi.set(__self__, "url", url)
1817
1817
 
1818
- @property
1818
+ @_builtins.property
1819
1819
  @pulumi.getter
1820
- def description(self) -> Optional[str]:
1820
+ def description(self) -> Optional[_builtins.str]:
1821
1821
  return pulumi.get(self, "description")
1822
1822
 
1823
- @property
1823
+ @_builtins.property
1824
1824
  @pulumi.getter
1825
- def url(self) -> Optional[str]:
1825
+ def url(self) -> Optional[_builtins.str]:
1826
1826
  return pulumi.get(self, "url")
1827
1827
 
1828
1828
 
@@ -1832,8 +1832,8 @@ class ExternalDocumentationPatch(dict):
1832
1832
  ExternalDocumentation allows referencing an external resource for extended documentation.
1833
1833
  """
1834
1834
  def __init__(__self__, *,
1835
- description: Optional[str] = None,
1836
- url: Optional[str] = None):
1835
+ description: Optional[_builtins.str] = None,
1836
+ url: Optional[_builtins.str] = None):
1837
1837
  """
1838
1838
  ExternalDocumentation allows referencing an external resource for extended documentation.
1839
1839
  """
@@ -1842,14 +1842,14 @@ class ExternalDocumentationPatch(dict):
1842
1842
  if url is not None:
1843
1843
  pulumi.set(__self__, "url", url)
1844
1844
 
1845
- @property
1845
+ @_builtins.property
1846
1846
  @pulumi.getter
1847
- def description(self) -> Optional[str]:
1847
+ def description(self) -> Optional[_builtins.str]:
1848
1848
  return pulumi.get(self, "description")
1849
1849
 
1850
- @property
1850
+ @_builtins.property
1851
1851
  @pulumi.getter
1852
- def url(self) -> Optional[str]:
1852
+ def url(self) -> Optional[_builtins.str]:
1853
1853
  return pulumi.get(self, "url")
1854
1854
 
1855
1855
 
@@ -1914,8 +1914,8 @@ class JSONSchemaProps(dict):
1914
1914
  return super().get(key, default)
1915
1915
 
1916
1916
  def __init__(__self__, *,
1917
- _ref: Optional[str] = None,
1918
- _schema: Optional[str] = None,
1917
+ _ref: Optional[_builtins.str] = None,
1918
+ _schema: Optional[_builtins.str] = None,
1919
1919
  additional_items: Optional[Any] = None,
1920
1920
  additional_properties: Optional[Any] = None,
1921
1921
  all_of: Optional[Sequence['outputs.JSONSchemaProps']] = None,
@@ -1923,48 +1923,48 @@ class JSONSchemaProps(dict):
1923
1923
  default: Optional[Any] = None,
1924
1924
  definitions: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
1925
1925
  dependencies: Optional[Mapping[str, Any]] = None,
1926
- description: Optional[str] = None,
1926
+ description: Optional[_builtins.str] = None,
1927
1927
  enum: Optional[Sequence[Any]] = None,
1928
1928
  example: Optional[Any] = None,
1929
- exclusive_maximum: Optional[bool] = None,
1930
- exclusive_minimum: Optional[bool] = None,
1929
+ exclusive_maximum: Optional[_builtins.bool] = None,
1930
+ exclusive_minimum: Optional[_builtins.bool] = None,
1931
1931
  external_docs: Optional['outputs.ExternalDocumentation'] = None,
1932
- format: Optional[str] = None,
1933
- id: Optional[str] = None,
1932
+ format: Optional[_builtins.str] = None,
1933
+ id: Optional[_builtins.str] = None,
1934
1934
  items: Optional[Any] = None,
1935
- max_items: Optional[int] = None,
1936
- max_length: Optional[int] = None,
1937
- max_properties: Optional[int] = None,
1938
- maximum: Optional[float] = None,
1939
- min_items: Optional[int] = None,
1940
- min_length: Optional[int] = None,
1941
- min_properties: Optional[int] = None,
1942
- minimum: Optional[float] = None,
1943
- multiple_of: Optional[float] = None,
1935
+ max_items: Optional[_builtins.int] = None,
1936
+ max_length: Optional[_builtins.int] = None,
1937
+ max_properties: Optional[_builtins.int] = None,
1938
+ maximum: Optional[_builtins.float] = None,
1939
+ min_items: Optional[_builtins.int] = None,
1940
+ min_length: Optional[_builtins.int] = None,
1941
+ min_properties: Optional[_builtins.int] = None,
1942
+ minimum: Optional[_builtins.float] = None,
1943
+ multiple_of: Optional[_builtins.float] = None,
1944
1944
  not_: Optional['outputs.JSONSchemaProps'] = None,
1945
- nullable: Optional[bool] = None,
1945
+ nullable: Optional[_builtins.bool] = None,
1946
1946
  one_of: Optional[Sequence['outputs.JSONSchemaProps']] = None,
1947
- pattern: Optional[str] = None,
1947
+ pattern: Optional[_builtins.str] = None,
1948
1948
  pattern_properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
1949
1949
  properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
1950
- required: Optional[Sequence[str]] = None,
1951
- title: Optional[str] = None,
1952
- type: Optional[str] = None,
1953
- unique_items: Optional[bool] = None,
1954
- x_kubernetes_embedded_resource: Optional[bool] = None,
1955
- x_kubernetes_int_or_string: Optional[bool] = None,
1956
- x_kubernetes_list_map_keys: Optional[Sequence[str]] = None,
1957
- x_kubernetes_list_type: Optional[str] = None,
1958
- x_kubernetes_map_type: Optional[str] = None,
1959
- x_kubernetes_preserve_unknown_fields: Optional[bool] = None):
1950
+ required: Optional[Sequence[_builtins.str]] = None,
1951
+ title: Optional[_builtins.str] = None,
1952
+ type: Optional[_builtins.str] = None,
1953
+ unique_items: Optional[_builtins.bool] = None,
1954
+ x_kubernetes_embedded_resource: Optional[_builtins.bool] = None,
1955
+ x_kubernetes_int_or_string: Optional[_builtins.bool] = None,
1956
+ x_kubernetes_list_map_keys: Optional[Sequence[_builtins.str]] = None,
1957
+ x_kubernetes_list_type: Optional[_builtins.str] = None,
1958
+ x_kubernetes_map_type: Optional[_builtins.str] = None,
1959
+ x_kubernetes_preserve_unknown_fields: Optional[_builtins.bool] = None):
1960
1960
  """
1961
1961
  JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
1962
1962
  :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.
1963
- :param str format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
1963
+ :param _builtins.str format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
1964
1964
 
1965
1965
  - 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.
1966
- :param 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).
1967
- :param 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:
1966
+ :param _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).
1967
+ :param _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:
1968
1968
 
1969
1969
  1) anyOf:
1970
1970
  - type: integer
@@ -1974,10 +1974,10 @@ class JSONSchemaProps(dict):
1974
1974
  - type: integer
1975
1975
  - type: string
1976
1976
  - ... zero or more
1977
- :param Sequence[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.
1977
+ :param Sequence[_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.
1978
1978
 
1979
1979
  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).
1980
- :param 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:
1980
+ :param _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:
1981
1981
 
1982
1982
  1) `atomic`: the list is treated as a single entity, like a scalar.
1983
1983
  Atomic lists will be entirely replaced when updated. This extension
@@ -1991,7 +1991,7 @@ class JSONSchemaProps(dict):
1991
1991
  used to identify them. Order is preserved upon merge. The map tag
1992
1992
  must only be used on a list with elements of type object.
1993
1993
  Defaults to atomic for arrays.
1994
- :param 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:
1994
+ :param _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:
1995
1995
 
1996
1996
  1) `granular`:
1997
1997
  These maps are actual maps (key-value pairs) and each fields are independent
@@ -1999,7 +1999,7 @@ class JSONSchemaProps(dict):
1999
1999
  the default behaviour for all maps.
2000
2000
  2) `atomic`: the list is treated as a single entity, like a scalar.
2001
2001
  Atomic maps will be entirely replaced when updated.
2002
- :param 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.
2002
+ :param _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.
2003
2003
  """
2004
2004
  if _ref is not None:
2005
2005
  pulumi.set(__self__, "_ref", _ref)
@@ -2088,37 +2088,37 @@ class JSONSchemaProps(dict):
2088
2088
  if x_kubernetes_preserve_unknown_fields is not None:
2089
2089
  pulumi.set(__self__, "x_kubernetes_preserve_unknown_fields", x_kubernetes_preserve_unknown_fields)
2090
2090
 
2091
- @property
2091
+ @_builtins.property
2092
2092
  @pulumi.getter(name="$ref")
2093
- def _ref(self) -> Optional[str]:
2093
+ def _ref(self) -> Optional[_builtins.str]:
2094
2094
  return pulumi.get(self, "_ref")
2095
2095
 
2096
- @property
2096
+ @_builtins.property
2097
2097
  @pulumi.getter(name="$schema")
2098
- def _schema(self) -> Optional[str]:
2098
+ def _schema(self) -> Optional[_builtins.str]:
2099
2099
  return pulumi.get(self, "_schema")
2100
2100
 
2101
- @property
2101
+ @_builtins.property
2102
2102
  @pulumi.getter(name="additionalItems")
2103
2103
  def additional_items(self) -> Optional[Any]:
2104
2104
  return pulumi.get(self, "additional_items")
2105
2105
 
2106
- @property
2106
+ @_builtins.property
2107
2107
  @pulumi.getter(name="additionalProperties")
2108
2108
  def additional_properties(self) -> Optional[Any]:
2109
2109
  return pulumi.get(self, "additional_properties")
2110
2110
 
2111
- @property
2111
+ @_builtins.property
2112
2112
  @pulumi.getter(name="allOf")
2113
2113
  def all_of(self) -> Optional[Sequence['outputs.JSONSchemaProps']]:
2114
2114
  return pulumi.get(self, "all_of")
2115
2115
 
2116
- @property
2116
+ @_builtins.property
2117
2117
  @pulumi.getter(name="anyOf")
2118
2118
  def any_of(self) -> Optional[Sequence['outputs.JSONSchemaProps']]:
2119
2119
  return pulumi.get(self, "any_of")
2120
2120
 
2121
- @property
2121
+ @_builtins.property
2122
2122
  @pulumi.getter
2123
2123
  def default(self) -> Optional[Any]:
2124
2124
  """
@@ -2126,49 +2126,49 @@ class JSONSchemaProps(dict):
2126
2126
  """
2127
2127
  return pulumi.get(self, "default")
2128
2128
 
2129
- @property
2129
+ @_builtins.property
2130
2130
  @pulumi.getter
2131
2131
  def definitions(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
2132
2132
  return pulumi.get(self, "definitions")
2133
2133
 
2134
- @property
2134
+ @_builtins.property
2135
2135
  @pulumi.getter
2136
2136
  def dependencies(self) -> Optional[Mapping[str, Any]]:
2137
2137
  return pulumi.get(self, "dependencies")
2138
2138
 
2139
- @property
2139
+ @_builtins.property
2140
2140
  @pulumi.getter
2141
- def description(self) -> Optional[str]:
2141
+ def description(self) -> Optional[_builtins.str]:
2142
2142
  return pulumi.get(self, "description")
2143
2143
 
2144
- @property
2144
+ @_builtins.property
2145
2145
  @pulumi.getter
2146
2146
  def enum(self) -> Optional[Sequence[Any]]:
2147
2147
  return pulumi.get(self, "enum")
2148
2148
 
2149
- @property
2149
+ @_builtins.property
2150
2150
  @pulumi.getter
2151
2151
  def example(self) -> Optional[Any]:
2152
2152
  return pulumi.get(self, "example")
2153
2153
 
2154
- @property
2154
+ @_builtins.property
2155
2155
  @pulumi.getter(name="exclusiveMaximum")
2156
- def exclusive_maximum(self) -> Optional[bool]:
2156
+ def exclusive_maximum(self) -> Optional[_builtins.bool]:
2157
2157
  return pulumi.get(self, "exclusive_maximum")
2158
2158
 
2159
- @property
2159
+ @_builtins.property
2160
2160
  @pulumi.getter(name="exclusiveMinimum")
2161
- def exclusive_minimum(self) -> Optional[bool]:
2161
+ def exclusive_minimum(self) -> Optional[_builtins.bool]:
2162
2162
  return pulumi.get(self, "exclusive_minimum")
2163
2163
 
2164
- @property
2164
+ @_builtins.property
2165
2165
  @pulumi.getter(name="externalDocs")
2166
2166
  def external_docs(self) -> Optional['outputs.ExternalDocumentation']:
2167
2167
  return pulumi.get(self, "external_docs")
2168
2168
 
2169
- @property
2169
+ @_builtins.property
2170
2170
  @pulumi.getter
2171
- def format(self) -> Optional[str]:
2171
+ def format(self) -> Optional[_builtins.str]:
2172
2172
  """
2173
2173
  format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
2174
2174
 
@@ -2176,122 +2176,122 @@ class JSONSchemaProps(dict):
2176
2176
  """
2177
2177
  return pulumi.get(self, "format")
2178
2178
 
2179
- @property
2179
+ @_builtins.property
2180
2180
  @pulumi.getter
2181
- def id(self) -> Optional[str]:
2181
+ def id(self) -> Optional[_builtins.str]:
2182
2182
  return pulumi.get(self, "id")
2183
2183
 
2184
- @property
2184
+ @_builtins.property
2185
2185
  @pulumi.getter
2186
2186
  def items(self) -> Optional[Any]:
2187
2187
  return pulumi.get(self, "items")
2188
2188
 
2189
- @property
2189
+ @_builtins.property
2190
2190
  @pulumi.getter(name="maxItems")
2191
- def max_items(self) -> Optional[int]:
2191
+ def max_items(self) -> Optional[_builtins.int]:
2192
2192
  return pulumi.get(self, "max_items")
2193
2193
 
2194
- @property
2194
+ @_builtins.property
2195
2195
  @pulumi.getter(name="maxLength")
2196
- def max_length(self) -> Optional[int]:
2196
+ def max_length(self) -> Optional[_builtins.int]:
2197
2197
  return pulumi.get(self, "max_length")
2198
2198
 
2199
- @property
2199
+ @_builtins.property
2200
2200
  @pulumi.getter(name="maxProperties")
2201
- def max_properties(self) -> Optional[int]:
2201
+ def max_properties(self) -> Optional[_builtins.int]:
2202
2202
  return pulumi.get(self, "max_properties")
2203
2203
 
2204
- @property
2204
+ @_builtins.property
2205
2205
  @pulumi.getter
2206
- def maximum(self) -> Optional[float]:
2206
+ def maximum(self) -> Optional[_builtins.float]:
2207
2207
  return pulumi.get(self, "maximum")
2208
2208
 
2209
- @property
2209
+ @_builtins.property
2210
2210
  @pulumi.getter(name="minItems")
2211
- def min_items(self) -> Optional[int]:
2211
+ def min_items(self) -> Optional[_builtins.int]:
2212
2212
  return pulumi.get(self, "min_items")
2213
2213
 
2214
- @property
2214
+ @_builtins.property
2215
2215
  @pulumi.getter(name="minLength")
2216
- def min_length(self) -> Optional[int]:
2216
+ def min_length(self) -> Optional[_builtins.int]:
2217
2217
  return pulumi.get(self, "min_length")
2218
2218
 
2219
- @property
2219
+ @_builtins.property
2220
2220
  @pulumi.getter(name="minProperties")
2221
- def min_properties(self) -> Optional[int]:
2221
+ def min_properties(self) -> Optional[_builtins.int]:
2222
2222
  return pulumi.get(self, "min_properties")
2223
2223
 
2224
- @property
2224
+ @_builtins.property
2225
2225
  @pulumi.getter
2226
- def minimum(self) -> Optional[float]:
2226
+ def minimum(self) -> Optional[_builtins.float]:
2227
2227
  return pulumi.get(self, "minimum")
2228
2228
 
2229
- @property
2229
+ @_builtins.property
2230
2230
  @pulumi.getter(name="multipleOf")
2231
- def multiple_of(self) -> Optional[float]:
2231
+ def multiple_of(self) -> Optional[_builtins.float]:
2232
2232
  return pulumi.get(self, "multiple_of")
2233
2233
 
2234
- @property
2234
+ @_builtins.property
2235
2235
  @pulumi.getter(name="not")
2236
2236
  def not_(self) -> Optional['outputs.JSONSchemaProps']:
2237
2237
  return pulumi.get(self, "not_")
2238
2238
 
2239
- @property
2239
+ @_builtins.property
2240
2240
  @pulumi.getter
2241
- def nullable(self) -> Optional[bool]:
2241
+ def nullable(self) -> Optional[_builtins.bool]:
2242
2242
  return pulumi.get(self, "nullable")
2243
2243
 
2244
- @property
2244
+ @_builtins.property
2245
2245
  @pulumi.getter(name="oneOf")
2246
2246
  def one_of(self) -> Optional[Sequence['outputs.JSONSchemaProps']]:
2247
2247
  return pulumi.get(self, "one_of")
2248
2248
 
2249
- @property
2249
+ @_builtins.property
2250
2250
  @pulumi.getter
2251
- def pattern(self) -> Optional[str]:
2251
+ def pattern(self) -> Optional[_builtins.str]:
2252
2252
  return pulumi.get(self, "pattern")
2253
2253
 
2254
- @property
2254
+ @_builtins.property
2255
2255
  @pulumi.getter(name="patternProperties")
2256
2256
  def pattern_properties(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
2257
2257
  return pulumi.get(self, "pattern_properties")
2258
2258
 
2259
- @property
2259
+ @_builtins.property
2260
2260
  @pulumi.getter
2261
2261
  def properties(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
2262
2262
  return pulumi.get(self, "properties")
2263
2263
 
2264
- @property
2264
+ @_builtins.property
2265
2265
  @pulumi.getter
2266
- def required(self) -> Optional[Sequence[str]]:
2266
+ def required(self) -> Optional[Sequence[_builtins.str]]:
2267
2267
  return pulumi.get(self, "required")
2268
2268
 
2269
- @property
2269
+ @_builtins.property
2270
2270
  @pulumi.getter
2271
- def title(self) -> Optional[str]:
2271
+ def title(self) -> Optional[_builtins.str]:
2272
2272
  return pulumi.get(self, "title")
2273
2273
 
2274
- @property
2274
+ @_builtins.property
2275
2275
  @pulumi.getter
2276
- def type(self) -> Optional[str]:
2276
+ def type(self) -> Optional[_builtins.str]:
2277
2277
  return pulumi.get(self, "type")
2278
2278
 
2279
- @property
2279
+ @_builtins.property
2280
2280
  @pulumi.getter(name="uniqueItems")
2281
- def unique_items(self) -> Optional[bool]:
2281
+ def unique_items(self) -> Optional[_builtins.bool]:
2282
2282
  return pulumi.get(self, "unique_items")
2283
2283
 
2284
- @property
2284
+ @_builtins.property
2285
2285
  @pulumi.getter
2286
- def x_kubernetes_embedded_resource(self) -> Optional[bool]:
2286
+ def x_kubernetes_embedded_resource(self) -> Optional[_builtins.bool]:
2287
2287
  """
2288
2288
  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).
2289
2289
  """
2290
2290
  return pulumi.get(self, "x_kubernetes_embedded_resource")
2291
2291
 
2292
- @property
2292
+ @_builtins.property
2293
2293
  @pulumi.getter
2294
- def x_kubernetes_int_or_string(self) -> Optional[bool]:
2294
+ def x_kubernetes_int_or_string(self) -> Optional[_builtins.bool]:
2295
2295
  """
2296
2296
  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:
2297
2297
 
@@ -2306,9 +2306,9 @@ class JSONSchemaProps(dict):
2306
2306
  """
2307
2307
  return pulumi.get(self, "x_kubernetes_int_or_string")
2308
2308
 
2309
- @property
2309
+ @_builtins.property
2310
2310
  @pulumi.getter
2311
- def x_kubernetes_list_map_keys(self) -> Optional[Sequence[str]]:
2311
+ def x_kubernetes_list_map_keys(self) -> Optional[Sequence[_builtins.str]]:
2312
2312
  """
2313
2313
  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.
2314
2314
 
@@ -2316,9 +2316,9 @@ class JSONSchemaProps(dict):
2316
2316
  """
2317
2317
  return pulumi.get(self, "x_kubernetes_list_map_keys")
2318
2318
 
2319
- @property
2319
+ @_builtins.property
2320
2320
  @pulumi.getter
2321
- def x_kubernetes_list_type(self) -> Optional[str]:
2321
+ def x_kubernetes_list_type(self) -> Optional[_builtins.str]:
2322
2322
  """
2323
2323
  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:
2324
2324
 
@@ -2337,9 +2337,9 @@ class JSONSchemaProps(dict):
2337
2337
  """
2338
2338
  return pulumi.get(self, "x_kubernetes_list_type")
2339
2339
 
2340
- @property
2340
+ @_builtins.property
2341
2341
  @pulumi.getter
2342
- def x_kubernetes_map_type(self) -> Optional[str]:
2342
+ def x_kubernetes_map_type(self) -> Optional[_builtins.str]:
2343
2343
  """
2344
2344
  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:
2345
2345
 
@@ -2352,9 +2352,9 @@ class JSONSchemaProps(dict):
2352
2352
  """
2353
2353
  return pulumi.get(self, "x_kubernetes_map_type")
2354
2354
 
2355
- @property
2355
+ @_builtins.property
2356
2356
  @pulumi.getter
2357
- def x_kubernetes_preserve_unknown_fields(self) -> Optional[bool]:
2357
+ def x_kubernetes_preserve_unknown_fields(self) -> Optional[_builtins.bool]:
2358
2358
  """
2359
2359
  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.
2360
2360
  """
@@ -2422,8 +2422,8 @@ class JSONSchemaPropsPatch(dict):
2422
2422
  return super().get(key, default)
2423
2423
 
2424
2424
  def __init__(__self__, *,
2425
- _ref: Optional[str] = None,
2426
- _schema: Optional[str] = None,
2425
+ _ref: Optional[_builtins.str] = None,
2426
+ _schema: Optional[_builtins.str] = None,
2427
2427
  additional_items: Optional[Any] = None,
2428
2428
  additional_properties: Optional[Any] = None,
2429
2429
  all_of: Optional[Sequence['outputs.JSONSchemaPropsPatch']] = None,
@@ -2431,48 +2431,48 @@ class JSONSchemaPropsPatch(dict):
2431
2431
  default: Optional[Any] = None,
2432
2432
  definitions: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
2433
2433
  dependencies: Optional[Mapping[str, Any]] = None,
2434
- description: Optional[str] = None,
2434
+ description: Optional[_builtins.str] = None,
2435
2435
  enum: Optional[Sequence[Any]] = None,
2436
2436
  example: Optional[Any] = None,
2437
- exclusive_maximum: Optional[bool] = None,
2438
- exclusive_minimum: Optional[bool] = None,
2437
+ exclusive_maximum: Optional[_builtins.bool] = None,
2438
+ exclusive_minimum: Optional[_builtins.bool] = None,
2439
2439
  external_docs: Optional['outputs.ExternalDocumentationPatch'] = None,
2440
- format: Optional[str] = None,
2441
- id: Optional[str] = None,
2440
+ format: Optional[_builtins.str] = None,
2441
+ id: Optional[_builtins.str] = None,
2442
2442
  items: Optional[Any] = None,
2443
- max_items: Optional[int] = None,
2444
- max_length: Optional[int] = None,
2445
- max_properties: Optional[int] = None,
2446
- maximum: Optional[float] = None,
2447
- min_items: Optional[int] = None,
2448
- min_length: Optional[int] = None,
2449
- min_properties: Optional[int] = None,
2450
- minimum: Optional[float] = None,
2451
- multiple_of: Optional[float] = None,
2443
+ max_items: Optional[_builtins.int] = None,
2444
+ max_length: Optional[_builtins.int] = None,
2445
+ max_properties: Optional[_builtins.int] = None,
2446
+ maximum: Optional[_builtins.float] = None,
2447
+ min_items: Optional[_builtins.int] = None,
2448
+ min_length: Optional[_builtins.int] = None,
2449
+ min_properties: Optional[_builtins.int] = None,
2450
+ minimum: Optional[_builtins.float] = None,
2451
+ multiple_of: Optional[_builtins.float] = None,
2452
2452
  not_: Optional['outputs.JSONSchemaPropsPatch'] = None,
2453
- nullable: Optional[bool] = None,
2453
+ nullable: Optional[_builtins.bool] = None,
2454
2454
  one_of: Optional[Sequence['outputs.JSONSchemaPropsPatch']] = None,
2455
- pattern: Optional[str] = None,
2455
+ pattern: Optional[_builtins.str] = None,
2456
2456
  pattern_properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
2457
2457
  properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
2458
- required: Optional[Sequence[str]] = None,
2459
- title: Optional[str] = None,
2460
- type: Optional[str] = None,
2461
- unique_items: Optional[bool] = None,
2462
- x_kubernetes_embedded_resource: Optional[bool] = None,
2463
- x_kubernetes_int_or_string: Optional[bool] = None,
2464
- x_kubernetes_list_map_keys: Optional[Sequence[str]] = None,
2465
- x_kubernetes_list_type: Optional[str] = None,
2466
- x_kubernetes_map_type: Optional[str] = None,
2467
- x_kubernetes_preserve_unknown_fields: Optional[bool] = None):
2458
+ required: Optional[Sequence[_builtins.str]] = None,
2459
+ title: Optional[_builtins.str] = None,
2460
+ type: Optional[_builtins.str] = None,
2461
+ unique_items: Optional[_builtins.bool] = None,
2462
+ x_kubernetes_embedded_resource: Optional[_builtins.bool] = None,
2463
+ x_kubernetes_int_or_string: Optional[_builtins.bool] = None,
2464
+ x_kubernetes_list_map_keys: Optional[Sequence[_builtins.str]] = None,
2465
+ x_kubernetes_list_type: Optional[_builtins.str] = None,
2466
+ x_kubernetes_map_type: Optional[_builtins.str] = None,
2467
+ x_kubernetes_preserve_unknown_fields: Optional[_builtins.bool] = None):
2468
2468
  """
2469
2469
  JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
2470
2470
  :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.
2471
- :param str format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
2471
+ :param _builtins.str format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
2472
2472
 
2473
2473
  - 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.
2474
- :param 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).
2475
- :param 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:
2474
+ :param _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).
2475
+ :param _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:
2476
2476
 
2477
2477
  1) anyOf:
2478
2478
  - type: integer
@@ -2482,10 +2482,10 @@ class JSONSchemaPropsPatch(dict):
2482
2482
  - type: integer
2483
2483
  - type: string
2484
2484
  - ... zero or more
2485
- :param Sequence[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.
2485
+ :param Sequence[_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.
2486
2486
 
2487
2487
  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).
2488
- :param 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:
2488
+ :param _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:
2489
2489
 
2490
2490
  1) `atomic`: the list is treated as a single entity, like a scalar.
2491
2491
  Atomic lists will be entirely replaced when updated. This extension
@@ -2499,7 +2499,7 @@ class JSONSchemaPropsPatch(dict):
2499
2499
  used to identify them. Order is preserved upon merge. The map tag
2500
2500
  must only be used on a list with elements of type object.
2501
2501
  Defaults to atomic for arrays.
2502
- :param 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:
2502
+ :param _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:
2503
2503
 
2504
2504
  1) `granular`:
2505
2505
  These maps are actual maps (key-value pairs) and each fields are independent
@@ -2507,7 +2507,7 @@ class JSONSchemaPropsPatch(dict):
2507
2507
  the default behaviour for all maps.
2508
2508
  2) `atomic`: the list is treated as a single entity, like a scalar.
2509
2509
  Atomic maps will be entirely replaced when updated.
2510
- :param 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.
2510
+ :param _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.
2511
2511
  """
2512
2512
  if _ref is not None:
2513
2513
  pulumi.set(__self__, "_ref", _ref)
@@ -2596,37 +2596,37 @@ class JSONSchemaPropsPatch(dict):
2596
2596
  if x_kubernetes_preserve_unknown_fields is not None:
2597
2597
  pulumi.set(__self__, "x_kubernetes_preserve_unknown_fields", x_kubernetes_preserve_unknown_fields)
2598
2598
 
2599
- @property
2599
+ @_builtins.property
2600
2600
  @pulumi.getter(name="$ref")
2601
- def _ref(self) -> Optional[str]:
2601
+ def _ref(self) -> Optional[_builtins.str]:
2602
2602
  return pulumi.get(self, "_ref")
2603
2603
 
2604
- @property
2604
+ @_builtins.property
2605
2605
  @pulumi.getter(name="$schema")
2606
- def _schema(self) -> Optional[str]:
2606
+ def _schema(self) -> Optional[_builtins.str]:
2607
2607
  return pulumi.get(self, "_schema")
2608
2608
 
2609
- @property
2609
+ @_builtins.property
2610
2610
  @pulumi.getter(name="additionalItems")
2611
2611
  def additional_items(self) -> Optional[Any]:
2612
2612
  return pulumi.get(self, "additional_items")
2613
2613
 
2614
- @property
2614
+ @_builtins.property
2615
2615
  @pulumi.getter(name="additionalProperties")
2616
2616
  def additional_properties(self) -> Optional[Any]:
2617
2617
  return pulumi.get(self, "additional_properties")
2618
2618
 
2619
- @property
2619
+ @_builtins.property
2620
2620
  @pulumi.getter(name="allOf")
2621
2621
  def all_of(self) -> Optional[Sequence['outputs.JSONSchemaPropsPatch']]:
2622
2622
  return pulumi.get(self, "all_of")
2623
2623
 
2624
- @property
2624
+ @_builtins.property
2625
2625
  @pulumi.getter(name="anyOf")
2626
2626
  def any_of(self) -> Optional[Sequence['outputs.JSONSchemaPropsPatch']]:
2627
2627
  return pulumi.get(self, "any_of")
2628
2628
 
2629
- @property
2629
+ @_builtins.property
2630
2630
  @pulumi.getter
2631
2631
  def default(self) -> Optional[Any]:
2632
2632
  """
@@ -2634,49 +2634,49 @@ class JSONSchemaPropsPatch(dict):
2634
2634
  """
2635
2635
  return pulumi.get(self, "default")
2636
2636
 
2637
- @property
2637
+ @_builtins.property
2638
2638
  @pulumi.getter
2639
2639
  def definitions(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
2640
2640
  return pulumi.get(self, "definitions")
2641
2641
 
2642
- @property
2642
+ @_builtins.property
2643
2643
  @pulumi.getter
2644
2644
  def dependencies(self) -> Optional[Mapping[str, Any]]:
2645
2645
  return pulumi.get(self, "dependencies")
2646
2646
 
2647
- @property
2647
+ @_builtins.property
2648
2648
  @pulumi.getter
2649
- def description(self) -> Optional[str]:
2649
+ def description(self) -> Optional[_builtins.str]:
2650
2650
  return pulumi.get(self, "description")
2651
2651
 
2652
- @property
2652
+ @_builtins.property
2653
2653
  @pulumi.getter
2654
2654
  def enum(self) -> Optional[Sequence[Any]]:
2655
2655
  return pulumi.get(self, "enum")
2656
2656
 
2657
- @property
2657
+ @_builtins.property
2658
2658
  @pulumi.getter
2659
2659
  def example(self) -> Optional[Any]:
2660
2660
  return pulumi.get(self, "example")
2661
2661
 
2662
- @property
2662
+ @_builtins.property
2663
2663
  @pulumi.getter(name="exclusiveMaximum")
2664
- def exclusive_maximum(self) -> Optional[bool]:
2664
+ def exclusive_maximum(self) -> Optional[_builtins.bool]:
2665
2665
  return pulumi.get(self, "exclusive_maximum")
2666
2666
 
2667
- @property
2667
+ @_builtins.property
2668
2668
  @pulumi.getter(name="exclusiveMinimum")
2669
- def exclusive_minimum(self) -> Optional[bool]:
2669
+ def exclusive_minimum(self) -> Optional[_builtins.bool]:
2670
2670
  return pulumi.get(self, "exclusive_minimum")
2671
2671
 
2672
- @property
2672
+ @_builtins.property
2673
2673
  @pulumi.getter(name="externalDocs")
2674
2674
  def external_docs(self) -> Optional['outputs.ExternalDocumentationPatch']:
2675
2675
  return pulumi.get(self, "external_docs")
2676
2676
 
2677
- @property
2677
+ @_builtins.property
2678
2678
  @pulumi.getter
2679
- def format(self) -> Optional[str]:
2679
+ def format(self) -> Optional[_builtins.str]:
2680
2680
  """
2681
2681
  format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
2682
2682
 
@@ -2684,122 +2684,122 @@ class JSONSchemaPropsPatch(dict):
2684
2684
  """
2685
2685
  return pulumi.get(self, "format")
2686
2686
 
2687
- @property
2687
+ @_builtins.property
2688
2688
  @pulumi.getter
2689
- def id(self) -> Optional[str]:
2689
+ def id(self) -> Optional[_builtins.str]:
2690
2690
  return pulumi.get(self, "id")
2691
2691
 
2692
- @property
2692
+ @_builtins.property
2693
2693
  @pulumi.getter
2694
2694
  def items(self) -> Optional[Any]:
2695
2695
  return pulumi.get(self, "items")
2696
2696
 
2697
- @property
2697
+ @_builtins.property
2698
2698
  @pulumi.getter(name="maxItems")
2699
- def max_items(self) -> Optional[int]:
2699
+ def max_items(self) -> Optional[_builtins.int]:
2700
2700
  return pulumi.get(self, "max_items")
2701
2701
 
2702
- @property
2702
+ @_builtins.property
2703
2703
  @pulumi.getter(name="maxLength")
2704
- def max_length(self) -> Optional[int]:
2704
+ def max_length(self) -> Optional[_builtins.int]:
2705
2705
  return pulumi.get(self, "max_length")
2706
2706
 
2707
- @property
2707
+ @_builtins.property
2708
2708
  @pulumi.getter(name="maxProperties")
2709
- def max_properties(self) -> Optional[int]:
2709
+ def max_properties(self) -> Optional[_builtins.int]:
2710
2710
  return pulumi.get(self, "max_properties")
2711
2711
 
2712
- @property
2712
+ @_builtins.property
2713
2713
  @pulumi.getter
2714
- def maximum(self) -> Optional[float]:
2714
+ def maximum(self) -> Optional[_builtins.float]:
2715
2715
  return pulumi.get(self, "maximum")
2716
2716
 
2717
- @property
2717
+ @_builtins.property
2718
2718
  @pulumi.getter(name="minItems")
2719
- def min_items(self) -> Optional[int]:
2719
+ def min_items(self) -> Optional[_builtins.int]:
2720
2720
  return pulumi.get(self, "min_items")
2721
2721
 
2722
- @property
2722
+ @_builtins.property
2723
2723
  @pulumi.getter(name="minLength")
2724
- def min_length(self) -> Optional[int]:
2724
+ def min_length(self) -> Optional[_builtins.int]:
2725
2725
  return pulumi.get(self, "min_length")
2726
2726
 
2727
- @property
2727
+ @_builtins.property
2728
2728
  @pulumi.getter(name="minProperties")
2729
- def min_properties(self) -> Optional[int]:
2729
+ def min_properties(self) -> Optional[_builtins.int]:
2730
2730
  return pulumi.get(self, "min_properties")
2731
2731
 
2732
- @property
2732
+ @_builtins.property
2733
2733
  @pulumi.getter
2734
- def minimum(self) -> Optional[float]:
2734
+ def minimum(self) -> Optional[_builtins.float]:
2735
2735
  return pulumi.get(self, "minimum")
2736
2736
 
2737
- @property
2737
+ @_builtins.property
2738
2738
  @pulumi.getter(name="multipleOf")
2739
- def multiple_of(self) -> Optional[float]:
2739
+ def multiple_of(self) -> Optional[_builtins.float]:
2740
2740
  return pulumi.get(self, "multiple_of")
2741
2741
 
2742
- @property
2742
+ @_builtins.property
2743
2743
  @pulumi.getter(name="not")
2744
2744
  def not_(self) -> Optional['outputs.JSONSchemaPropsPatch']:
2745
2745
  return pulumi.get(self, "not_")
2746
2746
 
2747
- @property
2747
+ @_builtins.property
2748
2748
  @pulumi.getter
2749
- def nullable(self) -> Optional[bool]:
2749
+ def nullable(self) -> Optional[_builtins.bool]:
2750
2750
  return pulumi.get(self, "nullable")
2751
2751
 
2752
- @property
2752
+ @_builtins.property
2753
2753
  @pulumi.getter(name="oneOf")
2754
2754
  def one_of(self) -> Optional[Sequence['outputs.JSONSchemaPropsPatch']]:
2755
2755
  return pulumi.get(self, "one_of")
2756
2756
 
2757
- @property
2757
+ @_builtins.property
2758
2758
  @pulumi.getter
2759
- def pattern(self) -> Optional[str]:
2759
+ def pattern(self) -> Optional[_builtins.str]:
2760
2760
  return pulumi.get(self, "pattern")
2761
2761
 
2762
- @property
2762
+ @_builtins.property
2763
2763
  @pulumi.getter(name="patternProperties")
2764
2764
  def pattern_properties(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
2765
2765
  return pulumi.get(self, "pattern_properties")
2766
2766
 
2767
- @property
2767
+ @_builtins.property
2768
2768
  @pulumi.getter
2769
2769
  def properties(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
2770
2770
  return pulumi.get(self, "properties")
2771
2771
 
2772
- @property
2772
+ @_builtins.property
2773
2773
  @pulumi.getter
2774
- def required(self) -> Optional[Sequence[str]]:
2774
+ def required(self) -> Optional[Sequence[_builtins.str]]:
2775
2775
  return pulumi.get(self, "required")
2776
2776
 
2777
- @property
2777
+ @_builtins.property
2778
2778
  @pulumi.getter
2779
- def title(self) -> Optional[str]:
2779
+ def title(self) -> Optional[_builtins.str]:
2780
2780
  return pulumi.get(self, "title")
2781
2781
 
2782
- @property
2782
+ @_builtins.property
2783
2783
  @pulumi.getter
2784
- def type(self) -> Optional[str]:
2784
+ def type(self) -> Optional[_builtins.str]:
2785
2785
  return pulumi.get(self, "type")
2786
2786
 
2787
- @property
2787
+ @_builtins.property
2788
2788
  @pulumi.getter(name="uniqueItems")
2789
- def unique_items(self) -> Optional[bool]:
2789
+ def unique_items(self) -> Optional[_builtins.bool]:
2790
2790
  return pulumi.get(self, "unique_items")
2791
2791
 
2792
- @property
2792
+ @_builtins.property
2793
2793
  @pulumi.getter
2794
- def x_kubernetes_embedded_resource(self) -> Optional[bool]:
2794
+ def x_kubernetes_embedded_resource(self) -> Optional[_builtins.bool]:
2795
2795
  """
2796
2796
  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).
2797
2797
  """
2798
2798
  return pulumi.get(self, "x_kubernetes_embedded_resource")
2799
2799
 
2800
- @property
2800
+ @_builtins.property
2801
2801
  @pulumi.getter
2802
- def x_kubernetes_int_or_string(self) -> Optional[bool]:
2802
+ def x_kubernetes_int_or_string(self) -> Optional[_builtins.bool]:
2803
2803
  """
2804
2804
  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:
2805
2805
 
@@ -2814,9 +2814,9 @@ class JSONSchemaPropsPatch(dict):
2814
2814
  """
2815
2815
  return pulumi.get(self, "x_kubernetes_int_or_string")
2816
2816
 
2817
- @property
2817
+ @_builtins.property
2818
2818
  @pulumi.getter
2819
- def x_kubernetes_list_map_keys(self) -> Optional[Sequence[str]]:
2819
+ def x_kubernetes_list_map_keys(self) -> Optional[Sequence[_builtins.str]]:
2820
2820
  """
2821
2821
  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.
2822
2822
 
@@ -2824,9 +2824,9 @@ class JSONSchemaPropsPatch(dict):
2824
2824
  """
2825
2825
  return pulumi.get(self, "x_kubernetes_list_map_keys")
2826
2826
 
2827
- @property
2827
+ @_builtins.property
2828
2828
  @pulumi.getter
2829
- def x_kubernetes_list_type(self) -> Optional[str]:
2829
+ def x_kubernetes_list_type(self) -> Optional[_builtins.str]:
2830
2830
  """
2831
2831
  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:
2832
2832
 
@@ -2845,9 +2845,9 @@ class JSONSchemaPropsPatch(dict):
2845
2845
  """
2846
2846
  return pulumi.get(self, "x_kubernetes_list_type")
2847
2847
 
2848
- @property
2848
+ @_builtins.property
2849
2849
  @pulumi.getter
2850
- def x_kubernetes_map_type(self) -> Optional[str]:
2850
+ def x_kubernetes_map_type(self) -> Optional[_builtins.str]:
2851
2851
  """
2852
2852
  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:
2853
2853
 
@@ -2860,9 +2860,9 @@ class JSONSchemaPropsPatch(dict):
2860
2860
  """
2861
2861
  return pulumi.get(self, "x_kubernetes_map_type")
2862
2862
 
2863
- @property
2863
+ @_builtins.property
2864
2864
  @pulumi.getter
2865
- def x_kubernetes_preserve_unknown_fields(self) -> Optional[bool]:
2865
+ def x_kubernetes_preserve_unknown_fields(self) -> Optional[_builtins.bool]:
2866
2866
  """
2867
2867
  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.
2868
2868
  """
@@ -2875,16 +2875,16 @@ class ServiceReference(dict):
2875
2875
  ServiceReference holds a reference to Service.legacy.k8s.io
2876
2876
  """
2877
2877
  def __init__(__self__, *,
2878
- name: str,
2879
- namespace: str,
2880
- path: Optional[str] = None,
2881
- port: Optional[int] = None):
2878
+ name: _builtins.str,
2879
+ namespace: _builtins.str,
2880
+ path: Optional[_builtins.str] = None,
2881
+ port: Optional[_builtins.int] = None):
2882
2882
  """
2883
2883
  ServiceReference holds a reference to Service.legacy.k8s.io
2884
- :param str name: name is the name of the service. Required
2885
- :param str namespace: namespace is the namespace of the service. Required
2886
- :param str path: path is an optional URL path at which the webhook will be contacted.
2887
- :param 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.
2884
+ :param _builtins.str name: name is the name of the service. Required
2885
+ :param _builtins.str namespace: namespace is the namespace of the service. Required
2886
+ :param _builtins.str path: path is an optional URL path at which the webhook will be contacted.
2887
+ :param _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.
2888
2888
  """
2889
2889
  pulumi.set(__self__, "name", name)
2890
2890
  pulumi.set(__self__, "namespace", namespace)
@@ -2893,33 +2893,33 @@ class ServiceReference(dict):
2893
2893
  if port is not None:
2894
2894
  pulumi.set(__self__, "port", port)
2895
2895
 
2896
- @property
2896
+ @_builtins.property
2897
2897
  @pulumi.getter
2898
- def name(self) -> str:
2898
+ def name(self) -> _builtins.str:
2899
2899
  """
2900
2900
  name is the name of the service. Required
2901
2901
  """
2902
2902
  return pulumi.get(self, "name")
2903
2903
 
2904
- @property
2904
+ @_builtins.property
2905
2905
  @pulumi.getter
2906
- def namespace(self) -> str:
2906
+ def namespace(self) -> _builtins.str:
2907
2907
  """
2908
2908
  namespace is the namespace of the service. Required
2909
2909
  """
2910
2910
  return pulumi.get(self, "namespace")
2911
2911
 
2912
- @property
2912
+ @_builtins.property
2913
2913
  @pulumi.getter
2914
- def path(self) -> Optional[str]:
2914
+ def path(self) -> Optional[_builtins.str]:
2915
2915
  """
2916
2916
  path is an optional URL path at which the webhook will be contacted.
2917
2917
  """
2918
2918
  return pulumi.get(self, "path")
2919
2919
 
2920
- @property
2920
+ @_builtins.property
2921
2921
  @pulumi.getter
2922
- def port(self) -> Optional[int]:
2922
+ def port(self) -> Optional[_builtins.int]:
2923
2923
  """
2924
2924
  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.
2925
2925
  """
@@ -2932,16 +2932,16 @@ class ServiceReferencePatch(dict):
2932
2932
  ServiceReference holds a reference to Service.legacy.k8s.io
2933
2933
  """
2934
2934
  def __init__(__self__, *,
2935
- name: Optional[str] = None,
2936
- namespace: Optional[str] = None,
2937
- path: Optional[str] = None,
2938
- port: Optional[int] = None):
2935
+ name: Optional[_builtins.str] = None,
2936
+ namespace: Optional[_builtins.str] = None,
2937
+ path: Optional[_builtins.str] = None,
2938
+ port: Optional[_builtins.int] = None):
2939
2939
  """
2940
2940
  ServiceReference holds a reference to Service.legacy.k8s.io
2941
- :param str name: name is the name of the service. Required
2942
- :param str namespace: namespace is the namespace of the service. Required
2943
- :param str path: path is an optional URL path at which the webhook will be contacted.
2944
- :param 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.
2941
+ :param _builtins.str name: name is the name of the service. Required
2942
+ :param _builtins.str namespace: namespace is the namespace of the service. Required
2943
+ :param _builtins.str path: path is an optional URL path at which the webhook will be contacted.
2944
+ :param _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.
2945
2945
  """
2946
2946
  if name is not None:
2947
2947
  pulumi.set(__self__, "name", name)
@@ -2952,33 +2952,33 @@ class ServiceReferencePatch(dict):
2952
2952
  if port is not None:
2953
2953
  pulumi.set(__self__, "port", port)
2954
2954
 
2955
- @property
2955
+ @_builtins.property
2956
2956
  @pulumi.getter
2957
- def name(self) -> Optional[str]:
2957
+ def name(self) -> Optional[_builtins.str]:
2958
2958
  """
2959
2959
  name is the name of the service. Required
2960
2960
  """
2961
2961
  return pulumi.get(self, "name")
2962
2962
 
2963
- @property
2963
+ @_builtins.property
2964
2964
  @pulumi.getter
2965
- def namespace(self) -> Optional[str]:
2965
+ def namespace(self) -> Optional[_builtins.str]:
2966
2966
  """
2967
2967
  namespace is the namespace of the service. Required
2968
2968
  """
2969
2969
  return pulumi.get(self, "namespace")
2970
2970
 
2971
- @property
2971
+ @_builtins.property
2972
2972
  @pulumi.getter
2973
- def path(self) -> Optional[str]:
2973
+ def path(self) -> Optional[_builtins.str]:
2974
2974
  """
2975
2975
  path is an optional URL path at which the webhook will be contacted.
2976
2976
  """
2977
2977
  return pulumi.get(self, "path")
2978
2978
 
2979
- @property
2979
+ @_builtins.property
2980
2980
  @pulumi.getter
2981
- def port(self) -> Optional[int]:
2981
+ def port(self) -> Optional[_builtins.int]:
2982
2982
  """
2983
2983
  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.
2984
2984
  """
@@ -3008,16 +3008,16 @@ class WebhookClientConfig(dict):
3008
3008
  return super().get(key, default)
3009
3009
 
3010
3010
  def __init__(__self__, *,
3011
- ca_bundle: Optional[str] = None,
3011
+ ca_bundle: Optional[_builtins.str] = None,
3012
3012
  service: Optional['outputs.ServiceReference'] = None,
3013
- url: Optional[str] = None):
3013
+ url: Optional[_builtins.str] = None):
3014
3014
  """
3015
3015
  WebhookClientConfig contains the information to make a TLS connection with the webhook.
3016
- :param 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.
3016
+ :param _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.
3017
3017
  :param 'ServiceReferenceArgs' service: service is a reference to the service for this webhook. Either service or url must be specified.
3018
3018
 
3019
3019
  If the webhook is running within the cluster, then you should use `service`.
3020
- :param 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.
3020
+ :param _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.
3021
3021
 
3022
3022
  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.
3023
3023
 
@@ -3036,15 +3036,15 @@ class WebhookClientConfig(dict):
3036
3036
  if url is not None:
3037
3037
  pulumi.set(__self__, "url", url)
3038
3038
 
3039
- @property
3039
+ @_builtins.property
3040
3040
  @pulumi.getter(name="caBundle")
3041
- def ca_bundle(self) -> Optional[str]:
3041
+ def ca_bundle(self) -> Optional[_builtins.str]:
3042
3042
  """
3043
3043
  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.
3044
3044
  """
3045
3045
  return pulumi.get(self, "ca_bundle")
3046
3046
 
3047
- @property
3047
+ @_builtins.property
3048
3048
  @pulumi.getter
3049
3049
  def service(self) -> Optional['outputs.ServiceReference']:
3050
3050
  """
@@ -3054,9 +3054,9 @@ class WebhookClientConfig(dict):
3054
3054
  """
3055
3055
  return pulumi.get(self, "service")
3056
3056
 
3057
- @property
3057
+ @_builtins.property
3058
3058
  @pulumi.getter
3059
- def url(self) -> Optional[str]:
3059
+ def url(self) -> Optional[_builtins.str]:
3060
3060
  """
3061
3061
  url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
3062
3062
 
@@ -3096,16 +3096,16 @@ class WebhookClientConfigPatch(dict):
3096
3096
  return super().get(key, default)
3097
3097
 
3098
3098
  def __init__(__self__, *,
3099
- ca_bundle: Optional[str] = None,
3099
+ ca_bundle: Optional[_builtins.str] = None,
3100
3100
  service: Optional['outputs.ServiceReferencePatch'] = None,
3101
- url: Optional[str] = None):
3101
+ url: Optional[_builtins.str] = None):
3102
3102
  """
3103
3103
  WebhookClientConfig contains the information to make a TLS connection with the webhook.
3104
- :param 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.
3104
+ :param _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.
3105
3105
  :param 'ServiceReferencePatchArgs' service: service is a reference to the service for this webhook. Either service or url must be specified.
3106
3106
 
3107
3107
  If the webhook is running within the cluster, then you should use `service`.
3108
- :param 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.
3108
+ :param _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.
3109
3109
 
3110
3110
  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.
3111
3111
 
@@ -3124,15 +3124,15 @@ class WebhookClientConfigPatch(dict):
3124
3124
  if url is not None:
3125
3125
  pulumi.set(__self__, "url", url)
3126
3126
 
3127
- @property
3127
+ @_builtins.property
3128
3128
  @pulumi.getter(name="caBundle")
3129
- def ca_bundle(self) -> Optional[str]:
3129
+ def ca_bundle(self) -> Optional[_builtins.str]:
3130
3130
  """
3131
3131
  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.
3132
3132
  """
3133
3133
  return pulumi.get(self, "ca_bundle")
3134
3134
 
3135
- @property
3135
+ @_builtins.property
3136
3136
  @pulumi.getter
3137
3137
  def service(self) -> Optional['outputs.ServiceReferencePatch']:
3138
3138
  """
@@ -3142,9 +3142,9 @@ class WebhookClientConfigPatch(dict):
3142
3142
  """
3143
3143
  return pulumi.get(self, "service")
3144
3144
 
3145
- @property
3145
+ @_builtins.property
3146
3146
  @pulumi.getter
3147
- def url(self) -> Optional[str]:
3147
+ def url(self) -> Optional[_builtins.str]:
3148
3148
  """
3149
3149
  url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
3150
3150