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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (703) hide show
  1. pulumi_kubernetes/__init__.py +73 -2
  2. pulumi_kubernetes/_inputs.py +49 -49
  3. pulumi_kubernetes/_utilities.py +9 -5
  4. pulumi_kubernetes/admissionregistration/__init__.py +1 -0
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +26 -25
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +26 -25
  7. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +26 -25
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +27 -26
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +26 -25
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +26 -25
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +26 -25
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +27 -26
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +26 -25
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +26 -25
  16. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +26 -25
  17. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
  18. pulumi_kubernetes/admissionregistration/v1/_inputs.py +721 -721
  19. pulumi_kubernetes/admissionregistration/v1/outputs.py +516 -516
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +215 -0
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +223 -0
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +216 -0
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +235 -0
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +216 -0
  25. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +227 -0
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +27 -26
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +26 -33
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +26 -25
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +26 -33
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +26 -25
  31. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +27 -26
  32. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +7 -0
  33. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2219 -716
  34. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1649 -530
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +26 -25
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +26 -25
  37. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +26 -25
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +27 -26
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +26 -25
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +26 -25
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +26 -25
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +27 -26
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +26 -25
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +26 -25
  46. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +26 -25
  47. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
  48. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +717 -717
  49. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +512 -512
  50. pulumi_kubernetes/apiextensions/__init__.py +1 -0
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +27 -26
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +26 -25
  53. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +27 -26
  54. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
  55. pulumi_kubernetes/apiextensions/v1/_inputs.py +912 -912
  56. pulumi_kubernetes/apiextensions/v1/outputs.py +624 -624
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +27 -26
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +26 -25
  59. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +27 -26
  60. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
  61. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -834
  62. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -572
  63. pulumi_kubernetes/apiregistration/__init__.py +1 -0
  64. pulumi_kubernetes/apiregistration/v1/APIService.py +27 -26
  65. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +26 -25
  66. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +27 -26
  67. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
  68. pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -157
  69. pulumi_kubernetes/apiregistration/v1/outputs.py +128 -128
  70. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +27 -26
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +26 -25
  72. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +27 -26
  73. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
  74. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -157
  75. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -128
  76. pulumi_kubernetes/apps/__init__.py +1 -0
  77. pulumi_kubernetes/apps/v1/ControllerRevision.py +36 -35
  78. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +26 -25
  79. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +36 -35
  80. pulumi_kubernetes/apps/v1/DaemonSet.py +27 -26
  81. pulumi_kubernetes/apps/v1/DaemonSetList.py +26 -25
  82. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +27 -26
  83. pulumi_kubernetes/apps/v1/Deployment.py +27 -26
  84. pulumi_kubernetes/apps/v1/DeploymentList.py +26 -25
  85. pulumi_kubernetes/apps/v1/DeploymentPatch.py +27 -26
  86. pulumi_kubernetes/apps/v1/ReplicaSet.py +27 -26
  87. pulumi_kubernetes/apps/v1/ReplicaSetList.py +30 -29
  88. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +27 -26
  89. pulumi_kubernetes/apps/v1/StatefulSet.py +27 -26
  90. pulumi_kubernetes/apps/v1/StatefulSetList.py +26 -25
  91. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +27 -26
  92. pulumi_kubernetes/apps/v1/__init__.py +1 -0
  93. pulumi_kubernetes/apps/v1/_inputs.py +835 -782
  94. pulumi_kubernetes/apps/v1/outputs.py +806 -733
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +36 -35
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +26 -25
  97. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +36 -35
  98. pulumi_kubernetes/apps/v1beta1/Deployment.py +27 -26
  99. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +26 -25
  100. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +27 -26
  101. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +27 -26
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +26 -25
  103. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +27 -26
  104. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
  105. pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -409
  106. pulumi_kubernetes/apps/v1beta1/outputs.py +381 -381
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +36 -35
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +26 -25
  109. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +36 -35
  110. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +27 -26
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +26 -25
  112. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +27 -26
  113. pulumi_kubernetes/apps/v1beta2/Deployment.py +27 -26
  114. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +26 -25
  115. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +27 -26
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +27 -26
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +26 -25
  118. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +27 -26
  119. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +27 -26
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +26 -25
  121. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +27 -26
  122. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
  123. pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -655
  124. pulumi_kubernetes/apps/v1beta2/outputs.py +645 -645
  125. pulumi_kubernetes/auditregistration/__init__.py +1 -0
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +26 -25
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +26 -25
  128. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +26 -25
  129. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
  130. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -145
  131. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -101
  132. pulumi_kubernetes/autoscaling/__init__.py +1 -0
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +27 -26
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +26 -25
  135. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +27 -26
  136. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
  137. pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -120
  138. pulumi_kubernetes/autoscaling/v1/outputs.py +102 -102
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +27 -26
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +26 -25
  141. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +27 -26
  142. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
  143. pulumi_kubernetes/autoscaling/v2/_inputs.py +500 -420
  144. pulumi_kubernetes/autoscaling/v2/outputs.py +438 -382
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +27 -26
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +26 -25
  147. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +27 -26
  148. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
  149. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -451
  150. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -424
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +27 -26
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +26 -25
  153. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +27 -26
  154. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
  155. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -398
  156. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -366
  157. pulumi_kubernetes/batch/__init__.py +1 -0
  158. pulumi_kubernetes/batch/v1/CronJob.py +27 -26
  159. pulumi_kubernetes/batch/v1/CronJobList.py +26 -25
  160. pulumi_kubernetes/batch/v1/CronJobPatch.py +27 -26
  161. pulumi_kubernetes/batch/v1/Job.py +27 -26
  162. pulumi_kubernetes/batch/v1/JobList.py +26 -25
  163. pulumi_kubernetes/batch/v1/JobPatch.py +27 -26
  164. pulumi_kubernetes/batch/v1/__init__.py +1 -0
  165. pulumi_kubernetes/batch/v1/_inputs.py +508 -538
  166. pulumi_kubernetes/batch/v1/outputs.py +427 -451
  167. pulumi_kubernetes/batch/v1beta1/CronJob.py +27 -26
  168. pulumi_kubernetes/batch/v1beta1/CronJobList.py +26 -25
  169. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +27 -26
  170. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
  171. pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -101
  172. pulumi_kubernetes/batch/v1beta1/outputs.py +76 -76
  173. pulumi_kubernetes/batch/v2alpha1/CronJob.py +27 -26
  174. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +26 -25
  175. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +27 -26
  176. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
  177. pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -101
  178. pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -76
  179. pulumi_kubernetes/certificates/__init__.py +1 -0
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +27 -26
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +26 -25
  182. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +27 -26
  183. pulumi_kubernetes/certificates/v1/__init__.py +1 -0
  184. pulumi_kubernetes/certificates/v1/_inputs.py +155 -155
  185. pulumi_kubernetes/certificates/v1/outputs.py +134 -134
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +28 -25
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +26 -25
  188. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +28 -25
  189. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
  190. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -39
  191. pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -27
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +27 -26
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +26 -25
  194. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +27 -26
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +226 -0
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +216 -0
  197. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +237 -0
  198. pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
  199. pulumi_kubernetes/certificates/v1beta1/_inputs.py +436 -144
  200. pulumi_kubernetes/certificates/v1beta1/outputs.py +369 -128
  201. pulumi_kubernetes/coordination/__init__.py +4 -0
  202. pulumi_kubernetes/coordination/v1/Lease.py +26 -25
  203. pulumi_kubernetes/coordination/v1/LeaseList.py +26 -25
  204. pulumi_kubernetes/coordination/v1/LeasePatch.py +26 -25
  205. pulumi_kubernetes/coordination/v1/__init__.py +1 -0
  206. pulumi_kubernetes/coordination/v1/_inputs.py +99 -99
  207. pulumi_kubernetes/coordination/v1/outputs.py +67 -67
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +28 -25
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +26 -25
  210. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +28 -25
  211. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
  212. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -87
  213. pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -59
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +217 -0
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +216 -0
  216. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +229 -0
  217. pulumi_kubernetes/coordination/v1alpha2/__init__.py +13 -0
  218. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
  219. pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
  220. pulumi_kubernetes/coordination/v1beta1/Lease.py +26 -25
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +217 -0
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +216 -0
  223. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +229 -0
  224. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +26 -25
  225. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +26 -25
  226. pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
  227. pulumi_kubernetes/coordination/v1beta1/_inputs.py +446 -75
  228. pulumi_kubernetes/coordination/v1beta1/outputs.py +343 -51
  229. pulumi_kubernetes/core/__init__.py +1 -0
  230. pulumi_kubernetes/core/v1/Binding.py +28 -27
  231. pulumi_kubernetes/core/v1/BindingPatch.py +28 -27
  232. pulumi_kubernetes/core/v1/ConfigMap.py +54 -53
  233. pulumi_kubernetes/core/v1/ConfigMapList.py +26 -25
  234. pulumi_kubernetes/core/v1/ConfigMapPatch.py +54 -53
  235. pulumi_kubernetes/core/v1/Endpoints.py +34 -25
  236. pulumi_kubernetes/core/v1/EndpointsList.py +28 -27
  237. pulumi_kubernetes/core/v1/EndpointsPatch.py +34 -25
  238. pulumi_kubernetes/core/v1/Event.py +132 -131
  239. pulumi_kubernetes/core/v1/EventList.py +26 -25
  240. pulumi_kubernetes/core/v1/EventPatch.py +132 -131
  241. pulumi_kubernetes/core/v1/LimitRange.py +26 -25
  242. pulumi_kubernetes/core/v1/LimitRangeList.py +26 -25
  243. pulumi_kubernetes/core/v1/LimitRangePatch.py +26 -25
  244. pulumi_kubernetes/core/v1/Namespace.py +27 -26
  245. pulumi_kubernetes/core/v1/NamespaceList.py +26 -25
  246. pulumi_kubernetes/core/v1/NamespacePatch.py +27 -26
  247. pulumi_kubernetes/core/v1/Node.py +27 -26
  248. pulumi_kubernetes/core/v1/NodeList.py +26 -25
  249. pulumi_kubernetes/core/v1/NodePatch.py +27 -26
  250. pulumi_kubernetes/core/v1/PersistentVolume.py +27 -26
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +27 -26
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +26 -25
  253. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +27 -26
  254. pulumi_kubernetes/core/v1/PersistentVolumeList.py +26 -25
  255. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +27 -26
  256. pulumi_kubernetes/core/v1/Pod.py +27 -26
  257. pulumi_kubernetes/core/v1/PodList.py +26 -25
  258. pulumi_kubernetes/core/v1/PodPatch.py +27 -26
  259. pulumi_kubernetes/core/v1/PodTemplate.py +26 -25
  260. pulumi_kubernetes/core/v1/PodTemplateList.py +26 -25
  261. pulumi_kubernetes/core/v1/PodTemplatePatch.py +26 -25
  262. pulumi_kubernetes/core/v1/ReplicationController.py +27 -26
  263. pulumi_kubernetes/core/v1/ReplicationControllerList.py +26 -25
  264. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +27 -26
  265. pulumi_kubernetes/core/v1/ResourceQuota.py +27 -26
  266. pulumi_kubernetes/core/v1/ResourceQuotaList.py +26 -25
  267. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +27 -26
  268. pulumi_kubernetes/core/v1/Secret.py +64 -63
  269. pulumi_kubernetes/core/v1/SecretList.py +26 -25
  270. pulumi_kubernetes/core/v1/SecretPatch.py +68 -65
  271. pulumi_kubernetes/core/v1/Service.py +33 -48
  272. pulumi_kubernetes/core/v1/ServiceAccount.py +42 -41
  273. pulumi_kubernetes/core/v1/ServiceAccountList.py +26 -25
  274. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +42 -41
  275. pulumi_kubernetes/core/v1/ServiceList.py +26 -25
  276. pulumi_kubernetes/core/v1/ServicePatch.py +33 -48
  277. pulumi_kubernetes/core/v1/__init__.py +1 -0
  278. pulumi_kubernetes/core/v1/_enums.py +4 -1
  279. pulumi_kubernetes/core/v1/_inputs.py +7862 -7453
  280. pulumi_kubernetes/core/v1/outputs.py +5980 -5608
  281. pulumi_kubernetes/discovery/__init__.py +1 -0
  282. pulumi_kubernetes/discovery/v1/EndpointSlice.py +46 -45
  283. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +26 -25
  284. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +46 -45
  285. pulumi_kubernetes/discovery/v1/__init__.py +1 -0
  286. pulumi_kubernetes/discovery/v1/_inputs.py +334 -219
  287. pulumi_kubernetes/discovery/v1/outputs.py +224 -149
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +38 -37
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +26 -25
  290. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +38 -37
  291. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
  292. pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -158
  293. pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -108
  294. pulumi_kubernetes/events/__init__.py +1 -0
  295. pulumi_kubernetes/events/v1/Event.py +132 -131
  296. pulumi_kubernetes/events/v1/EventList.py +26 -25
  297. pulumi_kubernetes/events/v1/EventPatch.py +132 -131
  298. pulumi_kubernetes/events/v1/__init__.py +1 -0
  299. pulumi_kubernetes/events/v1/_inputs.py +102 -102
  300. pulumi_kubernetes/events/v1/outputs.py +70 -70
  301. pulumi_kubernetes/events/v1beta1/Event.py +132 -131
  302. pulumi_kubernetes/events/v1beta1/EventList.py +26 -25
  303. pulumi_kubernetes/events/v1beta1/EventPatch.py +132 -131
  304. pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
  305. pulumi_kubernetes/events/v1beta1/_inputs.py +114 -114
  306. pulumi_kubernetes/events/v1beta1/outputs.py +78 -78
  307. pulumi_kubernetes/extensions/__init__.py +1 -0
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +27 -26
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +26 -25
  310. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +27 -26
  311. pulumi_kubernetes/extensions/v1beta1/Deployment.py +27 -26
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +26 -25
  313. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +27 -26
  314. pulumi_kubernetes/extensions/v1beta1/Ingress.py +27 -26
  315. pulumi_kubernetes/extensions/v1beta1/IngressList.py +26 -25
  316. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +27 -26
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +26 -25
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +26 -25
  319. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +26 -25
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +26 -25
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +26 -25
  322. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +26 -25
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +27 -26
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +26 -25
  325. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +27 -26
  326. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
  327. pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1097
  328. pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -899
  329. pulumi_kubernetes/flowcontrol/__init__.py +1 -0
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +27 -26
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +26 -25
  332. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +27 -26
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +27 -26
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +26 -25
  335. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +27 -26
  336. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
  337. pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -419
  338. pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -333
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +27 -26
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +26 -25
  341. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +27 -26
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +27 -26
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +26 -25
  344. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +27 -26
  345. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
  346. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -369
  347. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -299
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +27 -26
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +26 -25
  350. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +27 -26
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +27 -26
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +26 -25
  353. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +27 -26
  354. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
  355. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -369
  356. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -299
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +27 -26
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +26 -25
  359. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +27 -26
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +27 -26
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +26 -25
  362. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +27 -26
  363. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
  364. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -419
  365. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -333
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +27 -26
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +26 -25
  368. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +27 -26
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +27 -26
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +26 -25
  371. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +27 -26
  372. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
  373. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +431 -431
  374. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +341 -341
  375. pulumi_kubernetes/helm/__init__.py +1 -0
  376. pulumi_kubernetes/helm/v3/Release.py +317 -316
  377. pulumi_kubernetes/helm/v3/__init__.py +1 -0
  378. pulumi_kubernetes/helm/v3/_inputs.py +39 -39
  379. pulumi_kubernetes/helm/v3/outputs.py +55 -55
  380. pulumi_kubernetes/helm/v4/Chart.py +114 -87
  381. pulumi_kubernetes/helm/v4/__init__.py +1 -0
  382. pulumi_kubernetes/helm/v4/_inputs.py +36 -36
  383. pulumi_kubernetes/kustomize/__init__.py +1 -0
  384. pulumi_kubernetes/kustomize/v2/Directory.py +36 -35
  385. pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
  386. pulumi_kubernetes/meta/__init__.py +1 -0
  387. pulumi_kubernetes/meta/v1/Status.py +58 -57
  388. pulumi_kubernetes/meta/v1/StatusPatch.py +58 -57
  389. pulumi_kubernetes/meta/v1/__init__.py +1 -0
  390. pulumi_kubernetes/meta/v1/_inputs.py +551 -551
  391. pulumi_kubernetes/meta/v1/outputs.py +395 -395
  392. pulumi_kubernetes/networking/__init__.py +1 -0
  393. pulumi_kubernetes/networking/v1/IPAddress.py +217 -0
  394. pulumi_kubernetes/networking/v1/IPAddressList.py +216 -0
  395. pulumi_kubernetes/networking/v1/IPAddressPatch.py +229 -0
  396. pulumi_kubernetes/networking/v1/Ingress.py +27 -26
  397. pulumi_kubernetes/networking/v1/IngressClass.py +26 -25
  398. pulumi_kubernetes/networking/v1/IngressClassList.py +26 -25
  399. pulumi_kubernetes/networking/v1/IngressClassPatch.py +26 -25
  400. pulumi_kubernetes/networking/v1/IngressList.py +26 -25
  401. pulumi_kubernetes/networking/v1/IngressPatch.py +27 -26
  402. pulumi_kubernetes/networking/v1/NetworkPolicy.py +27 -26
  403. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +26 -25
  404. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +27 -26
  405. pulumi_kubernetes/networking/v1/ServiceCIDR.py +227 -0
  406. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +216 -0
  407. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +239 -0
  408. pulumi_kubernetes/networking/v1/__init__.py +7 -0
  409. pulumi_kubernetes/networking/v1/_inputs.py +970 -371
  410. pulumi_kubernetes/networking/v1/outputs.py +746 -285
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +26 -25
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +26 -25
  413. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +26 -25
  414. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +27 -26
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +26 -25
  416. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +27 -26
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +28 -27
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +26 -25
  419. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +28 -27
  420. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
  421. pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -157
  422. pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -110
  423. pulumi_kubernetes/networking/v1beta1/IPAddress.py +27 -26
  424. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +26 -25
  425. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +27 -26
  426. pulumi_kubernetes/networking/v1beta1/Ingress.py +27 -26
  427. pulumi_kubernetes/networking/v1beta1/IngressClass.py +26 -25
  428. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +26 -25
  429. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +26 -25
  430. pulumi_kubernetes/networking/v1beta1/IngressList.py +26 -25
  431. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +27 -26
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +28 -27
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +26 -25
  434. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +28 -27
  435. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
  436. pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -247
  437. pulumi_kubernetes/networking/v1beta1/outputs.py +173 -173
  438. pulumi_kubernetes/node/__init__.py +1 -0
  439. pulumi_kubernetes/node/v1/RuntimeClass.py +38 -37
  440. pulumi_kubernetes/node/v1/RuntimeClassList.py +26 -25
  441. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +38 -37
  442. pulumi_kubernetes/node/v1/__init__.py +1 -0
  443. pulumi_kubernetes/node/v1/_inputs.py +48 -48
  444. pulumi_kubernetes/node/v1/outputs.py +34 -34
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +26 -25
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +26 -25
  447. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +26 -25
  448. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
  449. pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -57
  450. pulumi_kubernetes/node/v1alpha1/outputs.py +41 -41
  451. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +38 -37
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +26 -25
  453. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +38 -37
  454. pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
  455. pulumi_kubernetes/node/v1beta1/_inputs.py +48 -48
  456. pulumi_kubernetes/node/v1beta1/outputs.py +34 -34
  457. pulumi_kubernetes/policy/__init__.py +1 -0
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +27 -26
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +26 -25
  460. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +27 -26
  461. pulumi_kubernetes/policy/v1/__init__.py +1 -0
  462. pulumi_kubernetes/policy/v1/_inputs.py +91 -103
  463. pulumi_kubernetes/policy/v1/outputs.py +80 -88
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +27 -26
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +26 -25
  466. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +27 -26
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +26 -25
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +26 -25
  469. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +26 -25
  470. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
  471. pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -470
  472. pulumi_kubernetes/policy/v1beta1/outputs.py +342 -342
  473. pulumi_kubernetes/provider.py +139 -99
  474. pulumi_kubernetes/pulumi-plugin.json +1 -1
  475. pulumi_kubernetes/rbac/__init__.py +1 -0
  476. pulumi_kubernetes/rbac/v1/ClusterRole.py +28 -27
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +28 -27
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +26 -25
  479. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +28 -27
  480. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +26 -25
  481. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +28 -27
  482. pulumi_kubernetes/rbac/v1/Role.py +26 -25
  483. pulumi_kubernetes/rbac/v1/RoleBinding.py +28 -27
  484. pulumi_kubernetes/rbac/v1/RoleBindingList.py +26 -25
  485. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +28 -27
  486. pulumi_kubernetes/rbac/v1/RoleList.py +26 -25
  487. pulumi_kubernetes/rbac/v1/RolePatch.py +26 -25
  488. pulumi_kubernetes/rbac/v1/__init__.py +1 -0
  489. pulumi_kubernetes/rbac/v1/_inputs.py +206 -206
  490. pulumi_kubernetes/rbac/v1/outputs.py +142 -142
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +28 -27
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +28 -27
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +26 -25
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +28 -27
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +26 -25
  496. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +28 -27
  497. pulumi_kubernetes/rbac/v1alpha1/Role.py +26 -25
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +28 -27
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +26 -25
  500. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +28 -27
  501. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +26 -25
  502. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +26 -25
  503. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
  504. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -206
  505. pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -142
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +28 -27
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +28 -27
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +26 -25
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +28 -27
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +26 -25
  511. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +28 -27
  512. pulumi_kubernetes/rbac/v1beta1/Role.py +26 -25
  513. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +28 -27
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +26 -25
  515. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +28 -27
  516. pulumi_kubernetes/rbac/v1beta1/RoleList.py +26 -25
  517. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +26 -25
  518. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
  519. pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -206
  520. pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -142
  521. pulumi_kubernetes/resource/__init__.py +7 -0
  522. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +27 -26
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +26 -25
  524. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +27 -26
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +28 -27
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +26 -25
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +28 -27
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +27 -26
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +26 -25
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +27 -26
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +38 -37
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +26 -25
  533. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +38 -37
  534. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
  535. pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -268
  536. pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -230
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +27 -26
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +26 -25
  539. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +27 -26
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +28 -27
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +26 -25
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +38 -37
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +26 -25
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +38 -37
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +28 -27
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +27 -26
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +26 -25
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +27 -26
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +48 -47
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +26 -25
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +30 -29
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +26 -25
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +30 -29
  554. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +48 -47
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +47 -46
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +26 -25
  557. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +47 -46
  558. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
  559. pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -550
  560. pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -449
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +28 -25
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +26 -25
  563. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +28 -25
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +224 -0
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +216 -0
  566. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +235 -0
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +27 -26
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +26 -25
  569. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +27 -26
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +28 -27
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +26 -25
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +28 -27
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +27 -26
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +26 -25
  575. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +27 -26
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +34 -33
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +246 -0
  578. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +27 -26
  579. pulumi_kubernetes/resource/v1alpha3/__init__.py +5 -0
  580. pulumi_kubernetes/resource/v1alpha3/_inputs.py +3400 -606
  581. pulumi_kubernetes/resource/v1alpha3/outputs.py +2933 -565
  582. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +238 -0
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +216 -0
  584. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +249 -0
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +233 -0
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +217 -0
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +244 -0
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +230 -0
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +216 -0
  590. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +241 -0
  591. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +247 -0
  592. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +217 -0
  593. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +258 -0
  594. pulumi_kubernetes/resource/v1beta1/__init__.py +22 -0
  595. pulumi_kubernetes/resource/v1beta1/_inputs.py +5735 -0
  596. pulumi_kubernetes/resource/v1beta1/outputs.py +4736 -0
  597. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +238 -0
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +216 -0
  599. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +249 -0
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +233 -0
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +217 -0
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +244 -0
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +230 -0
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +216 -0
  605. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +241 -0
  606. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +247 -0
  607. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +217 -0
  608. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +258 -0
  609. pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
  610. pulumi_kubernetes/resource/v1beta2/_inputs.py +5680 -0
  611. pulumi_kubernetes/resource/v1beta2/outputs.py +4725 -0
  612. pulumi_kubernetes/scheduling/__init__.py +1 -0
  613. pulumi_kubernetes/scheduling/v1/PriorityClass.py +64 -63
  614. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +26 -25
  615. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +64 -63
  616. pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
  617. pulumi_kubernetes/scheduling/v1/_inputs.py +38 -38
  618. pulumi_kubernetes/scheduling/v1/outputs.py +26 -26
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +64 -63
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +26 -25
  621. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +64 -63
  622. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
  623. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -38
  624. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -26
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +64 -63
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +26 -25
  627. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +64 -63
  628. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
  629. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -38
  630. pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -26
  631. pulumi_kubernetes/settings/__init__.py +1 -0
  632. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +26 -25
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +26 -25
  634. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +26 -25
  635. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
  636. pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -25
  637. pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -21
  638. pulumi_kubernetes/storage/__init__.py +1 -0
  639. pulumi_kubernetes/storage/v1/CSIDriver.py +26 -25
  640. pulumi_kubernetes/storage/v1/CSIDriverList.py +26 -25
  641. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +26 -25
  642. pulumi_kubernetes/storage/v1/CSINode.py +26 -25
  643. pulumi_kubernetes/storage/v1/CSINodeList.py +26 -25
  644. pulumi_kubernetes/storage/v1/CSINodePatch.py +26 -25
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +56 -55
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +26 -25
  647. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +56 -55
  648. pulumi_kubernetes/storage/v1/StorageClass.py +86 -85
  649. pulumi_kubernetes/storage/v1/StorageClassList.py +26 -25
  650. pulumi_kubernetes/storage/v1/StorageClassPatch.py +86 -85
  651. pulumi_kubernetes/storage/v1/VolumeAttachment.py +27 -26
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +26 -25
  653. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +27 -26
  654. pulumi_kubernetes/storage/v1/__init__.py +1 -0
  655. pulumi_kubernetes/storage/v1/_inputs.py +448 -358
  656. pulumi_kubernetes/storage/v1/outputs.py +376 -266
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +27 -26
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +26 -25
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +27 -26
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +44 -43
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +26 -25
  662. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +44 -43
  663. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
  664. pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -107
  665. pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -93
  666. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +26 -25
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +26 -25
  668. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +26 -25
  669. pulumi_kubernetes/storage/v1beta1/CSINode.py +26 -25
  670. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +26 -25
  671. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +26 -25
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +56 -55
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +26 -25
  674. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +56 -55
  675. pulumi_kubernetes/storage/v1beta1/StorageClass.py +86 -85
  676. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +26 -25
  677. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +86 -85
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +27 -26
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +26 -25
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +27 -26
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +44 -43
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +26 -25
  683. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +44 -43
  684. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
  685. pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -367
  686. pulumi_kubernetes/storage/v1beta1/outputs.py +271 -271
  687. pulumi_kubernetes/storagemigration/__init__.py +1 -0
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +27 -26
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +26 -25
  690. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +27 -26
  691. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
  692. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -103
  693. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -96
  694. pulumi_kubernetes/yaml/__init__.py +1 -0
  695. pulumi_kubernetes/yaml/v2/ConfigFile.py +31 -28
  696. pulumi_kubernetes/yaml/v2/ConfigGroup.py +36 -35
  697. pulumi_kubernetes/yaml/v2/__init__.py +1 -0
  698. pulumi_kubernetes/yaml/yaml.py +198 -0
  699. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/METADATA +9 -9
  700. pulumi_kubernetes-4.26.0a1769215986.dist-info/RECORD +709 -0
  701. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/WHEEL +1 -1
  702. pulumi_kubernetes-4.17.0a1723576835.dist-info/RECORD +0 -651
  703. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/top_level.txt +0 -0
