pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753165802__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (701) hide show
  1. pulumi_kubernetes/__init__.py +1 -1
  2. pulumi_kubernetes/_inputs.py +49 -50
  3. pulumi_kubernetes/admissionregistration/__init__.py +1 -1
  4. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
  7. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
  16. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
  17. pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
  18. pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
  19. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
  25. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
  31. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
  32. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
  33. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
  34. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
  37. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
  46. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
  47. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
  48. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
  49. pulumi_kubernetes/apiextensions/__init__.py +1 -1
  50. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
  53. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
  54. pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
  55. pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
  56. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
  59. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
  60. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
  61. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
  62. pulumi_kubernetes/apiregistration/__init__.py +1 -1
  63. pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
  64. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
  65. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
  66. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
  67. pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
  68. pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
  69. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
  70. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
  72. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
  73. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
  74. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
  75. pulumi_kubernetes/apps/__init__.py +1 -1
  76. pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
  77. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
  78. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
  79. pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
  80. pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
  81. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
  82. pulumi_kubernetes/apps/v1/Deployment.py +26 -27
  83. pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
  84. pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
  85. pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
  86. pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
  87. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
  88. pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
  89. pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
  90. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
  91. pulumi_kubernetes/apps/v1/__init__.py +1 -1
  92. pulumi_kubernetes/apps/v1/_inputs.py +749 -750
  93. pulumi_kubernetes/apps/v1/outputs.py +713 -714
  94. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
  97. pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
  98. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
  99. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
  100. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
  101. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
  103. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
  104. pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
  105. pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
  106. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
  109. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
  110. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
  112. pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
  113. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
  114. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
  115. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
  118. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
  119. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
  121. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
  122. pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
  123. pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
  124. pulumi_kubernetes/auditregistration/__init__.py +1 -1
  125. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
  128. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
  129. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
  130. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
  131. pulumi_kubernetes/autoscaling/__init__.py +1 -1
  132. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
  135. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
  136. pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
  137. pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
  138. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
  141. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
  142. pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
  143. pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
  144. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
  147. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
  148. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
  149. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
  150. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
  153. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
  154. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
  155. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
  156. pulumi_kubernetes/batch/__init__.py +1 -1
  157. pulumi_kubernetes/batch/v1/CronJob.py +26 -27
  158. pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
  159. pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
  160. pulumi_kubernetes/batch/v1/Job.py +26 -27
  161. pulumi_kubernetes/batch/v1/JobList.py +25 -26
  162. pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
  163. pulumi_kubernetes/batch/v1/__init__.py +1 -1
  164. pulumi_kubernetes/batch/v1/_inputs.py +494 -495
  165. pulumi_kubernetes/batch/v1/outputs.py +419 -420
  166. pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
  167. pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
  168. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
  169. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
  170. pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
  171. pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
  172. pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
  173. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
  174. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
  175. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
  176. pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
  177. pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
  178. pulumi_kubernetes/certificates/__init__.py +1 -1
  179. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
  182. pulumi_kubernetes/certificates/v1/__init__.py +1 -1
  183. pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
  184. pulumi_kubernetes/certificates/v1/outputs.py +134 -135
  185. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
  188. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
  189. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
  190. pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
  191. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
  194. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
  197. pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
  198. pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
  199. pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
  200. pulumi_kubernetes/coordination/__init__.py +1 -1
  201. pulumi_kubernetes/coordination/v1/Lease.py +25 -26
  202. pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
  203. pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
  204. pulumi_kubernetes/coordination/v1/__init__.py +1 -1
  205. pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
  206. pulumi_kubernetes/coordination/v1/outputs.py +67 -68
  207. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
  210. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
  211. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
  212. pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
  213. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
  216. pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
  217. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
  218. pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
  219. pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
  220. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
  223. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
  224. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
  225. pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
  226. pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
  227. pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
  228. pulumi_kubernetes/core/__init__.py +1 -1
  229. pulumi_kubernetes/core/v1/Binding.py +25 -26
  230. pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
  231. pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
  232. pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
  233. pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
  234. pulumi_kubernetes/core/v1/Endpoints.py +25 -26
  235. pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
  236. pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
  237. pulumi_kubernetes/core/v1/Event.py +131 -132
  238. pulumi_kubernetes/core/v1/EventList.py +25 -26
  239. pulumi_kubernetes/core/v1/EventPatch.py +131 -132
  240. pulumi_kubernetes/core/v1/LimitRange.py +25 -26
  241. pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
  242. pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
  243. pulumi_kubernetes/core/v1/Namespace.py +26 -27
  244. pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
  245. pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
  246. pulumi_kubernetes/core/v1/Node.py +26 -27
  247. pulumi_kubernetes/core/v1/NodeList.py +25 -26
  248. pulumi_kubernetes/core/v1/NodePatch.py +26 -27
  249. pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
  250. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
  253. pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
  254. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
  255. pulumi_kubernetes/core/v1/Pod.py +26 -27
  256. pulumi_kubernetes/core/v1/PodList.py +25 -26
  257. pulumi_kubernetes/core/v1/PodPatch.py +26 -27
  258. pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
  259. pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
  260. pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
  261. pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
  262. pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
  263. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
  264. pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
  265. pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
  266. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
  267. pulumi_kubernetes/core/v1/Secret.py +63 -64
  268. pulumi_kubernetes/core/v1/SecretList.py +25 -26
  269. pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
  270. pulumi_kubernetes/core/v1/Service.py +26 -27
  271. pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
  272. pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
  273. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
  274. pulumi_kubernetes/core/v1/ServiceList.py +25 -26
  275. pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
  276. pulumi_kubernetes/core/v1/__init__.py +1 -1
  277. pulumi_kubernetes/core/v1/_enums.py +2 -2
  278. pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
  279. pulumi_kubernetes/core/v1/outputs.py +5390 -5391
  280. pulumi_kubernetes/discovery/__init__.py +1 -1
  281. pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
  282. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
  283. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
  284. pulumi_kubernetes/discovery/v1/__init__.py +1 -1
  285. pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
  286. pulumi_kubernetes/discovery/v1/outputs.py +138 -139
  287. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
  290. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
  291. pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
  292. pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
  293. pulumi_kubernetes/events/__init__.py +1 -1
  294. pulumi_kubernetes/events/v1/Event.py +131 -132
  295. pulumi_kubernetes/events/v1/EventList.py +25 -26
  296. pulumi_kubernetes/events/v1/EventPatch.py +131 -132
  297. pulumi_kubernetes/events/v1/__init__.py +1 -1
  298. pulumi_kubernetes/events/v1/_inputs.py +102 -103
  299. pulumi_kubernetes/events/v1/outputs.py +70 -71
  300. pulumi_kubernetes/events/v1beta1/Event.py +131 -132
  301. pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
  302. pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
  303. pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
  304. pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
  305. pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
  306. pulumi_kubernetes/extensions/__init__.py +1 -1
  307. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
  310. pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
  311. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
  313. pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
  314. pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
  315. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
  316. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
  319. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
  322. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
  325. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
  326. pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
  327. pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
  328. pulumi_kubernetes/flowcontrol/__init__.py +1 -1
  329. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
  332. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
  335. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
  336. pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
  337. pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
  338. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
  341. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
  344. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
  345. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
  346. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
  347. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
  350. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
  353. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
  354. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
  355. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
  356. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
  359. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
  362. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
  363. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
  364. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
  365. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
  368. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
  371. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
  372. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
  373. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
  374. pulumi_kubernetes/helm/__init__.py +1 -1
  375. pulumi_kubernetes/helm/v3/Release.py +316 -317
  376. pulumi_kubernetes/helm/v3/__init__.py +1 -1
  377. pulumi_kubernetes/helm/v3/_inputs.py +37 -38
  378. pulumi_kubernetes/helm/v3/outputs.py +54 -55
  379. pulumi_kubernetes/helm/v4/Chart.py +95 -96
  380. pulumi_kubernetes/helm/v4/__init__.py +1 -1
  381. pulumi_kubernetes/helm/v4/_inputs.py +34 -35
  382. pulumi_kubernetes/kustomize/__init__.py +1 -1
  383. pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
  384. pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
  385. pulumi_kubernetes/meta/__init__.py +1 -1
  386. pulumi_kubernetes/meta/v1/Status.py +57 -58
  387. pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
  388. pulumi_kubernetes/meta/v1/__init__.py +1 -1
  389. pulumi_kubernetes/meta/v1/_inputs.py +551 -552
  390. pulumi_kubernetes/meta/v1/outputs.py +395 -396
  391. pulumi_kubernetes/networking/__init__.py +1 -1
  392. pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
  393. pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
  394. pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
  395. pulumi_kubernetes/networking/v1/Ingress.py +26 -27
  396. pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
  397. pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
  398. pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
  399. pulumi_kubernetes/networking/v1/IngressList.py +25 -26
  400. pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
  401. pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
  402. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
  403. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
  404. pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
  405. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
  406. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
  407. pulumi_kubernetes/networking/v1/__init__.py +1 -1
  408. pulumi_kubernetes/networking/v1/_inputs.py +463 -464
  409. pulumi_kubernetes/networking/v1/outputs.py +350 -351
  410. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
  413. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
  414. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
  416. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
  419. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
  420. pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
  421. pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
  422. pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
  423. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
  424. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
  425. pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
  426. pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
  427. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
  428. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
  429. pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
  430. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
  431. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
  434. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
  435. pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
  436. pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
  437. pulumi_kubernetes/node/__init__.py +1 -1
  438. pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
  439. pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
  440. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
  441. pulumi_kubernetes/node/v1/__init__.py +1 -1
  442. pulumi_kubernetes/node/v1/_inputs.py +48 -49
  443. pulumi_kubernetes/node/v1/outputs.py +34 -35
  444. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
  447. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
  448. pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
  449. pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
  450. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
  451. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
  453. pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
  454. pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
  455. pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
  456. pulumi_kubernetes/policy/__init__.py +1 -1
  457. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
  460. pulumi_kubernetes/policy/v1/__init__.py +1 -1
  461. pulumi_kubernetes/policy/v1/_inputs.py +91 -92
  462. pulumi_kubernetes/policy/v1/outputs.py +80 -81
  463. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
  466. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
  469. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
  470. pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
  471. pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
  472. pulumi_kubernetes/provider.py +107 -108
  473. pulumi_kubernetes/pulumi-plugin.json +1 -1
  474. pulumi_kubernetes/rbac/__init__.py +1 -1
  475. pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
  476. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
  479. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
  480. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
  481. pulumi_kubernetes/rbac/v1/Role.py +25 -26
  482. pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
  483. pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
  484. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
  485. pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
  486. pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
  487. pulumi_kubernetes/rbac/v1/__init__.py +1 -1
  488. pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
  489. pulumi_kubernetes/rbac/v1/outputs.py +142 -143
  490. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
  496. pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
  497. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
  500. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
  501. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
  502. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
  503. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
  504. pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
  505. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
  511. pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
  512. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
  513. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
  515. pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
  516. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
  517. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
  518. pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
  519. pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
  520. pulumi_kubernetes/resource/__init__.py +1 -1
  521. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
  522. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
  524. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
  533. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
  534. pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
  535. pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
  536. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
  539. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
  554. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
  557. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
  558. pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
  559. pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
  560. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
  563. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
  566. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
  569. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
  575. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
  578. pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
  579. pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
  580. pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
  581. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
  582. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
  584. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
  590. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
  591. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
  592. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
  593. pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
  594. pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
  595. pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
  596. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
  597. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
  599. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
  605. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
  606. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
  607. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
  608. pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
  609. pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
  610. pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
  611. pulumi_kubernetes/scheduling/__init__.py +1 -1
  612. pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
  613. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
  614. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
  615. pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
  616. pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
  617. pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
  618. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
  621. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
  622. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
  623. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
  624. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
  627. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
  628. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
  629. pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
  630. pulumi_kubernetes/settings/__init__.py +1 -1
  631. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
  632. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
  634. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
  635. pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
  636. pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
  637. pulumi_kubernetes/storage/__init__.py +1 -1
  638. pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
  639. pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
  640. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
  641. pulumi_kubernetes/storage/v1/CSINode.py +25 -26
  642. pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
  643. pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
  644. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
  647. pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
  648. pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
  649. pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
  650. pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
  651. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
  653. pulumi_kubernetes/storage/v1/__init__.py +1 -1
  654. pulumi_kubernetes/storage/v1/_inputs.py +372 -373
  655. pulumi_kubernetes/storage/v1/outputs.py +278 -279
  656. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
  662. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
  663. pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
  664. pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
  665. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
  666. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
  668. pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
  669. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
  670. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
  671. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
  674. pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
  675. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
  676. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
  677. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
  683. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
  684. pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
  685. pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
  686. pulumi_kubernetes/storagemigration/__init__.py +1 -1
  687. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
  690. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
  691. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
  692. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
  693. pulumi_kubernetes/yaml/__init__.py +1 -1
  694. pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
  695. pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
  696. pulumi_kubernetes/yaml/v2/__init__.py +1 -1
  697. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/METADATA +1 -1
  698. pulumi_kubernetes-4.24.0a1753165802.dist-info/RECORD +709 -0
  699. pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
  700. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/WHEEL +0 -0
  701. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -73,13 +72,13 @@ class HTTPIngressPath(dict):
