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
@@ -25,6 +25,12 @@ __all__ = [
25
25
  'HTTPIngressRuleValuePatchArgsDict',
26
26
  'HTTPIngressRuleValueArgs',
27
27
  'HTTPIngressRuleValueArgsDict',
28
+ 'IPAddressSpecPatchArgs',
29
+ 'IPAddressSpecPatchArgsDict',
30
+ 'IPAddressSpecArgs',
31
+ 'IPAddressSpecArgsDict',
32
+ 'IPAddressArgs',
33
+ 'IPAddressArgsDict',
28
34
  'IPBlockPatchArgs',
29
35
  'IPBlockPatchArgsDict',
30
36
  'IPBlockArgs',
@@ -93,10 +99,22 @@ __all__ = [
93
99
  'NetworkPolicyStatusArgsDict',
94
100
  'NetworkPolicyArgs',
95
101
  'NetworkPolicyArgsDict',
102
+ 'ParentReferencePatchArgs',
103
+ 'ParentReferencePatchArgsDict',
104
+ 'ParentReferenceArgs',
105
+ 'ParentReferenceArgsDict',
96
106
  'ServiceBackendPortPatchArgs',
97
107
  'ServiceBackendPortPatchArgsDict',
98
108
  'ServiceBackendPortArgs',
99
109
  'ServiceBackendPortArgsDict',
110
+ 'ServiceCIDRSpecPatchArgs',
111
+ 'ServiceCIDRSpecPatchArgsDict',
112
+ 'ServiceCIDRSpecArgs',
113
+ 'ServiceCIDRSpecArgsDict',
114
+ 'ServiceCIDRStatusArgs',
115
+ 'ServiceCIDRStatusArgsDict',
116
+ 'ServiceCIDRArgs',
117
+ 'ServiceCIDRArgsDict',
100
118
  ]
101
119
 
102
120
  MYPY = False
@@ -110,11 +128,11 @@ if not MYPY:
110
128
  """
111
129
  backend defines the referenced service endpoint to which the traffic will be forwarded to.
112
130
  """
113
- path: NotRequired[pulumi.Input[str]]
131
+ path: NotRequired[pulumi.Input[_builtins.str]]
114
132
  """
115
133
  path is 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 '/' and must be present when using PathType with value "Exact" or "Prefix".
116
134
  """
117
- path_type: NotRequired[pulumi.Input[str]]
135
+ path_type: NotRequired[pulumi.Input[_builtins.str]]
118
136
  """
119
137
  pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
120
138
  done on a path element by element basis. A path element refers is the
@@ -135,13 +153,13 @@ elif False:
135
153
  class HTTPIngressPathPatchArgs:
136
154
  def __init__(__self__, *,
137
155
  backend: Optional[pulumi.Input['IngressBackendPatchArgs']] = None,
138
- path: Optional[pulumi.Input[str]] = None,
139
- path_type: Optional[pulumi.Input[str]] = None):
156
+ path: Optional[pulumi.Input[_builtins.str]] = None,
157
+ path_type: Optional[pulumi.Input[_builtins.str]] = None):
140
158
  """
141
159
  HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
142
160
  :param pulumi.Input['IngressBackendPatchArgs'] backend: backend defines the referenced service endpoint to which the traffic will be forwarded to.
143
- :param pulumi.Input[str] path: path is 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 '/' and must be present when using PathType with value "Exact" or "Prefix".
144
- :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
161
+ :param pulumi.Input[_builtins.str] path: path is 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 '/' and must be present when using PathType with value "Exact" or "Prefix".
162
+ :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
145
163
  done on a path element by element basis. A path element refers is the
146
164
  list of labels in the path split by the '/' separator. A request is a
147
165
  match for path p if every p is an element-wise prefix of p of the
@@ -160,7 +178,7 @@ class HTTPIngressPathPatchArgs:
160
178
  if path_type is not None:
161
179
  pulumi.set(__self__, "path_type", path_type)
162
180
 
163
- @property
181
+ @_builtins.property
164
182
  @pulumi.getter
165
183
  def backend(self) -> Optional[pulumi.Input['IngressBackendPatchArgs']]:
166
184
  """
@@ -172,21 +190,21 @@ class HTTPIngressPathPatchArgs:
172
190
  def backend(self, value: Optional[pulumi.Input['IngressBackendPatchArgs']]):
173
191
  pulumi.set(self, "backend", value)
174
192
 
175
- @property
193
+ @_builtins.property
176
194
  @pulumi.getter
177
- def path(self) -> Optional[pulumi.Input[str]]:
195
+ def path(self) -> Optional[pulumi.Input[_builtins.str]]:
178
196
  """
179
197
  path is 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 '/' and must be present when using PathType with value "Exact" or "Prefix".
180
198
  """
181
199
  return pulumi.get(self, "path")
182
200
 
183
201
  @path.setter
184
- def path(self, value: Optional[pulumi.Input[str]]):
202
+ def path(self, value: Optional[pulumi.Input[_builtins.str]]):
185
203
  pulumi.set(self, "path", value)
186
204
 
187
- @property
205
+ @_builtins.property
188
206
  @pulumi.getter(name="pathType")
189
- def path_type(self) -> Optional[pulumi.Input[str]]:
207
+ def path_type(self) -> Optional[pulumi.Input[_builtins.str]]:
190
208
  """
191
209
  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
192
210
  done on a path element by element basis. A path element refers is the
@@ -203,7 +221,7 @@ class HTTPIngressPathPatchArgs:
203
221
  return pulumi.get(self, "path_type")
204
222
 
205
223
  @path_type.setter
206
- def path_type(self, value: Optional[pulumi.Input[str]]):
224
+ def path_type(self, value: Optional[pulumi.Input[_builtins.str]]):
207
225
  pulumi.set(self, "path_type", value)
208
226
 
209
227
 
@@ -216,7 +234,7 @@ if not MYPY:
216
234
  """
217
235
  backend defines the referenced service endpoint to which the traffic will be forwarded to.
218
236
  """
219
- path_type: pulumi.Input[str]
237
+ path_type: pulumi.Input[_builtins.str]
220
238
  """
221
239
  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
222
240
  done on a path element by element basis. A path element refers is the
@@ -230,7 +248,7 @@ if not MYPY:
230
248
  or treat it identically to Prefix or Exact path types.
231
249
  Implementations are required to support all path types.
232
250
  """
233
- path: NotRequired[pulumi.Input[str]]
251
+ path: NotRequired[pulumi.Input[_builtins.str]]
234
252
  """
235
253
  path is 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 '/' and must be present when using PathType with value "Exact" or "Prefix".
236
254
  """
@@ -241,12 +259,12 @@ elif False:
241
259
  class HTTPIngressPathArgs:
242
260
  def __init__(__self__, *,
243
261
  backend: pulumi.Input['IngressBackendArgs'],
244
- path_type: pulumi.Input[str],
245
- path: Optional[pulumi.Input[str]] = None):
262
+ path_type: pulumi.Input[_builtins.str],
263
+ path: Optional[pulumi.Input[_builtins.str]] = None):
246
264
  """
247
265
  HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
248
266
  :param pulumi.Input['IngressBackendArgs'] backend: backend defines the referenced service endpoint to which the traffic will be forwarded to.
249
- :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
267
+ :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
250
268
  done on a path element by element basis. A path element refers is the
251
269
  list of labels in the path split by the '/' separator. A request is a
252
270
  match for path p if every p is an element-wise prefix of p of the
@@ -257,14 +275,14 @@ class HTTPIngressPathArgs:
257
275
  the IngressClass. Implementations can treat this as a separate PathType
258
276
  or treat it identically to Prefix or Exact path types.
259
277
  Implementations are required to support all path types.
260
- :param pulumi.Input[str] path: path is 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 '/' and must be present when using PathType with value "Exact" or "Prefix".
278
+ :param pulumi.Input[_builtins.str] path: path is 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 '/' and must be present when using PathType with value "Exact" or "Prefix".
261
279
  """
262
280
  pulumi.set(__self__, "backend", backend)
263
281
  pulumi.set(__self__, "path_type", path_type)
264
282
  if path is not None:
265
283
  pulumi.set(__self__, "path", path)
266
284
 
267
- @property
285
+ @_builtins.property
268
286
  @pulumi.getter
269
287
  def backend(self) -> pulumi.Input['IngressBackendArgs']:
270
288
  """
@@ -276,9 +294,9 @@ class HTTPIngressPathArgs:
276
294
  def backend(self, value: pulumi.Input['IngressBackendArgs']):
277
295
  pulumi.set(self, "backend", value)
278
296
 
279
- @property
297
+ @_builtins.property
280
298
  @pulumi.getter(name="pathType")
281
- def path_type(self) -> pulumi.Input[str]:
299
+ def path_type(self) -> pulumi.Input[_builtins.str]:
282
300
  """
283
301
  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
284
302
  done on a path element by element basis. A path element refers is the
@@ -295,19 +313,19 @@ class HTTPIngressPathArgs:
295
313
  return pulumi.get(self, "path_type")
296
314
 
297
315
  @path_type.setter
298
- def path_type(self, value: pulumi.Input[str]):
316
+ def path_type(self, value: pulumi.Input[_builtins.str]):
299
317
  pulumi.set(self, "path_type", value)
300
318
 
301
- @property
319
+ @_builtins.property
302
320
  @pulumi.getter
303
- def path(self) -> Optional[pulumi.Input[str]]:
321
+ def path(self) -> Optional[pulumi.Input[_builtins.str]]:
304
322
  """
305
323
  path is 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 '/' and must be present when using PathType with value "Exact" or "Prefix".
306
324
  """
307
325
  return pulumi.get(self, "path")
308
326
 
309
327
  @path.setter
310
- def path(self, value: Optional[pulumi.Input[str]]):
328
+ def path(self, value: Optional[pulumi.Input[_builtins.str]]):
311
329
  pulumi.set(self, "path", value)
312
330
 
313
331
 
@@ -334,7 +352,7 @@ class HTTPIngressRuleValuePatchArgs:
334
352
  if paths is not None:
335
353
  pulumi.set(__self__, "paths", paths)
336
354
 
337
- @property
355
+ @_builtins.property
338
356
  @pulumi.getter
339
357
  def paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HTTPIngressPathPatchArgs']]]]:
340
358
  """
@@ -369,7 +387,7 @@ class HTTPIngressRuleValueArgs:
369
387
  """
370
388
  pulumi.set(__self__, "paths", paths)
371
389
 
372
- @property
390
+ @_builtins.property
373
391
  @pulumi.getter
374
392
  def paths(self) -> pulumi.Input[Sequence[pulumi.Input['HTTPIngressPathArgs']]]:
375
393
  """
@@ -382,16 +400,183 @@ class HTTPIngressRuleValueArgs:
382
400
  pulumi.set(self, "paths", value)
383
401
 
384
402
 
403
+ if not MYPY:
404
+ class IPAddressSpecPatchArgsDict(TypedDict):
405
+ """
406
+ IPAddressSpec describe the attributes in an IP Address.
407
+ """
408
+ parent_ref: NotRequired[pulumi.Input['ParentReferencePatchArgsDict']]
409
+ """
410
+ ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
411
+ """
412
+ elif False:
413
+ IPAddressSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
414
+
415
+ @pulumi.input_type
416
+ class IPAddressSpecPatchArgs:
417
+ def __init__(__self__, *,
418
+ parent_ref: Optional[pulumi.Input['ParentReferencePatchArgs']] = None):
419
+ """
420
+ IPAddressSpec describe the attributes in an IP Address.
421
+ :param pulumi.Input['ParentReferencePatchArgs'] parent_ref: ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
422
+ """
423
+ if parent_ref is not None:
424
+ pulumi.set(__self__, "parent_ref", parent_ref)
425
+
426
+ @_builtins.property
427
+ @pulumi.getter(name="parentRef")
428
+ def parent_ref(self) -> Optional[pulumi.Input['ParentReferencePatchArgs']]:
429
+ """
430
+ ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
431
+ """
432
+ return pulumi.get(self, "parent_ref")
433
+
434
+ @parent_ref.setter
435
+ def parent_ref(self, value: Optional[pulumi.Input['ParentReferencePatchArgs']]):
436
+ pulumi.set(self, "parent_ref", value)
437
+
438
+
439
+ if not MYPY:
440
+ class IPAddressSpecArgsDict(TypedDict):
441
+ """
442
+ IPAddressSpec describe the attributes in an IP Address.
443
+ """
444
+ parent_ref: pulumi.Input['ParentReferenceArgsDict']
445
+ """
446
+ ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
447
+ """
448
+ elif False:
449
+ IPAddressSpecArgsDict: TypeAlias = Mapping[str, Any]
450
+
451
+ @pulumi.input_type
452
+ class IPAddressSpecArgs:
453
+ def __init__(__self__, *,
454
+ parent_ref: pulumi.Input['ParentReferenceArgs']):
455
+ """
456
+ IPAddressSpec describe the attributes in an IP Address.
457
+ :param pulumi.Input['ParentReferenceArgs'] parent_ref: ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
458
+ """
459
+ pulumi.set(__self__, "parent_ref", parent_ref)
460
+
461
+ @_builtins.property
462
+ @pulumi.getter(name="parentRef")
463
+ def parent_ref(self) -> pulumi.Input['ParentReferenceArgs']:
464
+ """
465
+ ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
466
+ """
467
+ return pulumi.get(self, "parent_ref")
468
+
469
+ @parent_ref.setter
470
+ def parent_ref(self, value: pulumi.Input['ParentReferenceArgs']):
471
+ pulumi.set(self, "parent_ref", value)
472
+
473
+
474
+ if not MYPY:
475
+ class IPAddressArgsDict(TypedDict):
476
+ """
477
+ 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
478
+ """
479
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
480
+ """
481
+ 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
482
+ """
483
+ kind: NotRequired[pulumi.Input[_builtins.str]]
484
+ """
485
+ 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
486
+ """
487
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
488
+ """
489
+ Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
490
+ """
491
+ spec: NotRequired[pulumi.Input['IPAddressSpecArgsDict']]
492
+ """
493
+ 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
494
+ """
495
+ elif False:
496
+ IPAddressArgsDict: TypeAlias = Mapping[str, Any]
497
+
498
+ @pulumi.input_type
499
+ class IPAddressArgs:
500
+ def __init__(__self__, *,
501
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
502
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
503
+ metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
504
+ spec: Optional[pulumi.Input['IPAddressSpecArgs']] = None):
505
+ """
506
+ 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
507
+ :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
508
+ :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
509
+ :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
510
+ :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
511
+ """
512
+ if api_version is not None:
513
+ pulumi.set(__self__, "api_version", 'networking.k8s.io/v1')
514
+ if kind is not None:
515
+ pulumi.set(__self__, "kind", 'IPAddress')
516
+ if metadata is not None:
517
+ pulumi.set(__self__, "metadata", metadata)
518
+ if spec is not None:
519
+ pulumi.set(__self__, "spec", spec)
520
+
521
+ @_builtins.property
522
+ @pulumi.getter(name="apiVersion")
523
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
524
+ """
525
+ 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
526
+ """
527
+ return pulumi.get(self, "api_version")
528
+
529
+ @api_version.setter
530
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
531
+ pulumi.set(self, "api_version", value)
532
+
533
+ @_builtins.property
534
+ @pulumi.getter
535
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
536
+ """
537
+ 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
538
+ """
539
+ return pulumi.get(self, "kind")
540
+
541
+ @kind.setter
542
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
543
+ pulumi.set(self, "kind", value)
544
+
545
+ @_builtins.property
546
+ @pulumi.getter
547
+ def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
548
+ """
549
+ Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
550
+ """
551
+ return pulumi.get(self, "metadata")
552
+
553
+ @metadata.setter
554
+ def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
555
+ pulumi.set(self, "metadata", value)
556
+
557
+ @_builtins.property
558
+ @pulumi.getter
559
+ def spec(self) -> Optional[pulumi.Input['IPAddressSpecArgs']]:
560
+ """
561
+ 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
562
+ """
563
+ return pulumi.get(self, "spec")
564
+
565
+ @spec.setter
566
+ def spec(self, value: Optional[pulumi.Input['IPAddressSpecArgs']]):
567
+ pulumi.set(self, "spec", value)
568
+
569
+
385
570
  if not MYPY:
386
571
  class IPBlockPatchArgsDict(TypedDict):
387
572
  """
