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
@@ -22,6 +22,9 @@ __all__ = [
22
22
  'HTTPIngressPathPatch',
23
23
  'HTTPIngressRuleValue',
24
24
  'HTTPIngressRuleValuePatch',
25
+ 'IPAddress',
26
+ 'IPAddressSpec',
27
+ 'IPAddressSpecPatch',
25
28
  'IPBlock',
26
29
  'IPBlockPatch',
27
30
  'Ingress',
@@ -61,8 +64,15 @@ __all__ = [
61
64
  'NetworkPolicySpecPatch',
62
65
  'NetworkPolicyStatus',
63
66
  'NetworkPolicyStatusPatch',
67
+ 'ParentReference',
68
+ 'ParentReferencePatch',
64
69
  'ServiceBackendPort',
65
70
  'ServiceBackendPortPatch',
71
+ 'ServiceCIDR',
72
+ 'ServiceCIDRSpec',
73
+ 'ServiceCIDRSpecPatch',
74
+ 'ServiceCIDRStatus',
75
+ 'ServiceCIDRStatusPatch',
66
76
  ]
67
77
 
68
78
  @pulumi.output_type
@@ -89,12 +99,12 @@ class HTTPIngressPath(dict):
89
99
 
90
100
  def __init__(__self__, *,
91
101
  backend: 'outputs.IngressBackend',
92
- path_type: str,
93
- path: Optional[str] = None):
102
+ path_type: _builtins.str,
103
+ path: Optional[_builtins.str] = None):
94
104
  """
95
105
  HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
96
106
  :param 'IngressBackendArgs' backend: backend defines the referenced service endpoint to which the traffic will be forwarded to.
97
- :param str path_type: pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
107
+ :param _builtins.str path_type: pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
98
108
  done on a path element by element basis. A path element refers is the
99
109
  list of labels in the path split by the '/' separator. A request is a
100
110
  match for path p if every p is an element-wise prefix of p of the
@@ -105,14 +115,14 @@ class HTTPIngressPath(dict):
105
115
  the IngressClass. Implementations can treat this as a separate PathType
106
116
  or treat it identically to Prefix or Exact path types.
107
117
  Implementations are required to support all path types.
108
- :param 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".
118
+ :param _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".
109
119
  """
110
120
  pulumi.set(__self__, "backend", backend)
111
121
  pulumi.set(__self__, "path_type", path_type)
112
122
  if path is not None:
113
123
  pulumi.set(__self__, "path", path)
114
124
 
115
- @property
125
+ @_builtins.property
116
126
  @pulumi.getter
117
127
  def backend(self) -> 'outputs.IngressBackend':
118
128
  """
@@ -120,9 +130,9 @@ class HTTPIngressPath(dict):
120
130
  """
121
131
  return pulumi.get(self, "backend")
122
132
 
123
- @property
133
+ @_builtins.property
124
134
  @pulumi.getter(name="pathType")
125
- def path_type(self) -> str:
135
+ def path_type(self) -> _builtins.str:
126
136
  """
127
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
128
138
  done on a path element by element basis. A path element refers is the
@@ -138,9 +148,9 @@ class HTTPIngressPath(dict):
138
148
  """
139
149
  return pulumi.get(self, "path_type")
140
150
 
141
- @property
151
+ @_builtins.property
142
152
  @pulumi.getter
143
- def path(self) -> Optional[str]:
153
+ def path(self) -> Optional[_builtins.str]:
144
154
  """
145
155
  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".
146
156
  """
@@ -171,13 +181,13 @@ class HTTPIngressPathPatch(dict):
171
181
 
172
182
  def __init__(__self__, *,
173
183
  backend: Optional['outputs.IngressBackendPatch'] = None,
174
- path: Optional[str] = None,
175
- path_type: Optional[str] = None):
184
+ path: Optional[_builtins.str] = None,
185
+ path_type: Optional[_builtins.str] = None):
176
186
  """
177
187
  HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
178
188
  :param 'IngressBackendPatchArgs' backend: backend defines the referenced service endpoint to which the traffic will be forwarded to.
179
- :param 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".
180
- :param str path_type: pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
189
+ :param _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".
190
+ :param _builtins.str path_type: pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
181
191
  done on a path element by element basis. A path element refers is the
182
192
  list of labels in the path split by the '/' separator. A request is a
183
193
  match for path p if every p is an element-wise prefix of p of the
@@ -196,7 +206,7 @@ class HTTPIngressPathPatch(dict):
196
206
  if path_type is not None:
197
207
  pulumi.set(__self__, "path_type", path_type)
198
208
 
199
- @property
209
+ @_builtins.property
200
210
  @pulumi.getter
201
211
  def backend(self) -> Optional['outputs.IngressBackendPatch']:
202
212
  """
@@ -204,17 +214,17 @@ class HTTPIngressPathPatch(dict):
204
214
  """
205
215
  return pulumi.get(self, "backend")
206
216
 
207
- @property
217
+ @_builtins.property
208
218
  @pulumi.getter
209
- def path(self) -> Optional[str]:
219
+ def path(self) -> Optional[_builtins.str]:
210
220
  """
211
221
  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".
212
222
  """
213
223
  return pulumi.get(self, "path")
214
224
 
215
- @property
225
+ @_builtins.property
216
226
  @pulumi.getter(name="pathType")
217
- def path_type(self) -> Optional[str]:
227
+ def path_type(self) -> Optional[_builtins.str]:
218
228
  """
219
229
  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
220
230
  done on a path element by element basis. A path element refers is the
@@ -244,7 +254,7 @@ class HTTPIngressRuleValue(dict):
244
254
  """
245
255
  pulumi.set(__self__, "paths", paths)
246
256
 
247
- @property
257
+ @_builtins.property
248
258
  @pulumi.getter
249
259
  def paths(self) -> Sequence['outputs.HTTPIngressPath']:
250
260
  """
@@ -267,7 +277,7 @@ class HTTPIngressRuleValuePatch(dict):
267
277
  if paths is not None:
268
278
  pulumi.set(__self__, "paths", paths)
269
279
 
270
- @property
280
+ @_builtins.property
271
281
  @pulumi.getter
272
282
  def paths(self) -> Optional[Sequence['outputs.HTTPIngressPathPatch']]:
273
283
  """
@@ -276,6 +286,161 @@ class HTTPIngressRuleValuePatch(dict):
276
286
  return pulumi.get(self, "paths")
277
287
 
278
288
 
289
+ @pulumi.output_type
290
+ class IPAddress(dict):
291
+ """
292
+ IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
293
+ """
294
+ @staticmethod
295
+ def __key_warning(key: str):
296
+ suggest = None
297
+ if key == "apiVersion":
298
+ suggest = "api_version"
299
+
300
+ if suggest:
301
+ pulumi.log.warn(f"Key '{key}' not found in IPAddress. Access the value via the '{suggest}' property getter instead.")
302
+
303
+ def __getitem__(self, key: str) -> Any:
304
+ IPAddress.__key_warning(key)
305
+ return super().__getitem__(key)
306
+
307
+ def get(self, key: str, default = None) -> Any:
308
+ IPAddress.__key_warning(key)
309
+ return super().get(key, default)
310
+
311
+ def __init__(__self__, *,
312
+ api_version: Optional[_builtins.str] = None,
313
+ kind: Optional[_builtins.str] = None,
314
+ metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
315
+ spec: Optional['outputs.IPAddressSpec'] = None):
316
+ """
317
+ 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
318
+ :param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
319
+ :param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
320
+ :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
321
+ :param 'IPAddressSpecArgs' spec: spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
322
+ """
323
+ if api_version is not None:
324
+ pulumi.set(__self__, "api_version", 'networking.k8s.io/v1')
325
+ if kind is not None:
326
+ pulumi.set(__self__, "kind", 'IPAddress')
327
+ if metadata is not None:
328
+ pulumi.set(__self__, "metadata", metadata)
329
+ if spec is not None:
330
+ pulumi.set(__self__, "spec", spec)
331
+
332
+ @_builtins.property
333
+ @pulumi.getter(name="apiVersion")
334
+ def api_version(self) -> Optional[_builtins.str]:
335
+ """
336
+ 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
337
+ """
338
+ return pulumi.get(self, "api_version")
339
+
340
+ @_builtins.property
341
+ @pulumi.getter
342
+ def kind(self) -> Optional[_builtins.str]:
343
+ """
344
+ 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
345
+ """
346
+ return pulumi.get(self, "kind")
347
+
348
+ @_builtins.property
349
+ @pulumi.getter
350
+ def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
351
+ """
352
+ Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
353
+ """
354
+ return pulumi.get(self, "metadata")
355
+
356
+ @_builtins.property
357
+ @pulumi.getter
358
+ def spec(self) -> Optional['outputs.IPAddressSpec']:
359
+ """
360
+ 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
361
+ """
362
+ return pulumi.get(self, "spec")
363
+
364
+
365
+ @pulumi.output_type
366
+ class IPAddressSpec(dict):
367
+ """
368
+ IPAddressSpec describe the attributes in an IP Address.
369
+ """
370
+ @staticmethod
371
+ def __key_warning(key: str):
372
+ suggest = None
373
+ if key == "parentRef":
374
+ suggest = "parent_ref"
375
+
376
+ if suggest:
377
+ pulumi.log.warn(f"Key '{key}' not found in IPAddressSpec. Access the value via the '{suggest}' property getter instead.")
378
+
379
+ def __getitem__(self, key: str) -> Any:
380
+ IPAddressSpec.__key_warning(key)
381
+ return super().__getitem__(key)
382
+
383
+ def get(self, key: str, default = None) -> Any:
384
+ IPAddressSpec.__key_warning(key)
385
+ return super().get(key, default)
386
+
387
+ def __init__(__self__, *,
388
+ parent_ref: 'outputs.ParentReference'):
389
+ """
390
+ IPAddressSpec describe the attributes in an IP Address.
391
+ :param 'ParentReferenceArgs' parent_ref: ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
392
+ """
393
+ pulumi.set(__self__, "parent_ref", parent_ref)
394
+
395
+ @_builtins.property
396
+ @pulumi.getter(name="parentRef")
397
+ def parent_ref(self) -> 'outputs.ParentReference':
398
+ """
399
+ ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
400
+ """
401
+ return pulumi.get(self, "parent_ref")
402
+
403
+
404
+ @pulumi.output_type
405
+ class IPAddressSpecPatch(dict):
406
+ """
407
+ IPAddressSpec describe the attributes in an IP Address.
408
+ """
409
+ @staticmethod
410
+ def __key_warning(key: str):
411
+ suggest = None
412
+ if key == "parentRef":
413
+ suggest = "parent_ref"
414
+
415
+ if suggest:
416
+ pulumi.log.warn(f"Key '{key}' not found in IPAddressSpecPatch. Access the value via the '{suggest}' property getter instead.")
417
+
418
+ def __getitem__(self, key: str) -> Any:
419
+ IPAddressSpecPatch.__key_warning(key)
420
+ return super().__getitem__(key)
421
+
422
+ def get(self, key: str, default = None) -> Any:
423
+ IPAddressSpecPatch.__key_warning(key)
424
+ return super().get(key, default)
425
+
426
+ def __init__(__self__, *,
427
+ parent_ref: Optional['outputs.ParentReferencePatch'] = None):
428
+ """
429
+ IPAddressSpec describe the attributes in an IP Address.
430
+ :param 'ParentReferencePatchArgs' parent_ref: ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
431
+ """
432
+ if parent_ref is not None:
433
+ pulumi.set(__self__, "parent_ref", parent_ref)
434
+
435
+ @_builtins.property
436
+ @pulumi.getter(name="parentRef")
437
+ def parent_ref(self) -> Optional['outputs.ParentReferencePatch']:
438
+ """
439
+ ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
440
+ """
441
+ return pulumi.get(self, "parent_ref")
442
+
443
+
279
444
  @pulumi.output_type
280
445
  class IPBlock(dict):
281
446
  """