73
72
 
74
73
  def __init__(__self__, *,
75
74
  backend: 'outputs.IngressBackend',
76
- path: Optional[builtins.str] = None,
77
- path_type: Optional[builtins.str] = None):
75
+ path: Optional[_builtins.str] = None,
76
+ path_type: Optional[_builtins.str] = None):
78
77
  """
79
78
  HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
80
79
  :param 'IngressBackendArgs' backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
81
- :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.
82
- :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
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
83
82
  done on a path element by element basis. A path element refers is the
84
83
  list of labels in the path split by the '/' separator. A request is a
85
84
  match for path p if every p is an element-wise prefix of p of the
@@ -97,7 +96,7 @@ class HTTPIngressPath(dict):
97
96
  if path_type is not None:
98
97
  pulumi.set(__self__, "path_type", path_type)
99
98
 
100
- @property
99
+ @_builtins.property
101
100
  @pulumi.getter
102
101
  def backend(self) -> 'outputs.IngressBackend':
103
102
  """
@@ -105,17 +104,17 @@ class HTTPIngressPath(dict):
105
104
  """
106
105
  return pulumi.get(self, "backend")
107
106
 
108
- @property
107
+ @_builtins.property
109
108
  @pulumi.getter
110
- def path(self) -> Optional[builtins.str]:
109
+ def path(self) -> Optional[_builtins.str]:
111
110
  """