388
573
  IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
389
574
  """
390
- cidr: NotRequired[pulumi.Input[str]]
575
+ cidr: NotRequired[pulumi.Input[_builtins.str]]
391
576
  """
392
577
  cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
393
578
  """
394
- except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
579
+ except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
395
580
  """
396
581
  except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
397
582
  """
@@ -401,40 +586,40 @@ elif False:
401
586
  @pulumi.input_type
402
587
  class IPBlockPatchArgs:
403
588
  def __init__(__self__, *,
404
- cidr: Optional[pulumi.Input[str]] = None,
405
- except_: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
589
+ cidr: Optional[pulumi.Input[_builtins.str]] = None,
590
+ except_: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
406
591
  """
407
592
  IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
408
- :param pulumi.Input[str] cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
409
- :param pulumi.Input[Sequence[pulumi.Input[str]]] except_: except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
593
+ :param pulumi.Input[_builtins.str] cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
594
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] except_: except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
410
595
  """
411
596
  if cidr is not None:
412
597
  pulumi.set(__self__, "cidr", cidr)
413
598
  if except_ is not None:
414
599
  pulumi.set(__self__, "except_", except_)
415
600
 
416
- @property
601
+ @_builtins.property
417
602
  @pulumi.getter
418
- def cidr(self) -> Optional[pulumi.Input[str]]:
603
+ def cidr(self) -> Optional[pulumi.Input[_builtins.str]]:
419
604
  """
420
605
  cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
421
606
  """
422
607
  return pulumi.get(self, "cidr")
423
608
 
424
609
  @cidr.setter
425
- def cidr(self, value: Optional[pulumi.Input[str]]):
610
+ def cidr(self, value: Optional[pulumi.Input[_builtins.str]]):
426
611
  pulumi.set(self, "cidr", value)
427
612
 
428
- @property
613
+ @_builtins.property
429
614
  @pulumi.getter(name="except")
430
- def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
615
+ def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
431
616
  """
432
617
  except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
433
618
  """
434
619
  return pulumi.get(self, "except_")
435
620
 
436
621
  @except_.setter
437
- def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
622
+ def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
438
623
  pulumi.set(self, "except_", value)
439
624
 
440
625
 
@@ -443,11 +628,11 @@ if not MYPY:
443
628
  """
444
629
  IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
445
630
  """
446
- cidr: pulumi.Input[str]
631
+ cidr: pulumi.Input[_builtins.str]
447
632
  """
448
633
  cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
449
634
  """
450
- except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
635
+ except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
451
636
  """
452
637
  except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
453
638
  """
@@ -457,39 +642,39 @@ elif False:
457
642
  @pulumi.input_type
458
643
  class IPBlockArgs:
459
644
  def __init__(__self__, *,
460
- cidr: pulumi.Input[str],
461
- except_: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
645
+ cidr: pulumi.Input[_builtins.str],
646
+ except_: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
462
647
  """
463
648
  IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
464
- :param pulumi.Input[str] cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
465
- :param pulumi.Input[Sequence[pulumi.Input[str]]] except_: except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
649
+ :param pulumi.Input[_builtins.str] cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
650
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] except_: except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
466
651
  """
467
652
  pulumi.set(__self__, "cidr", cidr)
468
653
  if except_ is not None:
469
654
  pulumi.set(__self__, "except_", except_)
470
655
 
471
- @property
656
+ @_builtins.property
472
657
  @pulumi.getter
473
- def cidr(self) -> pulumi.Input[str]:
658
+ def cidr(self) -> pulumi.Input[_builtins.str]:
474
659
  """
475
660
  cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
476
661
  """
477
662
  return pulumi.get(self, "cidr")
478
663
 
479
664
  @cidr.setter
480
- def cidr(self, value: pulumi.Input[str]):
665
+ def cidr(self, value: pulumi.Input[_builtins.str]):
481
666
  pulumi.set(self, "cidr", value)
482
667
 
483
- @property
668
+ @_builtins.property
484
669
  @pulumi.getter(name="except")
485
- def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
670
+ def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
486
671
  """
487
672
  except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
488
673
  """
489
674
  return pulumi.get(self, "except_")
490
675
 
491
676
  @except_.setter
492
- def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
677
+ def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
493
678
  pulumi.set(self, "except_", value)
494
679
 
495
680
 
@@ -524,7 +709,7 @@ class IngressBackendPatchArgs:
524
709
  if service is not None:
525
710
  pulumi.set(__self__, "service", service)
526
711
 
527
- @property
712
+ @_builtins.property
528
713
  @pulumi.getter
529
714
  def resource(self) -> Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']]:
530
715
  """
