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
@@ -72,13 +72,13 @@ class HTTPIngressPath(dict):
72
72
 
73
73
  def __init__(__self__, *,
74
74
  backend: 'outputs.IngressBackend',
75
- path: Optional[str] = None,
76
- path_type: Optional[str] = None):
75
+ path: Optional[_builtins.str] = None,
76
+ path_type: Optional[_builtins.str] = None):
77
77
  """
78
78
  HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
79
79
  :param 'IngressBackendArgs' backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
80
- :param str path: Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
81
- :param str path_type: PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
80
+ :param _builtins.str path: Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
81
+ :param _builtins.str path_type: PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
82
82
  done on a path element by element basis. A path element refers is the
83
83
  list of labels in the path split by the '/' separator. A request is a
84
84
  match for path p if every p is an element-wise prefix of p of the
@@ -96,7 +96,7 @@ class HTTPIngressPath(dict):
96
96
  if path_type is not None:
97
97
  pulumi.set(__self__, "path_type", path_type)
98
98
 
99
- @property
99
+ @_builtins.property
100
100
  @pulumi.getter
101
101
  def backend(self) -> 'outputs.IngressBackend':
102
102
  """
@@ -104,17 +104,17 @@ class HTTPIngressPath(dict):
104
104
  """
105
105
  return pulumi.get(self, "backend")
106
106
 
107
- @property
107
+ @_builtins.property
108
108
  @pulumi.getter
109
- def path(self) -> Optional[str]:
109
+ def path(self) -> Optional[_builtins.str]:
110
110
  """
111
111
  Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
112
112
  """
113
113
  return pulumi.get(self, "path")
114
114
 
115
- @property
115
+ @_builtins.property
116
116
  @pulumi.getter(name="pathType")
117
- def path_type(self) -> Optional[str]:
117
+ def path_type(self) -> Optional[_builtins.str]:
118
118
  """
119
119
  PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
120
120
  done on a path element by element basis. A path element refers is the
@@ -155,13 +155,13 @@ class HTTPIngressPathPatch(dict):
155
155
 
156
156
  def __init__(__self__, *,
157
157
  backend: Optional['outputs.IngressBackendPatch'] = None,
158
- path: Optional[str] = None,
159
- path_type: Optional[str] = None):
158
+ path: Optional[_builtins.str] = None,
159
+ path_type: Optional[_builtins.str] = None):
160
160
  """
161
161
  HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
162
162
  :param 'IngressBackendPatchArgs' backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
163
- :param str path: Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
164
- :param str path_type: PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
163
+ :param _builtins.str path: Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
164
+ :param _builtins.str path_type: PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
165
165
  done on a path element by element basis. A path element refers is the
166
166
  list of labels in the path split by the '/' separator. A request is a
167
167
  match for path p if every p is an element-wise prefix of p of the
@@ -180,7 +180,7 @@ class HTTPIngressPathPatch(dict):
180
180
  if path_type is not None:
181
181
  pulumi.set(__self__, "path_type", path_type)
182
182
 
183
- @property
183
+ @_builtins.property
184
184
  @pulumi.getter
185
185
  def backend(self) -> Optional['outputs.IngressBackendPatch']:
186
186
  """
@@ -188,17 +188,17 @@ class HTTPIngressPathPatch(dict):
188
188
  """
189
189
  return pulumi.get(self, "backend")
190
190
 
191
- @property
191
+ @_builtins.property
192
192
  @pulumi.getter
193
- def path(self) -> Optional[str]:
193
+ def path(self) -> Optional[_builtins.str]:
194
194
  """
195
195
  Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
196
196
  """
197
197
  return pulumi.get(self, "path")
198
198
 
199
- @property
199
+ @_builtins.property
200
200
  @pulumi.getter(name="pathType")
201
- def path_type(self) -> Optional[str]:
201
+ def path_type(self) -> Optional[_builtins.str]:
202
202
  """
203
203
  PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
204
204
  done on a path element by element basis. A path element refers is the
@@ -228,7 +228,7 @@ class HTTPIngressRuleValue(dict):
228
228
  """
229
229
  pulumi.set(__self__, "paths", paths)
230
230
 
231
- @property
231
+ @_builtins.property
232
232
  @pulumi.getter
233
233
  def paths(self) -> Sequence['outputs.HTTPIngressPath']:
234
234
  """
@@ -251,7 +251,7 @@ class HTTPIngressRuleValuePatch(dict):
251
251
  if paths is not None:
252
252
  pulumi.set(__self__, "paths", paths)
253
253
 
254
- @property
254
+ @_builtins.property
255
255
  @pulumi.getter
256
256
  def paths(self) -> Optional[Sequence['outputs.HTTPIngressPathPatch']]:
257
257
  """
@@ -283,14 +283,14 @@ class IPAddress(dict):
283
283
  return super().get(key, default)
284
284
 
285
285
  def __init__(__self__, *,
286
- api_version: Optional[str] = None,
287
- kind: Optional[str] = None,
286
+ api_version: Optional[_builtins.str] = None,
287
+ kind: Optional[_builtins.str] = None,
288
288
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
289
289
  spec: Optional['outputs.IPAddressSpec'] = None):
290
290
  """
291
291
  IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
292
- :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
293
- :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
292
+ :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
293
+ :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
294
294
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
295
295
  :param 'IPAddressSpecArgs' spec: spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
