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

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

Potentially problematic release.


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

Files changed (701) hide show
  1. pulumi_kubernetes/__init__.py +1 -1
  2. pulumi_kubernetes/_inputs.py +49 -50
  3. pulumi_kubernetes/admissionregistration/__init__.py +1 -1
  4. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
  7. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
  16. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
  17. pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
  18. pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
  19. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
  25. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
  31. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
  32. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
  33. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
  34. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
  37. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
  46. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
  47. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
  48. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
  49. pulumi_kubernetes/apiextensions/__init__.py +1 -1
  50. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
  53. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
  54. pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
  55. pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
  56. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
  59. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
  60. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
  61. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
  62. pulumi_kubernetes/apiregistration/__init__.py +1 -1
  63. pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
  64. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
  65. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
  66. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
  67. pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
  68. pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
  69. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
  70. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
  72. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
  73. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
  74. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
  75. pulumi_kubernetes/apps/__init__.py +1 -1
  76. pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
  77. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
  78. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
  79. pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
  80. pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
  81. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
  82. pulumi_kubernetes/apps/v1/Deployment.py +26 -27
  83. pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
  84. pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
  85. pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
  86. pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
  87. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
  88. pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
  89. pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
  90. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
  91. pulumi_kubernetes/apps/v1/__init__.py +1 -1
  92. pulumi_kubernetes/apps/v1/_inputs.py +749 -750
  93. pulumi_kubernetes/apps/v1/outputs.py +713 -714
  94. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
  97. pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
  98. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
  99. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
  100. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
  101. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
  103. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
  104. pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
  105. pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
  106. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
  109. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
  110. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
  112. pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
  113. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
  114. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
  115. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
  118. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
  119. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
  121. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
  122. pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
  123. pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
  124. pulumi_kubernetes/auditregistration/__init__.py +1 -1
  125. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
  128. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
  129. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
  130. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
  131. pulumi_kubernetes/autoscaling/__init__.py +1 -1
  132. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
  135. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
  136. pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
  137. pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
  138. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
  141. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
  142. pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
  143. pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
  144. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
  147. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
  148. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
  149. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
  150. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
  153. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
  154. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
  155. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
  156. pulumi_kubernetes/batch/__init__.py +1 -1
  157. pulumi_kubernetes/batch/v1/CronJob.py +26 -27
  158. pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
  159. pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
  160. pulumi_kubernetes/batch/v1/Job.py +26 -27
  161. pulumi_kubernetes/batch/v1/JobList.py +25 -26
  162. pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
  163. pulumi_kubernetes/batch/v1/__init__.py +1 -1
  164. pulumi_kubernetes/batch/v1/_inputs.py +494 -495
  165. pulumi_kubernetes/batch/v1/outputs.py +419 -420
  166. pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
  167. pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
  168. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
  169. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
  170. pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
  171. pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
  172. pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
  173. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
  174. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
  175. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
  176. pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
  177. pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
  178. pulumi_kubernetes/certificates/__init__.py +1 -1
  179. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
  182. pulumi_kubernetes/certificates/v1/__init__.py +1 -1
  183. pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
  184. pulumi_kubernetes/certificates/v1/outputs.py +134 -135
  185. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
  188. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
  189. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
  190. pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
  191. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
  194. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
  197. pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
  198. pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
  199. pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
  200. pulumi_kubernetes/coordination/__init__.py +1 -1
  201. pulumi_kubernetes/coordination/v1/Lease.py +25 -26
  202. pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
  203. pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
  204. pulumi_kubernetes/coordination/v1/__init__.py +1 -1
  205. pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
  206. pulumi_kubernetes/coordination/v1/outputs.py +67 -68
  207. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
  210. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
  211. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
  212. pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
  213. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
  216. pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
  217. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
  218. pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
  219. pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
  220. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
  223. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
  224. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
  225. pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
  226. pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
  227. pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
  228. pulumi_kubernetes/core/__init__.py +1 -1
  229. pulumi_kubernetes/core/v1/Binding.py +25 -26
  230. pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
  231. pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
  232. pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
  233. pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
  234. pulumi_kubernetes/core/v1/Endpoints.py +25 -26
  235. pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
  236. pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
  237. pulumi_kubernetes/core/v1/Event.py +131 -132
  238. pulumi_kubernetes/core/v1/EventList.py +25 -26
  239. pulumi_kubernetes/core/v1/EventPatch.py +131 -132
  240. pulumi_kubernetes/core/v1/LimitRange.py +25 -26
  241. pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
  242. pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
  243. pulumi_kubernetes/core/v1/Namespace.py +26 -27
  244. pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
  245. pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
  246. pulumi_kubernetes/core/v1/Node.py +26 -27
  247. pulumi_kubernetes/core/v1/NodeList.py +25 -26
  248. pulumi_kubernetes/core/v1/NodePatch.py +26 -27
  249. pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
  250. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
  253. pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
  254. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
  255. pulumi_kubernetes/core/v1/Pod.py +26 -27
  256. pulumi_kubernetes/core/v1/PodList.py +25 -26
  257. pulumi_kubernetes/core/v1/PodPatch.py +26 -27
  258. pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
  259. pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
  260. pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
  261. pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
  262. pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
  263. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
  264. pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
  265. pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
  266. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
  267. pulumi_kubernetes/core/v1/Secret.py +63 -64
  268. pulumi_kubernetes/core/v1/SecretList.py +25 -26
  269. pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
  270. pulumi_kubernetes/core/v1/Service.py +26 -27
  271. pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
  272. pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
  273. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
  274. pulumi_kubernetes/core/v1/ServiceList.py +25 -26
  275. pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
  276. pulumi_kubernetes/core/v1/__init__.py +1 -1
  277. pulumi_kubernetes/core/v1/_enums.py +2 -2
  278. pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
  279. pulumi_kubernetes/core/v1/outputs.py +5390 -5391
  280. pulumi_kubernetes/discovery/__init__.py +1 -1
  281. pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
  282. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
  283. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
  284. pulumi_kubernetes/discovery/v1/__init__.py +1 -1
  285. pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
  286. pulumi_kubernetes/discovery/v1/outputs.py +138 -139
  287. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
  290. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
  291. pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
  292. pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
  293. pulumi_kubernetes/events/__init__.py +1 -1
  294. pulumi_kubernetes/events/v1/Event.py +131 -132
  295. pulumi_kubernetes/events/v1/EventList.py +25 -26
  296. pulumi_kubernetes/events/v1/EventPatch.py +131 -132
  297. pulumi_kubernetes/events/v1/__init__.py +1 -1
  298. pulumi_kubernetes/events/v1/_inputs.py +102 -103
  299. pulumi_kubernetes/events/v1/outputs.py +70 -71
  300. pulumi_kubernetes/events/v1beta1/Event.py +131 -132
  301. pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
  302. pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
  303. pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
  304. pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
  305. pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
  306. pulumi_kubernetes/extensions/__init__.py +1 -1
  307. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
  310. pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
  311. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
  313. pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
  314. pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
  315. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
  316. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
  319. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
  322. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
  325. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
  326. pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
  327. pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
  328. pulumi_kubernetes/flowcontrol/__init__.py +1 -1
  329. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
  332. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
  335. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
  336. pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
  337. pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
  338. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
  341. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
  344. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
  345. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
  346. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
  347. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
  350. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
  353. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
  354. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
  355. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
  356. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
  359. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
  362. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
  363. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
  364. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
  365. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
  368. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
  371. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
  372. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
  373. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
  374. pulumi_kubernetes/helm/__init__.py +1 -1
  375. pulumi_kubernetes/helm/v3/Release.py +316 -317
  376. pulumi_kubernetes/helm/v3/__init__.py +1 -1
  377. pulumi_kubernetes/helm/v3/_inputs.py +37 -38
  378. pulumi_kubernetes/helm/v3/outputs.py +54 -55
  379. pulumi_kubernetes/helm/v4/Chart.py +95 -96
  380. pulumi_kubernetes/helm/v4/__init__.py +1 -1
  381. pulumi_kubernetes/helm/v4/_inputs.py +34 -35
  382. pulumi_kubernetes/kustomize/__init__.py +1 -1
  383. pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
  384. pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
  385. pulumi_kubernetes/meta/__init__.py +1 -1
  386. pulumi_kubernetes/meta/v1/Status.py +57 -58
  387. pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
  388. pulumi_kubernetes/meta/v1/__init__.py +1 -1
  389. pulumi_kubernetes/meta/v1/_inputs.py +551 -552
  390. pulumi_kubernetes/meta/v1/outputs.py +395 -396
  391. pulumi_kubernetes/networking/__init__.py +1 -1
  392. pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
  393. pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
  394. pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
  395. pulumi_kubernetes/networking/v1/Ingress.py +26 -27
  396. pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
  397. pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
  398. pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
  399. pulumi_kubernetes/networking/v1/IngressList.py +25 -26
  400. pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
  401. pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
  402. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
  403. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
  404. pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
  405. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
  406. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
  407. pulumi_kubernetes/networking/v1/__init__.py +1 -1
  408. pulumi_kubernetes/networking/v1/_inputs.py +463 -464
  409. pulumi_kubernetes/networking/v1/outputs.py +350 -351
  410. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
  413. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
  414. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
  416. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
  419. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
  420. pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
  421. pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
  422. pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
  423. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
  424. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
  425. pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
  426. pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
  427. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
  428. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
  429. pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
  430. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
  431. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
  434. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
  435. pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
  436. pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
  437. pulumi_kubernetes/node/__init__.py +1 -1
  438. pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
  439. pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
  440. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
  441. pulumi_kubernetes/node/v1/__init__.py +1 -1
  442. pulumi_kubernetes/node/v1/_inputs.py +48 -49
  443. pulumi_kubernetes/node/v1/outputs.py +34 -35
  444. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
  447. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
  448. pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
  449. pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
  450. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
  451. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
  453. pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
  454. pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
  455. pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
  456. pulumi_kubernetes/policy/__init__.py +1 -1
  457. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
  460. pulumi_kubernetes/policy/v1/__init__.py +1 -1
  461. pulumi_kubernetes/policy/v1/_inputs.py +91 -92
  462. pulumi_kubernetes/policy/v1/outputs.py +80 -81
  463. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
  466. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
  469. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
  470. pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
  471. pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
  472. pulumi_kubernetes/provider.py +107 -108
  473. pulumi_kubernetes/pulumi-plugin.json +1 -1
  474. pulumi_kubernetes/rbac/__init__.py +1 -1
  475. pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
  476. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
  479. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
  480. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
  481. pulumi_kubernetes/rbac/v1/Role.py +25 -26
  482. pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
  483. pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
  484. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
  485. pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
  486. pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
  487. pulumi_kubernetes/rbac/v1/__init__.py +1 -1
  488. pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
  489. pulumi_kubernetes/rbac/v1/outputs.py +142 -143
  490. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
  496. pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
  497. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
  500. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
  501. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
  502. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
  503. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
  504. pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
  505. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
  511. pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
  512. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
  513. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
  515. pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
  516. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
  517. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
  518. pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
  519. pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
  520. pulumi_kubernetes/resource/__init__.py +1 -1
  521. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
  522. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
  524. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
  533. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
  534. pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
  535. pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
  536. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
  539. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
  554. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
  557. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
  558. pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
  559. pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
  560. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
  563. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
  566. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
  569. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
  575. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
  578. pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
  579. pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
  580. pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
  581. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
  582. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
  584. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
  590. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
  591. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
  592. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
  593. pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
  594. pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
  595. pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
  596. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
  597. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
  599. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
  605. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
  606. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
  607. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
  608. pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
  609. pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
  610. pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
  611. pulumi_kubernetes/scheduling/__init__.py +1 -1
  612. pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
  613. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
  614. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
  615. pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
  616. pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
  617. pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
  618. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
  621. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
  622. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
  623. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
  624. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
  627. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
  628. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
  629. pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
  630. pulumi_kubernetes/settings/__init__.py +1 -1
  631. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
  632. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
  634. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
  635. pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
  636. pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
  637. pulumi_kubernetes/storage/__init__.py +1 -1
  638. pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
  639. pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
  640. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
  641. pulumi_kubernetes/storage/v1/CSINode.py +25 -26
  642. pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
  643. pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
  644. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
  647. pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
  648. pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
  649. pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
  650. pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
  651. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
  653. pulumi_kubernetes/storage/v1/__init__.py +1 -1
  654. pulumi_kubernetes/storage/v1/_inputs.py +372 -373
  655. pulumi_kubernetes/storage/v1/outputs.py +278 -279
  656. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
  662. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
  663. pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
  664. pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
  665. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
  666. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
  668. pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
  669. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
  670. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
  671. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
  674. pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
  675. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
  676. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
  677. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
  683. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
  684. pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
  685. pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
  686. pulumi_kubernetes/storagemigration/__init__.py +1 -1
  687. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
  690. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
  691. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
  692. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
  693. pulumi_kubernetes/yaml/__init__.py +1 -1
  694. pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
  695. pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
  696. pulumi_kubernetes/yaml/v2/__init__.py +1 -1
  697. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
  698. pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
  699. pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
  700. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
  701. {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -41,15 +40,15 @@ if not MYPY:
41
40
  """
42
41
  EndpointConditions represents the current condition of an endpoint.
43
42
  """
44
- ready: NotRequired[pulumi.Input[builtins.bool]]
43
+ ready: NotRequired[pulumi.Input[_builtins.bool]]
45
44
  """
46
45
  ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
47
46
  """
48
- serving: NotRequired[pulumi.Input[builtins.bool]]
47
+ serving: NotRequired[pulumi.Input[_builtins.bool]]
49
48
  """
50
49
  serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
51
50
  """
52
- terminating: NotRequired[pulumi.Input[builtins.bool]]
51
+ terminating: NotRequired[pulumi.Input[_builtins.bool]]
53
52
  """
54
53
  terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
55
54
  """
@@ -59,14 +58,14 @@ elif False:
59
58
  @pulumi.input_type
60
59
  class EndpointConditionsPatchArgs:
61
60
  def __init__(__self__, *,
62
- ready: Optional[pulumi.Input[builtins.bool]] = None,
63
- serving: Optional[pulumi.Input[builtins.bool]] = None,
64
- terminating: Optional[pulumi.Input[builtins.bool]] = None):
61
+ ready: Optional[pulumi.Input[_builtins.bool]] = None,
62
+ serving: Optional[pulumi.Input[_builtins.bool]] = None,
63
+ terminating: Optional[pulumi.Input[_builtins.bool]] = None):
65
64
  """
66
65
  EndpointConditions represents the current condition of an endpoint.
67
- :param pulumi.Input[builtins.bool] ready: ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
68
- :param pulumi.Input[builtins.bool] serving: serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
69
- :param pulumi.Input[builtins.bool] terminating: terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
66
+ :param pulumi.Input[_builtins.bool] ready: ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
67
+ :param pulumi.Input[_builtins.bool] serving: serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
68
+ :param pulumi.Input[_builtins.bool] terminating: terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
70
69
  """