112
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.
113
112
  """
114
113
  return pulumi.get(self, "path")
115
114
 
116
- @property
115
+ @_builtins.property
117
116
  @pulumi.getter(name="pathType")
118
- def path_type(self) -> Optional[builtins.str]:
117
+ def path_type(self) -> Optional[_builtins.str]:
119
118
  """
120
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
121
120
  done on a path element by element basis. A path element refers is the
@@ -156,13 +155,13 @@ class HTTPIngressPathPatch(dict):
156
155
 
157
156
  def __init__(__self__, *,
158
157
  backend: Optional['outputs.IngressBackendPatch'] = None,
159
- path: Optional[builtins.str] = None,
160
- path_type: Optional[builtins.str] = None):
158
+ path: Optional[_builtins.str] = None,
159
+ path_type: Optional[_builtins.str] = None):
161
160
  """
162
161
  HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
163
162
  :param 'IngressBackendPatchArgs' backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
164
- :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.
165
- :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
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
166
165
  done on a path element by element basis. A path element refers is the
167
166
  list of labels in the path split by the '/' separator. A request is a
168
167
  match for path p if every p is an element-wise prefix of p of the
@@ -181,7 +180,7 @@ class HTTPIngressPathPatch(dict):
181
180
  if path_type is not None:
182
181
  pulumi.set(__self__, "path_type", path_type)
183
182
 
184
- @property
183
+ @_builtins.property
185
184
  @pulumi.getter
186
185
  def backend(self) -> Optional['outputs.IngressBackendPatch']:
187
186
  """
@@ -189,17 +188,17 @@ class HTTPIngressPathPatch(dict):
189
188
  """
190
189
  return pulumi.get(self, "backend")
191
190
 
192
- @property
191
+ @_builtins.property
193
192
  @pulumi.getter
194
- def path(self) -> Optional[builtins.str]:
193
+ def path(self) -> Optional[_builtins.str]:
195
194
  """
196
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.
197
196
  """
198
197
  return pulumi.get(self, "path")
199
198
 
200
- @property
199
+ @_builtins.property
201
200
  @pulumi.getter(name="pathType")
202
- def path_type(self) -> Optional[builtins.str]:
201
+ def path_type(self) -> Optional[_builtins.str]:
203
202
  """
204
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
205
204
  done on a path element by element basis. A path element refers is the
@@ -229,7 +228,7 @@ class HTTPIngressRuleValue(dict):
229
228
  """
230
229
  pulumi.set(__self__, "paths", paths)
231
230
 
232
- @property
231
+ @_builtins.property
233
232
  @pulumi.getter
234
233
  def paths(self) -> Sequence['outputs.HTTPIngressPath']:
235
234
  """
@@ -252,7 +251,7 @@ class HTTPIngressRuleValuePatch(dict):
252
251
  if paths is not None:
253
252
  pulumi.set(__self__, "paths", paths)
254
253
 
255
- @property
254
+ @_builtins.property
256
255
  @pulumi.getter
257
256
  def paths(self) -> Optional[Sequence['outputs.HTTPIngressPathPatch']]:
258
257
  """
@@ -284,14 +283,14 @@ class IPAddress(dict):
284
283
  return super().get(key, default)
285
284
 
286
285
  def __init__(__self__, *,
287
- api_version: Optional[builtins.str] = None,
288
- kind: Optional[builtins.str] = None,
286
+ api_version: Optional[_builtins.str] = None,
287
+ kind: Optional[_builtins.str] = None,
289
288
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
290
289
  spec: Optional['outputs.IPAddressSpec'] = None):
291
290
  """
292
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
293
- :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
294
- :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
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
295
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
296
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
297
296
  """
@@ -304,23 +303,23 @@ class IPAddress(dict):
304
303
  if spec is not None:
305
304
  pulumi.set(__self__, "spec", spec)
306
305
 
307
- @property
306
+ @_builtins.property
308
307
  @pulumi.getter(name="apiVersion")
309
- def api_version(self) -> Optional[builtins.str]:
308
+ def api_version(self) -> Optional[_builtins.str]:
310
309
  """
311
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
312
311
  """
313
312
  return pulumi.get(self, "api_version")
314
313
 
315
- @property
314
+ @_builtins.property
316
315
  @pulumi.getter
317
- def kind(self) -> Optional[builtins.str]:
316
+ def kind(self) -> Optional[_builtins.str]:
318
317
  """
319
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
320
319
  """
321
320
  return pulumi.get(self, "kind")
322
321
 
323
- @property
322
+ @_builtins.property
324
323
  @pulumi.getter
325
324
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
326
325
  """
@@ -328,7 +327,7 @@ class IPAddress(dict):
328
327
  """
329
328
  return pulumi.get(self, "metadata")
330
329
 
331
- @property
330
+ @_builtins.property
332
331
  @pulumi.getter
333
332
  def spec(self) -> Optional['outputs.IPAddressSpec']:
334
333
  """