296
296
  """
@@ -303,23 +303,23 @@ class IPAddress(dict):
303
303
  if spec is not None:
304
304
  pulumi.set(__self__, "spec", spec)
305
305
 
306
- @property
306
+ @_builtins.property
307
307
  @pulumi.getter(name="apiVersion")
308
- def api_version(self) -> Optional[str]:
308
+ def api_version(self) -> Optional[_builtins.str]:
309
309
  """
310
310
  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
311
311
  """
312
312
  return pulumi.get(self, "api_version")
313
313
 
314
- @property
314
+ @_builtins.property
315
315
  @pulumi.getter
316
- def kind(self) -> Optional[str]:
316
+ def kind(self) -> Optional[_builtins.str]:
317
317
  """
318
318
  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
319
319
  """
320
320
  return pulumi.get(self, "kind")
321
321
 
322
- @property
322
+ @_builtins.property
323
323
  @pulumi.getter
324
324
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
325
325
  """
@@ -327,7 +327,7 @@ class IPAddress(dict):
327
327
  """
328
328
  return pulumi.get(self, "metadata")
329
329
 
330
- @property
330
+ @_builtins.property
331
331
  @pulumi.getter
332
332
  def spec(self) -> Optional['outputs.IPAddressSpec']:
333
333
  """
@@ -366,7 +366,7 @@ class IPAddressSpec(dict):
366
366
  """
367
367
  pulumi.set(__self__, "parent_ref", parent_ref)
368
368
 
369
- @property
369
+ @_builtins.property
370
370
  @pulumi.getter(name="parentRef")
371
371
  def parent_ref(self) -> 'outputs.ParentReference':
372
372
  """
@@ -406,7 +406,7 @@ class IPAddressSpecPatch(dict):
406
406
  if parent_ref is not None:
407
407
  pulumi.set(__self__, "parent_ref", parent_ref)
408
408
 
409
- @property
409
+ @_builtins.property
410
410
  @pulumi.getter(name="parentRef")
411
411
  def parent_ref(self) -> Optional['outputs.ParentReferencePatch']:
412
412
  """
@@ -452,8 +452,8 @@ class Ingress(dict):
452
452
  return super().get(key, default)
453
453
 
454
454
  def __init__(__self__, *,
455
- api_version: Optional[str] = None,
456
- kind: Optional[str] = None,
455
+ api_version: Optional[_builtins.str] = None,
456
+ kind: Optional[_builtins.str] = None,
457
457
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
458
458
  spec: Optional['outputs.IngressSpec'] = None,
459
459
  status: Optional['outputs.IngressStatus'] = None):
@@ -473,8 +473,8 @@ class Ingress(dict):
473
473
  If the Ingress has not reached a Ready state after 10 minutes, it will
474
474
  time out and mark the resource update as Failed. You can override the default timeout value
475
475
  by setting the 'customTimeouts' option on the resource.
476
- :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
477
- :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
476
+ :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
477
+ :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
478
478
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
479
479
  :param 'IngressSpecArgs' spec: Spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
480
480
  :param 'IngressStatusArgs' status: Status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -490,23 +490,23 @@ class Ingress(dict):
490
490
  if status is not None:
491
491
  pulumi.set(__self__, "status", status)
492
492
 
493
- @property
493
+ @_builtins.property
494
494
  @pulumi.getter(name="apiVersion")
495
- def api_version(self) -> Optional[str]:
495
+ def api_version(self) -> Optional[_builtins.str]:
496
496
  """
497
497
  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
498
498
  """
499
499
  return pulumi.get(self, "api_version")
500
500
 
501
- @property
501
+ @_builtins.property
502
502
  @pulumi.getter
503
- def kind(self) -> Optional[str]:
503
+ def kind(self) -> Optional[_builtins.str]:
504
504
  """
505
505
  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
506
506
  """
507
507
  return pulumi.get(self, "kind")
508
508
 
509
- @property
509
+ @_builtins.property
510
510
  @pulumi.getter
511
511
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
512
512
  """
@@ -514,7 +514,7 @@ class Ingress(dict):
514
514
  """
515
515
  return pulumi.get(self, "metadata")
516
516
 
517
- @property
517
+ @_builtins.property
518
518
  @pulumi.getter
519
519
  def spec(self) -> Optional['outputs.IngressSpec']:
520
520
  """
@@ -522,7 +522,7 @@ class Ingress(dict):
522
522
  """
523
523
  return pulumi.get(self, "spec")
524
524
 
525
- @property
525
+ @_builtins.property
526
526
  @pulumi.getter
527
527
  def status(self) -> Optional['outputs.IngressStatus']:
528
528
  """
@@ -556,13 +556,13 @@ class IngressBackend(dict):
556
556
  return super().get(key, default)
557
557
 
558
558
  def __init__(__self__, *,
559
- service_name: str,
559
+ service_name: _builtins.str,
560
560
  service_port: Any,
561
561
  resource: Optional['_core.v1.outputs.TypedLocalObjectReference'] = None):
