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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (703) hide show
  1. pulumi_kubernetes/__init__.py +73 -2
  2. pulumi_kubernetes/_inputs.py +49 -49
  3. pulumi_kubernetes/_utilities.py +9 -5
  4. pulumi_kubernetes/admissionregistration/__init__.py +1 -0
  5. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +26 -25
  6. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +26 -25
  7. pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +26 -25
  8. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +27 -26
  9. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +26 -25
  10. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +26 -25
  11. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
  12. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +26 -25
  13. pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +27 -26
  14. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +26 -25
  15. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +26 -25
  16. pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +26 -25
  17. pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
  18. pulumi_kubernetes/admissionregistration/v1/_inputs.py +721 -721
  19. pulumi_kubernetes/admissionregistration/v1/outputs.py +516 -516
  20. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +215 -0
  21. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +223 -0
  22. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +216 -0
  23. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +235 -0
  24. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +216 -0
  25. pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +227 -0
  26. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +27 -26
  27. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +26 -33
  28. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +26 -25
  29. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +26 -33
  30. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +26 -25
  31. pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +27 -26
  32. pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +7 -0
  33. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2219 -716
  34. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1649 -530
  35. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +26 -25
  36. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +26 -25
  37. pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +26 -25
  38. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +27 -26
  39. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +26 -25
  40. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +26 -25
  41. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
  42. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +26 -25
  43. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +27 -26
  44. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +26 -25
  45. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +26 -25
  46. pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +26 -25
  47. pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
  48. pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +717 -717
  49. pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +512 -512
  50. pulumi_kubernetes/apiextensions/__init__.py +1 -0
  51. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +27 -26
  52. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +26 -25
  53. pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +27 -26
  54. pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
  55. pulumi_kubernetes/apiextensions/v1/_inputs.py +912 -912
  56. pulumi_kubernetes/apiextensions/v1/outputs.py +624 -624
  57. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +27 -26
  58. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +26 -25
  59. pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +27 -26
  60. pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
  61. pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -834
  62. pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -572
  63. pulumi_kubernetes/apiregistration/__init__.py +1 -0
  64. pulumi_kubernetes/apiregistration/v1/APIService.py +27 -26
  65. pulumi_kubernetes/apiregistration/v1/APIServiceList.py +26 -25
  66. pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +27 -26
  67. pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
  68. pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -157
  69. pulumi_kubernetes/apiregistration/v1/outputs.py +128 -128
  70. pulumi_kubernetes/apiregistration/v1beta1/APIService.py +27 -26
  71. pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +26 -25
  72. pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +27 -26
  73. pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
  74. pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -157
  75. pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -128
  76. pulumi_kubernetes/apps/__init__.py +1 -0
  77. pulumi_kubernetes/apps/v1/ControllerRevision.py +36 -35
  78. pulumi_kubernetes/apps/v1/ControllerRevisionList.py +26 -25
  79. pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +36 -35
  80. pulumi_kubernetes/apps/v1/DaemonSet.py +27 -26
  81. pulumi_kubernetes/apps/v1/DaemonSetList.py +26 -25
  82. pulumi_kubernetes/apps/v1/DaemonSetPatch.py +27 -26
  83. pulumi_kubernetes/apps/v1/Deployment.py +27 -26
  84. pulumi_kubernetes/apps/v1/DeploymentList.py +26 -25
  85. pulumi_kubernetes/apps/v1/DeploymentPatch.py +27 -26
  86. pulumi_kubernetes/apps/v1/ReplicaSet.py +27 -26
  87. pulumi_kubernetes/apps/v1/ReplicaSetList.py +30 -29
  88. pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +27 -26
  89. pulumi_kubernetes/apps/v1/StatefulSet.py +27 -26
  90. pulumi_kubernetes/apps/v1/StatefulSetList.py +26 -25
  91. pulumi_kubernetes/apps/v1/StatefulSetPatch.py +27 -26
  92. pulumi_kubernetes/apps/v1/__init__.py +1 -0
  93. pulumi_kubernetes/apps/v1/_inputs.py +835 -782
  94. pulumi_kubernetes/apps/v1/outputs.py +806 -733
  95. pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +36 -35
  96. pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +26 -25
  97. pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +36 -35
  98. pulumi_kubernetes/apps/v1beta1/Deployment.py +27 -26
  99. pulumi_kubernetes/apps/v1beta1/DeploymentList.py +26 -25
  100. pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +27 -26
  101. pulumi_kubernetes/apps/v1beta1/StatefulSet.py +27 -26
  102. pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +26 -25
  103. pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +27 -26
  104. pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
  105. pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -409
  106. pulumi_kubernetes/apps/v1beta1/outputs.py +381 -381
  107. pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +36 -35
  108. pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +26 -25
  109. pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +36 -35
  110. pulumi_kubernetes/apps/v1beta2/DaemonSet.py +27 -26
  111. pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +26 -25
  112. pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +27 -26
  113. pulumi_kubernetes/apps/v1beta2/Deployment.py +27 -26
  114. pulumi_kubernetes/apps/v1beta2/DeploymentList.py +26 -25
  115. pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +27 -26
  116. pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +27 -26
  117. pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +26 -25
  118. pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +27 -26
  119. pulumi_kubernetes/apps/v1beta2/StatefulSet.py +27 -26
  120. pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +26 -25
  121. pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +27 -26
  122. pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
  123. pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -655
  124. pulumi_kubernetes/apps/v1beta2/outputs.py +645 -645
  125. pulumi_kubernetes/auditregistration/__init__.py +1 -0
  126. pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +26 -25
  127. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +26 -25
  128. pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +26 -25
  129. pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
  130. pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -145
  131. pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -101
  132. pulumi_kubernetes/autoscaling/__init__.py +1 -0
  133. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +27 -26
  134. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +26 -25
  135. pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +27 -26
  136. pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
  137. pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -120
  138. pulumi_kubernetes/autoscaling/v1/outputs.py +102 -102
  139. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +27 -26
  140. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +26 -25
  141. pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +27 -26
  142. pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
  143. pulumi_kubernetes/autoscaling/v2/_inputs.py +500 -420
  144. pulumi_kubernetes/autoscaling/v2/outputs.py +438 -382
  145. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +27 -26
  146. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +26 -25
  147. pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +27 -26
  148. pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
  149. pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -451
  150. pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -424
  151. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +27 -26
  152. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +26 -25
  153. pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +27 -26
  154. pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
  155. pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -398
  156. pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -366
  157. pulumi_kubernetes/batch/__init__.py +1 -0
  158. pulumi_kubernetes/batch/v1/CronJob.py +27 -26
  159. pulumi_kubernetes/batch/v1/CronJobList.py +26 -25
  160. pulumi_kubernetes/batch/v1/CronJobPatch.py +27 -26
  161. pulumi_kubernetes/batch/v1/Job.py +27 -26
  162. pulumi_kubernetes/batch/v1/JobList.py +26 -25
  163. pulumi_kubernetes/batch/v1/JobPatch.py +27 -26
  164. pulumi_kubernetes/batch/v1/__init__.py +1 -0
  165. pulumi_kubernetes/batch/v1/_inputs.py +508 -538
  166. pulumi_kubernetes/batch/v1/outputs.py +427 -451
  167. pulumi_kubernetes/batch/v1beta1/CronJob.py +27 -26
  168. pulumi_kubernetes/batch/v1beta1/CronJobList.py +26 -25
  169. pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +27 -26
  170. pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
  171. pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -101
  172. pulumi_kubernetes/batch/v1beta1/outputs.py +76 -76
  173. pulumi_kubernetes/batch/v2alpha1/CronJob.py +27 -26
  174. pulumi_kubernetes/batch/v2alpha1/CronJobList.py +26 -25
  175. pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +27 -26
  176. pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
  177. pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -101
  178. pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -76
  179. pulumi_kubernetes/certificates/__init__.py +1 -0
  180. pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +27 -26
  181. pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +26 -25
  182. pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +27 -26
  183. pulumi_kubernetes/certificates/v1/__init__.py +1 -0
  184. pulumi_kubernetes/certificates/v1/_inputs.py +155 -155
  185. pulumi_kubernetes/certificates/v1/outputs.py +134 -134
  186. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +28 -25
  187. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +26 -25
  188. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +28 -25
  189. pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
  190. pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -39
  191. pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -27
  192. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +27 -26
  193. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +26 -25
  194. pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +27 -26
  195. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +226 -0
  196. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +216 -0
  197. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +237 -0
  198. pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
  199. pulumi_kubernetes/certificates/v1beta1/_inputs.py +436 -144
  200. pulumi_kubernetes/certificates/v1beta1/outputs.py +369 -128
  201. pulumi_kubernetes/coordination/__init__.py +4 -0
  202. pulumi_kubernetes/coordination/v1/Lease.py +26 -25
  203. pulumi_kubernetes/coordination/v1/LeaseList.py +26 -25
  204. pulumi_kubernetes/coordination/v1/LeasePatch.py +26 -25
  205. pulumi_kubernetes/coordination/v1/__init__.py +1 -0
  206. pulumi_kubernetes/coordination/v1/_inputs.py +99 -99
  207. pulumi_kubernetes/coordination/v1/outputs.py +67 -67
  208. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +28 -25
  209. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +26 -25
  210. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +28 -25
  211. pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
  212. pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -87
  213. pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -59
  214. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +217 -0
  215. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +216 -0
  216. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +229 -0
  217. pulumi_kubernetes/coordination/v1alpha2/__init__.py +13 -0
  218. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
  219. pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
  220. pulumi_kubernetes/coordination/v1beta1/Lease.py +26 -25
  221. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +217 -0
  222. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +216 -0
  223. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +229 -0
  224. pulumi_kubernetes/coordination/v1beta1/LeaseList.py +26 -25
  225. pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +26 -25
  226. pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
  227. pulumi_kubernetes/coordination/v1beta1/_inputs.py +446 -75
  228. pulumi_kubernetes/coordination/v1beta1/outputs.py +343 -51
  229. pulumi_kubernetes/core/__init__.py +1 -0
  230. pulumi_kubernetes/core/v1/Binding.py +28 -27
  231. pulumi_kubernetes/core/v1/BindingPatch.py +28 -27
  232. pulumi_kubernetes/core/v1/ConfigMap.py +54 -53
  233. pulumi_kubernetes/core/v1/ConfigMapList.py +26 -25
  234. pulumi_kubernetes/core/v1/ConfigMapPatch.py +54 -53
  235. pulumi_kubernetes/core/v1/Endpoints.py +34 -25
  236. pulumi_kubernetes/core/v1/EndpointsList.py +28 -27
  237. pulumi_kubernetes/core/v1/EndpointsPatch.py +34 -25
  238. pulumi_kubernetes/core/v1/Event.py +132 -131
  239. pulumi_kubernetes/core/v1/EventList.py +26 -25
  240. pulumi_kubernetes/core/v1/EventPatch.py +132 -131
  241. pulumi_kubernetes/core/v1/LimitRange.py +26 -25
  242. pulumi_kubernetes/core/v1/LimitRangeList.py +26 -25
  243. pulumi_kubernetes/core/v1/LimitRangePatch.py +26 -25
  244. pulumi_kubernetes/core/v1/Namespace.py +27 -26
  245. pulumi_kubernetes/core/v1/NamespaceList.py +26 -25
  246. pulumi_kubernetes/core/v1/NamespacePatch.py +27 -26
  247. pulumi_kubernetes/core/v1/Node.py +27 -26
  248. pulumi_kubernetes/core/v1/NodeList.py +26 -25
  249. pulumi_kubernetes/core/v1/NodePatch.py +27 -26
  250. pulumi_kubernetes/core/v1/PersistentVolume.py +27 -26
  251. pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +27 -26
  252. pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +26 -25
  253. pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +27 -26
  254. pulumi_kubernetes/core/v1/PersistentVolumeList.py +26 -25
  255. pulumi_kubernetes/core/v1/PersistentVolumePatch.py +27 -26
  256. pulumi_kubernetes/core/v1/Pod.py +27 -26
  257. pulumi_kubernetes/core/v1/PodList.py +26 -25
  258. pulumi_kubernetes/core/v1/PodPatch.py +27 -26
  259. pulumi_kubernetes/core/v1/PodTemplate.py +26 -25
  260. pulumi_kubernetes/core/v1/PodTemplateList.py +26 -25
  261. pulumi_kubernetes/core/v1/PodTemplatePatch.py +26 -25
  262. pulumi_kubernetes/core/v1/ReplicationController.py +27 -26
  263. pulumi_kubernetes/core/v1/ReplicationControllerList.py +26 -25
  264. pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +27 -26
  265. pulumi_kubernetes/core/v1/ResourceQuota.py +27 -26
  266. pulumi_kubernetes/core/v1/ResourceQuotaList.py +26 -25
  267. pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +27 -26
  268. pulumi_kubernetes/core/v1/Secret.py +64 -63
  269. pulumi_kubernetes/core/v1/SecretList.py +26 -25
  270. pulumi_kubernetes/core/v1/SecretPatch.py +68 -65
  271. pulumi_kubernetes/core/v1/Service.py +33 -48
  272. pulumi_kubernetes/core/v1/ServiceAccount.py +42 -41
  273. pulumi_kubernetes/core/v1/ServiceAccountList.py +26 -25
  274. pulumi_kubernetes/core/v1/ServiceAccountPatch.py +42 -41
  275. pulumi_kubernetes/core/v1/ServiceList.py +26 -25
  276. pulumi_kubernetes/core/v1/ServicePatch.py +33 -48
  277. pulumi_kubernetes/core/v1/__init__.py +1 -0
  278. pulumi_kubernetes/core/v1/_enums.py +4 -1
  279. pulumi_kubernetes/core/v1/_inputs.py +7862 -7453
  280. pulumi_kubernetes/core/v1/outputs.py +5980 -5608
  281. pulumi_kubernetes/discovery/__init__.py +1 -0
  282. pulumi_kubernetes/discovery/v1/EndpointSlice.py +46 -45
  283. pulumi_kubernetes/discovery/v1/EndpointSliceList.py +26 -25
  284. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +46 -45
  285. pulumi_kubernetes/discovery/v1/__init__.py +1 -0
  286. pulumi_kubernetes/discovery/v1/_inputs.py +334 -219
  287. pulumi_kubernetes/discovery/v1/outputs.py +224 -149
  288. pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +38 -37
  289. pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +26 -25
  290. pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +38 -37
  291. pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
  292. pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -158
  293. pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -108
  294. pulumi_kubernetes/events/__init__.py +1 -0
  295. pulumi_kubernetes/events/v1/Event.py +132 -131
  296. pulumi_kubernetes/events/v1/EventList.py +26 -25
  297. pulumi_kubernetes/events/v1/EventPatch.py +132 -131
  298. pulumi_kubernetes/events/v1/__init__.py +1 -0
  299. pulumi_kubernetes/events/v1/_inputs.py +102 -102
  300. pulumi_kubernetes/events/v1/outputs.py +70 -70
  301. pulumi_kubernetes/events/v1beta1/Event.py +132 -131
  302. pulumi_kubernetes/events/v1beta1/EventList.py +26 -25
  303. pulumi_kubernetes/events/v1beta1/EventPatch.py +132 -131
  304. pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
  305. pulumi_kubernetes/events/v1beta1/_inputs.py +114 -114
  306. pulumi_kubernetes/events/v1beta1/outputs.py +78 -78
  307. pulumi_kubernetes/extensions/__init__.py +1 -0
  308. pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +27 -26
  309. pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +26 -25
  310. pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +27 -26
  311. pulumi_kubernetes/extensions/v1beta1/Deployment.py +27 -26
  312. pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +26 -25
  313. pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +27 -26
  314. pulumi_kubernetes/extensions/v1beta1/Ingress.py +27 -26
  315. pulumi_kubernetes/extensions/v1beta1/IngressList.py +26 -25
  316. pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +27 -26
  317. pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +26 -25
  318. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +26 -25
  319. pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +26 -25
  320. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +26 -25
  321. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +26 -25
  322. pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +26 -25
  323. pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +27 -26
  324. pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +26 -25
  325. pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +27 -26
  326. pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
  327. pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1097
  328. pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -899
  329. pulumi_kubernetes/flowcontrol/__init__.py +1 -0
  330. pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +27 -26
  331. pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +26 -25
  332. pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +27 -26
  333. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +27 -26
  334. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +26 -25
  335. pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +27 -26
  336. pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
  337. pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -419
  338. pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -333
  339. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +27 -26
  340. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +26 -25
  341. pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +27 -26
  342. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +27 -26
  343. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +26 -25
  344. pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +27 -26
  345. pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
  346. pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -369
  347. pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -299
  348. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +27 -26
  349. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +26 -25
  350. pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +27 -26
  351. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +27 -26
  352. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +26 -25
  353. pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +27 -26
  354. pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
  355. pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -369
  356. pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -299
  357. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +27 -26
  358. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +26 -25
  359. pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +27 -26
  360. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +27 -26
  361. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +26 -25
  362. pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +27 -26
  363. pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
  364. pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -419
  365. pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -333
  366. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +27 -26
  367. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +26 -25
  368. pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +27 -26
  369. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +27 -26
  370. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +26 -25
  371. pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +27 -26
  372. pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
  373. pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +431 -431
  374. pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +341 -341
  375. pulumi_kubernetes/helm/__init__.py +1 -0
  376. pulumi_kubernetes/helm/v3/Release.py +317 -316
  377. pulumi_kubernetes/helm/v3/__init__.py +1 -0
  378. pulumi_kubernetes/helm/v3/_inputs.py +39 -39
  379. pulumi_kubernetes/helm/v3/outputs.py +55 -55
  380. pulumi_kubernetes/helm/v4/Chart.py +114 -87
  381. pulumi_kubernetes/helm/v4/__init__.py +1 -0
  382. pulumi_kubernetes/helm/v4/_inputs.py +36 -36
  383. pulumi_kubernetes/kustomize/__init__.py +1 -0
  384. pulumi_kubernetes/kustomize/v2/Directory.py +36 -35
  385. pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
  386. pulumi_kubernetes/meta/__init__.py +1 -0
  387. pulumi_kubernetes/meta/v1/Status.py +58 -57
  388. pulumi_kubernetes/meta/v1/StatusPatch.py +58 -57
  389. pulumi_kubernetes/meta/v1/__init__.py +1 -0
  390. pulumi_kubernetes/meta/v1/_inputs.py +551 -551
  391. pulumi_kubernetes/meta/v1/outputs.py +395 -395
  392. pulumi_kubernetes/networking/__init__.py +1 -0
  393. pulumi_kubernetes/networking/v1/IPAddress.py +217 -0
  394. pulumi_kubernetes/networking/v1/IPAddressList.py +216 -0
  395. pulumi_kubernetes/networking/v1/IPAddressPatch.py +229 -0
  396. pulumi_kubernetes/networking/v1/Ingress.py +27 -26
  397. pulumi_kubernetes/networking/v1/IngressClass.py +26 -25
  398. pulumi_kubernetes/networking/v1/IngressClassList.py +26 -25
  399. pulumi_kubernetes/networking/v1/IngressClassPatch.py +26 -25
  400. pulumi_kubernetes/networking/v1/IngressList.py +26 -25
  401. pulumi_kubernetes/networking/v1/IngressPatch.py +27 -26
  402. pulumi_kubernetes/networking/v1/NetworkPolicy.py +27 -26
  403. pulumi_kubernetes/networking/v1/NetworkPolicyList.py +26 -25
  404. pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +27 -26
  405. pulumi_kubernetes/networking/v1/ServiceCIDR.py +227 -0
  406. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +216 -0
  407. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +239 -0
  408. pulumi_kubernetes/networking/v1/__init__.py +7 -0
  409. pulumi_kubernetes/networking/v1/_inputs.py +970 -371
  410. pulumi_kubernetes/networking/v1/outputs.py +746 -285
  411. pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +26 -25
  412. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +26 -25
  413. pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +26 -25
  414. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +27 -26
  415. pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +26 -25
  416. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +27 -26
  417. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +28 -27
  418. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +26 -25
  419. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +28 -27
  420. pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
  421. pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -157
  422. pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -110
  423. pulumi_kubernetes/networking/v1beta1/IPAddress.py +27 -26
  424. pulumi_kubernetes/networking/v1beta1/IPAddressList.py +26 -25
  425. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +27 -26
  426. pulumi_kubernetes/networking/v1beta1/Ingress.py +27 -26
  427. pulumi_kubernetes/networking/v1beta1/IngressClass.py +26 -25
  428. pulumi_kubernetes/networking/v1beta1/IngressClassList.py +26 -25
  429. pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +26 -25
  430. pulumi_kubernetes/networking/v1beta1/IngressList.py +26 -25
  431. pulumi_kubernetes/networking/v1beta1/IngressPatch.py +27 -26
  432. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +28 -27
  433. pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +26 -25
  434. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +28 -27
  435. pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
  436. pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -247
  437. pulumi_kubernetes/networking/v1beta1/outputs.py +173 -173
  438. pulumi_kubernetes/node/__init__.py +1 -0
  439. pulumi_kubernetes/node/v1/RuntimeClass.py +38 -37
  440. pulumi_kubernetes/node/v1/RuntimeClassList.py +26 -25
  441. pulumi_kubernetes/node/v1/RuntimeClassPatch.py +38 -37
  442. pulumi_kubernetes/node/v1/__init__.py +1 -0
  443. pulumi_kubernetes/node/v1/_inputs.py +48 -48
  444. pulumi_kubernetes/node/v1/outputs.py +34 -34
  445. pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +26 -25
  446. pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +26 -25
  447. pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +26 -25
  448. pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
  449. pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -57
  450. pulumi_kubernetes/node/v1alpha1/outputs.py +41 -41
  451. pulumi_kubernetes/node/v1beta1/RuntimeClass.py +38 -37
  452. pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +26 -25
  453. pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +38 -37
  454. pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
  455. pulumi_kubernetes/node/v1beta1/_inputs.py +48 -48
  456. pulumi_kubernetes/node/v1beta1/outputs.py +34 -34
  457. pulumi_kubernetes/policy/__init__.py +1 -0
  458. pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +27 -26
  459. pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +26 -25
  460. pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +27 -26
  461. pulumi_kubernetes/policy/v1/__init__.py +1 -0
  462. pulumi_kubernetes/policy/v1/_inputs.py +91 -103
  463. pulumi_kubernetes/policy/v1/outputs.py +80 -88
  464. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +27 -26
  465. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +26 -25
  466. pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +27 -26
  467. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +26 -25
  468. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +26 -25
  469. pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +26 -25
  470. pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
  471. pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -470
  472. pulumi_kubernetes/policy/v1beta1/outputs.py +342 -342
  473. pulumi_kubernetes/provider.py +139 -99
  474. pulumi_kubernetes/pulumi-plugin.json +1 -1
  475. pulumi_kubernetes/rbac/__init__.py +1 -0
  476. pulumi_kubernetes/rbac/v1/ClusterRole.py +28 -27
  477. pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +28 -27
  478. pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +26 -25
  479. pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +28 -27
  480. pulumi_kubernetes/rbac/v1/ClusterRoleList.py +26 -25
  481. pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +28 -27
  482. pulumi_kubernetes/rbac/v1/Role.py +26 -25
  483. pulumi_kubernetes/rbac/v1/RoleBinding.py +28 -27
  484. pulumi_kubernetes/rbac/v1/RoleBindingList.py +26 -25
  485. pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +28 -27
  486. pulumi_kubernetes/rbac/v1/RoleList.py +26 -25
  487. pulumi_kubernetes/rbac/v1/RolePatch.py +26 -25
  488. pulumi_kubernetes/rbac/v1/__init__.py +1 -0
  489. pulumi_kubernetes/rbac/v1/_inputs.py +206 -206
  490. pulumi_kubernetes/rbac/v1/outputs.py +142 -142
  491. pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +28 -27
  492. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +28 -27
  493. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +26 -25
  494. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +28 -27
  495. pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +26 -25
  496. pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +28 -27
  497. pulumi_kubernetes/rbac/v1alpha1/Role.py +26 -25
  498. pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +28 -27
  499. pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +26 -25
  500. pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +28 -27
  501. pulumi_kubernetes/rbac/v1alpha1/RoleList.py +26 -25
  502. pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +26 -25
  503. pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
  504. pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -206
  505. pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -142
  506. pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +28 -27
  507. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +28 -27
  508. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +26 -25
  509. pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +28 -27
  510. pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +26 -25
  511. pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +28 -27
  512. pulumi_kubernetes/rbac/v1beta1/Role.py +26 -25
  513. pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +28 -27
  514. pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +26 -25
  515. pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +28 -27
  516. pulumi_kubernetes/rbac/v1beta1/RoleList.py +26 -25
  517. pulumi_kubernetes/rbac/v1beta1/RolePatch.py +26 -25
  518. pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
  519. pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -206
  520. pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -142
  521. pulumi_kubernetes/resource/__init__.py +7 -0
  522. pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +27 -26
  523. pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +26 -25
  524. pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +27 -26
  525. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +28 -27
  526. pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +26 -25
  527. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +28 -27
  528. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +27 -26
  529. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +26 -25
  530. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +27 -26
  531. pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +38 -37
  532. pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +26 -25
  533. pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +38 -37
  534. pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
  535. pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -268
  536. pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -230
  537. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +27 -26
  538. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +26 -25
  539. pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +27 -26
  540. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +28 -27
  541. pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +26 -25
  542. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +38 -37
  543. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +26 -25
  544. pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +38 -37
  545. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +28 -27
  546. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +27 -26
  547. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +26 -25
  548. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +27 -26
  549. pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +48 -47
  550. pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +26 -25
  551. pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +30 -29
  552. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +26 -25
  553. pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +30 -29
  554. pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +48 -47
  555. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +47 -46
  556. pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +26 -25
  557. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +47 -46
  558. pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
  559. pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -550
  560. pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -449
  561. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +28 -25
  562. pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +26 -25
  563. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +28 -25
  564. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +224 -0
  565. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +216 -0
  566. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +235 -0
  567. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +27 -26
  568. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +26 -25
  569. pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +27 -26
  570. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +28 -27
  571. pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +26 -25
  572. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +28 -27
  573. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +27 -26
  574. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +26 -25
  575. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +27 -26
  576. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +34 -33
  577. pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +246 -0
  578. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +27 -26
  579. pulumi_kubernetes/resource/v1alpha3/__init__.py +5 -0
  580. pulumi_kubernetes/resource/v1alpha3/_inputs.py +3400 -606
  581. pulumi_kubernetes/resource/v1alpha3/outputs.py +2933 -565
  582. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +238 -0
  583. pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +216 -0
  584. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +249 -0
  585. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +233 -0
  586. pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +217 -0
  587. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +244 -0
  588. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +230 -0
  589. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +216 -0
  590. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +241 -0
  591. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +247 -0
  592. pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +217 -0
  593. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +258 -0
  594. pulumi_kubernetes/resource/v1beta1/__init__.py +22 -0
  595. pulumi_kubernetes/resource/v1beta1/_inputs.py +5735 -0
  596. pulumi_kubernetes/resource/v1beta1/outputs.py +4736 -0
  597. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +238 -0
  598. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +216 -0
  599. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +249 -0
  600. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +233 -0
  601. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +217 -0
  602. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +244 -0
  603. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +230 -0
  604. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +216 -0
  605. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +241 -0
  606. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +247 -0
  607. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +217 -0
  608. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +258 -0
  609. pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
  610. pulumi_kubernetes/resource/v1beta2/_inputs.py +5680 -0
  611. pulumi_kubernetes/resource/v1beta2/outputs.py +4725 -0
  612. pulumi_kubernetes/scheduling/__init__.py +1 -0
  613. pulumi_kubernetes/scheduling/v1/PriorityClass.py +64 -63
  614. pulumi_kubernetes/scheduling/v1/PriorityClassList.py +26 -25
  615. pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +64 -63
  616. pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
  617. pulumi_kubernetes/scheduling/v1/_inputs.py +38 -38
  618. pulumi_kubernetes/scheduling/v1/outputs.py +26 -26
  619. pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +64 -63
  620. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +26 -25
  621. pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +64 -63
  622. pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
  623. pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -38
  624. pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -26
  625. pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +64 -63
  626. pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +26 -25
  627. pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +64 -63
  628. pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
  629. pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -38
  630. pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -26
  631. pulumi_kubernetes/settings/__init__.py +1 -0
  632. pulumi_kubernetes/settings/v1alpha1/PodPreset.py +26 -25
  633. pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +26 -25
  634. pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +26 -25
  635. pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
  636. pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -25
  637. pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -21
  638. pulumi_kubernetes/storage/__init__.py +1 -0
  639. pulumi_kubernetes/storage/v1/CSIDriver.py +26 -25
  640. pulumi_kubernetes/storage/v1/CSIDriverList.py +26 -25
  641. pulumi_kubernetes/storage/v1/CSIDriverPatch.py +26 -25
  642. pulumi_kubernetes/storage/v1/CSINode.py +26 -25
  643. pulumi_kubernetes/storage/v1/CSINodeList.py +26 -25
  644. pulumi_kubernetes/storage/v1/CSINodePatch.py +26 -25
  645. pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +56 -55
  646. pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +26 -25
  647. pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +56 -55
  648. pulumi_kubernetes/storage/v1/StorageClass.py +86 -85
  649. pulumi_kubernetes/storage/v1/StorageClassList.py +26 -25
  650. pulumi_kubernetes/storage/v1/StorageClassPatch.py +86 -85
  651. pulumi_kubernetes/storage/v1/VolumeAttachment.py +27 -26
  652. pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +26 -25
  653. pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +27 -26
  654. pulumi_kubernetes/storage/v1/__init__.py +1 -0
  655. pulumi_kubernetes/storage/v1/_inputs.py +448 -358
  656. pulumi_kubernetes/storage/v1/outputs.py +376 -266
  657. pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +27 -26
  658. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +26 -25
  659. pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +27 -26
  660. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +44 -43
  661. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +26 -25
  662. pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +44 -43
  663. pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
  664. pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -107
  665. pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -93
  666. pulumi_kubernetes/storage/v1beta1/CSIDriver.py +26 -25
  667. pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +26 -25
  668. pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +26 -25
  669. pulumi_kubernetes/storage/v1beta1/CSINode.py +26 -25
  670. pulumi_kubernetes/storage/v1beta1/CSINodeList.py +26 -25
  671. pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +26 -25
  672. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +56 -55
  673. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +26 -25
  674. pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +56 -55
  675. pulumi_kubernetes/storage/v1beta1/StorageClass.py +86 -85
  676. pulumi_kubernetes/storage/v1beta1/StorageClassList.py +26 -25
  677. pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +86 -85
  678. pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +27 -26
  679. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +26 -25
  680. pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +27 -26
  681. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +44 -43
  682. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +26 -25
  683. pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +44 -43
  684. pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
  685. pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -367
  686. pulumi_kubernetes/storage/v1beta1/outputs.py +271 -271
  687. pulumi_kubernetes/storagemigration/__init__.py +1 -0
  688. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +27 -26
  689. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +26 -25
  690. pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +27 -26
  691. pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
  692. pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -103
  693. pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -96
  694. pulumi_kubernetes/yaml/__init__.py +1 -0
  695. pulumi_kubernetes/yaml/v2/ConfigFile.py +31 -28
  696. pulumi_kubernetes/yaml/v2/ConfigGroup.py +36 -35
  697. pulumi_kubernetes/yaml/v2/__init__.py +1 -0
  698. pulumi_kubernetes/yaml/yaml.py +198 -0
  699. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/METADATA +9 -9
  700. pulumi_kubernetes-4.26.0a1769215986.dist-info/RECORD +709 -0
  701. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/WHEEL +1 -1
  702. pulumi_kubernetes-4.17.0a1723576835.dist-info/RECORD +0 -651
  703. {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/top_level.txt +0 -0
@@ -2,7 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumigen. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -61,20 +61,20 @@ class Condition(dict):
61
61
  return super().get(key, default)
62
62
 
63
63
  def __init__(__self__, *,
64
- last_transition_time: str,
65
- message: str,
66
- reason: str,
67
- status: str,
68
- type: str,
69
- observed_generation: Optional[int] = None):
64
+ last_transition_time: _builtins.str,
65
+ message: _builtins.str,
66
+ reason: _builtins.str,
67
+ status: _builtins.str,
68
+ type: _builtins.str,
69
+ observed_generation: Optional[_builtins.int] = None):
70
70
  """
71
71
  Condition contains details for one aspect of the current state of this API Resource.
72
- :param str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
73
- :param str message: message is a human readable message indicating details about the transition. This may be an empty string.
74
- :param str reason: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
75
- :param str status: status of the condition, one of True, False, Unknown.
76
- :param str type: type of condition in CamelCase or in foo.example.com/CamelCase.
77
- :param int observed_generation: observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
72
+ :param _builtins.str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
73
+ :param _builtins.str message: message is a human readable message indicating details about the transition. This may be an empty string.
74
+ :param _builtins.str reason: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
75
+ :param _builtins.str status: status of the condition, one of True, False, Unknown.
76
+ :param _builtins.str type: type of condition in CamelCase or in foo.example.com/CamelCase.
77
+ :param _builtins.int observed_generation: observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
78
78
  """