71
70
  if ready is not None:
72
71
  pulumi.set(__self__, "ready", ready)
@@ -75,40 +74,40 @@ class EndpointConditionsPatchArgs:
75
74
  if terminating is not None:
76
75
  pulumi.set(__self__, "terminating", terminating)
77
76
 
78
- @property
77
+ @_builtins.property
79
78
  @pulumi.getter
80
- def ready(self) -> Optional[pulumi.Input[builtins.bool]]:
79
+ def ready(self) -> Optional[pulumi.Input[_builtins.bool]]:
81
80
  """
82
81
  ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
83
82
  """
84
83
  return pulumi.get(self, "ready")
85
84
 
86
85
  @ready.setter
87
- def ready(self, value: Optional[pulumi.Input[builtins.bool]]):
86
+ def ready(self, value: Optional[pulumi.Input[_builtins.bool]]):
88
87
  pulumi.set(self, "ready", value)
89
88
 
90
- @property
89
+ @_builtins.property
91
90
  @pulumi.getter
92
- def serving(self) -> Optional[pulumi.Input[builtins.bool]]:
91
+ def serving(self) -> Optional[pulumi.Input[_builtins.bool]]:
93
92
  """
94
93
  serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
95
94
  """
96
95
  return pulumi.get(self, "serving")