@@ -299,28 +464,28 @@ class IPBlock(dict):
299
464
  return super().get(key, default)
300
465
 
301
466
  def __init__(__self__, *,
302
- cidr: str,
303
- except_: Optional[Sequence[str]] = None):
467
+ cidr: _builtins.str,
468
+ except_: Optional[Sequence[_builtins.str]] = None):
304
469
  """
305
470
  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.
306
- :param str cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
307
- :param Sequence[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
471
+ :param _builtins.str cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
472
+ :param Sequence[_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
308
473
  """
309
474
  pulumi.set(__self__, "cidr", cidr)
310
475
  if except_ is not None:
311
476
  pulumi.set(__self__, "except_", except_)
312
477
 
313
- @property
478
+ @_builtins.property
314
479
  @pulumi.getter
315
- def cidr(self) -> str:
480
+ def cidr(self) -> _builtins.str:
316
481
  """
317
482
  cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
318
483
  """
319
484
  return pulumi.get(self, "cidr")
320
485
 
321
- @property
486
+ @_builtins.property
322
487
  @pulumi.getter(name="except")
323
- def except_(self) -> Optional[Sequence[str]]:
488
+ def except_(self) -> Optional[Sequence[_builtins.str]]:
324
489
  """
325
490
  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
326
491
  """
@@ -350,29 +515,29 @@ class IPBlockPatch(dict):
350
515
  return super().get(key, default)
351
516
 
352
517
  def __init__(__self__, *,
353
- cidr: Optional[str] = None,
354
- except_: Optional[Sequence[str]] = None):
518
+ cidr: Optional[_builtins.str] = None,
519
+ except_: Optional[Sequence[_builtins.str]] = None):
355
520
  """
356
521
  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.
357
- :param str cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
358
- :param Sequence[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
522
+ :param _builtins.str cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
523
+ :param Sequence[_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
359
524
  """
360
525
  if cidr is not None:
361
526
  pulumi.set(__self__, "cidr", cidr)
362
527
  if except_ is not None:
363
528
  pulumi.set(__self__, "except_", except_)
364
529
 
365
- @property
530
+ @_builtins.property
366
531
  @pulumi.getter
367
- def cidr(self) -> Optional[str]:
532
+ def cidr(self) -> Optional[_builtins.str]:
368
533
  """
369
534
  cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
370
535
  """
371
536
  return pulumi.get(self, "cidr")
372
537
 
373
- @property
538
+ @_builtins.property
374
539
  @pulumi.getter(name="except")
375
- def except_(self) -> Optional[Sequence[str]]:
540
+ def except_(self) -> Optional[Sequence[_builtins.str]]:
376
541
  """
377
542
  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
378
543
  """
@@ -416,8 +581,8 @@ class Ingress(dict):
416
581
  return super().get(key, default)
417
582
 
418
583
  def __init__(__self__, *,
419
- api_version: Optional[str] = None,
420
- kind: Optional[str] = None,
584
+ api_version: Optional[_builtins.str] = None,
585
+ kind: Optional[_builtins.str] = None,
421
586
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
422
587
  spec: Optional['outputs.IngressSpec'] = None,
423
588
  status: Optional['outputs.IngressStatus'] = None):
@@ -437,8 +602,8 @@ class Ingress(dict):
437
602
  If the Ingress has not reached a Ready state after 10 minutes, it will
438
603
  time out and mark the resource update as Failed. You can override the default timeout value
439
604
  by setting the 'customTimeouts' option on the resource.
440
- :param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
441
- :param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
605
+ :param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
606
+ :param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
442
607
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
443
608
  :param 'IngressSpecArgs' spec: spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
444
609
  :param 'IngressStatusArgs' status: status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -454,23 +619,23 @@ class Ingress(dict):
454
619
  if status is not None:
455
620
  pulumi.set(__self__, "status", status)
456
621
 
457
- @property
622
+ @_builtins.property
458
623
  @pulumi.getter(name="apiVersion")
459
- def api_version(self) -> Optional[str]:
624
+ def api_version(self) -> Optional[_builtins.str]:
460
625
  """
461
626
  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
462
627
  """
463
628
  return pulumi.get(self, "api_version")
464
629
 
465
- @property
630
+ @_builtins.property
466
631
  @pulumi.getter
467
- def kind(self) -> Optional[str]:
632
+ def kind(self) -> Optional[_builtins.str]:
468
633
  """
469
634
  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
470
635
  """
471
636
  return pulumi.get(self, "kind")
472
637
 
473
- @property
638
+ @_builtins.property
474
639
  @pulumi.getter
475
640
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
476
641
  """
@@ -478,7 +643,7 @@ class Ingress(dict):
478
643
  """
479
644
  return pulumi.get(self, "metadata")
480
645
 
481
- @property
646
+ @_builtins.property
482
647
  @pulumi.getter
483
648
  def spec(self) -> Optional['outputs.IngressSpec']:
484
649
  """
@@ -486,7 +651,7 @@ class Ingress(dict):
486
651
  """
487
652
  return pulumi.get(self, "spec")
488
653
 
489
- @property
654
+ @_builtins.property
490
655
  @pulumi.getter
491
656
  def status(self) -> Optional['outputs.IngressStatus']:
492
657
  """
@@ -513,7 +678,7 @@ class IngressBackend(dict):
513
678
  if service is not None:
514
679
  pulumi.set(__self__, "service", service)
515
680
 
516
- @property
681
+ @_builtins.property
517
682
  @pulumi.getter
518
683
  def resource(self) -> Optional['_core.v1.outputs.TypedLocalObjectReference']:
519
684
  """
@@ -521,7 +686,7 @@ class IngressBackend(dict):
521
686
  """
522
687
  return pulumi.get(self, "resource")
523
688
 
524
- @property
689
+ @_builtins.property
525
690
  @pulumi.getter
526
691
  def service(self) -> Optional['outputs.IngressServiceBackend']:
527
692
  """
@@ -548,7 +713,7 @@ class IngressBackendPatch(dict):
548
713
  if service is not None:
549
714
  pulumi.set(__self__, "service", service)
550
715
 
551
- @property
716
+ @_builtins.property
552
717
  @pulumi.getter
553
718
  def resource(self) -> Optional['_core.v1.outputs.TypedLocalObjectReferencePatch']:
554
719
  """
@@ -556,7 +721,7 @@ class IngressBackendPatch(dict):
556
721
  """
557
722
  return pulumi.get(self, "resource")
558
723
 
559
- @property
724
+ @_builtins.property
560
725
  @pulumi.getter
561
726
  def service(self) -> Optional['outputs.IngressServiceBackendPatch']:
562
727
  """
@@ -588,14 +753,14 @@ class IngressClass(dict):
588
753
  return super().get(key, default)
589
754
 
590
755
  def __init__(__self__, *,
591
- api_version: Optional[str] = None,
592
- kind: Optional[str] = None,
756
+ api_version: Optional[_builtins.str] = None,
757
+ kind: Optional[_builtins.str] = None,
593
758
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
594
759
  spec: Optional['outputs.IngressClassSpec'] = None):
595
760
  """
596
761
  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.
597
- :param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
598
- :param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
762
+ :param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
763
+ :param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
599
764
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
600
765
  :param 'IngressClassSpecArgs' spec: spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
601
766
  """
@@ -608,23 +773,23 @@ class IngressClass(dict):
608
773
  if spec is not None:
609
774
  pulumi.set(__self__, "spec", spec)
610
775
 
611
- @property
776
+ @_builtins.property
612
777
  @pulumi.getter(name="apiVersion")
613
- def api_version(self) -> Optional[str]:
778
+ def api_version(self) -> Optional[_builtins.str]:
614
779
  """
615
780
  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
616
781
  """
617
782
  return pulumi.get(self, "api_version")
618
783
 
619
- @property
784
+ @_builtins.property
620
785
  @pulumi.getter
621
- def kind(self) -> Optional[str]:
786
+ def kind(self) -> Optional[_builtins.str]:
622
787
  """
623
788
  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
624
789
  """
625
790
  return pulumi.get(self, "kind")
626
791
 
627
- @property
792
+ @_builtins.property
628
793
  @pulumi.getter
629
794
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
630
795
  """
@@ -632,7 +797,7 @@ class IngressClass(dict):
632
797
  """
633
798
  return pulumi.get(self, "metadata")
634
799
 
635
- @property
800
+ @_builtins.property
636
801
  @pulumi.getter
637
802
  def spec(self) -> Optional['outputs.IngressClassSpec']:
638
803
  """
@@ -664,18 +829,18 @@ class IngressClassParametersReference(dict):
664
829
  return super().get(key, default)
665
830
 
666
831
  def __init__(__self__, *,
667
- kind: str,
668
- name: str,
669
- api_group: Optional[str] = None,
670
- namespace: Optional[str] = None,
671
- scope: Optional[str] = None):
832
+ kind: _builtins.str,
833
+ name: _builtins.str,
834
+ api_group: Optional[_builtins.str] = None,
835
+ namespace: Optional[_builtins.str] = None,
836
+ scope: Optional[_builtins.str] = None):
672
837
  """
673
838
  IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
674
- :param str kind: kind is the type of resource being referenced.
675
- :param str name: name is the name of resource being referenced.
676
- :param 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.
677
- :param 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".
678
- :param str scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
839
+ :param _builtins.str kind: kind is the type of resource being referenced.
840
+ :param _builtins.str name: name is the name of resource being referenced.
841
+ :param _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.
842
+ :param _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".
843
+ :param _builtins.str scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
679
844
  """
680
845
  pulumi.set(__self__, "kind", kind)
681
846
  pulumi.set(__self__, "name", name)
@@ -686,41 +851,41 @@ class IngressClassParametersReference(dict):
686
851
  if scope is not None:
687
852
  pulumi.set(__self__, "scope", scope)
688
853
 