@@ -536,7 +721,7 @@ class IngressBackendPatchArgs:
536
721
  def resource(self, value: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']]):
537
722
  pulumi.set(self, "resource", value)
538
723
 
539
- @property
724
+ @_builtins.property
540
725
  @pulumi.getter
541
726
  def service(self) -> Optional[pulumi.Input['IngressServiceBackendPatchArgs']]:
542
727
  """
@@ -580,7 +765,7 @@ class IngressBackendArgs:
580
765
  if service is not None:
581
766
  pulumi.set(__self__, "service", service)
582
767
 
583
- @property
768
+ @_builtins.property
584
769
  @pulumi.getter
585
770
  def resource(self) -> Optional[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs']]:
586
771
  """
@@ -592,7 +777,7 @@ class IngressBackendArgs:
592
777
  def resource(self, value: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs']]):
593
778
  pulumi.set(self, "resource", value)
594
779
 
595
- @property
780
+ @_builtins.property
596
781
  @pulumi.getter
597
782
  def service(self) -> Optional[pulumi.Input['IngressServiceBackendArgs']]:
598
783
  """
@@ -610,23 +795,23 @@ if not MYPY:
610
795
  """
611
796
  IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
612
797
  """
613
- api_group: NotRequired[pulumi.Input[str]]
798
+ api_group: NotRequired[pulumi.Input[_builtins.str]]
614
799
  """
615
800
  apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
616
801
  """
617
- kind: NotRequired[pulumi.Input[str]]
802
+ kind: NotRequired[pulumi.Input[_builtins.str]]
618
803
  """
619
804
  kind is the type of resource being referenced.
620
805
  """
621
- name: NotRequired[pulumi.Input[str]]
806
+ name: NotRequired[pulumi.Input[_builtins.str]]
622
807
  """
623
808
  name is the name of resource being referenced.
624
809
  """
625
- namespace: NotRequired[pulumi.Input[str]]
810
+ namespace: NotRequired[pulumi.Input[_builtins.str]]
626
811
  """
627
812
  namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
628
813
  """
629
- scope: NotRequired[pulumi.Input[str]]
814
+ scope: NotRequired[pulumi.Input[_builtins.str]]
630
815
  """
631
816
  scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
632
817
  """
@@ -636,18 +821,18 @@ elif False:
636
821
  @pulumi.input_type
637
822
  class IngressClassParametersReferencePatchArgs:
638
823
  def __init__(__self__, *,
639
- api_group: Optional[pulumi.Input[str]] = None,
640
- kind: Optional[pulumi.Input[str]] = None,
641
- name: Optional[pulumi.Input[str]] = None,
642
- namespace: Optional[pulumi.Input[str]] = None,
643
- scope: Optional[pulumi.Input[str]] = None):
824
+ api_group: Optional[pulumi.Input[_builtins.str]] = None,
825
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
826
+ name: Optional[pulumi.Input[_builtins.str]] = None,
827
+ namespace: Optional[pulumi.Input[_builtins.str]] = None,
828
+ scope: Optional[pulumi.Input[_builtins.str]] = None):
644
829
  """
645
830
  IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
646
- :param pulumi.Input[str] api_group: apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
647
- :param pulumi.Input[str] kind: kind is the type of resource being referenced.
648
- :param pulumi.Input[str] name: name is the name of resource being referenced.
649
- :param pulumi.Input[str] namespace: namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
650
- :param pulumi.Input[str] scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
831
+ :param pulumi.Input[_builtins.str] api_group: apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
832
+ :param pulumi.Input[_builtins.str] kind: kind is the type of resource being referenced.
833
+ :param pulumi.Input[_builtins.str] name: name is the name of resource being referenced.
834
+ :param pulumi.Input[_builtins.str] namespace: namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
835
+ :param pulumi.Input[_builtins.str] scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
651
836
  """
652
837
  if api_group is not None:
653
838
  pulumi.set(__self__, "api_group", api_group)
@@ -660,64 +845,64 @@ class IngressClassParametersReferencePatchArgs:
660
845
  if scope is not None:
661
846
  pulumi.set(__self__, "scope", scope)
662
847
 
663
- @property
848
+ @_builtins.property
664
849
  @pulumi.getter(name="apiGroup")
665
- def api_group(self) -> Optional[pulumi.Input[str]]:
850
+ def api_group(self) -> Optional[pulumi.Input[_builtins.str]]:
666
851
  """
667
852
  apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
668
853
  """
669
854
  return pulumi.get(self, "api_group")
670
855
 
671
856
  @api_group.setter
672
- def api_group(self, value: Optional[pulumi.Input[str]]):
857
+ def api_group(self, value: Optional[pulumi.Input[_builtins.str]]):
673
858
  pulumi.set(self, "api_group", value)
674
859
 
675
- @property
860
+ @_builtins.property
676
861
  @pulumi.getter
677
- def kind(self) -> Optional[pulumi.Input[str]]:
862
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
678
863
  """
679
864
  kind is the type of resource being referenced.
680
865
  """
681
866
  return pulumi.get(self, "kind")
682
867
 
683
868
  @kind.setter
684
- def kind(self, value: Optional[pulumi.Input[str]]):
869
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
685
870
  pulumi.set(self, "kind", value)
686
871
 
687
- @property
872
+ @_builtins.property
688
873
  @pulumi.getter
689
- def name(self) -> Optional[pulumi.Input[str]]:
874
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
690
875
  """
691
876
  name is the name of resource being referenced.
692
877
  """
693
878
  return pulumi.get(self, "name")
694
879
 
695
880
  @name.setter
696
- def name(self, value: Optional[pulumi.Input[str]]):
881
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
697
882
  pulumi.set(self, "name", value)
698
883
 
699
- @property
884
+ @_builtins.property
700
885
  @pulumi.getter
701
- def namespace(self) -> Optional[pulumi.Input[str]]:
886
+ def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
702
887
  """
703
888
  namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
704
889
  """
705
890
  return pulumi.get(self, "namespace")
706
891
 
707
892
  @namespace.setter
708
- def namespace(self, value: Optional[pulumi.Input[str]]):
893
+ def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
709
894
  pulumi.set(self, "namespace", value)
710
895
 
711
- @property
896
+ @_builtins.property
712
897
  @pulumi.getter
713
- def scope(self) -> Optional[pulumi.Input[str]]:
898
+ def scope(self) -> Optional[pulumi.Input[_builtins.str]]:
714
899
  """
715
900
  scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
716
901
  """
717
902
  return pulumi.get(self, "scope")
718
903
 
719
904
  @scope.setter
720
- def scope(self, value: Optional[pulumi.Input[str]]):
905
+ def scope(self, value: Optional[pulumi.Input[_builtins.str]]):
721
906
  pulumi.set(self, "scope", value)
722
907
 
723
908
 
@@ -726,23 +911,23 @@ if not MYPY:
726
911
  """
727
912
  IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
728
913
  """
729
- kind: pulumi.Input[str]
914
+ kind: pulumi.Input[_builtins.str]
730
915
  """
731
916
  kind is the type of resource being referenced.
732
917
  """
733
- name: pulumi.Input[str]
918
+ name: pulumi.Input[_builtins.str]
734
919
  """
735
920
  name is the name of resource being referenced.
736
921
  """
737
- api_group: NotRequired[pulumi.Input[str]]
922
+ api_group: NotRequired[pulumi.Input[_builtins.str]]
738
923
  """
739
924
  apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
740
925
  """
741
- namespace: NotRequired[pulumi.Input[str]]
926
+ namespace: NotRequired[pulumi.Input[_builtins.str]]
742
927
  """
743
928
  namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
744
929
  """
745
- scope: NotRequired[pulumi.Input[str]]
930
+ scope: NotRequired[pulumi.Input[_builtins.str]]
746
931
  """
747
932
  scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
748
933
  """
@@ -752,18 +937,18 @@ elif False:
752
937
  @pulumi.input_type
753
938
  class IngressClassParametersReferenceArgs:
754
939
  def __init__(__self__, *,
755
- kind: pulumi.Input[str],
756
- name: pulumi.Input[str],
757
- api_group: Optional[pulumi.Input[str]] = None,
758
- namespace: Optional[pulumi.Input[str]] = None,
759
- scope: Optional[pulumi.Input[str]] = None):
940
+ kind: pulumi.Input[_builtins.str],
941
+ name: pulumi.Input[_builtins.str],
942
+ api_group: Optional[pulumi.Input[_builtins.str]] = None,
943
+ namespace: Optional[pulumi.Input[_builtins.str]] = None,
944
+ scope: Optional[pulumi.Input[_builtins.str]] = None):
760
945
  """
761
946
  IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
762
- :param pulumi.Input[str] kind: kind is the type of resource being referenced.
763
- :param pulumi.Input[str] name: name is the name of resource being referenced.
764
- :param pulumi.Input[str] api_group: apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
765
- :param pulumi.Input[str] namespace: namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
766
- :param pulumi.Input[str] scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
947
+ :param pulumi.Input[_builtins.str] kind: kind is the type of resource being referenced.
948
+ :param pulumi.Input[_builtins.str] name: name is the name of resource being referenced.
949
+ :param pulumi.Input[_builtins.str] api_group: apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
950
+ :param pulumi.Input[_builtins.str] namespace: namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
951
+ :param pulumi.Input[_builtins.str] scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
767
952
  """
768
953
  pulumi.set(__self__, "kind", kind)
769
954
  pulumi.set(__self__, "name", name)
@@ -774,64 +959,64 @@ class IngressClassParametersReferenceArgs:
774
959
  if scope is not None:
775
960
  pulumi.set(__self__, "scope", scope)
776
961
 
777
- @property
962
+ @_builtins.property
778
963
  @pulumi.getter
779
- def kind(self) -> pulumi.Input[str]:
964
+ def kind(self) -> pulumi.Input[_builtins.str]:
780
965
  """
781
966
  kind is the type of resource being referenced.
782
967
  """
783
968
  return pulumi.get(self, "kind")
784
969
 
785
970
  @kind.setter
786
- def kind(self, value: pulumi.Input[str]):
971
+ def kind(self, value: pulumi.Input[_builtins.str]):
787
972
  pulumi.set(self, "kind", value)
788
973
 
789
- @property
974
+ @_builtins.property
790
975
  @pulumi.getter
791
- def name(self) -> pulumi.Input[str]:
976
+ def name(self) -> pulumi.Input[_builtins.str]:
792
977
  """
793
978
  name is the name of resource being referenced.
794
979
  """
795
980
  return pulumi.get(self, "name")
796
981
 
797
982
  @name.setter
798
- def name(self, value: pulumi.Input[str]):
983
+ def name(self, value: pulumi.Input[_builtins.str]):
799
984
  pulumi.set(self, "name", value)
800
985
 
801
- @property
986
+ @_builtins.property
802
987
  @pulumi.getter(name="apiGroup")
803
- def api_group(self) -> Optional[pulumi.Input[str]]:
988
+ def api_group(self) -> Optional[pulumi.Input[_builtins.str]]:
804
989
  """
805
990
  apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
806
991
  """
807
992
  return pulumi.get(self, "api_group")
808
993
 
809
994
  @api_group.setter
810
- def api_group(self, value: Optional[pulumi.Input[str]]):
995
+ def api_group(self, value: Optional[pulumi.Input[_builtins.str]]):
811
996
  pulumi.set(self, "api_group", value)
812
997
 
813
- @property
998
+ @_builtins.property
814
999
  @pulumi.getter
815
- def namespace(self) -> Optional[pulumi.Input[str]]:
1000
+ def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
816
1001
  """
817
1002
  namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
818
1003
  """
819
1004
  return pulumi.get(self, "namespace")
820
1005
 
821
1006
  @namespace.setter
822
- def namespace(self, value: Optional[pulumi.Input[str]]):
1007
+ def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
823
1008
  pulumi.set(self, "namespace", value)
824
1009
 
825
- @property
1010
+ @_builtins.property
826
1011
  @pulumi.getter
827
- def scope(self) -> Optional[pulumi.Input[str]]:
1012
+ def scope(self) -> Optional[pulumi.Input[_builtins.str]]:
828
1013
  """
829
1014
  scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
830
1015
  """
831
1016
  return pulumi.get(self, "scope")
832
1017
 
833
1018
  @scope.setter
834
- def scope(self, value: Optional[pulumi.Input[str]]):
1019
+ def scope(self, value: Optional[pulumi.Input[_builtins.str]]):
835
1020
  pulumi.set(self, "scope", value)
836
1021
 
837
1022
 
@@ -840,7 +1025,7 @@ if not MYPY:
840
1025
  """
841
1026
  IngressClassSpec provides information about the class of an Ingress.
842
1027
  """
843
- controller: NotRequired[pulumi.Input[str]]
1028
+ controller: NotRequired[pulumi.Input[_builtins.str]]
844
1029
  """
845
1030
  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.
846
1031
  """
@@ -854,11 +1039,11 @@ elif False:
854
1039
  @pulumi.input_type
855
1040
  class IngressClassSpecPatchArgs:
856
1041
  def __init__(__self__, *,
857
- controller: Optional[pulumi.Input[str]] = None,
1042
+ controller: Optional[pulumi.Input[_builtins.str]] = None,
858
1043
  parameters: Optional[pulumi.Input['IngressClassParametersReferencePatchArgs']] = None):
859
1044
  """
860
1045
  IngressClassSpec provides information about the class of an Ingress.
861
- :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.
1046
+ :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.
862
1047
  :param pulumi.Input['IngressClassParametersReferencePatchArgs'] 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.
863
1048
  """
864
1049
  if controller is not None:
@@ -866,19 +1051,19 @@ class IngressClassSpecPatchArgs:
866
1051
  if parameters is not None:
867
1052
  pulumi.set(__self__, "parameters", parameters)
868
1053
 
869
- @property
1054
+ @_builtins.property
870
1055
  @pulumi.getter
871
- def controller(self) -> Optional[pulumi.Input[str]]:
1056
+ def controller(self) -> Optional[pulumi.Input[_builtins.str]]:
872
1057
  """
873
1058
  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.
874
1059
  """
875
1060
  return pulumi.get(self, "controller")
876
1061
 
877
1062
  @controller.setter
878
- def controller(self, value: Optional[pulumi.Input[str]]):
1063
+ def controller(self, value: Optional[pulumi.Input[_builtins.str]]):
879
1064
  pulumi.set(self, "controller", value)
880
1065
 
881
- @property
1066
+ @_builtins.property
882
1067
  @pulumi.getter
883
1068
  def parameters(self) -> Optional[pulumi.Input['IngressClassParametersReferencePatchArgs']]:
884
1069
  """
@@ -896,7 +1081,7 @@ if not MYPY:
896
1081
  """
897
1082
  IngressClassSpec provides information about the class of an Ingress.
898
1083
  """
899
- controller: NotRequired[pulumi.Input[str]]
1084
+ controller: NotRequired[pulumi.Input[_builtins.str]]
900
1085
  """
901
1086
  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.
902
1087
  """
@@ -910,11 +1095,11 @@ elif False:
910
1095
  @pulumi.input_type
911
1096
  class IngressClassSpecArgs:
912
1097
  def __init__(__self__, *,
913
- controller: Optional[pulumi.Input[str]] = None,
1098
+ controller: Optional[pulumi.Input[_builtins.str]] = None,
914
1099
  parameters: Optional[pulumi.Input['IngressClassParametersReferenceArgs']] = None):
915
1100
  """
916
1101
  IngressClassSpec provides information about the class of an Ingress.
917
- :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.
1102
+ :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.
918
1103
  :param pulumi.Input['IngressClassParametersReferenceArgs'] 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.
919
1104
  """
920
1105
  if controller is not None:
@@ -922,19 +1107,19 @@ class IngressClassSpecArgs:
922
1107
  if parameters is not None:
923
1108
  pulumi.set(__self__, "parameters", parameters)
924
1109
 
925
- @property
1110
+ @_builtins.property
926
1111
  @pulumi.getter
927
- def controller(self) -> Optional[pulumi.Input[str]]:
1112
+ def controller(self) -> Optional[pulumi.Input[_builtins.str]]:
928
1113
  """
929
1114
  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.
930
1115
  """
931
1116
  return pulumi.get(self, "controller")
932
1117
 
933
1118
  @controller.setter
934
- def controller(self, value: Optional[pulumi.Input[str]]):
1119
+ def controller(self, value: Optional[pulumi.Input[_builtins.str]]):
935
1120
  pulumi.set(self, "controller", value)
936
1121
 
937
- @property
1122
+ @_builtins.property
938
1123
  @pulumi.getter
939
1124
  def parameters(self) -> Optional[pulumi.Input['IngressClassParametersReferenceArgs']]:
940
1125
  """
@@ -952,11 +1137,11 @@ if not MYPY:
952
1137
  """
953
1138
  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.
954
1139
  """
955
- api_version: NotRequired[pulumi.Input[str]]
1140
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
956
1141
  """
957
1142
  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
958
1143
  """
959
- kind: NotRequired[pulumi.Input[str]]
1144
+ kind: NotRequired[pulumi.Input[_builtins.str]]
960
1145
  """
961
1146
  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
962
1147
  """
@@ -974,14 +1159,14 @@ elif False:
974
1159
  @pulumi.input_type
975
1160
  class IngressClassArgs:
976
1161
  def __init__(__self__, *,
977
- api_version: Optional[pulumi.Input[str]] = None,
978
- kind: Optional[pulumi.Input[str]] = None,
1162
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
1163
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
979
1164
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
980
1165
  spec: Optional[pulumi.Input['IngressClassSpecArgs']] = None):
981
1166
  """
982
1167
  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.
983
- :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
984
- :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
1168
+ :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
1169
+ :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
985
1170
  :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
986
1171
  :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
987
1172
  """
@@ -994,31 +1179,31 @@ class IngressClassArgs:
994
1179
  if spec is not None:
995
1180
  pulumi.set(__self__, "spec", spec)
996
1181
 
997
- @property
1182
+ @_builtins.property
998
1183
  @pulumi.getter(name="apiVersion")
999
- def api_version(self) -> Optional[pulumi.Input[str]]:
1184
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
1000
1185
  """
1001
1186
  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
1002
1187
  """
1003
1188
  return pulumi.get(self, "api_version")
1004
1189
 
1005
1190
  @api_version.setter
1006
- def api_version(self, value: Optional[pulumi.Input[str]]):
1191
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
1007
1192
  pulumi.set(self, "api_version", value)
1008
1193
 
1009
- @property
1194
+ @_builtins.property
1010
1195
  @pulumi.getter
1011
- def kind(self) -> Optional[pulumi.Input[str]]:
1196
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
1012
1197
  """
1013
1198
  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
1014
1199
  """
1015
1200
  return pulumi.get(self, "kind")
1016
1201
 
1017
1202
  @kind.setter
1018
- def kind(self, value: Optional[pulumi.Input[str]]):
1203
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
1019
1204
  pulumi.set(self, "kind", value)
1020
1205
 
1021
- @property
1206
+ @_builtins.property
1022
1207
  @pulumi.getter
1023
1208
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
1024
1209
  """
@@ -1030,7 +1215,7 @@ class IngressClassArgs:
1030
1215
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
1031
1216
  pulumi.set(self, "metadata", value)
1032
1217
 
1033
- @property
1218
+ @_builtins.property
1034
1219
  @pulumi.getter
1035
1220
  def spec(self) -> Optional[pulumi.Input['IngressClassSpecArgs']]:
1036
1221
  """
@@ -1048,11 +1233,11 @@ if not MYPY:
1048
1233
  """
1049
1234
  IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
1050
1235
  """
1051
- hostname: NotRequired[pulumi.Input[str]]
1236
+ hostname: NotRequired[pulumi.Input[_builtins.str]]
1052
1237
  """
1053
1238
  hostname is set for load-balancer ingress points that are DNS based.
1054
1239
  """
1055
- ip: NotRequired[pulumi.Input[str]]
1240
+ ip: NotRequired[pulumi.Input[_builtins.str]]
1056
1241
  """
1057
1242
  ip is set for load-balancer ingress points that are IP based.
1058
1243
  """
@@ -1066,13 +1251,13 @@ elif False:
1066
1251
  @pulumi.input_type
1067
1252
  class IngressLoadBalancerIngressArgs:
1068
1253
  def __init__(__self__, *,
1069
- hostname: Optional[pulumi.Input[str]] = None,
1070
- ip: Optional[pulumi.Input[str]] = None,
1254
+ hostname: Optional[pulumi.Input[_builtins.str]] = None,
1255
+ ip: Optional[pulumi.Input[_builtins.str]] = None,
1071
1256
  ports: Optional[pulumi.Input[Sequence[pulumi.Input['IngressPortStatusArgs']]]] = None):
1072
1257
  """
1073
1258
  IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
1074
- :param pulumi.Input[str] hostname: hostname is set for load-balancer ingress points that are DNS based.
1075
- :param pulumi.Input[str] ip: ip is set for load-balancer ingress points that are IP based.
1259
+ :param pulumi.Input[_builtins.str] hostname: hostname is set for load-balancer ingress points that are DNS based.
1260
+ :param pulumi.Input[_builtins.str] ip: ip is set for load-balancer ingress points that are IP based.
1076
1261
  :param pulumi.Input[Sequence[pulumi.Input['IngressPortStatusArgs']]] ports: ports provides information about the ports exposed by this LoadBalancer.
1077
1262
  """
1078
1263
  if hostname is not None:
@@ -1082,31 +1267,31 @@ class IngressLoadBalancerIngressArgs:
1082
1267
  if ports is not None:
1083
1268
  pulumi.set(__self__, "ports", ports)
1084
1269
 
1085
- @property
1270
+ @_builtins.property
1086
1271
  @pulumi.getter
1087
- def hostname(self) -> Optional[pulumi.Input[str]]:
1272
+ def hostname(self) -> Optional[pulumi.Input[_builtins.str]]:
1088
1273
  """
1089
1274
  hostname is set for load-balancer ingress points that are DNS based.
1090
1275
  """
1091
1276
  return pulumi.get(self, "hostname")
1092
1277
 
1093
1278
  @hostname.setter
1094
- def hostname(self, value: Optional[pulumi.Input[str]]):
1279
+ def hostname(self, value: Optional[pulumi.Input[_builtins.str]]):
1095
1280
  pulumi.set(self, "hostname", value)
1096
1281
 
1097
- @property
1282
+ @_builtins.property
1098
1283
  @pulumi.getter
1099
- def ip(self) -> Optional[pulumi.Input[str]]:
1284
+ def ip(self) -> Optional[pulumi.Input[_builtins.str]]:
1100
1285
  """
1101
1286
  ip is set for load-balancer ingress points that are IP based.
1102
1287
  """
1103
1288
  return pulumi.get(self, "ip")
1104
1289
 
1105
1290
  @ip.setter
1106
- def ip(self, value: Optional[pulumi.Input[str]]):
1291
+ def ip(self, value: Optional[pulumi.Input[_builtins.str]]):
1107
1292
  pulumi.set(self, "ip", value)
1108
1293
 
1109
- @property
1294
+ @_builtins.property
1110
1295
  @pulumi.getter
1111
1296
  def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressPortStatusArgs']]]]:
1112
1297
  """
@@ -1142,7 +1327,7 @@ class IngressLoadBalancerStatusArgs:
1142
1327
  if ingress is not None:
1143
1328
  pulumi.set(__self__, "ingress", ingress)
1144
1329
 
1145
- @property
1330
+ @_builtins.property
1146
1331
  @pulumi.getter
1147
1332
  def ingress(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressLoadBalancerIngressArgs']]]]:
1148
1333
  """
@@ -1160,15 +1345,15 @@ if not MYPY:
1160
1345
  """
1161
1346
  IngressPortStatus represents the error condition of a service port
1162
1347
  """
1163
- port: pulumi.Input[int]
1348
+ port: pulumi.Input[_builtins.int]
1164
1349
  """
1165
1350
  port is the port number of the ingress port.
1166
1351
  """
1167
- protocol: pulumi.Input[str]
1352
+ protocol: pulumi.Input[_builtins.str]
1168
1353
  """
1169
1354
  protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
1170
1355
  """
1171
- error: NotRequired[pulumi.Input[str]]
1356
+ error: NotRequired[pulumi.Input[_builtins.str]]
1172
1357
  """
1173
1358
  error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
1174
1359
  CamelCase names
@@ -1181,14 +1366,14 @@ elif False:
1181
1366
  @pulumi.input_type
1182
1367
  class IngressPortStatusArgs:
1183
1368
  def __init__(__self__, *,
1184
- port: pulumi.Input[int],
1185
- protocol: pulumi.Input[str],
1186
- error: Optional[pulumi.Input[str]] = None):
1369
+ port: pulumi.Input[_builtins.int],
1370
+ protocol: pulumi.Input[_builtins.str],
1371
+ error: Optional[pulumi.Input[_builtins.str]] = None):
1187
1372
  """
1188
1373
  IngressPortStatus represents the error condition of a service port
1189
- :param pulumi.Input[int] port: port is the port number of the ingress port.
1190
- :param pulumi.Input[str] protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
1191
- :param pulumi.Input[str] error: error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
1374
+ :param pulumi.Input[_builtins.int] port: port is the port number of the ingress port.
1375
+ :param pulumi.Input[_builtins.str] protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
1376
+ :param pulumi.Input[_builtins.str] error: error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
1192
1377
  CamelCase names
1193
1378
  - cloud provider specific error values must have names that comply with the
1194
1379
  format foo.example.com/CamelCase.
@@ -1198,33 +1383,33 @@ class IngressPortStatusArgs:
1198
1383
  if error is not None:
1199
1384
  pulumi.set(__self__, "error", error)
1200
1385
 
1201
- @property
1386
+ @_builtins.property
1202
1387
  @pulumi.getter
1203
- def port(self) -> pulumi.Input[int]:
1388
+ def port(self) -> pulumi.Input[_builtins.int]:
1204
1389
  """
1205
1390
  port is the port number of the ingress port.
1206
1391
  """
1207
1392
  return pulumi.get(self, "port")
1208
1393
 
1209
1394
  @port.setter
1210
- def port(self, value: pulumi.Input[int]):
1395
+ def port(self, value: pulumi.Input[_builtins.int]):
1211
1396
  pulumi.set(self, "port", value)
1212
1397
 
1213
- @property
1398
+ @_builtins.property
1214
1399
  @pulumi.getter
1215
- def protocol(self) -> pulumi.Input[str]:
1400
+ def protocol(self) -> pulumi.Input[_builtins.str]:
1216
1401
  """
1217
1402
  protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
1218
1403
  """
1219
1404
  return pulumi.get(self, "protocol")
1220
1405
 
1221
1406
  @protocol.setter
1222
- def protocol(self, value: pulumi.Input[str]):
1407
+ def protocol(self, value: pulumi.Input[_builtins.str]):
1223
1408
  pulumi.set(self, "protocol", value)
1224
1409
 
1225
- @property
1410
+ @_builtins.property
1226
1411
  @pulumi.getter
1227
- def error(self) -> Optional[pulumi.Input[str]]:
1412
+ def error(self) -> Optional[pulumi.Input[_builtins.str]]:
1228
1413
  """
1229
1414
  error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
1230
1415
  CamelCase names
@@ -1234,7 +1419,7 @@ class IngressPortStatusArgs:
1234
1419
  return pulumi.get(self, "error")
1235
1420
 
1236
1421
  @error.setter
1237
- def error(self, value: Optional[pulumi.Input[str]]):
1422
+ def error(self, value: Optional[pulumi.Input[_builtins.str]]):
1238
1423
  pulumi.set(self, "error", value)
1239
1424
 
1240
1425
 
@@ -1243,7 +1428,7 @@ if not MYPY:
1243
1428
  """
1244
1429
  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.
1245
1430
  """
1246
- host: NotRequired[pulumi.Input[str]]
1431
+ host: NotRequired[pulumi.Input[_builtins.str]]
1247
1432
  """
1248
1433
  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 RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
1249
1434
  the IP in the Spec of the parent Ingress.
@@ -1261,11 +1446,11 @@ elif False:
1261
1446
  @pulumi.input_type
1262
1447
  class IngressRulePatchArgs:
1263
1448
  def __init__(__self__, *,
1264
- host: Optional[pulumi.Input[str]] = None,
1449
+ host: Optional[pulumi.Input[_builtins.str]] = None,
1265
1450
  http: Optional[pulumi.Input['HTTPIngressRuleValuePatchArgs']] = None):
1266
1451
  """
1267
1452
  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.
1268
- :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 RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
1453
+ :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 RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
1269
1454
  the IP in the Spec of the parent Ingress.
1270
1455
  2. The `:` delimiter is not respected because ports are not allowed.
1271
1456
  Currently the port of an Ingress is implicitly :80 for http and
@@ -1279,9 +1464,9 @@ class IngressRulePatchArgs:
1279
1464
  if http is not None:
1280
1465
  pulumi.set(__self__, "http", http)
1281
1466
 
1282
- @property
1467
+ @_builtins.property
1283
1468
  @pulumi.getter
1284
- def host(self) -> Optional[pulumi.Input[str]]:
1469
+ def host(self) -> Optional[pulumi.Input[_builtins.str]]:
1285
1470
  """
1286
1471
  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 RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
1287
1472
  the IP in the Spec of the parent Ingress.
@@ -1295,10 +1480,10 @@ class IngressRulePatchArgs:
1295
1480
  return pulumi.get(self, "host")
1296
1481
 
1297
1482
  @host.setter
1298
- def host(self, value: Optional[pulumi.Input[str]]):
1483
+ def host(self, value: Optional[pulumi.Input[_builtins.str]]):
1299
1484
  pulumi.set(self, "host", value)
1300
1485
 
1301
- @property
1486
+ @_builtins.property
1302
1487
  @pulumi.getter
1303
1488
  def http(self) -> Optional[pulumi.Input['HTTPIngressRuleValuePatchArgs']]:
1304
1489
  return pulumi.get(self, "http")
@@ -1313,7 +1498,7 @@ if not MYPY:
1313
1498
  """
1314
1499
  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.
1315
1500
  """
1316
- host: NotRequired[pulumi.Input[str]]
1501
+ host: NotRequired[pulumi.Input[_builtins.str]]
1317
1502
  """
1318
1503
  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 RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
1319
1504
  the IP in the Spec of the parent Ingress.
@@ -1331,11 +1516,11 @@ elif False:
1331
1516
  @pulumi.input_type
1332
1517
  class IngressRuleArgs:
1333
1518
  def __init__(__self__, *,
1334
- host: Optional[pulumi.Input[str]] = None,
1519
+ host: Optional[pulumi.Input[_builtins.str]] = None,
1335
1520
  http: Optional[pulumi.Input['HTTPIngressRuleValueArgs']] = None):
1336
1521
  """
1337
1522
  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.
1338
- :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 RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
1523
+ :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 RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
1339
1524
  the IP in the Spec of the parent Ingress.
1340
1525
  2. The `:` delimiter is not respected because ports are not allowed.
1341
1526
  Currently the port of an Ingress is implicitly :80 for http and
@@ -1349,9 +1534,9 @@ class IngressRuleArgs:
1349
1534
  if http is not None:
1350
1535
  pulumi.set(__self__, "http", http)
1351
1536
 
1352
- @property
1537
+ @_builtins.property
1353
1538
  @pulumi.getter
1354
- def host(self) -> Optional[pulumi.Input[str]]:
1539
+ def host(self) -> Optional[pulumi.Input[_builtins.str]]:
1355
1540
  """
1356
1541
  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 RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
1357
1542
  the IP in the Spec of the parent Ingress.
@@ -1365,10 +1550,10 @@ class IngressRuleArgs:
1365
1550
  return pulumi.get(self, "host")
1366
1551
 
1367
1552
  @host.setter
1368
- def host(self, value: Optional[pulumi.Input[str]]):
1553
+ def host(self, value: Optional[pulumi.Input[_builtins.str]]):
1369
1554
  pulumi.set(self, "host", value)
1370
1555
 
1371
- @property
1556
+ @_builtins.property
1372
1557
  @pulumi.getter
1373
1558
  def http(self) -> Optional[pulumi.Input['HTTPIngressRuleValueArgs']]:
1374
1559
  return pulumi.get(self, "http")
@@ -1383,7 +1568,7 @@ if not MYPY:
1383
1568
  """
1384
1569
  IngressServiceBackend references a Kubernetes Service as a Backend.
1385
1570
  """
1386
- name: NotRequired[pulumi.Input[str]]
1571
+ name: NotRequired[pulumi.Input[_builtins.str]]
1387
1572
  """
1388
1573
  name is the referenced service. The service must exist in the same namespace as the Ingress object.
1389
1574
  """
@@ -1397,11 +1582,11 @@ elif False:
1397
1582
  @pulumi.input_type
1398
1583
  class IngressServiceBackendPatchArgs:
1399
1584
  def __init__(__self__, *,
1400
- name: Optional[pulumi.Input[str]] = None,
1585
+ name: Optional[pulumi.Input[_builtins.str]] = None,
1401
1586
  port: Optional[pulumi.Input['ServiceBackendPortPatchArgs']] = None):
1402
1587
  """
1403
1588
  IngressServiceBackend references a Kubernetes Service as a Backend.
1404
- :param pulumi.Input[str] name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
1589
+ :param pulumi.Input[_builtins.str] name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
1405
1590
  :param pulumi.Input['ServiceBackendPortPatchArgs'] port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
1406
1591
  """
1407
1592
  if name is not None:
@@ -1409,19 +1594,19 @@ class IngressServiceBackendPatchArgs:
1409
1594
  if port is not None:
1410
1595
  pulumi.set(__self__, "port", port)
1411
1596
 
1412
- @property
1597
+ @_builtins.property
1413
1598
  @pulumi.getter
1414
- def name(self) -> Optional[pulumi.Input[str]]:
1599
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
1415
1600
  """
1416
1601
  name is the referenced service. The service must exist in the same namespace as the Ingress object.
1417
1602
  """
1418
1603
  return pulumi.get(self, "name")
1419
1604
 
1420
1605
  @name.setter
1421
- def name(self, value: Optional[pulumi.Input[str]]):
1606
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
1422
1607
  pulumi.set(self, "name", value)
1423
1608
 
1424
- @property
1609
+ @_builtins.property
1425
1610
  @pulumi.getter
1426
1611
  def port(self) -> Optional[pulumi.Input['ServiceBackendPortPatchArgs']]:
1427
1612
  """
@@ -1439,7 +1624,7 @@ if not MYPY:
1439
1624
  """
1440
1625
  IngressServiceBackend references a Kubernetes Service as a Backend.
1441
1626
  """
1442
- name: pulumi.Input[str]
1627
+ name: pulumi.Input[_builtins.str]
1443
1628
  """
1444
1629
  name is the referenced service. The service must exist in the same namespace as the Ingress object.
1445
1630
  """
@@ -1453,30 +1638,30 @@ elif False:
1453
1638
  @pulumi.input_type
1454
1639
  class IngressServiceBackendArgs:
1455
1640
  def __init__(__self__, *,
1456
- name: pulumi.Input[str],
1641
+ name: pulumi.Input[_builtins.str],
1457
1642
  port: Optional[pulumi.Input['ServiceBackendPortArgs']] = None):
1458
1643
  """
1459
1644
  IngressServiceBackend references a Kubernetes Service as a Backend.
1460
- :param pulumi.Input[str] name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
1645
+ :param pulumi.Input[_builtins.str] name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
1461
1646
  :param pulumi.Input['ServiceBackendPortArgs'] port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
1462
1647
  """
1463
1648
  pulumi.set(__self__, "name", name)
1464
1649
  if port is not None:
1465
1650
  pulumi.set(__self__, "port", port)
1466
1651
 
1467
- @property
1652
+ @_builtins.property
1468
1653
  @pulumi.getter
1469
- def name(self) -> pulumi.Input[str]:
1654
+ def name(self) -> pulumi.Input[_builtins.str]:
1470
1655
  """
1471
1656
  name is the referenced service. The service must exist in the same namespace as the Ingress object.
1472
1657
  """
1473
1658
  return pulumi.get(self, "name")
1474
1659
 
1475
1660
  @name.setter
1476
- def name(self, value: pulumi.Input[str]):
1661
+ def name(self, value: pulumi.Input[_builtins.str]):
1477
1662
  pulumi.set(self, "name", value)
1478
1663
 
1479
- @property
1664
+ @_builtins.property
1480
1665
  @pulumi.getter
1481
1666
  def port(self) -> Optional[pulumi.Input['ServiceBackendPortArgs']]:
1482
1667
  """
@@ -1498,7 +1683,7 @@ if not MYPY:
1498
1683
  """
1499
1684
  defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
1500
1685
  """
1501
- ingress_class_name: NotRequired[pulumi.Input[str]]
1686
+ ingress_class_name: NotRequired[pulumi.Input[_builtins.str]]
1502
1687
  """
1503
1688
  ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
1504
1689
  """
@@ -1517,13 +1702,13 @@ elif False:
1517
1702
  class IngressSpecPatchArgs:
1518
1703
  def __init__(__self__, *,
1519
1704
  default_backend: Optional[pulumi.Input['IngressBackendPatchArgs']] = None,
1520
- ingress_class_name: Optional[pulumi.Input[str]] = None,
1705
+ ingress_class_name: Optional[pulumi.Input[_builtins.str]] = None,
1521
1706
  rules: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]] = None,
1522
1707
  tls: Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgs']]]] = None):
1523
1708
  """
1524
1709
  IngressSpec describes the Ingress the user wishes to exist.
1525
1710
  :param pulumi.Input['IngressBackendPatchArgs'] default_backend: defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
1526
- :param pulumi.Input[str] ingress_class_name: ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
1711
+ :param pulumi.Input[_builtins.str] ingress_class_name: ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
1527
1712
  :param pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]] rules: rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
1528
1713
  :param pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgs']]] tls: tls represents the 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.
1529
1714
  """
@@ -1536,7 +1721,7 @@ class IngressSpecPatchArgs:
1536
1721
  if tls is not None:
1537
1722
  pulumi.set(__self__, "tls", tls)
1538
1723
 
1539
- @property
1724
+ @_builtins.property
1540
1725
  @pulumi.getter(name="defaultBackend")
1541
1726
  def default_backend(self) -> Optional[pulumi.Input['IngressBackendPatchArgs']]:
1542
1727
  """
@@ -1548,19 +1733,19 @@ class IngressSpecPatchArgs:
1548
1733
  def default_backend(self, value: Optional[pulumi.Input['IngressBackendPatchArgs']]):
1549
1734
  pulumi.set(self, "default_backend", value)
1550
1735
 
1551
- @property
1736
+ @_builtins.property
1552
1737
  @pulumi.getter(name="ingressClassName")
1553
- def ingress_class_name(self) -> Optional[pulumi.Input[str]]:
1738
+ def ingress_class_name(self) -> Optional[pulumi.Input[_builtins.str]]:
1554
1739
  """
1555
1740
  ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
1556
1741
  """
1557
1742
  return pulumi.get(self, "ingress_class_name")
1558
1743
 
1559
1744
  @ingress_class_name.setter
1560
- def ingress_class_name(self, value: Optional[pulumi.Input[str]]):
1745
+ def ingress_class_name(self, value: Optional[pulumi.Input[_builtins.str]]):
1561
1746
  pulumi.set(self, "ingress_class_name", value)
1562
1747
 
1563
- @property
1748
+ @_builtins.property
1564
1749
  @pulumi.getter
1565
1750
  def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]]:
1566
1751
  """
@@ -1572,7 +1757,7 @@ class IngressSpecPatchArgs:
1572
1757
  def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]]):