562
562
  """
563
563
  IngressBackend describes all endpoints for a given service and port.
564
- :param str service_name: Specifies the name of the referenced service.
565
- :param Union[int, str] service_port: Specifies the port of the referenced service.
564
+ :param _builtins.str service_name: Specifies the name of the referenced service.
565
+ :param Union[_builtins.int, _builtins.str] service_port: Specifies the port of the referenced service.
566
566
  :param '_core.v1.TypedLocalObjectReferenceArgs' resource: Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified.
567
567
  """
568
568
  pulumi.set(__self__, "service_name", service_name)
@@ -570,15 +570,15 @@ class IngressBackend(dict):
570
570
  if resource is not None:
571
571
  pulumi.set(__self__, "resource", resource)
572
572
 
573
- @property
573
+ @_builtins.property
574
574
  @pulumi.getter(name="serviceName")
575
- def service_name(self) -> str:
575
+ def service_name(self) -> _builtins.str:
576
576
  """
577
577
  Specifies the name of the referenced service.
578
578
  """
579
579
  return pulumi.get(self, "service_name")
580
580
 
581
- @property
581
+ @_builtins.property
582
582
  @pulumi.getter(name="servicePort")
583
583
  def service_port(self) -> Any:
584
584
  """
@@ -586,7 +586,7 @@ class IngressBackend(dict):
586
586
  """
587
587
  return pulumi.get(self, "service_port")
588
588
 
589
- @property
589
+ @_builtins.property
590
590
  @pulumi.getter
591
591
  def resource(self) -> Optional['_core.v1.outputs.TypedLocalObjectReference']:
592
592
  """
@@ -621,13 +621,13 @@ class IngressBackendPatch(dict):
621
621
 
622
622
  def __init__(__self__, *,
623
623
  resource: Optional['_core.v1.outputs.TypedLocalObjectReferencePatch'] = None,
624
- service_name: Optional[str] = None,
624
+ service_name: Optional[_builtins.str] = None,
625
625
  service_port: Optional[Any] = None):
626
626
  """
627
627
  IngressBackend describes all endpoints for a given service and port.
628
628
  :param '_core.v1.TypedLocalObjectReferencePatchArgs' resource: Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified.
629
- :param str service_name: Specifies the name of the referenced service.
630
- :param Union[int, str] service_port: Specifies the port of the referenced service.
629
+ :param _builtins.str service_name: Specifies the name of the referenced service.
630
+ :param Union[_builtins.int, _builtins.str] service_port: Specifies the port of the referenced service.
631
631
  """
632
632
  if resource is not None:
633
633
  pulumi.set(__self__, "resource", resource)
@@ -636,7 +636,7 @@ class IngressBackendPatch(dict):
636
636
  if service_port is not None:
637
637
  pulumi.set(__self__, "service_port", service_port)
638
638
 
639
- @property
639
+ @_builtins.property
640
640
  @pulumi.getter
641
641
  def resource(self) -> Optional['_core.v1.outputs.TypedLocalObjectReferencePatch']:
642
642
  """
@@ -644,15 +644,15 @@ class IngressBackendPatch(dict):
644
644
  """
645
645
  return pulumi.get(self, "resource")
646
646
 
647
- @property
647
+ @_builtins.property
648
648
  @pulumi.getter(name="serviceName")
649
- def service_name(self) -> Optional[str]:
649
+ def service_name(self) -> Optional[_builtins.str]:
650
650
  """
651
651
  Specifies the name of the referenced service.
652
652
  """
653
653
  return pulumi.get(self, "service_name")
654
654
 
655
- @property
655
+ @_builtins.property
656
656
  @pulumi.getter(name="servicePort")
657
657
  def service_port(self) -> Optional[Any]:
658
658
  """
@@ -684,14 +684,14 @@ class IngressClass(dict):
684
684
  return super().get(key, default)
685
685
 
686
686
  def __init__(__self__, *,
687
- api_version: Optional[str] = None,
688
- kind: Optional[str] = None,
687
+ api_version: Optional[_builtins.str] = None,
688
+ kind: Optional[_builtins.str] = None,
689
689
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
690
690
  spec: Optional['outputs.IngressClassSpec'] = None):
691
691
  """
692
692
  IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class.
693
- :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
694
- :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
693
+ :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
694
+ :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
695
695
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
696
696
  :param 'IngressClassSpecArgs' spec: Spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
697
697
  """
@@ -704,23 +704,23 @@ class IngressClass(dict):
704
704
  if spec is not None:
705
705
  pulumi.set(__self__, "spec", spec)
706
706
 
707
- @property
707
+ @_builtins.property
708
708
  @pulumi.getter(name="apiVersion")
709
- def api_version(self) -> Optional[str]:
709
+ def api_version(self) -> Optional[_builtins.str]:
710
710
  """
711
711
  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
712
712
  """
713
713
  return pulumi.get(self, "api_version")
714
714
 
715
- @property
715
+ @_builtins.property
716
716
  @pulumi.getter
717
- def kind(self) -> Optional[str]:
717
+ def kind(self) -> Optional[_builtins.str]:
718
718
  """
719
719
  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
720
720
  """
721
721
  return pulumi.get(self, "kind")
722
722
 
723
- @property
723
+ @_builtins.property
724
724
  @pulumi.getter
725
725
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
726
726
  """
@@ -728,7 +728,7 @@ class IngressClass(dict):
728
728
  """
729
729
  return pulumi.get(self, "metadata")
730
730
 
731
- @property
731
+ @_builtins.property
732
732
  @pulumi.getter