79
79
  pulumi.set(__self__, "last_transition_time", last_transition_time)
80
80
  pulumi.set(__self__, "message", message)
@@ -84,49 +84,49 @@ class Condition(dict):
84
84
  if observed_generation is not None:
85
85
  pulumi.set(__self__, "observed_generation", observed_generation)
86
86
 
87
- @property
87
+ @_builtins.property
88
88
  @pulumi.getter(name="lastTransitionTime")
89
- def last_transition_time(self) -> str:
89
+ def last_transition_time(self) -> _builtins.str:
90
90
  """
91
91
  lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
92
92
  """
93
93
  return pulumi.get(self, "last_transition_time")
94
94
 
95
- @property
95
+ @_builtins.property
96
96
  @pulumi.getter
97
- def message(self) -> str:
97
+ def message(self) -> _builtins.str:
98
98
  """
99
99
  message is a human readable message indicating details about the transition. This may be an empty string.
100
100
  """
101
101
  return pulumi.get(self, "message")
102
102
 
103
- @property
103
+ @_builtins.property
104
104
  @pulumi.getter
105
- def reason(self) -> str:
105
+ def reason(self) -> _builtins.str:
106
106
  """
107
107
  reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
108
108
  """
109
109
  return pulumi.get(self, "reason")
110
110
 