689
- @property
854
+ @_builtins.property
690
855
  @pulumi.getter
691
- def kind(self) -> str:
856
+ def kind(self) -> _builtins.str:
692
857
  """
693
858
  kind is the type of resource being referenced.
694
859
  """
695
860
  return pulumi.get(self, "kind")
696
861
 
697
- @property
862
+ @_builtins.property
698
863
  @pulumi.getter
699
- def name(self) -> str:
864
+ def name(self) -> _builtins.str:
700
865
  """
701
866
  name is the name of resource being referenced.
702
867
  """
703
868
  return pulumi.get(self, "name")
704
869
 
705
- @property
870
+ @_builtins.property
706
871
  @pulumi.getter(name="apiGroup")
707
- def api_group(self) -> Optional[str]:
872
+ def api_group(self) -> Optional[_builtins.str]:
708
873
  """
709
874
  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.
710
875
  """
711
876
  return pulumi.get(self, "api_group")
712
877
 
713
- @property
878
+ @_builtins.property
714
879
  @pulumi.getter
715
- def namespace(self) -> Optional[str]:
880
+ def namespace(self) -> Optional[_builtins.str]:
716
881
  """
717
882
  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".
718
883
  """
719
884
  return pulumi.get(self, "namespace")
720
885
 
721
- @property
886
+ @_builtins.property
722
887
  @pulumi.getter
723
- def scope(self) -> Optional[str]:
888
+ def scope(self) -> Optional[_builtins.str]:
724
889
  """
725
890
  scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
726
891
  """
@@ -750,18 +915,18 @@ class IngressClassParametersReferencePatch(dict):
750
915
  return super().get(key, default)
751
916
 
752
917
  def __init__(__self__, *,
753
- api_group: Optional[str] = None,
754
- kind: Optional[str] = None,
755
- name: Optional[str] = None,
756
- namespace: Optional[str] = None,
757
- scope: Optional[str] = None):
918
+ api_group: Optional[_builtins.str] = None,
919
+ kind: Optional[_builtins.str] = None,
920
+ name: Optional[_builtins.str] = None,
921
+ namespace: Optional[_builtins.str] = None,
922
+ scope: Optional[_builtins.str] = None):
758
923
  """
759
924
  IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
760
- :param 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.
761
- :param str kind: kind is the type of resource being referenced.
762
- :param str name: name is the name of resource being referenced.
763
- :param 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".
764
- :param str scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
925
+ :param _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.
926
+ :param _builtins.str kind: kind is the type of resource being referenced.
927
+ :param _builtins.str name: name is the name of resource being referenced.
928
+ :param _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".
929
+ :param _builtins.str scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
765
930
  """
766
931
  if api_group is not None:
767
932
  pulumi.set(__self__, "api_group", api_group)
@@ -774,41 +939,41 @@ class IngressClassParametersReferencePatch(dict):
774
939
  if scope is not None:
775
940
  pulumi.set(__self__, "scope", scope)
776
941
 
777
- @property
942
+ @_builtins.property
778
943
  @pulumi.getter(name="apiGroup")
779
- def api_group(self) -> Optional[str]:
944
+ def api_group(self) -> Optional[_builtins.str]:
780
945
  """
781
946
  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.
782
947
  """
783
948
  return pulumi.get(self, "api_group")
784
949
 
785
- @property
950
+ @_builtins.property
786
951
  @pulumi.getter
787
- def kind(self) -> Optional[str]:
952
+ def kind(self) -> Optional[_builtins.str]:
788
953
  """
789
954
  kind is the type of resource being referenced.
790
955
  """
791
956
  return pulumi.get(self, "kind")
792
957
 
793
- @property
958
+ @_builtins.property
794
959
  @pulumi.getter
795
- def name(self) -> Optional[str]:
960
+ def name(self) -> Optional[_builtins.str]:
796
961
  """
797
962
  name is the name of resource being referenced.
798
963
  """
799
964
  return pulumi.get(self, "name")
800
965
 
801
- @property
966
+ @_builtins.property
802
967
  @pulumi.getter
803
- def namespace(self) -> Optional[str]:
968
+ def namespace(self) -> Optional[_builtins.str]:
804
969
  """
805
970
  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".
806
971
  """
807
972
  return pulumi.get(self, "namespace")
808
973
 
809
- @property
974
+ @_builtins.property
810
975
  @pulumi.getter
811
- def scope(self) -> Optional[str]:
976
+ def scope(self) -> Optional[_builtins.str]:
812
977
  """
813
978
  scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
814
979
  """
@@ -821,11 +986,11 @@ class IngressClassSpec(dict):
821
986
  IngressClassSpec provides information about the class of an Ingress.
822
987
  """
823
988
  def __init__(__self__, *,
824
- controller: Optional[str] = None,
989
+ controller: Optional[_builtins.str] = None,
825
990
  parameters: Optional['outputs.IngressClassParametersReference'] = None):
826
991
  """
827
992
  IngressClassSpec provides information about the class of an Ingress.
828
- :param str controller: controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
993
+ :param _builtins.str controller: controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
829
994
  :param '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.
830
995
  """
831
996
  if controller is not None:
@@ -833,15 +998,15 @@ class IngressClassSpec(dict):
833
998
  if parameters is not None:
834
999
  pulumi.set(__self__, "parameters", parameters)
835
1000
 
836
- @property
1001
+ @_builtins.property
837
1002
  @pulumi.getter
838
- def controller(self) -> Optional[str]:
1003
+ def controller(self) -> Optional[_builtins.str]:
839
1004
  """
840
1005
  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.
841
1006
  """
842
1007
  return pulumi.get(self, "controller")
843
1008
 
844
- @property
1009
+ @_builtins.property
845
1010
  @pulumi.getter
846
1011
  def parameters(self) -> Optional['outputs.IngressClassParametersReference']:
847
1012
  """
@@ -856,11 +1021,11 @@ class IngressClassSpecPatch(dict):
856
1021
  IngressClassSpec provides information about the class of an Ingress.
857
1022
  """
858
1023
  def __init__(__self__, *,
859
- controller: Optional[str] = None,
1024
+ controller: Optional[_builtins.str] = None,
860
1025
  parameters: Optional['outputs.IngressClassParametersReferencePatch'] = None):
861
1026
  """
862
1027
  IngressClassSpec provides information about the class of an Ingress.
863
- :param str controller: controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
1028
+ :param _builtins.str controller: controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
864
1029
  :param '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.
865
1030
  """
866
1031
  if controller is not None:
@@ -868,15 +1033,15 @@ class IngressClassSpecPatch(dict):
868
1033
  if parameters is not None:
869
1034
  pulumi.set(__self__, "parameters", parameters)
870
1035
 
871
- @property
1036
+ @_builtins.property
872
1037
  @pulumi.getter
873
- def controller(self) -> Optional[str]:
1038
+ def controller(self) -> Optional[_builtins.str]:
874
1039
  """
875
1040
  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.
876
1041
  """
877
1042
  return pulumi.get(self, "controller")
878
1043
 
879
- @property
1044
+ @_builtins.property
880
1045
  @pulumi.getter
881
1046
  def parameters(self) -> Optional['outputs.IngressClassParametersReferencePatch']:
882
1047
  """
@@ -891,13 +1056,13 @@ class IngressLoadBalancerIngress(dict):
891
1056
  IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
892
1057
  """
893
1058
  def __init__(__self__, *,
894
- hostname: Optional[str] = None,
895
- ip: Optional[str] = None,
1059
+ hostname: Optional[_builtins.str] = None,
1060
+ ip: Optional[_builtins.str] = None,
896
1061
  ports: Optional[Sequence['outputs.IngressPortStatus']] = None):
897
1062
  """
898
1063
  IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
899
- :param str hostname: hostname is set for load-balancer ingress points that are DNS based.
900
- :param str ip: ip is set for load-balancer ingress points that are IP based.
1064
+ :param _builtins.str hostname: hostname is set for load-balancer ingress points that are DNS based.
1065
+ :param _builtins.str ip: ip is set for load-balancer ingress points that are IP based.
901
1066
  :param Sequence['IngressPortStatusArgs'] ports: ports provides information about the ports exposed by this LoadBalancer.
902
1067
  """
903
1068
  if hostname is not None:
@@ -907,23 +1072,23 @@ class IngressLoadBalancerIngress(dict):
907
1072
  if ports is not None:
908
1073
  pulumi.set(__self__, "ports", ports)
909
1074
 
910
- @property
1075
+ @_builtins.property
911
1076
  @pulumi.getter
912
- def hostname(self) -> Optional[str]:
1077
+ def hostname(self) -> Optional[_builtins.str]:
913
1078
  """
914
1079
  hostname is set for load-balancer ingress points that are DNS based.
915
1080
  """
916
1081
  return pulumi.get(self, "hostname")
917
1082
 
918
- @property
1083
+ @_builtins.property
919
1084
  @pulumi.getter
920
- def ip(self) -> Optional[str]:
1085
+ def ip(self) -> Optional[_builtins.str]:
921
1086
  """
922
1087
  ip is set for load-balancer ingress points that are IP based.
923
1088
  """
924
1089
  return pulumi.get(self, "ip")
925
1090
 
926
- @property
1091
+ @_builtins.property
927
1092
  @pulumi.getter
928
1093
  def ports(self) -> Optional[Sequence['outputs.IngressPortStatus']]:
929
1094
  """
@@ -938,13 +1103,13 @@ class IngressLoadBalancerIngressPatch(dict):
938
1103
  IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
939
1104
  """
940
1105
  def __init__(__self__, *,
941
- hostname: Optional[str] = None,
942
- ip: Optional[str] = None,
1106
+ hostname: Optional[_builtins.str] = None,
1107
+ ip: Optional[_builtins.str] = None,
943
1108
  ports: Optional[Sequence['outputs.IngressPortStatusPatch']] = None):
944
1109
  """
945
1110
  IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
946
- :param str hostname: hostname is set for load-balancer ingress points that are DNS based.
947
- :param str ip: ip is set for load-balancer ingress points that are IP based.
1111
+ :param _builtins.str hostname: hostname is set for load-balancer ingress points that are DNS based.
1112
+ :param _builtins.str ip: ip is set for load-balancer ingress points that are IP based.
948
1113
  :param Sequence['IngressPortStatusPatchArgs'] ports: ports provides information about the ports exposed by this LoadBalancer.
949
1114
  """
950
1115
  if hostname is not None:
@@ -954,23 +1119,23 @@ class IngressLoadBalancerIngressPatch(dict):
954
1119
  if ports is not None:
955
1120
  pulumi.set(__self__, "ports", ports)
956
1121
 
957
- @property
1122
+ @_builtins.property
958
1123
  @pulumi.getter
959
- def hostname(self) -> Optional[str]:
1124
+ def hostname(self) -> Optional[_builtins.str]:
960
1125
  """
961
1126
  hostname is set for load-balancer ingress points that are DNS based.