733
733
  def spec(self) -> Optional['outputs.IngressClassSpec']:
734
734
  """
@@ -743,11 +743,11 @@ class IngressClassSpec(dict):
743
743
  IngressClassSpec provides information about the class of an Ingress.
744
744
  """
745
745
  def __init__(__self__, *,
746
- controller: Optional[str] = None,
746
+ controller: Optional[_builtins.str] = None,
747
747
  parameters: Optional['_core.v1.outputs.TypedLocalObjectReference'] = None):
748
748
  """
749
749
  IngressClassSpec provides information about the class of an Ingress.
750
- :param str controller: Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
750
+ :param _builtins.str controller: Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
751
751
  :param '_core.v1.TypedLocalObjectReferenceArgs' parameters: Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
752
752
  """
753
753
  if controller is not None:
@@ -755,15 +755,15 @@ class IngressClassSpec(dict):
755
755
  if parameters is not None:
756
756
  pulumi.set(__self__, "parameters", parameters)
757
757
 
758
- @property
758
+ @_builtins.property
759
759
  @pulumi.getter
760
- def controller(self) -> Optional[str]:
760
+ def controller(self) -> Optional[_builtins.str]:
761
761
  """
762
762
  Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
763
763
  """
764
764
  return pulumi.get(self, "controller")
765
765
 
766
- @property
766
+ @_builtins.property
767
767
  @pulumi.getter
768
768
  def parameters(self) -> Optional['_core.v1.outputs.TypedLocalObjectReference']:
769
769
  """
@@ -778,11 +778,11 @@ class IngressClassSpecPatch(dict):
778
778
  IngressClassSpec provides information about the class of an Ingress.
779
779
  """
780
780
  def __init__(__self__, *,
781
- controller: Optional[str] = None,
781
+ controller: Optional[_builtins.str] = None,
782
782
  parameters: Optional['_core.v1.outputs.TypedLocalObjectReferencePatch'] = None):
783
783
  """
784
784
  IngressClassSpec provides information about the class of an Ingress.
785
- :param str controller: Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
785
+ :param _builtins.str controller: Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
786
786
  :param '_core.v1.TypedLocalObjectReferencePatchArgs' parameters: Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
787
787
  """
788
788
  if controller is not None:
@@ -790,15 +790,15 @@ class IngressClassSpecPatch(dict):
790
790
  if parameters is not None:
791
791
  pulumi.set(__self__, "parameters", parameters)
792
792
 
793
- @property
793
+ @_builtins.property
794
794
  @pulumi.getter
795
- def controller(self) -> Optional[str]:
795
+ def controller(self) -> Optional[_builtins.str]:
796
796
  """
797
797
  Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
798
798
  """
799
799
  return pulumi.get(self, "controller")
800
800
 
801
- @property
801
+ @_builtins.property
802
802
  @pulumi.getter
803
803
  def parameters(self) -> Optional['_core.v1.outputs.TypedLocalObjectReferencePatch']:
804
804
  """
@@ -813,11 +813,11 @@ class IngressRule(dict):
813
813
  IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
814
814
  """
815
815
  def __init__(__self__, *,
816
- host: Optional[str] = None,
816
+ host: Optional[_builtins.str] = None,
817
817
  http: Optional['outputs.HTTPIngressRuleValue'] = None):
818
818
  """
819
819
  IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
820
- :param str host: Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
820
+ :param _builtins.str host: Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
821
821
  IP in the Spec of the parent Ingress.
822
822
  2. The `:` delimiter is not respected because ports are not allowed.
823
823
  Currently the port of an Ingress is implicitly :80 for http and
@@ -829,9 +829,9 @@ class IngressRule(dict):
829
829
  if http is not None:
830
830
  pulumi.set(__self__, "http", http)
831
831
 
832
- @property
832
+ @_builtins.property
833
833
  @pulumi.getter
834
- def host(self) -> Optional[str]:
834
+ def host(self) -> Optional[_builtins.str]:
835
835
  """
836
836
  Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
837
837
  IP in the Spec of the parent Ingress.
@@ -842,7 +842,7 @@ class IngressRule(dict):
842
842
  """
843
843
  return pulumi.get(self, "host")
844
844
 
845
- @property
845
+ @_builtins.property
846
846
  @pulumi.getter
847
847
  def http(self) -> Optional['outputs.HTTPIngressRuleValue']:
848
848
  return pulumi.get(self, "http")
@@ -854,11 +854,11 @@ class IngressRulePatch(dict):
854
854
  IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
855
855
  """
856
856
  def __init__(__self__, *,
857
- host: Optional[str] = None,
857
+ host: Optional[_builtins.str] = None,
858
858
  http: Optional['outputs.HTTPIngressRuleValuePatch'] = None):
859
859
  """
860
860
  IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
861
- :param str host: Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
861
+ :param _builtins.str host: Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
862
862
  IP in the Spec of the parent Ingress.
863
863
  2. The `:` delimiter is not respected because ports are not allowed.
864
864
  Currently the port of an Ingress is implicitly :80 for http and
@@ -870,9 +870,9 @@ class IngressRulePatch(dict):
870
870
  if http is not None:
871
871
  pulumi.set(__self__, "http", http)
872
872
 
873
- @property
873
+ @_builtins.property
874
874
  @pulumi.getter
875
- def host(self) -> Optional[str]:
875
+ def host(self) -> Optional[_builtins.str]:
876
876
  """