111
- @property
111
+ @_builtins.property
112
112
  @pulumi.getter
113
- def status(self) -> str:
113
+ def status(self) -> _builtins.str:
114
114
  """
115
115
  status of the condition, one of True, False, Unknown.
116
116
  """
117
117
  return pulumi.get(self, "status")
118
118
 
119
- @property
119
+ @_builtins.property
120
120
  @pulumi.getter
121
- def type(self) -> str:
121
+ def type(self) -> _builtins.str:
122
122
  """
123
123
  type of condition in CamelCase or in foo.example.com/CamelCase.
124
124
  """
125
125
  return pulumi.get(self, "type")
126
126
 
127
- @property
127
+ @_builtins.property
128
128
  @pulumi.getter(name="observedGeneration")
129
- def observed_generation(self) -> Optional[int]:
129
+ def observed_generation(self) -> Optional[_builtins.int]:
130
130
  """
131
131
  observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
132
132
  """
@@ -158,20 +158,20 @@ class ConditionPatch(dict):
158
158
  return super().get(key, default)
159
159
 
160
160
  def __init__(__self__, *,
161
- last_transition_time: Optional[str] = None,
162
- message: Optional[str] = None,
163
- observed_generation: Optional[int] = None,
164
- reason: Optional[str] = None,
165
- status: Optional[str] = None,
166
- type: Optional[str] = None):
161
+ last_transition_time: Optional[_builtins.str] = None,
162
+ message: Optional[_builtins.str] = None,
163
+ observed_generation: Optional[_builtins.int] = None,
164
+ reason: Optional[_builtins.str] = None,
165
+ status: Optional[_builtins.str] = None,
166
+ type: Optional[_builtins.str] = None):
167
167
  """
168
168
  Condition contains details for one aspect of the current state of this API Resource.
169
- :param str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
170
- :param str message: message is a human readable message indicating details about the transition. This may be an empty string.
171
- :param int observed_generation: observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
172
- :param str reason: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
173
- :param str status: status of the condition, one of True, False, Unknown.
174
- :param str type: type of condition in CamelCase or in foo.example.com/CamelCase.
169
+ :param _builtins.str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
170
+ :param _builtins.str message: message is a human readable message indicating details about the transition. This may be an empty string.
171
+ :param _builtins.int observed_generation: observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
172
+ :param _builtins.str reason: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
173
+ :param _builtins.str status: status of the condition, one of True, False, Unknown.
174
+ :param _builtins.str type: type of condition in CamelCase or in foo.example.com/CamelCase.
175
175
  """
176
176
  if last_transition_time is not None:
177
177
  pulumi.set(__self__, "last_transition_time", last_transition_time)
@@ -186,49 +186,49 @@ class ConditionPatch(dict):
186
186
  if type is not None:
187
187
  pulumi.set(__self__, "type", type)
188
188
 
189
- @property
189
+ @_builtins.property
190
190
  @pulumi.getter(name="lastTransitionTime")
191
- def last_transition_time(self) -> Optional[str]:
191
+ def last_transition_time(self) -> Optional[_builtins.str]:
192
192
  """
193
193
  lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
194
194
  """