@@ -367,7 +366,7 @@ class IPAddressSpec(dict):
367
366
  """
368
367
  pulumi.set(__self__, "parent_ref", parent_ref)
369
368
 
370
- @property
369
+ @_builtins.property
371
370
  @pulumi.getter(name="parentRef")
372
371
  def parent_ref(self) -> 'outputs.ParentReference':
373
372
  """
@@ -407,7 +406,7 @@ class IPAddressSpecPatch(dict):
407
406
  if parent_ref is not None:
408
407
  pulumi.set(__self__, "parent_ref", parent_ref)
409
408
 
410
- @property
409
+ @_builtins.property
411
410
  @pulumi.getter(name="parentRef")
412
411
  def parent_ref(self) -> Optional['outputs.ParentReferencePatch']:
413
412
  """
@@ -453,8 +452,8 @@ class Ingress(dict):
453
452
  return super().get(key, default)
454
453
 
455
454
  def __init__(__self__, *,
456
- api_version: Optional[builtins.str] = None,
457
- kind: Optional[builtins.str] = None,
455
+ api_version: Optional[_builtins.str] = None,
456
+ kind: Optional[_builtins.str] = None,
458
457
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
459
458
  spec: Optional['outputs.IngressSpec'] = None,
460
459
  status: Optional['outputs.IngressStatus'] = None):
@@ -474,8 +473,8 @@ class Ingress(dict):
474
473
  If the Ingress has not reached a Ready state after 10 minutes, it will
475
474
  time out and mark the resource update as Failed. You can override the default timeout value
476
475
  by setting the 'customTimeouts' option on the resource.
477
- :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
478
- :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
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
479
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
480
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
481
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
@@ -491,23 +490,23 @@ class Ingress(dict):
491
490
  if status is not None:
492
491
  pulumi.set(__self__, "status", status)
493
492
 
494
- @property
493
+ @_builtins.property
495
494
  @pulumi.getter(name="apiVersion")
496
- def api_version(self) -> Optional[builtins.str]:
495
+ def api_version(self) -> Optional[_builtins.str]:
497
496
  """
498
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
499
498
  """
500
499
  return pulumi.get(self, "api_version")
501
500
 
502
- @property
501
+ @_builtins.property
503
502
  @pulumi.getter
504
- def kind(self) -> Optional[builtins.str]:
503
+ def kind(self) -> Optional[_builtins.str]:
505
504
  """
506
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
507
506
  """
508
507
  return pulumi.get(self, "kind")
509
508
 
510
- @property
509
+ @_builtins.property
511
510
  @pulumi.getter
512
511
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
513
512
  """
@@ -515,7 +514,7 @@ class Ingress(dict):
515
514
  """
516
515
  return pulumi.get(self, "metadata")
517
516
 
518
- @property
517
+ @_builtins.property
519
518
  @pulumi.getter
520
519
  def spec(self) -> Optional['outputs.IngressSpec']:
521
520
  """
@@ -523,7 +522,7 @@ class Ingress(dict):
523
522
  """
524
523
  return pulumi.get(self, "spec")
525
524
 
526
- @property
525
+ @_builtins.property
527
526
  @pulumi.getter
528
527
  def status(self) -> Optional['outputs.IngressStatus']:
529
528
  """
@@ -557,13 +556,13 @@ class IngressBackend(dict):
557
556
  return super().get(key, default)
558
557
 
559
558
  def __init__(__self__, *,
560
- service_name: builtins.str,
559
+ service_name: _builtins.str,
561
560
  service_port: Any,
562
561
  resource: Optional['_core.v1.outputs.TypedLocalObjectReference'] = None):
563
562
  """
564
563
  IngressBackend describes all endpoints for a given service and port.
565
- :param builtins.str service_name: Specifies the name of the referenced service.
566
- :param Union[builtins.int, builtins.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.
567
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.
568
567
  """
569
568
  pulumi.set(__self__, "service_name", service_name)
@@ -571,15 +570,15 @@ class IngressBackend(dict):
571
570
  if resource is not None:
572
571
  pulumi.set(__self__, "resource", resource)
573
572
 
574
- @property
573
+ @_builtins.property
575
574
  @pulumi.getter(name="serviceName")
576
- def service_name(self) -> builtins.str:
575
+ def service_name(self) -> _builtins.str:
577
576
  """
578
577
  Specifies the name of the referenced service.
579
578
  """
580
579
  return pulumi.get(self, "service_name")
581
580
 
582
- @property
581
+ @_builtins.property
583
582
  @pulumi.getter(name="servicePort")
584
583
  def service_port(self) -> Any:
585
584
  """
@@ -587,7 +586,7 @@ class IngressBackend(dict):
587
586
  """
588
587
  return pulumi.get(self, "service_port")
589
588
 
590
- @property
589
+ @_builtins.property
591
590
  @pulumi.getter
592
591
  def resource(self) -> Optional['_core.v1.outputs.TypedLocalObjectReference']:
593
592
  """
@@ -622,13 +621,13 @@ class IngressBackendPatch(dict):
622
621
 
623
622
  def __init__(__self__, *,
624
623
  resource: Optional['_core.v1.outputs.TypedLocalObjectReferencePatch'] = None,
625
- service_name: Optional[builtins.str] = None,
624
+ service_name: Optional[_builtins.str] = None,
626
625
  service_port: Optional[Any] = None):
627
626
  """
628
627
  IngressBackend describes all endpoints for a given service and port.