877
877
  Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
878
878
  IP in the Spec of the parent Ingress.
@@ -883,7 +883,7 @@ class IngressRulePatch(dict):
883
883
  """
884
884
  return pulumi.get(self, "host")
885
885
 
886
- @property
886
+ @_builtins.property
887
887
  @pulumi.getter
888
888
  def http(self) -> Optional['outputs.HTTPIngressRuleValuePatch']:
889
889
  return pulumi.get(self, "http")
@@ -913,13 +913,13 @@ class IngressSpec(dict):
913
913
 
914
914
  def __init__(__self__, *,
915
915
  backend: Optional['outputs.IngressBackend'] = None,
916
- ingress_class_name: Optional[str] = None,
916
+ ingress_class_name: Optional[_builtins.str] = None,
917
917
  rules: Optional[Sequence['outputs.IngressRule']] = None,
918
918
  tls: Optional[Sequence['outputs.IngressTLS']] = None):
919
919
  """
920
920
  IngressSpec describes the Ingress the user wishes to exist.
921
921
  :param 'IngressBackendArgs' backend: A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.
922
- :param str ingress_class_name: IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
922
+ :param _builtins.str ingress_class_name: IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
923
923
  :param Sequence['IngressRuleArgs'] rules: A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
924
924
  :param Sequence['IngressTLSArgs'] tls: TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
925
925
  """
@@ -932,7 +932,7 @@ class IngressSpec(dict):
932
932
  if tls is not None:
933
933
  pulumi.set(__self__, "tls", tls)
934
934
 
935
- @property
935
+ @_builtins.property
936
936
  @pulumi.getter
937
937
  def backend(self) -> Optional['outputs.IngressBackend']:
938
938
  """
@@ -940,15 +940,15 @@ class IngressSpec(dict):
940
940
  """
941
941
  return pulumi.get(self, "backend")
942
942
 
943
- @property
943
+ @_builtins.property
944
944
  @pulumi.getter(name="ingressClassName")
945
- def ingress_class_name(self) -> Optional[str]:
945
+ def ingress_class_name(self) -> Optional[_builtins.str]:
946
946
  """
947
947
  IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
948
948
  """
949
949
  return pulumi.get(self, "ingress_class_name")
950
950
 
951
- @property
951
+ @_builtins.property
952
952
  @pulumi.getter
953
953
  def rules(self) -> Optional[Sequence['outputs.IngressRule']]:
954
954
  """
@@ -956,7 +956,7 @@ class IngressSpec(dict):
956
956
  """
957
957
  return pulumi.get(self, "rules")
958
958
 
959
- @property
959
+ @_builtins.property
960
960
  @pulumi.getter
961
961
  def tls(self) -> Optional[Sequence['outputs.IngressTLS']]:
962
962
  """
@@ -989,13 +989,13 @@ class IngressSpecPatch(dict):
989
989
 
990
990
  def __init__(__self__, *,
991
991
  backend: Optional['outputs.IngressBackendPatch'] = None,
992
- ingress_class_name: Optional[str] = None,
992
+ ingress_class_name: Optional[_builtins.str] = None,
993
993
  rules: Optional[Sequence['outputs.IngressRulePatch']] = None,
994
994
  tls: Optional[Sequence['outputs.IngressTLSPatch']] = None):
995
995
  """
996
996
  IngressSpec describes the Ingress the user wishes to exist.
997
997
  :param 'IngressBackendPatchArgs' backend: A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.
998
- :param str ingress_class_name: IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
998
+ :param _builtins.str ingress_class_name: IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
999
999
  :param Sequence['IngressRulePatchArgs'] rules: A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
1000
1000
  :param Sequence['IngressTLSPatchArgs'] tls: TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
1001
1001
  """
@@ -1008,7 +1008,7 @@ class IngressSpecPatch(dict):
1008
1008
  if tls is not None:
1009
1009
  pulumi.set(__self__, "tls", tls)
1010
1010
 
1011
- @property
1011
+ @_builtins.property
1012
1012
  @pulumi.getter
1013
1013
  def backend(self) -> Optional['outputs.IngressBackendPatch']:
1014
1014
  """
@@ -1016,15 +1016,15 @@ class IngressSpecPatch(dict):
1016
1016
  """
1017
1017
  return pulumi.get(self, "backend")
1018
1018
 
1019
- @property
1019
+ @_builtins.property
1020
1020
  @pulumi.getter(name="ingressClassName")
1021
- def ingress_class_name(self) -> Optional[str]:
1021
+ def ingress_class_name(self) -> Optional[_builtins.str]:
1022
1022
  """
1023
1023
  IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
1024
1024
  """
1025
1025
  return pulumi.get(self, "ingress_class_name")
1026
1026
 
1027
- @property
1027
+ @_builtins.property
1028
1028
  @pulumi.getter
1029
1029
  def rules(self) -> Optional[Sequence['outputs.IngressRulePatch']]:
1030
1030
  """
@@ -1032,7 +1032,7 @@ class IngressSpecPatch(dict):
1032
1032
  """
1033
1033
  return pulumi.get(self, "rules")
1034
1034
 
1035
- @property
1035
+ @_builtins.property
1036
1036
  @pulumi.getter