195
195
  return pulumi.get(self, "last_transition_time")
196
196
 
197
- @property
197
+ @_builtins.property
198
198
  @pulumi.getter
199
- def message(self) -> Optional[str]:
199
+ def message(self) -> Optional[_builtins.str]:
200
200
  """
201
201
  message is a human readable message indicating details about the transition. This may be an empty string.
202
202
  """
203
203
  return pulumi.get(self, "message")
204
204
 
205
- @property
205
+ @_builtins.property
206
206
  @pulumi.getter(name="observedGeneration")
207
- def observed_generation(self) -> Optional[int]:
207
+ def observed_generation(self) -> Optional[_builtins.int]:
208
208
  """
209
209
  observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
210
210
  """
211
211
  return pulumi.get(self, "observed_generation")
212
212
 
213
- @property
213
+ @_builtins.property
214
214
  @pulumi.getter
215
- def reason(self) -> Optional[str]:
215
+ def reason(self) -> Optional[_builtins.str]:
216
216
  """
217
217
  reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
218
218
  """
219
219
  return pulumi.get(self, "reason")
220
220
 
221
- @property
221
+ @_builtins.property
222
222
  @pulumi.getter
223
- def status(self) -> Optional[str]:
223
+ def status(self) -> Optional[_builtins.str]:
224
224
  """
225
225
  status of the condition, one of True, False, Unknown.
226
226
  """
227
227
  return pulumi.get(self, "status")
228
228
 
229
- @property
229
+ @_builtins.property
230
230
  @pulumi.getter
231
- def type(self) -> Optional[str]:
231
+ def type(self) -> Optional[_builtins.str]:
232
232
  """
233
233
  type of condition in CamelCase or in foo.example.com/CamelCase.
234
234
  """
@@ -261,18 +261,18 @@ class LabelSelector(dict):
261
261
 
262
262
  def __init__(__self__, *,
263
263
  match_expressions: Optional[Sequence['outputs.LabelSelectorRequirement']] = None,
264
- match_labels: Optional[Mapping[str, str]] = None):
264
+ match_labels: Optional[Mapping[str, _builtins.str]] = None):
265
265
  """
266
266
  A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
267
267
  :param Sequence['LabelSelectorRequirementArgs'] match_expressions: matchExpressions is a list of label selector requirements. The requirements are ANDed.
268
- :param Mapping[str, str] match_labels: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
268
+ :param Mapping[str, _builtins.str] match_labels: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
269
269
  """
270
270
  if match_expressions is not None:
271
271
  pulumi.set(__self__, "match_expressions", match_expressions)
272
272
  if match_labels is not None:
273
273
  pulumi.set(__self__, "match_labels", match_labels)
274
274
 
275
- @property
275
+ @_builtins.property
276
276
  @pulumi.getter(name="matchExpressions")
277
277
  def match_expressions(self) -> Optional[Sequence['outputs.LabelSelectorRequirement']]:
278
278
  """
@@ -280,9 +280,9 @@ class LabelSelector(dict):
280
280
  """
281
281
  return pulumi.get(self, "match_expressions")
282
282
 
283
- @property
283
+ @_builtins.property
284
284
  @pulumi.getter(name="matchLabels")
285
- def match_labels(self) -> Optional[Mapping[str, str]]:
285
+ def match_labels(self) -> Optional[Mapping[str, _builtins.str]]:
286
286
  """
287
287
  matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
288
288
  """
@@ -315,18 +315,18 @@ class LabelSelectorPatch(dict):
315
315
 
316
316
  def __init__(__self__, *,
317
317
  match_expressions: Optional[Sequence['outputs.LabelSelectorRequirementPatch']] = None,
318
- match_labels: Optional[Mapping[str, str]] = None):
318
+ match_labels: Optional[Mapping[str, _builtins.str]] = None):
319
319
  """
320
320
  A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
321
321
  :param Sequence['LabelSelectorRequirementPatchArgs'] match_expressions: matchExpressions is a list of label selector requirements. The requirements are ANDed.
322
- :param Mapping[str, str] match_labels: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
322
+ :param Mapping[str, _builtins.str] match_labels: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
323
323
  """
324
324
  if match_expressions is not None:
325
325
  pulumi.set(__self__, "match_expressions", match_expressions)
326
326
  if match_labels is not None:
327
327
  pulumi.set(__self__, "match_labels", match_labels)
328
328
 
329
- @property
329
+ @_builtins.property
330
330
  @pulumi.getter(name="matchExpressions")
331
331
  def match_expressions(self) -> Optional[Sequence['outputs.LabelSelectorRequirementPatch']]:
332
332
  """
@@ -334,9 +334,9 @@ class LabelSelectorPatch(dict):
334
334
  """
335
335
  return pulumi.get(self, "match_expressions")
336
336
 
337
- @property
337
+ @_builtins.property
338
338
  @pulumi.getter(name="matchLabels")
339
- def match_labels(self) -> Optional[Mapping[str, str]]:
339
+ def match_labels(self) -> Optional[Mapping[str, _builtins.str]]:
340
340
  """
341
341
  matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
342
342
  """
@@ -349,39 +349,39 @@ class LabelSelectorRequirement(dict):
349
349
  A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
350
350
  """
351
351
  def __init__(__self__, *,
352
- key: str,
353
- operator: str,
354
- values: Optional[Sequence[str]] = None):
352
+ key: _builtins.str,
353
+ operator: _builtins.str,
354
+ values: Optional[Sequence[_builtins.str]] = None):
355
355
  """
356
356
  A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
357
- :param str key: key is the label key that the selector applies to.
358
- :param str operator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
359
- :param Sequence[str] values: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
357
+ :param _builtins.str key: key is the label key that the selector applies to.
358
+ :param _builtins.str operator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
359
+ :param Sequence[_builtins.str] values: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
360
360
  """
361
361
  pulumi.set(__self__, "key", key)
362
362
  pulumi.set(__self__, "operator", operator)
363
363
  if values is not None:
364
364
  pulumi.set(__self__, "values", values)
365
365
 
366
- @property
366
+ @_builtins.property
367
367
  @pulumi.getter
368
- def key(self) -> str:
368
+ def key(self) -> _builtins.str:
369
369
  """
370
370
  key is the label key that the selector applies to.
371
371
  """
372
372
  return pulumi.get(self, "key")
373
373
 
374
- @property
374
+ @_builtins.property
375
375
  @pulumi.getter
376
- def operator(self) -> str:
376
+ def operator(self) -> _builtins.str:
377
377
  """
378
378
  operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
379
379
  """
380
380
  return pulumi.get(self, "operator")
381
381
 
382
- @property
382
+ @_builtins.property
383
383
  @pulumi.getter
384
- def values(self) -> Optional[Sequence[str]]:
384
+ def values(self) -> Optional[Sequence[_builtins.str]]:
385
385
  """
386
386
  values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
387
387
  """
@@ -394,14 +394,14 @@ class LabelSelectorRequirementPatch(dict):
394
394
  A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
395
395
  """
396
396
  def __init__(__self__, *,
397
- key: Optional[str] = None,
398
- operator: Optional[str] = None,
399
- values: Optional[Sequence[str]] = None):
397
+ key: Optional[_builtins.str] = None,
398
+ operator: Optional[_builtins.str] = None,
399
+ values: Optional[Sequence[_builtins.str]] = None):
400
400
  """
401
401
  A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
402
- :param str key: key is the label key that the selector applies to.
403
- :param str operator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
404
- :param Sequence[str] values: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
402
+ :param _builtins.str key: key is the label key that the selector applies to.
403
+ :param _builtins.str operator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
404
+ :param Sequence[_builtins.str] values: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
405
405
  """
406
406
  if key is not None:
407
407
  pulumi.set(__self__, "key", key)
@@ -410,25 +410,25 @@ class LabelSelectorRequirementPatch(dict):
410
410
  if values is not None:
411
411
  pulumi.set(__self__, "values", values)
412
412
 
413
- @property
413
+ @_builtins.property
414
414
  @pulumi.getter
415
- def key(self) -> Optional[str]:
415
+ def key(self) -> Optional[_builtins.str]:
416
416
  """
417
417
  key is the label key that the selector applies to.
418
418
  """
419
419
  return pulumi.get(self, "key")
420
420
 
421
- @property
421
+ @_builtins.property
422
422
  @pulumi.getter
423
- def operator(self) -> Optional[str]:
423
+ def operator(self) -> Optional[_builtins.str]:
424
424
  """
425
425
  operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
426
426
  """
427
427
  return pulumi.get(self, "operator")
428
428
 
429
- @property
429
+ @_builtins.property
430
430
  @pulumi.getter
431
- def values(self) -> Optional[Sequence[str]]:
431
+ def values(self) -> Optional[Sequence[_builtins.str]]:
432
432
  """
433
433
  values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
434
434
  """
@@ -464,16 +464,16 @@ class ListMeta(dict):
464
464
  return super().get(key, default)
465
465
 
466
466
  def __init__(__self__, *,
467
- continue_: Optional[str] = None,
468
- remaining_item_count: Optional[int] = None,
469
- resource_version: Optional[str] = None,
470
- self_link: Optional[str] = None):
467
+ continue_: Optional[_builtins.str] = None,
468
+ remaining_item_count: Optional[_builtins.int] = None,
469
+ resource_version: Optional[_builtins.str] = None,
470
+ self_link: Optional[_builtins.str] = None):
471
471
  """
472
472
  ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
473
- :param str continue_: continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
474
- :param int remaining_item_count: remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
475
- :param str resource_version: String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
476
- :param str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
473
+ :param _builtins.str continue_: continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
474
+ :param _builtins.int remaining_item_count: remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
475
+ :param _builtins.str resource_version: String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
476
+ :param _builtins.str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
477
477
  """
478
478
  if continue_ is not None:
479
479
  pulumi.set(__self__, "continue_", continue_)
@@ -484,33 +484,33 @@ class ListMeta(dict):
484
484
  if self_link is not None:
485
485
  pulumi.set(__self__, "self_link", self_link)
486
486
 
487
- @property
487
+ @_builtins.property
488
488
  @pulumi.getter(name="continue")
489
- def continue_(self) -> Optional[str]:
489
+ def continue_(self) -> Optional[_builtins.str]:
490
490
  """
491
491
  continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
492
492
  """
493
493
  return pulumi.get(self, "continue_")
494
494
 
495
- @property
495
+ @_builtins.property
496
496
  @pulumi.getter(name="remainingItemCount")
497
- def remaining_item_count(self) -> Optional[int]:
497
+ def remaining_item_count(self) -> Optional[_builtins.int]:
498
498
  """
499
499
  remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
500
500
  """
501
501
  return pulumi.get(self, "remaining_item_count")
502
502
 
503
- @property
503
+ @_builtins.property
504
504
  @pulumi.getter(name="resourceVersion")
505
- def resource_version(self) -> Optional[str]:
505
+ def resource_version(self) -> Optional[_builtins.str]:
506
506
  """
507
507
  String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
508
508
  """
509
509
  return pulumi.get(self, "resource_version")
510
510
 
511
- @property
511
+ @_builtins.property
512
512
  @pulumi.getter(name="selfLink")
513
- def self_link(self) -> Optional[str]:
513
+ def self_link(self) -> Optional[_builtins.str]:
514
514
  """
515
515
  Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
516
516
  """
@@ -546,16 +546,16 @@ class ListMetaPatch(dict):
546
546
  return super().get(key, default)
547
547
 
548
548
  def __init__(__self__, *,
549
- continue_: Optional[str] = None,
550
- remaining_item_count: Optional[int] = None,
551
- resource_version: Optional[str] = None,
552
- self_link: Optional[str] = None):
549
+ continue_: Optional[_builtins.str] = None,
550
+ remaining_item_count: Optional[_builtins.int] = None,
551
+ resource_version: Optional[_builtins.str] = None,
552
+ self_link: Optional[_builtins.str] = None):
553
553
  """
554
554
  ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
555
- :param str continue_: continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
556
- :param int remaining_item_count: remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
557
- :param str resource_version: String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
558
- :param str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
555
+ :param _builtins.str continue_: continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
556
+ :param _builtins.int remaining_item_count: remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
557
+ :param _builtins.str resource_version: String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
558
+ :param _builtins.str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
559
559
  """
560
560
  if continue_ is not None:
561
561
  pulumi.set(__self__, "continue_", continue_)
@@ -566,33 +566,33 @@ class ListMetaPatch(dict):
566
566
  if self_link is not None:
567
567
  pulumi.set(__self__, "self_link", self_link)
568
568
 
569
- @property
569
+ @_builtins.property
570
570
  @pulumi.getter(name="continue")
