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