1037
1037
  def tls(self) -> Optional[Sequence['outputs.IngressTLSPatch']]:
1038
1038
  """
@@ -1072,7 +1072,7 @@ class IngressStatus(dict):
1072
1072
  if load_balancer is not None:
1073
1073
  pulumi.set(__self__, "load_balancer", load_balancer)
1074
1074
 
1075
- @property
1075
+ @_builtins.property
1076
1076
  @pulumi.getter(name="loadBalancer")
1077
1077
  def load_balancer(self) -> Optional['_core.v1.outputs.LoadBalancerStatus']:
1078
1078
  """
@@ -1112,7 +1112,7 @@ class IngressStatusPatch(dict):
1112
1112
  if load_balancer is not None:
1113
1113
  pulumi.set(__self__, "load_balancer", load_balancer)
1114
1114
 
1115
- @property
1115
+ @_builtins.property
1116
1116
  @pulumi.getter(name="loadBalancer")
1117
1117
  def load_balancer(self) -> Optional['_core.v1.outputs.LoadBalancerStatusPatch']:
1118
1118
  """
@@ -1144,29 +1144,29 @@ class IngressTLS(dict):
1144
1144
  return super().get(key, default)
1145
1145
 
1146
1146
  def __init__(__self__, *,
1147
- hosts: Optional[Sequence[str]] = None,
1148
- secret_name: Optional[str] = None):
1147
+ hosts: Optional[Sequence[_builtins.str]] = None,
1148
+ secret_name: Optional[_builtins.str] = None):
1149
1149
  """
1150
1150
  IngressTLS describes the transport layer security associated with an Ingress.
1151
- :param Sequence[str] hosts: Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
1152
- :param str secret_name: SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
1151
+ :param Sequence[_builtins.str] hosts: Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
1152
+ :param _builtins.str secret_name: SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
1153
1153
  """
1154
1154
  if hosts is not None:
1155
1155
  pulumi.set(__self__, "hosts", hosts)
1156
1156
  if secret_name is not None:
1157
1157
  pulumi.set(__self__, "secret_name", secret_name)
1158
1158
 
1159
- @property
1159
+ @_builtins.property
1160
1160
  @pulumi.getter
1161
- def hosts(self) -> Optional[Sequence[str]]:
1161
+ def hosts(self) -> Optional[Sequence[_builtins.str]]:
1162
1162
  """
1163
1163
  Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
1164
1164
  """
1165
1165
  return pulumi.get(self, "hosts")
1166
1166
 
1167
- @property
1167
+ @_builtins.property
1168
1168
  @pulumi.getter(name="secretName")
1169
- def secret_name(self) -> Optional[str]:
1169
+ def secret_name(self) -> Optional[_builtins.str]:
1170
1170
  """
1171
1171
  SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
1172
1172
  """
@@ -1196,29 +1196,29 @@ class IngressTLSPatch(dict):
1196
1196
  return super().get(key, default)
1197
1197
 
1198
1198
  def __init__(__self__, *,
1199
- hosts: Optional[Sequence[str]] = None,
1200
- secret_name: Optional[str] = None):
1199
+ hosts: Optional[Sequence[_builtins.str]] = None,
1200
+ secret_name: Optional[_builtins.str] = None):
1201
1201
  """
1202
1202
  IngressTLS describes the transport layer security associated with an Ingress.
1203
- :param Sequence[str] hosts: Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
1204
- :param str secret_name: SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
1203
+ :param Sequence[_builtins.str] hosts: Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
1204
+ :param _builtins.str secret_name: SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
1205
1205
  """
1206
1206
  if hosts is not None:
1207
1207
  pulumi.set(__self__, "hosts", hosts)
1208
1208
  if secret_name is not None:
1209
1209
  pulumi.set(__self__, "secret_name", secret_name)
1210
1210
 
1211
- @property
1211
+ @_builtins.property
1212
1212
  @pulumi.getter
1213
- def hosts(self) -> Optional[Sequence[str]]:
1213
+ def hosts(self) -> Optional[Sequence[_builtins.str]]:
1214
1214
  """
1215
1215
  Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
1216
1216
  """
1217
1217
  return pulumi.get(self, "hosts")
1218
1218
 
1219
- @property
1219
+ @_builtins.property
1220
1220
  @pulumi.getter(name="secretName")
1221
- def secret_name(self) -> Optional[str]:
1221
+ def secret_name(self) -> Optional[_builtins.str]:
1222
1222
  """
1223
1223
  SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
1224
1224
  """
@@ -1231,16 +1231,16 @@ class ParentReference(dict):
1231
1231
  ParentReference describes a reference to a parent object.
1232
1232
  """
1233
1233
  def __init__(__self__, *,
1234
- name: str,
1235
- resource: str,
1236
- group: Optional[str] = None,
1237
- namespace: Optional[str] = None):
1234
+ name: _builtins.str,
1235
+ resource: _builtins.str,
1236
+ group: Optional[_builtins.str] = None,
1237
+ namespace: Optional[_builtins.str] = None):
1238
1238
  """
1239
1239
  ParentReference describes a reference to a parent object.
1240
- :param str name: Name is the name of the object being referenced.
1241
- :param str resource: Resource is the resource of the object being referenced.
1242
- :param str group: Group is the group of the object being referenced.
1243
- :param str namespace: Namespace is the namespace of the object being referenced.
1240
+ :param _builtins.str name: Name is the name of the object being referenced.
1241
+ :param _builtins.str resource: Resource is the resource of the object being referenced.
1242
+ :param _builtins.str group: Group is the group of the object being referenced.
1243
+ :param _builtins.str namespace: Namespace is the namespace of the object being referenced.
1244
1244
  """