629
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.
630
- :param builtins.str service_name: Specifies the name of the referenced service.
631
- :param Union[builtins.int, builtins.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.
632
631
  """
633
632
  if resource is not None:
634
633
  pulumi.set(__self__, "resource", resource)
@@ -637,7 +636,7 @@ class IngressBackendPatch(dict):
637
636
  if service_port is not None:
638
637
  pulumi.set(__self__, "service_port", service_port)
639
638
 
640
- @property
639
+ @_builtins.property
641
640
  @pulumi.getter
642
641
  def resource(self) -> Optional['_core.v1.outputs.TypedLocalObjectReferencePatch']:
643
642
  """
@@ -645,15 +644,15 @@ class IngressBackendPatch(dict):
645
644
  """
646
645
  return pulumi.get(self, "resource")
647
646
 
648
- @property
647
+ @_builtins.property
649
648
  @pulumi.getter(name="serviceName")
650
- def service_name(self) -> Optional[builtins.str]:
649
+ def service_name(self) -> Optional[_builtins.str]:
651
650
  """
652
651
  Specifies the name of the referenced service.
653
652
  """
654
653
  return pulumi.get(self, "service_name")
655
654
 
656
- @property
655
+ @_builtins.property
657
656
  @pulumi.getter(name="servicePort")
658
657
  def service_port(self) -> Optional[Any]:
659
658
  """
@@ -685,14 +684,14 @@ class IngressClass(dict):
685
684
  return super().get(key, default)
686
685
 
687
686
  def __init__(__self__, *,
688
- api_version: Optional[builtins.str] = None,
689
- kind: Optional[builtins.str] = None,
687
+ api_version: Optional[_builtins.str] = None,
688
+ kind: Optional[_builtins.str] = None,
690
689
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
691
690
  spec: Optional['outputs.IngressClassSpec'] = None):
692
691
  """
693
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.
694
- :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
695
- :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
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
696
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
697
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
698
697
  """
@@ -705,23 +704,23 @@ class IngressClass(dict):
705
704
  if spec is not None:
706
705
  pulumi.set(__self__, "spec", spec)
707
706
 
708
- @property
707
+ @_builtins.property
709
708
  @pulumi.getter(name="apiVersion")
710
- def api_version(self) -> Optional[builtins.str]:
709
+ def api_version(self) -> Optional[_builtins.str]:
711
710
  """
712
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
713
712
  """
714
713
  return pulumi.get(self, "api_version")
715
714
 
716
- @property
715
+ @_builtins.property
717
716
  @pulumi.getter
718
- def kind(self) -> Optional[builtins.str]:
717
+ def kind(self) -> Optional[_builtins.str]:
719
718
  """
720
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
721
720
  """
722
721
  return pulumi.get(self, "kind")
723
722
 
724
- @property
723
+ @_builtins.property
725
724
  @pulumi.getter
726
725
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
727
726
  """
@@ -729,7 +728,7 @@ class IngressClass(dict):
729
728
  """
730
729
  return pulumi.get(self, "metadata")
731
730
 
732
- @property
731
+ @_builtins.property
733
732
  @pulumi.getter
734
733
  def spec(self) -> Optional['outputs.IngressClassSpec']:
735
734
  """
@@ -744,11 +743,11 @@ class IngressClassSpec(dict):
744
743
  IngressClassSpec provides information about the class of an Ingress.
745
744
  """
746
745
  def __init__(__self__, *,
747
- controller: Optional[builtins.str] = None,
746
+ controller: Optional[_builtins.str] = None,
748
747
  parameters: Optional['_core.v1.outputs.TypedLocalObjectReference'] = None):
749
748
  """
750
749
  IngressClassSpec provides information about the class of an Ingress.
751
- :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.
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.
752
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.
753
752
  """
754
753
  if controller is not None:
@@ -756,15 +755,15 @@ class IngressClassSpec(dict):
756
755
  if parameters is not None:
757
756
  pulumi.set(__self__, "parameters", parameters)
758
757
 
759
- @property
758
+ @_builtins.property
760
759
  @pulumi.getter
761
- def controller(self) -> Optional[builtins.str]:
760
+ def controller(self) -> Optional[_builtins.str]:
762
761
  """
763
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.
764
763
  """
765
764
  return pulumi.get(self, "controller")
766
765
 
767
- @property
766
+ @_builtins.property
768
767
  @pulumi.getter
769
768
  def parameters(self) -> Optional['_core.v1.outputs.TypedLocalObjectReference']:
770
769
  """
@@ -779,11 +778,11 @@ class IngressClassSpecPatch(dict):
779
778
  IngressClassSpec provides information about the class of an Ingress.
780
779
  """
781
780
  def __init__(__self__, *,
782
- controller: Optional[builtins.str] = None,
781
+ controller: Optional[_builtins.str] = None,
783
782
  parameters: Optional['_core.v1.outputs.TypedLocalObjectReferencePatch'] = None):
784
783
  """
785
784
  IngressClassSpec provides information about the class of an Ingress.
786
- :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.
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.
787
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.
788
787
  """
789
788
  if controller is not None:
@@ -791,15 +790,15 @@ class IngressClassSpecPatch(dict):
791
790
  if parameters is not None:
792
791
  pulumi.set(__self__, "parameters", parameters)
793
792
 
794
- @property
793
+ @_builtins.property
795
794
  @pulumi.getter
796
- def controller(self) -> Optional[builtins.str]:
795
+ def controller(self) -> Optional[_builtins.str]:
797
796
  """
798
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.
799
798
  """
800
799
  return pulumi.get(self, "controller")
801
800
 
802
- @property
801
+ @_builtins.property
803
802
  @pulumi.getter
804
803
  def parameters(self) -> Optional['_core.v1.outputs.TypedLocalObjectReferencePatch']:
805
804
  """
@@ -814,11 +813,11 @@ class IngressRule(dict):
814
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.
815
814
  """
816
815
  def __init__(__self__, *,
817
- host: Optional[builtins.str] = None,
816
+ host: Optional[_builtins.str] = None,
818
817
  http: Optional['outputs.HTTPIngressRuleValue'] = None):
819
818
  """
820
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.
821
- :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
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
822
821
  IP in the Spec of the parent Ingress.
823
822
  2. The `:` delimiter is not respected because ports are not allowed.
824
823
  Currently the port of an Ingress is implicitly :80 for http and
@@ -830,9 +829,9 @@ class IngressRule(dict):
830
829
  if http is not None:
831
830
  pulumi.set(__self__, "http", http)
832
831
 
833
- @property
832
+ @_builtins.property
834
833
  @pulumi.getter
835
- def host(self) -> Optional[builtins.str]:
834
+ def host(self) -> Optional[_builtins.str]:
836
835
  """
837
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
838
837
  IP in the Spec of the parent Ingress.
@@ -843,7 +842,7 @@ class IngressRule(dict):
843
842
  """
844
843
  return pulumi.get(self, "host")
845
844
 
846
- @property
845
+ @_builtins.property
847
846
  @pulumi.getter
848
847
  def http(self) -> Optional['outputs.HTTPIngressRuleValue']:
849
848
  return pulumi.get(self, "http")
@@ -855,11 +854,11 @@ class IngressRulePatch(dict):
855
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.
856
855
  """
857
856
  def __init__(__self__, *,
858
- host: Optional[builtins.str] = None,
857
+ host: Optional[_builtins.str] = None,
859
858
  http: Optional['outputs.HTTPIngressRuleValuePatch'] = None):
860
859
  """
861
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.
862
- :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
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
863
862
  IP in the Spec of the parent Ingress.
864
863
  2. The `:` delimiter is not respected because ports are not allowed.
865
864
  Currently the port of an Ingress is implicitly :80 for http and
@@ -871,9 +870,9 @@ class IngressRulePatch(dict):
871
870
  if http is not None:
872
871
  pulumi.set(__self__, "http", http)
873
872
 
874
- @property
873
+ @_builtins.property
875
874
  @pulumi.getter
876
- def host(self) -> Optional[builtins.str]:
875
+ def host(self) -> Optional[_builtins.str]:
877
876
  """
878
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
879
878
  IP in the Spec of the parent Ingress.
@@ -884,7 +883,7 @@ class IngressRulePatch(dict):
884
883
  """
885
884
  return pulumi.get(self, "host")
886
885
 
887
- @property
886
+ @_builtins.property
888
887
  @pulumi.getter
889
888
  def http(self) -> Optional['outputs.HTTPIngressRuleValuePatch']:
890
889
  return pulumi.get(self, "http")
@@ -914,13 +913,13 @@ class IngressSpec(dict):
914
913
 
915
914
  def __init__(__self__, *,
916
915
  backend: Optional['outputs.IngressBackend'] = None,
917
- ingress_class_name: Optional[builtins.str] = None,
916
+ ingress_class_name: Optional[_builtins.str] = None,
918
917
  rules: Optional[Sequence['outputs.IngressRule']] = None,
919
918
  tls: Optional[Sequence['outputs.IngressTLS']] = None):
920
919
  """
921
920
  IngressSpec describes the Ingress the user wishes to exist.
922
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.
923
- :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.
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.
924
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.
925
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.
926
925
  """
@@ -933,7 +932,7 @@ class IngressSpec(dict):
933
932
  if tls is not None:
934
933
  pulumi.set(__self__, "tls", tls)
935
934
 
936
- @property
935
+ @_builtins.property
937
936
  @pulumi.getter
938
937
  def backend(self) -> Optional['outputs.IngressBackend']:
939
938
  """
@@ -941,15 +940,15 @@ class IngressSpec(dict):
941
940
  """
942
941
  return pulumi.get(self, "backend")
943
942
 
944
- @property
943
+ @_builtins.property
945
944
  @pulumi.getter(name="ingressClassName")
946
- def ingress_class_name(self) -> Optional[builtins.str]:
945
+ def ingress_class_name(self) -> Optional[_builtins.str]:
947
946
  """
948
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.
949
948
  """
950
949
  return pulumi.get(self, "ingress_class_name")
951
950
 
952
- @property
951
+ @_builtins.property
953
952
  @pulumi.getter
954
953
  def rules(self) -> Optional[Sequence['outputs.IngressRule']]:
955
954
  """
@@ -957,7 +956,7 @@ class IngressSpec(dict):
957
956
  """
958
957
  return pulumi.get(self, "rules")
959
958
 
960
- @property
959
+ @_builtins.property
961
960
  @pulumi.getter
962
961
  def tls(self) -> Optional[Sequence['outputs.IngressTLS']]:
963
962
  """
@@ -990,13 +989,13 @@ class IngressSpecPatch(dict):
990
989
 
991
990
  def __init__(__self__, *,
992
991
  backend: Optional['outputs.IngressBackendPatch'] = None,
993
- ingress_class_name: Optional[builtins.str] = None,
992
+ ingress_class_name: Optional[_builtins.str] = None,
994
993
  rules: Optional[Sequence['outputs.IngressRulePatch']] = None,
995
994
  tls: Optional[Sequence['outputs.IngressTLSPatch']] = None):
996
995
  """
997
996
  IngressSpec describes the Ingress the user wishes to exist.
998
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.
999
- :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.
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.
1000
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.
1001
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.
1002
1001
  """
@@ -1009,7 +1008,7 @@ class IngressSpecPatch(dict):
1009
1008
  if tls is not None:
1010
1009
  pulumi.set(__self__, "tls", tls)
1011
1010
 
1012
- @property
1011
+ @_builtins.property
1013
1012
  @pulumi.getter
1014
1013
  def backend(self) -> Optional['outputs.IngressBackendPatch']:
1015
1014
  """
@@ -1017,15 +1016,15 @@ class IngressSpecPatch(dict):
1017
1016
  """
1018
1017
  return pulumi.get(self, "backend")
1019
1018
 
1020
- @property
1019
+ @_builtins.property
1021
1020
  @pulumi.getter(name="ingressClassName")
1022
- def ingress_class_name(self) -> Optional[builtins.str]:
1021
+ def ingress_class_name(self) -> Optional[_builtins.str]:
1023
1022
  """
1024
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.
1025
1024
  """
1026
1025
  return pulumi.get(self, "ingress_class_name")
1027
1026
 
1028
- @property
1027
+ @_builtins.property
1029
1028
  @pulumi.getter
1030
1029
  def rules(self) -> Optional[Sequence['outputs.IngressRulePatch']]:
1031
1030
  """
@@ -1033,7 +1032,7 @@ class IngressSpecPatch(dict):
1033
1032
  """
1034
1033
  return pulumi.get(self, "rules")
1035
1034
 
1036
- @property
1035
+ @_builtins.property
1037
1036
  @pulumi.getter
1038
1037
  def tls(self) -> Optional[Sequence['outputs.IngressTLSPatch']]:
1039
1038
  """
@@ -1073,7 +1072,7 @@ class IngressStatus(dict):
1073
1072
  if load_balancer is not None:
1074
1073
  pulumi.set(__self__, "load_balancer", load_balancer)
1075
1074
 
1076
- @property
1075
+ @_builtins.property
1077
1076
  @pulumi.getter(name="loadBalancer")
1078
1077
  def load_balancer(self) -> Optional['_core.v1.outputs.LoadBalancerStatus']:
1079
1078
  """
@@ -1113,7 +1112,7 @@ class IngressStatusPatch(dict):
1113
1112
  if load_balancer is not None:
1114
1113
  pulumi.set(__self__, "load_balancer", load_balancer)
1115
1114
 
1116
- @property
1115
+ @_builtins.property
1117
1116
  @pulumi.getter(name="loadBalancer")
1118
1117
  def load_balancer(self) -> Optional['_core.v1.outputs.LoadBalancerStatusPatch']:
1119
1118
  """
@@ -1145,29 +1144,29 @@ class IngressTLS(dict):
1145
1144
  return super().get(key, default)
1146
1145
 
1147
1146
  def __init__(__self__, *,
1148
- hosts: Optional[Sequence[builtins.str]] = None,
1149
- secret_name: Optional[builtins.str] = None):
1147
+ hosts: Optional[Sequence[_builtins.str]] = None,
1148
+ secret_name: Optional[_builtins.str] = None):
1150
1149
  """
1151
1150
  IngressTLS describes the transport layer security associated with an Ingress.
1152
- :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.
1153
- :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.
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.
1154
1153
  """
1155
1154
  if hosts is not None:
1156
1155
  pulumi.set(__self__, "hosts", hosts)
1157
1156
  if secret_name is not None:
1158
1157
  pulumi.set(__self__, "secret_name", secret_name)
1159
1158
 
1160
- @property
1159
+ @_builtins.property
1161
1160
  @pulumi.getter
1162
- def hosts(self) -> Optional[Sequence[builtins.str]]:
1161
+ def hosts(self) -> Optional[Sequence[_builtins.str]]:
1163
1162
  """
1164
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.
1165
1164
  """
1166
1165
  return pulumi.get(self, "hosts")
1167
1166
 
1168
- @property
1167
+ @_builtins.property
1169
1168
  @pulumi.getter(name="secretName")
1170
- def secret_name(self) -> Optional[builtins.str]:
1169
+ def secret_name(self) -> Optional[_builtins.str]:
1171
1170
  """
1172
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.
1173
1172
  """
@@ -1197,29 +1196,29 @@ class IngressTLSPatch(dict):
1197
1196
  return super().get(key, default)
1198
1197
 
1199
1198
  def __init__(__self__, *,
1200
- hosts: Optional[Sequence[builtins.str]] = None,
1201
- secret_name: Optional[builtins.str] = None):
1199
+ hosts: Optional[Sequence[_builtins.str]] = None,
1200
+ secret_name: Optional[_builtins.str] = None):
1202
1201
  """
1203
1202
  IngressTLS describes the transport layer security associated with an Ingress.
1204
- :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.
1205
- :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.
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.
1206
1205
  """
1207
1206
  if hosts is not None:
1208
1207
  pulumi.set(__self__, "hosts", hosts)
1209
1208
  if secret_name is not None:
1210
1209
  pulumi.set(__self__, "secret_name", secret_name)
1211
1210
 
1212
- @property
1211
+ @_builtins.property
1213
1212
  @pulumi.getter
1214
- def hosts(self) -> Optional[Sequence[builtins.str]]:
1213
+ def hosts(self) -> Optional[Sequence[_builtins.str]]:
1215
1214
  """
1216
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.
1217
1216
  """
1218
1217
  return pulumi.get(self, "hosts")
1219
1218
 
1220
- @property
1219
+ @_builtins.property
1221
1220
  @pulumi.getter(name="secretName")
1222
- def secret_name(self) -> Optional[builtins.str]:
1221
+ def secret_name(self) -> Optional[_builtins.str]:
1223
1222
  """
1224
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.
1225
1224
  """
@@ -1232,16 +1231,16 @@ class ParentReference(dict):
1232
1231
  ParentReference describes a reference to a parent object.
1233
1232
  """
1234
1233
  def __init__(__self__, *,
1235
- name: builtins.str,
1236
- resource: builtins.str,
1237
- group: Optional[builtins.str] = None,
1238
- namespace: Optional[builtins.str] = None):
1234
+ name: _builtins.str,
1235
+ resource: _builtins.str,
1236
+ group: Optional[_builtins.str] = None,
1237
+ namespace: Optional[_builtins.str] = None):
1239
1238
  """
1240
1239
  ParentReference describes a reference to a parent object.
1241
- :param builtins.str name: Name is the name of the object being referenced.
1242
- :param builtins.str resource: Resource is the resource of the object being referenced.
1243
- :param builtins.str group: Group is the group of the object being referenced.
1244
- :param builtins.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.
1245
1244
  """
