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
|
|
@@ -61,20 +62,20 @@ class Condition(dict):
|
|
|
61
62
|
return super().get(key, default)
|
|
62
63
|
|
|
63
64
|
def __init__(__self__, *,
|
|
64
|
-
last_transition_time: str,
|
|
65
|
-
message: str,
|
|
66
|
-
reason: str,
|
|
67
|
-
status: str,
|
|
68
|
-
type: str,
|
|
69
|
-
observed_generation: Optional[int] = None):
|
|
65
|
+
last_transition_time: builtins.str,
|
|
66
|
+
message: builtins.str,
|
|
67
|
+
reason: builtins.str,
|
|
68
|
+
status: builtins.str,
|
|
69
|
+
type: builtins.str,
|
|
70
|
+
observed_generation: Optional[builtins.int] = None):
|
|
70
71
|
"""
|
|
71
72
|
Condition contains details for one aspect of the current state of this API Resource.
|
|
72
|
-
:param str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
|
|
73
|
-
:param str message: message is a human readable message indicating details about the transition. This may be an empty string.
|
|
74
|
-
:param str reason: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
|
|
75
|
-
:param str status: status of the condition, one of True, False, Unknown.
|
|
76
|
-
:param str type: type of condition in CamelCase or in foo.example.com/CamelCase.
|
|
77
|
-
:param int observed_generation: observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
|
|
73
|
+
:param builtins.str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
|
|
74
|
+
:param builtins.str message: message is a human readable message indicating details about the transition. This may be an empty string.
|
|
75
|
+
:param builtins.str reason: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
|
|
76
|
+
:param builtins.str status: status of the condition, one of True, False, Unknown.
|
|
77
|
+
:param builtins.str type: type of condition in CamelCase or in foo.example.com/CamelCase.
|
|
78
|
+
:param builtins.int observed_generation: observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
|
|
78
79
|
"""
|
|
79
80
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
80
81
|
pulumi.set(__self__, "message", message)
|
|
@@ -86,7 +87,7 @@ class Condition(dict):
|
|
|
86
87
|
|
|
87
88
|
@property
|
|
88
89
|
@pulumi.getter(name="lastTransitionTime")
|
|
89
|
-
def last_transition_time(self) -> str:
|
|
90
|
+
def last_transition_time(self) -> builtins.str:
|
|
90
91
|
"""
|
|
91
92
|
lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
|
|
92
93
|
"""
|
|
@@ -94,7 +95,7 @@ class Condition(dict):
|
|
|
94
95
|
|
|
95
96
|
@property
|
|
96
97
|
@pulumi.getter
|
|
97
|
-
def message(self) -> str:
|
|
98
|
+
def message(self) -> builtins.str:
|
|
98
99
|
"""
|
|
99
100
|
message is a human readable message indicating details about the transition. This may be an empty string.
|
|
100
101
|
"""
|
|
@@ -102,7 +103,7 @@ class Condition(dict):
|
|
|
102
103
|
|
|
103
104
|
@property
|
|
104
105
|
@pulumi.getter
|
|
105
|
-
def reason(self) -> str:
|
|
106
|
+
def reason(self) -> builtins.str:
|
|
106
107
|
"""
|
|
107
108
|
reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
|
|
108
109
|
"""
|
|
@@ -110,7 +111,7 @@ class Condition(dict):
|
|
|
110
111
|
|
|
111
112
|
@property
|
|
112
113
|
@pulumi.getter
|
|
113
|
-
def status(self) -> str:
|
|
114
|
+
def status(self) -> builtins.str:
|
|
114
115
|
"""
|
|
115
116
|
status of the condition, one of True, False, Unknown.
|
|
116
117
|
"""
|
|
@@ -118,7 +119,7 @@ class Condition(dict):
|
|
|
118
119
|
|
|
119
120
|
@property
|
|
120
121
|
@pulumi.getter
|
|
121
|
-
def type(self) -> str:
|
|
122
|
+
def type(self) -> builtins.str:
|
|
122
123
|
"""
|
|
123
124
|
type of condition in CamelCase or in foo.example.com/CamelCase.
|
|
124
125
|
"""
|
|
@@ -126,7 +127,7 @@ class Condition(dict):
|
|
|
126
127
|
|
|
127
128
|
@property
|
|
128
129
|
@pulumi.getter(name="observedGeneration")
|
|
129
|
-
def observed_generation(self) -> Optional[int]:
|
|
130
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
130
131
|
"""
|
|
131
132
|
observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
|
|
132
133
|
"""
|
|
@@ -158,20 +159,20 @@ class ConditionPatch(dict):
|
|
|
158
159
|
return super().get(key, default)
|
|
159
160
|
|
|
160
161
|
def __init__(__self__, *,
|
|
161
|
-
last_transition_time: Optional[str] = None,
|
|
162
|
-
message: Optional[str] = None,
|
|
163
|
-
observed_generation: Optional[int] = None,
|
|
164
|
-
reason: Optional[str] = None,
|
|
165
|
-
status: Optional[str] = None,
|
|
166
|
-
type: Optional[str] = None):
|
|
162
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
163
|
+
message: Optional[builtins.str] = None,
|
|
164
|
+
observed_generation: Optional[builtins.int] = None,
|
|
165
|
+
reason: Optional[builtins.str] = None,
|
|
166
|
+
status: Optional[builtins.str] = None,
|
|
167
|
+
type: Optional[builtins.str] = None):
|
|
167
168
|
"""
|
|
168
169
|
Condition contains details for one aspect of the current state of this API Resource.
|
|
169
|
-
:param str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
|
|
170
|
-
:param str message: message is a human readable message indicating details about the transition. This may be an empty string.
|
|
171
|
-
:param int observed_generation: observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
|
|
172
|
-
:param str reason: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
|
|
173
|
-
:param str status: status of the condition, one of True, False, Unknown.
|
|
174
|
-
:param str type: type of condition in CamelCase or in foo.example.com/CamelCase.
|
|
170
|
+
:param builtins.str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
|
|
171
|
+
:param builtins.str message: message is a human readable message indicating details about the transition. This may be an empty string.
|
|
172
|
+
:param builtins.int observed_generation: observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
|
|
173
|
+
:param builtins.str reason: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
|
|
174
|
+
:param builtins.str status: status of the condition, one of True, False, Unknown.
|
|
175
|
+
:param builtins.str type: type of condition in CamelCase or in foo.example.com/CamelCase.
|
|
175
176
|
"""
|
|
176
177
|
if last_transition_time is not None:
|
|
177
178
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -188,7 +189,7 @@ class ConditionPatch(dict):
|
|
|
188
189
|
|
|
189
190
|
@property
|
|
190
191
|
@pulumi.getter(name="lastTransitionTime")
|
|
191
|
-
def last_transition_time(self) -> Optional[str]:
|
|
192
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
192
193
|
"""
|
|
193
194
|
lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
|
|
194
195
|
"""
|
|
@@ -196,7 +197,7 @@ class ConditionPatch(dict):
|
|
|
196
197
|
|
|
197
198
|
@property
|
|
198
199
|
@pulumi.getter
|
|
199
|
-
def message(self) -> Optional[str]:
|
|
200
|
+
def message(self) -> Optional[builtins.str]:
|
|
200
201
|
"""
|
|
201
202
|
message is a human readable message indicating details about the transition. This may be an empty string.
|
|
202
203
|
"""
|
|
@@ -204,7 +205,7 @@ class ConditionPatch(dict):
|
|
|
204
205
|
|
|
205
206
|
@property
|
|
206
207
|
@pulumi.getter(name="observedGeneration")
|
|
207
|
-
def observed_generation(self) -> Optional[int]:
|
|
208
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
208
209
|
"""
|
|
209
210
|
observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
|
|
210
211
|
"""
|
|
@@ -212,7 +213,7 @@ class ConditionPatch(dict):
|
|
|
212
213
|
|
|
213
214
|
@property
|
|
214
215
|
@pulumi.getter
|
|
215
|
-
def reason(self) -> Optional[str]:
|
|
216
|
+
def reason(self) -> Optional[builtins.str]:
|
|
216
217
|
"""
|
|
217
218
|
reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
|
|
218
219
|
"""
|
|
@@ -220,7 +221,7 @@ class ConditionPatch(dict):
|
|
|
220
221
|
|
|
221
222
|
@property
|
|
222
223
|
@pulumi.getter
|
|
223
|
-
def status(self) -> Optional[str]:
|
|
224
|
+
def status(self) -> Optional[builtins.str]:
|
|
224
225
|
"""
|
|
225
226
|
status of the condition, one of True, False, Unknown.
|
|
226
227
|
"""
|
|
@@ -228,7 +229,7 @@ class ConditionPatch(dict):
|
|
|
228
229
|
|
|
229
230
|
@property
|
|
230
231
|
@pulumi.getter
|
|
231
|
-
def type(self) -> Optional[str]:
|
|
232
|
+
def type(self) -> Optional[builtins.str]:
|
|
232
233
|
"""
|
|
233
234
|
type of condition in CamelCase or in foo.example.com/CamelCase.
|
|
234
235
|
"""
|
|
@@ -261,11 +262,11 @@ class LabelSelector(dict):
|
|
|
261
262
|
|
|
262
263
|
def __init__(__self__, *,
|
|
263
264
|
match_expressions: Optional[Sequence['outputs.LabelSelectorRequirement']] = None,
|
|
264
|
-
match_labels: Optional[Mapping[str, str]] = None):
|
|
265
|
+
match_labels: Optional[Mapping[str, builtins.str]] = None):
|
|
265
266
|
"""
|
|
266
267
|
A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
|
|
267
268
|
:param Sequence['LabelSelectorRequirementArgs'] match_expressions: matchExpressions is a list of label selector requirements. The requirements are ANDed.
|
|
268
|
-
:param Mapping[str, str] match_labels: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
|
|
269
|
+
:param Mapping[str, builtins.str] match_labels: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
|
|
269
270
|
"""
|
|
270
271
|
if match_expressions is not None:
|
|
271
272
|
pulumi.set(__self__, "match_expressions", match_expressions)
|
|
@@ -282,7 +283,7 @@ class LabelSelector(dict):
|
|
|
282
283
|
|
|
283
284
|
@property
|
|
284
285
|
@pulumi.getter(name="matchLabels")
|
|
285
|
-
def match_labels(self) -> Optional[Mapping[str, str]]:
|
|
286
|
+
def match_labels(self) -> Optional[Mapping[str, builtins.str]]:
|
|
286
287
|
"""
|
|
287
288
|
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
|
|
288
289
|
"""
|
|
@@ -315,11 +316,11 @@ class LabelSelectorPatch(dict):
|
|
|
315
316
|
|
|
316
317
|
def __init__(__self__, *,
|
|
317
318
|
match_expressions: Optional[Sequence['outputs.LabelSelectorRequirementPatch']] = None,
|
|
318
|
-
match_labels: Optional[Mapping[str, str]] = None):
|
|
319
|
+
match_labels: Optional[Mapping[str, builtins.str]] = None):
|
|
319
320
|
"""
|
|
320
321
|
A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
|
|
321
322
|
:param Sequence['LabelSelectorRequirementPatchArgs'] match_expressions: matchExpressions is a list of label selector requirements. The requirements are ANDed.
|
|
322
|
-
:param Mapping[str, str] match_labels: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
|
|
323
|
+
:param Mapping[str, builtins.str] match_labels: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
|
|
323
324
|
"""
|
|
324
325
|
if match_expressions is not None:
|
|
325
326
|
pulumi.set(__self__, "match_expressions", match_expressions)
|
|
@@ -336,7 +337,7 @@ class LabelSelectorPatch(dict):
|
|
|
336
337
|
|
|
337
338
|
@property
|
|
338
339
|
@pulumi.getter(name="matchLabels")
|
|
339
|
-
def match_labels(self) -> Optional[Mapping[str, str]]:
|
|
340
|
+
def match_labels(self) -> Optional[Mapping[str, builtins.str]]:
|
|
340
341
|
"""
|
|
341
342
|
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
|
|
342
343
|
"""
|
|
@@ -349,14 +350,14 @@ class LabelSelectorRequirement(dict):
|
|
|
349
350
|
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
|
|
350
351
|
"""
|
|
351
352
|
def __init__(__self__, *,
|
|
352
|
-
key: str,
|
|
353
|
-
operator: str,
|
|
354
|
-
values: Optional[Sequence[str]] = None):
|
|
353
|
+
key: builtins.str,
|
|
354
|
+
operator: builtins.str,
|
|
355
|
+
values: Optional[Sequence[builtins.str]] = None):
|
|
355
356
|
"""
|
|
356
357
|
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
|
|
357
|
-
:param str key: key is the label key that the selector applies to.
|
|
358
|
-
:param str operator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
359
|
-
:param Sequence[str] values: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
|
|
358
|
+
:param builtins.str key: key is the label key that the selector applies to.
|
|
359
|
+
:param builtins.str operator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
360
|
+
:param Sequence[builtins.str] values: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
|
|
360
361
|
"""
|
|
361
362
|
pulumi.set(__self__, "key", key)
|
|
362
363
|
pulumi.set(__self__, "operator", operator)
|
|
@@ -365,7 +366,7 @@ class LabelSelectorRequirement(dict):
|
|
|
365
366
|
|
|
366
367
|
@property
|
|
367
368
|
@pulumi.getter
|
|
368
|
-
def key(self) -> str:
|
|
369
|
+
def key(self) -> builtins.str:
|
|
369
370
|
"""
|
|
370
371
|
key is the label key that the selector applies to.
|
|
371
372
|
"""
|
|
@@ -373,7 +374,7 @@ class LabelSelectorRequirement(dict):
|
|
|
373
374
|
|
|
374
375
|
@property
|
|
375
376
|
@pulumi.getter
|
|
376
|
-
def operator(self) -> str:
|
|
377
|
+
def operator(self) -> builtins.str:
|
|
377
378
|
"""
|
|
378
379
|
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
379
380
|
"""
|
|
@@ -381,7 +382,7 @@ class LabelSelectorRequirement(dict):
|
|
|
381
382
|
|
|
382
383
|
@property
|
|
383
384
|
@pulumi.getter
|
|
384
|
-
def values(self) -> Optional[Sequence[str]]:
|
|
385
|
+
def values(self) -> Optional[Sequence[builtins.str]]:
|
|
385
386
|
"""
|
|
386
387
|
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
|
|
387
388
|
"""
|
|
@@ -394,14 +395,14 @@ class LabelSelectorRequirementPatch(dict):
|
|
|
394
395
|
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
|
|
395
396
|
"""
|
|
396
397
|
def __init__(__self__, *,
|
|
397
|
-
key: Optional[str] = None,
|
|
398
|
-
operator: Optional[str] = None,
|
|
399
|
-
values: Optional[Sequence[str]] = None):
|
|
398
|
+
key: Optional[builtins.str] = None,
|
|
399
|
+
operator: Optional[builtins.str] = None,
|
|
400
|
+
values: Optional[Sequence[builtins.str]] = None):
|
|
400
401
|
"""
|
|
401
402
|
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
|
|
402
|
-
:param str key: key is the label key that the selector applies to.
|
|
403
|
-
:param str operator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
404
|
-
:param Sequence[str] values: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
|
|
403
|
+
:param builtins.str key: key is the label key that the selector applies to.
|
|
404
|
+
:param builtins.str operator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
405
|
+
:param Sequence[builtins.str] values: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
|
|
405
406
|
"""
|
|
406
407
|
if key is not None:
|
|
407
408
|
pulumi.set(__self__, "key", key)
|
|
@@ -412,7 +413,7 @@ class LabelSelectorRequirementPatch(dict):
|
|
|
412
413
|
|
|
413
414
|
@property
|
|
414
415
|
@pulumi.getter
|
|
415
|
-
def key(self) -> Optional[str]:
|
|
416
|
+
def key(self) -> Optional[builtins.str]:
|
|
416
417
|
"""
|
|
417
418
|
key is the label key that the selector applies to.
|
|
418
419
|
"""
|
|
@@ -420,7 +421,7 @@ class LabelSelectorRequirementPatch(dict):
|
|
|
420
421
|
|
|
421
422
|
@property
|
|
422
423
|
@pulumi.getter
|
|
423
|
-
def operator(self) -> Optional[str]:
|
|
424
|
+
def operator(self) -> Optional[builtins.str]:
|
|
424
425
|
"""
|
|
425
426
|
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
426
427
|
"""
|
|
@@ -428,7 +429,7 @@ class LabelSelectorRequirementPatch(dict):
|
|
|
428
429
|
|
|
429
430
|
@property
|
|
430
431
|
@pulumi.getter
|
|
431
|
-
def values(self) -> Optional[Sequence[str]]:
|
|
432
|
+
def values(self) -> Optional[Sequence[builtins.str]]:
|
|
432
433
|
"""
|
|
433
434
|
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
|
|
434
435
|
"""
|
|
@@ -464,16 +465,16 @@ class ListMeta(dict):
|
|
|
464
465
|
return super().get(key, default)
|
|
465
466
|
|
|
466
467
|
def __init__(__self__, *,
|
|
467
|
-
continue_: Optional[str] = None,
|
|
468
|
-
remaining_item_count: Optional[int] = None,
|
|
469
|
-
resource_version: Optional[str] = None,
|
|
470
|
-
self_link: Optional[str] = None):
|
|
468
|
+
continue_: Optional[builtins.str] = None,
|
|
469
|
+
remaining_item_count: Optional[builtins.int] = None,
|
|
470
|
+
resource_version: Optional[builtins.str] = None,
|
|
471
|
+
self_link: Optional[builtins.str] = None):
|
|
471
472
|
"""
|
|
472
473
|
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
|
|
473
|
-
:param str continue_: continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
|
|
474
|
-
:param int remaining_item_count: remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
|
|
475
|
-
:param str resource_version: String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
476
|
-
:param str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
474
|
+
:param builtins.str continue_: continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
|
|
475
|
+
:param builtins.int remaining_item_count: remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
|
|
476
|
+
:param builtins.str resource_version: String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
477
|
+
:param builtins.str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
477
478
|
"""
|
|
478
479
|
if continue_ is not None:
|
|
479
480
|
pulumi.set(__self__, "continue_", continue_)
|
|
@@ -486,7 +487,7 @@ class ListMeta(dict):
|
|
|
486
487
|
|
|
487
488
|
@property
|
|
488
489
|
@pulumi.getter(name="continue")
|
|
489
|
-
def continue_(self) -> Optional[str]:
|
|
490
|
+
def continue_(self) -> Optional[builtins.str]:
|
|
490
491
|
"""
|
|
491
492
|
continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
|
|
492
493
|
"""
|
|
@@ -494,7 +495,7 @@ class ListMeta(dict):
|
|
|
494
495
|
|
|
495
496
|
@property
|
|
496
497
|
@pulumi.getter(name="remainingItemCount")
|
|
497
|
-
def remaining_item_count(self) -> Optional[int]:
|
|
498
|
+
def remaining_item_count(self) -> Optional[builtins.int]:
|
|
498
499
|
"""
|
|
499
500
|
remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
|
|
500
501
|
"""
|
|
@@ -502,7 +503,7 @@ class ListMeta(dict):
|
|
|
502
503
|
|
|
503
504
|
@property
|
|
504
505
|
@pulumi.getter(name="resourceVersion")
|
|
505
|
-
def resource_version(self) -> Optional[str]:
|
|
506
|
+
def resource_version(self) -> Optional[builtins.str]:
|
|
506
507
|
"""
|
|
507
508
|
String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
508
509
|
"""
|
|
@@ -510,7 +511,7 @@ class ListMeta(dict):
|
|
|
510
511
|
|
|
511
512
|
@property
|
|
512
513
|
@pulumi.getter(name="selfLink")
|
|
513
|
-
def self_link(self) -> Optional[str]:
|
|
514
|
+
def self_link(self) -> Optional[builtins.str]:
|
|
514
515
|
"""
|
|
515
516
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
516
517
|
"""
|
|
@@ -546,16 +547,16 @@ class ListMetaPatch(dict):
|
|
|
546
547
|
return super().get(key, default)
|
|
547
548
|
|
|
548
549
|
def __init__(__self__, *,
|
|
549
|
-
continue_: Optional[str] = None,
|
|
550
|
-
remaining_item_count: Optional[int] = None,
|
|
551
|
-
resource_version: Optional[str] = None,
|
|
552
|
-
self_link: Optional[str] = None):
|
|
550
|
+
continue_: Optional[builtins.str] = None,
|
|
551
|
+
remaining_item_count: Optional[builtins.int] = None,
|
|
552
|
+
resource_version: Optional[builtins.str] = None,
|
|
553
|
+
self_link: Optional[builtins.str] = None):
|
|
553
554
|
"""
|
|
554
555
|
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
|
|
555
|
-
:param str continue_: continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
|
|
556
|
-
:param int remaining_item_count: remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
|
|
557
|
-
:param str resource_version: String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
558
|
-
:param str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
556
|
+
:param builtins.str continue_: continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
|
|
557
|
+
:param builtins.int remaining_item_count: remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
|
|
558
|
+
:param builtins.str resource_version: String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
559
|
+
:param builtins.str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
559
560
|
"""
|
|
560
561
|
if continue_ is not None:
|
|
561
562
|
pulumi.set(__self__, "continue_", continue_)
|
|
@@ -568,7 +569,7 @@ class ListMetaPatch(dict):
|
|
|
568
569
|
|
|
569
570
|
@property
|
|
570
571
|
@pulumi.getter(name="continue")
|
|
571
|
-
def continue_(self) -> Optional[str]:
|
|
572
|
+
def continue_(self) -> Optional[builtins.str]:
|
|
572
573
|
"""
|
|
573
574
|
continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
|
|
574
575
|
"""
|
|
@@ -576,7 +577,7 @@ class ListMetaPatch(dict):
|
|
|
576
577
|
|
|
577
578
|
@property
|
|
578
579
|
@pulumi.getter(name="remainingItemCount")
|
|
579
|
-
def remaining_item_count(self) -> Optional[int]:
|
|
580
|
+
def remaining_item_count(self) -> Optional[builtins.int]:
|
|
580
581
|
"""
|
|
581
582
|
remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
|
|
582
583
|
"""
|
|
@@ -584,7 +585,7 @@ class ListMetaPatch(dict):
|
|
|
584
585
|
|
|
585
586
|
@property
|
|
586
587
|
@pulumi.getter(name="resourceVersion")
|
|
587
|
-
def resource_version(self) -> Optional[str]:
|
|
588
|
+
def resource_version(self) -> Optional[builtins.str]:
|
|
588
589
|
"""
|
|
589
590
|
String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
590
591
|
"""
|
|
@@ -592,7 +593,7 @@ class ListMetaPatch(dict):
|
|
|
592
593
|
|
|
593
594
|
@property
|
|
594
595
|
@pulumi.getter(name="selfLink")
|
|
595
|
-
def self_link(self) -> Optional[str]:
|
|
596
|
+
def self_link(self) -> Optional[builtins.str]:
|
|
596
597
|
"""
|
|
597
598
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
598
599
|
"""
|
|
@@ -626,22 +627,22 @@ class ManagedFieldsEntry(dict):
|
|
|
626
627
|
return super().get(key, default)
|
|
627
628
|
|
|
628
629
|
def __init__(__self__, *,
|
|
629
|
-
api_version: Optional[str] = None,
|
|
630
|
-
fields_type: Optional[str] = None,
|
|
630
|
+
api_version: Optional[builtins.str] = None,
|
|
631
|
+
fields_type: Optional[builtins.str] = None,
|
|
631
632
|
fields_v1: Optional[Any] = None,
|
|
632
|
-
manager: Optional[str] = None,
|
|
633
|
-
operation: Optional[str] = None,
|
|
634
|
-
subresource: Optional[str] = None,
|
|
635
|
-
time: Optional[str] = None):
|
|
633
|
+
manager: Optional[builtins.str] = None,
|
|
634
|
+
operation: Optional[builtins.str] = None,
|
|
635
|
+
subresource: Optional[builtins.str] = None,
|
|
636
|
+
time: Optional[builtins.str] = None):
|
|
636
637
|
"""
|
|
637
638
|
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
|
|
638
|
-
:param str api_version: APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
|
|
639
|
-
:param str fields_type: FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
639
|
+
:param builtins.str api_version: APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
|
|
640
|
+
:param builtins.str fields_type: FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
640
641
|
:param Any fields_v1: FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
|
|
641
|
-
:param str manager: Manager is an identifier of the workflow managing these fields.
|
|
642
|
-
:param str operation: Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
643
|
-
:param str subresource: Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
|
|
644
|
-
:param str time: Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
|
|
642
|
+
:param builtins.str manager: Manager is an identifier of the workflow managing these fields.
|
|
643
|
+
:param builtins.str operation: Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
644
|
+
:param builtins.str subresource: Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
|
|
645
|
+
:param builtins.str time: Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
|
|
645
646
|
"""
|
|
646
647
|
if api_version is not None:
|
|
647
648
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -660,7 +661,7 @@ class ManagedFieldsEntry(dict):
|
|
|
660
661
|
|
|
661
662
|
@property
|
|
662
663
|
@pulumi.getter(name="apiVersion")
|
|
663
|
-
def api_version(self) -> Optional[str]:
|
|
664
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
664
665
|
"""
|
|
665
666
|
APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
|
|
666
667
|
"""
|
|
@@ -668,7 +669,7 @@ class ManagedFieldsEntry(dict):
|
|
|
668
669
|
|
|
669
670
|
@property
|
|
670
671
|
@pulumi.getter(name="fieldsType")
|
|
671
|
-
def fields_type(self) -> Optional[str]:
|
|
672
|
+
def fields_type(self) -> Optional[builtins.str]:
|
|
672
673
|
"""
|
|
673
674
|
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
674
675
|
"""
|
|
@@ -684,7 +685,7 @@ class ManagedFieldsEntry(dict):
|
|
|
684
685
|
|
|
685
686
|
@property
|
|
686
687
|
@pulumi.getter
|
|
687
|
-
def manager(self) -> Optional[str]:
|
|
688
|
+
def manager(self) -> Optional[builtins.str]:
|
|
688
689
|
"""
|
|
689
690
|
Manager is an identifier of the workflow managing these fields.
|
|
690
691
|
"""
|
|
@@ -692,7 +693,7 @@ class ManagedFieldsEntry(dict):
|
|
|
692
693
|
|
|
693
694
|
@property
|
|
694
695
|
@pulumi.getter
|
|
695
|
-
def operation(self) -> Optional[str]:
|
|
696
|
+
def operation(self) -> Optional[builtins.str]:
|
|
696
697
|
"""
|
|
697
698
|
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
698
699
|
"""
|
|
@@ -700,7 +701,7 @@ class ManagedFieldsEntry(dict):
|
|
|
700
701
|
|
|
701
702
|
@property
|
|
702
703
|
@pulumi.getter
|
|
703
|
-
def subresource(self) -> Optional[str]:
|
|
704
|
+
def subresource(self) -> Optional[builtins.str]:
|
|
704
705
|
"""
|
|
705
706
|
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
|
|
706
707
|
"""
|
|
@@ -708,7 +709,7 @@ class ManagedFieldsEntry(dict):
|
|
|
708
709
|
|
|
709
710
|
@property
|
|
710
711
|
@pulumi.getter
|
|
711
|
-
def time(self) -> Optional[str]:
|
|
712
|
+
def time(self) -> Optional[builtins.str]:
|
|
712
713
|
"""
|
|
713
714
|
Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
|
|
714
715
|
"""
|
|
@@ -742,22 +743,22 @@ class ManagedFieldsEntryPatch(dict):
|
|
|
742
743
|
return super().get(key, default)
|
|
743
744
|
|
|
744
745
|
def __init__(__self__, *,
|
|
745
|
-
api_version: Optional[str] = None,
|
|
746
|
-
fields_type: Optional[str] = None,
|
|
746
|
+
api_version: Optional[builtins.str] = None,
|
|
747
|
+
fields_type: Optional[builtins.str] = None,
|
|
747
748
|
fields_v1: Optional[Any] = None,
|
|
748
|
-
manager: Optional[str] = None,
|
|
749
|
-
operation: Optional[str] = None,
|
|
750
|
-
subresource: Optional[str] = None,
|
|
751
|
-
time: Optional[str] = None):
|
|
749
|
+
manager: Optional[builtins.str] = None,
|
|
750
|
+
operation: Optional[builtins.str] = None,
|
|
751
|
+
subresource: Optional[builtins.str] = None,
|
|
752
|
+
time: Optional[builtins.str] = None):
|
|
752
753
|
"""
|
|
753
754
|
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
|
|
754
|
-
:param str api_version: APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
|
|
755
|
-
:param str fields_type: FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
755
|
+
:param builtins.str api_version: APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
|
|
756
|
+
:param builtins.str fields_type: FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
756
757
|
:param Any fields_v1: FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
|
|
757
|
-
:param str manager: Manager is an identifier of the workflow managing these fields.
|
|
758
|
-
:param str operation: Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
759
|
-
:param str subresource: Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
|
|
760
|
-
:param str time: Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
|
|
758
|
+
:param builtins.str manager: Manager is an identifier of the workflow managing these fields.
|
|
759
|
+
:param builtins.str operation: Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
760
|
+
:param builtins.str subresource: Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
|
|
761
|
+
:param builtins.str time: Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
|
|
761
762
|
"""
|
|
762
763
|
if api_version is not None:
|
|
763
764
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -776,7 +777,7 @@ class ManagedFieldsEntryPatch(dict):
|
|
|
776
777
|
|
|
777
778
|
@property
|
|
778
779
|
@pulumi.getter(name="apiVersion")
|
|
779
|
-
def api_version(self) -> Optional[str]:
|
|
780
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
780
781
|
"""
|
|
781
782
|
APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
|
|
782
783
|
"""
|
|
@@ -784,7 +785,7 @@ class ManagedFieldsEntryPatch(dict):
|
|
|
784
785
|
|
|
785
786
|
@property
|
|
786
787
|
@pulumi.getter(name="fieldsType")
|
|
787
|
-
def fields_type(self) -> Optional[str]:
|
|
788
|
+
def fields_type(self) -> Optional[builtins.str]:
|
|
788
789
|
"""
|
|
789
790
|
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
790
791
|
"""
|
|
@@ -800,7 +801,7 @@ class ManagedFieldsEntryPatch(dict):
|
|
|
800
801
|
|
|
801
802
|
@property
|
|
802
803
|
@pulumi.getter
|
|
803
|
-
def manager(self) -> Optional[str]:
|
|
804
|
+
def manager(self) -> Optional[builtins.str]:
|
|
804
805
|
"""
|
|
805
806
|
Manager is an identifier of the workflow managing these fields.
|
|
806
807
|
"""
|
|
@@ -808,7 +809,7 @@ class ManagedFieldsEntryPatch(dict):
|
|
|
808
809
|
|
|
809
810
|
@property
|
|
810
811
|
@pulumi.getter
|
|
811
|
-
def operation(self) -> Optional[str]:
|
|
812
|
+
def operation(self) -> Optional[builtins.str]:
|
|
812
813
|
"""
|
|
813
814
|
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
814
815
|
"""
|
|
@@ -816,7 +817,7 @@ class ManagedFieldsEntryPatch(dict):
|
|
|
816
817
|
|
|
817
818
|
@property
|
|
818
819
|
@pulumi.getter
|
|
819
|
-
def subresource(self) -> Optional[str]:
|
|
820
|
+
def subresource(self) -> Optional[builtins.str]:
|
|
820
821
|
"""
|
|
821
822
|
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
|
|
822
823
|
"""
|
|
@@ -824,7 +825,7 @@ class ManagedFieldsEntryPatch(dict):
|
|
|
824
825
|
|
|
825
826
|
@property
|
|
826
827
|
@pulumi.getter
|
|
827
|
-
def time(self) -> Optional[str]:
|
|
828
|
+
def time(self) -> Optional[builtins.str]:
|
|
828
829
|
"""
|
|
829
830
|
Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
|
|
830
831
|
"""
|
|
@@ -870,52 +871,52 @@ class ObjectMeta(dict):
|
|
|
870
871
|
return super().get(key, default)
|
|
871
872
|
|
|
872
873
|
def __init__(__self__, *,
|
|
873
|
-
annotations: Optional[Mapping[str, str]] = None,
|
|
874
|
-
cluster_name: Optional[str] = None,
|
|
875
|
-
creation_timestamp: Optional[str] = None,
|
|
876
|
-
deletion_grace_period_seconds: Optional[int] = None,
|
|
877
|
-
deletion_timestamp: Optional[str] = None,
|
|
878
|
-
finalizers: Optional[Sequence[str]] = None,
|
|
879
|
-
generate_name: Optional[str] = None,
|
|
880
|
-
generation: Optional[int] = None,
|
|
881
|
-
labels: Optional[Mapping[str, str]] = None,
|
|
874
|
+
annotations: Optional[Mapping[str, builtins.str]] = None,
|
|
875
|
+
cluster_name: Optional[builtins.str] = None,
|
|
876
|
+
creation_timestamp: Optional[builtins.str] = None,
|
|
877
|
+
deletion_grace_period_seconds: Optional[builtins.int] = None,
|
|
878
|
+
deletion_timestamp: Optional[builtins.str] = None,
|
|
879
|
+
finalizers: Optional[Sequence[builtins.str]] = None,
|
|
880
|
+
generate_name: Optional[builtins.str] = None,
|
|
881
|
+
generation: Optional[builtins.int] = None,
|
|
882
|
+
labels: Optional[Mapping[str, builtins.str]] = None,
|
|
882
883
|
managed_fields: Optional[Sequence['outputs.ManagedFieldsEntry']] = None,
|
|
883
|
-
name: Optional[str] = None,
|
|
884
|
-
namespace: Optional[str] = None,
|
|
884
|
+
name: Optional[builtins.str] = None,
|
|
885
|
+
namespace: Optional[builtins.str] = None,
|
|
885
886
|
owner_references: Optional[Sequence['outputs.OwnerReference']] = None,
|
|
886
|
-
resource_version: Optional[str] = None,
|
|
887
|
-
self_link: Optional[str] = None,
|
|
888
|
-
uid: Optional[str] = None):
|
|
887
|
+
resource_version: Optional[builtins.str] = None,
|
|
888
|
+
self_link: Optional[builtins.str] = None,
|
|
889
|
+
uid: Optional[builtins.str] = None):
|
|
889
890
|
"""
|
|
890
891
|
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
|
|
891
|
-
:param Mapping[str, str] annotations: Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
|
892
|
-
:param str cluster_name: The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
|
|
893
|
-
:param str creation_timestamp: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
892
|
+
:param Mapping[str, builtins.str] annotations: Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
|
893
|
+
:param builtins.str cluster_name: The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
|
|
894
|
+
:param builtins.str creation_timestamp: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
894
895
|
|
|
895
896
|
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
896
|
-
:param int deletion_grace_period_seconds: Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
|
|
897
|
-
:param str deletion_timestamp: DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
|
|
897
|
+
:param builtins.int deletion_grace_period_seconds: Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
|
|
898
|
+
:param builtins.str deletion_timestamp: DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
|
|
898
899
|
|
|
899
900
|
Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
900
|
-
:param Sequence[str] finalizers: Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
|
|
901
|
-
:param str generate_name: GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
|
|
901
|
+
:param Sequence[builtins.str] finalizers: Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
|
|
902
|
+
:param builtins.str generate_name: GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
|
|
902
903
|
|
|
903
904
|
If this field is specified and the generated name exists, the server will return a 409.
|
|
904
905
|
|
|
905
906
|
Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
|
|
906
|
-
:param int generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
907
|
-
:param Mapping[str, str] labels: Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
|
|
907
|
+
:param builtins.int generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
908
|
+
:param Mapping[str, builtins.str] labels: Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
|
|
908
909
|
:param Sequence['ManagedFieldsEntryArgs'] managed_fields: ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
|
|
909
|
-
:param str name: Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
910
|
-
:param str namespace: Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
|
|
910
|
+
:param builtins.str name: Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
911
|
+
:param builtins.str namespace: Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
|
|
911
912
|
|
|
912
913
|
Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces
|
|
913
914
|
:param Sequence['OwnerReferenceArgs'] owner_references: List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
|
|
914
|
-
:param str resource_version: An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
|
|
915
|
+
:param builtins.str resource_version: An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
|
|
915
916
|
|
|
916
917
|
Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
917
|
-
:param str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
918
|
-
:param str uid: UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
|
|
918
|
+
:param builtins.str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
919
|
+
:param builtins.str uid: UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
|
|
919
920
|
|
|
920
921
|
Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
921
922
|
"""
|
|
@@ -954,7 +955,7 @@ class ObjectMeta(dict):
|
|
|
954
955
|
|
|
955
956
|
@property
|
|
956
957
|
@pulumi.getter
|
|
957
|
-
def annotations(self) -> Optional[Mapping[str, str]]:
|
|
958
|
+
def annotations(self) -> Optional[Mapping[str, builtins.str]]:
|
|
958
959
|
"""
|
|
959
960
|
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
|
960
961
|
"""
|
|
@@ -962,7 +963,7 @@ class ObjectMeta(dict):
|
|
|
962
963
|
|
|
963
964
|
@property
|
|
964
965
|
@pulumi.getter(name="clusterName")
|
|
965
|
-
def cluster_name(self) -> Optional[str]:
|
|
966
|
+
def cluster_name(self) -> Optional[builtins.str]:
|
|
966
967
|
"""
|
|
967
968
|
The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
|
|
968
969
|
"""
|
|
@@ -970,7 +971,7 @@ class ObjectMeta(dict):
|
|
|
970
971
|
|
|
971
972
|
@property
|
|
972
973
|
@pulumi.getter(name="creationTimestamp")
|
|
973
|
-
def creation_timestamp(self) -> Optional[str]:
|
|
974
|
+
def creation_timestamp(self) -> Optional[builtins.str]:
|
|
974
975
|
"""
|
|
975
976
|
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
976
977
|
|
|
@@ -980,7 +981,7 @@ class ObjectMeta(dict):
|
|
|
980
981
|
|
|
981
982
|
@property
|
|
982
983
|
@pulumi.getter(name="deletionGracePeriodSeconds")
|
|
983
|
-
def deletion_grace_period_seconds(self) -> Optional[int]:
|
|
984
|
+
def deletion_grace_period_seconds(self) -> Optional[builtins.int]:
|
|
984
985
|
"""
|
|
985
986
|
Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
|
|
986
987
|
"""
|
|
@@ -988,7 +989,7 @@ class ObjectMeta(dict):
|
|
|
988
989
|
|
|
989
990
|
@property
|
|
990
991
|
@pulumi.getter(name="deletionTimestamp")
|
|
991
|
-
def deletion_timestamp(self) -> Optional[str]:
|
|
992
|
+
def deletion_timestamp(self) -> Optional[builtins.str]:
|
|
992
993
|
"""
|
|
993
994
|
DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
|
|
994
995
|
|
|
@@ -998,7 +999,7 @@ class ObjectMeta(dict):
|
|
|
998
999
|
|
|
999
1000
|
@property
|
|
1000
1001
|
@pulumi.getter
|
|
1001
|
-
def finalizers(self) -> Optional[Sequence[str]]:
|
|
1002
|
+
def finalizers(self) -> Optional[Sequence[builtins.str]]:
|
|
1002
1003
|
"""
|
|
1003
1004
|
Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
|
|
1004
1005
|
"""
|
|
@@ -1006,7 +1007,7 @@ class ObjectMeta(dict):
|
|
|
1006
1007
|
|
|
1007
1008
|
@property
|
|
1008
1009
|
@pulumi.getter(name="generateName")
|
|
1009
|
-
def generate_name(self) -> Optional[str]:
|
|
1010
|
+
def generate_name(self) -> Optional[builtins.str]:
|
|
1010
1011
|
"""
|
|
1011
1012
|
GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
|
|
1012
1013
|
|
|
@@ -1018,7 +1019,7 @@ class ObjectMeta(dict):
|
|
|
1018
1019
|
|
|
1019
1020
|
@property
|
|
1020
1021
|
@pulumi.getter
|
|
1021
|
-
def generation(self) -> Optional[int]:
|
|
1022
|
+
def generation(self) -> Optional[builtins.int]:
|
|
1022
1023
|
"""
|
|
1023
1024
|
A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1024
1025
|
"""
|
|
@@ -1026,7 +1027,7 @@ class ObjectMeta(dict):
|
|
|
1026
1027
|
|
|
1027
1028
|
@property
|
|
1028
1029
|
@pulumi.getter
|
|
1029
|
-
def labels(self) -> Optional[Mapping[str, str]]:
|
|
1030
|
+
def labels(self) -> Optional[Mapping[str, builtins.str]]:
|
|
1030
1031
|
"""
|
|
1031
1032
|
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
|
|
1032
1033
|
"""
|
|
@@ -1042,7 +1043,7 @@ class ObjectMeta(dict):
|
|
|
1042
1043
|
|
|
1043
1044
|
@property
|
|
1044
1045
|
@pulumi.getter
|
|
1045
|
-
def name(self) -> Optional[str]:
|
|
1046
|
+
def name(self) -> Optional[builtins.str]:
|
|
1046
1047
|
"""
|
|
1047
1048
|
Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1048
1049
|
"""
|
|
@@ -1050,7 +1051,7 @@ class ObjectMeta(dict):
|
|
|
1050
1051
|
|
|
1051
1052
|
@property
|
|
1052
1053
|
@pulumi.getter
|
|
1053
|
-
def namespace(self) -> Optional[str]:
|
|
1054
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
1054
1055
|
"""
|
|
1055
1056
|
Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
|
|
1056
1057
|
|
|
@@ -1068,7 +1069,7 @@ class ObjectMeta(dict):
|
|
|
1068
1069
|
|
|
1069
1070
|
@property
|
|
1070
1071
|
@pulumi.getter(name="resourceVersion")
|
|
1071
|
-
def resource_version(self) -> Optional[str]:
|
|
1072
|
+
def resource_version(self) -> Optional[builtins.str]:
|
|
1072
1073
|
"""
|
|
1073
1074
|
An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
|
|
1074
1075
|
|
|
@@ -1078,7 +1079,7 @@ class ObjectMeta(dict):
|
|
|
1078
1079
|
|
|
1079
1080
|
@property
|
|
1080
1081
|
@pulumi.getter(name="selfLink")
|
|
1081
|
-
def self_link(self) -> Optional[str]:
|
|
1082
|
+
def self_link(self) -> Optional[builtins.str]:
|
|
1082
1083
|
"""
|
|
1083
1084
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1084
1085
|
"""
|
|
@@ -1086,7 +1087,7 @@ class ObjectMeta(dict):
|
|
|
1086
1087
|
|
|
1087
1088
|
@property
|
|
1088
1089
|
@pulumi.getter
|
|
1089
|
-
def uid(self) -> Optional[str]:
|
|
1090
|
+
def uid(self) -> Optional[builtins.str]:
|
|
1090
1091
|
"""
|
|
1091
1092
|
UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
|
|
1092
1093
|
|
|
@@ -1134,52 +1135,52 @@ class ObjectMetaPatch(dict):
|
|
|
1134
1135
|
return super().get(key, default)
|
|
1135
1136
|
|
|
1136
1137
|
def __init__(__self__, *,
|
|
1137
|
-
annotations: Optional[Mapping[str, str]] = None,
|
|
1138
|
-
cluster_name: Optional[str] = None,
|
|
1139
|
-
creation_timestamp: Optional[str] = None,
|
|
1140
|
-
deletion_grace_period_seconds: Optional[int] = None,
|
|
1141
|
-
deletion_timestamp: Optional[str] = None,
|
|
1142
|
-
finalizers: Optional[Sequence[str]] = None,
|
|
1143
|
-
generate_name: Optional[str] = None,
|
|
1144
|
-
generation: Optional[int] = None,
|
|
1145
|
-
labels: Optional[Mapping[str, str]] = None,
|
|
1138
|
+
annotations: Optional[Mapping[str, builtins.str]] = None,
|
|
1139
|
+
cluster_name: Optional[builtins.str] = None,
|
|
1140
|
+
creation_timestamp: Optional[builtins.str] = None,
|
|
1141
|
+
deletion_grace_period_seconds: Optional[builtins.int] = None,
|
|
1142
|
+
deletion_timestamp: Optional[builtins.str] = None,
|
|
1143
|
+
finalizers: Optional[Sequence[builtins.str]] = None,
|
|
1144
|
+
generate_name: Optional[builtins.str] = None,
|
|
1145
|
+
generation: Optional[builtins.int] = None,
|
|
1146
|
+
labels: Optional[Mapping[str, builtins.str]] = None,
|
|
1146
1147
|
managed_fields: Optional[Sequence['outputs.ManagedFieldsEntryPatch']] = None,
|
|
1147
|
-
name: Optional[str] = None,
|
|
1148
|
-
namespace: Optional[str] = None,
|
|
1148
|
+
name: Optional[builtins.str] = None,
|
|
1149
|
+
namespace: Optional[builtins.str] = None,
|
|
1149
1150
|
owner_references: Optional[Sequence['outputs.OwnerReferencePatch']] = None,
|
|
1150
|
-
resource_version: Optional[str] = None,
|
|
1151
|
-
self_link: Optional[str] = None,
|
|
1152
|
-
uid: Optional[str] = None):
|
|
1151
|
+
resource_version: Optional[builtins.str] = None,
|
|
1152
|
+
self_link: Optional[builtins.str] = None,
|
|
1153
|
+
uid: Optional[builtins.str] = None):
|
|
1153
1154
|
"""
|
|
1154
1155
|
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
|
|
1155
|
-
:param Mapping[str, str] annotations: Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
|
1156
|
-
:param str cluster_name: The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
|
|
1157
|
-
:param str creation_timestamp: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
1156
|
+
:param Mapping[str, builtins.str] annotations: Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
|
1157
|
+
:param builtins.str cluster_name: The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
|
|
1158
|
+
:param builtins.str creation_timestamp: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
1158
1159
|
|
|
1159
1160
|
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1160
|
-
:param int deletion_grace_period_seconds: Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
|
|
1161
|
-
:param str deletion_timestamp: DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
|
|
1161
|
+
:param builtins.int deletion_grace_period_seconds: Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
|
|
1162
|
+
:param builtins.str deletion_timestamp: DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
|
|
1162
1163
|
|
|
1163
1164
|
Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1164
|
-
:param Sequence[str] finalizers: Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
|
|
1165
|
-
:param str generate_name: GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
|
|
1165
|
+
:param Sequence[builtins.str] finalizers: Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
|
|
1166
|
+
:param builtins.str generate_name: GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
|
|
1166
1167
|
|
|
1167
1168
|
If this field is specified and the generated name exists, the server will return a 409.
|
|
1168
1169
|
|
|
1169
1170
|
Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
|
|
1170
|
-
:param int generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1171
|
-
:param Mapping[str, str] labels: Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
|
|
1171
|
+
:param builtins.int generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1172
|
+
:param Mapping[str, builtins.str] labels: Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
|
|
1172
1173
|
:param Sequence['ManagedFieldsEntryPatchArgs'] managed_fields: ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
|
|
1173
|
-
:param str name: Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1174
|
-
:param str namespace: Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
|
|
1174
|
+
:param builtins.str name: Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1175
|
+
:param builtins.str namespace: Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
|
|
1175
1176
|
|
|
1176
1177
|
Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces
|
|
1177
1178
|
:param Sequence['OwnerReferencePatchArgs'] owner_references: List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
|
|
1178
|
-
:param str resource_version: An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
|
|
1179
|
+
:param builtins.str resource_version: An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
|
|
1179
1180
|
|
|
1180
1181
|
Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
1181
|
-
:param str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1182
|
-
:param str uid: UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
|
|
1182
|
+
:param builtins.str self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1183
|
+
:param builtins.str uid: UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
|
|
1183
1184
|
|
|
1184
1185
|
Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1185
1186
|
"""
|
|
@@ -1218,7 +1219,7 @@ class ObjectMetaPatch(dict):
|
|
|
1218
1219
|
|
|
1219
1220
|
@property
|
|
1220
1221
|
@pulumi.getter
|
|
1221
|
-
def annotations(self) -> Optional[Mapping[str, str]]:
|
|
1222
|
+
def annotations(self) -> Optional[Mapping[str, builtins.str]]:
|
|
1222
1223
|
"""
|
|
1223
1224
|
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
|
1224
1225
|
"""
|
|
@@ -1226,7 +1227,7 @@ class ObjectMetaPatch(dict):
|
|
|
1226
1227
|
|
|
1227
1228
|
@property
|
|
1228
1229
|
@pulumi.getter(name="clusterName")
|
|
1229
|
-
def cluster_name(self) -> Optional[str]:
|
|
1230
|
+
def cluster_name(self) -> Optional[builtins.str]:
|
|
1230
1231
|
"""
|
|
1231
1232
|
The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
|
|
1232
1233
|
"""
|
|
@@ -1234,7 +1235,7 @@ class ObjectMetaPatch(dict):
|
|
|
1234
1235
|
|
|
1235
1236
|
@property
|
|
1236
1237
|
@pulumi.getter(name="creationTimestamp")
|
|
1237
|
-
def creation_timestamp(self) -> Optional[str]:
|
|
1238
|
+
def creation_timestamp(self) -> Optional[builtins.str]:
|
|
1238
1239
|
"""
|
|
1239
1240
|
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
1240
1241
|
|
|
@@ -1244,7 +1245,7 @@ class ObjectMetaPatch(dict):
|
|
|
1244
1245
|
|
|
1245
1246
|
@property
|
|
1246
1247
|
@pulumi.getter(name="deletionGracePeriodSeconds")
|
|
1247
|
-
def deletion_grace_period_seconds(self) -> Optional[int]:
|
|
1248
|
+
def deletion_grace_period_seconds(self) -> Optional[builtins.int]:
|
|
1248
1249
|
"""
|
|
1249
1250
|
Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
|
|
1250
1251
|
"""
|
|
@@ -1252,7 +1253,7 @@ class ObjectMetaPatch(dict):
|
|
|
1252
1253
|
|
|
1253
1254
|
@property
|
|
1254
1255
|
@pulumi.getter(name="deletionTimestamp")
|
|
1255
|
-
def deletion_timestamp(self) -> Optional[str]:
|
|
1256
|
+
def deletion_timestamp(self) -> Optional[builtins.str]:
|
|
1256
1257
|
"""
|
|
1257
1258
|
DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
|
|
1258
1259
|
|
|
@@ -1262,7 +1263,7 @@ class ObjectMetaPatch(dict):
|
|
|
1262
1263
|
|
|
1263
1264
|
@property
|
|
1264
1265
|
@pulumi.getter
|
|
1265
|
-
def finalizers(self) -> Optional[Sequence[str]]:
|
|
1266
|
+
def finalizers(self) -> Optional[Sequence[builtins.str]]:
|
|
1266
1267
|
"""
|
|
1267
1268
|
Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
|
|
1268
1269
|
"""
|
|
@@ -1270,7 +1271,7 @@ class ObjectMetaPatch(dict):
|
|
|
1270
1271
|
|
|
1271
1272
|
@property
|
|
1272
1273
|
@pulumi.getter(name="generateName")
|
|
1273
|
-
def generate_name(self) -> Optional[str]:
|
|
1274
|
+
def generate_name(self) -> Optional[builtins.str]:
|
|
1274
1275
|
"""
|
|
1275
1276
|
GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
|
|
1276
1277
|
|
|
@@ -1282,7 +1283,7 @@ class ObjectMetaPatch(dict):
|
|
|
1282
1283
|
|
|
1283
1284
|
@property
|
|
1284
1285
|
@pulumi.getter
|
|
1285
|
-
def generation(self) -> Optional[int]:
|
|
1286
|
+
def generation(self) -> Optional[builtins.int]:
|
|
1286
1287
|
"""
|
|
1287
1288
|
A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1288
1289
|
"""
|
|
@@ -1290,7 +1291,7 @@ class ObjectMetaPatch(dict):
|
|
|
1290
1291
|
|
|
1291
1292
|
@property
|
|
1292
1293
|
@pulumi.getter
|
|
1293
|
-
def labels(self) -> Optional[Mapping[str, str]]:
|
|
1294
|
+
def labels(self) -> Optional[Mapping[str, builtins.str]]:
|
|
1294
1295
|
"""
|
|
1295
1296
|
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
|
|
1296
1297
|
"""
|
|
@@ -1306,7 +1307,7 @@ class ObjectMetaPatch(dict):
|
|
|
1306
1307
|
|
|
1307
1308
|
@property
|
|
1308
1309
|
@pulumi.getter
|
|
1309
|
-
def name(self) -> Optional[str]:
|
|
1310
|
+
def name(self) -> Optional[builtins.str]:
|
|
1310
1311
|
"""
|
|
1311
1312
|
Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1312
1313
|
"""
|
|
@@ -1314,7 +1315,7 @@ class ObjectMetaPatch(dict):
|
|
|
1314
1315
|
|
|
1315
1316
|
@property
|
|
1316
1317
|
@pulumi.getter
|
|
1317
|
-
def namespace(self) -> Optional[str]:
|
|
1318
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
1318
1319
|
"""
|
|
1319
1320
|
Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
|
|
1320
1321
|
|
|
@@ -1332,7 +1333,7 @@ class ObjectMetaPatch(dict):
|
|
|
1332
1333
|
|
|
1333
1334
|
@property
|
|
1334
1335
|
@pulumi.getter(name="resourceVersion")
|
|
1335
|
-
def resource_version(self) -> Optional[str]:
|
|
1336
|
+
def resource_version(self) -> Optional[builtins.str]:
|
|
1336
1337
|
"""
|
|
1337
1338
|
An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
|
|
1338
1339
|
|
|
@@ -1342,7 +1343,7 @@ class ObjectMetaPatch(dict):
|
|
|
1342
1343
|
|
|
1343
1344
|
@property
|
|
1344
1345
|
@pulumi.getter(name="selfLink")
|
|
1345
|
-
def self_link(self) -> Optional[str]:
|
|
1346
|
+
def self_link(self) -> Optional[builtins.str]:
|
|
1346
1347
|
"""
|
|
1347
1348
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1348
1349
|
"""
|
|
@@ -1350,7 +1351,7 @@ class ObjectMetaPatch(dict):
|
|
|
1350
1351
|
|
|
1351
1352
|
@property
|
|
1352
1353
|
@pulumi.getter
|
|
1353
|
-
def uid(self) -> Optional[str]:
|
|
1354
|
+
def uid(self) -> Optional[builtins.str]:
|
|
1354
1355
|
"""
|
|
1355
1356
|
UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
|
|
1356
1357
|
|
|
@@ -1384,20 +1385,20 @@ class OwnerReference(dict):
|
|
|
1384
1385
|
return super().get(key, default)
|
|
1385
1386
|
|
|
1386
1387
|
def __init__(__self__, *,
|
|
1387
|
-
api_version: str,
|
|
1388
|
-
kind: str,
|
|
1389
|
-
name: str,
|
|
1390
|
-
uid: str,
|
|
1391
|
-
block_owner_deletion: Optional[bool] = None,
|
|
1392
|
-
controller: Optional[bool] = None):
|
|
1388
|
+
api_version: builtins.str,
|
|
1389
|
+
kind: builtins.str,
|
|
1390
|
+
name: builtins.str,
|
|
1391
|
+
uid: builtins.str,
|
|
1392
|
+
block_owner_deletion: Optional[builtins.bool] = None,
|
|
1393
|
+
controller: Optional[builtins.bool] = None):
|
|
1393
1394
|
"""
|
|
1394
1395
|
OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
|
|
1395
|
-
:param str api_version: API version of the referent.
|
|
1396
|
-
:param str kind: Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1397
|
-
:param str name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1398
|
-
:param str uid: UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1399
|
-
:param bool block_owner_deletion: If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
|
|
1400
|
-
:param bool controller: If true, this reference points to the managing controller.
|
|
1396
|
+
:param builtins.str api_version: API version of the referent.
|
|
1397
|
+
:param builtins.str kind: Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1398
|
+
:param builtins.str name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1399
|
+
:param builtins.str uid: UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1400
|
+
:param builtins.bool block_owner_deletion: If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
|
|
1401
|
+
:param builtins.bool controller: If true, this reference points to the managing controller.
|
|
1401
1402
|
"""
|
|
1402
1403
|
pulumi.set(__self__, "api_version", api_version)
|
|
1403
1404
|
pulumi.set(__self__, "kind", kind)
|
|
@@ -1410,7 +1411,7 @@ class OwnerReference(dict):
|
|
|
1410
1411
|
|
|
1411
1412
|
@property
|
|
1412
1413
|
@pulumi.getter(name="apiVersion")
|
|
1413
|
-
def api_version(self) -> str:
|
|
1414
|
+
def api_version(self) -> builtins.str:
|
|
1414
1415
|
"""
|
|
1415
1416
|
API version of the referent.
|
|
1416
1417
|
"""
|
|
@@ -1418,7 +1419,7 @@ class OwnerReference(dict):
|
|
|
1418
1419
|
|
|
1419
1420
|
@property
|
|
1420
1421
|
@pulumi.getter
|
|
1421
|
-
def kind(self) -> str:
|
|
1422
|
+
def kind(self) -> builtins.str:
|
|
1422
1423
|
"""
|
|
1423
1424
|
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1424
1425
|
"""
|
|
@@ -1426,7 +1427,7 @@ class OwnerReference(dict):
|
|
|
1426
1427
|
|
|
1427
1428
|
@property
|
|
1428
1429
|
@pulumi.getter
|
|
1429
|
-
def name(self) -> str:
|
|
1430
|
+
def name(self) -> builtins.str:
|
|
1430
1431
|
"""
|
|
1431
1432
|
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1432
1433
|
"""
|
|
@@ -1434,7 +1435,7 @@ class OwnerReference(dict):
|
|
|
1434
1435
|
|
|
1435
1436
|
@property
|
|
1436
1437
|
@pulumi.getter
|
|
1437
|
-
def uid(self) -> str:
|
|
1438
|
+
def uid(self) -> builtins.str:
|
|
1438
1439
|
"""
|
|
1439
1440
|
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1440
1441
|
"""
|
|
@@ -1442,7 +1443,7 @@ class OwnerReference(dict):
|
|
|
1442
1443
|
|
|
1443
1444
|
@property
|
|
1444
1445
|
@pulumi.getter(name="blockOwnerDeletion")
|
|
1445
|
-
def block_owner_deletion(self) -> Optional[bool]:
|
|
1446
|
+
def block_owner_deletion(self) -> Optional[builtins.bool]:
|
|
1446
1447
|
"""
|
|
1447
1448
|
If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
|
|
1448
1449
|
"""
|
|
@@ -1450,7 +1451,7 @@ class OwnerReference(dict):
|
|
|
1450
1451
|
|
|
1451
1452
|
@property
|
|
1452
1453
|
@pulumi.getter
|
|
1453
|
-
def controller(self) -> Optional[bool]:
|
|
1454
|
+
def controller(self) -> Optional[builtins.bool]:
|
|
1454
1455
|
"""
|
|
1455
1456
|
If true, this reference points to the managing controller.
|
|
1456
1457
|
"""
|
|
@@ -1482,20 +1483,20 @@ class OwnerReferencePatch(dict):
|
|
|
1482
1483
|
return super().get(key, default)
|
|
1483
1484
|
|
|
1484
1485
|
def __init__(__self__, *,
|
|
1485
|
-
api_version: Optional[str] = None,
|
|
1486
|
-
block_owner_deletion: Optional[bool] = None,
|
|
1487
|
-
controller: Optional[bool] = None,
|
|
1488
|
-
kind: Optional[str] = None,
|
|
1489
|
-
name: Optional[str] = None,
|
|
1490
|
-
uid: Optional[str] = None):
|
|
1486
|
+
api_version: Optional[builtins.str] = None,
|
|
1487
|
+
block_owner_deletion: Optional[builtins.bool] = None,
|
|
1488
|
+
controller: Optional[builtins.bool] = None,
|
|
1489
|
+
kind: Optional[builtins.str] = None,
|
|
1490
|
+
name: Optional[builtins.str] = None,
|
|
1491
|
+
uid: Optional[builtins.str] = None):
|
|
1491
1492
|
"""
|
|
1492
1493
|
OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
|
|
1493
|
-
:param str api_version: API version of the referent.
|
|
1494
|
-
:param bool block_owner_deletion: If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
|
|
1495
|
-
:param bool controller: If true, this reference points to the managing controller.
|
|
1496
|
-
:param str kind: Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1497
|
-
:param str name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1498
|
-
:param str uid: UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1494
|
+
:param builtins.str api_version: API version of the referent.
|
|
1495
|
+
:param builtins.bool block_owner_deletion: If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
|
|
1496
|
+
:param builtins.bool controller: If true, this reference points to the managing controller.
|
|
1497
|
+
:param builtins.str kind: Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1498
|
+
:param builtins.str name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1499
|
+
:param builtins.str uid: UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1499
1500
|
"""
|
|
1500
1501
|
if api_version is not None:
|
|
1501
1502
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -1512,7 +1513,7 @@ class OwnerReferencePatch(dict):
|
|
|
1512
1513
|
|
|
1513
1514
|
@property
|
|
1514
1515
|
@pulumi.getter(name="apiVersion")
|
|
1515
|
-
def api_version(self) -> Optional[str]:
|
|
1516
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1516
1517
|
"""
|
|
1517
1518
|
API version of the referent.
|
|
1518
1519
|
"""
|
|
@@ -1520,7 +1521,7 @@ class OwnerReferencePatch(dict):
|
|
|
1520
1521
|
|
|
1521
1522
|
@property
|
|
1522
1523
|
@pulumi.getter(name="blockOwnerDeletion")
|
|
1523
|
-
def block_owner_deletion(self) -> Optional[bool]:
|
|
1524
|
+
def block_owner_deletion(self) -> Optional[builtins.bool]:
|
|
1524
1525
|
"""
|
|
1525
1526
|
If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
|
|
1526
1527
|
"""
|
|
@@ -1528,7 +1529,7 @@ class OwnerReferencePatch(dict):
|
|
|
1528
1529
|
|
|
1529
1530
|
@property
|
|
1530
1531
|
@pulumi.getter
|
|
1531
|
-
def controller(self) -> Optional[bool]:
|
|
1532
|
+
def controller(self) -> Optional[builtins.bool]:
|
|
1532
1533
|
"""
|
|
1533
1534
|
If true, this reference points to the managing controller.
|
|
1534
1535
|
"""
|
|
@@ -1536,7 +1537,7 @@ class OwnerReferencePatch(dict):
|
|
|
1536
1537
|
|
|
1537
1538
|
@property
|
|
1538
1539
|
@pulumi.getter
|
|
1539
|
-
def kind(self) -> Optional[str]:
|
|
1540
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1540
1541
|
"""
|
|
1541
1542
|
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1542
1543
|
"""
|
|
@@ -1544,7 +1545,7 @@ class OwnerReferencePatch(dict):
|
|
|
1544
1545
|
|
|
1545
1546
|
@property
|
|
1546
1547
|
@pulumi.getter
|
|
1547
|
-
def name(self) -> Optional[str]:
|
|
1548
|
+
def name(self) -> Optional[builtins.str]:
|
|
1548
1549
|
"""
|
|
1549
1550
|
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1550
1551
|
"""
|
|
@@ -1552,7 +1553,7 @@ class OwnerReferencePatch(dict):
|
|
|
1552
1553
|
|
|
1553
1554
|
@property
|
|
1554
1555
|
@pulumi.getter
|
|
1555
|
-
def uid(self) -> Optional[str]:
|
|
1556
|
+
def uid(self) -> Optional[builtins.str]:
|
|
1556
1557
|
"""
|
|
1557
1558
|
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1558
1559
|
"""
|
|
@@ -1565,18 +1566,18 @@ class StatusCause(dict):
|
|
|
1565
1566
|
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
|
|
1566
1567
|
"""
|
|
1567
1568
|
def __init__(__self__, *,
|
|
1568
|
-
field: Optional[str] = None,
|
|
1569
|
-
message: Optional[str] = None,
|
|
1570
|
-
reason: Optional[str] = None):
|
|
1569
|
+
field: Optional[builtins.str] = None,
|
|
1570
|
+
message: Optional[builtins.str] = None,
|
|
1571
|
+
reason: Optional[builtins.str] = None):
|
|
1571
1572
|
"""
|
|
1572
1573
|
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
|
|
1573
|
-
:param str field: The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
|
|
1574
|
+
:param builtins.str field: The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
|
|
1574
1575
|
|
|
1575
1576
|
Examples:
|
|
1576
1577
|
"name" - the field "name" on the current resource
|
|
1577
1578
|
"items[0].name" - the field "name" on the first array entry in "items"
|
|
1578
|
-
:param str message: A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
1579
|
-
:param str reason: A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
1579
|
+
:param builtins.str message: A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
1580
|
+
:param builtins.str reason: A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
1580
1581
|
"""
|
|
1581
1582
|
if field is not None:
|
|
1582
1583
|
pulumi.set(__self__, "field", field)
|
|
@@ -1587,7 +1588,7 @@ class StatusCause(dict):
|
|
|
1587
1588
|
|
|
1588
1589
|
@property
|
|
1589
1590
|
@pulumi.getter
|
|
1590
|
-
def field(self) -> Optional[str]:
|
|
1591
|
+
def field(self) -> Optional[builtins.str]:
|
|
1591
1592
|
"""
|
|
1592
1593
|
The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
|
|
1593
1594
|
|
|
@@ -1599,7 +1600,7 @@ class StatusCause(dict):
|
|
|
1599
1600
|
|
|
1600
1601
|
@property
|
|
1601
1602
|
@pulumi.getter
|
|
1602
|
-
def message(self) -> Optional[str]:
|
|
1603
|
+
def message(self) -> Optional[builtins.str]:
|
|
1603
1604
|
"""
|
|
1604
1605
|
A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
1605
1606
|
"""
|
|
@@ -1607,7 +1608,7 @@ class StatusCause(dict):
|
|
|
1607
1608
|
|
|
1608
1609
|
@property
|
|
1609
1610
|
@pulumi.getter
|
|
1610
|
-
def reason(self) -> Optional[str]:
|
|
1611
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1611
1612
|
"""
|
|
1612
1613
|
A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
1613
1614
|
"""
|
|
@@ -1620,18 +1621,18 @@ class StatusCausePatch(dict):
|
|
|
1620
1621
|
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
|
|
1621
1622
|
"""
|
|
1622
1623
|
def __init__(__self__, *,
|
|
1623
|
-
field: Optional[str] = None,
|
|
1624
|
-
message: Optional[str] = None,
|
|
1625
|
-
reason: Optional[str] = None):
|
|
1624
|
+
field: Optional[builtins.str] = None,
|
|
1625
|
+
message: Optional[builtins.str] = None,
|
|
1626
|
+
reason: Optional[builtins.str] = None):
|
|
1626
1627
|
"""
|
|
1627
1628
|
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
|
|
1628
|
-
:param str field: The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
|
|
1629
|
+
:param builtins.str field: The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
|
|
1629
1630
|
|
|
1630
1631
|
Examples:
|
|
1631
1632
|
"name" - the field "name" on the current resource
|
|
1632
1633
|
"items[0].name" - the field "name" on the first array entry in "items"
|
|
1633
|
-
:param str message: A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
1634
|
-
:param str reason: A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
1634
|
+
:param builtins.str message: A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
1635
|
+
:param builtins.str reason: A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
1635
1636
|
"""
|
|
1636
1637
|
if field is not None:
|
|
1637
1638
|
pulumi.set(__self__, "field", field)
|
|
@@ -1642,7 +1643,7 @@ class StatusCausePatch(dict):
|
|
|
1642
1643
|
|
|
1643
1644
|
@property
|
|
1644
1645
|
@pulumi.getter
|
|
1645
|
-
def field(self) -> Optional[str]:
|
|
1646
|
+
def field(self) -> Optional[builtins.str]:
|
|
1646
1647
|
"""
|
|
1647
1648
|
The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
|
|
1648
1649
|
|
|
@@ -1654,7 +1655,7 @@ class StatusCausePatch(dict):
|
|
|
1654
1655
|
|
|
1655
1656
|
@property
|
|
1656
1657
|
@pulumi.getter
|
|
1657
|
-
def message(self) -> Optional[str]:
|
|
1658
|
+
def message(self) -> Optional[builtins.str]:
|
|
1658
1659
|
"""
|
|
1659
1660
|
A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
1660
1661
|
"""
|
|
@@ -1662,7 +1663,7 @@ class StatusCausePatch(dict):
|
|
|
1662
1663
|
|
|
1663
1664
|
@property
|
|
1664
1665
|
@pulumi.getter
|
|
1665
|
-
def reason(self) -> Optional[str]:
|
|
1666
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1666
1667
|
"""
|
|
1667
1668
|
A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
1668
1669
|
"""
|
|
@@ -1693,19 +1694,19 @@ class StatusDetails(dict):
|
|
|
1693
1694
|
|
|
1694
1695
|
def __init__(__self__, *,
|
|
1695
1696
|
causes: Optional[Sequence['outputs.StatusCause']] = None,
|
|
1696
|
-
group: Optional[str] = None,
|
|
1697
|
-
kind: Optional[str] = None,
|
|
1698
|
-
name: Optional[str] = None,
|
|
1699
|
-
retry_after_seconds: Optional[int] = None,
|
|
1700
|
-
uid: Optional[str] = None):
|
|
1697
|
+
group: Optional[builtins.str] = None,
|
|
1698
|
+
kind: Optional[builtins.str] = None,
|
|
1699
|
+
name: Optional[builtins.str] = None,
|
|
1700
|
+
retry_after_seconds: Optional[builtins.int] = None,
|
|
1701
|
+
uid: Optional[builtins.str] = None):
|
|
1701
1702
|
"""
|
|
1702
1703
|
StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.
|
|
1703
1704
|
:param Sequence['StatusCauseArgs'] causes: The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
|
|
1704
|
-
:param str group: The group attribute of the resource associated with the status StatusReason.
|
|
1705
|
-
:param str kind: The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1706
|
-
:param str name: The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
1707
|
-
:param int retry_after_seconds: If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
|
|
1708
|
-
:param str uid: UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1705
|
+
:param builtins.str group: The group attribute of the resource associated with the status StatusReason.
|
|
1706
|
+
:param builtins.str kind: The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1707
|
+
:param builtins.str name: The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
1708
|
+
:param builtins.int retry_after_seconds: If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
|
|
1709
|
+
:param builtins.str uid: UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1709
1710
|
"""
|
|
1710
1711
|
if causes is not None:
|
|
1711
1712
|
pulumi.set(__self__, "causes", causes)
|
|
@@ -1730,7 +1731,7 @@ class StatusDetails(dict):
|
|
|
1730
1731
|
|
|
1731
1732
|
@property
|
|
1732
1733
|
@pulumi.getter
|
|
1733
|
-
def group(self) -> Optional[str]:
|
|
1734
|
+
def group(self) -> Optional[builtins.str]:
|
|
1734
1735
|
"""
|
|
1735
1736
|
The group attribute of the resource associated with the status StatusReason.
|
|
1736
1737
|
"""
|
|
@@ -1738,7 +1739,7 @@ class StatusDetails(dict):
|
|
|
1738
1739
|
|
|
1739
1740
|
@property
|
|
1740
1741
|
@pulumi.getter
|
|
1741
|
-
def kind(self) -> Optional[str]:
|
|
1742
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1742
1743
|
"""
|
|
1743
1744
|
The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1744
1745
|
"""
|
|
@@ -1746,7 +1747,7 @@ class StatusDetails(dict):
|
|
|
1746
1747
|
|
|
1747
1748
|
@property
|
|
1748
1749
|
@pulumi.getter
|
|
1749
|
-
def name(self) -> Optional[str]:
|
|
1750
|
+
def name(self) -> Optional[builtins.str]:
|
|
1750
1751
|
"""
|
|
1751
1752
|
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
1752
1753
|
"""
|
|
@@ -1754,7 +1755,7 @@ class StatusDetails(dict):
|
|
|
1754
1755
|
|
|
1755
1756
|
@property
|
|
1756
1757
|
@pulumi.getter(name="retryAfterSeconds")
|
|
1757
|
-
def retry_after_seconds(self) -> Optional[int]:
|
|
1758
|
+
def retry_after_seconds(self) -> Optional[builtins.int]:
|
|
1758
1759
|
"""
|
|
1759
1760
|
If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
|
|
1760
1761
|
"""
|
|
@@ -1762,7 +1763,7 @@ class StatusDetails(dict):
|
|
|
1762
1763
|
|
|
1763
1764
|
@property
|
|
1764
1765
|
@pulumi.getter
|
|
1765
|
-
def uid(self) -> Optional[str]:
|
|
1766
|
+
def uid(self) -> Optional[builtins.str]:
|
|
1766
1767
|
"""
|
|
1767
1768
|
UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1768
1769
|
"""
|
|
@@ -1793,19 +1794,19 @@ class StatusDetailsPatch(dict):
|
|
|
1793
1794
|
|
|
1794
1795
|
def __init__(__self__, *,
|
|
1795
1796
|
causes: Optional[Sequence['outputs.StatusCausePatch']] = None,
|
|
1796
|
-
group: Optional[str] = None,
|
|
1797
|
-
kind: Optional[str] = None,
|
|
1798
|
-
name: Optional[str] = None,
|
|
1799
|
-
retry_after_seconds: Optional[int] = None,
|
|
1800
|
-
uid: Optional[str] = None):
|
|
1797
|
+
group: Optional[builtins.str] = None,
|
|
1798
|
+
kind: Optional[builtins.str] = None,
|
|
1799
|
+
name: Optional[builtins.str] = None,
|
|
1800
|
+
retry_after_seconds: Optional[builtins.int] = None,
|
|
1801
|
+
uid: Optional[builtins.str] = None):
|
|
1801
1802
|
"""
|
|
1802
1803
|
StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.
|
|
1803
1804
|
:param Sequence['StatusCausePatchArgs'] causes: The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
|
|
1804
|
-
:param str group: The group attribute of the resource associated with the status StatusReason.
|
|
1805
|
-
:param str kind: The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1806
|
-
:param str name: The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
1807
|
-
:param int retry_after_seconds: If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
|
|
1808
|
-
:param str uid: UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1805
|
+
:param builtins.str group: The group attribute of the resource associated with the status StatusReason.
|
|
1806
|
+
:param builtins.str kind: The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1807
|
+
:param builtins.str name: The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
1808
|
+
:param builtins.int retry_after_seconds: If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
|
|
1809
|
+
:param builtins.str uid: UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1809
1810
|
"""
|
|
1810
1811
|
if causes is not None:
|
|
1811
1812
|
pulumi.set(__self__, "causes", causes)
|
|
@@ -1830,7 +1831,7 @@ class StatusDetailsPatch(dict):
|
|
|
1830
1831
|
|
|
1831
1832
|
@property
|
|
1832
1833
|
@pulumi.getter
|
|
1833
|
-
def group(self) -> Optional[str]:
|
|
1834
|
+
def group(self) -> Optional[builtins.str]:
|
|
1834
1835
|
"""
|
|
1835
1836
|
The group attribute of the resource associated with the status StatusReason.
|
|
1836
1837
|
"""
|
|
@@ -1838,7 +1839,7 @@ class StatusDetailsPatch(dict):
|
|
|
1838
1839
|
|
|
1839
1840
|
@property
|
|
1840
1841
|
@pulumi.getter
|
|
1841
|
-
def kind(self) -> Optional[str]:
|
|
1842
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1842
1843
|
"""
|
|
1843
1844
|
The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1844
1845
|
"""
|
|
@@ -1846,7 +1847,7 @@ class StatusDetailsPatch(dict):
|
|
|
1846
1847
|
|
|
1847
1848
|
@property
|
|
1848
1849
|
@pulumi.getter
|
|
1849
|
-
def name(self) -> Optional[str]:
|
|
1850
|
+
def name(self) -> Optional[builtins.str]:
|
|
1850
1851
|
"""
|
|
1851
1852
|
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
1852
1853
|
"""
|
|
@@ -1854,7 +1855,7 @@ class StatusDetailsPatch(dict):
|
|
|
1854
1855
|
|
|
1855
1856
|
@property
|
|
1856
1857
|
@pulumi.getter(name="retryAfterSeconds")
|
|
1857
|
-
def retry_after_seconds(self) -> Optional[int]:
|
|
1858
|
+
def retry_after_seconds(self) -> Optional[builtins.int]:
|
|
1858
1859
|
"""
|
|
1859
1860
|
If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
|
|
1860
1861
|
"""
|
|
@@ -1862,7 +1863,7 @@ class StatusDetailsPatch(dict):
|
|
|
1862
1863
|
|
|
1863
1864
|
@property
|
|
1864
1865
|
@pulumi.getter
|
|
1865
|
-
def uid(self) -> Optional[str]:
|
|
1866
|
+
def uid(self) -> Optional[builtins.str]:
|
|
1866
1867
|
"""
|
|
1867
1868
|
UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1868
1869
|
"""
|