1245
1245
  pulumi.set(__self__, "name", name)
1246
1246
  pulumi.set(__self__, "resource", resource)
@@ -1249,33 +1249,33 @@ class ParentReference(dict):
1249
1249
  if namespace is not None:
1250
1250
  pulumi.set(__self__, "namespace", namespace)
1251
1251
 
1252
- @property
1252
+ @_builtins.property
1253
1253
  @pulumi.getter
1254
- def name(self) -> str:
1254
+ def name(self) -> _builtins.str:
1255
1255
  """
1256
1256
  Name is the name of the object being referenced.
1257
1257
  """
1258
1258
  return pulumi.get(self, "name")
1259
1259
 
1260
- @property
1260
+ @_builtins.property
1261
1261
  @pulumi.getter
1262
- def resource(self) -> str:
1262
+ def resource(self) -> _builtins.str:
1263
1263
  """
1264
1264
  Resource is the resource of the object being referenced.
1265
1265
  """
1266
1266
  return pulumi.get(self, "resource")
1267
1267
 
1268
- @property
1268
+ @_builtins.property
1269
1269
  @pulumi.getter
1270
- def group(self) -> Optional[str]:
1270
+ def group(self) -> Optional[_builtins.str]:
1271
1271
  """
1272
1272
  Group is the group of the object being referenced.
1273
1273
  """
1274
1274
  return pulumi.get(self, "group")
1275
1275
 
1276
- @property
1276
+ @_builtins.property
1277
1277
  @pulumi.getter
1278
- def namespace(self) -> Optional[str]:
1278
+ def namespace(self) -> Optional[_builtins.str]:
1279
1279
  """
1280
1280
  Namespace is the namespace of the object being referenced.
1281
1281
  """
@@ -1288,16 +1288,16 @@ class ParentReferencePatch(dict):
1288
1288
  ParentReference describes a reference to a parent object.
1289
1289
  """
1290
1290
  def __init__(__self__, *,
1291
- group: Optional[str] = None,
1292
- name: Optional[str] = None,
1293
- namespace: Optional[str] = None,
1294
- resource: Optional[str] = None):
1291
+ group: Optional[_builtins.str] = None,
1292
+ name: Optional[_builtins.str] = None,
1293
+ namespace: Optional[_builtins.str] = None,
1294
+ resource: Optional[_builtins.str] = None):
1295
1295
  """
1296
1296
  ParentReference describes a reference to a parent object.
1297
- :param str group: Group is the group of the object being referenced.
1298
- :param str name: Name is the name of the object being referenced.
1299
- :param str namespace: Namespace is the namespace of the object being referenced.
1300
- :param str resource: Resource is the resource of the object being referenced.
1297
+ :param _builtins.str group: Group is the group of the object being referenced.
1298
+ :param _builtins.str name: Name is the name of the object being referenced.
1299
+ :param _builtins.str namespace: Namespace is the namespace of the object being referenced.
1300
+ :param _builtins.str resource: Resource is the resource of the object being referenced.
1301
1301
  """
1302
1302
  if group is not None:
1303
1303
  pulumi.set(__self__, "group", group)
@@ -1308,33 +1308,33 @@ class ParentReferencePatch(dict):
1308
1308
  if resource is not None:
1309
1309
  pulumi.set(__self__, "resource", resource)
1310
1310
 
1311
- @property
1311
+ @_builtins.property
1312
1312
  @pulumi.getter
1313
- def group(self) -> Optional[str]:
1313
+ def group(self) -> Optional[_builtins.str]:
1314
1314
  """
1315
1315
  Group is the group of the object being referenced.
1316
1316
  """
1317
1317
  return pulumi.get(self, "group")
1318
1318
 
1319
- @property
1319
+ @_builtins.property
1320
1320
  @pulumi.getter
1321
- def name(self) -> Optional[str]:
1321
+ def name(self) -> Optional[_builtins.str]:
1322
1322
  """
1323
1323
  Name is the name of the object being referenced.
1324
1324
  """
1325
1325
  return pulumi.get(self, "name")
1326
1326
 
1327
- @property
1327
+ @_builtins.property
1328
1328
  @pulumi.getter
1329
- def namespace(self) -> Optional[str]:
1329
+ def namespace(self) -> Optional[_builtins.str]:
1330
1330
  """
1331
1331
  Namespace is the namespace of the object being referenced.
1332
1332
  """
1333
1333
  return pulumi.get(self, "namespace")
1334
1334
 
1335
- @property
1335
+ @_builtins.property
1336
1336
  @pulumi.getter
1337
- def resource(self) -> Optional[str]:
1337
+ def resource(self) -> Optional[_builtins.str]:
1338
1338
  """
1339
1339
  Resource is the resource of the object being referenced.
