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.
- pulumi_kubernetes/__init__.py +73 -2
- pulumi_kubernetes/_inputs.py +49 -49
- pulumi_kubernetes/_utilities.py +9 -5
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +721 -721
- pulumi_kubernetes/admissionregistration/v1/outputs.py +516 -516
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +215 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +223 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +216 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +235 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +216 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +227 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +26 -33
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +26 -33
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +7 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2219 -716
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1649 -530
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +717 -717
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +512 -512
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +27 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +26 -25
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +27 -26
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +912 -912
- pulumi_kubernetes/apiextensions/v1/outputs.py +624 -624
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +27 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +26 -25
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +27 -26
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -834
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -572
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +27 -26
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +26 -25
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +27 -26
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -157
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -128
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +27 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +26 -25
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +27 -26
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -157
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -128
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1/DaemonSet.py +27 -26
- pulumi_kubernetes/apps/v1/DaemonSetList.py +26 -25
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1/ReplicaSet.py +27 -26
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +30 -29
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +835 -782
- pulumi_kubernetes/apps/v1/outputs.py +806 -733
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1beta1/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -409
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -381
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -655
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -645
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -145
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -101
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -120
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -102
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +500 -420
- pulumi_kubernetes/autoscaling/v2/outputs.py +438 -382
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -451
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -424
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -398
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -366
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v1/Job.py +27 -26
- pulumi_kubernetes/batch/v1/JobList.py +26 -25
- pulumi_kubernetes/batch/v1/JobPatch.py +27 -26
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +508 -538
- pulumi_kubernetes/batch/v1/outputs.py +427 -451
- pulumi_kubernetes/batch/v1beta1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -101
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -76
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -101
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -76
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +27 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +26 -25
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +27 -26
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -155
- pulumi_kubernetes/certificates/v1/outputs.py +134 -134
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +28 -25
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +26 -25
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +28 -25
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -39
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +27 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +26 -25
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +27 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +226 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +216 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +237 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +436 -144
- pulumi_kubernetes/certificates/v1beta1/outputs.py +369 -128
- pulumi_kubernetes/coordination/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1/Lease.py +26 -25
- pulumi_kubernetes/coordination/v1/LeaseList.py +26 -25
- pulumi_kubernetes/coordination/v1/LeasePatch.py +26 -25
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -99
- pulumi_kubernetes/coordination/v1/outputs.py +67 -67
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +28 -25
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +26 -25
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +28 -25
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -87
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -59
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +217 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +216 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +229 -0
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +13 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
- pulumi_kubernetes/coordination/v1beta1/Lease.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +216 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +229 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +446 -75
- pulumi_kubernetes/coordination/v1beta1/outputs.py +343 -51
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +28 -27
- pulumi_kubernetes/core/v1/BindingPatch.py +28 -27
- pulumi_kubernetes/core/v1/ConfigMap.py +54 -53
- pulumi_kubernetes/core/v1/ConfigMapList.py +26 -25
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +54 -53
- pulumi_kubernetes/core/v1/Endpoints.py +34 -25
- pulumi_kubernetes/core/v1/EndpointsList.py +28 -27
- pulumi_kubernetes/core/v1/EndpointsPatch.py +34 -25
- pulumi_kubernetes/core/v1/Event.py +132 -131
- pulumi_kubernetes/core/v1/EventList.py +26 -25
- pulumi_kubernetes/core/v1/EventPatch.py +132 -131
- pulumi_kubernetes/core/v1/LimitRange.py +26 -25
- pulumi_kubernetes/core/v1/LimitRangeList.py +26 -25
- pulumi_kubernetes/core/v1/LimitRangePatch.py +26 -25
- pulumi_kubernetes/core/v1/Namespace.py +27 -26
- pulumi_kubernetes/core/v1/NamespaceList.py +26 -25
- pulumi_kubernetes/core/v1/NamespacePatch.py +27 -26
- pulumi_kubernetes/core/v1/Node.py +27 -26
- pulumi_kubernetes/core/v1/NodeList.py +26 -25
- pulumi_kubernetes/core/v1/NodePatch.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolume.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +26 -25
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +26 -25
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +27 -26
- pulumi_kubernetes/core/v1/Pod.py +27 -26
- pulumi_kubernetes/core/v1/PodList.py +26 -25
- pulumi_kubernetes/core/v1/PodPatch.py +27 -26
- pulumi_kubernetes/core/v1/PodTemplate.py +26 -25
- pulumi_kubernetes/core/v1/PodTemplateList.py +26 -25
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +26 -25
- pulumi_kubernetes/core/v1/ReplicationController.py +27 -26
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +26 -25
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +27 -26
- pulumi_kubernetes/core/v1/ResourceQuota.py +27 -26
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +26 -25
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +27 -26
- pulumi_kubernetes/core/v1/Secret.py +64 -63
- pulumi_kubernetes/core/v1/SecretList.py +26 -25
- pulumi_kubernetes/core/v1/SecretPatch.py +68 -65
- pulumi_kubernetes/core/v1/Service.py +33 -48
- pulumi_kubernetes/core/v1/ServiceAccount.py +42 -41
- pulumi_kubernetes/core/v1/ServiceAccountList.py +26 -25
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +42 -41
- pulumi_kubernetes/core/v1/ServiceList.py +26 -25
- pulumi_kubernetes/core/v1/ServicePatch.py +33 -48
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +7862 -7453
- pulumi_kubernetes/core/v1/outputs.py +5980 -5608
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +46 -45
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +26 -25
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +46 -45
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +334 -219
- pulumi_kubernetes/discovery/v1/outputs.py +224 -149
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +38 -37
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +26 -25
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +38 -37
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -158
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -108
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +132 -131
- pulumi_kubernetes/events/v1/EventList.py +26 -25
- pulumi_kubernetes/events/v1/EventPatch.py +132 -131
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +102 -102
- pulumi_kubernetes/events/v1/outputs.py +70 -70
- pulumi_kubernetes/events/v1beta1/Event.py +132 -131
- pulumi_kubernetes/events/v1beta1/EventList.py +26 -25
- pulumi_kubernetes/events/v1beta1/EventPatch.py +132 -131
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -114
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -78
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1097
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -899
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -419
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -333
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -369
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -299
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -369
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -299
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -419
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -333
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +431 -431
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +341 -341
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +317 -316
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +39 -39
- pulumi_kubernetes/helm/v3/outputs.py +55 -55
- pulumi_kubernetes/helm/v4/Chart.py +114 -87
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +36 -36
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +36 -35
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +58 -57
- pulumi_kubernetes/meta/v1/StatusPatch.py +58 -57
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +551 -551
- pulumi_kubernetes/meta/v1/outputs.py +395 -395
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +216 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +229 -0
- pulumi_kubernetes/networking/v1/Ingress.py +27 -26
- pulumi_kubernetes/networking/v1/IngressClass.py +26 -25
- pulumi_kubernetes/networking/v1/IngressClassList.py +26 -25
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +26 -25
- pulumi_kubernetes/networking/v1/IngressList.py +26 -25
- pulumi_kubernetes/networking/v1/IngressPatch.py +27 -26
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +27 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +26 -25
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +27 -26
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +227 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +216 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +239 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +970 -371
- pulumi_kubernetes/networking/v1/outputs.py +746 -285
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +27 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +27 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +28 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +28 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -157
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -110
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +27 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +27 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +27 -26
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +27 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +28 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +28 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -247
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -173
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +38 -37
- pulumi_kubernetes/node/v1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +38 -37
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +48 -48
- pulumi_kubernetes/node/v1/outputs.py +34 -34
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +26 -25
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +26 -25
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -57
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -41
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +38 -37
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +38 -37
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -48
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -34
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +27 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +26 -25
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +27 -26
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +91 -103
- pulumi_kubernetes/policy/v1/outputs.py +80 -88
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +27 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +27 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +26 -25
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -470
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -342
- pulumi_kubernetes/provider.py +139 -99
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1/outputs.py +142 -142
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -142
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -142
- pulumi_kubernetes/resource/__init__.py +7 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +38 -37
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +38 -37
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -268
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -230
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +38 -37
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +38 -37
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +48 -47
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +30 -29
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +30 -29
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +48 -47
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +47 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +47 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -550
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -449
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +28 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +28 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +224 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +216 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +235 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +34 -33
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +246 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +5 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +3400 -606
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2933 -565
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +233 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +217 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +244 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +230 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +241 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +247 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +217 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +258 -0
- pulumi_kubernetes/resource/v1beta1/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +5735 -0
- pulumi_kubernetes/resource/v1beta1/outputs.py +4736 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +233 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +244 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +230 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +216 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +241 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +247 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +258 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5680 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4725 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -26
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -25
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -21
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +26 -25
- pulumi_kubernetes/storage/v1/CSIDriverList.py +26 -25
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +26 -25
- pulumi_kubernetes/storage/v1/CSINode.py +26 -25
- pulumi_kubernetes/storage/v1/CSINodeList.py +26 -25
- pulumi_kubernetes/storage/v1/CSINodePatch.py +26 -25
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +56 -55
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +26 -25
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +56 -55
- pulumi_kubernetes/storage/v1/StorageClass.py +86 -85
- pulumi_kubernetes/storage/v1/StorageClassList.py +26 -25
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +86 -85
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +448 -358
- pulumi_kubernetes/storage/v1/outputs.py +376 -266
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +44 -43
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +26 -25
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +44 -43
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -107
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -93
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINode.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +56 -55
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +56 -55
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +86 -85
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +86 -85
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +44 -43
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +44 -43
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -367
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -271
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +27 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +26 -25
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +27 -26
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -103
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -96
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +31 -28
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +36 -35
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +198 -0
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/METADATA +9 -9
- pulumi_kubernetes-4.26.0a1769215986.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.17.0a1723576835.dist-info/RECORD +0 -651
- {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
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -58,27 +58,27 @@ if not MYPY:
|
|
|
58
58
|
"""
|
|
59
59
|
Condition contains details for one aspect of the current state of this API Resource.
|
|
60
60
|
"""
|
|
61
|
-
last_transition_time: pulumi.Input[str]
|
|
61
|
+
last_transition_time: pulumi.Input[_builtins.str]
|
|
62
62
|
"""
|
|
63
63
|
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.
|
|
64
64
|
"""
|
|
65
|
-
message: pulumi.Input[str]
|
|
65
|
+
message: pulumi.Input[_builtins.str]
|
|
66
66
|
"""
|
|
67
67
|
message is a human readable message indicating details about the transition. This may be an empty string.
|
|
68
68
|
"""
|
|
69
|
-
reason: pulumi.Input[str]
|
|
69
|
+
reason: pulumi.Input[_builtins.str]
|
|
70
70
|
"""
|
|
71
71
|
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.
|
|
72
72
|
"""
|
|
73
|
-
status: pulumi.Input[str]
|
|
73
|
+
status: pulumi.Input[_builtins.str]
|
|
74
74
|
"""
|
|
75
75
|
status of the condition, one of True, False, Unknown.
|
|
76
76
|
"""
|
|
77
|
-
type: pulumi.Input[str]
|
|
77
|
+
type: pulumi.Input[_builtins.str]
|
|
78
78
|
"""
|
|
79
79
|
type of condition in CamelCase or in foo.example.com/CamelCase.
|
|
80
80
|
"""
|
|
81
|
-
observed_generation: NotRequired[pulumi.Input[int]]
|
|
81
|
+
observed_generation: NotRequired[pulumi.Input[_builtins.int]]
|
|
82
82
|
"""
|
|
83
83
|
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.
|
|
84
84
|
"""
|
|
@@ -88,20 +88,20 @@ elif False:
|
|
|
88
88
|
@pulumi.input_type
|
|
89
89
|
class ConditionArgs:
|
|
90
90
|
def __init__(__self__, *,
|
|
91
|
-
last_transition_time: pulumi.Input[str],
|
|
92
|
-
message: pulumi.Input[str],
|
|
93
|
-
reason: pulumi.Input[str],
|
|
94
|
-
status: pulumi.Input[str],
|
|
95
|
-
type: pulumi.Input[str],
|
|
96
|
-
observed_generation: Optional[pulumi.Input[int]] = None):
|
|
91
|
+
last_transition_time: pulumi.Input[_builtins.str],
|
|
92
|
+
message: pulumi.Input[_builtins.str],
|
|
93
|
+
reason: pulumi.Input[_builtins.str],
|
|
94
|
+
status: pulumi.Input[_builtins.str],
|
|
95
|
+
type: pulumi.Input[_builtins.str],
|
|
96
|
+
observed_generation: Optional[pulumi.Input[_builtins.int]] = None):
|
|
97
97
|
"""
|
|
98
98
|
Condition contains details for one aspect of the current state of this API Resource.
|
|
99
|
-
:param pulumi.Input[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.
|
|
100
|
-
:param pulumi.Input[str] message: message is a human readable message indicating details about the transition. This may be an empty string.
|
|
101
|
-
:param pulumi.Input[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.
|
|
102
|
-
:param pulumi.Input[str] status: status of the condition, one of True, False, Unknown.
|
|
103
|
-
:param pulumi.Input[str] type: type of condition in CamelCase or in foo.example.com/CamelCase.
|
|
104
|
-
:param pulumi.Input[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.
|
|
99
|
+
:param pulumi.Input[_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.
|
|
100
|
+
:param pulumi.Input[_builtins.str] message: message is a human readable message indicating details about the transition. This may be an empty string.
|
|
101
|
+
:param pulumi.Input[_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.
|
|
102
|
+
:param pulumi.Input[_builtins.str] status: status of the condition, one of True, False, Unknown.
|
|
103
|
+
:param pulumi.Input[_builtins.str] type: type of condition in CamelCase or in foo.example.com/CamelCase.
|
|
104
|
+
:param pulumi.Input[_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.
|
|
105
105
|
"""
|
|
106
106
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
107
107
|
pulumi.set(__self__, "message", message)
|
|
@@ -111,76 +111,76 @@ class ConditionArgs:
|
|
|
111
111
|
if observed_generation is not None:
|
|
112
112
|
pulumi.set(__self__, "observed_generation", observed_generation)
|
|
113
113
|
|
|
114
|
-
@property
|
|
114
|
+
@_builtins.property
|
|
115
115
|
@pulumi.getter(name="lastTransitionTime")
|
|
116
|
-
def last_transition_time(self) -> pulumi.Input[str]:
|
|
116
|
+
def last_transition_time(self) -> pulumi.Input[_builtins.str]:
|
|
117
117
|
"""
|
|
118
118
|
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.
|
|
119
119
|
"""
|
|
120
120
|
return pulumi.get(self, "last_transition_time")
|
|
121
121
|
|
|
122
122
|
@last_transition_time.setter
|
|
123
|
-
def last_transition_time(self, value: pulumi.Input[str]):
|
|
123
|
+
def last_transition_time(self, value: pulumi.Input[_builtins.str]):
|
|
124
124
|
pulumi.set(self, "last_transition_time", value)
|
|
125
125
|
|
|
126
|
-
@property
|
|
126
|
+
@_builtins.property
|
|
127
127
|
@pulumi.getter
|
|
128
|
-
def message(self) -> pulumi.Input[str]:
|
|
128
|
+
def message(self) -> pulumi.Input[_builtins.str]:
|
|
129
129
|
"""
|
|
130
130
|
message is a human readable message indicating details about the transition. This may be an empty string.
|
|
131
131
|
"""
|
|
132
132
|
return pulumi.get(self, "message")
|
|
133
133
|
|
|
134
134
|
@message.setter
|
|
135
|
-
def message(self, value: pulumi.Input[str]):
|
|
135
|
+
def message(self, value: pulumi.Input[_builtins.str]):
|
|
136
136
|
pulumi.set(self, "message", value)
|
|
137
137
|
|
|
138
|
-
@property
|
|
138
|
+
@_builtins.property
|
|
139
139
|
@pulumi.getter
|
|
140
|
-
def reason(self) -> pulumi.Input[str]:
|
|
140
|
+
def reason(self) -> pulumi.Input[_builtins.str]:
|
|
141
141
|
"""
|
|
142
142
|
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.
|
|
143
143
|
"""
|
|
144
144
|
return pulumi.get(self, "reason")
|
|
145
145
|
|
|
146
146
|
@reason.setter
|
|
147
|
-
def reason(self, value: pulumi.Input[str]):
|
|
147
|
+
def reason(self, value: pulumi.Input[_builtins.str]):
|
|
148
148
|
pulumi.set(self, "reason", value)
|
|
149
149
|
|
|
150
|
-
@property
|
|
150
|
+
@_builtins.property
|
|
151
151
|
@pulumi.getter
|
|
152
|
-
def status(self) -> pulumi.Input[str]:
|
|
152
|
+
def status(self) -> pulumi.Input[_builtins.str]:
|
|
153
153
|
"""
|
|
154
154
|
status of the condition, one of True, False, Unknown.
|
|
155
155
|
"""
|
|
156
156
|
return pulumi.get(self, "status")
|
|
157
157
|
|
|
158
158
|
@status.setter
|
|
159
|
-
def status(self, value: pulumi.Input[str]):
|
|
159
|
+
def status(self, value: pulumi.Input[_builtins.str]):
|
|
160
160
|
pulumi.set(self, "status", value)
|
|
161
161
|
|
|
162
|
-
@property
|
|
162
|
+
@_builtins.property
|
|
163
163
|
@pulumi.getter
|
|
164
|
-
def type(self) -> pulumi.Input[str]:
|
|
164
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
165
165
|
"""
|
|
166
166
|
type of condition in CamelCase or in foo.example.com/CamelCase.
|
|
167
167
|
"""
|
|
168
168
|
return pulumi.get(self, "type")
|
|
169
169
|
|
|
170
170
|
@type.setter
|
|
171
|
-
def type(self, value: pulumi.Input[str]):
|
|
171
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
172
172
|
pulumi.set(self, "type", value)
|
|
173
173
|
|
|
174
|
-
@property
|
|
174
|
+
@_builtins.property
|
|
175
175
|
@pulumi.getter(name="observedGeneration")
|
|
176
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
176
|
+
def observed_generation(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
177
177
|
"""
|
|
178
178
|
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.
|
|
179
179
|
"""
|
|
180
180
|
return pulumi.get(self, "observed_generation")
|
|
181
181
|
|
|
182
182
|
@observed_generation.setter
|
|
183
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
183
|
+
def observed_generation(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
184
184
|
pulumi.set(self, "observed_generation", value)
|
|
185
185
|
|
|
186
186
|
|
|
@@ -193,7 +193,7 @@ if not MYPY:
|
|
|
193
193
|
"""
|
|
194
194
|
matchExpressions is a list of label selector requirements. The requirements are ANDed.
|
|
195
195
|
"""
|
|
196
|
-
match_labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
196
|
+
match_labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
197
197
|
"""
|
|
198
198
|
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.
|
|
199
199
|
"""
|
|
@@ -204,18 +204,18 @@ elif False:
|
|
|
204
204
|
class LabelSelectorPatchArgs:
|
|
205
205
|
def __init__(__self__, *,
|
|
206
206
|
match_expressions: Optional[pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementPatchArgs']]]] = None,
|
|
207
|
-
match_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
207
|
+
match_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
|
208
208
|
"""
|
|
209
209
|
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.
|
|
210
210
|
:param pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementPatchArgs']]] match_expressions: matchExpressions is a list of label selector requirements. The requirements are ANDed.
|
|
211
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[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.
|
|
211
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_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.
|
|
212
212
|
"""
|
|
213
213
|
if match_expressions is not None:
|
|
214
214
|
pulumi.set(__self__, "match_expressions", match_expressions)
|
|
215
215
|
if match_labels is not None:
|
|
216
216
|
pulumi.set(__self__, "match_labels", match_labels)
|
|
217
217
|
|
|
218
|
-
@property
|
|
218
|
+
@_builtins.property
|
|
219
219
|
@pulumi.getter(name="matchExpressions")
|
|
220
220
|
def match_expressions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementPatchArgs']]]]:
|
|
221
221
|
"""
|
|
@@ -227,16 +227,16 @@ class LabelSelectorPatchArgs:
|
|
|
227
227
|
def match_expressions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementPatchArgs']]]]):
|
|
228
228
|
pulumi.set(self, "match_expressions", value)
|
|
229
229
|
|
|
230
|
-
@property
|
|
230
|
+
@_builtins.property
|
|
231
231
|
@pulumi.getter(name="matchLabels")
|
|
232
|
-
def match_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
232
|
+
def match_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
233
233
|
"""
|
|
234
234
|
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.
|
|
235
235
|
"""
|
|
236
236
|
return pulumi.get(self, "match_labels")
|
|
237
237
|
|
|
238
238
|
@match_labels.setter
|
|
239
|
-
def match_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
239
|
+
def match_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
240
240
|
pulumi.set(self, "match_labels", value)
|
|
241
241
|
|
|
242
242
|
|
|
@@ -245,15 +245,15 @@ if not MYPY:
|
|
|
245
245
|
"""
|
|
246
246
|
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
|
|
247
247
|
"""
|
|
248
|
-
key: NotRequired[pulumi.Input[str]]
|
|
248
|
+
key: NotRequired[pulumi.Input[_builtins.str]]
|
|
249
249
|
"""
|
|
250
250
|
key is the label key that the selector applies to.
|
|
251
251
|
"""
|
|
252
|
-
operator: NotRequired[pulumi.Input[str]]
|
|
252
|
+
operator: NotRequired[pulumi.Input[_builtins.str]]
|
|
253
253
|
"""
|
|
254
254
|
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
255
255
|
"""
|
|
256
|
-
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
256
|
+
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
257
257
|
"""
|
|
258
258
|
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.
|
|
259
259
|
"""
|
|
@@ -263,14 +263,14 @@ elif False:
|
|
|
263
263
|
@pulumi.input_type
|
|
264
264
|
class LabelSelectorRequirementPatchArgs:
|
|
265
265
|
def __init__(__self__, *,
|
|
266
|
-
key: Optional[pulumi.Input[str]] = None,
|
|
267
|
-
operator: Optional[pulumi.Input[str]] = None,
|
|
268
|
-
values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
266
|
+
key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
267
|
+
operator: Optional[pulumi.Input[_builtins.str]] = None,
|
|
268
|
+
values: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
269
269
|
"""
|
|
270
270
|
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
|
|
271
|
-
:param pulumi.Input[str] key: key is the label key that the selector applies to.
|
|
272
|
-
:param pulumi.Input[str] operator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
273
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
|
271
|
+
:param pulumi.Input[_builtins.str] key: key is the label key that the selector applies to.
|
|
272
|
+
:param pulumi.Input[_builtins.str] operator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
273
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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.
|
|
274
274
|
"""
|
|
275
275
|
if key is not None:
|
|
276
276
|
pulumi.set(__self__, "key", key)
|
|
@@ -279,40 +279,40 @@ class LabelSelectorRequirementPatchArgs:
|
|
|
279
279
|
if values is not None:
|
|
280
280
|
pulumi.set(__self__, "values", values)
|
|
281
281
|
|
|
282
|
-
@property
|
|
282
|
+
@_builtins.property
|
|
283
283
|
@pulumi.getter
|
|
284
|
-
def key(self) -> Optional[pulumi.Input[str]]:
|
|
284
|
+
def key(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
285
285
|
"""
|
|
286
286
|
key is the label key that the selector applies to.
|
|
287
287
|
"""
|
|
288
288
|
return pulumi.get(self, "key")
|
|
289
289
|
|
|
290
290
|
@key.setter
|
|
291
|
-
def key(self, value: Optional[pulumi.Input[str]]):
|
|
291
|
+
def key(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
292
292
|
pulumi.set(self, "key", value)
|
|
293
293
|
|
|
294
|
-
@property
|
|
294
|
+
@_builtins.property
|
|
295
295
|
@pulumi.getter
|
|
296
|
-
def operator(self) -> Optional[pulumi.Input[str]]:
|
|
296
|
+
def operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
297
297
|
"""
|
|
298
298
|
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
299
299
|
"""
|
|
300
300
|
return pulumi.get(self, "operator")
|
|
301
301
|
|
|
302
302
|
@operator.setter
|
|
303
|
-
def operator(self, value: Optional[pulumi.Input[str]]):
|
|
303
|
+
def operator(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
304
304
|
pulumi.set(self, "operator", value)
|
|
305
305
|
|
|
306
|
-
@property
|
|
306
|
+
@_builtins.property
|
|
307
307
|
@pulumi.getter
|
|
308
|
-
def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
308
|
+
def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
309
309
|
"""
|
|
310
310
|
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.
|
|
311
311
|
"""
|
|
312
312
|
return pulumi.get(self, "values")
|
|
313
313
|
|
|
314
314
|
@values.setter
|
|
315
|
-
def values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
315
|
+
def values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
316
316
|
pulumi.set(self, "values", value)
|
|
317
317
|
|
|
318
318
|
|
|
@@ -321,15 +321,15 @@ if not MYPY:
|
|
|
321
321
|
"""
|
|
322
322
|
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
|
|
323
323
|
"""
|
|
324
|
-
key: pulumi.Input[str]
|
|
324
|
+
key: pulumi.Input[_builtins.str]
|
|
325
325
|
"""
|
|
326
326
|
key is the label key that the selector applies to.
|
|
327
327
|
"""
|
|
328
|
-
operator: pulumi.Input[str]
|
|
328
|
+
operator: pulumi.Input[_builtins.str]
|
|
329
329
|
"""
|
|
330
330
|
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
331
331
|
"""
|
|
332
|
-
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
332
|
+
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
333
333
|
"""
|
|
334
334
|
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.
|
|
335
335
|
"""
|
|
@@ -339,54 +339,54 @@ elif False:
|
|
|
339
339
|
@pulumi.input_type
|
|
340
340
|
class LabelSelectorRequirementArgs:
|
|
341
341
|
def __init__(__self__, *,
|
|
342
|
-
key: pulumi.Input[str],
|
|
343
|
-
operator: pulumi.Input[str],
|
|
344
|
-
values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
342
|
+
key: pulumi.Input[_builtins.str],
|
|
343
|
+
operator: pulumi.Input[_builtins.str],
|
|
344
|
+
values: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
345
345
|
"""
|
|
346
346
|
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
|
|
347
|
-
:param pulumi.Input[str] key: key is the label key that the selector applies to.
|
|
348
|
-
:param pulumi.Input[str] operator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
349
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
|
347
|
+
:param pulumi.Input[_builtins.str] key: key is the label key that the selector applies to.
|
|
348
|
+
:param pulumi.Input[_builtins.str] operator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
349
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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.
|
|
350
350
|
"""
|
|
351
351
|
pulumi.set(__self__, "key", key)
|
|
352
352
|
pulumi.set(__self__, "operator", operator)
|
|
353
353
|
if values is not None:
|
|
354
354
|
pulumi.set(__self__, "values", values)
|
|
355
355
|
|
|
356
|
-
@property
|
|
356
|
+
@_builtins.property
|
|
357
357
|
@pulumi.getter
|
|
358
|
-
def key(self) -> pulumi.Input[str]:
|
|
358
|
+
def key(self) -> pulumi.Input[_builtins.str]:
|
|
359
359
|
"""
|
|
360
360
|
key is the label key that the selector applies to.
|
|
361
361
|
"""
|
|
362
362
|
return pulumi.get(self, "key")
|
|
363
363
|
|
|
364
364
|
@key.setter
|
|
365
|
-
def key(self, value: pulumi.Input[str]):
|
|
365
|
+
def key(self, value: pulumi.Input[_builtins.str]):
|
|
366
366
|
pulumi.set(self, "key", value)
|
|
367
367
|
|
|
368
|
-
@property
|
|
368
|
+
@_builtins.property
|
|
369
369
|
@pulumi.getter
|
|
370
|
-
def operator(self) -> pulumi.Input[str]:
|
|
370
|
+
def operator(self) -> pulumi.Input[_builtins.str]:
|
|
371
371
|
"""
|
|
372
372
|
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
373
373
|
"""
|
|
374
374
|
return pulumi.get(self, "operator")
|
|
375
375
|
|
|
376
376
|
@operator.setter
|
|
377
|
-
def operator(self, value: pulumi.Input[str]):
|
|
377
|
+
def operator(self, value: pulumi.Input[_builtins.str]):
|
|
378
378
|
pulumi.set(self, "operator", value)
|
|
379
379
|
|
|
380
|
-
@property
|
|
380
|
+
@_builtins.property
|
|
381
381
|
@pulumi.getter
|
|
382
|
-
def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
382
|
+
def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
383
383
|
"""
|
|
384
384
|
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.
|
|
385
385
|
"""
|
|
386
386
|
return pulumi.get(self, "values")
|
|
387
387
|
|
|
388
388
|
@values.setter
|
|
389
|
-
def values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
389
|
+
def values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
390
390
|
pulumi.set(self, "values", value)
|
|
391
391
|
|
|
392
392
|
|
|
@@ -399,7 +399,7 @@ if not MYPY:
|
|
|
399
399
|
"""
|
|
400
400
|
matchExpressions is a list of label selector requirements. The requirements are ANDed.
|
|
401
401
|
"""
|
|
402
|
-
match_labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
402
|
+
match_labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
403
403
|
"""
|
|
404
404
|
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.
|
|
405
405
|
"""
|
|
@@ -410,18 +410,18 @@ elif False:
|
|
|
410
410
|
class LabelSelectorArgs:
|
|
411
411
|
def __init__(__self__, *,
|
|
412
412
|
match_expressions: Optional[pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementArgs']]]] = None,
|
|
413
|
-
match_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
413
|
+
match_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
|
414
414
|
"""
|
|
415
415
|
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.
|
|
416
416
|
:param pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementArgs']]] match_expressions: matchExpressions is a list of label selector requirements. The requirements are ANDed.
|
|
417
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[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.
|
|
417
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_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.
|
|
418
418
|
"""
|
|
419
419
|
if match_expressions is not None:
|
|
420
420
|
pulumi.set(__self__, "match_expressions", match_expressions)
|
|
421
421
|
if match_labels is not None:
|
|
422
422
|
pulumi.set(__self__, "match_labels", match_labels)
|
|
423
423
|
|
|
424
|
-
@property
|
|
424
|
+
@_builtins.property
|
|
425
425
|
@pulumi.getter(name="matchExpressions")
|
|
426
426
|
def match_expressions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementArgs']]]]:
|
|
427
427
|
"""
|
|
@@ -433,16 +433,16 @@ class LabelSelectorArgs:
|
|
|
433
433
|
def match_expressions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementArgs']]]]):
|
|
434
434
|
pulumi.set(self, "match_expressions", value)
|
|
435
435
|
|
|
436
|
-
@property
|
|
436
|
+
@_builtins.property
|
|
437
437
|
@pulumi.getter(name="matchLabels")
|
|
438
|
-
def match_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
438
|
+
def match_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
439
439
|
"""
|
|
440
440
|
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.
|
|
441
441
|
"""
|
|
442
442
|
return pulumi.get(self, "match_labels")
|
|
443
443
|
|
|
444
444
|
@match_labels.setter
|
|
445
|
-
def match_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
445
|
+
def match_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
446
446
|
pulumi.set(self, "match_labels", value)
|
|
447
447
|
|
|
448
448
|
|
|
@@ -451,19 +451,19 @@ if not MYPY:
|
|
|
451
451
|
"""
|
|
452
452
|
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
|
|
453
453
|
"""
|
|
454
|
-
continue_: NotRequired[pulumi.Input[str]]
|
|
454
|
+
continue_: NotRequired[pulumi.Input[_builtins.str]]
|
|
455
455
|
"""
|
|
456
456
|
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.
|
|
457
457
|
"""
|
|
458
|
-
remaining_item_count: NotRequired[pulumi.Input[int]]
|
|
458
|
+
remaining_item_count: NotRequired[pulumi.Input[_builtins.int]]
|
|
459
459
|
"""
|
|
460
460
|
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.
|
|
461
461
|
"""
|
|
462
|
-
resource_version: NotRequired[pulumi.Input[str]]
|
|
462
|
+
resource_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
463
463
|
"""
|
|
464
464
|
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
|
|
465
465
|
"""
|
|
466
|
-
self_link: NotRequired[pulumi.Input[str]]
|
|
466
|
+
self_link: NotRequired[pulumi.Input[_builtins.str]]
|
|
467
467
|
"""
|
|
468
468
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
469
469
|
"""
|
|
@@ -473,16 +473,16 @@ elif False:
|
|
|
473
473
|
@pulumi.input_type
|
|
474
474
|
class ListMetaPatchArgs:
|
|
475
475
|
def __init__(__self__, *,
|
|
476
|
-
continue_: Optional[pulumi.Input[str]] = None,
|
|
477
|
-
remaining_item_count: Optional[pulumi.Input[int]] = None,
|
|
478
|
-
resource_version: Optional[pulumi.Input[str]] = None,
|
|
479
|
-
self_link: Optional[pulumi.Input[str]] = None):
|
|
476
|
+
continue_: Optional[pulumi.Input[_builtins.str]] = None,
|
|
477
|
+
remaining_item_count: Optional[pulumi.Input[_builtins.int]] = None,
|
|
478
|
+
resource_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
479
|
+
self_link: Optional[pulumi.Input[_builtins.str]] = None):
|
|
480
480
|
"""
|
|
481
481
|
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
|
|
482
|
-
:param pulumi.Input[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.
|
|
483
|
-
:param pulumi.Input[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.
|
|
484
|
-
:param pulumi.Input[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
|
|
485
|
-
:param pulumi.Input[str] self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
482
|
+
:param pulumi.Input[_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.
|
|
483
|
+
:param pulumi.Input[_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.
|
|
484
|
+
:param pulumi.Input[_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
|
|
485
|
+
:param pulumi.Input[_builtins.str] self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
486
486
|
"""
|
|
487
487
|
if continue_ is not None:
|
|
488
488
|
pulumi.set(__self__, "continue_", continue_)
|
|
@@ -493,52 +493,52 @@ class ListMetaPatchArgs:
|
|
|
493
493
|
if self_link is not None:
|
|
494
494
|
pulumi.set(__self__, "self_link", self_link)
|
|
495
495
|
|
|
496
|
-
@property
|
|
496
|
+
@_builtins.property
|
|
497
497
|
@pulumi.getter(name="continue")
|
|
498
|
-
def continue_(self) -> Optional[pulumi.Input[str]]:
|
|
498
|
+
def continue_(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
499
499
|
"""
|
|
500
500
|
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.
|
|
501
501
|
"""
|
|
502
502
|
return pulumi.get(self, "continue_")
|
|
503
503
|
|
|
504
504
|
@continue_.setter
|
|
505
|
-
def continue_(self, value: Optional[pulumi.Input[str]]):
|
|
505
|
+
def continue_(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
506
506
|
pulumi.set(self, "continue_", value)
|
|
507
507
|
|
|
508
|
-
@property
|
|
508
|
+
@_builtins.property
|
|
509
509
|
@pulumi.getter(name="remainingItemCount")
|
|
510
|
-
def remaining_item_count(self) -> Optional[pulumi.Input[int]]:
|
|
510
|
+
def remaining_item_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
511
511
|
"""
|
|
512
512
|
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.
|
|
513
513
|
"""
|
|
514
514
|
return pulumi.get(self, "remaining_item_count")
|
|
515
515
|
|
|
516
516
|
@remaining_item_count.setter
|
|
517
|
-
def remaining_item_count(self, value: Optional[pulumi.Input[int]]):
|
|
517
|
+
def remaining_item_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
518
518
|
pulumi.set(self, "remaining_item_count", value)
|
|
519
519
|
|
|
520
|
-
@property
|
|
520
|
+
@_builtins.property
|
|
521
521
|
@pulumi.getter(name="resourceVersion")
|
|
522
|
-
def resource_version(self) -> Optional[pulumi.Input[str]]:
|
|
522
|
+
def resource_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
523
523
|
"""
|
|
524
524
|
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
|
|
525
525
|
"""
|
|
526
526
|
return pulumi.get(self, "resource_version")
|
|
527
527
|
|
|
528
528
|
@resource_version.setter
|
|
529
|
-
def resource_version(self, value: Optional[pulumi.Input[str]]):
|
|
529
|
+
def resource_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
530
530
|
pulumi.set(self, "resource_version", value)
|
|
531
531
|
|
|
532
|
-
@property
|
|
532
|
+
@_builtins.property
|
|
533
533
|
@pulumi.getter(name="selfLink")
|
|
534
|
-
def self_link(self) -> Optional[pulumi.Input[str]]:
|
|
534
|
+
def self_link(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
535
535
|
"""
|
|
536
536
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
537
537
|
"""
|
|
538
538
|
return pulumi.get(self, "self_link")
|
|
539
539
|
|
|
540
540
|
@self_link.setter
|
|
541
|
-
def self_link(self, value: Optional[pulumi.Input[str]]):
|
|
541
|
+
def self_link(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
542
542
|
pulumi.set(self, "self_link", value)
|
|
543
543
|
|
|
544
544
|
|
|
@@ -547,19 +547,19 @@ if not MYPY:
|
|
|
547
547
|
"""
|
|
548
548
|
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
|
|
549
549
|
"""
|
|
550
|
-
continue_: NotRequired[pulumi.Input[str]]
|
|
550
|
+
continue_: NotRequired[pulumi.Input[_builtins.str]]
|
|
551
551
|
"""
|
|
552
552
|
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.
|
|
553
553
|
"""
|
|
554
|
-
remaining_item_count: NotRequired[pulumi.Input[int]]
|
|
554
|
+
remaining_item_count: NotRequired[pulumi.Input[_builtins.int]]
|
|
555
555
|
"""
|
|
556
556
|
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
557
|
"""
|
|
558
|
-
resource_version: NotRequired[pulumi.Input[str]]
|
|
558
|
+
resource_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
559
559
|
"""
|
|
560
560
|
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
|
|
561
561
|
"""
|
|
562
|
-
self_link: NotRequired[pulumi.Input[str]]
|
|
562
|
+
self_link: NotRequired[pulumi.Input[_builtins.str]]
|
|
563
563
|
"""
|
|
564
564
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
565
565
|
"""
|
|
@@ -569,16 +569,16 @@ elif False:
|
|
|
569
569
|
@pulumi.input_type
|
|
570
570
|
class ListMetaArgs:
|
|
571
571
|
def __init__(__self__, *,
|
|
572
|
-
continue_: Optional[pulumi.Input[str]] = None,
|
|
573
|
-
remaining_item_count: Optional[pulumi.Input[int]] = None,
|
|
574
|
-
resource_version: Optional[pulumi.Input[str]] = None,
|
|
575
|
-
self_link: Optional[pulumi.Input[str]] = None):
|
|
572
|
+
continue_: Optional[pulumi.Input[_builtins.str]] = None,
|
|
573
|
+
remaining_item_count: Optional[pulumi.Input[_builtins.int]] = None,
|
|
574
|
+
resource_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
575
|
+
self_link: Optional[pulumi.Input[_builtins.str]] = None):
|
|
576
576
|
"""
|
|
577
577
|
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
|
|
578
|
-
:param pulumi.Input[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.
|
|
579
|
-
:param pulumi.Input[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.
|
|
580
|
-
:param pulumi.Input[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
|
|
581
|
-
:param pulumi.Input[str] self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
578
|
+
:param pulumi.Input[_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.
|
|
579
|
+
:param pulumi.Input[_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.
|
|
580
|
+
:param pulumi.Input[_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
|
|
581
|
+
:param pulumi.Input[_builtins.str] self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
582
582
|
"""
|
|
583
583
|
if continue_ is not None:
|
|
584
584
|
pulumi.set(__self__, "continue_", continue_)
|
|
@@ -589,52 +589,52 @@ class ListMetaArgs:
|
|
|
589
589
|
if self_link is not None:
|
|
590
590
|
pulumi.set(__self__, "self_link", self_link)
|
|
591
591
|
|
|
592
|
-
@property
|
|
592
|
+
@_builtins.property
|
|
593
593
|
@pulumi.getter(name="continue")
|
|
594
|
-
def continue_(self) -> Optional[pulumi.Input[str]]:
|
|
594
|
+
def continue_(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
595
595
|
"""
|
|
596
596
|
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.
|
|
597
597
|
"""
|
|
598
598
|
return pulumi.get(self, "continue_")
|
|
599
599
|
|
|
600
600
|
@continue_.setter
|
|
601
|
-
def continue_(self, value: Optional[pulumi.Input[str]]):
|
|
601
|
+
def continue_(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
602
602
|
pulumi.set(self, "continue_", value)
|
|
603
603
|
|
|
604
|
-
@property
|
|
604
|
+
@_builtins.property
|
|
605
605
|
@pulumi.getter(name="remainingItemCount")
|
|
606
|
-
def remaining_item_count(self) -> Optional[pulumi.Input[int]]:
|
|
606
|
+
def remaining_item_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
607
607
|
"""
|
|
608
608
|
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.
|
|
609
609
|
"""
|
|
610
610
|
return pulumi.get(self, "remaining_item_count")
|
|
611
611
|
|
|
612
612
|
@remaining_item_count.setter
|
|
613
|
-
def remaining_item_count(self, value: Optional[pulumi.Input[int]]):
|
|
613
|
+
def remaining_item_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
614
614
|
pulumi.set(self, "remaining_item_count", value)
|
|
615
615
|
|
|
616
|
-
@property
|
|
616
|
+
@_builtins.property
|
|
617
617
|
@pulumi.getter(name="resourceVersion")
|
|
618
|
-
def resource_version(self) -> Optional[pulumi.Input[str]]:
|
|
618
|
+
def resource_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
619
619
|
"""
|
|
620
620
|
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
|
|
621
621
|
"""
|
|
622
622
|
return pulumi.get(self, "resource_version")
|
|
623
623
|
|
|
624
624
|
@resource_version.setter
|
|
625
|
-
def resource_version(self, value: Optional[pulumi.Input[str]]):
|
|
625
|
+
def resource_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
626
626
|
pulumi.set(self, "resource_version", value)
|
|
627
627
|
|
|
628
|
-
@property
|
|
628
|
+
@_builtins.property
|
|
629
629
|
@pulumi.getter(name="selfLink")
|
|
630
|
-
def self_link(self) -> Optional[pulumi.Input[str]]:
|
|
630
|
+
def self_link(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
631
631
|
"""
|
|
632
632
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
633
633
|
"""
|
|
634
634
|
return pulumi.get(self, "self_link")
|
|
635
635
|
|
|
636
636
|
@self_link.setter
|
|
637
|
-
def self_link(self, value: Optional[pulumi.Input[str]]):
|
|
637
|
+
def self_link(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
638
638
|
pulumi.set(self, "self_link", value)
|
|
639
639
|
|
|
640
640
|
|
|
@@ -643,11 +643,11 @@ if not MYPY:
|
|
|
643
643
|
"""
|
|
644
644
|
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
|
|
645
645
|
"""
|
|
646
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
646
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
647
647
|
"""
|
|
648
648
|
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.
|
|
649
649
|
"""
|
|
650
|
-
fields_type: NotRequired[pulumi.Input[str]]
|
|
650
|
+
fields_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
651
651
|
"""
|
|
652
652
|
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
653
653
|
"""
|
|
@@ -655,19 +655,19 @@ if not MYPY:
|
|
|
655
655
|
"""
|
|
656
656
|
FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
|
|
657
657
|
"""
|
|
658
|
-
manager: NotRequired[pulumi.Input[str]]
|
|
658
|
+
manager: NotRequired[pulumi.Input[_builtins.str]]
|
|
659
659
|
"""
|
|
660
660
|
Manager is an identifier of the workflow managing these fields.
|
|
661
661
|
"""
|
|
662
|
-
operation: NotRequired[pulumi.Input[str]]
|
|
662
|
+
operation: NotRequired[pulumi.Input[_builtins.str]]
|
|
663
663
|
"""
|
|
664
664
|
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
665
665
|
"""
|
|
666
|
-
subresource: NotRequired[pulumi.Input[str]]
|
|
666
|
+
subresource: NotRequired[pulumi.Input[_builtins.str]]
|
|
667
667
|
"""
|
|
668
668
|
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.
|
|
669
669
|
"""
|
|
670
|
-
time: NotRequired[pulumi.Input[str]]
|
|
670
|
+
time: NotRequired[pulumi.Input[_builtins.str]]
|
|
671
671
|
"""
|
|
672
672
|
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.
|
|
673
673
|
"""
|
|
@@ -677,22 +677,22 @@ elif False:
|
|
|
677
677
|
@pulumi.input_type
|
|
678
678
|
class ManagedFieldsEntryPatchArgs:
|
|
679
679
|
def __init__(__self__, *,
|
|
680
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
681
|
-
fields_type: Optional[pulumi.Input[str]] = None,
|
|
680
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
681
|
+
fields_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
682
682
|
fields_v1: Optional[Any] = None,
|
|
683
|
-
manager: Optional[pulumi.Input[str]] = None,
|
|
684
|
-
operation: Optional[pulumi.Input[str]] = None,
|
|
685
|
-
subresource: Optional[pulumi.Input[str]] = None,
|
|
686
|
-
time: Optional[pulumi.Input[str]] = None):
|
|
683
|
+
manager: Optional[pulumi.Input[_builtins.str]] = None,
|
|
684
|
+
operation: Optional[pulumi.Input[_builtins.str]] = None,
|
|
685
|
+
subresource: Optional[pulumi.Input[_builtins.str]] = None,
|
|
686
|
+
time: Optional[pulumi.Input[_builtins.str]] = None):
|
|
687
687
|
"""
|
|
688
688
|
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
|
|
689
|
-
:param pulumi.Input[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.
|
|
690
|
-
:param pulumi.Input[str] fields_type: FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
689
|
+
:param pulumi.Input[_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.
|
|
690
|
+
:param pulumi.Input[_builtins.str] fields_type: FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
691
691
|
:param Any fields_v1: FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
|
|
692
|
-
:param pulumi.Input[str] manager: Manager is an identifier of the workflow managing these fields.
|
|
693
|
-
:param pulumi.Input[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'.
|
|
694
|
-
:param pulumi.Input[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.
|
|
695
|
-
:param pulumi.Input[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.
|
|
692
|
+
:param pulumi.Input[_builtins.str] manager: Manager is an identifier of the workflow managing these fields.
|
|
693
|
+
:param pulumi.Input[_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'.
|
|
694
|
+
:param pulumi.Input[_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.
|
|
695
|
+
:param pulumi.Input[_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.
|
|
696
696
|
"""
|
|
697
697
|
if api_version is not None:
|
|
698
698
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -709,31 +709,31 @@ class ManagedFieldsEntryPatchArgs:
|
|
|
709
709
|
if time is not None:
|
|
710
710
|
pulumi.set(__self__, "time", time)
|
|
711
711
|
|
|
712
|
-
@property
|
|
712
|
+
@_builtins.property
|
|
713
713
|
@pulumi.getter(name="apiVersion")
|
|
714
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
714
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
715
715
|
"""
|
|
716
716
|
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.
|
|
717
717
|
"""
|
|
718
718
|
return pulumi.get(self, "api_version")
|
|
719
719
|
|
|
720
720
|
@api_version.setter
|
|
721
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
721
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
722
722
|
pulumi.set(self, "api_version", value)
|
|
723
723
|
|
|
724
|
-
@property
|
|
724
|
+
@_builtins.property
|
|
725
725
|
@pulumi.getter(name="fieldsType")
|
|
726
|
-
def fields_type(self) -> Optional[pulumi.Input[str]]:
|
|
726
|
+
def fields_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
727
727
|
"""
|
|
728
728
|
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
729
729
|
"""
|
|
730
730
|
return pulumi.get(self, "fields_type")
|
|
731
731
|
|
|
732
732
|
@fields_type.setter
|
|
733
|
-
def fields_type(self, value: Optional[pulumi.Input[str]]):
|
|
733
|
+
def fields_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
734
734
|
pulumi.set(self, "fields_type", value)
|
|
735
735
|
|
|
736
|
-
@property
|
|
736
|
+
@_builtins.property
|
|
737
737
|
@pulumi.getter(name="fieldsV1")
|
|
738
738
|
def fields_v1(self) -> Optional[Any]:
|
|
739
739
|
"""
|
|
@@ -745,52 +745,52 @@ class ManagedFieldsEntryPatchArgs:
|
|
|
745
745
|
def fields_v1(self, value: Optional[Any]):
|
|
746
746
|
pulumi.set(self, "fields_v1", value)
|
|
747
747
|
|
|
748
|
-
@property
|
|
748
|
+
@_builtins.property
|
|
749
749
|
@pulumi.getter
|
|
750
|
-
def manager(self) -> Optional[pulumi.Input[str]]:
|
|
750
|
+
def manager(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
751
751
|
"""
|
|
752
752
|
Manager is an identifier of the workflow managing these fields.
|
|
753
753
|
"""
|
|
754
754
|
return pulumi.get(self, "manager")
|
|
755
755
|
|
|
756
756
|
@manager.setter
|
|
757
|
-
def manager(self, value: Optional[pulumi.Input[str]]):
|
|
757
|
+
def manager(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
758
758
|
pulumi.set(self, "manager", value)
|
|
759
759
|
|
|
760
|
-
@property
|
|
760
|
+
@_builtins.property
|
|
761
761
|
@pulumi.getter
|
|
762
|
-
def operation(self) -> Optional[pulumi.Input[str]]:
|
|
762
|
+
def operation(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
763
763
|
"""
|
|
764
764
|
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
765
765
|
"""
|
|
766
766
|
return pulumi.get(self, "operation")
|
|
767
767
|
|
|
768
768
|
@operation.setter
|
|
769
|
-
def operation(self, value: Optional[pulumi.Input[str]]):
|
|
769
|
+
def operation(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
770
770
|
pulumi.set(self, "operation", value)
|
|
771
771
|
|
|
772
|
-
@property
|
|
772
|
+
@_builtins.property
|
|
773
773
|
@pulumi.getter
|
|
774
|
-
def subresource(self) -> Optional[pulumi.Input[str]]:
|
|
774
|
+
def subresource(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
775
775
|
"""
|
|
776
776
|
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.
|
|
777
777
|
"""
|
|
778
778
|
return pulumi.get(self, "subresource")
|
|
779
779
|
|
|
780
780
|
@subresource.setter
|
|
781
|
-
def subresource(self, value: Optional[pulumi.Input[str]]):
|
|
781
|
+
def subresource(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
782
782
|
pulumi.set(self, "subresource", value)
|
|
783
783
|
|
|
784
|
-
@property
|
|
784
|
+
@_builtins.property
|
|
785
785
|
@pulumi.getter
|
|
786
|
-
def time(self) -> Optional[pulumi.Input[str]]:
|
|
786
|
+
def time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
787
787
|
"""
|
|
788
788
|
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.
|
|
789
789
|
"""
|
|
790
790
|
return pulumi.get(self, "time")
|
|
791
791
|
|
|
792
792
|
@time.setter
|
|
793
|
-
def time(self, value: Optional[pulumi.Input[str]]):
|
|
793
|
+
def time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
794
794
|
pulumi.set(self, "time", value)
|
|
795
795
|
|
|
796
796
|
|
|
@@ -799,11 +799,11 @@ if not MYPY:
|
|
|
799
799
|
"""
|
|
800
800
|
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
|
|
801
801
|
"""
|
|
802
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
802
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
803
803
|
"""
|
|
804
804
|
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.
|
|
805
805
|
"""
|
|
806
|
-
fields_type: NotRequired[pulumi.Input[str]]
|
|
806
|
+
fields_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
807
807
|
"""
|
|
808
808
|
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
809
809
|
"""
|
|
@@ -811,19 +811,19 @@ if not MYPY:
|
|
|
811
811
|
"""
|
|
812
812
|
FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
|
|
813
813
|
"""
|
|
814
|
-
manager: NotRequired[pulumi.Input[str]]
|
|
814
|
+
manager: NotRequired[pulumi.Input[_builtins.str]]
|
|
815
815
|
"""
|
|
816
816
|
Manager is an identifier of the workflow managing these fields.
|
|
817
817
|
"""
|
|
818
|
-
operation: NotRequired[pulumi.Input[str]]
|
|
818
|
+
operation: NotRequired[pulumi.Input[_builtins.str]]
|
|
819
819
|
"""
|
|
820
820
|
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
821
821
|
"""
|
|
822
|
-
subresource: NotRequired[pulumi.Input[str]]
|
|
822
|
+
subresource: NotRequired[pulumi.Input[_builtins.str]]
|
|
823
823
|
"""
|
|
824
824
|
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.
|
|
825
825
|
"""
|
|
826
|
-
time: NotRequired[pulumi.Input[str]]
|
|
826
|
+
time: NotRequired[pulumi.Input[_builtins.str]]
|
|
827
827
|
"""
|
|
828
828
|
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.
|
|
829
829
|
"""
|
|
@@ -833,22 +833,22 @@ elif False:
|
|
|
833
833
|
@pulumi.input_type
|
|
834
834
|
class ManagedFieldsEntryArgs:
|
|
835
835
|
def __init__(__self__, *,
|
|
836
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
837
|
-
fields_type: Optional[pulumi.Input[str]] = None,
|
|
836
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
837
|
+
fields_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
838
838
|
fields_v1: Optional[Any] = None,
|
|
839
|
-
manager: Optional[pulumi.Input[str]] = None,
|
|
840
|
-
operation: Optional[pulumi.Input[str]] = None,
|
|
841
|
-
subresource: Optional[pulumi.Input[str]] = None,
|
|
842
|
-
time: Optional[pulumi.Input[str]] = None):
|
|
839
|
+
manager: Optional[pulumi.Input[_builtins.str]] = None,
|
|
840
|
+
operation: Optional[pulumi.Input[_builtins.str]] = None,
|
|
841
|
+
subresource: Optional[pulumi.Input[_builtins.str]] = None,
|
|
842
|
+
time: Optional[pulumi.Input[_builtins.str]] = None):
|
|
843
843
|
"""
|
|
844
844
|
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
|
|
845
|
-
:param pulumi.Input[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.
|
|
846
|
-
:param pulumi.Input[str] fields_type: FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
845
|
+
:param pulumi.Input[_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.
|
|
846
|
+
:param pulumi.Input[_builtins.str] fields_type: FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
847
847
|
:param Any fields_v1: FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
|
|
848
|
-
:param pulumi.Input[str] manager: Manager is an identifier of the workflow managing these fields.
|
|
849
|
-
:param pulumi.Input[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'.
|
|
850
|
-
:param pulumi.Input[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.
|
|
851
|
-
:param pulumi.Input[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.
|
|
848
|
+
:param pulumi.Input[_builtins.str] manager: Manager is an identifier of the workflow managing these fields.
|
|
849
|
+
:param pulumi.Input[_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'.
|
|
850
|
+
:param pulumi.Input[_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.
|
|
851
|
+
:param pulumi.Input[_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.
|
|
852
852
|
"""
|
|
853
853
|
if api_version is not None:
|
|
854
854
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -865,31 +865,31 @@ class ManagedFieldsEntryArgs:
|
|
|
865
865
|
if time is not None:
|
|
866
866
|
pulumi.set(__self__, "time", time)
|
|
867
867
|
|
|
868
|
-
@property
|
|
868
|
+
@_builtins.property
|
|
869
869
|
@pulumi.getter(name="apiVersion")
|
|
870
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
870
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
871
871
|
"""
|
|
872
872
|
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.
|
|
873
873
|
"""
|
|
874
874
|
return pulumi.get(self, "api_version")
|
|
875
875
|
|
|
876
876
|
@api_version.setter
|
|
877
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
877
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
878
878
|
pulumi.set(self, "api_version", value)
|
|
879
879
|
|
|
880
|
-
@property
|
|
880
|
+
@_builtins.property
|
|
881
881
|
@pulumi.getter(name="fieldsType")
|
|
882
|
-
def fields_type(self) -> Optional[pulumi.Input[str]]:
|
|
882
|
+
def fields_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
883
883
|
"""
|
|
884
884
|
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
885
885
|
"""
|
|
886
886
|
return pulumi.get(self, "fields_type")
|
|
887
887
|
|
|
888
888
|
@fields_type.setter
|
|
889
|
-
def fields_type(self, value: Optional[pulumi.Input[str]]):
|
|
889
|
+
def fields_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
890
890
|
pulumi.set(self, "fields_type", value)
|
|
891
891
|
|
|
892
|
-
@property
|
|
892
|
+
@_builtins.property
|
|
893
893
|
@pulumi.getter(name="fieldsV1")
|
|
894
894
|
def fields_v1(self) -> Optional[Any]:
|
|
895
895
|
"""
|
|
@@ -901,52 +901,52 @@ class ManagedFieldsEntryArgs:
|
|
|
901
901
|
def fields_v1(self, value: Optional[Any]):
|
|
902
902
|
pulumi.set(self, "fields_v1", value)
|
|
903
903
|
|
|
904
|
-
@property
|
|
904
|
+
@_builtins.property
|
|
905
905
|
@pulumi.getter
|
|
906
|
-
def manager(self) -> Optional[pulumi.Input[str]]:
|
|
906
|
+
def manager(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
907
907
|
"""
|
|
908
908
|
Manager is an identifier of the workflow managing these fields.
|
|
909
909
|
"""
|
|
910
910
|
return pulumi.get(self, "manager")
|
|
911
911
|
|
|
912
912
|
@manager.setter
|
|
913
|
-
def manager(self, value: Optional[pulumi.Input[str]]):
|
|
913
|
+
def manager(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
914
914
|
pulumi.set(self, "manager", value)
|
|
915
915
|
|
|
916
|
-
@property
|
|
916
|
+
@_builtins.property
|
|
917
917
|
@pulumi.getter
|
|
918
|
-
def operation(self) -> Optional[pulumi.Input[str]]:
|
|
918
|
+
def operation(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
919
919
|
"""
|
|
920
920
|
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
921
921
|
"""
|
|
922
922
|
return pulumi.get(self, "operation")
|
|
923
923
|
|
|
924
924
|
@operation.setter
|
|
925
|
-
def operation(self, value: Optional[pulumi.Input[str]]):
|
|
925
|
+
def operation(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
926
926
|
pulumi.set(self, "operation", value)
|
|
927
927
|
|
|
928
|
-
@property
|
|
928
|
+
@_builtins.property
|
|
929
929
|
@pulumi.getter
|
|
930
|
-
def subresource(self) -> Optional[pulumi.Input[str]]:
|
|
930
|
+
def subresource(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
931
931
|
"""
|
|
932
932
|
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.
|
|
933
933
|
"""
|
|
934
934
|
return pulumi.get(self, "subresource")
|
|
935
935
|
|
|
936
936
|
@subresource.setter
|
|
937
|
-
def subresource(self, value: Optional[pulumi.Input[str]]):
|
|
937
|
+
def subresource(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
938
938
|
pulumi.set(self, "subresource", value)
|
|
939
939
|
|
|
940
|
-
@property
|
|
940
|
+
@_builtins.property
|
|
941
941
|
@pulumi.getter
|
|
942
|
-
def time(self) -> Optional[pulumi.Input[str]]:
|
|
942
|
+
def time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
943
943
|
"""
|
|
944
944
|
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.
|
|
945
945
|
"""
|
|
946
946
|
return pulumi.get(self, "time")
|
|
947
947
|
|
|
948
948
|
@time.setter
|
|
949
|
-
def time(self, value: Optional[pulumi.Input[str]]):
|
|
949
|
+
def time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
950
950
|
pulumi.set(self, "time", value)
|
|
951
951
|
|
|
952
952
|
|
|
@@ -955,35 +955,35 @@ if not MYPY:
|
|
|
955
955
|
"""
|
|
956
956
|
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
|
|
957
957
|
"""
|
|
958
|
-
annotations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
958
|
+
annotations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
959
959
|
"""
|
|
960
960
|
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
|
|
961
961
|
"""
|
|
962
|
-
cluster_name: NotRequired[pulumi.Input[str]]
|
|
962
|
+
cluster_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
963
963
|
"""
|
|
964
964
|
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.
|
|
965
965
|
"""
|
|
966
|
-
creation_timestamp: NotRequired[pulumi.Input[str]]
|
|
966
|
+
creation_timestamp: NotRequired[pulumi.Input[_builtins.str]]
|
|
967
967
|
"""
|
|
968
968
|
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.
|
|
969
969
|
|
|
970
970
|
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
971
971
|
"""
|
|
972
|
-
deletion_grace_period_seconds: NotRequired[pulumi.Input[int]]
|
|
972
|
+
deletion_grace_period_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
973
973
|
"""
|
|
974
974
|
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.
|
|
975
975
|
"""
|
|
976
|
-
deletion_timestamp: NotRequired[pulumi.Input[str]]
|
|
976
|
+
deletion_timestamp: NotRequired[pulumi.Input[_builtins.str]]
|
|
977
977
|
"""
|
|
978
978
|
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.
|
|
979
979
|
|
|
980
980
|
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
|
|
981
981
|
"""
|
|
982
|
-
finalizers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
982
|
+
finalizers: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
983
983
|
"""
|
|
984
984
|
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.
|
|
985
985
|
"""
|
|
986
|
-
generate_name: NotRequired[pulumi.Input[str]]
|
|
986
|
+
generate_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
987
987
|
"""
|
|
988
988
|
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.
|
|
989
989
|
|
|
@@ -991,11 +991,11 @@ if not MYPY:
|
|
|
991
991
|
|
|
992
992
|
Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
|
|
993
993
|
"""
|
|
994
|
-
generation: NotRequired[pulumi.Input[int]]
|
|
994
|
+
generation: NotRequired[pulumi.Input[_builtins.int]]
|
|
995
995
|
"""
|
|
996
996
|
A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
997
997
|
"""
|
|
998
|
-
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
998
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
999
999
|
"""
|
|
1000
1000
|
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
|
|
1001
1001
|
"""
|
|
@@ -1003,11 +1003,11 @@ if not MYPY:
|
|
|
1003
1003
|
"""
|
|
1004
1004
|
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.
|
|
1005
1005
|
"""
|
|
1006
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1006
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1007
1007
|
"""
|
|
1008
1008
|
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
|
|
1009
1009
|
"""
|
|
1010
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
1010
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
1011
1011
|
"""
|
|
1012
1012
|
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.
|
|
1013
1013
|
|
|
@@ -1017,17 +1017,17 @@ if not MYPY:
|
|
|
1017
1017
|
"""
|
|
1018
1018
|
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.
|
|
1019
1019
|
"""
|
|
1020
|
-
resource_version: NotRequired[pulumi.Input[str]]
|
|
1020
|
+
resource_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1021
1021
|
"""
|
|
1022
1022
|
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.
|
|
1023
1023
|
|
|
1024
1024
|
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
|
|
1025
1025
|
"""
|
|
1026
|
-
self_link: NotRequired[pulumi.Input[str]]
|
|
1026
|
+
self_link: NotRequired[pulumi.Input[_builtins.str]]
|
|
1027
1027
|
"""
|
|
1028
1028
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1029
1029
|
"""
|
|
1030
|
-
uid: NotRequired[pulumi.Input[str]]
|
|
1030
|
+
uid: NotRequired[pulumi.Input[_builtins.str]]
|
|
1031
1031
|
"""
|
|
1032
1032
|
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.
|
|
1033
1033
|
|
|
@@ -1039,52 +1039,52 @@ elif False:
|
|
|
1039
1039
|
@pulumi.input_type
|
|
1040
1040
|
class ObjectMetaPatchArgs:
|
|
1041
1041
|
def __init__(__self__, *,
|
|
1042
|
-
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1043
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
1044
|
-
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
|
1045
|
-
deletion_grace_period_seconds: Optional[pulumi.Input[int]] = None,
|
|
1046
|
-
deletion_timestamp: Optional[pulumi.Input[str]] = None,
|
|
1047
|
-
finalizers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1048
|
-
generate_name: Optional[pulumi.Input[str]] = None,
|
|
1049
|
-
generation: Optional[pulumi.Input[int]] = None,
|
|
1050
|
-
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1042
|
+
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
1043
|
+
cluster_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1044
|
+
creation_timestamp: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1045
|
+
deletion_grace_period_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1046
|
+
deletion_timestamp: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1047
|
+
finalizers: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1048
|
+
generate_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1049
|
+
generation: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1050
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
1051
1051
|
managed_fields: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedFieldsEntryPatchArgs']]]] = None,
|
|
1052
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
1053
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
|
1052
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1053
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1054
1054
|
owner_references: Optional[pulumi.Input[Sequence[pulumi.Input['OwnerReferencePatchArgs']]]] = None,
|
|
1055
|
-
resource_version: Optional[pulumi.Input[str]] = None,
|
|
1056
|
-
self_link: Optional[pulumi.Input[str]] = None,
|
|
1057
|
-
uid: Optional[pulumi.Input[str]] = None):
|
|
1055
|
+
resource_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1056
|
+
self_link: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1057
|
+
uid: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1058
1058
|
"""
|
|
1059
1059
|
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
|
|
1060
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[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
|
|
1061
|
-
:param pulumi.Input[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.
|
|
1062
|
-
:param pulumi.Input[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.
|
|
1060
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_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
|
|
1061
|
+
:param pulumi.Input[_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.
|
|
1062
|
+
:param pulumi.Input[_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.
|
|
1063
1063
|
|
|
1064
1064
|
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1065
|
-
:param pulumi.Input[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.
|
|
1066
|
-
:param pulumi.Input[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.
|
|
1065
|
+
:param pulumi.Input[_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.
|
|
1066
|
+
:param pulumi.Input[_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.
|
|
1067
1067
|
|
|
1068
1068
|
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
|
|
1069
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
|
1070
|
-
:param pulumi.Input[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.
|
|
1069
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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.
|
|
1070
|
+
:param pulumi.Input[_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.
|
|
1071
1071
|
|
|
1072
1072
|
If this field is specified and the generated name exists, the server will return a 409.
|
|
1073
1073
|
|
|
1074
1074
|
Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
|
|
1075
|
-
:param pulumi.Input[int] generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1076
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[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
|
|
1075
|
+
:param pulumi.Input[_builtins.int] generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1076
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_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
|
|
1077
1077
|
:param pulumi.Input[Sequence[pulumi.Input['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.
|
|
1078
|
-
:param pulumi.Input[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
|
|
1079
|
-
:param pulumi.Input[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.
|
|
1078
|
+
:param pulumi.Input[_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
|
|
1079
|
+
:param pulumi.Input[_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.
|
|
1080
1080
|
|
|
1081
1081
|
Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces
|
|
1082
1082
|
:param pulumi.Input[Sequence[pulumi.Input['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.
|
|
1083
|
-
:param pulumi.Input[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.
|
|
1083
|
+
:param pulumi.Input[_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.
|
|
1084
1084
|
|
|
1085
1085
|
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
|
|
1086
|
-
:param pulumi.Input[str] self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1087
|
-
:param pulumi.Input[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.
|
|
1086
|
+
:param pulumi.Input[_builtins.str] self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1087
|
+
:param pulumi.Input[_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.
|
|
1088
1088
|
|
|
1089
1089
|
Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1090
1090
|
"""
|
|
@@ -1121,33 +1121,33 @@ class ObjectMetaPatchArgs:
|
|
|
1121
1121
|
if uid is not None:
|
|
1122
1122
|
pulumi.set(__self__, "uid", uid)
|
|
1123
1123
|
|
|
1124
|
-
@property
|
|
1124
|
+
@_builtins.property
|
|
1125
1125
|
@pulumi.getter
|
|
1126
|
-
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1126
|
+
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
1127
1127
|
"""
|
|
1128
1128
|
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
|
|
1129
1129
|
"""
|
|
1130
1130
|
return pulumi.get(self, "annotations")
|
|
1131
1131
|
|
|
1132
1132
|
@annotations.setter
|
|
1133
|
-
def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1133
|
+
def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
1134
1134
|
pulumi.set(self, "annotations", value)
|
|
1135
1135
|
|
|
1136
|
-
@property
|
|
1136
|
+
@_builtins.property
|
|
1137
1137
|
@pulumi.getter(name="clusterName")
|
|
1138
|
-
def cluster_name(self) -> Optional[pulumi.Input[str]]:
|
|
1138
|
+
def cluster_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1139
1139
|
"""
|
|
1140
1140
|
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.
|
|
1141
1141
|
"""
|
|
1142
1142
|
return pulumi.get(self, "cluster_name")
|
|
1143
1143
|
|
|
1144
1144
|
@cluster_name.setter
|
|
1145
|
-
def cluster_name(self, value: Optional[pulumi.Input[str]]):
|
|
1145
|
+
def cluster_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1146
1146
|
pulumi.set(self, "cluster_name", value)
|
|
1147
1147
|
|
|
1148
|
-
@property
|
|
1148
|
+
@_builtins.property
|
|
1149
1149
|
@pulumi.getter(name="creationTimestamp")
|
|
1150
|
-
def creation_timestamp(self) -> Optional[pulumi.Input[str]]:
|
|
1150
|
+
def creation_timestamp(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1151
1151
|
"""
|
|
1152
1152
|
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.
|
|
1153
1153
|
|
|
@@ -1156,24 +1156,24 @@ class ObjectMetaPatchArgs:
|
|
|
1156
1156
|
return pulumi.get(self, "creation_timestamp")
|
|
1157
1157
|
|
|
1158
1158
|
@creation_timestamp.setter
|
|
1159
|
-
def creation_timestamp(self, value: Optional[pulumi.Input[str]]):
|
|
1159
|
+
def creation_timestamp(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1160
1160
|
pulumi.set(self, "creation_timestamp", value)
|
|
1161
1161
|
|
|
1162
|
-
@property
|
|
1162
|
+
@_builtins.property
|
|
1163
1163
|
@pulumi.getter(name="deletionGracePeriodSeconds")
|
|
1164
|
-
def deletion_grace_period_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1164
|
+
def deletion_grace_period_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1165
1165
|
"""
|
|
1166
1166
|
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.
|
|
1167
1167
|
"""
|
|
1168
1168
|
return pulumi.get(self, "deletion_grace_period_seconds")
|
|
1169
1169
|
|
|
1170
1170
|
@deletion_grace_period_seconds.setter
|
|
1171
|
-
def deletion_grace_period_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
1171
|
+
def deletion_grace_period_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1172
1172
|
pulumi.set(self, "deletion_grace_period_seconds", value)
|
|
1173
1173
|
|
|
1174
|
-
@property
|
|
1174
|
+
@_builtins.property
|
|
1175
1175
|
@pulumi.getter(name="deletionTimestamp")
|
|
1176
|
-
def deletion_timestamp(self) -> Optional[pulumi.Input[str]]:
|
|
1176
|
+
def deletion_timestamp(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1177
1177
|
"""
|
|
1178
1178
|
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.
|
|
1179
1179
|
|
|
@@ -1182,24 +1182,24 @@ class ObjectMetaPatchArgs:
|
|
|
1182
1182
|
return pulumi.get(self, "deletion_timestamp")
|
|
1183
1183
|
|
|
1184
1184
|
@deletion_timestamp.setter
|
|
1185
|
-
def deletion_timestamp(self, value: Optional[pulumi.Input[str]]):
|
|
1185
|
+
def deletion_timestamp(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1186
1186
|
pulumi.set(self, "deletion_timestamp", value)
|
|
1187
1187
|
|
|
1188
|
-
@property
|
|
1188
|
+
@_builtins.property
|
|
1189
1189
|
@pulumi.getter
|
|
1190
|
-
def finalizers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1190
|
+
def finalizers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1191
1191
|
"""
|
|
1192
1192
|
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.
|
|
1193
1193
|
"""
|
|
1194
1194
|
return pulumi.get(self, "finalizers")
|
|
1195
1195
|
|
|
1196
1196
|
@finalizers.setter
|
|
1197
|
-
def finalizers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1197
|
+
def finalizers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1198
1198
|
pulumi.set(self, "finalizers", value)
|
|
1199
1199
|
|
|
1200
|
-
@property
|
|
1200
|
+
@_builtins.property
|
|
1201
1201
|
@pulumi.getter(name="generateName")
|
|
1202
|
-
def generate_name(self) -> Optional[pulumi.Input[str]]:
|
|
1202
|
+
def generate_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1203
1203
|
"""
|
|
1204
1204
|
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.
|
|
1205
1205
|
|
|
@@ -1210,34 +1210,34 @@ class ObjectMetaPatchArgs:
|
|
|
1210
1210
|
return pulumi.get(self, "generate_name")
|
|
1211
1211
|
|
|
1212
1212
|
@generate_name.setter
|
|
1213
|
-
def generate_name(self, value: Optional[pulumi.Input[str]]):
|
|
1213
|
+
def generate_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1214
1214
|
pulumi.set(self, "generate_name", value)
|
|
1215
1215
|
|
|
1216
|
-
@property
|
|
1216
|
+
@_builtins.property
|
|
1217
1217
|
@pulumi.getter
|
|
1218
|
-
def generation(self) -> Optional[pulumi.Input[int]]:
|
|
1218
|
+
def generation(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1219
1219
|
"""
|
|
1220
1220
|
A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1221
1221
|
"""
|
|
1222
1222
|
return pulumi.get(self, "generation")
|
|
1223
1223
|
|
|
1224
1224
|
@generation.setter
|
|
1225
|
-
def generation(self, value: Optional[pulumi.Input[int]]):
|
|
1225
|
+
def generation(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1226
1226
|
pulumi.set(self, "generation", value)
|
|
1227
1227
|
|
|
1228
|
-
@property
|
|
1228
|
+
@_builtins.property
|
|
1229
1229
|
@pulumi.getter
|
|
1230
|
-
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1230
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
1231
1231
|
"""
|
|
1232
1232
|
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
|
|
1233
1233
|
"""
|
|
1234
1234
|
return pulumi.get(self, "labels")
|
|
1235
1235
|
|
|
1236
1236
|
@labels.setter
|
|
1237
|
-
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1237
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
1238
1238
|
pulumi.set(self, "labels", value)
|
|
1239
1239
|
|
|
1240
|
-
@property
|
|
1240
|
+
@_builtins.property
|
|
1241
1241
|
@pulumi.getter(name="managedFields")
|
|
1242
1242
|
def managed_fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedFieldsEntryPatchArgs']]]]:
|
|
1243
1243
|
"""
|
|
@@ -1249,21 +1249,21 @@ class ObjectMetaPatchArgs:
|
|
|
1249
1249
|
def managed_fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedFieldsEntryPatchArgs']]]]):
|
|
1250
1250
|
pulumi.set(self, "managed_fields", value)
|
|
1251
1251
|
|
|
1252
|
-
@property
|
|
1252
|
+
@_builtins.property
|
|
1253
1253
|
@pulumi.getter
|
|
1254
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1254
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1255
1255
|
"""
|
|
1256
1256
|
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
|
|
1257
1257
|
"""
|
|
1258
1258
|
return pulumi.get(self, "name")
|
|
1259
1259
|
|
|
1260
1260
|
@name.setter
|
|
1261
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1261
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1262
1262
|
pulumi.set(self, "name", value)
|
|
1263
1263
|
|
|
1264
|
-
@property
|
|
1264
|
+
@_builtins.property
|
|
1265
1265
|
@pulumi.getter
|
|
1266
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
1266
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1267
1267
|
"""
|
|
1268
1268
|
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.
|
|
1269
1269
|
|
|
@@ -1272,10 +1272,10 @@ class ObjectMetaPatchArgs:
|
|
|
1272
1272
|
return pulumi.get(self, "namespace")
|
|
1273
1273
|
|
|
1274
1274
|
@namespace.setter
|
|
1275
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
1275
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1276
1276
|
pulumi.set(self, "namespace", value)
|
|
1277
1277
|
|
|
1278
|
-
@property
|
|
1278
|
+
@_builtins.property
|
|
1279
1279
|
@pulumi.getter(name="ownerReferences")
|
|
1280
1280
|
def owner_references(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OwnerReferencePatchArgs']]]]:
|
|
1281
1281
|
"""
|
|
@@ -1287,9 +1287,9 @@ class ObjectMetaPatchArgs:
|
|
|
1287
1287
|
def owner_references(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OwnerReferencePatchArgs']]]]):
|
|
1288
1288
|
pulumi.set(self, "owner_references", value)
|
|
1289
1289
|
|
|
1290
|
-
@property
|
|
1290
|
+
@_builtins.property
|
|
1291
1291
|
@pulumi.getter(name="resourceVersion")
|
|
1292
|
-
def resource_version(self) -> Optional[pulumi.Input[str]]:
|
|
1292
|
+
def resource_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1293
1293
|
"""
|
|
1294
1294
|
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.
|
|
1295
1295
|
|
|
@@ -1298,24 +1298,24 @@ class ObjectMetaPatchArgs:
|
|
|
1298
1298
|
return pulumi.get(self, "resource_version")
|
|
1299
1299
|
|
|
1300
1300
|
@resource_version.setter
|
|
1301
|
-
def resource_version(self, value: Optional[pulumi.Input[str]]):
|
|
1301
|
+
def resource_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1302
1302
|
pulumi.set(self, "resource_version", value)
|
|
1303
1303
|
|
|
1304
|
-
@property
|
|
1304
|
+
@_builtins.property
|
|
1305
1305
|
@pulumi.getter(name="selfLink")
|
|
1306
|
-
def self_link(self) -> Optional[pulumi.Input[str]]:
|
|
1306
|
+
def self_link(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1307
1307
|
"""
|
|
1308
1308
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1309
1309
|
"""
|
|
1310
1310
|
return pulumi.get(self, "self_link")
|
|
1311
1311
|
|
|
1312
1312
|
@self_link.setter
|
|
1313
|
-
def self_link(self, value: Optional[pulumi.Input[str]]):
|
|
1313
|
+
def self_link(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1314
1314
|
pulumi.set(self, "self_link", value)
|
|
1315
1315
|
|
|
1316
|
-
@property
|
|
1316
|
+
@_builtins.property
|
|
1317
1317
|
@pulumi.getter
|
|
1318
|
-
def uid(self) -> Optional[pulumi.Input[str]]:
|
|
1318
|
+
def uid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1319
1319
|
"""
|
|
1320
1320
|
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.
|
|
1321
1321
|
|
|
@@ -1324,7 +1324,7 @@ class ObjectMetaPatchArgs:
|
|
|
1324
1324
|
return pulumi.get(self, "uid")
|
|
1325
1325
|
|
|
1326
1326
|
@uid.setter
|
|
1327
|
-
def uid(self, value: Optional[pulumi.Input[str]]):
|
|
1327
|
+
def uid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1328
1328
|
pulumi.set(self, "uid", value)
|
|
1329
1329
|
|
|
1330
1330
|
|
|
@@ -1333,35 +1333,35 @@ if not MYPY:
|
|
|
1333
1333
|
"""
|
|
1334
1334
|
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
|
|
1335
1335
|
"""
|
|
1336
|
-
annotations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
1336
|
+
annotations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
1337
1337
|
"""
|
|
1338
1338
|
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
|
|
1339
1339
|
"""
|
|
1340
|
-
cluster_name: NotRequired[pulumi.Input[str]]
|
|
1340
|
+
cluster_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1341
1341
|
"""
|
|
1342
1342
|
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.
|
|
1343
1343
|
"""
|
|
1344
|
-
creation_timestamp: NotRequired[pulumi.Input[str]]
|
|
1344
|
+
creation_timestamp: NotRequired[pulumi.Input[_builtins.str]]
|
|
1345
1345
|
"""
|
|
1346
1346
|
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.
|
|
1347
1347
|
|
|
1348
1348
|
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1349
1349
|
"""
|
|
1350
|
-
deletion_grace_period_seconds: NotRequired[pulumi.Input[int]]
|
|
1350
|
+
deletion_grace_period_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
1351
1351
|
"""
|
|
1352
1352
|
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.
|
|
1353
1353
|
"""
|
|
1354
|
-
deletion_timestamp: NotRequired[pulumi.Input[str]]
|
|
1354
|
+
deletion_timestamp: NotRequired[pulumi.Input[_builtins.str]]
|
|
1355
1355
|
"""
|
|
1356
1356
|
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.
|
|
1357
1357
|
|
|
1358
1358
|
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
|
|
1359
1359
|
"""
|
|
1360
|
-
finalizers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1360
|
+
finalizers: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1361
1361
|
"""
|
|
1362
1362
|
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.
|
|
1363
1363
|
"""
|
|
1364
|
-
generate_name: NotRequired[pulumi.Input[str]]
|
|
1364
|
+
generate_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1365
1365
|
"""
|
|
1366
1366
|
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.
|
|
1367
1367
|
|
|
@@ -1369,11 +1369,11 @@ if not MYPY:
|
|
|
1369
1369
|
|
|
1370
1370
|
Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
|
|
1371
1371
|
"""
|
|
1372
|
-
generation: NotRequired[pulumi.Input[int]]
|
|
1372
|
+
generation: NotRequired[pulumi.Input[_builtins.int]]
|
|
1373
1373
|
"""
|
|
1374
1374
|
A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1375
1375
|
"""
|
|
1376
|
-
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
1376
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
1377
1377
|
"""
|
|
1378
1378
|
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
|
|
1379
1379
|
"""
|
|
@@ -1381,11 +1381,11 @@ if not MYPY:
|
|
|
1381
1381
|
"""
|
|
1382
1382
|
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.
|
|
1383
1383
|
"""
|
|
1384
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1384
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1385
1385
|
"""
|
|
1386
1386
|
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
|
|
1387
1387
|
"""
|
|
1388
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
1388
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
1389
1389
|
"""
|
|
1390
1390
|
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.
|
|
1391
1391
|
|
|
@@ -1395,17 +1395,17 @@ if not MYPY:
|
|
|
1395
1395
|
"""
|
|
1396
1396
|
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.
|
|
1397
1397
|
"""
|
|
1398
|
-
resource_version: NotRequired[pulumi.Input[str]]
|
|
1398
|
+
resource_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1399
1399
|
"""
|
|
1400
1400
|
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.
|
|
1401
1401
|
|
|
1402
1402
|
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
|
|
1403
1403
|
"""
|
|
1404
|
-
self_link: NotRequired[pulumi.Input[str]]
|
|
1404
|
+
self_link: NotRequired[pulumi.Input[_builtins.str]]
|
|
1405
1405
|
"""
|
|
1406
1406
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1407
1407
|
"""
|
|
1408
|
-
uid: NotRequired[pulumi.Input[str]]
|
|
1408
|
+
uid: NotRequired[pulumi.Input[_builtins.str]]
|
|
1409
1409
|
"""
|
|
1410
1410
|
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.
|
|
1411
1411
|
|
|
@@ -1417,52 +1417,52 @@ elif False:
|
|
|
1417
1417
|
@pulumi.input_type
|
|
1418
1418
|
class ObjectMetaArgs:
|
|
1419
1419
|
def __init__(__self__, *,
|
|
1420
|
-
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1421
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
1422
|
-
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
|
1423
|
-
deletion_grace_period_seconds: Optional[pulumi.Input[int]] = None,
|
|
1424
|
-
deletion_timestamp: Optional[pulumi.Input[str]] = None,
|
|
1425
|
-
finalizers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1426
|
-
generate_name: Optional[pulumi.Input[str]] = None,
|
|
1427
|
-
generation: Optional[pulumi.Input[int]] = None,
|
|
1428
|
-
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1420
|
+
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
1421
|
+
cluster_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1422
|
+
creation_timestamp: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1423
|
+
deletion_grace_period_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1424
|
+
deletion_timestamp: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1425
|
+
finalizers: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1426
|
+
generate_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1427
|
+
generation: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1428
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
1429
1429
|
managed_fields: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedFieldsEntryArgs']]]] = None,
|
|
1430
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
1431
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
|
1430
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1431
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1432
1432
|
owner_references: Optional[pulumi.Input[Sequence[pulumi.Input['OwnerReferenceArgs']]]] = None,
|
|
1433
|
-
resource_version: Optional[pulumi.Input[str]] = None,
|
|
1434
|
-
self_link: Optional[pulumi.Input[str]] = None,
|
|
1435
|
-
uid: Optional[pulumi.Input[str]] = None):
|
|
1433
|
+
resource_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1434
|
+
self_link: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1435
|
+
uid: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1436
1436
|
"""
|
|
1437
1437
|
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
|
|
1438
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[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
|
|
1439
|
-
:param pulumi.Input[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.
|
|
1440
|
-
:param pulumi.Input[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.
|
|
1438
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_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
|
|
1439
|
+
:param pulumi.Input[_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.
|
|
1440
|
+
:param pulumi.Input[_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.
|
|
1441
1441
|
|
|
1442
1442
|
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1443
|
-
:param pulumi.Input[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.
|
|
1444
|
-
:param pulumi.Input[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.
|
|
1443
|
+
:param pulumi.Input[_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.
|
|
1444
|
+
:param pulumi.Input[_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.
|
|
1445
1445
|
|
|
1446
1446
|
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
|
|
1447
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
|
1448
|
-
:param pulumi.Input[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.
|
|
1447
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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.
|
|
1448
|
+
:param pulumi.Input[_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.
|
|
1449
1449
|
|
|
1450
1450
|
If this field is specified and the generated name exists, the server will return a 409.
|
|
1451
1451
|
|
|
1452
1452
|
Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
|
|
1453
|
-
:param pulumi.Input[int] generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1454
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[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
|
|
1453
|
+
:param pulumi.Input[_builtins.int] generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1454
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_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
|
|
1455
1455
|
:param pulumi.Input[Sequence[pulumi.Input['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.
|
|
1456
|
-
:param pulumi.Input[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
|
|
1457
|
-
:param pulumi.Input[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.
|
|
1456
|
+
:param pulumi.Input[_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
|
|
1457
|
+
:param pulumi.Input[_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.
|
|
1458
1458
|
|
|
1459
1459
|
Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces
|
|
1460
1460
|
:param pulumi.Input[Sequence[pulumi.Input['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.
|
|
1461
|
-
:param pulumi.Input[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.
|
|
1461
|
+
:param pulumi.Input[_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.
|
|
1462
1462
|
|
|
1463
1463
|
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
|
|
1464
|
-
:param pulumi.Input[str] self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1465
|
-
:param pulumi.Input[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.
|
|
1464
|
+
:param pulumi.Input[_builtins.str] self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1465
|
+
:param pulumi.Input[_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.
|
|
1466
1466
|
|
|
1467
1467
|
Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1468
1468
|
"""
|
|
@@ -1499,33 +1499,33 @@ class ObjectMetaArgs:
|
|
|
1499
1499
|
if uid is not None:
|
|
1500
1500
|
pulumi.set(__self__, "uid", uid)
|
|
1501
1501
|
|
|
1502
|
-
@property
|
|
1502
|
+
@_builtins.property
|
|
1503
1503
|
@pulumi.getter
|
|
1504
|
-
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1504
|
+
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
1505
1505
|
"""
|
|
1506
1506
|
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
|
|
1507
1507
|
"""
|
|
1508
1508
|
return pulumi.get(self, "annotations")
|
|
1509
1509
|
|
|
1510
1510
|
@annotations.setter
|
|
1511
|
-
def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1511
|
+
def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
1512
1512
|
pulumi.set(self, "annotations", value)
|
|
1513
1513
|
|
|
1514
|
-
@property
|
|
1514
|
+
@_builtins.property
|
|
1515
1515
|
@pulumi.getter(name="clusterName")
|
|
1516
|
-
def cluster_name(self) -> Optional[pulumi.Input[str]]:
|
|
1516
|
+
def cluster_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1517
1517
|
"""
|
|
1518
1518
|
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.
|
|
1519
1519
|
"""
|
|
1520
1520
|
return pulumi.get(self, "cluster_name")
|
|
1521
1521
|
|
|
1522
1522
|
@cluster_name.setter
|
|
1523
|
-
def cluster_name(self, value: Optional[pulumi.Input[str]]):
|
|
1523
|
+
def cluster_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1524
1524
|
pulumi.set(self, "cluster_name", value)
|
|
1525
1525
|
|
|
1526
|
-
@property
|
|
1526
|
+
@_builtins.property
|
|
1527
1527
|
@pulumi.getter(name="creationTimestamp")
|
|
1528
|
-
def creation_timestamp(self) -> Optional[pulumi.Input[str]]:
|
|
1528
|
+
def creation_timestamp(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1529
1529
|
"""
|
|
1530
1530
|
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.
|
|
1531
1531
|
|
|
@@ -1534,24 +1534,24 @@ class ObjectMetaArgs:
|
|
|
1534
1534
|
return pulumi.get(self, "creation_timestamp")
|
|
1535
1535
|
|
|
1536
1536
|
@creation_timestamp.setter
|
|
1537
|
-
def creation_timestamp(self, value: Optional[pulumi.Input[str]]):
|
|
1537
|
+
def creation_timestamp(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1538
1538
|
pulumi.set(self, "creation_timestamp", value)
|
|
1539
1539
|
|
|
1540
|
-
@property
|
|
1540
|
+
@_builtins.property
|
|
1541
1541
|
@pulumi.getter(name="deletionGracePeriodSeconds")
|
|
1542
|
-
def deletion_grace_period_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1542
|
+
def deletion_grace_period_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1543
1543
|
"""
|
|
1544
1544
|
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.
|
|
1545
1545
|
"""
|
|
1546
1546
|
return pulumi.get(self, "deletion_grace_period_seconds")
|
|
1547
1547
|
|
|
1548
1548
|
@deletion_grace_period_seconds.setter
|
|
1549
|
-
def deletion_grace_period_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
1549
|
+
def deletion_grace_period_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1550
1550
|
pulumi.set(self, "deletion_grace_period_seconds", value)
|
|
1551
1551
|
|
|
1552
|
-
@property
|
|
1552
|
+
@_builtins.property
|
|
1553
1553
|
@pulumi.getter(name="deletionTimestamp")
|
|
1554
|
-
def deletion_timestamp(self) -> Optional[pulumi.Input[str]]:
|
|
1554
|
+
def deletion_timestamp(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1555
1555
|
"""
|
|
1556
1556
|
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.
|
|
1557
1557
|
|
|
@@ -1560,24 +1560,24 @@ class ObjectMetaArgs:
|
|
|
1560
1560
|
return pulumi.get(self, "deletion_timestamp")
|
|
1561
1561
|
|
|
1562
1562
|
@deletion_timestamp.setter
|
|
1563
|
-
def deletion_timestamp(self, value: Optional[pulumi.Input[str]]):
|
|
1563
|
+
def deletion_timestamp(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1564
1564
|
pulumi.set(self, "deletion_timestamp", value)
|
|
1565
1565
|
|
|
1566
|
-
@property
|
|
1566
|
+
@_builtins.property
|
|
1567
1567
|
@pulumi.getter
|
|
1568
|
-
def finalizers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1568
|
+
def finalizers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1569
1569
|
"""
|
|
1570
1570
|
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.
|
|
1571
1571
|
"""
|
|
1572
1572
|
return pulumi.get(self, "finalizers")
|
|
1573
1573
|
|
|
1574
1574
|
@finalizers.setter
|
|
1575
|
-
def finalizers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1575
|
+
def finalizers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1576
1576
|
pulumi.set(self, "finalizers", value)
|
|
1577
1577
|
|
|
1578
|
-
@property
|
|
1578
|
+
@_builtins.property
|
|
1579
1579
|
@pulumi.getter(name="generateName")
|
|
1580
|
-
def generate_name(self) -> Optional[pulumi.Input[str]]:
|
|
1580
|
+
def generate_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1581
1581
|
"""
|
|
1582
1582
|
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.
|
|
1583
1583
|
|
|
@@ -1588,34 +1588,34 @@ class ObjectMetaArgs:
|
|
|
1588
1588
|
return pulumi.get(self, "generate_name")
|
|
1589
1589
|
|
|
1590
1590
|
@generate_name.setter
|
|
1591
|
-
def generate_name(self, value: Optional[pulumi.Input[str]]):
|
|
1591
|
+
def generate_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1592
1592
|
pulumi.set(self, "generate_name", value)
|
|
1593
1593
|
|
|
1594
|
-
@property
|
|
1594
|
+
@_builtins.property
|
|
1595
1595
|
@pulumi.getter
|
|
1596
|
-
def generation(self) -> Optional[pulumi.Input[int]]:
|
|
1596
|
+
def generation(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1597
1597
|
"""
|
|
1598
1598
|
A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1599
1599
|
"""
|
|
1600
1600
|
return pulumi.get(self, "generation")
|
|
1601
1601
|
|
|
1602
1602
|
@generation.setter
|
|
1603
|
-
def generation(self, value: Optional[pulumi.Input[int]]):
|
|
1603
|
+
def generation(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1604
1604
|
pulumi.set(self, "generation", value)
|
|
1605
1605
|
|
|
1606
|
-
@property
|
|
1606
|
+
@_builtins.property
|
|
1607
1607
|
@pulumi.getter
|
|
1608
|
-
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1608
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
1609
1609
|
"""
|
|
1610
1610
|
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
|
|
1611
1611
|
"""
|
|
1612
1612
|
return pulumi.get(self, "labels")
|
|
1613
1613
|
|
|
1614
1614
|
@labels.setter
|
|
1615
|
-
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1615
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
1616
1616
|
pulumi.set(self, "labels", value)
|
|
1617
1617
|
|
|
1618
|
-
@property
|
|
1618
|
+
@_builtins.property
|
|
1619
1619
|
@pulumi.getter(name="managedFields")
|
|
1620
1620
|
def managed_fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedFieldsEntryArgs']]]]:
|
|
1621
1621
|
"""
|
|
@@ -1627,21 +1627,21 @@ class ObjectMetaArgs:
|
|
|
1627
1627
|
def managed_fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedFieldsEntryArgs']]]]):
|
|
1628
1628
|
pulumi.set(self, "managed_fields", value)
|
|
1629
1629
|
|
|
1630
|
-
@property
|
|
1630
|
+
@_builtins.property
|
|
1631
1631
|
@pulumi.getter
|
|
1632
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1632
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1633
1633
|
"""
|
|
1634
1634
|
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
|
|
1635
1635
|
"""
|
|
1636
1636
|
return pulumi.get(self, "name")
|
|
1637
1637
|
|
|
1638
1638
|
@name.setter
|
|
1639
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1639
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1640
1640
|
pulumi.set(self, "name", value)
|
|
1641
1641
|
|
|
1642
|
-
@property
|
|
1642
|
+
@_builtins.property
|
|
1643
1643
|
@pulumi.getter
|
|
1644
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
1644
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1645
1645
|
"""
|
|
1646
1646
|
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.
|
|
1647
1647
|
|
|
@@ -1650,10 +1650,10 @@ class ObjectMetaArgs:
|
|
|
1650
1650
|
return pulumi.get(self, "namespace")
|
|
1651
1651
|
|
|
1652
1652
|
@namespace.setter
|
|
1653
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
1653
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1654
1654
|
pulumi.set(self, "namespace", value)
|
|
1655
1655
|
|
|
1656
|
-
@property
|
|
1656
|
+
@_builtins.property
|
|
1657
1657
|
@pulumi.getter(name="ownerReferences")
|
|
1658
1658
|
def owner_references(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OwnerReferenceArgs']]]]:
|
|
1659
1659
|
"""
|
|
@@ -1665,9 +1665,9 @@ class ObjectMetaArgs:
|
|
|
1665
1665
|
def owner_references(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OwnerReferenceArgs']]]]):
|
|
1666
1666
|
pulumi.set(self, "owner_references", value)
|
|
1667
1667
|
|
|
1668
|
-
@property
|
|
1668
|
+
@_builtins.property
|
|
1669
1669
|
@pulumi.getter(name="resourceVersion")
|
|
1670
|
-
def resource_version(self) -> Optional[pulumi.Input[str]]:
|
|
1670
|
+
def resource_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1671
1671
|
"""
|
|
1672
1672
|
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.
|
|
1673
1673
|
|
|
@@ -1676,24 +1676,24 @@ class ObjectMetaArgs:
|
|
|
1676
1676
|
return pulumi.get(self, "resource_version")
|
|
1677
1677
|
|
|
1678
1678
|
@resource_version.setter
|
|
1679
|
-
def resource_version(self, value: Optional[pulumi.Input[str]]):
|
|
1679
|
+
def resource_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1680
1680
|
pulumi.set(self, "resource_version", value)
|
|
1681
1681
|
|
|
1682
|
-
@property
|
|
1682
|
+
@_builtins.property
|
|
1683
1683
|
@pulumi.getter(name="selfLink")
|
|
1684
|
-
def self_link(self) -> Optional[pulumi.Input[str]]:
|
|
1684
|
+
def self_link(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1685
1685
|
"""
|
|
1686
1686
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1687
1687
|
"""
|
|
1688
1688
|
return pulumi.get(self, "self_link")
|
|
1689
1689
|
|
|
1690
1690
|
@self_link.setter
|
|
1691
|
-
def self_link(self, value: Optional[pulumi.Input[str]]):
|
|
1691
|
+
def self_link(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1692
1692
|
pulumi.set(self, "self_link", value)
|
|
1693
1693
|
|
|
1694
|
-
@property
|
|
1694
|
+
@_builtins.property
|
|
1695
1695
|
@pulumi.getter
|
|
1696
|
-
def uid(self) -> Optional[pulumi.Input[str]]:
|
|
1696
|
+
def uid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1697
1697
|
"""
|
|
1698
1698
|
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.
|
|
1699
1699
|
|
|
@@ -1702,7 +1702,7 @@ class ObjectMetaArgs:
|
|
|
1702
1702
|
return pulumi.get(self, "uid")
|
|
1703
1703
|
|
|
1704
1704
|
@uid.setter
|
|
1705
|
-
def uid(self, value: Optional[pulumi.Input[str]]):
|
|
1705
|
+
def uid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1706
1706
|
pulumi.set(self, "uid", value)
|
|
1707
1707
|
|
|
1708
1708
|
|
|
@@ -1711,27 +1711,27 @@ if not MYPY:
|
|
|
1711
1711
|
"""
|
|
1712
1712
|
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.
|
|
1713
1713
|
"""
|
|
1714
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1714
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1715
1715
|
"""
|
|
1716
1716
|
API version of the referent.
|
|
1717
1717
|
"""
|
|
1718
|
-
block_owner_deletion: NotRequired[pulumi.Input[bool]]
|
|
1718
|
+
block_owner_deletion: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1719
1719
|
"""
|
|
1720
1720
|
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.
|
|
1721
1721
|
"""
|
|
1722
|
-
controller: NotRequired[pulumi.Input[bool]]
|
|
1722
|
+
controller: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1723
1723
|
"""
|
|
1724
1724
|
If true, this reference points to the managing controller.
|
|
1725
1725
|
"""
|
|
1726
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1726
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1727
1727
|
"""
|
|
1728
1728
|
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1729
1729
|
"""
|
|
1730
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1730
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1731
1731
|
"""
|
|
1732
1732
|
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1733
1733
|
"""
|
|
1734
|
-
uid: NotRequired[pulumi.Input[str]]
|
|
1734
|
+
uid: NotRequired[pulumi.Input[_builtins.str]]
|
|
1735
1735
|
"""
|
|
1736
1736
|
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1737
1737
|
"""
|
|
@@ -1741,20 +1741,20 @@ elif False:
|
|
|
1741
1741
|
@pulumi.input_type
|
|
1742
1742
|
class OwnerReferencePatchArgs:
|
|
1743
1743
|
def __init__(__self__, *,
|
|
1744
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1745
|
-
block_owner_deletion: Optional[pulumi.Input[bool]] = None,
|
|
1746
|
-
controller: Optional[pulumi.Input[bool]] = None,
|
|
1747
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1748
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
1749
|
-
uid: Optional[pulumi.Input[str]] = None):
|
|
1744
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1745
|
+
block_owner_deletion: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1746
|
+
controller: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1747
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1748
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1749
|
+
uid: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1750
1750
|
"""
|
|
1751
1751
|
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.
|
|
1752
|
-
:param pulumi.Input[str] api_version: API version of the referent.
|
|
1753
|
-
:param pulumi.Input[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.
|
|
1754
|
-
:param pulumi.Input[bool] controller: If true, this reference points to the managing controller.
|
|
1755
|
-
:param pulumi.Input[str] kind: Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1756
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1757
|
-
:param pulumi.Input[str] uid: UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1752
|
+
:param pulumi.Input[_builtins.str] api_version: API version of the referent.
|
|
1753
|
+
:param pulumi.Input[_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.
|
|
1754
|
+
:param pulumi.Input[_builtins.bool] controller: If true, this reference points to the managing controller.
|
|
1755
|
+
:param pulumi.Input[_builtins.str] kind: Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1756
|
+
:param pulumi.Input[_builtins.str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1757
|
+
:param pulumi.Input[_builtins.str] uid: UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1758
1758
|
"""
|
|
1759
1759
|
if api_version is not None:
|
|
1760
1760
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -1769,76 +1769,76 @@ class OwnerReferencePatchArgs:
|
|
|
1769
1769
|
if uid is not None:
|
|
1770
1770
|
pulumi.set(__self__, "uid", uid)
|
|
1771
1771
|
|
|
1772
|
-
@property
|
|
1772
|
+
@_builtins.property
|
|
1773
1773
|
@pulumi.getter(name="apiVersion")
|
|
1774
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1774
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1775
1775
|
"""
|
|
1776
1776
|
API version of the referent.
|
|
1777
1777
|
"""
|
|
1778
1778
|
return pulumi.get(self, "api_version")
|
|
1779
1779
|
|
|
1780
1780
|
@api_version.setter
|
|
1781
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1781
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1782
1782
|
pulumi.set(self, "api_version", value)
|
|
1783
1783
|
|
|
1784
|
-
@property
|
|
1784
|
+
@_builtins.property
|
|
1785
1785
|
@pulumi.getter(name="blockOwnerDeletion")
|
|
1786
|
-
def block_owner_deletion(self) -> Optional[pulumi.Input[bool]]:
|
|
1786
|
+
def block_owner_deletion(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1787
1787
|
"""
|
|
1788
1788
|
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.
|
|
1789
1789
|
"""
|
|
1790
1790
|
return pulumi.get(self, "block_owner_deletion")
|
|
1791
1791
|
|
|
1792
1792
|
@block_owner_deletion.setter
|
|
1793
|
-
def block_owner_deletion(self, value: Optional[pulumi.Input[bool]]):
|
|
1793
|
+
def block_owner_deletion(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1794
1794
|
pulumi.set(self, "block_owner_deletion", value)
|
|
1795
1795
|
|
|
1796
|
-
@property
|
|
1796
|
+
@_builtins.property
|
|
1797
1797
|
@pulumi.getter
|
|
1798
|
-
def controller(self) -> Optional[pulumi.Input[bool]]:
|
|
1798
|
+
def controller(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1799
1799
|
"""
|
|
1800
1800
|
If true, this reference points to the managing controller.
|
|
1801
1801
|
"""
|
|
1802
1802
|
return pulumi.get(self, "controller")
|
|
1803
1803
|
|
|
1804
1804
|
@controller.setter
|
|
1805
|
-
def controller(self, value: Optional[pulumi.Input[bool]]):
|
|
1805
|
+
def controller(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1806
1806
|
pulumi.set(self, "controller", value)
|
|
1807
1807
|
|
|
1808
|
-
@property
|
|
1808
|
+
@_builtins.property
|
|
1809
1809
|
@pulumi.getter
|
|
1810
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1810
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1811
1811
|
"""
|
|
1812
1812
|
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1813
1813
|
"""
|
|
1814
1814
|
return pulumi.get(self, "kind")
|
|
1815
1815
|
|
|
1816
1816
|
@kind.setter
|
|
1817
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1817
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1818
1818
|
pulumi.set(self, "kind", value)
|
|
1819
1819
|
|
|
1820
|
-
@property
|
|
1820
|
+
@_builtins.property
|
|
1821
1821
|
@pulumi.getter
|
|
1822
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1822
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1823
1823
|
"""
|
|
1824
1824
|
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1825
1825
|
"""
|
|
1826
1826
|
return pulumi.get(self, "name")
|
|
1827
1827
|
|
|
1828
1828
|
@name.setter
|
|
1829
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1829
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1830
1830
|
pulumi.set(self, "name", value)
|
|
1831
1831
|
|
|
1832
|
-
@property
|
|
1832
|
+
@_builtins.property
|
|
1833
1833
|
@pulumi.getter
|
|
1834
|
-
def uid(self) -> Optional[pulumi.Input[str]]:
|
|
1834
|
+
def uid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1835
1835
|
"""
|
|
1836
1836
|
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1837
1837
|
"""
|
|
1838
1838
|
return pulumi.get(self, "uid")
|
|
1839
1839
|
|
|
1840
1840
|
@uid.setter
|
|
1841
|
-
def uid(self, value: Optional[pulumi.Input[str]]):
|
|
1841
|
+
def uid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1842
1842
|
pulumi.set(self, "uid", value)
|
|
1843
1843
|
|
|
1844
1844
|
|
|
@@ -1847,27 +1847,27 @@ if not MYPY:
|
|
|
1847
1847
|
"""
|
|
1848
1848
|
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.
|
|
1849
1849
|
"""
|
|
1850
|
-
api_version: pulumi.Input[str]
|
|
1850
|
+
api_version: pulumi.Input[_builtins.str]
|
|
1851
1851
|
"""
|
|
1852
1852
|
API version of the referent.
|
|
1853
1853
|
"""
|
|
1854
|
-
kind: pulumi.Input[str]
|
|
1854
|
+
kind: pulumi.Input[_builtins.str]
|
|
1855
1855
|
"""
|
|
1856
1856
|
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1857
1857
|
"""
|
|
1858
|
-
name: pulumi.Input[str]
|
|
1858
|
+
name: pulumi.Input[_builtins.str]
|
|
1859
1859
|
"""
|
|
1860
1860
|
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1861
1861
|
"""
|
|
1862
|
-
uid: pulumi.Input[str]
|
|
1862
|
+
uid: pulumi.Input[_builtins.str]
|
|
1863
1863
|
"""
|
|
1864
1864
|
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1865
1865
|
"""
|
|
1866
|
-
block_owner_deletion: NotRequired[pulumi.Input[bool]]
|
|
1866
|
+
block_owner_deletion: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1867
1867
|
"""
|
|
1868
1868
|
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.
|
|
1869
1869
|
"""
|
|
1870
|
-
controller: NotRequired[pulumi.Input[bool]]
|
|
1870
|
+
controller: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1871
1871
|
"""
|
|
1872
1872
|
If true, this reference points to the managing controller.
|
|
1873
1873
|
"""
|
|
@@ -1877,20 +1877,20 @@ elif False:
|
|
|
1877
1877
|
@pulumi.input_type
|
|
1878
1878
|
class OwnerReferenceArgs:
|
|
1879
1879
|
def __init__(__self__, *,
|
|
1880
|
-
api_version: pulumi.Input[str],
|
|
1881
|
-
kind: pulumi.Input[str],
|
|
1882
|
-
name: pulumi.Input[str],
|
|
1883
|
-
uid: pulumi.Input[str],
|
|
1884
|
-
block_owner_deletion: Optional[pulumi.Input[bool]] = None,
|
|
1885
|
-
controller: Optional[pulumi.Input[bool]] = None):
|
|
1880
|
+
api_version: pulumi.Input[_builtins.str],
|
|
1881
|
+
kind: pulumi.Input[_builtins.str],
|
|
1882
|
+
name: pulumi.Input[_builtins.str],
|
|
1883
|
+
uid: pulumi.Input[_builtins.str],
|
|
1884
|
+
block_owner_deletion: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1885
|
+
controller: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
1886
1886
|
"""
|
|
1887
1887
|
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.
|
|
1888
|
-
:param pulumi.Input[str] api_version: API version of the referent.
|
|
1889
|
-
:param pulumi.Input[str] kind: Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1890
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1891
|
-
:param pulumi.Input[str] uid: UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1892
|
-
:param pulumi.Input[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.
|
|
1893
|
-
:param pulumi.Input[bool] controller: If true, this reference points to the managing controller.
|
|
1888
|
+
:param pulumi.Input[_builtins.str] api_version: API version of the referent.
|
|
1889
|
+
:param pulumi.Input[_builtins.str] kind: Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1890
|
+
:param pulumi.Input[_builtins.str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1891
|
+
:param pulumi.Input[_builtins.str] uid: UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1892
|
+
:param pulumi.Input[_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.
|
|
1893
|
+
:param pulumi.Input[_builtins.bool] controller: If true, this reference points to the managing controller.
|
|
1894
1894
|
"""
|
|
1895
1895
|
pulumi.set(__self__, "api_version", api_version)
|
|
1896
1896
|
pulumi.set(__self__, "kind", kind)
|
|
@@ -1901,76 +1901,76 @@ class OwnerReferenceArgs:
|
|
|
1901
1901
|
if controller is not None:
|
|
1902
1902
|
pulumi.set(__self__, "controller", controller)
|
|
1903
1903
|
|
|
1904
|
-
@property
|
|
1904
|
+
@_builtins.property
|
|
1905
1905
|
@pulumi.getter(name="apiVersion")
|
|
1906
|
-
def api_version(self) -> pulumi.Input[str]:
|
|
1906
|
+
def api_version(self) -> pulumi.Input[_builtins.str]:
|
|
1907
1907
|
"""
|
|
1908
1908
|
API version of the referent.
|
|
1909
1909
|
"""
|
|
1910
1910
|
return pulumi.get(self, "api_version")
|
|
1911
1911
|
|
|
1912
1912
|
@api_version.setter
|
|
1913
|
-
def api_version(self, value: pulumi.Input[str]):
|
|
1913
|
+
def api_version(self, value: pulumi.Input[_builtins.str]):
|
|
1914
1914
|
pulumi.set(self, "api_version", value)
|
|
1915
1915
|
|
|
1916
|
-
@property
|
|
1916
|
+
@_builtins.property
|
|
1917
1917
|
@pulumi.getter
|
|
1918
|
-
def kind(self) -> pulumi.Input[str]:
|
|
1918
|
+
def kind(self) -> pulumi.Input[_builtins.str]:
|
|
1919
1919
|
"""
|
|
1920
1920
|
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1921
1921
|
"""
|
|
1922
1922
|
return pulumi.get(self, "kind")
|
|
1923
1923
|
|
|
1924
1924
|
@kind.setter
|
|
1925
|
-
def kind(self, value: pulumi.Input[str]):
|
|
1925
|
+
def kind(self, value: pulumi.Input[_builtins.str]):
|
|
1926
1926
|
pulumi.set(self, "kind", value)
|
|
1927
1927
|
|
|
1928
|
-
@property
|
|
1928
|
+
@_builtins.property
|
|
1929
1929
|
@pulumi.getter
|
|
1930
|
-
def name(self) -> pulumi.Input[str]:
|
|
1930
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
1931
1931
|
"""
|
|
1932
1932
|
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1933
1933
|
"""
|
|
1934
1934
|
return pulumi.get(self, "name")
|
|
1935
1935
|
|
|
1936
1936
|
@name.setter
|
|
1937
|
-
def name(self, value: pulumi.Input[str]):
|
|
1937
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
1938
1938
|
pulumi.set(self, "name", value)
|
|
1939
1939
|
|
|
1940
|
-
@property
|
|
1940
|
+
@_builtins.property
|
|
1941
1941
|
@pulumi.getter
|
|
1942
|
-
def uid(self) -> pulumi.Input[str]:
|
|
1942
|
+
def uid(self) -> pulumi.Input[_builtins.str]:
|
|
1943
1943
|
"""
|
|
1944
1944
|
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1945
1945
|
"""
|
|
1946
1946
|
return pulumi.get(self, "uid")
|
|
1947
1947
|
|
|
1948
1948
|
@uid.setter
|
|
1949
|
-
def uid(self, value: pulumi.Input[str]):
|
|
1949
|
+
def uid(self, value: pulumi.Input[_builtins.str]):
|
|
1950
1950
|
pulumi.set(self, "uid", value)
|
|
1951
1951
|
|
|
1952
|
-
@property
|
|
1952
|
+
@_builtins.property
|
|
1953
1953
|
@pulumi.getter(name="blockOwnerDeletion")
|
|
1954
|
-
def block_owner_deletion(self) -> Optional[pulumi.Input[bool]]:
|
|
1954
|
+
def block_owner_deletion(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1955
1955
|
"""
|
|
1956
1956
|
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.
|
|
1957
1957
|
"""
|
|
1958
1958
|
return pulumi.get(self, "block_owner_deletion")
|
|
1959
1959
|
|
|
1960
1960
|
@block_owner_deletion.setter
|
|
1961
|
-
def block_owner_deletion(self, value: Optional[pulumi.Input[bool]]):
|
|
1961
|
+
def block_owner_deletion(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1962
1962
|
pulumi.set(self, "block_owner_deletion", value)
|
|
1963
1963
|
|
|
1964
|
-
@property
|
|
1964
|
+
@_builtins.property
|
|
1965
1965
|
@pulumi.getter
|
|
1966
|
-
def controller(self) -> Optional[pulumi.Input[bool]]:
|
|
1966
|
+
def controller(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1967
1967
|
"""
|
|
1968
1968
|
If true, this reference points to the managing controller.
|
|
1969
1969
|
"""
|
|
1970
1970
|
return pulumi.get(self, "controller")
|
|
1971
1971
|
|
|
1972
1972
|
@controller.setter
|
|
1973
|
-
def controller(self, value: Optional[pulumi.Input[bool]]):
|
|
1973
|
+
def controller(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1974
1974
|
pulumi.set(self, "controller", value)
|
|
1975
1975
|
|
|
1976
1976
|
|
|
@@ -1979,7 +1979,7 @@ if not MYPY:
|
|
|
1979
1979
|
"""
|
|
1980
1980
|
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
|
|
1981
1981
|
"""
|
|
1982
|
-
field: NotRequired[pulumi.Input[str]]
|
|
1982
|
+
field: NotRequired[pulumi.Input[_builtins.str]]
|
|
1983
1983
|
"""
|
|
1984
1984
|
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.
|
|
1985
1985
|
|
|
@@ -1987,11 +1987,11 @@ if not MYPY:
|
|
|
1987
1987
|
"name" - the field "name" on the current resource
|
|
1988
1988
|
"items[0].name" - the field "name" on the first array entry in "items"
|
|
1989
1989
|
"""
|
|
1990
|
-
message: NotRequired[pulumi.Input[str]]
|
|
1990
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
1991
1991
|
"""
|
|
1992
1992
|
A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
1993
1993
|
"""
|
|
1994
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
1994
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
1995
1995
|
"""
|
|
1996
1996
|
A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
1997
1997
|
"""
|
|
@@ -2001,18 +2001,18 @@ elif False:
|
|
|
2001
2001
|
@pulumi.input_type
|
|
2002
2002
|
class StatusCausePatchArgs:
|
|
2003
2003
|
def __init__(__self__, *,
|
|
2004
|
-
field: Optional[pulumi.Input[str]] = None,
|
|
2005
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
2006
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
2004
|
+
field: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2005
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2006
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2007
2007
|
"""
|
|
2008
2008
|
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
|
|
2009
|
-
:param pulumi.Input[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.
|
|
2009
|
+
:param pulumi.Input[_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.
|
|
2010
2010
|
|
|
2011
2011
|
Examples:
|
|
2012
2012
|
"name" - the field "name" on the current resource
|
|
2013
2013
|
"items[0].name" - the field "name" on the first array entry in "items"
|
|
2014
|
-
:param pulumi.Input[str] message: A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
2015
|
-
:param pulumi.Input[str] reason: A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
2014
|
+
:param pulumi.Input[_builtins.str] message: A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
2015
|
+
:param pulumi.Input[_builtins.str] reason: A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
2016
2016
|
"""
|
|
2017
2017
|
if field is not None:
|
|
2018
2018
|
pulumi.set(__self__, "field", field)
|
|
@@ -2021,9 +2021,9 @@ class StatusCausePatchArgs:
|
|
|
2021
2021
|
if reason is not None:
|
|
2022
2022
|
pulumi.set(__self__, "reason", reason)
|
|
2023
2023
|
|
|
2024
|
-
@property
|
|
2024
|
+
@_builtins.property
|
|
2025
2025
|
@pulumi.getter
|
|
2026
|
-
def field(self) -> Optional[pulumi.Input[str]]:
|
|
2026
|
+
def field(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2027
2027
|
"""
|
|
2028
2028
|
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.
|
|
2029
2029
|
|
|
@@ -2034,31 +2034,31 @@ class StatusCausePatchArgs:
|
|
|
2034
2034
|
return pulumi.get(self, "field")
|
|
2035
2035
|
|
|
2036
2036
|
@field.setter
|
|
2037
|
-
def field(self, value: Optional[pulumi.Input[str]]):
|
|
2037
|
+
def field(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2038
2038
|
pulumi.set(self, "field", value)
|
|
2039
2039
|
|
|
2040
|
-
@property
|
|
2040
|
+
@_builtins.property
|
|
2041
2041
|
@pulumi.getter
|
|
2042
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
2042
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2043
2043
|
"""
|
|
2044
2044
|
A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
2045
2045
|
"""
|
|
2046
2046
|
return pulumi.get(self, "message")
|
|
2047
2047
|
|
|
2048
2048
|
@message.setter
|
|
2049
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
2049
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2050
2050
|
pulumi.set(self, "message", value)
|
|
2051
2051
|
|
|
2052
|
-
@property
|
|
2052
|
+
@_builtins.property
|
|
2053
2053
|
@pulumi.getter
|
|
2054
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
2054
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2055
2055
|
"""
|
|
2056
2056
|
A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
2057
2057
|
"""
|
|
2058
2058
|
return pulumi.get(self, "reason")
|
|
2059
2059
|
|
|
2060
2060
|
@reason.setter
|
|
2061
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
2061
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2062
2062
|
pulumi.set(self, "reason", value)
|
|
2063
2063
|
|
|
2064
2064
|
|
|
@@ -2067,7 +2067,7 @@ if not MYPY:
|
|
|
2067
2067
|
"""
|
|
2068
2068
|
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
|
|
2069
2069
|
"""
|
|
2070
|
-
field: NotRequired[pulumi.Input[str]]
|
|
2070
|
+
field: NotRequired[pulumi.Input[_builtins.str]]
|
|
2071
2071
|
"""
|
|
2072
2072
|
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.
|
|
2073
2073
|
|
|
@@ -2075,11 +2075,11 @@ if not MYPY:
|
|
|
2075
2075
|
"name" - the field "name" on the current resource
|
|
2076
2076
|
"items[0].name" - the field "name" on the first array entry in "items"
|
|
2077
2077
|
"""
|
|
2078
|
-
message: NotRequired[pulumi.Input[str]]
|
|
2078
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
2079
2079
|
"""
|
|
2080
2080
|
A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
2081
2081
|
"""
|
|
2082
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
2082
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
2083
2083
|
"""
|
|
2084
2084
|
A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
2085
2085
|
"""
|
|
@@ -2089,18 +2089,18 @@ elif False:
|
|
|
2089
2089
|
@pulumi.input_type
|
|
2090
2090
|
class StatusCauseArgs:
|
|
2091
2091
|
def __init__(__self__, *,
|
|
2092
|
-
field: Optional[pulumi.Input[str]] = None,
|
|
2093
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
2094
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
2092
|
+
field: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2093
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2094
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2095
2095
|
"""
|
|
2096
2096
|
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
|
|
2097
|
-
:param pulumi.Input[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.
|
|
2097
|
+
:param pulumi.Input[_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.
|
|
2098
2098
|
|
|
2099
2099
|
Examples:
|
|
2100
2100
|
"name" - the field "name" on the current resource
|
|
2101
2101
|
"items[0].name" - the field "name" on the first array entry in "items"
|
|
2102
|
-
:param pulumi.Input[str] message: A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
2103
|
-
:param pulumi.Input[str] reason: A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
2102
|
+
:param pulumi.Input[_builtins.str] message: A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
2103
|
+
:param pulumi.Input[_builtins.str] reason: A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
2104
2104
|
"""
|
|
2105
2105
|
if field is not None:
|
|
2106
2106
|
pulumi.set(__self__, "field", field)
|
|
@@ -2109,9 +2109,9 @@ class StatusCauseArgs:
|
|
|
2109
2109
|
if reason is not None:
|
|
2110
2110
|
pulumi.set(__self__, "reason", reason)
|
|
2111
2111
|
|
|
2112
|
-
@property
|
|
2112
|
+
@_builtins.property
|
|
2113
2113
|
@pulumi.getter
|
|
2114
|
-
def field(self) -> Optional[pulumi.Input[str]]:
|
|
2114
|
+
def field(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2115
2115
|
"""
|
|
2116
2116
|
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.
|
|
2117
2117
|
|
|
@@ -2122,31 +2122,31 @@ class StatusCauseArgs:
|
|
|
2122
2122
|
return pulumi.get(self, "field")
|
|
2123
2123
|
|
|
2124
2124
|
@field.setter
|
|
2125
|
-
def field(self, value: Optional[pulumi.Input[str]]):
|
|
2125
|
+
def field(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2126
2126
|
pulumi.set(self, "field", value)
|
|
2127
2127
|
|
|
2128
|
-
@property
|
|
2128
|
+
@_builtins.property
|
|
2129
2129
|
@pulumi.getter
|
|
2130
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
2130
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2131
2131
|
"""
|
|
2132
2132
|
A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
2133
2133
|
"""
|
|
2134
2134
|
return pulumi.get(self, "message")
|
|
2135
2135
|
|
|
2136
2136
|
@message.setter
|
|
2137
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
2137
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2138
2138
|
pulumi.set(self, "message", value)
|
|
2139
2139
|
|
|
2140
|
-
@property
|
|
2140
|
+
@_builtins.property
|
|
2141
2141
|
@pulumi.getter
|
|
2142
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
2142
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2143
2143
|
"""
|
|
2144
2144
|
A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
2145
2145
|
"""
|
|
2146
2146
|
return pulumi.get(self, "reason")
|
|
2147
2147
|
|
|
2148
2148
|
@reason.setter
|
|
2149
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
2149
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2150
2150
|
pulumi.set(self, "reason", value)
|
|
2151
2151
|
|
|
2152
2152
|
|
|
@@ -2159,23 +2159,23 @@ if not MYPY:
|
|
|
2159
2159
|
"""
|
|
2160
2160
|
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
|
|
2161
2161
|
"""
|
|
2162
|
-
group: NotRequired[pulumi.Input[str]]
|
|
2162
|
+
group: NotRequired[pulumi.Input[_builtins.str]]
|
|
2163
2163
|
"""
|
|
2164
2164
|
The group attribute of the resource associated with the status StatusReason.
|
|
2165
2165
|
"""
|
|
2166
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
2166
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
2167
2167
|
"""
|
|
2168
2168
|
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
|
|
2169
2169
|
"""
|
|
2170
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2170
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
2171
2171
|
"""
|
|
2172
2172
|
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
2173
2173
|
"""
|
|
2174
|
-
retry_after_seconds: NotRequired[pulumi.Input[int]]
|
|
2174
|
+
retry_after_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
2175
2175
|
"""
|
|
2176
2176
|
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.
|
|
2177
2177
|
"""
|
|
2178
|
-
uid: NotRequired[pulumi.Input[str]]
|
|
2178
|
+
uid: NotRequired[pulumi.Input[_builtins.str]]
|
|
2179
2179
|
"""
|
|
2180
2180
|
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
|
|
2181
2181
|
"""
|
|
@@ -2186,19 +2186,19 @@ elif False:
|
|
|
2186
2186
|
class StatusDetailsPatchArgs:
|
|
2187
2187
|
def __init__(__self__, *,
|
|
2188
2188
|
causes: Optional[pulumi.Input[Sequence[pulumi.Input['StatusCausePatchArgs']]]] = None,
|
|
2189
|
-
group: Optional[pulumi.Input[str]] = None,
|
|
2190
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2191
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
2192
|
-
retry_after_seconds: Optional[pulumi.Input[int]] = None,
|
|
2193
|
-
uid: Optional[pulumi.Input[str]] = None):
|
|
2189
|
+
group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2190
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2191
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2192
|
+
retry_after_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2193
|
+
uid: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2194
2194
|
"""
|
|
2195
2195
|
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.
|
|
2196
2196
|
:param pulumi.Input[Sequence[pulumi.Input['StatusCausePatchArgs']]] causes: The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
|
|
2197
|
-
:param pulumi.Input[str] group: The group attribute of the resource associated with the status StatusReason.
|
|
2198
|
-
:param pulumi.Input[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
|
|
2199
|
-
:param pulumi.Input[str] name: The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
2200
|
-
:param pulumi.Input[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.
|
|
2201
|
-
:param pulumi.Input[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
|
|
2197
|
+
:param pulumi.Input[_builtins.str] group: The group attribute of the resource associated with the status StatusReason.
|
|
2198
|
+
:param pulumi.Input[_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
|
|
2199
|
+
:param pulumi.Input[_builtins.str] name: The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
2200
|
+
:param pulumi.Input[_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.
|
|
2201
|
+
:param pulumi.Input[_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
|
|
2202
2202
|
"""
|
|
2203
2203
|
if causes is not None:
|
|
2204
2204
|
pulumi.set(__self__, "causes", causes)
|
|
@@ -2213,7 +2213,7 @@ class StatusDetailsPatchArgs:
|
|
|
2213
2213
|
if uid is not None:
|
|
2214
2214
|
pulumi.set(__self__, "uid", uid)
|
|
2215
2215
|
|
|
2216
|
-
@property
|
|
2216
|
+
@_builtins.property
|
|
2217
2217
|
@pulumi.getter
|
|
2218
2218
|
def causes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StatusCausePatchArgs']]]]:
|
|
2219
2219
|
"""
|
|
@@ -2225,64 +2225,64 @@ class StatusDetailsPatchArgs:
|
|
|
2225
2225
|
def causes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StatusCausePatchArgs']]]]):
|
|
2226
2226
|
pulumi.set(self, "causes", value)
|
|
2227
2227
|
|
|
2228
|
-
@property
|
|
2228
|
+
@_builtins.property
|
|
2229
2229
|
@pulumi.getter
|
|
2230
|
-
def group(self) -> Optional[pulumi.Input[str]]:
|
|
2230
|
+
def group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2231
2231
|
"""
|
|
2232
2232
|
The group attribute of the resource associated with the status StatusReason.
|
|
2233
2233
|
"""
|
|
2234
2234
|
return pulumi.get(self, "group")
|
|
2235
2235
|
|
|
2236
2236
|
@group.setter
|
|
2237
|
-
def group(self, value: Optional[pulumi.Input[str]]):
|
|
2237
|
+
def group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2238
2238
|
pulumi.set(self, "group", value)
|
|
2239
2239
|
|
|
2240
|
-
@property
|
|
2240
|
+
@_builtins.property
|
|
2241
2241
|
@pulumi.getter
|
|
2242
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2242
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2243
2243
|
"""
|
|
2244
2244
|
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
|
|
2245
2245
|
"""
|
|
2246
2246
|
return pulumi.get(self, "kind")
|
|
2247
2247
|
|
|
2248
2248
|
@kind.setter
|
|
2249
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2249
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2250
2250
|
pulumi.set(self, "kind", value)
|
|
2251
2251
|
|
|
2252
|
-
@property
|
|
2252
|
+
@_builtins.property
|
|
2253
2253
|
@pulumi.getter
|
|
2254
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2254
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2255
2255
|
"""
|
|
2256
2256
|
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
2257
2257
|
"""
|
|
2258
2258
|
return pulumi.get(self, "name")
|
|
2259
2259
|
|
|
2260
2260
|
@name.setter
|
|
2261
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2261
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2262
2262
|
pulumi.set(self, "name", value)
|
|
2263
2263
|
|
|
2264
|
-
@property
|
|
2264
|
+
@_builtins.property
|
|
2265
2265
|
@pulumi.getter(name="retryAfterSeconds")
|
|
2266
|
-
def retry_after_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
2266
|
+
def retry_after_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2267
2267
|
"""
|
|
2268
2268
|
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.
|
|
2269
2269
|
"""
|
|
2270
2270
|
return pulumi.get(self, "retry_after_seconds")
|
|
2271
2271
|
|
|
2272
2272
|
@retry_after_seconds.setter
|
|
2273
|
-
def retry_after_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
2273
|
+
def retry_after_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2274
2274
|
pulumi.set(self, "retry_after_seconds", value)
|
|
2275
2275
|
|
|
2276
|
-
@property
|
|
2276
|
+
@_builtins.property
|
|
2277
2277
|
@pulumi.getter
|
|
2278
|
-
def uid(self) -> Optional[pulumi.Input[str]]:
|
|
2278
|
+
def uid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2279
2279
|
"""
|
|
2280
2280
|
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
|
|
2281
2281
|
"""
|
|
2282
2282
|
return pulumi.get(self, "uid")
|
|
2283
2283
|
|
|
2284
2284
|
@uid.setter
|
|
2285
|
-
def uid(self, value: Optional[pulumi.Input[str]]):
|
|
2285
|
+
def uid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2286
2286
|
pulumi.set(self, "uid", value)
|
|
2287
2287
|
|
|
2288
2288
|
|
|
@@ -2295,23 +2295,23 @@ if not MYPY:
|
|
|
2295
2295
|
"""
|
|
2296
2296
|
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
|
|
2297
2297
|
"""
|
|
2298
|
-
group: NotRequired[pulumi.Input[str]]
|
|
2298
|
+
group: NotRequired[pulumi.Input[_builtins.str]]
|
|
2299
2299
|
"""
|
|
2300
2300
|
The group attribute of the resource associated with the status StatusReason.
|
|
2301
2301
|
"""
|
|
2302
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
2302
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
2303
2303
|
"""
|
|
2304
2304
|
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
|
|
2305
2305
|
"""
|
|
2306
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2306
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
2307
2307
|
"""
|
|
2308
2308
|
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
2309
2309
|
"""
|
|
2310
|
-
retry_after_seconds: NotRequired[pulumi.Input[int]]
|
|
2310
|
+
retry_after_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
2311
2311
|
"""
|
|
2312
2312
|
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.
|
|
2313
2313
|
"""
|
|
2314
|
-
uid: NotRequired[pulumi.Input[str]]
|
|
2314
|
+
uid: NotRequired[pulumi.Input[_builtins.str]]
|
|
2315
2315
|
"""
|
|
2316
2316
|
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
|
|
2317
2317
|
"""
|
|
@@ -2322,19 +2322,19 @@ elif False:
|
|
|
2322
2322
|
class StatusDetailsArgs:
|
|
2323
2323
|
def __init__(__self__, *,
|
|
2324
2324
|
causes: Optional[pulumi.Input[Sequence[pulumi.Input['StatusCauseArgs']]]] = None,
|
|
2325
|
-
group: Optional[pulumi.Input[str]] = None,
|
|
2326
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2327
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
2328
|
-
retry_after_seconds: Optional[pulumi.Input[int]] = None,
|
|
2329
|
-
uid: Optional[pulumi.Input[str]] = None):
|
|
2325
|
+
group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2326
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2327
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2328
|
+
retry_after_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2329
|
+
uid: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2330
2330
|
"""
|
|
2331
2331
|
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.
|
|
2332
2332
|
:param pulumi.Input[Sequence[pulumi.Input['StatusCauseArgs']]] causes: The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
|
|
2333
|
-
:param pulumi.Input[str] group: The group attribute of the resource associated with the status StatusReason.
|
|
2334
|
-
:param pulumi.Input[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
|
|
2335
|
-
:param pulumi.Input[str] name: The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
2336
|
-
:param pulumi.Input[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.
|
|
2337
|
-
:param pulumi.Input[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
|
|
2333
|
+
:param pulumi.Input[_builtins.str] group: The group attribute of the resource associated with the status StatusReason.
|
|
2334
|
+
:param pulumi.Input[_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
|
|
2335
|
+
:param pulumi.Input[_builtins.str] name: The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
2336
|
+
:param pulumi.Input[_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.
|
|
2337
|
+
:param pulumi.Input[_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
|
|
2338
2338
|
"""
|
|
2339
2339
|
if causes is not None:
|
|
2340
2340
|
pulumi.set(__self__, "causes", causes)
|
|
@@ -2349,7 +2349,7 @@ class StatusDetailsArgs:
|
|
|
2349
2349
|
if uid is not None:
|
|
2350
2350
|
pulumi.set(__self__, "uid", uid)
|
|
2351
2351
|
|
|
2352
|
-
@property
|
|
2352
|
+
@_builtins.property
|
|
2353
2353
|
@pulumi.getter
|
|
2354
2354
|
def causes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StatusCauseArgs']]]]:
|
|
2355
2355
|
"""
|
|
@@ -2361,64 +2361,64 @@ class StatusDetailsArgs:
|
|
|
2361
2361
|
def causes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StatusCauseArgs']]]]):
|
|
2362
2362
|
pulumi.set(self, "causes", value)
|
|
2363
2363
|
|
|
2364
|
-
@property
|
|
2364
|
+
@_builtins.property
|
|
2365
2365
|
@pulumi.getter
|
|
2366
|
-
def group(self) -> Optional[pulumi.Input[str]]:
|
|
2366
|
+
def group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2367
2367
|
"""
|
|
2368
2368
|
The group attribute of the resource associated with the status StatusReason.
|
|
2369
2369
|
"""
|
|
2370
2370
|
return pulumi.get(self, "group")
|
|
2371
2371
|
|
|
2372
2372
|
@group.setter
|
|
2373
|
-
def group(self, value: Optional[pulumi.Input[str]]):
|
|
2373
|
+
def group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2374
2374
|
pulumi.set(self, "group", value)
|
|
2375
2375
|
|
|
2376
|
-
@property
|
|
2376
|
+
@_builtins.property
|
|
2377
2377
|
@pulumi.getter
|
|
2378
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2378
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2379
2379
|
"""
|
|
2380
2380
|
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
|
|
2381
2381
|
"""
|
|
2382
2382
|
return pulumi.get(self, "kind")
|
|
2383
2383
|
|
|
2384
2384
|
@kind.setter
|
|
2385
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2385
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2386
2386
|
pulumi.set(self, "kind", value)
|
|
2387
2387
|
|
|
2388
|
-
@property
|
|
2388
|
+
@_builtins.property
|
|
2389
2389
|
@pulumi.getter
|
|
2390
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2390
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2391
2391
|
"""
|
|
2392
2392
|
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
2393
2393
|
"""
|
|
2394
2394
|
return pulumi.get(self, "name")
|
|
2395
2395
|
|
|
2396
2396
|
@name.setter
|
|
2397
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2397
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2398
2398
|
pulumi.set(self, "name", value)
|
|
2399
2399
|
|
|
2400
|
-
@property
|
|
2400
|
+
@_builtins.property
|
|
2401
2401
|
@pulumi.getter(name="retryAfterSeconds")
|
|
2402
|
-
def retry_after_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
2402
|
+
def retry_after_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2403
2403
|
"""
|
|
2404
2404
|
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.
|
|
2405
2405
|
"""
|
|
2406
2406
|
return pulumi.get(self, "retry_after_seconds")
|
|
2407
2407
|
|
|
2408
2408
|
@retry_after_seconds.setter
|
|
2409
|
-
def retry_after_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
2409
|
+
def retry_after_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2410
2410
|
pulumi.set(self, "retry_after_seconds", value)
|
|
2411
2411
|
|
|
2412
|
-
@property
|
|
2412
|
+
@_builtins.property
|
|
2413
2413
|
@pulumi.getter
|
|
2414
|
-
def uid(self) -> Optional[pulumi.Input[str]]:
|
|
2414
|
+
def uid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2415
2415
|
"""
|
|
2416
2416
|
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
|
|
2417
2417
|
"""
|
|
2418
2418
|
return pulumi.get(self, "uid")
|
|
2419
2419
|
|
|
2420
2420
|
@uid.setter
|
|
2421
|
-
def uid(self, value: Optional[pulumi.Input[str]]):
|
|
2421
|
+
def uid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2422
2422
|
pulumi.set(self, "uid", value)
|
|
2423
2423
|
|
|
2424
2424
|
|