1573
1758
  pulumi.set(self, "rules", value)
1574
1759
 
1575
- @property
1760
+ @_builtins.property
1576
1761
  @pulumi.getter
1577
1762
  def tls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgs']]]]:
1578
1763
  """
@@ -1594,7 +1779,7 @@ if not MYPY:
1594
1779
  """
1595
1780
  defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
1596
1781
  """
1597
- ingress_class_name: NotRequired[pulumi.Input[str]]
1782
+ ingress_class_name: NotRequired[pulumi.Input[_builtins.str]]
1598
1783
  """
1599
1784
  ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
1600
1785
  """
@@ -1613,13 +1798,13 @@ elif False:
1613
1798
  class IngressSpecArgs:
1614
1799
  def __init__(__self__, *,
1615
1800
  default_backend: Optional[pulumi.Input['IngressBackendArgs']] = None,
1616
- ingress_class_name: Optional[pulumi.Input[str]] = None,
1801
+ ingress_class_name: Optional[pulumi.Input[_builtins.str]] = None,
1617
1802
  rules: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]] = None,
1618
1803
  tls: Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSArgs']]]] = None):
1619
1804
  """
1620
1805
  IngressSpec describes the Ingress the user wishes to exist.
1621
1806
  :param pulumi.Input['IngressBackendArgs'] default_backend: defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