97
96
 
98
97
  @serving.setter
99
- def serving(self, value: Optional[pulumi.Input[builtins.bool]]):
98
+ def serving(self, value: Optional[pulumi.Input[_builtins.bool]]):
100
99
  pulumi.set(self, "serving", value)
101
100
 
102
- @property
101
+ @_builtins.property
103
102
  @pulumi.getter
104
- def terminating(self) -> Optional[pulumi.Input[builtins.bool]]:
103
+ def terminating(self) -> Optional[pulumi.Input[_builtins.bool]]:
105
104
  """
106
105
  terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
107
106
  """
108
107
  return pulumi.get(self, "terminating")
109
108
 
110
109
  @terminating.setter
111
- def terminating(self, value: Optional[pulumi.Input[builtins.bool]]):
110
+ def terminating(self, value: Optional[pulumi.Input[_builtins.bool]]):
112
111
  pulumi.set(self, "terminating", value)
113
112
 
114
113
 
@@ -117,15 +116,15 @@ if not MYPY:
117
116
  """
118
117
  EndpointConditions represents the current condition of an endpoint.
119
118
  """
120
- ready: NotRequired[pulumi.Input[builtins.bool]]
119
+ ready: NotRequired[pulumi.Input[_builtins.bool]]
121
120
  """
122
121
  ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
123
122
  """
124
- serving: NotRequired[pulumi.Input[builtins.bool]]
123
+ serving: NotRequired[pulumi.Input[_builtins.bool]]
125
124
  """
126
125
  serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
127
126
  """
128
- terminating: NotRequired[pulumi.Input[builtins.bool]]
127
+ terminating: NotRequired[pulumi.Input[_builtins.bool]]
129
128
  """
130
129
  terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
131
130
  """