1340
1340
  """
@@ -1364,15 +1364,15 @@ class ServiceCIDR(dict):
1364
1364
  return super().get(key, default)
1365
1365
 
1366
1366
  def __init__(__self__, *,
1367
- api_version: Optional[str] = None,
1368
- kind: Optional[str] = None,
1367
+ api_version: Optional[_builtins.str] = None,
1368
+ kind: Optional[_builtins.str] = None,
1369
1369
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1370
1370
  spec: Optional['outputs.ServiceCIDRSpec'] = None,
1371
1371
  status: Optional['outputs.ServiceCIDRStatus'] = None):
1372
1372
  """
1373
1373
  ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.
1374
- :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
1375
- :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
1374
+ :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
1375
+ :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
1376
1376
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1377
1377
  :param 'ServiceCIDRSpecArgs' spec: spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
1378
1378
  :param 'ServiceCIDRStatusArgs' status: status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -1388,23 +1388,23 @@ class ServiceCIDR(dict):
1388
1388
  if status is not None:
1389
1389
  pulumi.set(__self__, "status", status)
1390
1390
 
1391
- @property
1391
+ @_builtins.property
1392
1392
  @pulumi.getter(name="apiVersion")
1393
- def api_version(self) -> Optional[str]:
1393
+ def api_version(self) -> Optional[_builtins.str]:
1394
1394
  """
1395
1395
  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
1396
1396
  """
1397
1397
  return pulumi.get(self, "api_version")
1398
1398
 
1399
- @property
1399
+ @_builtins.property
1400
1400
  @pulumi.getter
1401
- def kind(self) -> Optional[str]:
1401
+ def kind(self) -> Optional[_builtins.str]:
1402
1402
  """
1403
1403
  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
1404
1404
  """
1405
1405
  return pulumi.get(self, "kind")
1406
1406
 
1407
- @property
1407
+ @_builtins.property
1408
1408
  @pulumi.getter
1409
1409
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1410
1410
  """
@@ -1412,7 +1412,7 @@ class ServiceCIDR(dict):
1412
1412
  """
1413
1413
  return pulumi.get(self, "metadata")
1414
1414
 
1415
- @property
1415
+ @_builtins.property
1416
1416
  @pulumi.getter
1417
1417
  def spec(self) -> Optional['outputs.ServiceCIDRSpec']:
1418
1418
  """
@@ -1420,7 +1420,7 @@ class ServiceCIDR(dict):
1420
1420
  """
1421
1421
  return pulumi.get(self, "spec")
1422
1422
 
1423
- @property
1423
+ @_builtins.property
1424
1424
  @pulumi.getter
1425
1425
  def status(self) -> Optional['outputs.ServiceCIDRStatus']:
1426
1426
  """
@@ -1435,17 +1435,17 @@ class ServiceCIDRSpec(dict):
1435
1435
  ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
1436
1436
  """
1437
1437
  def __init__(__self__, *,
1438
- cidrs: Optional[Sequence[str]] = None):
1438
+ cidrs: Optional[Sequence[_builtins.str]] = None):
1439
1439
  """
1440
1440
  ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
1441
- :param Sequence[str] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
1441
+ :param Sequence[_builtins.str] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
1442
1442
  """
1443
1443
  if cidrs is not None:
1444
1444
  pulumi.set(__self__, "cidrs", cidrs)
1445
1445
 
1446
- @property
1446
+ @_builtins.property
1447
1447
  @pulumi.getter
1448
- def cidrs(self) -> Optional[Sequence[str]]:
1448
+ def cidrs(self) -> Optional[Sequence[_builtins.str]]:
1449
1449
  """
1450
1450
  CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
1451
1451
  """
@@ -1458,17 +1458,17 @@ class ServiceCIDRSpecPatch(dict):
1458
1458
  ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
1459
1459
  """
1460
1460
  def __init__(__self__, *,
1461
- cidrs: Optional[Sequence[str]] = None):
1461
+ cidrs: Optional[Sequence[_builtins.str]] = None):
1462
1462
  """
1463
1463
  ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
1464
- :param Sequence[str] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
1464
+ :param Sequence[_builtins.str] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
1465
1465
  """
1466
1466
  if cidrs is not None:
1467
1467
  pulumi.set(__self__, "cidrs", cidrs)
1468
1468
 
1469
- @property
1469
+ @_builtins.property
1470
1470
  @pulumi.getter
1471
- def cidrs(self) -> Optional[Sequence[str]]:
1471
+ def cidrs(self) -> Optional[Sequence[_builtins.str]]:
1472
1472
  """
1473
1473
  CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
1474
1474
  """
@@ -1489,7 +1489,7 @@ class ServiceCIDRStatus(dict):
1489
1489
  if conditions is not None:
1490
1490
  pulumi.set(__self__, "conditions", conditions)
1491
1491
 
1492
- @property
1492
+ @_builtins.property
1493
1493
  @pulumi.getter
1494
1494
  def conditions(self) -> Optional[Sequence['_meta.v1.outputs.Condition']]:
1495
1495
  """
@@ -1512,7 +1512,7 @@ class ServiceCIDRStatusPatch(dict):
1512
1512
  if conditions is not None:
1513
1513
  pulumi.set(__self__, "conditions", conditions)
1514
1514
 
1515
- @property
1515
+ @_builtins.property
1516
1516
  @pulumi.getter
1517
1517
  def conditions(self) -> Optional[Sequence['_meta.v1.outputs.ConditionPatch']]:
1518
1518
  """