962
1127
  """
963
1128
  return pulumi.get(self, "hostname")
964
1129
 
965
- @property
1130
+ @_builtins.property
966
1131
  @pulumi.getter
967
- def ip(self) -> Optional[str]:
1132
+ def ip(self) -> Optional[_builtins.str]:
968
1133
  """
969
1134
  ip is set for load-balancer ingress points that are IP based.
970
1135
  """
971
1136
  return pulumi.get(self, "ip")
972
1137
 
973
- @property
1138
+ @_builtins.property
974
1139
  @pulumi.getter
975
1140
  def ports(self) -> Optional[Sequence['outputs.IngressPortStatusPatch']]:
976
1141
  """
@@ -993,7 +1158,7 @@ class IngressLoadBalancerStatus(dict):
993
1158
  if ingress is not None:
994
1159
  pulumi.set(__self__, "ingress", ingress)
995
1160
 
996
- @property
1161
+ @_builtins.property
997
1162
  @pulumi.getter
998
1163
  def ingress(self) -> Optional[Sequence['outputs.IngressLoadBalancerIngress']]:
999
1164
  """
@@ -1016,7 +1181,7 @@ class IngressLoadBalancerStatusPatch(dict):
1016
1181
  if ingress is not None:
1017
1182
  pulumi.set(__self__, "ingress", ingress)
1018
1183
 
1019
- @property
1184
+ @_builtins.property
1020
1185
  @pulumi.getter
1021
1186
  def ingress(self) -> Optional[Sequence['outputs.IngressLoadBalancerIngressPatch']]:
1022
1187
  """
@@ -1031,14 +1196,14 @@ class IngressPortStatus(dict):
1031
1196
  IngressPortStatus represents the error condition of a service port
1032
1197
  """
1033
1198
  def __init__(__self__, *,
1034
- port: int,
1035
- protocol: str,
1036
- error: Optional[str] = None):
1199
+ port: _builtins.int,
1200
+ protocol: _builtins.str,
1201
+ error: Optional[_builtins.str] = None):
1037
1202
  """
1038
1203
  IngressPortStatus represents the error condition of a service port
1039
- :param int port: port is the port number of the ingress port.
1040
- :param str protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
1041
- :param 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
1204
+ :param _builtins.int port: port is the port number of the ingress port.
1205
+ :param _builtins.str protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
1206
+ :param _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
1042
1207
  CamelCase names
1043
1208
  - cloud provider specific error values must have names that comply with the
1044
1209
  format foo.example.com/CamelCase.
@@ -1048,25 +1213,25 @@ class IngressPortStatus(dict):
1048
1213
  if error is not None:
1049
1214
  pulumi.set(__self__, "error", error)
1050
1215
 
1051
- @property
1216
+ @_builtins.property
1052
1217
  @pulumi.getter
1053
- def port(self) -> int:
1218
+ def port(self) -> _builtins.int:
1054
1219
  """
1055
1220
  port is the port number of the ingress port.
1056
1221
  """
1057
1222
  return pulumi.get(self, "port")
1058
1223
 
1059
- @property
1224
+ @_builtins.property
1060
1225
  @pulumi.getter
1061
- def protocol(self) -> str:
1226
+ def protocol(self) -> _builtins.str:
1062
1227
  """
1063
1228
  protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
1064
1229
  """
1065
1230
  return pulumi.get(self, "protocol")
1066
1231
 
1067
- @property
1232
+ @_builtins.property
1068
1233
  @pulumi.getter
1069
- def error(self) -> Optional[str]:
1234
+ def error(self) -> Optional[_builtins.str]:
1070
1235
  """
1071
1236
  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
1072
1237
  CamelCase names
@@ -1082,17 +1247,17 @@ class IngressPortStatusPatch(dict):
1082
1247
  IngressPortStatus represents the error condition of a service port
1083
1248
  """
1084
1249
  def __init__(__self__, *,
1085
- error: Optional[str] = None,
1086
- port: Optional[int] = None,
1087
- protocol: Optional[str] = None):
1250
+ error: Optional[_builtins.str] = None,
1251
+ port: Optional[_builtins.int] = None,
1252
+ protocol: Optional[_builtins.str] = None):
1088
1253
  """
1089
1254
  IngressPortStatus represents the error condition of a service port
1090
- :param 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
1255
+ :param _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
1091
1256
  CamelCase names
1092
1257
  - cloud provider specific error values must have names that comply with the
1093
1258
  format foo.example.com/CamelCase.
1094
- :param int port: port is the port number of the ingress port.
1095
- :param str protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
1259
+ :param _builtins.int port: port is the port number of the ingress port.
1260
+ :param _builtins.str protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
1096
1261
  """
1097
1262
  if error is not None:
1098
1263
  pulumi.set(__self__, "error", error)
@@ -1101,9 +1266,9 @@ class IngressPortStatusPatch(dict):
1101
1266
  if protocol is not None:
1102
1267
  pulumi.set(__self__, "protocol", protocol)
1103
1268
 
1104
- @property
1269
+ @_builtins.property
1105
1270
  @pulumi.getter
1106
- def error(self) -> Optional[str]:
1271
+ def error(self) -> Optional[_builtins.str]:
1107
1272
  """
1108
1273
  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
1109
1274
  CamelCase names
@@ -1112,17 +1277,17 @@ class IngressPortStatusPatch(dict):
1112
1277
  """
1113
1278
  return pulumi.get(self, "error")
1114
1279
 
1115
- @property
1280
+ @_builtins.property
1116
1281
  @pulumi.getter
1117
- def port(self) -> Optional[int]:
1282
+ def port(self) -> Optional[_builtins.int]:
1118
1283
  """
1119
1284
  port is the port number of the ingress port.
1120
1285
  """
1121
1286
  return pulumi.get(self, "port")
1122
1287
 
1123
- @property
1288
+ @_builtins.property
1124
1289
  @pulumi.getter
1125
- def protocol(self) -> Optional[str]:
1290
+ def protocol(self) -> Optional[_builtins.str]:
1126
1291
  """
1127
1292
  protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
1128
1293
  """
@@ -1135,11 +1300,11 @@ class IngressRule(dict):
1135
1300
  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.
1136
1301
  """
1137
1302
  def __init__(__self__, *,
1138
- host: Optional[str] = None,
1303
+ host: Optional[_builtins.str] = None,
1139
1304
  http: Optional['outputs.HTTPIngressRuleValue'] = None):
1140
1305
  """
1141
1306
  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.
1142
- :param str host: host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
1307
+ :param _builtins.str host: host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
1143
1308
  the IP in the Spec of the parent Ingress.
1144
1309
  2. The `:` delimiter is not respected because ports are not allowed.
1145
1310
  Currently the port of an Ingress is implicitly :80 for http and
@@ -1153,9 +1318,9 @@ class IngressRule(dict):
1153
1318
  if http is not None:
1154
1319
  pulumi.set(__self__, "http", http)
1155
1320
 
1156
- @property
1321
+ @_builtins.property
1157
1322
  @pulumi.getter
1158
- def host(self) -> Optional[str]:
1323
+ def host(self) -> Optional[_builtins.str]:
1159
1324
  """
1160
1325
  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
1161
1326
  the IP in the Spec of the parent Ingress.
@@ -1168,7 +1333,7 @@ class IngressRule(dict):
1168
1333
  """
1169
1334
  return pulumi.get(self, "host")
1170
1335
 
1171
- @property
1336
+ @_builtins.property
1172
1337
  @pulumi.getter
1173
1338
  def http(self) -> Optional['outputs.HTTPIngressRuleValue']:
1174
1339
  return pulumi.get(self, "http")
@@ -1180,11 +1345,11 @@ class IngressRulePatch(dict):
1180
1345
  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.
1181
1346
  """
1182
1347
  def __init__(__self__, *,
1183
- host: Optional[str] = None,
1348
+ host: Optional[_builtins.str] = None,
1184
1349
  http: Optional['outputs.HTTPIngressRuleValuePatch'] = None):
1185
1350
  """
1186
1351
  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.
1187
- :param str host: host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
1352
+ :param _builtins.str host: host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
1188
1353
  the IP in the Spec of the parent Ingress.
1189
1354
  2. The `:` delimiter is not respected because ports are not allowed.
1190
1355
  Currently the port of an Ingress is implicitly :80 for http and
@@ -1198,9 +1363,9 @@ class IngressRulePatch(dict):
1198
1363
  if http is not None:
1199
1364
  pulumi.set(__self__, "http", http)
1200
1365
 
1201
- @property
1366
+ @_builtins.property
1202
1367
  @pulumi.getter
1203
- def host(self) -> Optional[str]:
1368
+ def host(self) -> Optional[_builtins.str]:
1204
1369
  """
1205
1370
  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
1206
1371
  the IP in the Spec of the parent Ingress.
@@ -1213,7 +1378,7 @@ class IngressRulePatch(dict):
1213
1378
  """
1214
1379
  return pulumi.get(self, "host")
1215
1380
 
1216
- @property
1381
+ @_builtins.property
1217
1382
  @pulumi.getter
1218
1383
  def http(self) -> Optional['outputs.HTTPIngressRuleValuePatch']:
1219
1384
  return pulumi.get(self, "http")
@@ -1225,26 +1390,26 @@ class IngressServiceBackend(dict):
1225
1390
  IngressServiceBackend references a Kubernetes Service as a Backend.
1226
1391
  """
1227
1392
  def __init__(__self__, *,
1228
- name: str,
1393
+ name: _builtins.str,
1229
1394
  port: Optional['outputs.ServiceBackendPort'] = None):
1230
1395
  """
1231
1396
  IngressServiceBackend references a Kubernetes Service as a Backend.
1232
- :param str name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
1397
+ :param _builtins.str name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
1233
1398
  :param 'ServiceBackendPortArgs' port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
1234
1399
  """
1235
1400
  pulumi.set(__self__, "name", name)
1236
1401
  if port is not None:
1237
1402
  pulumi.set(__self__, "port", port)
1238
1403
 
1239
- @property
1404
+ @_builtins.property
1240
1405
  @pulumi.getter
1241
- def name(self) -> str:
1406
+ def name(self) -> _builtins.str:
1242
1407
  """
1243
1408
  name is the referenced service. The service must exist in the same namespace as the Ingress object.
1244
1409
  """
1245
1410
  return pulumi.get(self, "name")
1246
1411
 
1247
- @property
1412
+ @_builtins.property
1248
1413
  @pulumi.getter
1249
1414
  def port(self) -> Optional['outputs.ServiceBackendPort']:
1250
1415
  """
@@ -1259,11 +1424,11 @@ class IngressServiceBackendPatch(dict):
1259
1424
  IngressServiceBackend references a Kubernetes Service as a Backend.