@@ -135,14 +134,14 @@ elif False:
135
134
  @pulumi.input_type
136
135
  class EndpointConditionsArgs:
137
136
  def __init__(__self__, *,
138
- ready: Optional[pulumi.Input[builtins.bool]] = None,
139
- serving: Optional[pulumi.Input[builtins.bool]] = None,
140
- terminating: Optional[pulumi.Input[builtins.bool]] = None):
137
+ ready: Optional[pulumi.Input[_builtins.bool]] = None,
138
+ serving: Optional[pulumi.Input[_builtins.bool]] = None,
139
+ terminating: Optional[pulumi.Input[_builtins.bool]] = None):
141
140
  """
142
141
  EndpointConditions represents the current condition of an endpoint.
143
- :param pulumi.Input[builtins.bool] ready: ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
144
- :param pulumi.Input[builtins.bool] serving: serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
145
- :param pulumi.Input[builtins.bool] terminating: terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
142
+ :param pulumi.Input[_builtins.bool] ready: ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
143
+ :param pulumi.Input[_builtins.bool] serving: serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
144
+ :param pulumi.Input[_builtins.bool] terminating: terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
146
145
  """
147
146
  if ready is not None:
148
147
  pulumi.set(__self__, "ready", ready)
@@ -151,40 +150,40 @@ class EndpointConditionsArgs:
151
150
  if terminating is not None:
152
151
  pulumi.set(__self__, "terminating", terminating)
153
152
 
154
- @property
153
+ @_builtins.property
155
154
  @pulumi.getter
156
- def ready(self) -> Optional[pulumi.Input[builtins.bool]]:
155
+ def ready(self) -> Optional[pulumi.Input[_builtins.bool]]:
157
156
  """
158
157
  ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
159
158
  """
160
159
  return pulumi.get(self, "ready")
161
160
 
162
161
  @ready.setter
163
- def ready(self, value: Optional[pulumi.Input[builtins.bool]]):
162
+ def ready(self, value: Optional[pulumi.Input[_builtins.bool]]):
164
163
  pulumi.set(self, "ready", value)
165
164
 
166
- @property
165
+ @_builtins.property
167
166
  @pulumi.getter
168
- def serving(self) -> Optional[pulumi.Input[builtins.bool]]:
167
+ def serving(self) -> Optional[pulumi.Input[_builtins.bool]]:
169
168
  """
170
169
  serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
171
170
  """
172
171
  return pulumi.get(self, "serving")
173
172
 
174
173
  @serving.setter
175
- def serving(self, value: Optional[pulumi.Input[builtins.bool]]):
174
+ def serving(self, value: Optional[pulumi.Input[_builtins.bool]]):
176
175
  pulumi.set(self, "serving", value)
177
176
 
178
- @property
177
+ @_builtins.property
179
178
  @pulumi.getter
180
- def terminating(self) -> Optional[pulumi.Input[builtins.bool]]:
179
+ def terminating(self) -> Optional[pulumi.Input[_builtins.bool]]:
181
180
  """
182
181
  terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
183
182
  """
184
183
  return pulumi.get(self, "terminating")
185
184
 
186
185
  @terminating.setter
187
- def terminating(self, value: Optional[pulumi.Input[builtins.bool]]):
186
+ def terminating(self, value: Optional[pulumi.Input[_builtins.bool]]):
188
187
  pulumi.set(self, "terminating", value)
189
188
 
190
189
 
@@ -193,7 +192,7 @@ if not MYPY:
193
192
  """
194
193
  Endpoint represents a single logical "backend" implementing a service.
195
194
  """
196
- addresses: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
195
+ addresses: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
197
196
  """
198
197
  addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
199
198
  """
@@ -201,11 +200,11 @@ if not MYPY:
201
200
  """
202
201
  conditions contains information about the current status of the endpoint.
203
202
  """
204
- hostname: NotRequired[pulumi.Input[builtins.str]]
203
+ hostname: NotRequired[pulumi.Input[_builtins.str]]
205
204
  """
206
205
  hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must pass DNS Label (RFC 1123) validation.
207
206
  """
208
- node_name: NotRequired[pulumi.Input[builtins.str]]
207
+ node_name: NotRequired[pulumi.Input[_builtins.str]]
209
208
  """
210
209
  nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.
211
210
  """
@@ -213,7 +212,7 @@ if not MYPY:
213
212
  """
214
213
  targetRef is a reference to a Kubernetes object that represents this endpoint.
215
214
  """
216
- topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
215
+ topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
217
216
  """
218
217
  topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
219
218
  where the endpoint is located. This should match the corresponding
@@ -229,20 +228,20 @@ elif False:
229
228
  @pulumi.input_type
230
229
  class EndpointPatchArgs:
231
230
  def __init__(__self__, *,
232
- addresses: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
231
+ addresses: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
233
232
  conditions: Optional[pulumi.Input['EndpointConditionsPatchArgs']] = None,
234
- hostname: Optional[pulumi.Input[builtins.str]] = None,
235
- node_name: Optional[pulumi.Input[builtins.str]] = None,
233
+ hostname: Optional[pulumi.Input[_builtins.str]] = None,
234
+ node_name: Optional[pulumi.Input[_builtins.str]] = None,
236
235
  target_ref: Optional[pulumi.Input['_core.v1.ObjectReferencePatchArgs']] = None,
237
- topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
236
+ topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
238
237
  """
239
238
  Endpoint represents a single logical "backend" implementing a service.
240
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] addresses: addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
239
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] addresses: addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
241
240
  :param pulumi.Input['EndpointConditionsPatchArgs'] conditions: conditions contains information about the current status of the endpoint.
242
- :param pulumi.Input[builtins.str] hostname: hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must pass DNS Label (RFC 1123) validation.
243
- :param pulumi.Input[builtins.str] node_name: nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.
241
+ :param pulumi.Input[_builtins.str] hostname: hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must pass DNS Label (RFC 1123) validation.
242
+ :param pulumi.Input[_builtins.str] node_name: nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.
244
243
  :param pulumi.Input['_core.v1.ObjectReferencePatchArgs'] target_ref: targetRef is a reference to a Kubernetes object that represents this endpoint.