1246
1245
  pulumi.set(__self__, "name", name)
1247
1246
  pulumi.set(__self__, "resource", resource)
@@ -1250,33 +1249,33 @@ class ParentReference(dict):
1250
1249
  if namespace is not None:
1251
1250
  pulumi.set(__self__, "namespace", namespace)
1252
1251
 
1253
- @property
1252
+ @_builtins.property
1254
1253
  @pulumi.getter
1255
- def name(self) -> builtins.str:
1254
+ def name(self) -> _builtins.str:
1256
1255
  """
1257
1256
  Name is the name of the object being referenced.
1258
1257
  """
1259
1258
  return pulumi.get(self, "name")
1260
1259
 
1261
- @property
1260
+ @_builtins.property
1262
1261
  @pulumi.getter
1263
- def resource(self) -> builtins.str:
1262
+ def resource(self) -> _builtins.str:
1264
1263
  """
1265
1264
  Resource is the resource of the object being referenced.
1266
1265
  """
1267
1266
  return pulumi.get(self, "resource")
1268
1267
 
1269
- @property
1268
+ @_builtins.property
1270
1269
  @pulumi.getter
1271
- def group(self) -> Optional[builtins.str]:
1270
+ def group(self) -> Optional[_builtins.str]:
1272
1271
  """
1273
1272
  Group is the group of the object being referenced.
1274
1273
  """