1622
- :param pulumi.Input[str] ingress_class_name: ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
1807
+ :param pulumi.Input[_builtins.str] ingress_class_name: ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
1623
1808
  :param pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]] rules: rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
1624
1809
  :param pulumi.Input[Sequence[pulumi.Input['IngressTLSArgs']]] tls: tls represents the 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.
1625
1810
  """
@@ -1632,7 +1817,7 @@ class IngressSpecArgs:
1632
1817
  if tls is not None:
1633
1818
  pulumi.set(__self__, "tls", tls)
1634
1819
 
1635
- @property
1820
+ @_builtins.property
1636
1821
  @pulumi.getter(name="defaultBackend")
1637
1822
  def default_backend(self) -> Optional[pulumi.Input['IngressBackendArgs']]:
1638
1823
  """
@@ -1644,19 +1829,19 @@ class IngressSpecArgs:
1644
1829
  def default_backend(self, value: Optional[pulumi.Input['IngressBackendArgs']]):
1645
1830
  pulumi.set(self, "default_backend", value)
1646
1831
 
1647
- @property
1832
+ @_builtins.property
1648
1833
  @pulumi.getter(name="ingressClassName")
1649
- def ingress_class_name(self) -> Optional[pulumi.Input[str]]:
1834
+ def ingress_class_name(self) -> Optional[pulumi.Input[_builtins.str]]:
1650
1835
  """
1651
1836
  ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
1652
1837
  """
1653
1838
  return pulumi.get(self, "ingress_class_name")
1654
1839
 
1655
1840
  @ingress_class_name.setter
1656
- def ingress_class_name(self, value: Optional[pulumi.Input[str]]):
1841
+ def ingress_class_name(self, value: Optional[pulumi.Input[_builtins.str]]):
1657
1842
  pulumi.set(self, "ingress_class_name", value)
1658
1843
 
1659
- @property
1844
+ @_builtins.property
1660
1845
  @pulumi.getter
1661
1846
  def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]]:
1662
1847
  """
@@ -1668,7 +1853,7 @@ class IngressSpecArgs:
1668
1853
  def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]]):
1669
1854
  pulumi.set(self, "rules", value)
1670
1855
 
1671
- @property
1856
+ @_builtins.property
1672
1857
  @pulumi.getter
1673
1858
  def tls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSArgs']]]]:
1674
1859
  """
@@ -1704,7 +1889,7 @@ class IngressStatusArgs:
1704
1889
  if load_balancer is not None:
1705
1890
  pulumi.set(__self__, "load_balancer", load_balancer)
1706
1891
 
1707
- @property
1892
+ @_builtins.property
1708
1893
  @pulumi.getter(name="loadBalancer")
1709
1894
  def load_balancer(self) -> Optional[pulumi.Input['IngressLoadBalancerStatusArgs']]:
1710
1895
  """
@@ -1722,11 +1907,11 @@ if not MYPY:
1722
1907
  """
1723
1908
  IngressTLS describes the transport layer security associated with an ingress.
1724
1909
  """
1725
- hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1910
+ hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1726
1911
  """
1727
1912
  hosts is 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.
1728
1913
  """
1729
- secret_name: NotRequired[pulumi.Input[str]]
1914
+ secret_name: NotRequired[pulumi.Input[_builtins.str]]
1730
1915
  """
1731
1916
  secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS 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.
1732
1917
  """
@@ -1736,40 +1921,40 @@ elif False:
1736
1921
  @pulumi.input_type
1737
1922
  class IngressTLSPatchArgs:
1738
1923
  def __init__(__self__, *,
1739
- hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1740
- secret_name: Optional[pulumi.Input[str]] = None):
1924
+ hosts: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1925
+ secret_name: Optional[pulumi.Input[_builtins.str]] = None):
1741
1926
  """
1742
1927
  IngressTLS describes the transport layer security associated with an ingress.
1743
- :param pulumi.Input[Sequence[pulumi.Input[str]]] hosts: hosts is 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.
1744
- :param pulumi.Input[str] secret_name: secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS 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.
1928
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] hosts: hosts is 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.
1929
+ :param pulumi.Input[_builtins.str] secret_name: secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS 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.
1745
1930
  """
1746
1931
  if hosts is not None:
1747
1932
  pulumi.set(__self__, "hosts", hosts)
1748
1933
  if secret_name is not None:
1749
1934
  pulumi.set(__self__, "secret_name", secret_name)
1750
1935
 
1751
- @property
1936
+ @_builtins.property
1752
1937
  @pulumi.getter
1753
- def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1938
+ def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1754
1939
  """
1755
1940
  hosts is 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.
1756
1941
  """
1757
1942
  return pulumi.get(self, "hosts")
1758
1943
 
1759
1944
  @hosts.setter
1760
- def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1945
+ def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1761
1946
  pulumi.set(self, "hosts", value)
1762
1947
 
1763
- @property
1948
+ @_builtins.property
1764
1949
  @pulumi.getter(name="secretName")
1765
- def secret_name(self) -> Optional[pulumi.Input[str]]:
1950
+ def secret_name(self) -> Optional[pulumi.Input[_builtins.str]]:
1766
1951
  """
1767
1952
  secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS 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.
1768
1953
  """
1769
1954
  return pulumi.get(self, "secret_name")
1770
1955
 
1771
1956
  @secret_name.setter
1772
- def secret_name(self, value: Optional[pulumi.Input[str]]):
1957
+ def secret_name(self, value: Optional[pulumi.Input[_builtins.str]]):
1773
1958
  pulumi.set(self, "secret_name", value)
1774
1959
 
1775
1960
 
@@ -1778,11 +1963,11 @@ if not MYPY:
1778
1963
  """
1779
1964
  IngressTLS describes the transport layer security associated with an ingress.
1780
1965
  """
1781
- hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1966
+ hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1782
1967
  """
1783
1968
  hosts is 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.
1784
1969
  """
1785
- secret_name: NotRequired[pulumi.Input[str]]
1970
+ secret_name: NotRequired[pulumi.Input[_builtins.str]]
1786
1971
  """
1787
1972
  secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS 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.
1788
1973
  """
@@ -1792,40 +1977,40 @@ elif False:
1792
1977
  @pulumi.input_type
1793
1978
  class IngressTLSArgs:
1794
1979
  def __init__(__self__, *,
1795
- hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1796
- secret_name: Optional[pulumi.Input[str]] = None):
1980
+ hosts: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1981
+ secret_name: Optional[pulumi.Input[_builtins.str]] = None):
1797
1982
  """
1798
1983
  IngressTLS describes the transport layer security associated with an ingress.
1799
- :param pulumi.Input[Sequence[pulumi.Input[str]]] hosts: hosts is 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.
1800
- :param pulumi.Input[str] secret_name: secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS 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.
1984
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] hosts: hosts is 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.
1985
+ :param pulumi.Input[_builtins.str] secret_name: secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS 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.
1801
1986
  """
1802
1987
  if hosts is not None:
1803
1988
  pulumi.set(__self__, "hosts", hosts)
1804
1989
  if secret_name is not None:
1805
1990
  pulumi.set(__self__, "secret_name", secret_name)
1806
1991
 
1807
- @property
1992
+ @_builtins.property
1808
1993
  @pulumi.getter
1809
- def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1994
+ def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1810
1995
  """
1811
1996
  hosts is 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.
1812
1997
  """
1813
1998
  return pulumi.get(self, "hosts")
1814
1999
 
1815
2000
  @hosts.setter
1816
- def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2001
+ def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1817
2002
  pulumi.set(self, "hosts", value)
1818
2003
 
1819
- @property
2004
+ @_builtins.property
1820
2005
  @pulumi.getter(name="secretName")
1821
- def secret_name(self) -> Optional[pulumi.Input[str]]:
2006
+ def secret_name(self) -> Optional[pulumi.Input[_builtins.str]]:
1822
2007
  """
1823
2008
  secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS 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.
1824
2009
  """
1825
2010
  return pulumi.get(self, "secret_name")
1826
2011
 
1827
2012
  @secret_name.setter
1828
- def secret_name(self, value: Optional[pulumi.Input[str]]):
2013
+ def secret_name(self, value: Optional[pulumi.Input[_builtins.str]]):
1829
2014
  pulumi.set(self, "secret_name", value)
1830
2015
 
1831
2016
 
@@ -1848,11 +2033,11 @@ if not MYPY:
1848
2033
  time out and mark the resource update as Failed. You can override the default timeout value
1849
2034
  by setting the 'customTimeouts' option on the resource.
1850
2035
  """
1851
- api_version: NotRequired[pulumi.Input[str]]
2036
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
1852
2037
  """
1853
2038
  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
1854
2039
  """
1855
- kind: NotRequired[pulumi.Input[str]]
2040
+ kind: NotRequired[pulumi.Input[_builtins.str]]
1856
2041
  """
1857
2042
  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
1858
2043
  """
@@ -1874,8 +2059,8 @@ elif False:
1874
2059
  @pulumi.input_type
1875
2060
  class IngressArgs:
1876
2061
  def __init__(__self__, *,
1877
- api_version: Optional[pulumi.Input[str]] = None,
1878
- kind: Optional[pulumi.Input[str]] = None,
2062
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
2063
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
1879
2064
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
1880
2065
  spec: Optional[pulumi.Input['IngressSpecArgs']] = None,
1881
2066
  status: Optional[pulumi.Input['IngressStatusArgs']] = None):
@@ -1895,8 +2080,8 @@ class IngressArgs:
1895
2080
  If the Ingress has not reached a Ready state after 10 minutes, it will
1896
2081
  time out and mark the resource update as Failed. You can override the default timeout value
1897
2082
  by setting the 'customTimeouts' option on the resource.
1898
- :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
1899
- :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
2083
+ :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
2084
+ :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
1900
2085
  :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
1901
2086
  :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
1902
2087
  :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
@@ -1912,31 +2097,31 @@ class IngressArgs:
1912
2097
  if status is not None:
1913
2098
  pulumi.set(__self__, "status", status)
1914
2099
 
1915
- @property
2100
+ @_builtins.property
1916
2101
  @pulumi.getter(name="apiVersion")
1917
- def api_version(self) -> Optional[pulumi.Input[str]]:
2102
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
1918
2103
  """
1919
2104
  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
1920
2105
  """
1921
2106
  return pulumi.get(self, "api_version")
1922
2107
 
1923
2108
  @api_version.setter
1924
- def api_version(self, value: Optional[pulumi.Input[str]]):
2109
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
1925
2110
  pulumi.set(self, "api_version", value)
1926
2111
 
1927
- @property
2112
+ @_builtins.property
1928
2113
  @pulumi.getter
1929
- def kind(self) -> Optional[pulumi.Input[str]]:
2114
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
1930
2115
  """
1931
2116
  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
1932
2117
  """
1933
2118
  return pulumi.get(self, "kind")
1934
2119
 
1935
2120
  @kind.setter
1936
- def kind(self, value: Optional[pulumi.Input[str]]):
2121
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
1937
2122
  pulumi.set(self, "kind", value)
1938
2123
 
1939
- @property
2124
+ @_builtins.property
1940
2125
  @pulumi.getter
1941
2126
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
1942
2127
  """
@@ -1948,7 +2133,7 @@ class IngressArgs:
1948
2133
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
1949
2134
  pulumi.set(self, "metadata", value)
1950
2135
 
1951
- @property
2136
+ @_builtins.property
1952
2137
  @pulumi.getter
1953
2138
  def spec(self) -> Optional[pulumi.Input['IngressSpecArgs']]:
1954
2139
  """
@@ -1960,7 +2145,7 @@ class IngressArgs:
1960
2145
  def spec(self, value: Optional[pulumi.Input['IngressSpecArgs']]):
1961
2146
  pulumi.set(self, "spec", value)
1962
2147
 
1963
- @property
2148
+ @_builtins.property
1964
2149
  @pulumi.getter
1965
2150
  def status(self) -> Optional[pulumi.Input['IngressStatusArgs']]:
1966
2151
  """
@@ -2004,7 +2189,7 @@ class NetworkPolicyEgressRulePatchArgs:
2004
2189
  if to is not None:
2005
2190
  pulumi.set(__self__, "to", to)
2006
2191
 
2007
- @property
2192
+ @_builtins.property
2008
2193
  @pulumi.getter
2009
2194
  def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortPatchArgs']]]]:
2010
2195
  """
@@ -2016,7 +2201,7 @@ class NetworkPolicyEgressRulePatchArgs:
2016
2201
  def ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortPatchArgs']]]]):
2017
2202
  pulumi.set(self, "ports", value)
2018
2203
 
2019
- @property
2204
+ @_builtins.property
2020
2205
  @pulumi.getter
2021
2206
  def to(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerPatchArgs']]]]:
2022
2207
  """
@@ -2060,7 +2245,7 @@ class NetworkPolicyEgressRuleArgs:
2060
2245
  if to is not None:
2061
2246
  pulumi.set(__self__, "to", to)
2062
2247
 
2063
- @property
2248
+ @_builtins.property
2064
2249
  @pulumi.getter
2065
2250
  def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortArgs']]]]:
2066
2251
  """
@@ -2072,7 +2257,7 @@ class NetworkPolicyEgressRuleArgs:
2072
2257
  def ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortArgs']]]]):
2073
2258
  pulumi.set(self, "ports", value)
2074
2259
 
2075
- @property
2260
+ @_builtins.property
2076
2261
  @pulumi.getter
2077
2262
  def to(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerArgs']]]]:
2078
2263
  """
@@ -2116,7 +2301,7 @@ class NetworkPolicyIngressRulePatchArgs:
2116
2301
  if ports is not None:
2117
2302
  pulumi.set(__self__, "ports", ports)
2118
2303
 
2119
- @property
2304
+ @_builtins.property
2120
2305
  @pulumi.getter(name="from")
2121
2306
  def from_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerPatchArgs']]]]:
2122
2307
  """
@@ -2128,7 +2313,7 @@ class NetworkPolicyIngressRulePatchArgs:
2128
2313
  def from_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerPatchArgs']]]]):
2129
2314
  pulumi.set(self, "from_", value)
2130
2315
 
2131
- @property
2316
+ @_builtins.property
2132
2317
  @pulumi.getter
2133
2318
  def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortPatchArgs']]]]:
2134
2319
  """
@@ -2172,7 +2357,7 @@ class NetworkPolicyIngressRuleArgs:
2172
2357
  if ports is not None:
2173
2358
  pulumi.set(__self__, "ports", ports)
2174
2359
 
2175
- @property
2360
+ @_builtins.property
2176
2361
  @pulumi.getter(name="from")
2177
2362
  def from_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerArgs']]]]:
2178
2363
  """
@@ -2184,7 +2369,7 @@ class NetworkPolicyIngressRuleArgs:
2184
2369
  def from_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerArgs']]]]):
2185
2370
  pulumi.set(self, "from_", value)
2186
2371
 
2187
- @property
2372
+ @_builtins.property
2188
2373
  @pulumi.getter
2189
2374
  def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortArgs']]]]:
2190
2375
  """
@@ -2244,7 +2429,7 @@ class NetworkPolicyPeerPatchArgs:
2244
2429
  if pod_selector is not None:
2245
2430
  pulumi.set(__self__, "pod_selector", pod_selector)
2246
2431
 
2247
- @property
2432
+ @_builtins.property
2248
2433
  @pulumi.getter(name="ipBlock")
2249
2434
  def ip_block(self) -> Optional[pulumi.Input['IPBlockPatchArgs']]:
2250
2435
  """
@@ -2256,7 +2441,7 @@ class NetworkPolicyPeerPatchArgs:
2256
2441
  def ip_block(self, value: Optional[pulumi.Input['IPBlockPatchArgs']]):
2257
2442
  pulumi.set(self, "ip_block", value)
2258
2443
 
2259
- @property
2444
+ @_builtins.property
2260
2445
  @pulumi.getter(name="namespaceSelector")
2261
2446
  def namespace_selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
2262
2447
  """
@@ -2270,7 +2455,7 @@ class NetworkPolicyPeerPatchArgs:
2270
2455
  def namespace_selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]):
2271
2456
  pulumi.set(self, "namespace_selector", value)
2272
2457
 
2273
- @property
2458
+ @_builtins.property
2274
2459
  @pulumi.getter(name="podSelector")
2275
2460
  def pod_selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
2276
2461
  """
@@ -2332,7 +2517,7 @@ class NetworkPolicyPeerArgs:
2332
2517
  if pod_selector is not None:
2333
2518
  pulumi.set(__self__, "pod_selector", pod_selector)
2334
2519
 
2335
- @property
2520
+ @_builtins.property
2336
2521
  @pulumi.getter(name="ipBlock")
2337
2522
  def ip_block(self) -> Optional[pulumi.Input['IPBlockArgs']]:
2338
2523
  """
@@ -2344,7 +2529,7 @@ class NetworkPolicyPeerArgs:
2344
2529
  def ip_block(self, value: Optional[pulumi.Input['IPBlockArgs']]):
2345
2530
  pulumi.set(self, "ip_block", value)
2346
2531
 
2347
- @property
2532
+ @_builtins.property
2348
2533
  @pulumi.getter(name="namespaceSelector")
2349
2534
  def namespace_selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']]:
2350
2535
  """
@@ -2358,7 +2543,7 @@ class NetworkPolicyPeerArgs:
2358
2543
  def namespace_selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']]):
2359
2544
  pulumi.set(self, "namespace_selector", value)
2360
2545
 
2361
- @property
2546
+ @_builtins.property
2362
2547
  @pulumi.getter(name="podSelector")
2363
2548
  def pod_selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']]:
2364
2549
  """
@@ -2378,15 +2563,15 @@ if not MYPY:
2378
2563
  """
2379
2564
  NetworkPolicyPort describes a port to allow traffic on
2380
2565
  """
2381
- end_port: NotRequired[pulumi.Input[int]]
2566
+ end_port: NotRequired[pulumi.Input[_builtins.int]]
2382
2567
  """
2383
2568
  endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
2384
2569
  """
2385
- port: NotRequired[pulumi.Input[Union[int, str]]]
2570
+ port: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
2386
2571
  """
2387
2572
  port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
2388
2573
  """
2389
- protocol: NotRequired[pulumi.Input[str]]
2574
+ protocol: NotRequired[pulumi.Input[_builtins.str]]
2390
2575
  """
2391
2576
  protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
2392
2577
  """
@@ -2396,14 +2581,14 @@ elif False:
2396
2581
  @pulumi.input_type
2397
2582
  class NetworkPolicyPortPatchArgs:
2398
2583
  def __init__(__self__, *,
2399
- end_port: Optional[pulumi.Input[int]] = None,
2400
- port: Optional[pulumi.Input[Union[int, str]]] = None,
2401
- protocol: Optional[pulumi.Input[str]] = None):
2584
+ end_port: Optional[pulumi.Input[_builtins.int]] = None,
2585
+ port: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None,
2586
+ protocol: Optional[pulumi.Input[_builtins.str]] = None):
2402
2587
  """
2403
2588
  NetworkPolicyPort describes a port to allow traffic on
2404
- :param pulumi.Input[int] end_port: endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
2405
- :param pulumi.Input[Union[int, str]] port: port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
2406
- :param pulumi.Input[str] protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
2589
+ :param pulumi.Input[_builtins.int] end_port: endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
2590
+ :param pulumi.Input[Union[_builtins.int, _builtins.str]] port: port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
2591
+ :param pulumi.Input[_builtins.str] protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
2407
2592
  """
2408
2593
  if end_port is not None:
2409
2594
  pulumi.set(__self__, "end_port", end_port)
@@ -2412,40 +2597,40 @@ class NetworkPolicyPortPatchArgs:
2412
2597
  if protocol is not None:
2413
2598
  pulumi.set(__self__, "protocol", protocol)
2414
2599
 
2415
- @property
2600
+ @_builtins.property
2416
2601
  @pulumi.getter(name="endPort")
2417
- def end_port(self) -> Optional[pulumi.Input[int]]:
2602
+ def end_port(self) -> Optional[pulumi.Input[_builtins.int]]:
2418
2603
  """
2419
2604
  endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
2420
2605
  """
2421
2606
  return pulumi.get(self, "end_port")
2422
2607
 
2423
2608
  @end_port.setter
2424
- def end_port(self, value: Optional[pulumi.Input[int]]):
2609
+ def end_port(self, value: Optional[pulumi.Input[_builtins.int]]):
2425
2610
  pulumi.set(self, "end_port", value)
2426
2611
 
2427
- @property
2612
+ @_builtins.property
2428
2613
  @pulumi.getter
2429
- def port(self) -> Optional[pulumi.Input[Union[int, str]]]:
2614
+ def port(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
2430
2615
  """
2431
2616
  port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
2432
2617
  """
2433
2618
  return pulumi.get(self, "port")
2434
2619
 
2435
2620
  @port.setter
2436
- def port(self, value: Optional[pulumi.Input[Union[int, str]]]):
2621
+ def port(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
2437
2622
  pulumi.set(self, "port", value)
2438
2623
 
2439
- @property
2624
+ @_builtins.property
2440
2625
  @pulumi.getter
2441
- def protocol(self) -> Optional[pulumi.Input[str]]:
2626
+ def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
2442
2627
  """
2443
2628
  protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
2444
2629
  """
2445
2630
  return pulumi.get(self, "protocol")
2446
2631
 
2447
2632
  @protocol.setter
2448
- def protocol(self, value: Optional[pulumi.Input[str]]):
2633
+ def protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
2449
2634
  pulumi.set(self, "protocol", value)
2450
2635
 
2451
2636
 
@@ -2454,15 +2639,15 @@ if not MYPY:
2454
2639
  """
2455
2640
  NetworkPolicyPort describes a port to allow traffic on
2456
2641
  """
2457
- end_port: NotRequired[pulumi.Input[int]]
2642
+ end_port: NotRequired[pulumi.Input[_builtins.int]]
2458
2643
  """
2459
2644
  endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
2460
2645
  """
2461
- port: NotRequired[pulumi.Input[Union[int, str]]]
2646
+ port: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
2462
2647
  """
2463
2648
  port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
2464
2649
  """
2465
- protocol: NotRequired[pulumi.Input[str]]
2650
+ protocol: NotRequired[pulumi.Input[_builtins.str]]
2466
2651
  """
2467
2652
  protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
2468
2653
  """
@@ -2472,14 +2657,14 @@ elif False:
2472
2657
  @pulumi.input_type
2473
2658
  class NetworkPolicyPortArgs:
2474
2659
  def __init__(__self__, *,
2475
- end_port: Optional[pulumi.Input[int]] = None,
2476
- port: Optional[pulumi.Input[Union[int, str]]] = None,
2477
- protocol: Optional[pulumi.Input[str]] = None):
2660
+ end_port: Optional[pulumi.Input[_builtins.int]] = None,
2661
+ port: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None,
2662
+ protocol: Optional[pulumi.Input[_builtins.str]] = None):
2478
2663
  """
2479
2664
  NetworkPolicyPort describes a port to allow traffic on
2480
- :param pulumi.Input[int] end_port: endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
2481
- :param pulumi.Input[Union[int, str]] port: port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
2482
- :param pulumi.Input[str] protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
2665
+ :param pulumi.Input[_builtins.int] end_port: endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
2666
+ :param pulumi.Input[Union[_builtins.int, _builtins.str]] port: port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
2667
+ :param pulumi.Input[_builtins.str] protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
2483
2668
  """
2484
2669
  if end_port is not None:
2485
2670
  pulumi.set(__self__, "end_port", end_port)
@@ -2488,40 +2673,40 @@ class NetworkPolicyPortArgs:
2488
2673
  if protocol is not None:
2489
2674
  pulumi.set(__self__, "protocol", protocol)
2490
2675
 
2491
- @property
2676
+ @_builtins.property
2492
2677
  @pulumi.getter(name="endPort")
2493
- def end_port(self) -> Optional[pulumi.Input[int]]:
2678
+ def end_port(self) -> Optional[pulumi.Input[_builtins.int]]:
2494
2679
  """
2495
2680
  endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
2496
2681
  """
2497
2682
  return pulumi.get(self, "end_port")
2498
2683
 
2499
2684
  @end_port.setter
2500
- def end_port(self, value: Optional[pulumi.Input[int]]):
2685
+ def end_port(self, value: Optional[pulumi.Input[_builtins.int]]):
2501
2686
  pulumi.set(self, "end_port", value)
2502
2687
 
2503
- @property
2688
+ @_builtins.property
2504
2689
  @pulumi.getter
2505
- def port(self) -> Optional[pulumi.Input[Union[int, str]]]:
2690
+ def port(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
2506
2691
  """
2507
2692
  port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
2508
2693
  """
2509
2694
  return pulumi.get(self, "port")
2510
2695
 
2511
2696
  @port.setter
2512
- def port(self, value: Optional[pulumi.Input[Union[int, str]]]):
2697
+ def port(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
2513
2698
  pulumi.set(self, "port", value)
2514
2699
 
2515
- @property
2700
+ @_builtins.property
2516
2701
  @pulumi.getter
2517
- def protocol(self) -> Optional[pulumi.Input[str]]:
2702
+ def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
2518
2703
  """
2519
2704
  protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
2520
2705
  """
2521
2706
  return pulumi.get(self, "protocol")
2522
2707
 
2523
2708
  @protocol.setter
2524
- def protocol(self, value: Optional[pulumi.Input[str]]):
2709
+ def protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
2525
2710
  pulumi.set(self, "protocol", value)
2526
2711
 
2527
2712
 
@@ -2542,7 +2727,7 @@ if not MYPY:
2542
2727
  """
2543
2728
  podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
2544
2729
  """
2545
- policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2730
+ policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
2546
2731
  """
2547
2732
  policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
2548
2733
  """
@@ -2555,13 +2740,13 @@ class NetworkPolicySpecPatchArgs:
2555
2740
  egress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRulePatchArgs']]]] = None,
2556
2741
  ingress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRulePatchArgs']]]] = None,
2557
2742
  pod_selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
2558
- policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2743
+ policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
2559
2744
  """
2560
2745
  NetworkPolicySpec provides the specification of a NetworkPolicy
2561
2746
  :param pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRulePatchArgs']]] egress: egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
2562
2747
  :param pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRulePatchArgs']]] ingress: ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
2563
2748
  :param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] pod_selector: podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
2564
- :param pulumi.Input[Sequence[pulumi.Input[str]]] policy_types: policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
2749
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] policy_types: policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
2565
2750
  """
2566
2751
  if egress is not None:
2567
2752
  pulumi.set(__self__, "egress", egress)
@@ -2572,7 +2757,7 @@ class NetworkPolicySpecPatchArgs:
2572
2757
  if policy_types is not None:
2573
2758
  pulumi.set(__self__, "policy_types", policy_types)
2574
2759
 
2575
- @property
2760
+ @_builtins.property
2576
2761
  @pulumi.getter
2577
2762
  def egress(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRulePatchArgs']]]]:
2578
2763
  """