@@ -2,7 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -82,11 +82,11 @@ if not MYPY:
82
82
  """
83
83
  Backend defines the referenced service endpoint to which the traffic will be forwarded to.
84
84
  """
85
- path: NotRequired[pulumi.Input[str]]
85
+ path: NotRequired[pulumi.Input[_builtins.str]]
86
86
  """
87
87
  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.
88
88
  """
89
- path_type: NotRequired[pulumi.Input[str]]
89
+ path_type: NotRequired[pulumi.Input[_builtins.str]]
90
90
  """
91
91
  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
92
92
  done on a path element by element basis. A path element refers is the
@@ -107,13 +107,13 @@ elif False:
107
107
  class HTTPIngressPathPatchArgs:
108
108
  def __init__(__self__, *,
109
109
  backend: Optional[pulumi.Input['IngressBackendPatchArgs']] = None,
110
- path: Optional[pulumi.Input[str]] = None,
111
- path_type: Optional[pulumi.Input[str]] = None):
110
+ path: Optional[pulumi.Input[_builtins.str]] = None,
111
+ path_type: Optional[pulumi.Input[_builtins.str]] = None):
112
112
  """
113
113
  HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
114
114
  :param pulumi.Input['IngressBackendPatchArgs'] backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
115
- :param pulumi.Input[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.
116
- :param pulumi.Input[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
115
+ :param pulumi.Input[_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.
116
+ :param pulumi.Input[_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
117
117
  done on a path element by element basis. A path element refers is the
118
118
  list of labels in the path split by the '/' separator. A request is a
119
119
  match for path p if every p is an element-wise prefix of p of the
@@ -132,7 +132,7 @@ class HTTPIngressPathPatchArgs:
132
132
  if path_type is not None:
133
133
  pulumi.set(__self__, "path_type", path_type)
134
134
 
135
- @property
135
+ @_builtins.property
136
136
  @pulumi.getter
137
137
  def backend(self) -> Optional[pulumi.Input['IngressBackendPatchArgs']]:
138
138
  """
@@ -144,21 +144,21 @@ class HTTPIngressPathPatchArgs:
144
144
  def backend(self, value: Optional[pulumi.Input['IngressBackendPatchArgs']]):
145
145
  pulumi.set(self, "backend", value)
146
146
 
147
- @property
147
+ @_builtins.property
148
148
  @pulumi.getter
149
- def path(self) -> Optional[pulumi.Input[str]]:
149
+ def path(self) -> Optional[pulumi.Input[_builtins.str]]:
150
150
  """
151
151
  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.
152
152
  """
153
153
  return pulumi.get(self, "path")
154
154
 
155
155
  @path.setter
156
- def path(self, value: Optional[pulumi.Input[str]]):
156
+ def path(self, value: Optional[pulumi.Input[_builtins.str]]):
157
157
  pulumi.set(self, "path", value)
158
158
 
159
- @property
159
+ @_builtins.property
160
160
  @pulumi.getter(name="pathType")
161
- def path_type(self) -> Optional[pulumi.Input[str]]:
161
+ def path_type(self) -> Optional[pulumi.Input[_builtins.str]]:
162
162
  """
163
163
  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
164
164
  done on a path element by element basis. A path element refers is the
@@ -175,7 +175,7 @@ class HTTPIngressPathPatchArgs:
175
175
  return pulumi.get(self, "path_type")
176
176
 
177
177
  @path_type.setter
178
- def path_type(self, value: Optional[pulumi.Input[str]]):
178
+ def path_type(self, value: Optional[pulumi.Input[_builtins.str]]):
179
179
  pulumi.set(self, "path_type", value)
180
180
 
181
181
 
@@ -188,11 +188,11 @@ if not MYPY:
188
188
  """
189
189
  Backend defines the referenced service endpoint to which the traffic will be forwarded to.
190
190
  """
191
- path: NotRequired[pulumi.Input[str]]
191
+ path: NotRequired[pulumi.Input[_builtins.str]]
192
192
  """
193
193
  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.
194
194
  """
195
- path_type: NotRequired[pulumi.Input[str]]
195
+ path_type: NotRequired[pulumi.Input[_builtins.str]]
196
196
  """
197
197
  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
198
198
  done on a path element by element basis. A path element refers is the
@@ -213,13 +213,13 @@ elif False:
213
213
  class HTTPIngressPathArgs:
214
214
  def __init__(__self__, *,
215
215
  backend: pulumi.Input['IngressBackendArgs'],
216
- path: Optional[pulumi.Input[str]] = None,
217
- path_type: Optional[pulumi.Input[str]] = None):
216
+ path: Optional[pulumi.Input[_builtins.str]] = None,
217
+ path_type: Optional[pulumi.Input[_builtins.str]] = None):
218
218
  """
219
219
  HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
220
220
  :param pulumi.Input['IngressBackendArgs'] backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
221
- :param pulumi.Input[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.
222
- :param pulumi.Input[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
221
+ :param pulumi.Input[_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.
222
+ :param pulumi.Input[_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
223
223
  done on a path element by element basis. A path element refers is the
224
224
  list of labels in the path split by the '/' separator. A request is a
225
225
  match for path p if every p is an element-wise prefix of p of the
@@ -237,7 +237,7 @@ class HTTPIngressPathArgs:
237
237
  if path_type is not None:
238
238
  pulumi.set(__self__, "path_type", path_type)
239
239
 
240
- @property
240
+ @_builtins.property
241
241
  @pulumi.getter
242
242
  def backend(self) -> pulumi.Input['IngressBackendArgs']:
243
243
  """
@@ -249,21 +249,21 @@ class HTTPIngressPathArgs:
249
249
  def backend(self, value: pulumi.Input['IngressBackendArgs']):
250
250
  pulumi.set(self, "backend", value)
251
251
 
252
- @property
252
+ @_builtins.property
253
253
  @pulumi.getter
254
- def path(self) -> Optional[pulumi.Input[str]]:
254
+ def path(self) -> Optional[pulumi.Input[_builtins.str]]:
255
255
  """
256
256
  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.
257
257
  """
258
258
  return pulumi.get(self, "path")
259
259
 
260
260
  @path.setter
261
- def path(self, value: Optional[pulumi.Input[str]]):
261
+ def path(self, value: Optional[pulumi.Input[_builtins.str]]):
262
262
  pulumi.set(self, "path", value)
263
263
 
264
- @property
264
+ @_builtins.property
265
265
  @pulumi.getter(name="pathType")
266
- def path_type(self) -> Optional[pulumi.Input[str]]:
266
+ def path_type(self) -> Optional[pulumi.Input[_builtins.str]]:
267
267
  """
268
268
  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
269
269
  done on a path element by element basis. A path element refers is the
@@ -280,7 +280,7 @@ class HTTPIngressPathArgs:
280
280
  return pulumi.get(self, "path_type")
281
281
 
282
282
  @path_type.setter
283
- def path_type(self, value: Optional[pulumi.Input[str]]):
283
+ def path_type(self, value: Optional[pulumi.Input[_builtins.str]]):
284
284
  pulumi.set(self, "path_type", value)
285
285
 
286
286
 
@@ -307,7 +307,7 @@ class HTTPIngressRuleValuePatchArgs:
307
307
  if paths is not None:
308
308
  pulumi.set(__self__, "paths", paths)
309
309
 
310
- @property
310
+ @_builtins.property
311
311
  @pulumi.getter
312
312
  def paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HTTPIngressPathPatchArgs']]]]:
313
313
  """
@@ -342,7 +342,7 @@ class HTTPIngressRuleValueArgs:
342
342
  """
343
343
  pulumi.set(__self__, "paths", paths)
344
344
 
345
- @property
345
+ @_builtins.property
346
346
  @pulumi.getter
347
347
  def paths(self) -> pulumi.Input[Sequence[pulumi.Input['HTTPIngressPathArgs']]]:
348
348
  """
@@ -378,7 +378,7 @@ class IPAddressSpecPatchArgs:
378
378
  if parent_ref is not None:
379
379
  pulumi.set(__self__, "parent_ref", parent_ref)
380
380
 
381
- @property
381
+ @_builtins.property
382
382
  @pulumi.getter(name="parentRef")
383
383
  def parent_ref(self) -> Optional[pulumi.Input['ParentReferencePatchArgs']]:
384
384
  """
@@ -413,7 +413,7 @@ class IPAddressSpecArgs:
413
413
  """
414
414
  pulumi.set(__self__, "parent_ref", parent_ref)
415
415
 
416
- @property
416
+ @_builtins.property
417
417
  @pulumi.getter(name="parentRef")
418
418
  def parent_ref(self) -> pulumi.Input['ParentReferenceArgs']:
419
419
  """
@@ -431,11 +431,11 @@ if not MYPY:
431
431
  """
432
432
  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
433
433
  """
434
- api_version: NotRequired[pulumi.Input[str]]
434
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
435
435
  """
436
436
  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
437
437
  """
438
- kind: NotRequired[pulumi.Input[str]]
438
+ kind: NotRequired[pulumi.Input[_builtins.str]]
439
439
  """
440
440
  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
441
441
  """
@@ -453,14 +453,14 @@ elif False:
453
453
  @pulumi.input_type
454
454
  class IPAddressArgs:
455
455
  def __init__(__self__, *,
456
- api_version: Optional[pulumi.Input[str]] = None,
457
- kind: Optional[pulumi.Input[str]] = None,
456
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
457
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
458
458
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
459
459
  spec: Optional[pulumi.Input['IPAddressSpecArgs']] = None):
460
460
  """
461
461
  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
462
- :param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
463
- :param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
462
+ :param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
463
+ :param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
464
464
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
465
465
  :param pulumi.Input['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
466
466
  """
@@ -473,31 +473,31 @@ class IPAddressArgs:
473
473
  if spec is not None:
474
474
  pulumi.set(__self__, "spec", spec)
475
475
 
476
- @property
476
+ @_builtins.property
477
477
  @pulumi.getter(name="apiVersion")
478
- def api_version(self) -> Optional[pulumi.Input[str]]:
478
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
479
479
  """
480
480
  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
481
481
  """
482
482
  return pulumi.get(self, "api_version")
483
483
 
484
484
  @api_version.setter
485
- def api_version(self, value: Optional[pulumi.Input[str]]):
485
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
486
486
  pulumi.set(self, "api_version", value)
487
487
 
488
- @property
488
+ @_builtins.property
489
489
  @pulumi.getter
490
- def kind(self) -> Optional[pulumi.Input[str]]:
490
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
491
491
  """
492
492
  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
493
493
  """
494
494
  return pulumi.get(self, "kind")
495
495
 
496
496
  @kind.setter
497
- def kind(self, value: Optional[pulumi.Input[str]]):
497
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
498
498
  pulumi.set(self, "kind", value)
499
499
 
500
- @property
500
+ @_builtins.property
501
501
  @pulumi.getter
502
502
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
503
503
  """
@@ -509,7 +509,7 @@ class IPAddressArgs:
509
509
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
510
510
  pulumi.set(self, "metadata", value)
511
511
 
512
- @property
512
+ @_builtins.property
513
513
  @pulumi.getter
514
514
  def spec(self) -> Optional[pulumi.Input['IPAddressSpecArgs']]:
515
515
  """
@@ -531,11 +531,11 @@ if not MYPY:
531
531
  """
532
532
  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.
533
533
  """
534
- service_name: NotRequired[pulumi.Input[str]]
534
+ service_name: NotRequired[pulumi.Input[_builtins.str]]
535
535
  """
536
536
  Specifies the name of the referenced service.
537
537
  """
538
- service_port: NotRequired[pulumi.Input[Union[int, str]]]
538
+ service_port: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
539
539
  """
540
540
  Specifies the port of the referenced service.
541
541
  """
@@ -546,13 +546,13 @@ elif False:
546
546
  class IngressBackendPatchArgs:
547
547
  def __init__(__self__, *,
548
548
  resource: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']] = None,
549
- service_name: Optional[pulumi.Input[str]] = None,
550
- service_port: Optional[pulumi.Input[Union[int, str]]] = None):
549
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
550
+ service_port: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None):
551
551
  """
552
552
  IngressBackend describes all endpoints for a given service and port.
553
553
  :param pulumi.Input['_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.
554
- :param pulumi.Input[str] service_name: Specifies the name of the referenced service.
555
- :param pulumi.Input[Union[int, str]] service_port: Specifies the port of the referenced service.
554
+ :param pulumi.Input[_builtins.str] service_name: Specifies the name of the referenced service.
555
+ :param pulumi.Input[Union[_builtins.int, _builtins.str]] service_port: Specifies the port of the referenced service.
556
556
  """
557
557
  if resource is not None:
558
558
  pulumi.set(__self__, "resource", resource)
@@ -561,7 +561,7 @@ class IngressBackendPatchArgs:
561
561
  if service_port is not None:
562
562
  pulumi.set(__self__, "service_port", service_port)
563
563
 
564
- @property
564
+ @_builtins.property
565
565
  @pulumi.getter
566
566
  def resource(self) -> Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']]:
567
567
  """
@@ -573,28 +573,28 @@ class IngressBackendPatchArgs:
573
573
  def resource(self, value: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']]):
574
574
  pulumi.set(self, "resource", value)
575
575
 
576
- @property
576
+ @_builtins.property
577
577
  @pulumi.getter(name="serviceName")
578
- def service_name(self) -> Optional[pulumi.Input[str]]:
578
+ def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
579
579
  """
580
580
  Specifies the name of the referenced service.
581
581
  """
582
582
  return pulumi.get(self, "service_name")
583
583
 
584
584
  @service_name.setter
585
- def service_name(self, value: Optional[pulumi.Input[str]]):
585
+ def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
586
586
  pulumi.set(self, "service_name", value)
587
587
 
588
- @property
588
+ @_builtins.property
589
589
  @pulumi.getter(name="servicePort")
590
- def service_port(self) -> Optional[pulumi.Input[Union[int, str]]]:
590
+ def service_port(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
591
591
  """
592
592
  Specifies the port of the referenced service.
593
593
  """
594
594
  return pulumi.get(self, "service_port")
595
595
 
596
596
  @service_port.setter
597
- def service_port(self, value: Optional[pulumi.Input[Union[int, str]]]):
597
+ def service_port(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
598
598
  pulumi.set(self, "service_port", value)
599
599
 
600
600
 
@@ -603,11 +603,11 @@ if not MYPY:
603
603
  """
604
604
  IngressBackend describes all endpoints for a given service and port.
605
605
  """
606
- service_name: pulumi.Input[str]
606
+ service_name: pulumi.Input[_builtins.str]
607
607
  """
608
608
  Specifies the name of the referenced service.
609
609
  """
610
- service_port: pulumi.Input[Union[int, str]]
610
+ service_port: pulumi.Input[Union[_builtins.int, _builtins.str]]
611
611
  """
612
612
  Specifies the port of the referenced service.
613
613
  """
@@ -621,13 +621,13 @@ elif False:
621
621
  @pulumi.input_type
622
622
  class IngressBackendArgs:
623
623
  def __init__(__self__, *,
624
- service_name: pulumi.Input[str],
625
- service_port: pulumi.Input[Union[int, str]],
624
+ service_name: pulumi.Input[_builtins.str],
625
+ service_port: pulumi.Input[Union[_builtins.int, _builtins.str]],
626
626
  resource: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs']] = None):
627
627
  """
628
628
  IngressBackend describes all endpoints for a given service and port.
629
- :param pulumi.Input[str] service_name: Specifies the name of the referenced service.
630
- :param pulumi.Input[Union[int, str]] service_port: Specifies the port of the referenced service.
629
+ :param pulumi.Input[_builtins.str] service_name: Specifies the name of the referenced service.
630
+ :param pulumi.Input[Union[_builtins.int, _builtins.str]] service_port: Specifies the port of the referenced service.
631
631
  :param pulumi.Input['_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.
632
632
  """
633
633
  pulumi.set(__self__, "service_name", service_name)
@@ -635,31 +635,31 @@ class IngressBackendArgs:
635
635
  if resource is not None:
636
636
  pulumi.set(__self__, "resource", resource)
637
637
 
638
- @property
638
+ @_builtins.property
639
639
  @pulumi.getter(name="serviceName")
640
- def service_name(self) -> pulumi.Input[str]:
640
+ def service_name(self) -> pulumi.Input[_builtins.str]:
641
641
  """
642
642
  Specifies the name of the referenced service.
643
643
  """
644
644
  return pulumi.get(self, "service_name")
645
645
 
646
646
  @service_name.setter
647
- def service_name(self, value: pulumi.Input[str]):
647
+ def service_name(self, value: pulumi.Input[_builtins.str]):
648
648
  pulumi.set(self, "service_name", value)
649
649
 
650
- @property
650
+ @_builtins.property
651
651
  @pulumi.getter(name="servicePort")
652
- def service_port(self) -> pulumi.Input[Union[int, str]]:
652
+ def service_port(self) -> pulumi.Input[Union[_builtins.int, _builtins.str]]:
653
653
  """
654
654
  Specifies the port of the referenced service.
655
655
  """
656
656
  return pulumi.get(self, "service_port")
657
657
 
658
658
  @service_port.setter
659
- def service_port(self, value: pulumi.Input[Union[int, str]]):
659
+ def service_port(self, value: pulumi.Input[Union[_builtins.int, _builtins.str]]):
660
660
  pulumi.set(self, "service_port", value)
661
661
 
662
- @property
662
+ @_builtins.property
663
663
  @pulumi.getter
664
664
  def resource(self) -> Optional[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs']]:
665
665
  """
@@ -677,7 +677,7 @@ if not MYPY:
677
677
  """
678
678
  IngressClassSpec provides information about the class of an Ingress.
679
679
  """
680
- controller: NotRequired[pulumi.Input[str]]
680
+ controller: NotRequired[pulumi.Input[_builtins.str]]
681
681
  """
682
682
  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.
683
683
  """
@@ -691,11 +691,11 @@ elif False:
691
691
  @pulumi.input_type
692
692
  class IngressClassSpecPatchArgs:
693
693
  def __init__(__self__, *,
694
- controller: Optional[pulumi.Input[str]] = None,
694
+ controller: Optional[pulumi.Input[_builtins.str]] = None,
695
695
  parameters: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']] = None):
696
696
  """
697
697
  IngressClassSpec provides information about the class of an Ingress.
698
- :param pulumi.Input[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.
698
+ :param pulumi.Input[_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.
699
699
  :param pulumi.Input['_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.
700
700
  """
701
701
  if controller is not None:
@@ -703,19 +703,19 @@ class IngressClassSpecPatchArgs:
703
703
  if parameters is not None:
704
704
  pulumi.set(__self__, "parameters", parameters)
705
705
 
706
- @property
706
+ @_builtins.property
707
707
  @pulumi.getter
708
- def controller(self) -> Optional[pulumi.Input[str]]:
708
+ def controller(self) -> Optional[pulumi.Input[_builtins.str]]:
709
709
  """
710
710
  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.
711
711
  """
712
712
  return pulumi.get(self, "controller")
713
713
 
714
714
  @controller.setter
715
- def controller(self, value: Optional[pulumi.Input[str]]):
715
+ def controller(self, value: Optional[pulumi.Input[_builtins.str]]):
716
716
  pulumi.set(self, "controller", value)
717
717
 
718
- @property
718
+ @_builtins.property
719
719
  @pulumi.getter
720
720
  def parameters(self) -> Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']]:
721
721
  """
@@ -733,7 +733,7 @@ if not MYPY:
733
733
  """
734
734
  IngressClassSpec provides information about the class of an Ingress.
735
735
  """
736
- controller: NotRequired[pulumi.Input[str]]
736
+ controller: NotRequired[pulumi.Input[_builtins.str]]
737
737
  """
738
738
  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.
739
739
  """
@@ -747,11 +747,11 @@ elif False:
747
747
  @pulumi.input_type
748
748
  class IngressClassSpecArgs:
749
749
  def __init__(__self__, *,
750
- controller: Optional[pulumi.Input[str]] = None,
750
+ controller: Optional[pulumi.Input[_builtins.str]] = None,
751
751
  parameters: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs']] = None):
752
752
  """
753
753
  IngressClassSpec provides information about the class of an Ingress.
754
- :param pulumi.Input[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.
754
+ :param pulumi.Input[_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.
755
755
  :param pulumi.Input['_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.
756
756
  """
757
757
  if controller is not None:
@@ -759,19 +759,19 @@ class IngressClassSpecArgs:
759
759
  if parameters is not None:
760
760
  pulumi.set(__self__, "parameters", parameters)
761
761
 
762
- @property
762
+ @_builtins.property
763
763
  @pulumi.getter
764
- def controller(self) -> Optional[pulumi.Input[str]]:
764
+ def controller(self) -> Optional[pulumi.Input[_builtins.str]]:
765
765
  """
766
766
  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.
767
767
  """
768
768
  return pulumi.get(self, "controller")
769
769
 
770
770
  @controller.setter
771
- def controller(self, value: Optional[pulumi.Input[str]]):
771
+ def controller(self, value: Optional[pulumi.Input[_builtins.str]]):
772
772
  pulumi.set(self, "controller", value)
773
773
 
774
- @property
774
+ @_builtins.property
775
775
  @pulumi.getter
776
776
  def parameters(self) -> Optional[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs']]:
777
777
  """
@@ -789,11 +789,11 @@ if not MYPY:
789
789
  """
790
790
  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.
791
791
  """
792
- api_version: NotRequired[pulumi.Input[str]]
792
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
793
793
  """
794
794
  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
795
795
  """
796
- kind: NotRequired[pulumi.Input[str]]
796
+ kind: NotRequired[pulumi.Input[_builtins.str]]
797
797
  """
798
798
  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
799
799
  """
@@ -811,14 +811,14 @@ elif False:
811
811
  @pulumi.input_type
812
812
  class IngressClassArgs:
813
813
  def __init__(__self__, *,
814
- api_version: Optional[pulumi.Input[str]] = None,
815
- kind: Optional[pulumi.Input[str]] = None,
814
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
815
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
816
816
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
817
817
  spec: Optional[pulumi.Input['IngressClassSpecArgs']] = None):
818
818
  """
819
819
  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.
820
- :param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
821
- :param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
820
+ :param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
821
+ :param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
822
822
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
823
823
  :param pulumi.Input['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
824
824
  """
@@ -831,31 +831,31 @@ class IngressClassArgs:
831
831
  if spec is not None:
832
832
  pulumi.set(__self__, "spec", spec)
833
833
 
834
- @property
834
+ @_builtins.property
835
835
  @pulumi.getter(name="apiVersion")
836
- def api_version(self) -> Optional[pulumi.Input[str]]:
836
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
837
837
  """
838
838
  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
839
839
  """
840
840
  return pulumi.get(self, "api_version")
841
841
 
842
842
  @api_version.setter
843
- def api_version(self, value: Optional[pulumi.Input[str]]):
843
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
844
844
  pulumi.set(self, "api_version", value)
845
845
 
846
- @property
846
+ @_builtins.property
847
847
  @pulumi.getter
848
- def kind(self) -> Optional[pulumi.Input[str]]:
848
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
849
849
  """
850
850
  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
851
851
  """
852
852
  return pulumi.get(self, "kind")
853
853
 
854
854
  @kind.setter
855
- def kind(self, value: Optional[pulumi.Input[str]]):
855
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
856
856
  pulumi.set(self, "kind", value)
857
857
 
858
- @property
858
+ @_builtins.property
859
859
  @pulumi.getter
860
860
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
861
861
  """
@@ -867,7 +867,7 @@ class IngressClassArgs:
867
867
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
868
868
  pulumi.set(self, "metadata", value)
869
869
 
870
- @property
870
+ @_builtins.property
871
871
  @pulumi.getter
872
872
  def spec(self) -> Optional[pulumi.Input['IngressClassSpecArgs']]:
873
873
  """
@@ -885,7 +885,7 @@ if not MYPY:
885
885
  """
886
886
  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.
887
887
  """
888
- host: NotRequired[pulumi.Input[str]]
888
+ host: NotRequired[pulumi.Input[_builtins.str]]
889
889
  """
890
890
  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
891
891
  IP in the Spec of the parent Ingress.
@@ -901,11 +901,11 @@ elif False:
901
901
  @pulumi.input_type
902
902
  class IngressRulePatchArgs:
903
903
  def __init__(__self__, *,
904
- host: Optional[pulumi.Input[str]] = None,
904
+ host: Optional[pulumi.Input[_builtins.str]] = None,
905
905
  http: Optional[pulumi.Input['HTTPIngressRuleValuePatchArgs']] = None):
906
906
  """
907
907
  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.
908
- :param pulumi.Input[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
908
+ :param pulumi.Input[_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
909
909
  IP in the Spec of the parent Ingress.
910
910
  2. The `:` delimiter is not respected because ports are not allowed.
911
911
  Currently the port of an Ingress is implicitly :80 for http and
@@ -917,9 +917,9 @@ class IngressRulePatchArgs:
917
917
  if http is not None:
918
918
  pulumi.set(__self__, "http", http)
919
919
 
920
- @property
920
+ @_builtins.property
921
921
  @pulumi.getter
922
- def host(self) -> Optional[pulumi.Input[str]]:
922
+ def host(self) -> Optional[pulumi.Input[_builtins.str]]:
923
923
  """
924
924
  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
925
925
  IP in the Spec of the parent Ingress.
@@ -931,10 +931,10 @@ class IngressRulePatchArgs:
931
931
  return pulumi.get(self, "host")
932
932
 
933
933
  @host.setter
934
- def host(self, value: Optional[pulumi.Input[str]]):
934
+ def host(self, value: Optional[pulumi.Input[_builtins.str]]):
935
935
  pulumi.set(self, "host", value)
936
936
 
937
- @property
937
+ @_builtins.property
938
938
  @pulumi.getter
939
939
  def http(self) -> Optional[pulumi.Input['HTTPIngressRuleValuePatchArgs']]:
940
940
  return pulumi.get(self, "http")
@@ -949,7 +949,7 @@ if not MYPY:
949
949
  """
950
950
  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.
951
951
  """
952
- host: NotRequired[pulumi.Input[str]]
952
+ host: NotRequired[pulumi.Input[_builtins.str]]
953
953
  """
954
954
  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
955
955
  IP in the Spec of the parent Ingress.
@@ -965,11 +965,11 @@ elif False:
965
965
  @pulumi.input_type
966
966
  class IngressRuleArgs:
967
967
  def __init__(__self__, *,
968
- host: Optional[pulumi.Input[str]] = None,
968
+ host: Optional[pulumi.Input[_builtins.str]] = None,
969
969
  http: Optional[pulumi.Input['HTTPIngressRuleValueArgs']] = None):
970
970
  """
971
971
  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.
972
- :param pulumi.Input[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
972
+ :param pulumi.Input[_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
973
973
  IP in the Spec of the parent Ingress.
974
974
  2. The `:` delimiter is not respected because ports are not allowed.
975
975
  Currently the port of an Ingress is implicitly :80 for http and
@@ -981,9 +981,9 @@ class IngressRuleArgs:
981
981
  if http is not None:
982
982
  pulumi.set(__self__, "http", http)
983
983
 
984
- @property
984
+ @_builtins.property
985
985
  @pulumi.getter
986
- def host(self) -> Optional[pulumi.Input[str]]:
986
+ def host(self) -> Optional[pulumi.Input[_builtins.str]]:
987
987
  """
988
988
  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
989
989
  IP in the Spec of the parent Ingress.
@@ -995,10 +995,10 @@ class IngressRuleArgs:
995
995
  return pulumi.get(self, "host")
996
996
 
997
997
  @host.setter
998
- def host(self, value: Optional[pulumi.Input[str]]):
998
+ def host(self, value: Optional[pulumi.Input[_builtins.str]]):
999
999
  pulumi.set(self, "host", value)
1000
1000
 
1001
- @property
1001
+ @_builtins.property
1002
1002
  @pulumi.getter
1003
1003
  def http(self) -> Optional[pulumi.Input['HTTPIngressRuleValueArgs']]:
1004
1004
  return pulumi.get(self, "http")
@@ -1017,7 +1017,7 @@ if not MYPY:
1017
1017
  """
1018
1018
  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.
1019
1019
  """
1020
- ingress_class_name: NotRequired[pulumi.Input[str]]
1020
+ ingress_class_name: NotRequired[pulumi.Input[_builtins.str]]
1021
1021
  """
1022
1022
  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.
1023
1023
  """
@@ -1036,13 +1036,13 @@ elif False:
1036
1036
  class IngressSpecPatchArgs:
1037
1037
  def __init__(__self__, *,
1038
1038
  backend: Optional[pulumi.Input['IngressBackendPatchArgs']] = None,
1039
- ingress_class_name: Optional[pulumi.Input[str]] = None,
1039
+ ingress_class_name: Optional[pulumi.Input[_builtins.str]] = None,
1040
1040
  rules: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]] = None,
1041
1041
  tls: Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgs']]]] = None):
1042
1042
  """
1043
1043
  IngressSpec describes the Ingress the user wishes to exist.
1044
1044
  :param pulumi.Input['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.
1045
- :param pulumi.Input[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.
1045
+ :param pulumi.Input[_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.
1046
1046
  :param pulumi.Input[Sequence[pulumi.Input['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.
1047
1047
  :param pulumi.Input[Sequence[pulumi.Input['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.
1048
1048
  """
@@ -1055,7 +1055,7 @@ class IngressSpecPatchArgs:
1055
1055
  if tls is not None:
1056
1056
  pulumi.set(__self__, "tls", tls)
1057
1057
 
1058
- @property
1058
+ @_builtins.property
1059
1059
  @pulumi.getter
1060
1060
  def backend(self) -> Optional[pulumi.Input['IngressBackendPatchArgs']]:
1061
1061
  """
@@ -1067,19 +1067,19 @@ class IngressSpecPatchArgs:
1067
1067
  def backend(self, value: Optional[pulumi.Input['IngressBackendPatchArgs']]):
1068
1068
  pulumi.set(self, "backend", value)
1069
1069
 
1070
- @property
1070
+ @_builtins.property
1071
1071
  @pulumi.getter(name="ingressClassName")
1072
- def ingress_class_name(self) -> Optional[pulumi.Input[str]]:
1072
+ def ingress_class_name(self) -> Optional[pulumi.Input[_builtins.str]]:
1073
1073
  """
1074
1074
  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.
1075
1075
  """
1076
1076
  return pulumi.get(self, "ingress_class_name")
1077
1077
 
1078
1078
  @ingress_class_name.setter
1079
- def ingress_class_name(self, value: Optional[pulumi.Input[str]]):
1079
+ def ingress_class_name(self, value: Optional[pulumi.Input[_builtins.str]]):
1080
1080
  pulumi.set(self, "ingress_class_name", value)
1081
1081
 
1082
- @property
1082
+ @_builtins.property
1083
1083
  @pulumi.getter
1084
1084
  def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]]:
1085
1085
  """
@@ -1091,7 +1091,7 @@ class IngressSpecPatchArgs:
1091
1091
  def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]]):
1092
1092
  pulumi.set(self, "rules", value)
1093
1093
 
1094
- @property
1094
+ @_builtins.property
1095
1095
  @pulumi.getter
1096
1096
  def tls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgs']]]]:
1097
1097
  """
@@ -1113,7 +1113,7 @@ if not MYPY:
1113
1113
  """
1114
1114
  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.
1115
1115
  """
1116
- ingress_class_name: NotRequired[pulumi.Input[str]]
1116
+ ingress_class_name: NotRequired[pulumi.Input[_builtins.str]]
1117
1117
  """
1118
1118
  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.
1119
1119
  """
@@ -1132,13 +1132,13 @@ elif False:
1132
1132
  class IngressSpecArgs:
1133
1133
  def __init__(__self__, *,
1134
1134
  backend: Optional[pulumi.Input['IngressBackendArgs']] = None,
1135
- ingress_class_name: Optional[pulumi.Input[str]] = None,
1135
+ ingress_class_name: Optional[pulumi.Input[_builtins.str]] = None,
1136
1136
  rules: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]] = None,
1137
1137
  tls: Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSArgs']]]] = None):
1138
1138
  """
1139
1139
  IngressSpec describes the Ingress the user wishes to exist.
1140
1140
  :param pulumi.Input['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.
1141
- :param pulumi.Input[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.
1141
+ :param pulumi.Input[_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.
1142
1142
  :param pulumi.Input[Sequence[pulumi.Input['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.
1143
1143
  :param pulumi.Input[Sequence[pulumi.Input['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.
1144
1144
  """
@@ -1151,7 +1151,7 @@ class IngressSpecArgs:
1151
1151
  if tls is not None:
1152
1152
  pulumi.set(__self__, "tls", tls)
1153
1153
 
1154
- @property
1154
+ @_builtins.property
1155
1155
  @pulumi.getter
1156
1156
  def backend(self) -> Optional[pulumi.Input['IngressBackendArgs']]:
1157
1157
  """
@@ -1163,19 +1163,19 @@ class IngressSpecArgs:
1163
1163
  def backend(self, value: Optional[pulumi.Input['IngressBackendArgs']]):
1164
1164
  pulumi.set(self, "backend", value)
1165
1165
 
1166
- @property
1166
+ @_builtins.property
1167
1167
  @pulumi.getter(name="ingressClassName")
1168
- def ingress_class_name(self) -> Optional[pulumi.Input[str]]:
1168
+ def ingress_class_name(self) -> Optional[pulumi.Input[_builtins.str]]:
1169
1169
  """
1170
1170
  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.
1171
1171
  """
1172
1172
  return pulumi.get(self, "ingress_class_name")
1173
1173
 
1174
1174
  @ingress_class_name.setter
1175
- def ingress_class_name(self, value: Optional[pulumi.Input[str]]):
1175
+ def ingress_class_name(self, value: Optional[pulumi.Input[_builtins.str]]):
1176
1176
  pulumi.set(self, "ingress_class_name", value)
1177
1177
 
1178
- @property
1178
+ @_builtins.property
1179
1179
  @pulumi.getter
1180
1180
  def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]]:
1181
1181
  """
@@ -1187,7 +1187,7 @@ class IngressSpecArgs:
1187
1187
  def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]]):
1188
1188
  pulumi.set(self, "rules", value)
1189
1189
 
1190
- @property
1190
+ @_builtins.property
1191
1191
  @pulumi.getter
1192
1192
  def tls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSArgs']]]]:
1193
1193
  """
@@ -1223,7 +1223,7 @@ class IngressStatusArgs:
1223
1223
  if load_balancer is not None:
1224
1224
  pulumi.set(__self__, "load_balancer", load_balancer)
1225
1225
 
1226
- @property
1226
+ @_builtins.property
1227
1227
  @pulumi.getter(name="loadBalancer")
1228
1228
  def load_balancer(self) -> Optional[pulumi.Input['_core.v1.LoadBalancerStatusArgs']]:
1229
1229
  """
@@ -1241,11 +1241,11 @@ if not MYPY:
1241
1241
  """
1242
1242
  IngressTLS describes the transport layer security associated with an Ingress.
1243
1243
  """
1244
- hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1244
+ hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1245
1245
  """
1246
1246
  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.
1247
1247
  """
1248
- secret_name: NotRequired[pulumi.Input[str]]
1248
+ secret_name: NotRequired[pulumi.Input[_builtins.str]]
1249
1249
  """
1250
1250
  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.
1251
1251
  """
@@ -1255,40 +1255,40 @@ elif False:
1255
1255
  @pulumi.input_type
1256
1256
  class IngressTLSPatchArgs:
1257
1257
  def __init__(__self__, *,
1258
- hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1259
- secret_name: Optional[pulumi.Input[str]] = None):
1258
+ hosts: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1259
+ secret_name: Optional[pulumi.Input[_builtins.str]] = None):
1260
1260
  """
1261
1261
  IngressTLS describes the transport layer security associated with an Ingress.
1262
- :param pulumi.Input[Sequence[pulumi.Input[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.
1263
- :param pulumi.Input[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.
1262
+ :param pulumi.Input[Sequence[pulumi.Input[_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.
1263
+ :param pulumi.Input[_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.
1264
1264
  """
1265
1265
  if hosts is not None:
1266
1266
  pulumi.set(__self__, "hosts", hosts)
1267
1267
  if secret_name is not None:
1268
1268
  pulumi.set(__self__, "secret_name", secret_name)
1269
1269
 
1270
- @property
1270
+ @_builtins.property
1271
1271
  @pulumi.getter
1272
- def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1272
+ def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1273
1273
  """
1274
1274
  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.
1275
1275
  """
1276
1276
  return pulumi.get(self, "hosts")
1277
1277
 
1278
1278
  @hosts.setter
1279
- def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1279
+ def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1280
1280
  pulumi.set(self, "hosts", value)
1281
1281
 
1282
- @property
1282
+ @_builtins.property
1283
1283
  @pulumi.getter(name="secretName")
1284
- def secret_name(self) -> Optional[pulumi.Input[str]]:
1284
+ def secret_name(self) -> Optional[pulumi.Input[_builtins.str]]:
1285
1285
  """
1286
1286
  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.
1287
1287
  """
1288
1288
  return pulumi.get(self, "secret_name")
1289
1289
 
1290
1290
  @secret_name.setter
1291
- def secret_name(self, value: Optional[pulumi.Input[str]]):
1291
+ def secret_name(self, value: Optional[pulumi.Input[_builtins.str]]):
1292
1292
  pulumi.set(self, "secret_name", value)
1293
1293
 
1294
1294
 
@@ -1297,11 +1297,11 @@ if not MYPY:
1297
1297
  """
1298
1298
  IngressTLS describes the transport layer security associated with an Ingress.
1299
1299
  """
1300
- hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1300
+ hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1301
1301
  """
1302
1302
  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.
1303
1303
  """
1304
- secret_name: NotRequired[pulumi.Input[str]]
1304
+ secret_name: NotRequired[pulumi.Input[_builtins.str]]
1305
1305
  """
1306
1306
  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.
1307
1307
  """
@@ -1311,40 +1311,40 @@ elif False:
1311
1311
  @pulumi.input_type
1312
1312
  class IngressTLSArgs:
1313
1313
  def __init__(__self__, *,
1314
- hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1315
- secret_name: Optional[pulumi.Input[str]] = None):
1314
+ hosts: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1315
+ secret_name: Optional[pulumi.Input[_builtins.str]] = None):
1316
1316
  """
1317
1317
  IngressTLS describes the transport layer security associated with an Ingress.
1318
- :param pulumi.Input[Sequence[pulumi.Input[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.
1319
- :param pulumi.Input[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.
1318
+ :param pulumi.Input[Sequence[pulumi.Input[_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.
1319
+ :param pulumi.Input[_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.
1320
1320
  """
1321
1321
  if hosts is not None:
1322
1322
  pulumi.set(__self__, "hosts", hosts)
1323
1323
  if secret_name is not None:
1324
1324
  pulumi.set(__self__, "secret_name", secret_name)
1325
1325
 
1326
- @property
1326
+ @_builtins.property
1327
1327
  @pulumi.getter
1328
- def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1328
+ def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1329
1329
  """
1330
1330
  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.
1331
1331
  """
1332
1332
  return pulumi.get(self, "hosts")
1333
1333
 
1334
1334
  @hosts.setter
1335
- def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1335
+ def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1336
1336
  pulumi.set(self, "hosts", value)
1337
1337
 
1338
- @property
1338
+ @_builtins.property
1339
1339
  @pulumi.getter(name="secretName")
1340
- def secret_name(self) -> Optional[pulumi.Input[str]]:
1340
+ def secret_name(self) -> Optional[pulumi.Input[_builtins.str]]:
1341
1341
  """
1342
1342
  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.
1343
1343
  """
1344
1344
  return pulumi.get(self, "secret_name")
1345
1345
 
1346
1346
  @secret_name.setter
1347
- def secret_name(self, value: Optional[pulumi.Input[str]]):
1347
+ def secret_name(self, value: Optional[pulumi.Input[_builtins.str]]):
1348
1348
  pulumi.set(self, "secret_name", value)
1349
1349
 
1350
1350
 
@@ -1367,11 +1367,11 @@ if not MYPY:
1367
1367
  time out and mark the resource update as Failed. You can override the default timeout value
1368
1368
  by setting the 'customTimeouts' option on the resource.
1369
1369
  """
1370
- api_version: NotRequired[pulumi.Input[str]]
1370
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
1371
1371
  """
1372
1372
  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
1373
1373
  """
1374
- kind: NotRequired[pulumi.Input[str]]
1374
+ kind: NotRequired[pulumi.Input[_builtins.str]]
1375
1375
  """
1376
1376
  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
1377
  """
@@ -1393,8 +1393,8 @@ elif False:
1393
1393
  @pulumi.input_type
1394
1394
  class IngressArgs:
1395
1395
  def __init__(__self__, *,
1396
- api_version: Optional[pulumi.Input[str]] = None,
1397
- kind: Optional[pulumi.Input[str]] = None,
1396
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
1397
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
1398
1398
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
1399
1399
  spec: Optional[pulumi.Input['IngressSpecArgs']] = None,
1400
1400
  status: Optional[pulumi.Input['IngressStatusArgs']] = None):
@@ -1414,8 +1414,8 @@ class IngressArgs:
1414
1414
  If the Ingress has not reached a Ready state after 10 minutes, it will
1415
1415
  time out and mark the resource update as Failed. You can override the default timeout value
1416
1416
  by setting the 'customTimeouts' option on the resource.
1417
- :param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1418
- :param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1417
+ :param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1418
+ :param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1419
1419
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1420
1420
  :param pulumi.Input['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
1421
1421
  :param pulumi.Input['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
@@ -1431,31 +1431,31 @@ class IngressArgs:
1431
1431
  if status is not None:
1432
1432
  pulumi.set(__self__, "status", status)
1433
1433
 
1434
- @property
1434
+ @_builtins.property
1435
1435
  @pulumi.getter(name="apiVersion")
1436
- def api_version(self) -> Optional[pulumi.Input[str]]:
1436
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
1437
1437
  """
1438
1438
  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
1439
1439
  """
1440
1440
  return pulumi.get(self, "api_version")
1441
1441
 
1442
1442
  @api_version.setter
1443
- def api_version(self, value: Optional[pulumi.Input[str]]):
1443
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
1444
1444
  pulumi.set(self, "api_version", value)
1445
1445
 
1446
- @property
1446
+ @_builtins.property
1447
1447
  @pulumi.getter
1448
- def kind(self) -> Optional[pulumi.Input[str]]:
1448
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
1449
1449
  """
1450
1450
  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
1451
1451
  """
1452
1452
  return pulumi.get(self, "kind")
1453
1453
 
1454
1454
  @kind.setter
1455
- def kind(self, value: Optional[pulumi.Input[str]]):
1455
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
1456
1456
  pulumi.set(self, "kind", value)
1457
1457
 
1458
- @property
1458
+ @_builtins.property
1459
1459
  @pulumi.getter
1460
1460
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
1461
1461
  """
@@ -1467,7 +1467,7 @@ class IngressArgs:
1467
1467
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
1468
1468
  pulumi.set(self, "metadata", value)
1469
1469
 
1470
- @property
1470
+ @_builtins.property
1471
1471
  @pulumi.getter
1472
1472
  def spec(self) -> Optional[pulumi.Input['IngressSpecArgs']]:
1473
1473
  """
@@ -1479,7 +1479,7 @@ class IngressArgs:
1479
1479
  def spec(self, value: Optional[pulumi.Input['IngressSpecArgs']]):
1480
1480
  pulumi.set(self, "spec", value)
1481
1481
 
1482
- @property
1482
+ @_builtins.property
1483
1483
  @pulumi.getter
1484
1484
  def status(self) -> Optional[pulumi.Input['IngressStatusArgs']]:
1485
1485
  """
@@ -1497,19 +1497,19 @@ if not MYPY:
1497
1497
  """
1498
1498
  ParentReference describes a reference to a parent object.
1499
1499
  """
1500
- group: NotRequired[pulumi.Input[str]]
1500
+ group: NotRequired[pulumi.Input[_builtins.str]]
1501
1501
  """
1502
1502
  Group is the group of the object being referenced.
1503
1503
  """
1504
- name: NotRequired[pulumi.Input[str]]
1504
+ name: NotRequired[pulumi.Input[_builtins.str]]
1505
1505
  """
1506
1506
  Name is the name of the object being referenced.
1507
1507
  """
1508
- namespace: NotRequired[pulumi.Input[str]]
1508
+ namespace: NotRequired[pulumi.Input[_builtins.str]]
1509
1509
  """
1510
1510
  Namespace is the namespace of the object being referenced.
1511
1511
  """
1512
- resource: NotRequired[pulumi.Input[str]]
1512
+ resource: NotRequired[pulumi.Input[_builtins.str]]
1513
1513
  """
1514
1514
  Resource is the resource of the object being referenced.
1515
1515
  """
@@ -1519,16 +1519,16 @@ elif False:
1519
1519
  @pulumi.input_type
1520
1520
  class ParentReferencePatchArgs:
1521
1521
  def __init__(__self__, *,
1522
- group: Optional[pulumi.Input[str]] = None,
1523
- name: Optional[pulumi.Input[str]] = None,
1524
- namespace: Optional[pulumi.Input[str]] = None,
1525
- resource: Optional[pulumi.Input[str]] = None):
1522
+ group: Optional[pulumi.Input[_builtins.str]] = None,
1523
+ name: Optional[pulumi.Input[_builtins.str]] = None,
1524
+ namespace: Optional[pulumi.Input[_builtins.str]] = None,
1525
+ resource: Optional[pulumi.Input[_builtins.str]] = None):
1526
1526
  """
1527
1527
  ParentReference describes a reference to a parent object.
1528
- :param pulumi.Input[str] group: Group is the group of the object being referenced.
1529
- :param pulumi.Input[str] name: Name is the name of the object being referenced.
1530
- :param pulumi.Input[str] namespace: Namespace is the namespace of the object being referenced.
1531
- :param pulumi.Input[str] resource: Resource is the resource of the object being referenced.
1528
+ :param pulumi.Input[_builtins.str] group: Group is the group of the object being referenced.
1529
+ :param pulumi.Input[_builtins.str] name: Name is the name of the object being referenced.
1530
+ :param pulumi.Input[_builtins.str] namespace: Namespace is the namespace of the object being referenced.
1531
+ :param pulumi.Input[_builtins.str] resource: Resource is the resource of the object being referenced.
1532
1532
  """
1533
1533
  if group is not None:
1534
1534
  pulumi.set(__self__, "group", group)
@@ -1539,52 +1539,52 @@ class ParentReferencePatchArgs:
1539
1539
  if resource is not None:
1540
1540
  pulumi.set(__self__, "resource", resource)
1541
1541
 
1542
- @property
1542
+ @_builtins.property
1543
1543
  @pulumi.getter
1544
- def group(self) -> Optional[pulumi.Input[str]]:
1544
+ def group(self) -> Optional[pulumi.Input[_builtins.str]]:
1545
1545
  """
1546
1546
  Group is the group of the object being referenced.
1547
1547
  """
1548
1548
  return pulumi.get(self, "group")
1549
1549
 
1550
1550
  @group.setter
1551
- def group(self, value: Optional[pulumi.Input[str]]):
1551
+ def group(self, value: Optional[pulumi.Input[_builtins.str]]):
1552
1552
  pulumi.set(self, "group", value)
1553
1553
 
1554
- @property
1554
+ @_builtins.property
1555
1555
  @pulumi.getter
1556
- def name(self) -> Optional[pulumi.Input[str]]:
1556
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
1557
1557
  """
1558
1558
  Name is the name of the object being referenced.
1559
1559
  """
1560
1560
  return pulumi.get(self, "name")
1561
1561
 
1562
1562
  @name.setter
1563
- def name(self, value: Optional[pulumi.Input[str]]):
1563
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
1564
1564
  pulumi.set(self, "name", value)
1565
1565
 
1566
- @property
1566
+ @_builtins.property
1567
1567
  @pulumi.getter
1568
- def namespace(self) -> Optional[pulumi.Input[str]]:
1568
+ def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
1569
1569
  """
1570
1570
  Namespace is the namespace of the object being referenced.
1571
1571
  """
1572
1572
  return pulumi.get(self, "namespace")
1573
1573
 
1574
1574
  @namespace.setter
1575
- def namespace(self, value: Optional[pulumi.Input[str]]):
1575
+ def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
1576
1576
  pulumi.set(self, "namespace", value)
1577
1577
 
1578
- @property
1578
+ @_builtins.property
1579
1579
  @pulumi.getter
1580
- def resource(self) -> Optional[pulumi.Input[str]]:
1580
+ def resource(self) -> Optional[pulumi.Input[_builtins.str]]:
1581
1581
  """
1582
1582
  Resource is the resource of the object being referenced.
1583
1583
  """
1584
1584
  return pulumi.get(self, "resource")
1585
1585
 
1586
1586
  @resource.setter
1587
- def resource(self, value: Optional[pulumi.Input[str]]):
1587
+ def resource(self, value: Optional[pulumi.Input[_builtins.str]]):
1588
1588
  pulumi.set(self, "resource", value)
1589
1589
 
1590
1590
 
@@ -1593,19 +1593,19 @@ if not MYPY:
1593
1593
  """
1594
1594
  ParentReference describes a reference to a parent object.
1595
1595
  """
1596
- name: pulumi.Input[str]
1596
+ name: pulumi.Input[_builtins.str]
1597
1597
  """
1598
1598
  Name is the name of the object being referenced.
1599
1599
  """
1600
- resource: pulumi.Input[str]
1600
+ resource: pulumi.Input[_builtins.str]
1601
1601
  """
1602
1602
  Resource is the resource of the object being referenced.
1603
1603
  """
1604
- group: NotRequired[pulumi.Input[str]]
1604
+ group: NotRequired[pulumi.Input[_builtins.str]]
1605
1605
  """
1606
1606
  Group is the group of the object being referenced.
1607
1607
  """
1608
- namespace: NotRequired[pulumi.Input[str]]
1608
+ namespace: NotRequired[pulumi.Input[_builtins.str]]
1609
1609
  """
1610
1610
  Namespace is the namespace of the object being referenced.
1611
1611
  """
@@ -1615,16 +1615,16 @@ elif False:
1615
1615
  @pulumi.input_type
1616
1616
  class ParentReferenceArgs:
1617
1617
  def __init__(__self__, *,
1618
- name: pulumi.Input[str],
1619
- resource: pulumi.Input[str],
1620
- group: Optional[pulumi.Input[str]] = None,
1621
- namespace: Optional[pulumi.Input[str]] = None):
1618
+ name: pulumi.Input[_builtins.str],
1619
+ resource: pulumi.Input[_builtins.str],
1620
+ group: Optional[pulumi.Input[_builtins.str]] = None,
1621
+ namespace: Optional[pulumi.Input[_builtins.str]] = None):
1622
1622
  """
1623
1623
  ParentReference describes a reference to a parent object.
1624
- :param pulumi.Input[str] name: Name is the name of the object being referenced.
1625
- :param pulumi.Input[str] resource: Resource is the resource of the object being referenced.
1626
- :param pulumi.Input[str] group: Group is the group of the object being referenced.
1627
- :param pulumi.Input[str] namespace: Namespace is the namespace of the object being referenced.
1624
+ :param pulumi.Input[_builtins.str] name: Name is the name of the object being referenced.
1625
+ :param pulumi.Input[_builtins.str] resource: Resource is the resource of the object being referenced.
1626
+ :param pulumi.Input[_builtins.str] group: Group is the group of the object being referenced.
1627
+ :param pulumi.Input[_builtins.str] namespace: Namespace is the namespace of the object being referenced.
1628
1628
  """
1629
1629
  pulumi.set(__self__, "name", name)
1630
1630
  pulumi.set(__self__, "resource", resource)
@@ -1633,52 +1633,52 @@ class ParentReferenceArgs:
1633
1633
  if namespace is not None:
1634
1634
  pulumi.set(__self__, "namespace", namespace)
1635
1635
 
1636
- @property
1636
+ @_builtins.property
1637
1637
  @pulumi.getter
1638
- def name(self) -> pulumi.Input[str]:
1638
+ def name(self) -> pulumi.Input[_builtins.str]:
1639
1639
  """
1640
1640
  Name is the name of the object being referenced.
1641
1641
  """
1642
1642
  return pulumi.get(self, "name")
1643
1643
 
1644
1644
  @name.setter
1645
- def name(self, value: pulumi.Input[str]):
1645
+ def name(self, value: pulumi.Input[_builtins.str]):
1646
1646
  pulumi.set(self, "name", value)
1647
1647
 
1648
- @property
1648
+ @_builtins.property
1649
1649
  @pulumi.getter
1650
- def resource(self) -> pulumi.Input[str]:
1650
+ def resource(self) -> pulumi.Input[_builtins.str]:
1651
1651
  """
1652
1652
  Resource is the resource of the object being referenced.
1653
1653
  """
1654
1654
  return pulumi.get(self, "resource")
1655
1655
 
1656
1656
  @resource.setter
1657
- def resource(self, value: pulumi.Input[str]):
1657
+ def resource(self, value: pulumi.Input[_builtins.str]):
1658
1658
  pulumi.set(self, "resource", value)
1659
1659
 
1660
- @property
1660
+ @_builtins.property
1661
1661
  @pulumi.getter
1662
- def group(self) -> Optional[pulumi.Input[str]]:
1662
+ def group(self) -> Optional[pulumi.Input[_builtins.str]]:
1663
1663
  """
1664
1664
  Group is the group of the object being referenced.
1665
1665
  """
1666
1666
  return pulumi.get(self, "group")
1667
1667
 
1668
1668
  @group.setter
1669
- def group(self, value: Optional[pulumi.Input[str]]):
1669
+ def group(self, value: Optional[pulumi.Input[_builtins.str]]):
1670
1670
  pulumi.set(self, "group", value)
1671
1671
 
1672
- @property
1672
+ @_builtins.property
1673
1673
  @pulumi.getter
1674
- def namespace(self) -> Optional[pulumi.Input[str]]:
1674
+ def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
1675
1675
  """
1676
1676
  Namespace is the namespace of the object being referenced.
1677
1677
  """
1678
1678
  return pulumi.get(self, "namespace")
1679
1679
 
1680
1680
  @namespace.setter
1681
- def namespace(self, value: Optional[pulumi.Input[str]]):
1681
+ def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
1682
1682
  pulumi.set(self, "namespace", value)
1683
1683
 
1684
1684
 
@@ -1687,7 +1687,7 @@ if not MYPY:
1687
1687
  """
1688
1688
  ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
1689
1689
  """
1690
- cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1690
+ cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1691
1691
  """
1692
1692
  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.
1693
1693
  """
@@ -1697,24 +1697,24 @@ elif False:
1697
1697
  @pulumi.input_type
1698
1698
  class ServiceCIDRSpecPatchArgs:
1699
1699
  def __init__(__self__, *,
1700
- cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1700
+ cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
1701
1701
  """
1702
1702
  ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
1703
- :param pulumi.Input[Sequence[pulumi.Input[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.
1703
+ :param pulumi.Input[Sequence[pulumi.Input[_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.
1704
1704
  """
1705
1705
  if cidrs is not None:
1706
1706
  pulumi.set(__self__, "cidrs", cidrs)
1707
1707
 
1708
- @property
1708
+ @_builtins.property
1709
1709
  @pulumi.getter
1710
- def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1710
+ def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1711
1711
  """
1712
1712
  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.
1713
1713
  """
1714
1714
  return pulumi.get(self, "cidrs")
1715
1715
 
1716
1716
  @cidrs.setter
1717
- def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1717
+ def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1718
1718
  pulumi.set(self, "cidrs", value)
1719
1719
 
1720
1720
 
@@ -1723,7 +1723,7 @@ if not MYPY:
1723
1723
  """
1724
1724
  ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
1725
1725
  """
1726
- cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1726
+ cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1727
1727
  """
1728
1728
  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.
1729
1729
  """
@@ -1733,24 +1733,24 @@ elif False:
1733
1733
  @pulumi.input_type
1734
1734
  class ServiceCIDRSpecArgs:
1735
1735
  def __init__(__self__, *,
1736
- cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1736
+ cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
1737
1737
  """
1738
1738
  ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
1739
- :param pulumi.Input[Sequence[pulumi.Input[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.
1739
+ :param pulumi.Input[Sequence[pulumi.Input[_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.
1740
1740
  """
1741
1741
  if cidrs is not None:
1742
1742
  pulumi.set(__self__, "cidrs", cidrs)
1743
1743
 
1744
- @property
1744
+ @_builtins.property
1745
1745
  @pulumi.getter
1746
- def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1746
+ def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1747
1747
  """
1748
1748
  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.
1749
1749
  """
1750
1750
  return pulumi.get(self, "cidrs")
1751
1751
 
1752
1752
  @cidrs.setter
1753
- def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1753
+ def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1754
1754
  pulumi.set(self, "cidrs", value)
1755
1755
 
1756
1756
 
@@ -1777,7 +1777,7 @@ class ServiceCIDRStatusArgs:
1777
1777
  if conditions is not None:
1778
1778
  pulumi.set(__self__, "conditions", conditions)
1779
1779
 
1780
- @property
1780
+ @_builtins.property
1781
1781
  @pulumi.getter
1782
1782
  def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]:
1783
1783
  """
@@ -1795,11 +1795,11 @@ if not MYPY:
1795
1795
  """
1796
1796
  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.
1797
1797
  """
1798
- api_version: NotRequired[pulumi.Input[str]]
1798
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
1799
1799
  """
1800
1800
  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
1801
1801
  """
1802
- kind: NotRequired[pulumi.Input[str]]
1802
+ kind: NotRequired[pulumi.Input[_builtins.str]]
1803
1803
  """
1804
1804
  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
1805
1805
  """
@@ -1821,15 +1821,15 @@ elif False:
1821
1821
  @pulumi.input_type
1822
1822
  class ServiceCIDRArgs:
1823
1823
  def __init__(__self__, *,
1824
- api_version: Optional[pulumi.Input[str]] = None,
1825
- kind: Optional[pulumi.Input[str]] = None,
1824
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
1825
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
1826
1826
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
1827
1827
  spec: Optional[pulumi.Input['ServiceCIDRSpecArgs']] = None,
1828
1828
  status: Optional[pulumi.Input['ServiceCIDRStatusArgs']] = None):
1829
1829
  """
1830
1830
  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.
1831
- :param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1832
- :param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1831
+ :param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1832
+ :param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1833
1833
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1834
1834
  :param pulumi.Input['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
1835
1835
  :param pulumi.Input['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
@@ -1845,31 +1845,31 @@ class ServiceCIDRArgs:
1845
1845
  if status is not None:
1846
1846
  pulumi.set(__self__, "status", status)
1847
1847
 
1848
- @property
1848
+ @_builtins.property
1849
1849
  @pulumi.getter(name="apiVersion")
1850
- def api_version(self) -> Optional[pulumi.Input[str]]:
1850
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
1851
1851
  """
1852
1852
  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
1853
1853
  """
1854
1854
  return pulumi.get(self, "api_version")
1855
1855
 
1856
1856
  @api_version.setter
1857
- def api_version(self, value: Optional[pulumi.Input[str]]):
1857
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
1858
1858
  pulumi.set(self, "api_version", value)
1859
1859
 
1860
- @property
1860
+ @_builtins.property
1861
1861
  @pulumi.getter
1862
- def kind(self) -> Optional[pulumi.Input[str]]:
1862
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
1863
1863
  """
1864
1864
  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
1865
1865
  """
1866
1866
  return pulumi.get(self, "kind")
1867
1867
 
1868
1868
  @kind.setter
1869
- def kind(self, value: Optional[pulumi.Input[str]]):
1869
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
1870
1870
  pulumi.set(self, "kind", value)
1871
1871
 
1872
- @property
1872
+ @_builtins.property
1873
1873
  @pulumi.getter
1874
1874
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
1875
1875
  """
@@ -1881,7 +1881,7 @@ class ServiceCIDRArgs:
1881
1881
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
1882
1882
  pulumi.set(self, "metadata", value)
1883
1883
 
1884
- @property
1884
+ @_builtins.property
1885
1885
  @pulumi.getter
1886
1886
  def spec(self) -> Optional[pulumi.Input['ServiceCIDRSpecArgs']]:
1887
1887
  """
@@ -1893,7 +1893,7 @@ class ServiceCIDRArgs:
1893
1893
  def spec(self, value: Optional[pulumi.Input['ServiceCIDRSpecArgs']]):
1894
1894
  pulumi.set(self, "spec", value)
1895
1895
 
1896
- @property
1896
+ @_builtins.property
1897
1897
  @pulumi.getter
1898
1898
  def status(self) -> Optional[pulumi.Input['ServiceCIDRStatusArgs']]:
1899
1899
  """