1260
1425
  """
1261
1426
  def __init__(__self__, *,
1262
- name: Optional[str] = None,
1427
+ name: Optional[_builtins.str] = None,
1263
1428
  port: Optional['outputs.ServiceBackendPortPatch'] = None):
1264
1429
  """
1265
1430
  IngressServiceBackend references a Kubernetes Service as a Backend.
1266
- :param str name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
1431
+ :param _builtins.str name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
1267
1432
  :param 'ServiceBackendPortPatchArgs' port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
1268
1433
  """
1269
1434
  if name is not None:
@@ -1271,15 +1436,15 @@ class IngressServiceBackendPatch(dict):
1271
1436
  if port is not None:
1272
1437
  pulumi.set(__self__, "port", port)
1273
1438
 
1274
- @property
1439
+ @_builtins.property
1275
1440
  @pulumi.getter
1276
- def name(self) -> Optional[str]:
1441
+ def name(self) -> Optional[_builtins.str]:
1277
1442
  """
1278
1443
  name is the referenced service. The service must exist in the same namespace as the Ingress object.
1279
1444
  """
1280
1445
  return pulumi.get(self, "name")
1281
1446
 
1282
- @property
1447
+ @_builtins.property
1283
1448
  @pulumi.getter
1284
1449
  def port(self) -> Optional['outputs.ServiceBackendPortPatch']:
1285
1450
  """
@@ -1314,13 +1479,13 @@ class IngressSpec(dict):
1314
1479
 
1315
1480
  def __init__(__self__, *,
1316
1481
  default_backend: Optional['outputs.IngressBackend'] = None,
1317
- ingress_class_name: Optional[str] = None,
1482
+ ingress_class_name: Optional[_builtins.str] = None,
1318
1483
  rules: Optional[Sequence['outputs.IngressRule']] = None,
1319
1484
  tls: Optional[Sequence['outputs.IngressTLS']] = None):
1320
1485
  """
1321
1486
  IngressSpec describes the Ingress the user wishes to exist.
1322
1487
  :param '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.
1323
- :param 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.
1488
+ :param _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.
1324
1489
  :param Sequence['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.
1325
1490
  :param Sequence['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.
1326
1491
  """
@@ -1333,7 +1498,7 @@ class IngressSpec(dict):
1333
1498
  if tls is not None:
1334
1499
  pulumi.set(__self__, "tls", tls)
1335
1500
 
1336
- @property
1501
+ @_builtins.property
1337
1502
  @pulumi.getter(name="defaultBackend")
1338
1503
  def default_backend(self) -> Optional['outputs.IngressBackend']:
1339
1504
  """
@@ -1341,15 +1506,15 @@ class IngressSpec(dict):
1341
1506
  """
1342
1507
  return pulumi.get(self, "default_backend")
1343
1508
 
1344
- @property
1509
+ @_builtins.property
1345
1510
  @pulumi.getter(name="ingressClassName")
1346
- def ingress_class_name(self) -> Optional[str]:
1511
+ def ingress_class_name(self) -> Optional[_builtins.str]:
1347
1512
  """
1348
1513
  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.
1349
1514
  """
1350
1515
  return pulumi.get(self, "ingress_class_name")
1351
1516
 
1352
- @property
1517
+ @_builtins.property
1353
1518
  @pulumi.getter
1354
1519
  def rules(self) -> Optional[Sequence['outputs.IngressRule']]:
1355
1520
  """
@@ -1357,7 +1522,7 @@ class IngressSpec(dict):
1357
1522
  """
1358
1523
  return pulumi.get(self, "rules")
1359
1524
 
1360
- @property
1525
+ @_builtins.property
1361
1526
  @pulumi.getter
1362
1527
  def tls(self) -> Optional[Sequence['outputs.IngressTLS']]:
1363
1528
  """
@@ -1392,13 +1557,13 @@ class IngressSpecPatch(dict):
1392
1557
 
1393
1558
  def __init__(__self__, *,
1394
1559
  default_backend: Optional['outputs.IngressBackendPatch'] = None,
1395
- ingress_class_name: Optional[str] = None,
1560
+ ingress_class_name: Optional[_builtins.str] = None,
1396
1561
  rules: Optional[Sequence['outputs.IngressRulePatch']] = None,
1397
1562
  tls: Optional[Sequence['outputs.IngressTLSPatch']] = None):
1398
1563
  """
1399
1564
  IngressSpec describes the Ingress the user wishes to exist.
1400
1565
  :param '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.
1401
- :param 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.
1566
+ :param _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.
1402
1567
  :param Sequence['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.
1403
1568
  :param Sequence['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.
1404
1569
  """
@@ -1411,7 +1576,7 @@ class IngressSpecPatch(dict):
1411
1576
  if tls is not None:
1412
1577
  pulumi.set(__self__, "tls", tls)
1413
1578
 
1414
- @property
1579
+ @_builtins.property
1415
1580
  @pulumi.getter(name="defaultBackend")
1416
1581
  def default_backend(self) -> Optional['outputs.IngressBackendPatch']:
1417
1582
  """
@@ -1419,15 +1584,15 @@ class IngressSpecPatch(dict):
1419
1584
  """
1420
1585
  return pulumi.get(self, "default_backend")
1421
1586
 
1422
- @property
1587
+ @_builtins.property
1423
1588
  @pulumi.getter(name="ingressClassName")
1424
- def ingress_class_name(self) -> Optional[str]:
1589
+ def ingress_class_name(self) -> Optional[_builtins.str]:
1425
1590
  """
1426
1591
  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.
1427
1592
  """
1428
1593
  return pulumi.get(self, "ingress_class_name")
1429
1594
 
1430
- @property
1595
+ @_builtins.property
1431
1596
  @pulumi.getter
1432
1597
  def rules(self) -> Optional[Sequence['outputs.IngressRulePatch']]:
1433
1598
  """
@@ -1435,7 +1600,7 @@ class IngressSpecPatch(dict):
1435
1600
  """
1436
1601
  return pulumi.get(self, "rules")
1437
1602
 
1438
- @property
1603
+ @_builtins.property
1439
1604
  @pulumi.getter
1440
1605
  def tls(self) -> Optional[Sequence['outputs.IngressTLSPatch']]:
1441
1606
  """
@@ -1475,7 +1640,7 @@ class IngressStatus(dict):
1475
1640
  if load_balancer is not None:
1476
1641
  pulumi.set(__self__, "load_balancer", load_balancer)
1477
1642
 
1478
- @property
1643
+ @_builtins.property
1479
1644
  @pulumi.getter(name="loadBalancer")
1480
1645
  def load_balancer(self) -> Optional['outputs.IngressLoadBalancerStatus']:
1481
1646
  """
@@ -1515,7 +1680,7 @@ class IngressStatusPatch(dict):
1515
1680
  if load_balancer is not None:
1516
1681
  pulumi.set(__self__, "load_balancer", load_balancer)
1517
1682
 
1518
- @property
1683
+ @_builtins.property
1519
1684
  @pulumi.getter(name="loadBalancer")
1520
1685
  def load_balancer(self) -> Optional['outputs.IngressLoadBalancerStatusPatch']:
1521
1686
  """
@@ -1547,29 +1712,29 @@ class IngressTLS(dict):
1547
1712
  return super().get(key, default)
1548
1713
 
1549
1714
  def __init__(__self__, *,
1550
- hosts: Optional[Sequence[str]] = None,
1551
- secret_name: Optional[str] = None):
1715
+ hosts: Optional[Sequence[_builtins.str]] = None,
1716
+ secret_name: Optional[_builtins.str] = None):
1552
1717
  """
1553
1718
  IngressTLS describes the transport layer security associated with an ingress.
1554
- :param Sequence[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.
1555
- :param 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.
1719
+ :param Sequence[_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.
1720
+ :param _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.
1556
1721
  """
1557
1722
  if hosts is not None:
1558
1723
  pulumi.set(__self__, "hosts", hosts)
1559
1724
  if secret_name is not None:
1560
1725
  pulumi.set(__self__, "secret_name", secret_name)
1561
1726
 
1562
- @property
1727
+ @_builtins.property
1563
1728
  @pulumi.getter
1564
- def hosts(self) -> Optional[Sequence[str]]:
1729
+ def hosts(self) -> Optional[Sequence[_builtins.str]]:
1565
1730
  """
1566
1731
  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.
1567
1732
  """
1568
1733
  return pulumi.get(self, "hosts")
1569
1734
 
1570
- @property
1735
+ @_builtins.property
1571
1736
  @pulumi.getter(name="secretName")
1572
- def secret_name(self) -> Optional[str]:
1737
+ def secret_name(self) -> Optional[_builtins.str]:
1573
1738
  """
1574
1739
  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.
1575
1740
  """
@@ -1599,29 +1764,29 @@ class IngressTLSPatch(dict):
1599
1764
  return super().get(key, default)
1600
1765
 
1601
1766
  def __init__(__self__, *,
1602
- hosts: Optional[Sequence[str]] = None,
1603
- secret_name: Optional[str] = None):
1767
+ hosts: Optional[Sequence[_builtins.str]] = None,
1768
+ secret_name: Optional[_builtins.str] = None):
1604
1769
  """
1605
1770
  IngressTLS describes the transport layer security associated with an ingress.
1606
- :param Sequence[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.
1607
- :param 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.
1771
+ :param Sequence[_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.
1772
+ :param _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.
1608
1773
  """
1609
1774
  if hosts is not None:
1610
1775
  pulumi.set(__self__, "hosts", hosts)
1611
1776
  if secret_name is not None:
1612
1777
  pulumi.set(__self__, "secret_name", secret_name)
1613
1778
 
1614
- @property
1779
+ @_builtins.property
1615
1780
  @pulumi.getter
1616
- def hosts(self) -> Optional[Sequence[str]]:
1781
+ def hosts(self) -> Optional[Sequence[_builtins.str]]:
1617
1782
  """
1618
1783
  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.
1619
1784
  """
1620
1785
  return pulumi.get(self, "hosts")
1621
1786
 
1622
- @property
1787
+ @_builtins.property
1623
1788
  @pulumi.getter(name="secretName")
1624
- def secret_name(self) -> Optional[str]:
1789
+ def secret_name(self) -> Optional[_builtins.str]:
1625
1790
  """
1626
1791
  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.
1627
1792
  """
@@ -1651,15 +1816,15 @@ class NetworkPolicy(dict):
1651
1816
  return super().get(key, default)
1652
1817
 
1653
1818
  def __init__(__self__, *,
1654
- api_version: Optional[str] = None,
1655
- kind: Optional[str] = None,
1819
+ api_version: Optional[_builtins.str] = None,
1820
+ kind: Optional[_builtins.str] = None,
1656
1821
  metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
1657
1822
  spec: Optional['outputs.NetworkPolicySpec'] = None,
1658
1823
  status: Optional['outputs.NetworkPolicyStatus'] = None):