@@ -2584,7 +2769,7 @@ class NetworkPolicySpecPatchArgs:
2584
2769
  def egress(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRulePatchArgs']]]]):
2585
2770
  pulumi.set(self, "egress", value)
2586
2771
 
2587
- @property
2772
+ @_builtins.property
2588
2773
  @pulumi.getter
2589
2774
  def ingress(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRulePatchArgs']]]]:
2590
2775
  """
@@ -2596,7 +2781,7 @@ class NetworkPolicySpecPatchArgs:
2596
2781
  def ingress(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRulePatchArgs']]]]):
2597
2782
  pulumi.set(self, "ingress", value)
2598
2783
 
2599
- @property
2784
+ @_builtins.property
2600
2785
  @pulumi.getter(name="podSelector")
2601
2786
  def pod_selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
2602
2787
  """
@@ -2608,16 +2793,16 @@ class NetworkPolicySpecPatchArgs:
2608
2793
  def pod_selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]):
2609
2794
  pulumi.set(self, "pod_selector", value)
2610
2795
 
2611
- @property
2796
+ @_builtins.property
2612
2797
  @pulumi.getter(name="policyTypes")
2613
- def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2798
+ def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
2614
2799
  """
2615
2800
  policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
2616
2801
  """
2617
2802
  return pulumi.get(self, "policy_types")
2618
2803
 
2619
2804
  @policy_types.setter
2620
- def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2805
+ def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
2621
2806
  pulumi.set(self, "policy_types", value)
2622
2807
 
2623
2808
 
@@ -2638,7 +2823,7 @@ if not MYPY:
2638
2823
  """
2639
2824
  ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
2640
2825
  """
2641
- policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2826
+ policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
2642
2827
  """
2643
2828
  policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
2644
2829
  """
@@ -2651,13 +2836,13 @@ class NetworkPolicySpecArgs:
2651
2836
  pod_selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
2652
2837
  egress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRuleArgs']]]] = None,
2653
2838
  ingress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRuleArgs']]]] = None,
2654
- policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2839
+ policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
2655
2840
  """
2656
2841
  NetworkPolicySpec provides the specification of a NetworkPolicy
2657
2842
  :param pulumi.Input['_meta.v1.LabelSelectorArgs'] pod_selector: podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
2658
2843
  :param pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRuleArgs']]] egress: egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
2659
2844
  :param pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRuleArgs']]] ingress: ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
2660
- :param pulumi.Input[Sequence[pulumi.Input[str]]] policy_types: policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
2845
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] policy_types: policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
2661
2846
  """
2662
2847
  pulumi.set(__self__, "pod_selector", pod_selector)
2663
2848
  if egress is not None:
@@ -2667,7 +2852,7 @@ class NetworkPolicySpecArgs:
2667
2852
  if policy_types is not None:
2668
2853
  pulumi.set(__self__, "policy_types", policy_types)
2669
2854
 
2670
- @property
2855
+ @_builtins.property
2671
2856
  @pulumi.getter(name="podSelector")
2672
2857
  def pod_selector(self) -> pulumi.Input['_meta.v1.LabelSelectorArgs']:
2673
2858
  """
@@ -2679,7 +2864,7 @@ class NetworkPolicySpecArgs:
2679
2864
  def pod_selector(self, value: pulumi.Input['_meta.v1.LabelSelectorArgs']):
2680
2865
  pulumi.set(self, "pod_selector", value)
2681
2866
 
2682
- @property
2867
+ @_builtins.property
2683
2868
  @pulumi.getter
2684
2869
  def egress(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRuleArgs']]]]:
2685
2870
  """
@@ -2691,7 +2876,7 @@ class NetworkPolicySpecArgs:
2691
2876
  def egress(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRuleArgs']]]]):
2692
2877
  pulumi.set(self, "egress", value)
2693
2878
 
2694
- @property
2879
+ @_builtins.property
2695
2880
  @pulumi.getter
2696
2881
  def ingress(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRuleArgs']]]]:
2697
2882
  """
@@ -2703,16 +2888,16 @@ class NetworkPolicySpecArgs:
2703
2888
  def ingress(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRuleArgs']]]]):
2704
2889
  pulumi.set(self, "ingress", value)
2705
2890
 
2706
- @property
2891
+ @_builtins.property
2707
2892
  @pulumi.getter(name="policyTypes")
2708
- def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2893
+ def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
2709
2894
  """
2710
2895
  policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
2711
2896
  """
2712
2897
  return pulumi.get(self, "policy_types")
2713
2898
 
2714
2899
  @policy_types.setter
2715
- def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2900
+ def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
2716
2901
  pulumi.set(self, "policy_types", value)
2717
2902
 
2718
2903
 
@@ -2739,7 +2924,7 @@ class NetworkPolicyStatusArgs:
2739
2924
  if conditions is not None:
2740
2925
  pulumi.set(__self__, "conditions", conditions)
2741
2926
 
2742
- @property
2927
+ @_builtins.property
2743
2928
  @pulumi.getter
2744
2929
  def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]:
2745
2930
  """
@@ -2757,11 +2942,11 @@ if not MYPY:
2757
2942
  """
2758
2943
  NetworkPolicy describes what network traffic is allowed for a set of Pods
2759
2944
  """
2760
- api_version: NotRequired[pulumi.Input[str]]
2945
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
2761
2946
  """
2762
2947
  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
2763
2948
  """
2764
- kind: NotRequired[pulumi.Input[str]]
2949
+ kind: NotRequired[pulumi.Input[_builtins.str]]
2765
2950
  """
2766
2951
  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
2767
2952
  """
@@ -2783,15 +2968,15 @@ elif False:
2783
2968
  @pulumi.input_type
2784
2969
  class NetworkPolicyArgs:
2785
2970
  def __init__(__self__, *,
2786
- api_version: Optional[pulumi.Input[str]] = None,
2787
- kind: Optional[pulumi.Input[str]] = None,
2971
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
2972
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
2788
2973
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
2789
2974
  spec: Optional[pulumi.Input['NetworkPolicySpecArgs']] = None,
2790
2975
  status: Optional[pulumi.Input['NetworkPolicyStatusArgs']] = None):
2791
2976
  """
2792
2977
  NetworkPolicy describes what network traffic is allowed for a set of Pods
2793
- :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
2794
- :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
2978
+ :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
2979
+ :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
2795
2980
  :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
2796
2981
  :param pulumi.Input['NetworkPolicySpecArgs'] spec: spec represents the specification of the desired behavior for this NetworkPolicy.
2797
2982
  :param pulumi.Input['NetworkPolicyStatusArgs'] status: Status is the current state of the NetworkPolicy. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -2807,31 +2992,31 @@ class NetworkPolicyArgs:
2807
2992
  if status is not None:
2808
2993
  pulumi.set(__self__, "status", status)
2809
2994
 
2810
- @property
2995
+ @_builtins.property
2811
2996
  @pulumi.getter(name="apiVersion")
2812
- def api_version(self) -> Optional[pulumi.Input[str]]:
2997
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
2813
2998
  """
2814
2999
  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
2815
3000
  """
2816
3001
  return pulumi.get(self, "api_version")
2817
3002
 
2818
3003
  @api_version.setter
2819
- def api_version(self, value: Optional[pulumi.Input[str]]):
3004
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
2820
3005
  pulumi.set(self, "api_version", value)
2821
3006
 
2822
- @property
3007
+ @_builtins.property
2823
3008
  @pulumi.getter
2824
- def kind(self) -> Optional[pulumi.Input[str]]:
3009
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
2825
3010
  """
2826
3011
  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
2827
3012
  """
2828
3013
  return pulumi.get(self, "kind")
2829
3014
 
2830
3015
  @kind.setter
2831
- def kind(self, value: Optional[pulumi.Input[str]]):
3016
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
2832
3017
  pulumi.set(self, "kind", value)
2833
3018
 
2834
- @property
3019
+ @_builtins.property
2835
3020
  @pulumi.getter
2836
3021
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
2837
3022
  """
@@ -2843,7 +3028,7 @@ class NetworkPolicyArgs:
2843
3028
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
2844
3029
  pulumi.set(self, "metadata", value)
2845
3030
 
2846
- @property
3031
+ @_builtins.property
2847
3032
  @pulumi.getter
2848
3033
  def spec(self) -> Optional[pulumi.Input['NetworkPolicySpecArgs']]:
2849
3034
  """
@@ -2855,7 +3040,7 @@ class NetworkPolicyArgs:
2855
3040
  def spec(self, value: Optional[pulumi.Input['NetworkPolicySpecArgs']]):
2856
3041
  pulumi.set(self, "spec", value)
2857
3042
 
2858
- @property
3043
+ @_builtins.property
2859
3044
  @pulumi.getter
2860
3045
  def status(self) -> Optional[pulumi.Input['NetworkPolicyStatusArgs']]:
2861
3046
  """
@@ -2868,16 +3053,206 @@ class NetworkPolicyArgs:
2868
3053
  pulumi.set(self, "status", value)
2869
3054
 
2870
3055
 
3056
+ if not MYPY:
3057
+ class ParentReferencePatchArgsDict(TypedDict):
3058
+ """
3059
+ ParentReference describes a reference to a parent object.
3060
+ """
3061
+ group: NotRequired[pulumi.Input[_builtins.str]]
3062
+ """
3063
+ Group is the group of the object being referenced.
3064
+ """
3065
+ name: NotRequired[pulumi.Input[_builtins.str]]
3066
+ """
3067
+ Name is the name of the object being referenced.
3068
+ """
3069
+ namespace: NotRequired[pulumi.Input[_builtins.str]]
3070
+ """
3071
+ Namespace is the namespace of the object being referenced.
3072
+ """
3073
+ resource: NotRequired[pulumi.Input[_builtins.str]]
3074
+ """
3075
+ Resource is the resource of the object being referenced.
3076
+ """
3077
+ elif False:
3078
+ ParentReferencePatchArgsDict: TypeAlias = Mapping[str, Any]
3079
+
3080
+ @pulumi.input_type
3081
+ class ParentReferencePatchArgs:
3082
+ def __init__(__self__, *,
3083
+ group: Optional[pulumi.Input[_builtins.str]] = None,
3084
+ name: Optional[pulumi.Input[_builtins.str]] = None,
3085
+ namespace: Optional[pulumi.Input[_builtins.str]] = None,
3086
+ resource: Optional[pulumi.Input[_builtins.str]] = None):
3087
+ """
3088
+ ParentReference describes a reference to a parent object.
3089
+ :param pulumi.Input[_builtins.str] group: Group is the group of the object being referenced.
3090
+ :param pulumi.Input[_builtins.str] name: Name is the name of the object being referenced.
3091
+ :param pulumi.Input[_builtins.str] namespace: Namespace is the namespace of the object being referenced.
3092
+ :param pulumi.Input[_builtins.str] resource: Resource is the resource of the object being referenced.
3093
+ """
3094
+ if group is not None:
3095
+ pulumi.set(__self__, "group", group)
3096
+ if name is not None:
3097
+ pulumi.set(__self__, "name", name)
3098
+ if namespace is not None:
3099
+ pulumi.set(__self__, "namespace", namespace)
3100
+ if resource is not None:
3101
+ pulumi.set(__self__, "resource", resource)
3102
+
3103
+ @_builtins.property
3104
+ @pulumi.getter
3105
+ def group(self) -> Optional[pulumi.Input[_builtins.str]]:
3106
+ """
3107
+ Group is the group of the object being referenced.
3108
+ """
3109
+ return pulumi.get(self, "group")
3110
+
3111
+ @group.setter
3112
+ def group(self, value: Optional[pulumi.Input[_builtins.str]]):
3113
+ pulumi.set(self, "group", value)
3114
+
3115
+ @_builtins.property
3116
+ @pulumi.getter
3117
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
3118
+ """
3119
+ Name is the name of the object being referenced.
3120
+ """
3121
+ return pulumi.get(self, "name")
3122
+
3123
+ @name.setter
3124
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
3125
+ pulumi.set(self, "name", value)
3126
+
3127
+ @_builtins.property
3128
+ @pulumi.getter
3129
+ def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
3130
+ """
3131
+ Namespace is the namespace of the object being referenced.
3132
+ """
3133
+ return pulumi.get(self, "namespace")
3134
+
3135
+ @namespace.setter
3136
+ def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
3137
+ pulumi.set(self, "namespace", value)
3138
+
3139
+ @_builtins.property
3140
+ @pulumi.getter
3141
+ def resource(self) -> Optional[pulumi.Input[_builtins.str]]:
3142
+ """
3143
+ Resource is the resource of the object being referenced.
3144
+ """
3145
+ return pulumi.get(self, "resource")
3146
+
3147
+ @resource.setter
3148
+ def resource(self, value: Optional[pulumi.Input[_builtins.str]]):
3149
+ pulumi.set(self, "resource", value)
3150
+
3151
+
3152
+ if not MYPY:
3153
+ class ParentReferenceArgsDict(TypedDict):
3154
+ """
3155
+ ParentReference describes a reference to a parent object.
3156
+ """
3157
+ name: pulumi.Input[_builtins.str]
3158
+ """
3159
+ Name is the name of the object being referenced.
3160
+ """
3161
+ resource: pulumi.Input[_builtins.str]
3162
+ """
3163
+ Resource is the resource of the object being referenced.
3164
+ """
3165
+ group: NotRequired[pulumi.Input[_builtins.str]]
3166
+ """
3167
+ Group is the group of the object being referenced.
3168
+ """
3169
+ namespace: NotRequired[pulumi.Input[_builtins.str]]
3170
+ """
3171
+ Namespace is the namespace of the object being referenced.
3172
+ """
3173
+ elif False:
3174
+ ParentReferenceArgsDict: TypeAlias = Mapping[str, Any]
3175
+
3176
+ @pulumi.input_type
3177
+ class ParentReferenceArgs:
3178
+ def __init__(__self__, *,
3179
+ name: pulumi.Input[_builtins.str],
3180
+ resource: pulumi.Input[_builtins.str],
3181
+ group: Optional[pulumi.Input[_builtins.str]] = None,
3182
+ namespace: Optional[pulumi.Input[_builtins.str]] = None):
3183
+ """
3184
+ ParentReference describes a reference to a parent object.
3185
+ :param pulumi.Input[_builtins.str] name: Name is the name of the object being referenced.
3186
+ :param pulumi.Input[_builtins.str] resource: Resource is the resource of the object being referenced.
3187
+ :param pulumi.Input[_builtins.str] group: Group is the group of the object being referenced.
3188
+ :param pulumi.Input[_builtins.str] namespace: Namespace is the namespace of the object being referenced.
3189
+ """
3190
+ pulumi.set(__self__, "name", name)
3191
+ pulumi.set(__self__, "resource", resource)
3192
+ if group is not None:
3193
+ pulumi.set(__self__, "group", group)
3194
+ if namespace is not None:
3195
+ pulumi.set(__self__, "namespace", namespace)
3196
+
3197
+ @_builtins.property
3198
+ @pulumi.getter
3199
+ def name(self) -> pulumi.Input[_builtins.str]:
3200
+ """
3201
+ Name is the name of the object being referenced.
3202
+ """
3203
+ return pulumi.get(self, "name")
3204
+
3205
+ @name.setter
3206
+ def name(self, value: pulumi.Input[_builtins.str]):
3207
+ pulumi.set(self, "name", value)
3208
+
3209
+ @_builtins.property
3210
+ @pulumi.getter
3211
+ def resource(self) -> pulumi.Input[_builtins.str]:
3212
+ """
3213
+ Resource is the resource of the object being referenced.
3214
+ """
3215
+ return pulumi.get(self, "resource")
3216
+
3217
+ @resource.setter
3218
+ def resource(self, value: pulumi.Input[_builtins.str]):
3219
+ pulumi.set(self, "resource", value)
3220
+
3221
+ @_builtins.property
3222
+ @pulumi.getter
3223
+ def group(self) -> Optional[pulumi.Input[_builtins.str]]:
3224
+ """
3225
+ Group is the group of the object being referenced.
3226
+ """
3227
+ return pulumi.get(self, "group")
3228
+
3229
+ @group.setter
3230
+ def group(self, value: Optional[pulumi.Input[_builtins.str]]):
3231
+ pulumi.set(self, "group", value)
3232
+
3233
+ @_builtins.property
3234
+ @pulumi.getter
3235
+ def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
3236
+ """
3237
+ Namespace is the namespace of the object being referenced.
3238
+ """
3239
+ return pulumi.get(self, "namespace")
3240
+
3241
+ @namespace.setter
3242
+ def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
3243
+ pulumi.set(self, "namespace", value)
3244
+
3245
+
2871
3246
  if not MYPY:
2872
3247
  class ServiceBackendPortPatchArgsDict(TypedDict):
2873
3248
  """
2874
3249
  ServiceBackendPort is the service port being referenced.
2875
3250
  """
2876
- name: NotRequired[pulumi.Input[str]]
3251
+ name: NotRequired[pulumi.Input[_builtins.str]]
2877
3252
  """
2878
3253
  name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
2879
3254
  """
2880
- number: NotRequired[pulumi.Input[int]]
3255
+ number: NotRequired[pulumi.Input[_builtins.int]]
2881
3256
  """
2882
3257
  number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
2883
3258
  """
@@ -2887,40 +3262,40 @@ elif False:
2887
3262
  @pulumi.input_type
2888
3263
  class ServiceBackendPortPatchArgs:
2889
3264
  def __init__(__self__, *,
2890
- name: Optional[pulumi.Input[str]] = None,
2891
- number: Optional[pulumi.Input[int]] = None):
3265
+ name: Optional[pulumi.Input[_builtins.str]] = None,
3266
+ number: Optional[pulumi.Input[_builtins.int]] = None):
2892
3267
  """
2893
3268
  ServiceBackendPort is the service port being referenced.
2894
- :param pulumi.Input[str] name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
2895
- :param pulumi.Input[int] number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
3269
+ :param pulumi.Input[_builtins.str] name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
3270
+ :param pulumi.Input[_builtins.int] number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
2896
3271
  """
2897
3272
  if name is not None:
2898
3273
  pulumi.set(__self__, "name", name)
2899
3274
  if number is not None:
2900
3275
  pulumi.set(__self__, "number", number)
2901
3276
 
2902
- @property
3277
+ @_builtins.property
2903
3278
  @pulumi.getter
2904
- def name(self) -> Optional[pulumi.Input[str]]:
3279
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
2905
3280
  """
2906
3281
  name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
2907
3282
  """
2908
3283
  return pulumi.get(self, "name")
2909
3284
 
2910
3285
  @name.setter
2911
- def name(self, value: Optional[pulumi.Input[str]]):
3286
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
2912
3287
  pulumi.set(self, "name", value)
2913
3288
 
2914
- @property
3289
+ @_builtins.property
2915
3290
  @pulumi.getter
2916
- def number(self) -> Optional[pulumi.Input[int]]:
3291
+ def number(self) -> Optional[pulumi.Input[_builtins.int]]:
2917
3292
  """
2918
3293
  number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
2919
3294
  """
2920
3295
  return pulumi.get(self, "number")
2921
3296
 
2922
3297
  @number.setter
2923
- def number(self, value: Optional[pulumi.Input[int]]):
3298
+ def number(self, value: Optional[pulumi.Input[_builtins.int]]):
2924
3299
  pulumi.set(self, "number", value)
2925
3300
 
2926
3301
 
@@ -2929,11 +3304,11 @@ if not MYPY:
2929
3304
  """
2930
3305
  ServiceBackendPort is the service port being referenced.
2931
3306
  """
2932
- name: NotRequired[pulumi.Input[str]]
3307
+ name: NotRequired[pulumi.Input[_builtins.str]]
2933
3308
  """
2934
3309
  name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
2935
3310
  """
2936
- number: NotRequired[pulumi.Input[int]]
3311
+ number: NotRequired[pulumi.Input[_builtins.int]]
2937
3312
  """
2938
3313
  number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
2939
3314
  """
@@ -2943,40 +3318,264 @@ elif False:
2943
3318
  @pulumi.input_type
2944
3319
  class ServiceBackendPortArgs:
2945
3320
  def __init__(__self__, *,
2946
- name: Optional[pulumi.Input[str]] = None,
2947
- number: Optional[pulumi.Input[int]] = None):
3321
+ name: Optional[pulumi.Input[_builtins.str]] = None,
3322
+ number: Optional[pulumi.Input[_builtins.int]] = None):
2948
3323
  """
2949
3324
  ServiceBackendPort is the service port being referenced.
2950
- :param pulumi.Input[str] name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
2951
- :param pulumi.Input[int] number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
3325
+ :param pulumi.Input[_builtins.str] name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
3326
+ :param pulumi.Input[_builtins.int] number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
2952
3327
  """