245
- :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] topology: topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
244
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] topology: topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
246
245
  where the endpoint is located. This should match the corresponding
247
246
  node label.
248
247
  * topology.kubernetes.io/zone: the value indicates the zone where the
@@ -263,19 +262,19 @@ class EndpointPatchArgs:
263
262
  if topology is not None:
264
263
  pulumi.set(__self__, "topology", topology)
265
264
 
266
- @property
265
+ @_builtins.property
267
266
  @pulumi.getter
268
- def addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
267
+ def addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
269
268
  """
270
269
  addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
271
270
  """
272
271
  return pulumi.get(self, "addresses")
273
272
 
274
273
  @addresses.setter
275
- def addresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
274
+ def addresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
276
275
  pulumi.set(self, "addresses", value)
277
276
 
278
- @property
277
+ @_builtins.property
279
278
  @pulumi.getter
280
279
  def conditions(self) -> Optional[pulumi.Input['EndpointConditionsPatchArgs']]:
281
280
  """
@@ -287,31 +286,31 @@ class EndpointPatchArgs:
287
286
  def conditions(self, value: Optional[pulumi.Input['EndpointConditionsPatchArgs']]):
288
287
  pulumi.set(self, "conditions", value)
289
288
 
290
- @property
289
+ @_builtins.property
291
290
  @pulumi.getter
292
- def hostname(self) -> Optional[pulumi.Input[builtins.str]]:
291
+ def hostname(self) -> Optional[pulumi.Input[_builtins.str]]:
293
292
  """
294
293
  hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must pass DNS Label (RFC 1123) validation.
295
294
  """
296
295
  return pulumi.get(self, "hostname")
297
296
 
298
297
  @hostname.setter
299
- def hostname(self, value: Optional[pulumi.Input[builtins.str]]):
298
+ def hostname(self, value: Optional[pulumi.Input[_builtins.str]]):
300
299
  pulumi.set(self, "hostname", value)
301
300
 
302
- @property
301
+ @_builtins.property
303
302
  @pulumi.getter(name="nodeName")
304
- def node_name(self) -> Optional[pulumi.Input[builtins.str]]:
303
+ def node_name(self) -> Optional[pulumi.Input[_builtins.str]]:
305
304
  """
306
305
  nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.
307
306
  """
308
307
  return pulumi.get(self, "node_name")
309
308
 
310
309
  @node_name.setter
311
- def node_name(self, value: Optional[pulumi.Input[builtins.str]]):
310
+ def node_name(self, value: Optional[pulumi.Input[_builtins.str]]):
312
311
  pulumi.set(self, "node_name", value)
313
312
 
314
- @property
313
+ @_builtins.property
315
314
  @pulumi.getter(name="targetRef")
316
315
  def target_ref(self) -> Optional[pulumi.Input['_core.v1.ObjectReferencePatchArgs']]:
317
316
  """
@@ -323,9 +322,9 @@ class EndpointPatchArgs:
323
322
  def target_ref(self, value: Optional[pulumi.Input['_core.v1.ObjectReferencePatchArgs']]):
324
323
  pulumi.set(self, "target_ref", value)
325
324
 
326
- @property
325
+ @_builtins.property
327
326
  @pulumi.getter
328
- def topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
327
+ def topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
329
328
  """
330
329
  topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
331
330
  where the endpoint is located. This should match the corresponding
@@ -338,7 +337,7 @@ class EndpointPatchArgs:
338
337
  return pulumi.get(self, "topology")
339
338
 
340
339
  @topology.setter
341
- def topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
340
+ def topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
342
341
  pulumi.set(self, "topology", value)
343
342
 
344
343
 
@@ -347,19 +346,19 @@ if not MYPY:
347
346
  """
348
347
  EndpointPort represents a Port used by an EndpointSlice
349
348
  """
350
- app_protocol: NotRequired[pulumi.Input[builtins.str]]
349
+ app_protocol: NotRequired[pulumi.Input[_builtins.str]]
351
350
  """
352
351
  The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
353
352
  """
354
- name: NotRequired[pulumi.Input[builtins.str]]
353
+ name: NotRequired[pulumi.Input[_builtins.str]]
355
354
  """
356
355
  The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
357
356
  """
358
- port: NotRequired[pulumi.Input[builtins.int]]
357
+ port: NotRequired[pulumi.Input[_builtins.int]]
359
358
  """
360
359
  The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
361
360
  """
362
- protocol: NotRequired[pulumi.Input[builtins.str]]
361
+ protocol: NotRequired[pulumi.Input[_builtins.str]]
363
362
  """
364
363
  The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
365
364
  """
@@ -369,16 +368,16 @@ elif False:
369
368
  @pulumi.input_type
370
369
  class EndpointPortPatchArgs:
371
370
  def __init__(__self__, *,
372
- app_protocol: Optional[pulumi.Input[builtins.str]] = None,
373
- name: Optional[pulumi.Input[builtins.str]] = None,
374
- port: Optional[pulumi.Input[builtins.int]] = None,
375
- protocol: Optional[pulumi.Input[builtins.str]] = None):
371
+ app_protocol: Optional[pulumi.Input[_builtins.str]] = None,
372
+ name: Optional[pulumi.Input[_builtins.str]] = None,
373
+ port: Optional[pulumi.Input[_builtins.int]] = None,
374
+ protocol: Optional[pulumi.Input[_builtins.str]] = None):
376
375
  """
377
376
  EndpointPort represents a Port used by an EndpointSlice
