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