2953
3328
  if name is not None:
2954
3329
  pulumi.set(__self__, "name", name)
2955
3330
  if number is not None:
2956
3331
  pulumi.set(__self__, "number", number)
2957
3332
 
2958
- @property
3333
+ @_builtins.property
2959
3334
  @pulumi.getter
2960
- def name(self) -> Optional[pulumi.Input[str]]:
3335
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
2961
3336
  """
2962
3337
  name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
2963
3338
  """
2964
3339
  return pulumi.get(self, "name")
2965
3340
 
2966
3341
  @name.setter
2967
- def name(self, value: Optional[pulumi.Input[str]]):
3342
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
2968
3343
  pulumi.set(self, "name", value)
2969
3344
 
2970
- @property
3345
+ @_builtins.property
2971
3346
  @pulumi.getter
2972
- def number(self) -> Optional[pulumi.Input[int]]:
3347
+ def number(self) -> Optional[pulumi.Input[_builtins.int]]:
2973
3348
  """
2974
3349
  number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
2975
3350
  """
2976
3351
  return pulumi.get(self, "number")
2977
3352
 
2978
3353
  @number.setter
2979
- def number(self, value: Optional[pulumi.Input[int]]):
3354
+ def number(self, value: Optional[pulumi.Input[_builtins.int]]):
2980
3355
  pulumi.set(self, "number", value)
2981
3356
 
2982
3357
 
3358
+ if not MYPY:
3359
+ class ServiceCIDRSpecPatchArgsDict(TypedDict):
3360
+ """
3361
+ ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
3362
+ """
3363
+ cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
3364
+ """
3365
+ 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.
3366
+ """
3367
+ elif False:
3368
+ ServiceCIDRSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
3369
+
3370
+ @pulumi.input_type
3371
+ class ServiceCIDRSpecPatchArgs:
3372
+ def __init__(__self__, *,
3373
+ cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
3374
+ """
3375
+ ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
3376
+ :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.
3377
+ """
3378
+ if cidrs is not None:
3379
+ pulumi.set(__self__, "cidrs", cidrs)
3380
+
3381
+ @_builtins.property
3382
+ @pulumi.getter
3383
+ def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
3384
+ """
3385
+ 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.
3386
+ """
3387
+ return pulumi.get(self, "cidrs")
3388
+
3389
+ @cidrs.setter
3390
+ def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
3391
+ pulumi.set(self, "cidrs", value)
3392
+
3393
+
3394
+ if not MYPY:
3395
+ class ServiceCIDRSpecArgsDict(TypedDict):
3396
+ """
3397
+ ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
3398
+ """
3399
+ cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
3400
+ """
3401
+ 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.
3402
+ """
3403
+ elif False:
3404
+ ServiceCIDRSpecArgsDict: TypeAlias = Mapping[str, Any]
3405
+
3406
+ @pulumi.input_type
3407
+ class ServiceCIDRSpecArgs:
3408
+ def __init__(__self__, *,
3409
+ cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
3410
+ """
3411
+ ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
3412
+ :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.
3413
+ """
3414
+ if cidrs is not None:
3415
+ pulumi.set(__self__, "cidrs", cidrs)
3416
+
3417
+ @_builtins.property
3418
+ @pulumi.getter
3419
+ def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
3420
+ """
3421
+ 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.
3422
+ """
3423
+ return pulumi.get(self, "cidrs")
3424
+
3425
+ @cidrs.setter
3426
+ def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
3427
+ pulumi.set(self, "cidrs", value)
3428
+
3429
+
3430
+ if not MYPY:
3431
+ class ServiceCIDRStatusArgsDict(TypedDict):
3432
+ """
3433
+ ServiceCIDRStatus describes the current state of the ServiceCIDR.
3434
+ """
3435
+ conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgsDict']]]]
3436
+ """
3437
+ conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
3438
+ """
3439
+ elif False:
3440
+ ServiceCIDRStatusArgsDict: TypeAlias = Mapping[str, Any]
3441
+
3442
+ @pulumi.input_type
3443
+ class ServiceCIDRStatusArgs:
3444
+ def __init__(__self__, *,
3445
+ conditions: Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]] = None):
3446
+ """
3447
+ ServiceCIDRStatus describes the current state of the ServiceCIDR.
3448
+ :param pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]] conditions: conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
3449
+ """
3450
+ if conditions is not None:
3451
+ pulumi.set(__self__, "conditions", conditions)
3452
+
3453
+ @_builtins.property
3454
+ @pulumi.getter
3455
+ def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]:
3456
+ """
3457
+ conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
3458
+ """
3459
+ return pulumi.get(self, "conditions")
3460
+
3461
+ @conditions.setter
3462
+ def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]):
3463
+ pulumi.set(self, "conditions", value)
3464
+
3465
+
3466
+ if not MYPY:
3467
+ class ServiceCIDRArgsDict(TypedDict):
3468
+ """
3469
+ 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.
3470
+ """
3471
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
3472
+ """
3473
+ 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
3474
+ """
3475
+ kind: NotRequired[pulumi.Input[_builtins.str]]
3476
+ """
3477
+ 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
3478
+ """
3479
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
3480
+ """
3481
+ Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
3482
+ """
3483
+ spec: NotRequired[pulumi.Input['ServiceCIDRSpecArgsDict']]
3484
+ """
3485
+ 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
3486
+ """
3487
+ status: NotRequired[pulumi.Input['ServiceCIDRStatusArgsDict']]
3488
+ """
3489
+ 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
3490
+ """
3491
+ elif False:
3492
+ ServiceCIDRArgsDict: TypeAlias = Mapping[str, Any]
3493
+
3494
+ @pulumi.input_type
3495
+ class ServiceCIDRArgs:
3496
+ def __init__(__self__, *,
3497
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
3498
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
3499
+ metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
3500
+ spec: Optional[pulumi.Input['ServiceCIDRSpecArgs']] = None,
3501
+ status: Optional[pulumi.Input['ServiceCIDRStatusArgs']] = None):
3502
+ """
3503
+ 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.
3504
+ :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
3505
+ :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
3506
+ :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
3507
+ :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
3508
+ :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
3509
+ """
3510
+ if api_version is not None:
3511
+ pulumi.set(__self__, "api_version", 'networking.k8s.io/v1')
3512
+ if kind is not None:
3513
+ pulumi.set(__self__, "kind", 'ServiceCIDR')
3514
+ if metadata is not None:
3515
+ pulumi.set(__self__, "metadata", metadata)
3516
+ if spec is not None:
3517
+ pulumi.set(__self__, "spec", spec)
3518
+ if status is not None:
3519
+ pulumi.set(__self__, "status", status)
3520
+
3521
+ @_builtins.property
3522
+ @pulumi.getter(name="apiVersion")
3523
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
3524
+ """
3525
+ 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
3526
+ """
3527
+ return pulumi.get(self, "api_version")
3528
+
3529
+ @api_version.setter
3530
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
3531
+ pulumi.set(self, "api_version", value)
3532
+
3533
+ @_builtins.property
3534
+ @pulumi.getter
3535
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
3536
+ """
3537
+ 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
3538
+ """
3539
+ return pulumi.get(self, "kind")
3540
+
3541
+ @kind.setter
3542
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
3543
+ pulumi.set(self, "kind", value)
3544
+
3545
+ @_builtins.property
3546
+ @pulumi.getter
3547
+ def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
3548
+ """
3549
+ Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
3550
+ """
3551
+ return pulumi.get(self, "metadata")
3552
+
3553
+ @metadata.setter
3554
+ def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
3555
+ pulumi.set(self, "metadata", value)
3556
+
3557
+ @_builtins.property
3558
+ @pulumi.getter
3559
+ def spec(self) -> Optional[pulumi.Input['ServiceCIDRSpecArgs']]:
3560
+ """
3561
+ 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
3562
+ """
3563
+ return pulumi.get(self, "spec")
3564
+
3565
+ @spec.setter
3566
+ def spec(self, value: Optional[pulumi.Input['ServiceCIDRSpecArgs']]):
3567
+ pulumi.set(self, "spec", value)
3568
+
3569
+ @_builtins.property
3570
+ @pulumi.getter
3571
+ def status(self) -> Optional[pulumi.Input['ServiceCIDRStatusArgs']]:
3572
+ """
3573
+ 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
3574
+ """
3575
+ return pulumi.get(self, "status")
3576
+
3577
+ @status.setter
3578
+ def status(self, value: Optional[pulumi.Input['ServiceCIDRStatusArgs']]):
3579
+ pulumi.set(self, "status", value)
3580
+
3581
+