571
- def continue_(self) -> Optional[str]:
571
+ def continue_(self) -> Optional[_builtins.str]:
572
572
  """
573
573
  continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
574
574
  """
575
575
  return pulumi.get(self, "continue_")
576
576
 
577
- @property
577
+ @_builtins.property
578
578
  @pulumi.getter(name="remainingItemCount")
579
- def remaining_item_count(self) -> Optional[int]:
579
+ def remaining_item_count(self) -> Optional[_builtins.int]:
580
580
  """
581
581
  remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
582
582
  """
583
583
  return pulumi.get(self, "remaining_item_count")
584
584
 
585
- @property
585
+ @_builtins.property
586
586
  @pulumi.getter(name="resourceVersion")
587
- def resource_version(self) -> Optional[str]:
587
+ def resource_version(self) -> Optional[_builtins.str]:
588
588
  """
589
589
  String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
590
590
  """
591
591
  return pulumi.get(self, "resource_version")
592
592
 
593
- @property
593
+ @_builtins.property
594
594
  @pulumi.getter(name="selfLink")
595
- def self_link(self) -> Optional[str]:
595
+ def self_link(self) -> Optional[_builtins.str]:
596
596
  """
597
597
  Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
598
598
  """
@@ -626,22 +626,22 @@ class ManagedFieldsEntry(dict):
626
626
  return super().get(key, default)
627
627
 
628
628
  def __init__(__self__, *,
629
- api_version: Optional[str] = None,
630
- fields_type: Optional[str] = None,
629
+ api_version: Optional[_builtins.str] = None,
630
+ fields_type: Optional[_builtins.str] = None,
631
631
  fields_v1: Optional[Any] = None,
632
- manager: Optional[str] = None,
633
- operation: Optional[str] = None,
634
- subresource: Optional[str] = None,
635
- time: Optional[str] = None):
632
+ manager: Optional[_builtins.str] = None,
633
+ operation: Optional[_builtins.str] = None,
634
+ subresource: Optional[_builtins.str] = None,
635
+ time: Optional[_builtins.str] = None):
636
636
  """
637
637
  ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
638
- :param str api_version: APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
639
- :param str fields_type: FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
638
+ :param _builtins.str api_version: APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
639
+ :param _builtins.str fields_type: FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
640
640
  :param Any fields_v1: FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
641
- :param str manager: Manager is an identifier of the workflow managing these fields.
642
- :param str operation: Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
643
- :param str subresource: Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
644
- :param str time: Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
641
+ :param _builtins.str manager: Manager is an identifier of the workflow managing these fields.
642
+ :param _builtins.str operation: Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
643
+ :param _builtins.str subresource: Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
644
+ :param _builtins.str time: Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
645
645
  """
646
646
  if api_version is not None:
647
647
  pulumi.set(__self__, "api_version", api_version)
@@ -658,23 +658,23 @@ class ManagedFieldsEntry(dict):
658
658
  if time is not None:
659
659
  pulumi.set(__self__, "time", time)
660
660
 
661
- @property
661
+ @_builtins.property
662
662
  @pulumi.getter(name="apiVersion")
663
- def api_version(self) -> Optional[str]:
663
+ def api_version(self) -> Optional[_builtins.str]:
664
664
  """
665
665
  APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
666
666
  """
667
667
  return pulumi.get(self, "api_version")
668
668
 
669
- @property
669
+ @_builtins.property
670
670
  @pulumi.getter(name="fieldsType")
671
- def fields_type(self) -> Optional[str]:
671
+ def fields_type(self) -> Optional[_builtins.str]:
672
672
  """
673
673
  FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
674
674
  """
675
675
  return pulumi.get(self, "fields_type")
676
676
 
677
- @property
677
+ @_builtins.property
678
678
  @pulumi.getter(name="fieldsV1")
679
679
  def fields_v1(self) -> Optional[Any]:
680
680
  """
@@ -682,33 +682,33 @@ class ManagedFieldsEntry(dict):
682
682
  """
683
683
  return pulumi.get(self, "fields_v1")
684
684
 
685
- @property
685
+ @_builtins.property
686
686
  @pulumi.getter
687
- def manager(self) -> Optional[str]:
687
+ def manager(self) -> Optional[_builtins.str]:
688
688
  """
689
689
  Manager is an identifier of the workflow managing these fields.
690
690
  """
691
691
  return pulumi.get(self, "manager")
692
692
 
693
- @property
693
+ @_builtins.property
694
694
  @pulumi.getter
695
- def operation(self) -> Optional[str]:
695
+ def operation(self) -> Optional[_builtins.str]:
696
696
  """
697
697
  Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
698
698
  """
699
699
  return pulumi.get(self, "operation")
700
700
 
701
- @property
701
+ @_builtins.property
702
702
  @pulumi.getter
703
- def subresource(self) -> Optional[str]:
703
+ def subresource(self) -> Optional[_builtins.str]:
704
704
  """
705
705
  Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
706
706
  """
707
707
  return pulumi.get(self, "subresource")
708
708
 
709
- @property
709
+ @_builtins.property
710
710
  @pulumi.getter
711
- def time(self) -> Optional[str]:
711
+ def time(self) -> Optional[_builtins.str]:
712
712
  """
713
713
  Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
714
714
  """
@@ -742,22 +742,22 @@ class ManagedFieldsEntryPatch(dict):
742
742
  return super().get(key, default)
743
743
 
744
744
  def __init__(__self__, *,
745
- api_version: Optional[str] = None,
746
- fields_type: Optional[str] = None,
745
+ api_version: Optional[_builtins.str] = None,
746
+ fields_type: Optional[_builtins.str] = None,
747
747
  fields_v1: Optional[Any] = None,
748
- manager: Optional[str] = None,
749
- operation: Optional[str] = None,
750
- subresource: Optional[str] = None,
751
- time: Optional[str] = None):
748
+ manager: Optional[_builtins.str] = None,
749
+ operation: Optional[_builtins.str] = None,
750
+ subresource: Optional[_builtins.str] = None,
751
+ time: Optional[_builtins.str] = None):
752
752
  """
753
753
  ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
754
- :param str api_version: APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
755
- :param str fields_type: FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
754
+ :param _builtins.str api_version: APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
755
+ :param _builtins.str fields_type: FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
756
756
  :param Any fields_v1: FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
757
- :param str manager: Manager is an identifier of the workflow managing these fields.
758
- :param str operation: Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
759
- :param str subresource: Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
760
- :param str time: Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
757
+ :param _builtins.str manager: Manager is an identifier of the workflow managing these fields.
758
+ :param _builtins.str operation: Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
759
+ :param _builtins.str subresource: Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
760
+ :param _builtins.str time: Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
761
761
  """
762
762
  if api_version is not None:
763
763
  pulumi.set(__self__, "api_version", api_version)
@@ -774,23 +774,23 @@ class ManagedFieldsEntryPatch(dict):
774
774
  if time is not None:
775
775
  pulumi.set(__self__, "time", time)
776
776
 
777
- @property
777
+ @_builtins.property
778
778
  @pulumi.getter(name="apiVersion")
779
- def api_version(self) -> Optional[str]:
779
+ def api_version(self) -> Optional[_builtins.str]:
780
780
  """
781
781
  APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
782
782
  """
783
783
  return pulumi.get(self, "api_version")
784
784
 
785
- @property
785
+ @_builtins.property
786
786
  @pulumi.getter(name="fieldsType")
787
- def fields_type(self) -> Optional[str]:
787
+ def fields_type(self) -> Optional[_builtins.str]:
788
788
  """
789
789
  FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
790
790
  """
791
791
  return pulumi.get(self, "fields_type")
792
792
 
793
- @property
793
+ @_builtins.property
794
794
  @pulumi.getter(name="fieldsV1")
795
795
  def fields_v1(self) -> Optional[Any]:
796
796
  """
@@ -798,33 +798,33 @@ class ManagedFieldsEntryPatch(dict):
798
798
  """
799
799
  return pulumi.get(self, "fields_v1")
800
800
 
801
- @property
801
+ @_builtins.property
802
802
  @pulumi.getter
803
- def manager(self) -> Optional[str]:
803
+ def manager(self) -> Optional[_builtins.str]:
804
804
  """
805
805
  Manager is an identifier of the workflow managing these fields.
806
806
  """
807
807
  return pulumi.get(self, "manager")
808
808
 
809
- @property
809
+ @_builtins.property
810
810
  @pulumi.getter
811
- def operation(self) -> Optional[str]:
811
+ def operation(self) -> Optional[_builtins.str]:
812
812
  """
813
813
  Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
814
814
  """
815
815
  return pulumi.get(self, "operation")
816
816
 
817
- @property
817
+ @_builtins.property
818
818
  @pulumi.getter
819
- def subresource(self) -> Optional[str]:
819
+ def subresource(self) -> Optional[_builtins.str]:
820
820
  """
821
821
  Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
822
822
  """
823
823
  return pulumi.get(self, "subresource")
824
824
 
825
- @property
825
+ @_builtins.property
826
826
  @pulumi.getter
827
- def time(self) -> Optional[str]:
827
+ def time(self) -> Optional[_builtins.str]:
828
828
  """
829
829
  Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
830
830
  """
@@ -870,52 +870,52 @@ class ObjectMeta(dict):
870
870
  return super().get(key, default)
871
871
 
872
872
  def __init__(__self__, *,
873
- annotations: Optional[Mapping[str, str]] = None,
874
- cluster_name: Optional[str] = None,
875
- creation_timestamp: Optional[str] = None,
876
- deletion_grace_period_seconds: Optional[int] = None,
877
- deletion_timestamp: Optional[str] = None,
878
- finalizers: Optional[Sequence[str]] = None,
879
- generate_name: Optional[str] = None,
880
- generation: Optional[int] = None,
881
- labels: Optional[Mapping[str, str]] = None,
873
+ annotations: Optional[Mapping[str, _builtins.str]] = None,
874
+ cluster_name: Optional[_builtins.str] = None,
875
+ creation_timestamp: Optional[_builtins.str] = None,
876
+ deletion_grace_period_seconds: Optional[_builtins.int] = None,
877
+ deletion_timestamp: Optional[_builtins.str] = None,
878
+ finalizers: Optional[Sequence[_builtins.str]] = None,
879
+ generate_name: Optional[_builtins.str] = None,
880
+ generation: Optional[_builtins.int] = None,
881
+ labels: Optional[Mapping[str, _builtins.str]] = None,
882
882
  managed_fields: Optional[Sequence['outputs.ManagedFieldsEntry']] = None,
883
- name: Optional[str] = None,
884
- namespace: Optional[str] = None,
883
+ name: Optional[_builtins.str] = None,
884
+ namespace: Optional[_builtins.str] = None,
885
885
  owner_references: Optional[Sequence['outputs.OwnerReference']] = None,
886
- resource_version: Optional[str] = None,
887
- self_link: Optional[str] = None,
888
- uid: Optional[str] = None):
886
+ resource_version: Optional[_builtins.str] = None,
887
+ self_link: Optional[_builtins.str] = None,
888
+ uid: Optional[_builtins.str] = None):
889
889
  """
890
890
  ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
891
- :param Mapping[str, str] annotations: Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
892
- :param str cluster_name: The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
893
- :param str creation_timestamp: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
891
+ :param Mapping[str, _builtins.str] annotations: Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
892
+ :param _builtins.str cluster_name: The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
893
+ :param _builtins.str creation_timestamp: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
894
894
 
895
895
  Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
896
- :param int deletion_grace_period_seconds: Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
897
- :param str deletion_timestamp: DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
896
+ :param _builtins.int deletion_grace_period_seconds: Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
897
+ :param _builtins.str deletion_timestamp: DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
898
898
 
899
899
  Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
900
- :param Sequence[str] finalizers: Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
901
- :param str generate_name: GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
900
+ :param Sequence[_builtins.str] finalizers: Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
901
+ :param _builtins.str generate_name: GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
902
902
 
903
903
  If this field is specified and the generated name exists, the server will return a 409.
904
904
 
905
905
  Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
906
- :param int generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
907
- :param Mapping[str, str] labels: Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
906
+ :param _builtins.int generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
907
+ :param Mapping[str, _builtins.str] labels: Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
908
908
  :param Sequence['ManagedFieldsEntryArgs'] managed_fields: ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
909
- :param str name: Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
910
- :param str namespace: Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
909
+ :param _builtins.str name: Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
910
+ :param _builtins.str namespace: Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
911
911
 
912
912
  Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces
913
913
  :param Sequence['OwnerReferenceArgs'] owner_references: List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
914
- :param str resource_version: An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
914
+ :param _builtins.str resource_version: An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
915
915
 
916
916
  Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
917
- :param str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
918
- :param str uid: UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
917
+ :param _builtins.str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
918
+ :param _builtins.str uid: UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
919
919
 
920
920
  Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
921
921
  """