1275
1274
  return pulumi.get(self, "group")
1276
1275
 
1277
- @property
1276
+ @_builtins.property
1278
1277
  @pulumi.getter
1279
- def namespace(self) -> Optional[builtins.str]:
1278
+ def namespace(self) -> Optional[_builtins.str]:
1280
1279
  """
1281
1280
  Namespace is the namespace of the object being referenced.
1282
1281
  """
@@ -1289,16 +1288,16 @@ class ParentReferencePatch(dict):
1289
1288
  ParentReference describes a reference to a parent object.
1290
1289
  """
1291
1290
  def __init__(__self__, *,
1292
- group: Optional[builtins.str] = None,
1293
- name: Optional[builtins.str] = None,
1294
- namespace: Optional[builtins.str] = None,
1295
- resource: Optional[builtins.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):
1296
1295
  """
1297
1296
  ParentReference describes a reference to a parent object.
1298
- :param builtins.str group: Group is the group of the object being referenced.
1299
- :param builtins.str name: Name is the name of the object being referenced.
1300
- :param builtins.str namespace: Namespace is the namespace of the object being referenced.
1301
- :param builtins.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.
1302
1301
  """
1303
1302
  if group is not None:
1304
1303
  pulumi.set(__self__, "group", group)
@@ -1309,33 +1308,33 @@ class ParentReferencePatch(dict):
1309
1308
  if resource is not None:
1310
1309
  pulumi.set(__self__, "resource", resource)
1311
1310
 
1312
- @property
1311
+ @_builtins.property
1313
1312
  @pulumi.getter
1314
- def group(self) -> Optional[builtins.str]:
1313
+ def group(self) -> Optional[_builtins.str]:
1315
1314
  """