1659
1824
  """
1660
1825
  NetworkPolicy describes what network traffic is allowed for a set of Pods
1661
- :param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1662
- :param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1826
+ :param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
1827
+ :param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1663
1828
  :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1664
1829
  :param 'NetworkPolicySpecArgs' spec: spec represents the specification of the desired behavior for this NetworkPolicy.
1665
1830
  :param '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
@@ -1675,23 +1840,23 @@ class NetworkPolicy(dict):
1675
1840
  if status is not None:
1676
1841
  pulumi.set(__self__, "status", status)
1677
1842
 
1678
- @property
1843
+ @_builtins.property
1679
1844
  @pulumi.getter(name="apiVersion")
1680
- def api_version(self) -> Optional[str]:
1845
+ def api_version(self) -> Optional[_builtins.str]:
1681
1846
  """
1682
1847
  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
1683
1848
  """
1684
1849
  return pulumi.get(self, "api_version")
1685
1850
 
1686
- @property
1851
+ @_builtins.property
1687
1852
  @pulumi.getter
1688
- def kind(self) -> Optional[str]:
1853
+ def kind(self) -> Optional[_builtins.str]:
1689
1854
  """
1690
1855
  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
1691
1856
  """
1692
1857
  return pulumi.get(self, "kind")
1693
1858
 
1694
- @property
1859
+ @_builtins.property
1695
1860
  @pulumi.getter
1696
1861
  def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
1697
1862
  """
@@ -1699,7 +1864,7 @@ class NetworkPolicy(dict):
1699
1864
  """
1700
1865
  return pulumi.get(self, "metadata")
1701
1866
 
1702
- @property
1867
+ @_builtins.property
1703
1868
  @pulumi.getter
1704
1869
  def spec(self) -> Optional['outputs.NetworkPolicySpec']:
1705
1870
  """
@@ -1707,7 +1872,7 @@ class NetworkPolicy(dict):
1707
1872
  """
1708
1873
  return pulumi.get(self, "spec")
1709
1874
 
1710
- @property
1875
+ @_builtins.property
1711
1876
  @pulumi.getter
1712
1877
  def status(self) -> Optional['outputs.NetworkPolicyStatus']:
1713
1878
  """
@@ -1734,7 +1899,7 @@ class NetworkPolicyEgressRule(dict):
1734
1899
  if to is not None:
1735
1900
  pulumi.set(__self__, "to", to)
1736
1901
 
1737
- @property
1902
+ @_builtins.property
1738
1903
  @pulumi.getter
1739
1904
  def ports(self) -> Optional[Sequence['outputs.NetworkPolicyPort']]:
1740
1905
  """
@@ -1742,7 +1907,7 @@ class NetworkPolicyEgressRule(dict):
1742
1907
  """
1743
1908
  return pulumi.get(self, "ports")
1744
1909
 
1745
- @property
1910
+ @_builtins.property
1746
1911
  @pulumi.getter
1747
1912
  def to(self) -> Optional[Sequence['outputs.NetworkPolicyPeer']]:
1748
1913
  """
@@ -1769,7 +1934,7 @@ class NetworkPolicyEgressRulePatch(dict):
1769
1934
  if to is not None:
1770
1935
  pulumi.set(__self__, "to", to)
1771
1936
 
1772
- @property
1937
+ @_builtins.property
1773
1938
  @pulumi.getter
1774
1939
  def ports(self) -> Optional[Sequence['outputs.NetworkPolicyPortPatch']]:
1775
1940
  """
@@ -1777,7 +1942,7 @@ class NetworkPolicyEgressRulePatch(dict):
1777
1942
  """
1778
1943
  return pulumi.get(self, "ports")
1779
1944
 
1780
- @property
1945
+ @_builtins.property
1781
1946
  @pulumi.getter
1782
1947
  def to(self) -> Optional[Sequence['outputs.NetworkPolicyPeerPatch']]:
1783
1948
  """
@@ -1821,7 +1986,7 @@ class NetworkPolicyIngressRule(dict):
1821
1986
  if ports is not None:
1822
1987
  pulumi.set(__self__, "ports", ports)
1823
1988
 
1824
- @property
1989
+ @_builtins.property
1825
1990
  @pulumi.getter(name="from")
1826
1991
  def from_(self) -> Optional[Sequence['outputs.NetworkPolicyPeer']]:
1827
1992
  """
@@ -1829,7 +1994,7 @@ class NetworkPolicyIngressRule(dict):
1829
1994
  """
1830
1995
  return pulumi.get(self, "from_")
1831
1996
 
1832
- @property
1997
+ @_builtins.property
1833
1998
  @pulumi.getter
1834
1999
  def ports(self) -> Optional[Sequence['outputs.NetworkPolicyPort']]:
1835
2000
  """
@@ -1873,7 +2038,7 @@ class NetworkPolicyIngressRulePatch(dict):
1873
2038
  if ports is not None:
1874
2039
  pulumi.set(__self__, "ports", ports)
1875
2040
 
1876
- @property
2041
+ @_builtins.property
1877
2042
  @pulumi.getter(name="from")
1878
2043
  def from_(self) -> Optional[Sequence['outputs.NetworkPolicyPeerPatch']]:
1879
2044
  """
@@ -1881,7 +2046,7 @@ class NetworkPolicyIngressRulePatch(dict):
1881
2046
  """
1882
2047
  return pulumi.get(self, "from_")
1883
2048
 
1884
- @property
2049
+ @_builtins.property
1885
2050
  @pulumi.getter
1886
2051
  def ports(self) -> Optional[Sequence['outputs.NetworkPolicyPortPatch']]:
1887
2052
  """
@@ -1937,7 +2102,7 @@ class NetworkPolicyPeer(dict):
1937
2102
  if pod_selector is not None:
1938
2103
  pulumi.set(__self__, "pod_selector", pod_selector)
1939
2104
 
1940
- @property
2105
+ @_builtins.property
1941
2106
  @pulumi.getter(name="ipBlock")
1942
2107
  def ip_block(self) -> Optional['outputs.IPBlock']:
1943
2108
  """
@@ -1945,7 +2110,7 @@ class NetworkPolicyPeer(dict):
1945
2110
  """
1946
2111
  return pulumi.get(self, "ip_block")
1947
2112
 
1948
- @property
2113
+ @_builtins.property
1949
2114
  @pulumi.getter(name="namespaceSelector")
1950
2115
  def namespace_selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
1951
2116
  """
@@ -1955,7 +2120,7 @@ class NetworkPolicyPeer(dict):
1955
2120
  """
1956
2121
  return pulumi.get(self, "namespace_selector")
1957
2122
 
1958
- @property
2123
+ @_builtins.property
1959
2124
  @pulumi.getter(name="podSelector")
1960
2125
  def pod_selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
1961
2126
  """
@@ -2013,7 +2178,7 @@ class NetworkPolicyPeerPatch(dict):
2013
2178
  if pod_selector is not None:
2014
2179
  pulumi.set(__self__, "pod_selector", pod_selector)
2015
2180
 
2016
- @property
2181
+ @_builtins.property
2017
2182
  @pulumi.getter(name="ipBlock")
2018
2183
  def ip_block(self) -> Optional['outputs.IPBlockPatch']:
2019
2184
  """
@@ -2021,7 +2186,7 @@ class NetworkPolicyPeerPatch(dict):
2021
2186
  """
2022
2187
  return pulumi.get(self, "ip_block")
2023
2188
 
2024
- @property
2189
+ @_builtins.property
2025
2190
  @pulumi.getter(name="namespaceSelector")
2026
2191
  def namespace_selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
2027
2192
  """
@@ -2031,7 +2196,7 @@ class NetworkPolicyPeerPatch(dict):
2031
2196
  """
2032
2197
  return pulumi.get(self, "namespace_selector")
2033
2198
 
2034
- @property
2199
+ @_builtins.property
2035
2200
  @pulumi.getter(name="podSelector")
2036
2201
  def pod_selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
2037
2202
  """
@@ -2065,14 +2230,14 @@ class NetworkPolicyPort(dict):
2065
2230
  return super().get(key, default)
2066
2231
 
2067
2232
  def __init__(__self__, *,
2068
- end_port: Optional[int] = None,
2233
+ end_port: Optional[_builtins.int] = None,
2069
2234
  port: Optional[Any] = None,
2070
- protocol: Optional[str] = None):
2235
+ protocol: Optional[_builtins.str] = None):
2071
2236
  """
2072
2237
  NetworkPolicyPort describes a port to allow traffic on
2073
- :param 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.
2074
- :param 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.
2075
- :param str protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
2238
+ :param _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.
2239
+ :param 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.
2240
+ :param _builtins.str protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
2076
2241
  """
2077
2242
  if end_port is not None:
2078
2243
  pulumi.set(__self__, "end_port", end_port)
@@ -2081,15 +2246,15 @@ class NetworkPolicyPort(dict):
2081
2246
  if protocol is not None:
2082
2247
  pulumi.set(__self__, "protocol", protocol)
2083
2248
 
2084
- @property
2249
+ @_builtins.property
2085
2250
  @pulumi.getter(name="endPort")
2086
- def end_port(self) -> Optional[int]:
2251
+ def end_port(self) -> Optional[_builtins.int]:
2087
2252
  """
2088
2253
  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.
2089
2254
  """
2090
2255
  return pulumi.get(self, "end_port")
2091
2256
 
2092
- @property
2257
+ @_builtins.property
2093
2258
  @pulumi.getter
2094
2259
  def port(self) -> Optional[Any]:
2095
2260
  """
@@ -2097,9 +2262,9 @@ class NetworkPolicyPort(dict):
2097
2262
  """
2098
2263
  return pulumi.get(self, "port")
2099
2264
 
2100
- @property
2265
+ @_builtins.property
2101
2266
  @pulumi.getter
2102
- def protocol(self) -> Optional[str]:
2267
+ def protocol(self) -> Optional[_builtins.str]:
2103
2268
  """
2104
2269
  protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
2105
2270
  """
@@ -2129,14 +2294,14 @@ class NetworkPolicyPortPatch(dict):
2129
2294
  return super().get(key, default)
2130
2295
 
2131
2296
  def __init__(__self__, *,
2132
- end_port: Optional[int] = None,
2297
+ end_port: Optional[_builtins.int] = None,
2133
2298
  port: Optional[Any] = None,
2134
- protocol: Optional[str] = None):
2299
+ protocol: Optional[_builtins.str] = None):
2135
2300
  """
2136
2301
  NetworkPolicyPort describes a port to allow traffic on
2137
- :param 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.
2138
- :param 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.
2139
- :param str protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
2302
+ :param _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.
2303
+ :param 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.
2304
+ :param _builtins.str protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
2140
2305
  """
2141
2306
  if end_port is not None:
2142
2307
  pulumi.set(__self__, "end_port", end_port)
@@ -2145,15 +2310,15 @@ class NetworkPolicyPortPatch(dict):
2145
2310
  if protocol is not None:
2146
2311
  pulumi.set(__self__, "protocol", protocol)