378
- :param pulumi.Input[builtins.str] app_protocol: The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
379
- :param pulumi.Input[builtins.str] name: The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
380
- :param pulumi.Input[builtins.int] port: The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
381
- :param pulumi.Input[builtins.str] protocol: The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
377
+ :param pulumi.Input[_builtins.str] app_protocol: The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
378
+ :param pulumi.Input[_builtins.str] name: The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
379
+ :param pulumi.Input[_builtins.int] port: The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
380
+ :param pulumi.Input[_builtins.str] protocol: The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
382
381
  """
383
382
  if app_protocol is not None:
384
383
  pulumi.set(__self__, "app_protocol", app_protocol)
@@ -389,52 +388,52 @@ class EndpointPortPatchArgs:
389
388
  if protocol is not None:
390
389
  pulumi.set(__self__, "protocol", protocol)
391
390
 
392
- @property
391
+ @_builtins.property
393
392
  @pulumi.getter(name="appProtocol")
394
- def app_protocol(self) -> Optional[pulumi.Input[builtins.str]]:
393
+ def app_protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
395
394
  """
396
395
  The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
397
396
  """
398
397
  return pulumi.get(self, "app_protocol")
399
398
 
400
399
  @app_protocol.setter
401
- def app_protocol(self, value: Optional[pulumi.Input[builtins.str]]):
400
+ def app_protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
402
401
  pulumi.set(self, "app_protocol", value)
403
402
 
404
- @property
403
+ @_builtins.property
405
404
  @pulumi.getter
406
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
405
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
407
406
  """
408
407
  The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
409
408
  """
410
409
  return pulumi.get(self, "name")
411
410
 
412
411
  @name.setter
413
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
412
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
414
413
  pulumi.set(self, "name", value)
415
414
 
416
- @property
415
+ @_builtins.property
417
416
  @pulumi.getter
418
- def port(self) -> Optional[pulumi.Input[builtins.int]]:
417
+ def port(self) -> Optional[pulumi.Input[_builtins.int]]:
419
418
  """
420
419
  The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
421
420
  """
422
421
  return pulumi.get(self, "port")
423
422
 
424
423
  @port.setter
425
- def port(self, value: Optional[pulumi.Input[builtins.int]]):
424
+ def port(self, value: Optional[pulumi.Input[_builtins.int]]):
426
425
  pulumi.set(self, "port", value)
427
426
 
428
- @property
427
+ @_builtins.property
429
428
  @pulumi.getter
430
- def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
429
+ def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
431
430
  """
432
431
  The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
433
432
  """
434
433
  return pulumi.get(self, "protocol")
435
434
 
436
435
  @protocol.setter
437
- def protocol(self, value: Optional[pulumi.Input[builtins.str]]):
436
+ def protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
438
437
  pulumi.set(self, "protocol", value)
439
438
 
440
439
 
@@ -443,19 +442,19 @@ if not MYPY:
443
442
  """
444
443
  EndpointPort represents a Port used by an EndpointSlice
445
444
  """
446
- app_protocol: NotRequired[pulumi.Input[builtins.str]]
445
+ app_protocol: NotRequired[pulumi.Input[_builtins.str]]
447
446
  """
448
447
  The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
449
448
  """
450
- name: NotRequired[pulumi.Input[builtins.str]]
449
+ name: NotRequired[pulumi.Input[_builtins.str]]
451
450
  """
452
451
  The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
453
452
  """
454
- port: NotRequired[pulumi.Input[builtins.int]]
453
+ port: NotRequired[pulumi.Input[_builtins.int]]
455
454
  """
456
455
  The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
457
456
  """
458
- protocol: NotRequired[pulumi.Input[builtins.str]]
457
+ protocol: NotRequired[pulumi.Input[_builtins.str]]
459
458
  """
460
459
  The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
461
460
  """
@@ -465,16 +464,16 @@ elif False:
465
464
  @pulumi.input_type
466
465
  class EndpointPortArgs:
467
466
  def __init__(__self__, *,
468
- app_protocol: Optional[pulumi.Input[builtins.str]] = None,
469
- name: Optional[pulumi.Input[builtins.str]] = None,
470
- port: Optional[pulumi.Input[builtins.int]] = None,
471
- protocol: Optional[pulumi.Input[builtins.str]] = None):
467
+ app_protocol: Optional[pulumi.Input[_builtins.str]] = None,
468
+ name: Optional[pulumi.Input[_builtins.str]] = None,
469
+ port: Optional[pulumi.Input[_builtins.int]] = None,
470
+ protocol: Optional[pulumi.Input[_builtins.str]] = None):
472
471
  """
473
472
  EndpointPort represents a Port used by an EndpointSlice
474
- :param pulumi.Input[builtins.str] app_protocol: The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
475
- :param pulumi.Input[builtins.str] name: The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
476
- :param pulumi.Input[builtins.int] port: The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
477
- :param pulumi.Input[builtins.str] protocol: The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
473
+ :param pulumi.Input[_builtins.str] app_protocol: The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
474
+ :param pulumi.Input[_builtins.str] name: The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
475
+ :param pulumi.Input[_builtins.int] port: The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
476
+ :param pulumi.Input[_builtins.str] protocol: The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
478
477
  """
479
478
  if app_protocol is not None:
480
479
  pulumi.set(__self__, "app_protocol", app_protocol)
@@ -485,52 +484,52 @@ class EndpointPortArgs:
485
484
  if protocol is not None:
486
485
  pulumi.set(__self__, "protocol", protocol)
487
486
 
488
- @property
487
+ @_builtins.property
489
488
  @pulumi.getter(name="appProtocol")
490
- def app_protocol(self) -> Optional[pulumi.Input[builtins.str]]:
489
+ def app_protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
491
490
  """
492
491
  The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
493
492
  """
494
493
  return pulumi.get(self, "app_protocol")
495
494
 
496
495
  @app_protocol.setter
497
- def app_protocol(self, value: Optional[pulumi.Input[builtins.str]]):
496
+ def app_protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
498
497
  pulumi.set(self, "app_protocol", value)
499
498
 
500
- @property
499
+ @_builtins.property
501
500
  @pulumi.getter
502
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
501
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
503
502
  """
504
503
  The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
505
504
  """
506
505
  return pulumi.get(self, "name")
507
506
 
508
507
  @name.setter
509
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
508
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
510
509
  pulumi.set(self, "name", value)
511
510
 
512
- @property
511
+ @_builtins.property
513
512
  @pulumi.getter
514
- def port(self) -> Optional[pulumi.Input[builtins.int]]:
513
+ def port(self) -> Optional[pulumi.Input[_builtins.int]]:
515
514
  """