@@ -952,25 +952,25 @@ class ObjectMeta(dict):
952
952
  if uid is not None:
953
953
  pulumi.set(__self__, "uid", uid)
954
954
 
955
- @property
955
+ @_builtins.property
956
956
  @pulumi.getter
957
- def annotations(self) -> Optional[Mapping[str, str]]:
957
+ def annotations(self) -> Optional[Mapping[str, _builtins.str]]:
958
958
  """
959
959
  Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
960
960
  """
961
961
  return pulumi.get(self, "annotations")
962
962
 
963
- @property
963
+ @_builtins.property
964
964
  @pulumi.getter(name="clusterName")
965
- def cluster_name(self) -> Optional[str]:
965
+ def cluster_name(self) -> Optional[_builtins.str]:
966
966
  """
967
967
  The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
968
968
  """
969
969
  return pulumi.get(self, "cluster_name")
970
970
 
971
- @property
971
+ @_builtins.property
972
972
  @pulumi.getter(name="creationTimestamp")
973
- def creation_timestamp(self) -> Optional[str]:
973
+ def creation_timestamp(self) -> Optional[_builtins.str]:
974
974
  """
975
975
  CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
976
976
 
@@ -978,17 +978,17 @@ class ObjectMeta(dict):
978
978
  """
979
979
  return pulumi.get(self, "creation_timestamp")
980
980
 
981
- @property
981
+ @_builtins.property
982
982
  @pulumi.getter(name="deletionGracePeriodSeconds")
983
- def deletion_grace_period_seconds(self) -> Optional[int]:
983
+ def deletion_grace_period_seconds(self) -> Optional[_builtins.int]:
984
984
  """
985
985
  Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
986
986
  """
987
987
  return pulumi.get(self, "deletion_grace_period_seconds")
988
988
 
989
- @property
989
+ @_builtins.property
990
990
  @pulumi.getter(name="deletionTimestamp")
991
- def deletion_timestamp(self) -> Optional[str]:
991
+ def deletion_timestamp(self) -> Optional[_builtins.str]:
992
992
  """
993
993
  DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
994
994
 
@@ -996,17 +996,17 @@ class ObjectMeta(dict):
996
996
  """
997
997
  return pulumi.get(self, "deletion_timestamp")
998
998
 
999
- @property
999
+ @_builtins.property
1000
1000
  @pulumi.getter
1001
- def finalizers(self) -> Optional[Sequence[str]]:
1001
+ def finalizers(self) -> Optional[Sequence[_builtins.str]]:
1002
1002
  """
1003
1003
  Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
1004
1004
  """
1005
1005
  return pulumi.get(self, "finalizers")
1006
1006
 
1007
- @property
1007
+ @_builtins.property
1008
1008
  @pulumi.getter(name="generateName")
1009
- def generate_name(self) -> Optional[str]:
1009
+ def generate_name(self) -> Optional[_builtins.str]:
1010
1010
  """
1011
1011
  GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
1012
1012
 
@@ -1016,23 +1016,23 @@ class ObjectMeta(dict):
1016
1016
  """
1017
1017
  return pulumi.get(self, "generate_name")
1018
1018
 
1019
- @property
1019
+ @_builtins.property
1020
1020
  @pulumi.getter
1021
- def generation(self) -> Optional[int]:
1021
+ def generation(self) -> Optional[_builtins.int]:
1022
1022
  """
1023
1023
  A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
1024
1024
  """
1025
1025
  return pulumi.get(self, "generation")
1026
1026
 
1027
- @property
1027
+ @_builtins.property
1028
1028
  @pulumi.getter
1029
- def labels(self) -> Optional[Mapping[str, str]]:
1029
+ def labels(self) -> Optional[Mapping[str, _builtins.str]]:
1030
1030
  """
1031
1031
  Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
1032
1032
  """
1033
1033
  return pulumi.get(self, "labels")
1034
1034
 
1035
- @property
1035
+ @_builtins.property
1036
1036
  @pulumi.getter(name="managedFields")
1037
1037
  def managed_fields(self) -> Optional[Sequence['outputs.ManagedFieldsEntry']]:
1038
1038
  """
@@ -1040,17 +1040,17 @@ class ObjectMeta(dict):
1040
1040
  """
1041
1041
  return pulumi.get(self, "managed_fields")
1042
1042
 
1043
- @property
1043
+ @_builtins.property
1044
1044
  @pulumi.getter
1045
- def name(self) -> Optional[str]:
1045
+ def name(self) -> Optional[_builtins.str]:
1046
1046
  """
1047
1047
  Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
1048
1048
  """
1049
1049
  return pulumi.get(self, "name")
1050
1050
 
1051
- @property
1051
+ @_builtins.property
1052
1052
  @pulumi.getter
1053
- def namespace(self) -> Optional[str]:
1053
+ def namespace(self) -> Optional[_builtins.str]:
1054
1054
  """
1055
1055
  Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
1056
1056
 
@@ -1058,7 +1058,7 @@ class ObjectMeta(dict):
1058
1058
  """
1059
1059
  return pulumi.get(self, "namespace")
1060
1060
 
1061
- @property
1061
+ @_builtins.property
1062
1062
  @pulumi.getter(name="ownerReferences")
1063
1063
  def owner_references(self) -> Optional[Sequence['outputs.OwnerReference']]:
1064
1064
  """
@@ -1066,9 +1066,9 @@ class ObjectMeta(dict):
1066
1066
  """
1067
1067
  return pulumi.get(self, "owner_references")
1068
1068
 
1069
- @property
1069
+ @_builtins.property
1070
1070
  @pulumi.getter(name="resourceVersion")
1071
- def resource_version(self) -> Optional[str]:
1071
+ def resource_version(self) -> Optional[_builtins.str]:
1072
1072
  """
1073
1073
  An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
1074
1074
 
@@ -1076,17 +1076,17 @@ class ObjectMeta(dict):
1076
1076
  """
1077
1077
  return pulumi.get(self, "resource_version")
1078
1078
 
1079
- @property
1079
+ @_builtins.property
1080
1080
  @pulumi.getter(name="selfLink")
1081
- def self_link(self) -> Optional[str]:
1081
+ def self_link(self) -> Optional[_builtins.str]:
1082
1082
  """
1083
1083
  Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
1084
1084
  """
1085
1085
  return pulumi.get(self, "self_link")
1086
1086
 
1087
- @property
1087
+ @_builtins.property
1088
1088
  @pulumi.getter
1089
- def uid(self) -> Optional[str]:
1089
+ def uid(self) -> Optional[_builtins.str]:
1090
1090
  """
1091
1091
  UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
1092
1092
 
@@ -1134,52 +1134,52 @@ class ObjectMetaPatch(dict):
1134
1134
  return super().get(key, default)
1135
1135
 
1136
1136
  def __init__(__self__, *,
1137
- annotations: Optional[Mapping[str, str]] = None,
1138
- cluster_name: Optional[str] = None,
1139
- creation_timestamp: Optional[str] = None,
1140
- deletion_grace_period_seconds: Optional[int] = None,
1141
- deletion_timestamp: Optional[str] = None,
1142
- finalizers: Optional[Sequence[str]] = None,
1143
- generate_name: Optional[str] = None,
1144
- generation: Optional[int] = None,
1145
- labels: Optional[Mapping[str, str]] = None,
1137
+ annotations: Optional[Mapping[str, _builtins.str]] = None,
1138
+ cluster_name: Optional[_builtins.str] = None,
1139
+ creation_timestamp: Optional[_builtins.str] = None,
1140
+ deletion_grace_period_seconds: Optional[_builtins.int] = None,
1141
+ deletion_timestamp: Optional[_builtins.str] = None,
1142
+ finalizers: Optional[Sequence[_builtins.str]] = None,
1143
+ generate_name: Optional[_builtins.str] = None,
1144
+ generation: Optional[_builtins.int] = None,
1145
+ labels: Optional[Mapping[str, _builtins.str]] = None,
1146
1146
  managed_fields: Optional[Sequence['outputs.ManagedFieldsEntryPatch']] = None,
1147
- name: Optional[str] = None,
1148
- namespace: Optional[str] = None,
1147
+ name: Optional[_builtins.str] = None,
1148
+ namespace: Optional[_builtins.str] = None,
1149
1149
  owner_references: Optional[Sequence['outputs.OwnerReferencePatch']] = None,
1150
- resource_version: Optional[str] = None,
1151
- self_link: Optional[str] = None,
1152
- uid: Optional[str] = None):
1150
+ resource_version: Optional[_builtins.str] = None,
1151
+ self_link: Optional[_builtins.str] = None,
1152
+ uid: Optional[_builtins.str] = None):
1153
1153
  """
1154
1154
  ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
1155
- :param Mapping[str, str] annotations: Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
1156
- :param str cluster_name: The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
1157
- :param str creation_timestamp: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
1155
+ :param Mapping[str, _builtins.str] annotations: Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
1156
+ :param _builtins.str cluster_name: The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
1157
+ :param _builtins.str creation_timestamp: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
1158
1158
 
1159
1159
  Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1160
- :param int deletion_grace_period_seconds: Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
1161
- :param str deletion_timestamp: DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
1160
+ :param _builtins.int deletion_grace_period_seconds: Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
1161
+ :param _builtins.str deletion_timestamp: DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
1162
1162
 
1163
1163
  Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
1164
- :param Sequence[str] finalizers: Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
1165
- :param str generate_name: GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
1164
+ :param Sequence[_builtins.str] finalizers: Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
1165
+ :param _builtins.str generate_name: GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
1166
1166
 
1167
1167
  If this field is specified and the generated name exists, the server will return a 409.
1168
1168
 
1169
1169
  Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
1170
- :param int generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
1171
- :param Mapping[str, str] labels: Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
1170
+ :param _builtins.int generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
1171
+ :param Mapping[str, _builtins.str] labels: Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
1172
1172
  :param Sequence['ManagedFieldsEntryPatchArgs'] managed_fields: ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
1173
- :param str name: Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
1174
- :param str namespace: Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
1173
+ :param _builtins.str name: Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
1174
+ :param _builtins.str namespace: Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
1175
1175
 
1176
1176
  Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces
1177
1177
  :param Sequence['OwnerReferencePatchArgs'] owner_references: List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
1178
- :param str resource_version: An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
1178
+ :param _builtins.str resource_version: An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
1179
1179
 
1180
1180
  Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
1181
- :param str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
1182
- :param str uid: UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
1181
+ :param _builtins.str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
1182
+ :param _builtins.str uid: UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
1183
1183
 
1184
1184
  Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
1185
1185
  """
@@ -1216,25 +1216,25 @@ class ObjectMetaPatch(dict):
1216
1216
  if uid is not None:
1217
1217
  pulumi.set(__self__, "uid", uid)
1218
1218
 
1219
- @property
1219
+ @_builtins.property
1220
1220
  @pulumi.getter
1221
- def annotations(self) -> Optional[Mapping[str, str]]:
1221
+ def annotations(self) -> Optional[Mapping[str, _builtins.str]]:
1222
1222
  """
1223
1223
  Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
1224
1224
  """
1225
1225
  return pulumi.get(self, "annotations")
1226
1226
 
1227
- @property
1227
+ @_builtins.property
1228
1228
  @pulumi.getter(name="clusterName")
1229
- def cluster_name(self) -> Optional[str]:
1229
+ def cluster_name(self) -> Optional[_builtins.str]:
1230
1230
  """
1231
1231
  The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
1232
1232
  """
1233
1233
  return pulumi.get(self, "cluster_name")
1234
1234
 
1235
- @property
1235
+ @_builtins.property
1236
1236
  @pulumi.getter(name="creationTimestamp")
1237
- def creation_timestamp(self) -> Optional[str]:
1237
+ def creation_timestamp(self) -> Optional[_builtins.str]:
1238
1238
  """
1239
1239
  CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
1240
1240
 
@@ -1242,17 +1242,17 @@ class ObjectMetaPatch(dict):
1242
1242
  """
1243
1243
  return pulumi.get(self, "creation_timestamp")
1244
1244
 
1245
- @property
1245
+ @_builtins.property
1246
1246
  @pulumi.getter(name="deletionGracePeriodSeconds")
1247
- def deletion_grace_period_seconds(self) -> Optional[int]:
1247
+ def deletion_grace_period_seconds(self) -> Optional[_builtins.int]:
1248
1248
  """
1249
1249
  Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
1250
1250
  """
1251
1251
  return pulumi.get(self, "deletion_grace_period_seconds")
1252
1252
 
1253
- @property
1253
+ @_builtins.property
1254
1254
  @pulumi.getter(name="deletionTimestamp")
1255
- def deletion_timestamp(self) -> Optional[str]:
1255
+ def deletion_timestamp(self) -> Optional[_builtins.str]:
1256
1256
  """