2147
2312
 
2148
- @property
2313
+ @_builtins.property
2149
2314
  @pulumi.getter(name="endPort")
2150
- def end_port(self) -> Optional[int]:
2315
+ def end_port(self) -> Optional[_builtins.int]:
2151
2316
  """
2152
2317
  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.
2153
2318
  """
2154
2319
  return pulumi.get(self, "end_port")
2155
2320
 
2156
- @property
2321
+ @_builtins.property
2157
2322
  @pulumi.getter
2158
2323
  def port(self) -> Optional[Any]:
2159
2324
  """
@@ -2161,9 +2326,9 @@ class NetworkPolicyPortPatch(dict):
2161
2326
  """
2162
2327
  return pulumi.get(self, "port")
2163
2328
 
2164
- @property
2329
+ @_builtins.property
2165
2330
  @pulumi.getter
2166
- def protocol(self) -> Optional[str]:
2331
+ def protocol(self) -> Optional[_builtins.str]:
2167
2332
  """
2168
2333
  protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
2169
2334
  """
@@ -2198,13 +2363,13 @@ class NetworkPolicySpec(dict):
2198
2363
  pod_selector: '_meta.v1.outputs.LabelSelector',
2199
2364
  egress: Optional[Sequence['outputs.NetworkPolicyEgressRule']] = None,
2200
2365
  ingress: Optional[Sequence['outputs.NetworkPolicyIngressRule']] = None,
2201
- policy_types: Optional[Sequence[str]] = None):
2366
+ policy_types: Optional[Sequence[_builtins.str]] = None):
2202
2367
  """
2203
2368
  NetworkPolicySpec provides the specification of a NetworkPolicy
2204
2369
  :param '_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.
2205
2370
  :param Sequence['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
2206
2371
  :param Sequence['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)
2207
- :param Sequence[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
2372
+ :param Sequence[_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
2208
2373
  """
2209
2374
  pulumi.set(__self__, "pod_selector", pod_selector)
2210
2375
  if egress is not None:
@@ -2214,7 +2379,7 @@ class NetworkPolicySpec(dict):
2214
2379
  if policy_types is not None:
2215
2380
  pulumi.set(__self__, "policy_types", policy_types)
2216
2381
 
2217
- @property
2382
+ @_builtins.property
2218
2383
  @pulumi.getter(name="podSelector")
2219
2384
  def pod_selector(self) -> '_meta.v1.outputs.LabelSelector':
2220
2385
  """
@@ -2222,7 +2387,7 @@ class NetworkPolicySpec(dict):
2222
2387
  """
2223
2388
  return pulumi.get(self, "pod_selector")
2224
2389
 
2225
- @property
2390
+ @_builtins.property
2226
2391
  @pulumi.getter
2227
2392
  def egress(self) -> Optional[Sequence['outputs.NetworkPolicyEgressRule']]:
2228
2393
  """
@@ -2230,7 +2395,7 @@ class NetworkPolicySpec(dict):
2230
2395
  """
2231
2396
  return pulumi.get(self, "egress")
2232
2397
 
2233
- @property
2398
+ @_builtins.property
2234
2399
  @pulumi.getter
2235
2400
  def ingress(self) -> Optional[Sequence['outputs.NetworkPolicyIngressRule']]:
2236
2401
  """
@@ -2238,9 +2403,9 @@ class NetworkPolicySpec(dict):
2238
2403
  """
2239
2404
  return pulumi.get(self, "ingress")
2240
2405
 
2241
- @property
2406
+ @_builtins.property
2242
2407
  @pulumi.getter(name="policyTypes")
2243
- def policy_types(self) -> Optional[Sequence[str]]:
2408
+ def policy_types(self) -> Optional[Sequence[_builtins.str]]:
2244
2409
  """
2245
2410
  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
2246
2411
  """
@@ -2275,13 +2440,13 @@ class NetworkPolicySpecPatch(dict):
2275
2440
  egress: Optional[Sequence['outputs.NetworkPolicyEgressRulePatch']] = None,
2276
2441
  ingress: Optional[Sequence['outputs.NetworkPolicyIngressRulePatch']] = None,
2277
2442
  pod_selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
2278
- policy_types: Optional[Sequence[str]] = None):
2443
+ policy_types: Optional[Sequence[_builtins.str]] = None):
2279
2444
  """
2280
2445
  NetworkPolicySpec provides the specification of a NetworkPolicy
2281
2446
  :param Sequence['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
2282
2447
  :param Sequence['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)
2283
2448
  :param '_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.
2284
- :param Sequence[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
2449
+ :param Sequence[_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
2285
2450
  """
2286
2451
  if egress is not None:
2287
2452
  pulumi.set(__self__, "egress", egress)
@@ -2292,7 +2457,7 @@ class NetworkPolicySpecPatch(dict):
2292
2457
  if policy_types is not None:
2293
2458
  pulumi.set(__self__, "policy_types", policy_types)
2294
2459
 
2295
- @property
2460
+ @_builtins.property
2296
2461
  @pulumi.getter
2297
2462
  def egress(self) -> Optional[Sequence['outputs.NetworkPolicyEgressRulePatch']]:
2298
2463
  """
@@ -2300,7 +2465,7 @@ class NetworkPolicySpecPatch(dict):
2300
2465
  """
2301
2466
  return pulumi.get(self, "egress")
2302
2467
 
2303
- @property
2468
+ @_builtins.property
2304
2469
  @pulumi.getter
2305
2470
  def ingress(self) -> Optional[Sequence['outputs.NetworkPolicyIngressRulePatch']]:
2306
2471
  """
@@ -2308,7 +2473,7 @@ class NetworkPolicySpecPatch(dict):
2308
2473
  """
2309
2474
  return pulumi.get(self, "ingress")
2310
2475
 
2311
- @property
2476
+ @_builtins.property
2312
2477
  @pulumi.getter(name="podSelector")
2313
2478
  def pod_selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
2314
2479
  """
@@ -2316,9 +2481,9 @@ class NetworkPolicySpecPatch(dict):
2316
2481
  """
2317
2482
  return pulumi.get(self, "pod_selector")
2318
2483
 
2319
- @property
2484
+ @_builtins.property
2320
2485
  @pulumi.getter(name="policyTypes")
2321
- def policy_types(self) -> Optional[Sequence[str]]:
2486
+ def policy_types(self) -> Optional[Sequence[_builtins.str]]:
2322
2487
  """
2323
2488
  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
2324
2489
  """
@@ -2339,7 +2504,7 @@ class NetworkPolicyStatus(dict):
2339
2504
  if conditions is not None:
2340
2505
  pulumi.set(__self__, "conditions", conditions)
2341
2506
 
2342
- @property
2507
+ @_builtins.property
2343
2508
  @pulumi.getter
2344
2509
  def conditions(self) -> Optional[Sequence['_meta.v1.outputs.Condition']]:
2345
2510
  """
@@ -2362,7 +2527,7 @@ class NetworkPolicyStatusPatch(dict):
2362
2527
  if conditions is not None:
2363
2528
  pulumi.set(__self__, "conditions", conditions)
2364
2529
 
2365
- @property
2530
+ @_builtins.property
2366
2531
  @pulumi.getter
2367
2532
  def conditions(self) -> Optional[Sequence['_meta.v1.outputs.ConditionPatch']]:
2368
2533
  """
@@ -2371,35 +2536,151 @@ class NetworkPolicyStatusPatch(dict):
2371
2536
  return pulumi.get(self, "conditions")
2372
2537
 
2373
2538
 
2539
+ @pulumi.output_type
2540
+ class ParentReference(dict):
2541
+ """
2542
+ ParentReference describes a reference to a parent object.
2543
+ """
2544
+ def __init__(__self__, *,
2545
+ name: _builtins.str,
2546
+ resource: _builtins.str,
2547
+ group: Optional[_builtins.str] = None,
2548
+ namespace: Optional[_builtins.str] = None):
2549
+ """
2550
+ ParentReference describes a reference to a parent object.
2551
+ :param _builtins.str name: Name is the name of the object being referenced.
2552
+ :param _builtins.str resource: Resource is the resource of the object being referenced.
2553
+ :param _builtins.str group: Group is the group of the object being referenced.
2554
+ :param _builtins.str namespace: Namespace is the namespace of the object being referenced.
2555
+ """
2556
+ pulumi.set(__self__, "name", name)
2557
+ pulumi.set(__self__, "resource", resource)
2558
+ if group is not None:
2559
+ pulumi.set(__self__, "group", group)
2560
+ if namespace is not None:
2561
+ pulumi.set(__self__, "namespace", namespace)
2562
+
2563
+ @_builtins.property
2564
+ @pulumi.getter
2565
+ def name(self) -> _builtins.str:
2566
+ """
2567
+ Name is the name of the object being referenced.
2568
+ """
2569
+ return pulumi.get(self, "name")
2570
+
2571
+ @_builtins.property
2572
+ @pulumi.getter
2573
+ def resource(self) -> _builtins.str:
2574
+ """
2575
+ Resource is the resource of the object being referenced.
2576
+ """
2577
+ return pulumi.get(self, "resource")
2578
+
2579
+ @_builtins.property
2580
+ @pulumi.getter
2581
+ def group(self) -> Optional[_builtins.str]:
2582
+ """
2583
+ Group is the group of the object being referenced.
2584
+ """
2585
+ return pulumi.get(self, "group")
2586
+
2587
+ @_builtins.property
2588
+ @pulumi.getter
2589
+ def namespace(self) -> Optional[_builtins.str]:
2590
+ """
2591
+ Namespace is the namespace of the object being referenced.
2592
+ """
2593
+ return pulumi.get(self, "namespace")
2594
+
2595
+
2596
+ @pulumi.output_type
2597
+ class ParentReferencePatch(dict):
2598
+ """
2599
+ ParentReference describes a reference to a parent object.
2600
+ """
2601
+ def __init__(__self__, *,
2602
+ group: Optional[_builtins.str] = None,
2603
+ name: Optional[_builtins.str] = None,
2604
+ namespace: Optional[_builtins.str] = None,
2605
+ resource: Optional[_builtins.str] = None):
2606
+ """
2607
+ ParentReference describes a reference to a parent object.
2608
+ :param _builtins.str group: Group is the group of the object being referenced.
2609
+ :param _builtins.str name: Name is the name of the object being referenced.
2610
+ :param _builtins.str namespace: Namespace is the namespace of the object being referenced.
2611
+ :param _builtins.str resource: Resource is the resource of the object being referenced.
2612
+ """
2613
+ if group is not None:
2614
+ pulumi.set(__self__, "group", group)
2615
+ if name is not None:
2616
+ pulumi.set(__self__, "name", name)
2617
+ if namespace is not None:
2618
+ pulumi.set(__self__, "namespace", namespace)
2619
+ if resource is not None:
2620
+ pulumi.set(__self__, "resource", resource)
2621
+
2622
+ @_builtins.property
2623
+ @pulumi.getter
2624
+ def group(self) -> Optional[_builtins.str]:
2625
+ """
2626
+ Group is the group of the object being referenced.
2627
+ """
2628
+ return pulumi.get(self, "group")
2629
+
2630
+ @_builtins.property
2631
+ @pulumi.getter
2632
+ def name(self) -> Optional[_builtins.str]:
2633
+ """
2634
+ Name is the name of the object being referenced.
2635
+ """
2636
+ return pulumi.get(self, "name")
2637
+
2638
+ @_builtins.property
2639
+ @pulumi.getter
2640
+ def namespace(self) -> Optional[_builtins.str]:
2641
+ """
2642
+ Namespace is the namespace of the object being referenced.
2643
+ """
2644
+ return pulumi.get(self, "namespace")
2645
+
2646
+ @_builtins.property
2647
+ @pulumi.getter
2648
+ def resource(self) -> Optional[_builtins.str]:
2649
+ """
2650
+ Resource is the resource of the object being referenced.
2651
+ """
2652
+ return pulumi.get(self, "resource")
2653
+
2654
+
2374
2655
  @pulumi.output_type