516
515
  The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
517
516
  """
518
517
  return pulumi.get(self, "port")
519
518
 
520
519
  @port.setter
521
- def port(self, value: Optional[pulumi.Input[builtins.int]]):
520
+ def port(self, value: Optional[pulumi.Input[_builtins.int]]):
522
521
  pulumi.set(self, "port", value)
523
522
 
524
- @property
523
+ @_builtins.property
525
524
  @pulumi.getter
526
- def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
525
+ def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
527
526
  """
528
527
  The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
529
528
  """
530
529
  return pulumi.get(self, "protocol")
531
530
 
532
531
  @protocol.setter
533
- def protocol(self, value: Optional[pulumi.Input[builtins.str]]):
532
+ def protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
534
533
  pulumi.set(self, "protocol", value)
535
534
 
536
535
 
@@ -539,7 +538,7 @@ if not MYPY:
539
538
  """
540
539
  EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.
541
540
  """
542
- address_type: pulumi.Input[builtins.str]
541
+ address_type: pulumi.Input[_builtins.str]
543
542
  """
544
543
  addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name.
545
544
  """
@@ -547,11 +546,11 @@ if not MYPY:
547
546
  """
548
547
  endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.
549
548
  """
550
- api_version: NotRequired[pulumi.Input[builtins.str]]
549
+ api_version: NotRequired[pulumi.Input[_builtins.str]]
551
550
  """
552
551
  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
553
552
  """
554
- kind: NotRequired[pulumi.Input[builtins.str]]
553
+ kind: NotRequired[pulumi.Input[_builtins.str]]
555
554
  """
556
555
  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
557
556
  """
@@ -569,18 +568,18 @@ elif False:
569
568
  @pulumi.input_type
570
569
  class EndpointSliceArgs:
571
570
  def __init__(__self__, *,
572
- address_type: pulumi.Input[builtins.str],
571
+ address_type: pulumi.Input[_builtins.str],
573
572
  endpoints: pulumi.Input[Sequence[pulumi.Input['EndpointArgs']]],
574
- api_version: Optional[pulumi.Input[builtins.str]] = None,
575
- kind: Optional[pulumi.Input[builtins.str]] = None,
573
+ api_version: Optional[pulumi.Input[_builtins.str]] = None,
574
+ kind: Optional[pulumi.Input[_builtins.str]] = None,
576
575
  metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
577
576
  ports: Optional[pulumi.Input[Sequence[pulumi.Input['EndpointPortArgs']]]] = None):
578
577
  """
579
578
  EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.
580
- :param pulumi.Input[builtins.str] address_type: addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name.
579
+ :param pulumi.Input[_builtins.str] address_type: addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name.
581
580
  :param pulumi.Input[Sequence[pulumi.Input['EndpointArgs']]] endpoints: endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.
582
- :param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
583
- :param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
581
+ :param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
582
+ :param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
584
583
  :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata.
585
584
  :param pulumi.Input[Sequence[pulumi.Input['EndpointPortArgs']]] ports: ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports.
586
585
  """
@@ -595,19 +594,19 @@ class EndpointSliceArgs:
595
594
  if ports is not None:
596
595
  pulumi.set(__self__, "ports", ports)
597
596
 
598
- @property
597
+ @_builtins.property
599
598
  @pulumi.getter(name="addressType")
600
- def address_type(self) -> pulumi.Input[builtins.str]:
599
+ def address_type(self) -> pulumi.Input[_builtins.str]:
601
600
  """
602
601
  addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name.
603
602
  """
604
603
  return pulumi.get(self, "address_type")
605
604
 
606
605
  @address_type.setter
607
- def address_type(self, value: pulumi.Input[builtins.str]):
606
+ def address_type(self, value: pulumi.Input[_builtins.str]):
608
607
  pulumi.set(self, "address_type", value)
609
608
 
610
- @property
609
+ @_builtins.property
611
610
  @pulumi.getter
612
611
  def endpoints(self) -> pulumi.Input[Sequence[pulumi.Input['EndpointArgs']]]:
613
612
  """
@@ -619,31 +618,31 @@ class EndpointSliceArgs:
619
618
  def endpoints(self, value: pulumi.Input[Sequence[pulumi.Input['EndpointArgs']]]):
620
619
  pulumi.set(self, "endpoints", value)
621
620
 
622
- @property
621
+ @_builtins.property
623
622
  @pulumi.getter(name="apiVersion")
624
- def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
623
+ def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
625
624
  """
626
625
  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
627
626
  """
628
627
  return pulumi.get(self, "api_version")
629
628
 
630
629
  @api_version.setter
631
- def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
630
+ def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
632
631
  pulumi.set(self, "api_version", value)
633
632
 
634
- @property
633
+ @_builtins.property
635
634
  @pulumi.getter
636
- def kind(self) -> Optional[pulumi.Input[builtins.str]]:
635
+ def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
637
636
  """
638
637
  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
639
638
  """
640
639
  return pulumi.get(self, "kind")
641
640
 
642
641
  @kind.setter
643
- def kind(self, value: Optional[pulumi.Input[builtins.str]]):
642
+ def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
644
643
  pulumi.set(self, "kind", value)
645
644
 
646
- @property
645
+ @_builtins.property
647
646
  @pulumi.getter
648
647
  def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
649
648
  """
@@ -655,7 +654,7 @@ class EndpointSliceArgs:
655
654
  def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
656
655
  pulumi.set(self, "metadata", value)
657
656
 
658
- @property
657
+ @_builtins.property
659
658
  @pulumi.getter
660
659
  def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['EndpointPortArgs']]]]:
661
660
  """
@@ -673,7 +672,7 @@ if not MYPY:
673
672
  """
674
673
  Endpoint represents a single logical "backend" implementing a service.
675
674
  """
676
- addresses: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
675
+ addresses: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
677
676
  """
678
677
  addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
679
678
  """