1257
1257
  DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
1258
1258
 
@@ -1260,17 +1260,17 @@ class ObjectMetaPatch(dict):
1260
1260
  """
1261
1261
  return pulumi.get(self, "deletion_timestamp")
1262
1262
 
1263
- @property
1263
+ @_builtins.property
1264
1264
  @pulumi.getter
1265
- def finalizers(self) -> Optional[Sequence[str]]:
1265
+ def finalizers(self) -> Optional[Sequence[_builtins.str]]:
1266
1266
  """
1267
1267
  Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
1268
1268
  """
1269
1269
  return pulumi.get(self, "finalizers")
1270
1270
 
1271
- @property
1271
+ @_builtins.property
1272
1272
  @pulumi.getter(name="generateName")
1273
- def generate_name(self) -> Optional[str]:
1273
+ def generate_name(self) -> Optional[_builtins.str]:
1274
1274
  """
1275
1275
  GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
1276
1276
 
@@ -1280,23 +1280,23 @@ class ObjectMetaPatch(dict):
1280
1280
  """
1281
1281
  return pulumi.get(self, "generate_name")
1282
1282
 
1283
- @property
1283
+ @_builtins.property
1284
1284
  @pulumi.getter
1285
- def generation(self) -> Optional[int]:
1285
+ def generation(self) -> Optional[_builtins.int]:
1286
1286
  """
1287
1287
  A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
1288
1288
  """
1289
1289
  return pulumi.get(self, "generation")
1290
1290
 
1291
- @property
1291
+ @_builtins.property
1292
1292
  @pulumi.getter
1293
- def labels(self) -> Optional[Mapping[str, str]]:
1293
+ def labels(self) -> Optional[Mapping[str, _builtins.str]]:
1294
1294
  """
1295
1295
  Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
1296
1296
  """
1297
1297
  return pulumi.get(self, "labels")
1298
1298
 
1299
- @property
1299
+ @_builtins.property
1300
1300
  @pulumi.getter(name="managedFields")
1301
1301
  def managed_fields(self) -> Optional[Sequence['outputs.ManagedFieldsEntryPatch']]:
1302
1302
  """
@@ -1304,17 +1304,17 @@ class ObjectMetaPatch(dict):
1304
1304
  """
1305
1305
  return pulumi.get(self, "managed_fields")
1306
1306
 
1307
- @property
1307
+ @_builtins.property
1308
1308
  @pulumi.getter
1309
- def name(self) -> Optional[str]:
1309
+ def name(self) -> Optional[_builtins.str]:
1310
1310
  """
1311
1311
  Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
1312
1312
  """
1313
1313
  return pulumi.get(self, "name")
1314
1314
 
1315
- @property
1315
+ @_builtins.property
1316
1316
  @pulumi.getter
1317
- def namespace(self) -> Optional[str]:
1317
+ def namespace(self) -> Optional[_builtins.str]:
1318
1318
  """
1319
1319
  Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
1320
1320
 
@@ -1322,7 +1322,7 @@ class ObjectMetaPatch(dict):
1322
1322
  """
1323
1323
  return pulumi.get(self, "namespace")
1324
1324
 
1325
- @property
1325
+ @_builtins.property
1326
1326
  @pulumi.getter(name="ownerReferences")
1327
1327
  def owner_references(self) -> Optional[Sequence['outputs.OwnerReferencePatch']]:
1328
1328
  """
@@ -1330,9 +1330,9 @@ class ObjectMetaPatch(dict):
1330
1330
  """
1331
1331
  return pulumi.get(self, "owner_references")
1332
1332
 
1333
- @property
1333
+ @_builtins.property
1334
1334
  @pulumi.getter(name="resourceVersion")
1335
- def resource_version(self) -> Optional[str]:
1335
+ def resource_version(self) -> Optional[_builtins.str]:
1336
1336
  """
1337
1337
  An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
1338
1338
 
@@ -1340,17 +1340,17 @@ class ObjectMetaPatch(dict):
1340
1340
  """
1341
1341
  return pulumi.get(self, "resource_version")
1342
1342
 
1343
- @property
1343
+ @_builtins.property
1344
1344
  @pulumi.getter(name="selfLink")
1345
- def self_link(self) -> Optional[str]:
1345
+ def self_link(self) -> Optional[_builtins.str]:
1346
1346
  """
1347
1347
  Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
1348
1348
  """
1349
1349
  return pulumi.get(self, "self_link")
1350
1350
 
1351
- @property
1351
+ @_builtins.property
1352
1352
  @pulumi.getter
1353
- def uid(self) -> Optional[str]:
1353
+ def uid(self) -> Optional[_builtins.str]:
1354
1354
  """
1355
1355
  UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
1356
1356
 
@@ -1384,20 +1384,20 @@ class OwnerReference(dict):
1384
1384
  return super().get(key, default)
1385
1385
 
1386
1386
  def __init__(__self__, *,
1387
- api_version: str,
1388
- kind: str,
1389
- name: str,
1390
- uid: str,
1391
- block_owner_deletion: Optional[bool] = None,
1392
- controller: Optional[bool] = None):
1387
+ api_version: _builtins.str,
1388
+ kind: _builtins.str,
1389
+ name: _builtins.str,
1390
+ uid: _builtins.str,
1391
+ block_owner_deletion: Optional[_builtins.bool] = None,
1392
+ controller: Optional[_builtins.bool] = None):
1393
1393
  """
1394
1394
  OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
1395
- :param str api_version: API version of the referent.
1396
- :param str kind: Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1397
- :param str name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
1398
- :param str uid: UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
1399
- :param bool block_owner_deletion: If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
1400
- :param bool controller: If true, this reference points to the managing controller.
1395
+ :param _builtins.str api_version: API version of the referent.
1396
+ :param _builtins.str kind: Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1397
+ :param _builtins.str name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
1398
+ :param _builtins.str uid: UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
1399
+ :param _builtins.bool block_owner_deletion: If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
1400
+ :param _builtins.bool controller: If true, this reference points to the managing controller.
1401
1401
  """
1402
1402
  pulumi.set(__self__, "api_version", api_version)
1403
1403
  pulumi.set(__self__, "kind", kind)
@@ -1408,49 +1408,49 @@ class OwnerReference(dict):
1408
1408
  if controller is not None:
1409
1409
  pulumi.set(__self__, "controller", controller)
1410
1410
 
1411
- @property
1411
+ @_builtins.property
1412
1412
  @pulumi.getter(name="apiVersion")
1413
- def api_version(self) -> str:
1413
+ def api_version(self) -> _builtins.str:
1414
1414
  """
1415
1415
  API version of the referent.
1416
1416
  """
1417
1417
  return pulumi.get(self, "api_version")
1418
1418
 
1419
- @property
1419
+ @_builtins.property
1420
1420
  @pulumi.getter
1421
- def kind(self) -> str:
1421
+ def kind(self) -> _builtins.str:
1422
1422
  """
1423
1423
  Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1424
1424
  """
1425
1425
  return pulumi.get(self, "kind")
1426
1426
 
1427
- @property
1427
+ @_builtins.property
1428
1428
  @pulumi.getter
1429
- def name(self) -> str:
1429
+ def name(self) -> _builtins.str:
1430
1430
  """
1431
1431
  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
1432
1432
  """
1433
1433
  return pulumi.get(self, "name")
1434
1434
 
1435
- @property
1435
+ @_builtins.property
1436
1436
  @pulumi.getter
1437
- def uid(self) -> str:
1437
+ def uid(self) -> _builtins.str:
1438
1438
  """
1439
1439
  UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
1440
1440
  """
1441
1441
  return pulumi.get(self, "uid")
1442
1442
 
1443
- @property
1443
+ @_builtins.property
1444
1444
  @pulumi.getter(name="blockOwnerDeletion")
1445
- def block_owner_deletion(self) -> Optional[bool]:
1445
+ def block_owner_deletion(self) -> Optional[_builtins.bool]:
1446
1446
  """
1447
1447
  If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
1448
1448
  """
1449
1449
  return pulumi.get(self, "block_owner_deletion")
1450
1450
 
1451
- @property
1451
+ @_builtins.property
1452
1452
  @pulumi.getter
1453
- def controller(self) -> Optional[bool]:
1453
+ def controller(self) -> Optional[_builtins.bool]:
1454
1454
  """
1455
1455
  If true, this reference points to the managing controller.
1456
1456
  """
@@ -1482,20 +1482,20 @@ class OwnerReferencePatch(dict):
1482
1482
  return super().get(key, default)
1483
1483
 
1484
1484
  def __init__(__self__, *,
1485
- api_version: Optional[str] = None,
1486
- block_owner_deletion: Optional[bool] = None,
1487
- controller: Optional[bool] = None,
1488
- kind: Optional[str] = None,
1489
- name: Optional[str] = None,
1490
- uid: Optional[str] = None):
1485
+ api_version: Optional[_builtins.str] = None,
1486
+ block_owner_deletion: Optional[_builtins.bool] = None,
1487
+ controller: Optional[_builtins.bool] = None,
1488
+ kind: Optional[_builtins.str] = None,
1489
+ name: Optional[_builtins.str] = None,
1490
+ uid: Optional[_builtins.str] = None):
1491
1491
  """
1492
1492
  OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
1493
- :param str api_version: API version of the referent.
1494
- :param bool block_owner_deletion: If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
1495
- :param bool controller: If true, this reference points to the managing controller.
1496
- :param str kind: Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1497
- :param str name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
1498
- :param str uid: UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
1493
+ :param _builtins.str api_version: API version of the referent.
1494
+ :param _builtins.bool block_owner_deletion: If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
1495
+ :param _builtins.bool controller: If true, this reference points to the managing controller.
1496
+ :param _builtins.str kind: Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1497
+ :param _builtins.str name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
1498
+ :param _builtins.str uid: UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
1499
1499
  """
1500
1500
  if api_version is not None:
1501
1501
  pulumi.set(__self__, "api_version", api_version)
@@ -1510,49 +1510,49 @@ class OwnerReferencePatch(dict):
1510
1510
  if uid is not None:
1511
1511
  pulumi.set(__self__, "uid", uid)
1512
1512
 
1513
- @property
1513
+ @_builtins.property
1514
1514
  @pulumi.getter(name="apiVersion")
1515
- def api_version(self) -> Optional[str]:
1515
+ def api_version(self) -> Optional[_builtins.str]:
1516
1516
  """
1517
1517
  API version of the referent.
1518
1518
  """
1519
1519
  return pulumi.get(self, "api_version")
1520
1520
 
1521
- @property
1521
+ @_builtins.property
1522
1522
  @pulumi.getter(name="blockOwnerDeletion")
1523
- def block_owner_deletion(self) -> Optional[bool]:
1523
+ def block_owner_deletion(self) -> Optional[_builtins.bool]:
1524
1524
  """
1525
1525
  If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
1526
1526
  """
1527
1527
  return pulumi.get(self, "block_owner_deletion")
1528
1528
 
1529
- @property
1529
+ @_builtins.property
1530
1530
  @pulumi.getter
1531
- def controller(self) -> Optional[bool]:
1531
+ def controller(self) -> Optional[_builtins.bool]:
1532
1532
  """
1533
1533
  If true, this reference points to the managing controller.
1534
1534
  """
1535
1535
  return pulumi.get(self, "controller")
1536
1536
 
1537
- @property
1537
+ @_builtins.property
1538
1538
  @pulumi.getter
1539
- def kind(self) -> Optional[str]:
1539
+ def kind(self) -> Optional[_builtins.str]:
1540
1540
  """
1541
1541
  Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1542
1542
  """
1543
1543
  return pulumi.get(self, "kind")
1544
1544
 
1545
- @property
1545
+ @_builtins.property
1546
1546
  @pulumi.getter
1547
- def name(self) -> Optional[str]:
1547
+ def name(self) -> Optional[_builtins.str]:
1548
1548
  """
1549
1549
  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
1550
1550
  """
1551
1551
  return pulumi.get(self, "name")
1552
1552
 
1553
- @property
1553
+ @_builtins.property
1554
1554
  @pulumi.getter
1555
- def uid(self) -> Optional[str]:
1555
+ def uid(self) -> Optional[_builtins.str]:
1556
1556
  """
1557
1557
  UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
1558
1558
  """
@@ -1565,18 +1565,18 @@ class StatusCause(dict):
1565
1565
  StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