1316
1315
  Group is the group of the object being referenced.
1317
1316
  """
1318
1317
  return pulumi.get(self, "group")
1319
1318
 
1320
- @property
1319
+ @_builtins.property
1321
1320
  @pulumi.getter
1322
- def name(self) -> Optional[builtins.str]:
1321
+ def name(self) -> Optional[_builtins.str]:
1323
1322
  """
1324
1323
  Name is the name of the object being referenced.
1325
1324
  """
1326
1325
  return pulumi.get(self, "name")
1327
1326
 
1328
- @property
1327
+ @_builtins.property
1329
1328
  @pulumi.getter
1330
- def namespace(self) -> Optional[builtins.str]:
1329
+ def namespace(self) -> Optional[_builtins.str]:
1331
1330
  """
1332
1331
  Namespace is the namespace of the object being referenced.
1333
1332
  """
1334
1333
  return pulumi.get(self, "namespace")
1335
1334
 
1336
- @property
1335
+ @_builtins.property
1337
1336
  @pulumi.getter
1338
- def resource(self) -> Optional[builtins.str]:
1337
+ def resource(self) -> Optional[_builtins.str]:
1339
1338
  """
1340
1339
  Resource is the resource of the object being referenced.
1341
1340
  """
@@ -1365,15 +1364,15 @@ class ServiceCIDR(dict):
1365
1364
  return super().get(key, default)
1366
1365
 
1367
1366
  def __init__(__self__, *,
1368
- api_version: Optional[builtins.str] = None,
1369
- kind: Optional[builtins.str] = None,
1367
+ api_version: Optional[_builtins.str] = None,
1368
+ kind: Optional[_builtins.str] = None,
1370
1369
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1371
1370
  spec: Optional['outputs.ServiceCIDRSpec'] = None,
1372
1371
  status: Optional['outputs.ServiceCIDRStatus'] = None):
1373
1372
  """
1374
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.
1375
- :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
1376
- :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
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
1377
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
1378
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
1379
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
@@ -1389,23 +1388,23 @@ class ServiceCIDR(dict):
1389
1388
  if status is not None:
1390
1389
  pulumi.set(__self__, "status", status)
1391
1390
 
1392
- @property
1391
+ @_builtins.property
1393
1392
  @pulumi.getter(name="apiVersion")
1394
- def api_version(self) -> Optional[builtins.str]:
1393
+ def api_version(self) -> Optional[_builtins.str]:
1395
1394
  """
1396
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
1397
1396
  """
1398
1397
  return pulumi.get(self, "api_version")
1399
1398
 
1400
- @property
1399
+ @_builtins.property
1401
1400
  @pulumi.getter
1402
- def kind(self) -> Optional[builtins.str]:
1401
+ def kind(self) -> Optional[_builtins.str]:
1403
1402
  """
1404
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
1405
1404
  """
1406
1405
  return pulumi.get(self, "kind")
1407
1406
 
1408
- @property
1407
+ @_builtins.property
1409
1408
  @pulumi.getter
1410
1409
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1411
1410
  """
@@ -1413,7 +1412,7 @@ class ServiceCIDR(dict):
1413
1412
  """
1414
1413
  return pulumi.get(self, "metadata")
1415
1414
 
1416
- @property
1415
+ @_builtins.property
1417
1416
  @pulumi.getter
1418
1417
  def spec(self) -> Optional['outputs.ServiceCIDRSpec']:
1419
1418
  """
@@ -1421,7 +1420,7 @@ class ServiceCIDR(dict):
1421
1420
  """
1422
1421
  return pulumi.get(self, "spec")
1423
1422
 
1424
- @property
1423
+ @_builtins.property
1425
1424
  @pulumi.getter
1426
1425
  def status(self) -> Optional['outputs.ServiceCIDRStatus']:
1427
1426
  """
@@ -1436,17 +1435,17 @@ class ServiceCIDRSpec(dict):
1436
1435
  ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
1437
1436
  """
1438
1437
  def __init__(__self__, *,
1439
- cidrs: Optional[Sequence[builtins.str]] = None):
1438
+ cidrs: Optional[Sequence[_builtins.str]] = None):
1440
1439
  """
1441
1440
  ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
1442
- :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.
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.
1443
1442
  """
1444
1443
  if cidrs is not None:
1445
1444
  pulumi.set(__self__, "cidrs", cidrs)
1446
1445
 
1447
- @property
1446
+ @_builtins.property
1448
1447
  @pulumi.getter
1449
- def cidrs(self) -> Optional[Sequence[builtins.str]]:
1448
+ def cidrs(self) -> Optional[Sequence[_builtins.str]]:
1450
1449
  """
1451
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.
1452
1451
  """
@@ -1459,17 +1458,17 @@ class ServiceCIDRSpecPatch(dict):
1459
1458
  ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
1460
1459
  """
1461
1460
  def __init__(__self__, *,
1462
- cidrs: Optional[Sequence[builtins.str]] = None):
1461
+ cidrs: Optional[Sequence[_builtins.str]] = None):
1463
1462
  """
1464
1463
  ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
1465
- :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.
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.
1466
1465
  """
1467
1466
  if cidrs is not None:
1468
1467
  pulumi.set(__self__, "cidrs", cidrs)
1469
1468
 
1470
- @property
1469
+ @_builtins.property
1471
1470
  @pulumi.getter
1472
- def cidrs(self) -> Optional[Sequence[builtins.str]]:
1471
+ def cidrs(self) -> Optional[Sequence[_builtins.str]]:
1473
1472
  """
1474
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.
1475
1474
  """
@@ -1490,7 +1489,7 @@ class ServiceCIDRStatus(dict):
1490
1489
  if conditions is not None:
1491
1490
  pulumi.set(__self__, "conditions", conditions)
1492
1491
 
1493
- @property
1492
+ @_builtins.property
1494
1493
  @pulumi.getter
1495
1494
  def conditions(self) -> Optional[Sequence['_meta.v1.outputs.Condition']]:
1496
1495
  """
@@ -1513,7 +1512,7 @@ class ServiceCIDRStatusPatch(dict):
1513
1512
  if conditions is not None:
1514
1513
  pulumi.set(__self__, "conditions", conditions)
1515
1514
 
1516
- @property
1515
+ @_builtins.property
1517
1516
  @pulumi.getter
1518
1517
  def conditions(self) -> Optional[Sequence['_meta.v1.outputs.ConditionPatch']]:
1519
1518
  """