@@ -681,11 +680,11 @@ if not MYPY:
681
680
  """
682
681
  conditions contains information about the current status of the endpoint.
683
682
  """
684
- hostname: NotRequired[pulumi.Input[builtins.str]]
683
+ hostname: NotRequired[pulumi.Input[_builtins.str]]
685
684
  """
686
685
  hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must pass DNS Label (RFC 1123) validation.
687
686
  """
688
- node_name: NotRequired[pulumi.Input[builtins.str]]
687
+ node_name: NotRequired[pulumi.Input[_builtins.str]]
689
688
  """
690
689
  nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.
691
690
  """
@@ -693,7 +692,7 @@ if not MYPY:
693
692
  """
694
693
  targetRef is a reference to a Kubernetes object that represents this endpoint.
695
694
  """
696
- topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
695
+ topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
697
696
  """
698
697
  topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
699
698
  where the endpoint is located. This should match the corresponding
@@ -709,20 +708,20 @@ elif False:
709
708
  @pulumi.input_type
710
709
  class EndpointArgs:
711
710
  def __init__(__self__, *,
712
- addresses: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
711
+ addresses: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
713
712
  conditions: Optional[pulumi.Input['EndpointConditionsArgs']] = None,
714
- hostname: Optional[pulumi.Input[builtins.str]] = None,
715
- node_name: Optional[pulumi.Input[builtins.str]] = None,
713
+ hostname: Optional[pulumi.Input[_builtins.str]] = None,
714
+ node_name: Optional[pulumi.Input[_builtins.str]] = None,
716
715
  target_ref: Optional[pulumi.Input['_core.v1.ObjectReferenceArgs']] = None,
717
- topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
716
+ topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
718
717
  """
719
718
  Endpoint represents a single logical "backend" implementing a service.
720
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] addresses: addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
719
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] addresses: addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
721
720
  :param pulumi.Input['EndpointConditionsArgs'] conditions: conditions contains information about the current status of the endpoint.
722
- :param pulumi.Input[builtins.str] hostname: hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must pass DNS Label (RFC 1123) validation.
723
- :param pulumi.Input[builtins.str] node_name: nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.
721
+ :param pulumi.Input[_builtins.str] hostname: hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must pass DNS Label (RFC 1123) validation.
722
+ :param pulumi.Input[_builtins.str] node_name: nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.
724
723
  :param pulumi.Input['_core.v1.ObjectReferenceArgs'] target_ref: targetRef is a reference to a Kubernetes object that represents this endpoint.
725
- :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] topology: topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
724
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] topology: topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
726
725
  where the endpoint is located. This should match the corresponding
727
726
  node label.
728
727
  * topology.kubernetes.io/zone: the value indicates the zone where the
@@ -742,19 +741,19 @@ class EndpointArgs:
742
741
  if topology is not None:
743
742
  pulumi.set(__self__, "topology", topology)
744
743
 
745
- @property
744
+ @_builtins.property
746
745
  @pulumi.getter
747
- def addresses(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
746
+ def addresses(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
748
747
  """
749
748
  addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
750
749
  """
751
750
  return pulumi.get(self, "addresses")
752
751
 
753
752
  @addresses.setter
754
- def addresses(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
753
+ def addresses(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
755
754
  pulumi.set(self, "addresses", value)
756
755
 
757
- @property
756
+ @_builtins.property
758
757
  @pulumi.getter
759
758
  def conditions(self) -> Optional[pulumi.Input['EndpointConditionsArgs']]:
760
759
  """
@@ -766,31 +765,31 @@ class EndpointArgs:
766
765
  def conditions(self, value: Optional[pulumi.Input['EndpointConditionsArgs']]):
767
766
  pulumi.set(self, "conditions", value)
768
767
 
769
- @property
768
+ @_builtins.property
770
769
  @pulumi.getter
771
- def hostname(self) -> Optional[pulumi.Input[builtins.str]]:
770
+ def hostname(self) -> Optional[pulumi.Input[_builtins.str]]:
772
771
  """
773
772
  hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must pass DNS Label (RFC 1123) validation.
774
773
  """
775
774
  return pulumi.get(self, "hostname")
776
775
 
777
776
  @hostname.setter
778
- def hostname(self, value: Optional[pulumi.Input[builtins.str]]):
777
+ def hostname(self, value: Optional[pulumi.Input[_builtins.str]]):
779
778
  pulumi.set(self, "hostname", value)
780
779
 
781
- @property
780
+ @_builtins.property
782
781
  @pulumi.getter(name="nodeName")
783
- def node_name(self) -> Optional[pulumi.Input[builtins.str]]:
782
+ def node_name(self) -> Optional[pulumi.Input[_builtins.str]]:
784
783
  """
785
784
  nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.
786
785
  """
787
786
  return pulumi.get(self, "node_name")
788
787
 
789
788
  @node_name.setter
790
- def node_name(self, value: Optional[pulumi.Input[builtins.str]]):
789
+ def node_name(self, value: Optional[pulumi.Input[_builtins.str]]):
791
790
  pulumi.set(self, "node_name", value)
792
791
 
793
- @property
792
+ @_builtins.property
794
793
  @pulumi.getter(name="targetRef")
795
794
  def target_ref(self) -> Optional[pulumi.Input['_core.v1.ObjectReferenceArgs']]:
796
795
  """
@@ -802,9 +801,9 @@ class EndpointArgs:
802
801
  def target_ref(self, value: Optional[pulumi.Input['_core.v1.ObjectReferenceArgs']]):
803
802
  pulumi.set(self, "target_ref", value)
804
803
 
805
- @property
804
+ @_builtins.property
806
805
  @pulumi.getter
807
- def topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
806
+ def topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
808
807
  """
809
808
  topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
810
809
  where the endpoint is located. This should match the corresponding
@@ -817,7 +816,7 @@ class EndpointArgs:
817
816
  return pulumi.get(self, "topology")
818
817
 
819
818
  @topology.setter
820
- def topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
819
+ def topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
821
820
  pulumi.set(self, "topology", value)
822
821
 
823
822