1566
1566
  """
1567
1567
  def __init__(__self__, *,
1568
- field: Optional[str] = None,
1569
- message: Optional[str] = None,
1570
- reason: Optional[str] = None):
1568
+ field: Optional[_builtins.str] = None,
1569
+ message: Optional[_builtins.str] = None,
1570
+ reason: Optional[_builtins.str] = None):
1571
1571
  """
1572
1572
  StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
1573
- :param str field: The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
1573
+ :param _builtins.str field: The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
1574
1574
 
1575
1575
  Examples:
1576
1576
  "name" - the field "name" on the current resource
1577
1577
  "items[0].name" - the field "name" on the first array entry in "items"
1578
- :param str message: A human-readable description of the cause of the error. This field may be presented as-is to a reader.
1579
- :param str reason: A machine-readable description of the cause of the error. If this value is empty there is no information available.
1578
+ :param _builtins.str message: A human-readable description of the cause of the error. This field may be presented as-is to a reader.
1579
+ :param _builtins.str reason: A machine-readable description of the cause of the error. If this value is empty there is no information available.
1580
1580
  """
1581
1581
  if field is not None:
1582
1582
  pulumi.set(__self__, "field", field)
@@ -1585,9 +1585,9 @@ class StatusCause(dict):
1585
1585
  if reason is not None:
1586
1586
  pulumi.set(__self__, "reason", reason)
1587
1587
 
1588
- @property
1588
+ @_builtins.property
1589
1589
  @pulumi.getter
1590
- def field(self) -> Optional[str]:
1590
+ def field(self) -> Optional[_builtins.str]:
1591
1591
  """
1592
1592
  The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
1593
1593
 
@@ -1597,17 +1597,17 @@ class StatusCause(dict):
1597
1597
  """
1598
1598
  return pulumi.get(self, "field")
1599
1599
 
1600
- @property
1600
+ @_builtins.property
1601
1601
  @pulumi.getter
1602
- def message(self) -> Optional[str]:
1602
+ def message(self) -> Optional[_builtins.str]:
1603
1603
  """
1604
1604
  A human-readable description of the cause of the error. This field may be presented as-is to a reader.
1605
1605
  """
1606
1606
  return pulumi.get(self, "message")
1607
1607
 
1608
- @property
1608
+ @_builtins.property
1609
1609
  @pulumi.getter
1610
- def reason(self) -> Optional[str]:
1610
+ def reason(self) -> Optional[_builtins.str]:
1611
1611
  """
1612
1612
  A machine-readable description of the cause of the error. If this value is empty there is no information available.
1613
1613
  """
@@ -1620,18 +1620,18 @@ class StatusCausePatch(dict):
1620
1620
  StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
1621
1621
  """
1622
1622
  def __init__(__self__, *,
1623
- field: Optional[str] = None,
1624
- message: Optional[str] = None,
1625
- reason: Optional[str] = None):
1623
+ field: Optional[_builtins.str] = None,
1624
+ message: Optional[_builtins.str] = None,
1625
+ reason: Optional[_builtins.str] = None):
1626
1626
  """
1627
1627
  StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
1628
- :param str field: The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
1628
+ :param _builtins.str field: The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
1629
1629
 
1630
1630
  Examples:
1631
1631
  "name" - the field "name" on the current resource
1632
1632
  "items[0].name" - the field "name" on the first array entry in "items"
1633
- :param str message: A human-readable description of the cause of the error. This field may be presented as-is to a reader.
1634
- :param str reason: A machine-readable description of the cause of the error. If this value is empty there is no information available.
1633
+ :param _builtins.str message: A human-readable description of the cause of the error. This field may be presented as-is to a reader.
1634
+ :param _builtins.str reason: A machine-readable description of the cause of the error. If this value is empty there is no information available.
1635
1635
  """
1636
1636
  if field is not None:
1637
1637
  pulumi.set(__self__, "field", field)
@@ -1640,9 +1640,9 @@ class StatusCausePatch(dict):
1640
1640
  if reason is not None:
1641
1641
  pulumi.set(__self__, "reason", reason)
1642
1642
 
1643
- @property
1643
+ @_builtins.property
1644
1644
  @pulumi.getter
1645
- def field(self) -> Optional[str]:
1645
+ def field(self) -> Optional[_builtins.str]:
1646
1646
  """
1647
1647
  The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
1648
1648
 
@@ -1652,17 +1652,17 @@ class StatusCausePatch(dict):
1652
1652
  """
1653
1653
  return pulumi.get(self, "field")
1654
1654
 
1655
- @property
1655
+ @_builtins.property
1656
1656
  @pulumi.getter
1657
- def message(self) -> Optional[str]:
1657
+ def message(self) -> Optional[_builtins.str]:
1658
1658
  """
1659
1659
  A human-readable description of the cause of the error. This field may be presented as-is to a reader.
1660
1660
  """
1661
1661
  return pulumi.get(self, "message")
1662
1662
 
1663
- @property
1663
+ @_builtins.property
1664
1664
  @pulumi.getter
1665
- def reason(self) -> Optional[str]:
1665
+ def reason(self) -> Optional[_builtins.str]:
1666
1666
  """
1667
1667
  A machine-readable description of the cause of the error. If this value is empty there is no information available.
1668
1668
  """
@@ -1693,19 +1693,19 @@ class StatusDetails(dict):
1693
1693
 
1694
1694
  def __init__(__self__, *,
1695
1695
  causes: Optional[Sequence['outputs.StatusCause']] = None,
1696
- group: Optional[str] = None,
1697
- kind: Optional[str] = None,
1698
- name: Optional[str] = None,
1699
- retry_after_seconds: Optional[int] = None,
1700
- uid: Optional[str] = None):
1696
+ group: Optional[_builtins.str] = None,
1697
+ kind: Optional[_builtins.str] = None,
1698
+ name: Optional[_builtins.str] = None,
1699
+ retry_after_seconds: Optional[_builtins.int] = None,
1700
+ uid: Optional[_builtins.str] = None):
1701
1701
  """
1702
1702
  StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.
1703
1703
  :param Sequence['StatusCauseArgs'] causes: The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
1704
- :param str group: The group attribute of the resource associated with the status StatusReason.
1705
- :param str kind: The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1706
- :param str name: The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
1707
- :param int retry_after_seconds: If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
1708
- :param str uid: UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
1704
+ :param _builtins.str group: The group attribute of the resource associated with the status StatusReason.
1705
+ :param _builtins.str kind: The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1706
+ :param _builtins.str name: The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
1707
+ :param _builtins.int retry_after_seconds: If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
1708
+ :param _builtins.str uid: UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
1709
1709
  """
1710
1710
  if causes is not None:
1711
1711
  pulumi.set(__self__, "causes", causes)
@@ -1720,7 +1720,7 @@ class StatusDetails(dict):
1720
1720
  if uid is not None:
1721
1721
  pulumi.set(__self__, "uid", uid)
1722
1722
 
1723
- @property
1723
+ @_builtins.property
1724
1724
  @pulumi.getter
1725
1725
  def causes(self) -> Optional[Sequence['outputs.StatusCause']]:
1726
1726
  """
@@ -1728,41 +1728,41 @@ class StatusDetails(dict):
1728
1728
  """
1729
1729
  return pulumi.get(self, "causes")
1730
1730
 
1731
- @property
1731
+ @_builtins.property
1732
1732
  @pulumi.getter
1733
- def group(self) -> Optional[str]:
1733
+ def group(self) -> Optional[_builtins.str]:
1734
1734
  """
1735
1735
  The group attribute of the resource associated with the status StatusReason.
1736
1736
  """
1737
1737
  return pulumi.get(self, "group")
1738
1738
 
1739
- @property
1739
+ @_builtins.property
1740
1740
  @pulumi.getter
1741
- def kind(self) -> Optional[str]:
1741
+ def kind(self) -> Optional[_builtins.str]:
1742
1742
  """
1743
1743
  The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1744
1744
  """
1745
1745
  return pulumi.get(self, "kind")
1746
1746
 
1747
- @property
1747
+ @_builtins.property
1748
1748
  @pulumi.getter
1749
- def name(self) -> Optional[str]:
1749
+ def name(self) -> Optional[_builtins.str]:
1750
1750
  """
1751
1751
  The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
1752
1752
  """
1753
1753
  return pulumi.get(self, "name")
1754
1754
 
1755
- @property
1755
+ @_builtins.property
1756
1756
  @pulumi.getter(name="retryAfterSeconds")
1757
- def retry_after_seconds(self) -> Optional[int]:
1757
+ def retry_after_seconds(self) -> Optional[_builtins.int]:
1758
1758
  """
1759
1759
  If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
1760
1760
  """
1761
1761
  return pulumi.get(self, "retry_after_seconds")
1762
1762
 
1763
- @property
1763
+ @_builtins.property
1764
1764
  @pulumi.getter
1765
- def uid(self) -> Optional[str]:
1765
+ def uid(self) -> Optional[_builtins.str]:
1766
1766
  """
1767
1767
  UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
1768
1768
  """
@@ -1793,19 +1793,19 @@ class StatusDetailsPatch(dict):
1793
1793
 
1794
1794
  def __init__(__self__, *,
1795
1795
  causes: Optional[Sequence['outputs.StatusCausePatch']] = None,
1796
- group: Optional[str] = None,
1797
- kind: Optional[str] = None,
1798
- name: Optional[str] = None,
1799
- retry_after_seconds: Optional[int] = None,
1800
- uid: Optional[str] = None):
1796
+ group: Optional[_builtins.str] = None,
1797
+ kind: Optional[_builtins.str] = None,
1798
+ name: Optional[_builtins.str] = None,
1799
+ retry_after_seconds: Optional[_builtins.int] = None,
1800
+ uid: Optional[_builtins.str] = None):
1801
1801
  """
1802
1802
  StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.
1803
1803
  :param Sequence['StatusCausePatchArgs'] causes: The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
1804
- :param str group: The group attribute of the resource associated with the status StatusReason.
1805
- :param str kind: The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1806
- :param str name: The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
1807
- :param int retry_after_seconds: If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
1808
- :param str uid: UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
1804
+ :param _builtins.str group: The group attribute of the resource associated with the status StatusReason.
1805
+ :param _builtins.str kind: The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1806
+ :param _builtins.str name: The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
1807
+ :param _builtins.int retry_after_seconds: If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
1808
+ :param _builtins.str uid: UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
1809
1809
  """
1810
1810
  if causes is not None:
1811
1811
  pulumi.set(__self__, "causes", causes)
@@ -1820,7 +1820,7 @@ class StatusDetailsPatch(dict):
1820
1820
  if uid is not None:
1821
1821
  pulumi.set(__self__, "uid", uid)
1822
1822
 
1823
- @property
1823
+ @_builtins.property
1824
1824
  @pulumi.getter
1825
1825
  def causes(self) -> Optional[Sequence['outputs.StatusCausePatch']]:
1826
1826
  """
@@ -1828,41 +1828,41 @@ class StatusDetailsPatch(dict):
1828
1828
  """
1829
1829
  return pulumi.get(self, "causes")
1830
1830
 
1831
- @property
1831
+ @_builtins.property
1832
1832
  @pulumi.getter
1833
- def group(self) -> Optional[str]:
1833
+ def group(self) -> Optional[_builtins.str]:
1834
1834
  """
1835
1835
  The group attribute of the resource associated with the status StatusReason.
1836
1836
  """
1837
1837
  return pulumi.get(self, "group")
1838
1838
 
1839
- @property
1839
+ @_builtins.property
1840
1840
  @pulumi.getter
1841
- def kind(self) -> Optional[str]:
1841
+ def kind(self) -> Optional[_builtins.str]:
1842
1842
  """
1843
1843
  The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
1844
1844
  """
1845
1845
  return pulumi.get(self, "kind")
1846
1846
 
1847
- @property
1847
+ @_builtins.property
1848
1848
  @pulumi.getter
1849
- def name(self) -> Optional[str]:
1849
+ def name(self) -> Optional[_builtins.str]:
1850
1850
  """
1851
1851
  The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
1852
1852
  """
1853
1853
  return pulumi.get(self, "name")
1854
1854
 
1855
- @property
1855
+ @_builtins.property
1856
1856
  @pulumi.getter(name="retryAfterSeconds")
1857
- def retry_after_seconds(self) -> Optional[int]:
1857
+ def retry_after_seconds(self) -> Optional[_builtins.int]:
1858
1858
  """
1859
1859
  If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
1860
1860
  """
1861
1861
  return pulumi.get(self, "retry_after_seconds")
1862
1862
 
1863
- @property
1863
+ @_builtins.property
1864
1864
  @pulumi.getter
1865
- def uid(self) -> Optional[str]:
1865
+ def uid(self) -> Optional[_builtins.str]:
1866
1866
  """
1867
1867
  UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
1868
1868
  """