2375
2656
  class ServiceBackendPort(dict):
2376
2657
  """
2377
2658
  ServiceBackendPort is the service port being referenced.
2378
2659
  """
2379
2660
  def __init__(__self__, *,
2380
- name: Optional[str] = None,
2381
- number: Optional[int] = None):
2661
+ name: Optional[_builtins.str] = None,
2662
+ number: Optional[_builtins.int] = None):
2382
2663
  """
2383
2664
  ServiceBackendPort is the service port being referenced.
2384
- :param str name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
2385
- :param int number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
2665
+ :param _builtins.str name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
2666
+ :param _builtins.int number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
2386
2667
  """
2387
2668
  if name is not None:
2388
2669
  pulumi.set(__self__, "name", name)
2389
2670
  if number is not None:
2390
2671
  pulumi.set(__self__, "number", number)
2391
2672
 
2392
- @property
2673
+ @_builtins.property
2393
2674
  @pulumi.getter
2394
- def name(self) -> Optional[str]:
2675
+ def name(self) -> Optional[_builtins.str]:
2395
2676
  """
2396
2677
  name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
2397
2678
  """
2398
2679
  return pulumi.get(self, "name")
2399
2680
 
2400
- @property
2681
+ @_builtins.property
2401
2682
  @pulumi.getter
2402
- def number(self) -> Optional[int]:
2683
+ def number(self) -> Optional[_builtins.int]:
2403
2684
  """
2404
2685
  number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
2405
2686
  """
@@ -2412,32 +2693,212 @@ class ServiceBackendPortPatch(dict):
2412
2693
  ServiceBackendPort is the service port being referenced.
2413
2694
  """
2414
2695
  def __init__(__self__, *,
2415
- name: Optional[str] = None,
2416
- number: Optional[int] = None):
2696
+ name: Optional[_builtins.str] = None,
2697
+ number: Optional[_builtins.int] = None):
2417
2698
  """
2418
2699
  ServiceBackendPort is the service port being referenced.
2419
- :param str name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
2420
- :param int number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
2700
+ :param _builtins.str name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
2701
+ :param _builtins.int number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
2421
2702
  """
2422
2703
  if name is not None:
2423
2704
  pulumi.set(__self__, "name", name)
2424
2705
  if number is not None:
2425
2706
  pulumi.set(__self__, "number", number)
2426
2707
 
2427
- @property
2708
+ @_builtins.property
2428
2709
  @pulumi.getter
2429
- def name(self) -> Optional[str]:
2710
+ def name(self) -> Optional[_builtins.str]:
2430
2711
  """
2431
2712
  name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
2432
2713
  """
2433
2714
  return pulumi.get(self, "name")
2434
2715
 
2435
- @property
2716
+ @_builtins.property
2436
2717
  @pulumi.getter
2437
- def number(self) -> Optional[int]:
2718
+ def number(self) -> Optional[_builtins.int]:
2438
2719
  """
2439
2720
  number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
2440
2721
  """
2441
2722
  return pulumi.get(self, "number")
2442
2723
 
2443
2724
 
2725
+ @pulumi.output_type
2726
+ class ServiceCIDR(dict):
2727
+ """
2728
+ 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.
2729
+ """
2730
+ @staticmethod
2731
+ def __key_warning(key: str):
2732
+ suggest = None
2733
+ if key == "apiVersion":
2734
+ suggest = "api_version"
2735
+
2736
+ if suggest:
2737
+ pulumi.log.warn(f"Key '{key}' not found in ServiceCIDR. Access the value via the '{suggest}' property getter instead.")
2738
+
2739
+ def __getitem__(self, key: str) -> Any:
2740
+ ServiceCIDR.__key_warning(key)
2741
+ return super().__getitem__(key)
2742
+
2743
+ def get(self, key: str, default = None) -> Any:
2744
+ ServiceCIDR.__key_warning(key)
2745
+ return super().get(key, default)
2746
+
2747
+ def __init__(__self__, *,
2748
+ api_version: Optional[_builtins.str] = None,
2749
+ kind: Optional[_builtins.str] = None,
2750
+ metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
2751
+ spec: Optional['outputs.ServiceCIDRSpec'] = None,
2752
+ status: Optional['outputs.ServiceCIDRStatus'] = None):
2753
+ """
2754
+ 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.
2755
+ :param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
2756
+ :param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
2757
+ :param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
2758
+ :param 'ServiceCIDRSpecArgs' spec: spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
2759
+ :param 'ServiceCIDRStatusArgs' status: status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
2760
+ """
2761
+ if api_version is not None:
2762
+ pulumi.set(__self__, "api_version", 'networking.k8s.io/v1')
2763
+ if kind is not None:
2764
+ pulumi.set(__self__, "kind", 'ServiceCIDR')
2765
+ if metadata is not None:
2766
+ pulumi.set(__self__, "metadata", metadata)
2767
+ if spec is not None:
2768
+ pulumi.set(__self__, "spec", spec)
2769
+ if status is not None:
2770
+ pulumi.set(__self__, "status", status)
2771
+
2772
+ @_builtins.property
2773
+ @pulumi.getter(name="apiVersion")
2774
+ def api_version(self) -> Optional[_builtins.str]:
2775
+ """
2776
+ 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
2777
+ """
2778
+ return pulumi.get(self, "api_version")
2779
+
2780
+ @_builtins.property
2781
+ @pulumi.getter
2782
+ def kind(self) -> Optional[_builtins.str]:
2783
+ """
2784
+ 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
2785
+ """
2786
+ return pulumi.get(self, "kind")
2787
+
2788
+ @_builtins.property
2789
+ @pulumi.getter
2790
+ def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
2791
+ """
2792
+ Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
2793
+ """
2794
+ return pulumi.get(self, "metadata")
2795
+
2796
+ @_builtins.property
2797
+ @pulumi.getter
2798
+ def spec(self) -> Optional['outputs.ServiceCIDRSpec']:
2799
+ """
2800
+ 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
2801
+ """
2802
+ return pulumi.get(self, "spec")
2803
+
2804
+ @_builtins.property
2805
+ @pulumi.getter
2806
+ def status(self) -> Optional['outputs.ServiceCIDRStatus']:
2807
+ """
2808
+ 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
2809
+ """
2810
+ return pulumi.get(self, "status")
2811
+
2812
+
2813
+ @pulumi.output_type
2814
+ class ServiceCIDRSpec(dict):
2815
+ """
2816
+ ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
2817
+ """
2818
+ def __init__(__self__, *,
2819
+ cidrs: Optional[Sequence[_builtins.str]] = None):
2820
+ """
2821
+ ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
2822
+ :param Sequence[_builtins.str] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
2823
+ """
2824
+ if cidrs is not None:
2825
+ pulumi.set(__self__, "cidrs", cidrs)
2826
+
2827
+ @_builtins.property
2828
+ @pulumi.getter
2829
+ def cidrs(self) -> Optional[Sequence[_builtins.str]]:
2830
+ """
2831
+ 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.
2832
+ """
2833
+ return pulumi.get(self, "cidrs")
2834
+
2835
+
2836
+ @pulumi.output_type
2837
+ class ServiceCIDRSpecPatch(dict):
2838
+ """
2839
+ ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
2840
+ """
2841
+ def __init__(__self__, *,
2842
+ cidrs: Optional[Sequence[_builtins.str]] = None):
2843
+ """
2844
+ ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
2845
+ :param Sequence[_builtins.str] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
2846
+ """
2847
+ if cidrs is not None:
2848
+ pulumi.set(__self__, "cidrs", cidrs)
2849
+
2850
+ @_builtins.property
2851
+ @pulumi.getter
2852
+ def cidrs(self) -> Optional[Sequence[_builtins.str]]:
2853
+ """
2854
+ 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.
2855
+ """
2856
+ return pulumi.get(self, "cidrs")
2857
+
2858
+
2859
+ @pulumi.output_type
2860
+ class ServiceCIDRStatus(dict):
2861
+ """
2862
+ ServiceCIDRStatus describes the current state of the ServiceCIDR.
2863
+ """
2864
+ def __init__(__self__, *,
2865
+ conditions: Optional[Sequence['_meta.v1.outputs.Condition']] = None):
2866
+ """
2867
+ ServiceCIDRStatus describes the current state of the ServiceCIDR.
2868
+ :param Sequence['_meta.v1.ConditionArgs'] conditions: conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
2869
+ """
2870
+ if conditions is not None:
2871
+ pulumi.set(__self__, "conditions", conditions)
2872
+
2873
+ @_builtins.property
2874
+ @pulumi.getter
2875
+ def conditions(self) -> Optional[Sequence['_meta.v1.outputs.Condition']]:
2876
+ """
2877
+ conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
2878
+ """
2879
+ return pulumi.get(self, "conditions")
2880
+
2881
+
2882
+ @pulumi.output_type
2883
+ class ServiceCIDRStatusPatch(dict):
2884
+ """
2885
+ ServiceCIDRStatus describes the current state of the ServiceCIDR.
2886
+ """
2887
+ def __init__(__self__, *,
2888
+ conditions: Optional[Sequence['_meta.v1.outputs.ConditionPatch']] = None):
2889
+ """
2890
+ ServiceCIDRStatus describes the current state of the ServiceCIDR.
2891
+ :param Sequence['_meta.v1.ConditionPatchArgs'] conditions: conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
2892
+ """
2893
+ if conditions is not None:
2894
+ pulumi.set(__self__, "conditions", conditions)
2895
+
2896
+ @_builtins.property
2897
+ @pulumi.getter
2898
+ def conditions(self) -> Optional[Sequence['_meta.v1.outputs.ConditionPatch']]:
2899
+ """
2900
+ conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
2901
+ """
2902
+ return pulumi.get(self, "conditions")
2903
+
2904
+