pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753121506__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.0a1753121506.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753121506.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.0a1753121506.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.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
|
|
@@ -59,27 +58,27 @@ if not MYPY:
|
|
|
59
58
|
"""
|
|
60
59
|
Condition contains details for one aspect of the current state of this API Resource.
|
|
61
60
|
"""
|
|
62
|
-
last_transition_time: pulumi.Input[
|
|
61
|
+
last_transition_time: pulumi.Input[_builtins.str]
|
|
63
62
|
"""
|
|
64
63
|
lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
|
|
65
64
|
"""
|
|
66
|
-
message: pulumi.Input[
|
|
65
|
+
message: pulumi.Input[_builtins.str]
|
|
67
66
|
"""
|
|
68
67
|
message is a human readable message indicating details about the transition. This may be an empty string.
|
|
69
68
|
"""
|
|
70
|
-
reason: pulumi.Input[
|
|
69
|
+
reason: pulumi.Input[_builtins.str]
|
|
71
70
|
"""
|
|
72
71
|
reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
|
|
73
72
|
"""
|
|
74
|
-
status: pulumi.Input[
|
|
73
|
+
status: pulumi.Input[_builtins.str]
|
|
75
74
|
"""
|
|
76
75
|
status of the condition, one of True, False, Unknown.
|
|
77
76
|
"""
|
|
78
|
-
type: pulumi.Input[
|
|
77
|
+
type: pulumi.Input[_builtins.str]
|
|
79
78
|
"""
|
|
80
79
|
type of condition in CamelCase or in foo.example.com/CamelCase.
|
|
81
80
|
"""
|
|
82
|
-
observed_generation: NotRequired[pulumi.Input[
|
|
81
|
+
observed_generation: NotRequired[pulumi.Input[_builtins.int]]
|
|
83
82
|
"""
|
|
84
83
|
observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
|
|
85
84
|
"""
|
|
@@ -89,20 +88,20 @@ elif False:
|
|
|
89
88
|
@pulumi.input_type
|
|
90
89
|
class ConditionArgs:
|
|
91
90
|
def __init__(__self__, *,
|
|
92
|
-
last_transition_time: pulumi.Input[
|
|
93
|
-
message: pulumi.Input[
|
|
94
|
-
reason: pulumi.Input[
|
|
95
|
-
status: pulumi.Input[
|
|
96
|
-
type: pulumi.Input[
|
|
97
|
-
observed_generation: Optional[pulumi.Input[
|
|
91
|
+
last_transition_time: pulumi.Input[_builtins.str],
|
|
92
|
+
message: pulumi.Input[_builtins.str],
|
|
93
|
+
reason: pulumi.Input[_builtins.str],
|
|
94
|
+
status: pulumi.Input[_builtins.str],
|
|
95
|
+
type: pulumi.Input[_builtins.str],
|
|
96
|
+
observed_generation: Optional[pulumi.Input[_builtins.int]] = None):
|
|
98
97
|
"""
|
|
99
98
|
Condition contains details for one aspect of the current state of this API Resource.
|
|
100
|
-
:param pulumi.Input[
|
|
101
|
-
:param pulumi.Input[
|
|
102
|
-
:param pulumi.Input[
|
|
103
|
-
:param pulumi.Input[
|
|
104
|
-
:param pulumi.Input[
|
|
105
|
-
:param pulumi.Input[
|
|
99
|
+
:param pulumi.Input[_builtins.str] last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
|
|
100
|
+
:param pulumi.Input[_builtins.str] message: message is a human readable message indicating details about the transition. This may be an empty string.
|
|
101
|
+
:param pulumi.Input[_builtins.str] reason: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
|
|
102
|
+
:param pulumi.Input[_builtins.str] status: status of the condition, one of True, False, Unknown.
|
|
103
|
+
:param pulumi.Input[_builtins.str] type: type of condition in CamelCase or in foo.example.com/CamelCase.
|
|
104
|
+
:param pulumi.Input[_builtins.int] observed_generation: observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
|
|
106
105
|
"""
|
|
107
106
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
108
107
|
pulumi.set(__self__, "message", message)
|
|
@@ -112,76 +111,76 @@ class ConditionArgs:
|
|
|
112
111
|
if observed_generation is not None:
|
|
113
112
|
pulumi.set(__self__, "observed_generation", observed_generation)
|
|
114
113
|
|
|
115
|
-
@property
|
|
114
|
+
@_builtins.property
|
|
116
115
|
@pulumi.getter(name="lastTransitionTime")
|
|
117
|
-
def last_transition_time(self) -> pulumi.Input[
|
|
116
|
+
def last_transition_time(self) -> pulumi.Input[_builtins.str]:
|
|
118
117
|
"""
|
|
119
118
|
lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
|
|
120
119
|
"""
|
|
121
120
|
return pulumi.get(self, "last_transition_time")
|
|
122
121
|
|
|
123
122
|
@last_transition_time.setter
|
|
124
|
-
def last_transition_time(self, value: pulumi.Input[
|
|
123
|
+
def last_transition_time(self, value: pulumi.Input[_builtins.str]):
|
|
125
124
|
pulumi.set(self, "last_transition_time", value)
|
|
126
125
|
|
|
127
|
-
@property
|
|
126
|
+
@_builtins.property
|
|
128
127
|
@pulumi.getter
|
|
129
|
-
def message(self) -> pulumi.Input[
|
|
128
|
+
def message(self) -> pulumi.Input[_builtins.str]:
|
|
130
129
|
"""
|
|
131
130
|
message is a human readable message indicating details about the transition. This may be an empty string.
|
|
132
131
|
"""
|
|
133
132
|
return pulumi.get(self, "message")
|
|
134
133
|
|
|
135
134
|
@message.setter
|
|
136
|
-
def message(self, value: pulumi.Input[
|
|
135
|
+
def message(self, value: pulumi.Input[_builtins.str]):
|
|
137
136
|
pulumi.set(self, "message", value)
|
|
138
137
|
|
|
139
|
-
@property
|
|
138
|
+
@_builtins.property
|
|
140
139
|
@pulumi.getter
|
|
141
|
-
def reason(self) -> pulumi.Input[
|
|
140
|
+
def reason(self) -> pulumi.Input[_builtins.str]:
|
|
142
141
|
"""
|
|
143
142
|
reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
|
|
144
143
|
"""
|
|
145
144
|
return pulumi.get(self, "reason")
|
|
146
145
|
|
|
147
146
|
@reason.setter
|
|
148
|
-
def reason(self, value: pulumi.Input[
|
|
147
|
+
def reason(self, value: pulumi.Input[_builtins.str]):
|
|
149
148
|
pulumi.set(self, "reason", value)
|
|
150
149
|
|
|
151
|
-
@property
|
|
150
|
+
@_builtins.property
|
|
152
151
|
@pulumi.getter
|
|
153
|
-
def status(self) -> pulumi.Input[
|
|
152
|
+
def status(self) -> pulumi.Input[_builtins.str]:
|
|
154
153
|
"""
|
|
155
154
|
status of the condition, one of True, False, Unknown.
|
|
156
155
|
"""
|
|
157
156
|
return pulumi.get(self, "status")
|
|
158
157
|
|
|
159
158
|
@status.setter
|
|
160
|
-
def status(self, value: pulumi.Input[
|
|
159
|
+
def status(self, value: pulumi.Input[_builtins.str]):
|
|
161
160
|
pulumi.set(self, "status", value)
|
|
162
161
|
|
|
163
|
-
@property
|
|
162
|
+
@_builtins.property
|
|
164
163
|
@pulumi.getter
|
|
165
|
-
def type(self) -> pulumi.Input[
|
|
164
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
166
165
|
"""
|
|
167
166
|
type of condition in CamelCase or in foo.example.com/CamelCase.
|
|
168
167
|
"""
|
|
169
168
|
return pulumi.get(self, "type")
|
|
170
169
|
|
|
171
170
|
@type.setter
|
|
172
|
-
def type(self, value: pulumi.Input[
|
|
171
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
173
172
|
pulumi.set(self, "type", value)
|
|
174
173
|
|
|
175
|
-
@property
|
|
174
|
+
@_builtins.property
|
|
176
175
|
@pulumi.getter(name="observedGeneration")
|
|
177
|
-
def observed_generation(self) -> Optional[pulumi.Input[
|
|
176
|
+
def observed_generation(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
178
177
|
"""
|
|
179
178
|
observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
|
|
180
179
|
"""
|
|
181
180
|
return pulumi.get(self, "observed_generation")
|
|
182
181
|
|
|
183
182
|
@observed_generation.setter
|
|
184
|
-
def observed_generation(self, value: Optional[pulumi.Input[
|
|
183
|
+
def observed_generation(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
185
184
|
pulumi.set(self, "observed_generation", value)
|
|
186
185
|
|
|
187
186
|
|
|
@@ -194,7 +193,7 @@ if not MYPY:
|
|
|
194
193
|
"""
|
|
195
194
|
matchExpressions is a list of label selector requirements. The requirements are ANDed.
|
|
196
195
|
"""
|
|
197
|
-
match_labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[
|
|
196
|
+
match_labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
198
197
|
"""
|
|
199
198
|
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
|
|
200
199
|
"""
|
|
@@ -205,18 +204,18 @@ elif False:
|
|
|
205
204
|
class LabelSelectorPatchArgs:
|
|
206
205
|
def __init__(__self__, *,
|
|
207
206
|
match_expressions: Optional[pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementPatchArgs']]]] = None,
|
|
208
|
-
match_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
207
|
+
match_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
|
209
208
|
"""
|
|
210
209
|
A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
|
|
211
210
|
:param pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementPatchArgs']]] match_expressions: matchExpressions is a list of label selector requirements. The requirements are ANDed.
|
|
212
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[
|
|
211
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] match_labels: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
|
|
213
212
|
"""
|
|
214
213
|
if match_expressions is not None:
|
|
215
214
|
pulumi.set(__self__, "match_expressions", match_expressions)
|
|
216
215
|
if match_labels is not None:
|
|
217
216
|
pulumi.set(__self__, "match_labels", match_labels)
|
|
218
217
|
|
|
219
|
-
@property
|
|
218
|
+
@_builtins.property
|
|
220
219
|
@pulumi.getter(name="matchExpressions")
|
|
221
220
|
def match_expressions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementPatchArgs']]]]:
|
|
222
221
|
"""
|
|
@@ -228,16 +227,16 @@ class LabelSelectorPatchArgs:
|
|
|
228
227
|
def match_expressions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementPatchArgs']]]]):
|
|
229
228
|
pulumi.set(self, "match_expressions", value)
|
|
230
229
|
|
|
231
|
-
@property
|
|
230
|
+
@_builtins.property
|
|
232
231
|
@pulumi.getter(name="matchLabels")
|
|
233
|
-
def match_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
232
|
+
def match_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
234
233
|
"""
|
|
235
234
|
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
|
|
236
235
|
"""
|
|
237
236
|
return pulumi.get(self, "match_labels")
|
|
238
237
|
|
|
239
238
|
@match_labels.setter
|
|
240
|
-
def match_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
239
|
+
def match_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
241
240
|
pulumi.set(self, "match_labels", value)
|
|
242
241
|
|
|
243
242
|
|
|
@@ -246,15 +245,15 @@ if not MYPY:
|
|
|
246
245
|
"""
|
|
247
246
|
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
|
|
248
247
|
"""
|
|
249
|
-
key: NotRequired[pulumi.Input[
|
|
248
|
+
key: NotRequired[pulumi.Input[_builtins.str]]
|
|
250
249
|
"""
|
|
251
250
|
key is the label key that the selector applies to.
|
|
252
251
|
"""
|
|
253
|
-
operator: NotRequired[pulumi.Input[
|
|
252
|
+
operator: NotRequired[pulumi.Input[_builtins.str]]
|
|
254
253
|
"""
|
|
255
254
|
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
256
255
|
"""
|
|
257
|
-
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
256
|
+
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
258
257
|
"""
|
|
259
258
|
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
|
|
260
259
|
"""
|
|
@@ -264,14 +263,14 @@ elif False:
|
|
|
264
263
|
@pulumi.input_type
|
|
265
264
|
class LabelSelectorRequirementPatchArgs:
|
|
266
265
|
def __init__(__self__, *,
|
|
267
|
-
key: Optional[pulumi.Input[
|
|
268
|
-
operator: Optional[pulumi.Input[
|
|
269
|
-
values: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
266
|
+
key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
267
|
+
operator: Optional[pulumi.Input[_builtins.str]] = None,
|
|
268
|
+
values: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
270
269
|
"""
|
|
271
270
|
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
|
|
272
|
-
:param pulumi.Input[
|
|
273
|
-
:param pulumi.Input[
|
|
274
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
271
|
+
:param pulumi.Input[_builtins.str] key: key is the label key that the selector applies to.
|
|
272
|
+
:param pulumi.Input[_builtins.str] operator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
273
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] values: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
|
|
275
274
|
"""
|
|
276
275
|
if key is not None:
|
|
277
276
|
pulumi.set(__self__, "key", key)
|
|
@@ -280,40 +279,40 @@ class LabelSelectorRequirementPatchArgs:
|
|
|
280
279
|
if values is not None:
|
|
281
280
|
pulumi.set(__self__, "values", values)
|
|
282
281
|
|
|
283
|
-
@property
|
|
282
|
+
@_builtins.property
|
|
284
283
|
@pulumi.getter
|
|
285
|
-
def key(self) -> Optional[pulumi.Input[
|
|
284
|
+
def key(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
286
285
|
"""
|
|
287
286
|
key is the label key that the selector applies to.
|
|
288
287
|
"""
|
|
289
288
|
return pulumi.get(self, "key")
|
|
290
289
|
|
|
291
290
|
@key.setter
|
|
292
|
-
def key(self, value: Optional[pulumi.Input[
|
|
291
|
+
def key(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
293
292
|
pulumi.set(self, "key", value)
|
|
294
293
|
|
|
295
|
-
@property
|
|
294
|
+
@_builtins.property
|
|
296
295
|
@pulumi.getter
|
|
297
|
-
def operator(self) -> Optional[pulumi.Input[
|
|
296
|
+
def operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
298
297
|
"""
|
|
299
298
|
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
300
299
|
"""
|
|
301
300
|
return pulumi.get(self, "operator")
|
|
302
301
|
|
|
303
302
|
@operator.setter
|
|
304
|
-
def operator(self, value: Optional[pulumi.Input[
|
|
303
|
+
def operator(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
305
304
|
pulumi.set(self, "operator", value)
|
|
306
305
|
|
|
307
|
-
@property
|
|
306
|
+
@_builtins.property
|
|
308
307
|
@pulumi.getter
|
|
309
|
-
def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
308
|
+
def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
310
309
|
"""
|
|
311
310
|
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
|
|
312
311
|
"""
|
|
313
312
|
return pulumi.get(self, "values")
|
|
314
313
|
|
|
315
314
|
@values.setter
|
|
316
|
-
def values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
315
|
+
def values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
317
316
|
pulumi.set(self, "values", value)
|
|
318
317
|
|
|
319
318
|
|
|
@@ -322,15 +321,15 @@ if not MYPY:
|
|
|
322
321
|
"""
|
|
323
322
|
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
|
|
324
323
|
"""
|
|
325
|
-
key: pulumi.Input[
|
|
324
|
+
key: pulumi.Input[_builtins.str]
|
|
326
325
|
"""
|
|
327
326
|
key is the label key that the selector applies to.
|
|
328
327
|
"""
|
|
329
|
-
operator: pulumi.Input[
|
|
328
|
+
operator: pulumi.Input[_builtins.str]
|
|
330
329
|
"""
|
|
331
330
|
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
332
331
|
"""
|
|
333
|
-
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
332
|
+
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
334
333
|
"""
|
|
335
334
|
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
|
|
336
335
|
"""
|
|
@@ -340,54 +339,54 @@ elif False:
|
|
|
340
339
|
@pulumi.input_type
|
|
341
340
|
class LabelSelectorRequirementArgs:
|
|
342
341
|
def __init__(__self__, *,
|
|
343
|
-
key: pulumi.Input[
|
|
344
|
-
operator: pulumi.Input[
|
|
345
|
-
values: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
342
|
+
key: pulumi.Input[_builtins.str],
|
|
343
|
+
operator: pulumi.Input[_builtins.str],
|
|
344
|
+
values: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
346
345
|
"""
|
|
347
346
|
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
|
|
348
|
-
:param pulumi.Input[
|
|
349
|
-
:param pulumi.Input[
|
|
350
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
347
|
+
:param pulumi.Input[_builtins.str] key: key is the label key that the selector applies to.
|
|
348
|
+
:param pulumi.Input[_builtins.str] operator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
349
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] values: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
|
|
351
350
|
"""
|
|
352
351
|
pulumi.set(__self__, "key", key)
|
|
353
352
|
pulumi.set(__self__, "operator", operator)
|
|
354
353
|
if values is not None:
|
|
355
354
|
pulumi.set(__self__, "values", values)
|
|
356
355
|
|
|
357
|
-
@property
|
|
356
|
+
@_builtins.property
|
|
358
357
|
@pulumi.getter
|
|
359
|
-
def key(self) -> pulumi.Input[
|
|
358
|
+
def key(self) -> pulumi.Input[_builtins.str]:
|
|
360
359
|
"""
|
|
361
360
|
key is the label key that the selector applies to.
|
|
362
361
|
"""
|
|
363
362
|
return pulumi.get(self, "key")
|
|
364
363
|
|
|
365
364
|
@key.setter
|
|
366
|
-
def key(self, value: pulumi.Input[
|
|
365
|
+
def key(self, value: pulumi.Input[_builtins.str]):
|
|
367
366
|
pulumi.set(self, "key", value)
|
|
368
367
|
|
|
369
|
-
@property
|
|
368
|
+
@_builtins.property
|
|
370
369
|
@pulumi.getter
|
|
371
|
-
def operator(self) -> pulumi.Input[
|
|
370
|
+
def operator(self) -> pulumi.Input[_builtins.str]:
|
|
372
371
|
"""
|
|
373
372
|
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
|
|
374
373
|
"""
|
|
375
374
|
return pulumi.get(self, "operator")
|
|
376
375
|
|
|
377
376
|
@operator.setter
|
|
378
|
-
def operator(self, value: pulumi.Input[
|
|
377
|
+
def operator(self, value: pulumi.Input[_builtins.str]):
|
|
379
378
|
pulumi.set(self, "operator", value)
|
|
380
379
|
|
|
381
|
-
@property
|
|
380
|
+
@_builtins.property
|
|
382
381
|
@pulumi.getter
|
|
383
|
-
def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
382
|
+
def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
384
383
|
"""
|
|
385
384
|
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
|
|
386
385
|
"""
|
|
387
386
|
return pulumi.get(self, "values")
|
|
388
387
|
|
|
389
388
|
@values.setter
|
|
390
|
-
def values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
389
|
+
def values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
391
390
|
pulumi.set(self, "values", value)
|
|
392
391
|
|
|
393
392
|
|
|
@@ -400,7 +399,7 @@ if not MYPY:
|
|
|
400
399
|
"""
|
|
401
400
|
matchExpressions is a list of label selector requirements. The requirements are ANDed.
|
|
402
401
|
"""
|
|
403
|
-
match_labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[
|
|
402
|
+
match_labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
404
403
|
"""
|
|
405
404
|
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
|
|
406
405
|
"""
|
|
@@ -411,18 +410,18 @@ elif False:
|
|
|
411
410
|
class LabelSelectorArgs:
|
|
412
411
|
def __init__(__self__, *,
|
|
413
412
|
match_expressions: Optional[pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementArgs']]]] = None,
|
|
414
|
-
match_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
413
|
+
match_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
|
415
414
|
"""
|
|
416
415
|
A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
|
|
417
416
|
:param pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementArgs']]] match_expressions: matchExpressions is a list of label selector requirements. The requirements are ANDed.
|
|
418
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[
|
|
417
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] match_labels: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
|
|
419
418
|
"""
|
|
420
419
|
if match_expressions is not None:
|
|
421
420
|
pulumi.set(__self__, "match_expressions", match_expressions)
|
|
422
421
|
if match_labels is not None:
|
|
423
422
|
pulumi.set(__self__, "match_labels", match_labels)
|
|
424
423
|
|
|
425
|
-
@property
|
|
424
|
+
@_builtins.property
|
|
426
425
|
@pulumi.getter(name="matchExpressions")
|
|
427
426
|
def match_expressions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementArgs']]]]:
|
|
428
427
|
"""
|
|
@@ -434,16 +433,16 @@ class LabelSelectorArgs:
|
|
|
434
433
|
def match_expressions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LabelSelectorRequirementArgs']]]]):
|
|
435
434
|
pulumi.set(self, "match_expressions", value)
|
|
436
435
|
|
|
437
|
-
@property
|
|
436
|
+
@_builtins.property
|
|
438
437
|
@pulumi.getter(name="matchLabels")
|
|
439
|
-
def match_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
438
|
+
def match_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
440
439
|
"""
|
|
441
440
|
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
|
|
442
441
|
"""
|
|
443
442
|
return pulumi.get(self, "match_labels")
|
|
444
443
|
|
|
445
444
|
@match_labels.setter
|
|
446
|
-
def match_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
445
|
+
def match_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
447
446
|
pulumi.set(self, "match_labels", value)
|
|
448
447
|
|
|
449
448
|
|
|
@@ -452,19 +451,19 @@ if not MYPY:
|
|
|
452
451
|
"""
|
|
453
452
|
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
|
|
454
453
|
"""
|
|
455
|
-
continue_: NotRequired[pulumi.Input[
|
|
454
|
+
continue_: NotRequired[pulumi.Input[_builtins.str]]
|
|
456
455
|
"""
|
|
457
456
|
continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
|
|
458
457
|
"""
|
|
459
|
-
remaining_item_count: NotRequired[pulumi.Input[
|
|
458
|
+
remaining_item_count: NotRequired[pulumi.Input[_builtins.int]]
|
|
460
459
|
"""
|
|
461
460
|
remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
|
|
462
461
|
"""
|
|
463
|
-
resource_version: NotRequired[pulumi.Input[
|
|
462
|
+
resource_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
464
463
|
"""
|
|
465
464
|
String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
466
465
|
"""
|
|
467
|
-
self_link: NotRequired[pulumi.Input[
|
|
466
|
+
self_link: NotRequired[pulumi.Input[_builtins.str]]
|
|
468
467
|
"""
|
|
469
468
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
470
469
|
"""
|
|
@@ -474,16 +473,16 @@ elif False:
|
|
|
474
473
|
@pulumi.input_type
|
|
475
474
|
class ListMetaPatchArgs:
|
|
476
475
|
def __init__(__self__, *,
|
|
477
|
-
continue_: Optional[pulumi.Input[
|
|
478
|
-
remaining_item_count: Optional[pulumi.Input[
|
|
479
|
-
resource_version: Optional[pulumi.Input[
|
|
480
|
-
self_link: Optional[pulumi.Input[
|
|
476
|
+
continue_: Optional[pulumi.Input[_builtins.str]] = None,
|
|
477
|
+
remaining_item_count: Optional[pulumi.Input[_builtins.int]] = None,
|
|
478
|
+
resource_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
479
|
+
self_link: Optional[pulumi.Input[_builtins.str]] = None):
|
|
481
480
|
"""
|
|
482
481
|
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
|
|
483
|
-
:param pulumi.Input[
|
|
484
|
-
:param pulumi.Input[
|
|
485
|
-
:param pulumi.Input[
|
|
486
|
-
:param pulumi.Input[
|
|
482
|
+
:param pulumi.Input[_builtins.str] continue_: continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
|
|
483
|
+
:param pulumi.Input[_builtins.int] remaining_item_count: remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
|
|
484
|
+
:param pulumi.Input[_builtins.str] resource_version: String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
485
|
+
:param pulumi.Input[_builtins.str] self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
487
486
|
"""
|
|
488
487
|
if continue_ is not None:
|
|
489
488
|
pulumi.set(__self__, "continue_", continue_)
|
|
@@ -494,52 +493,52 @@ class ListMetaPatchArgs:
|
|
|
494
493
|
if self_link is not None:
|
|
495
494
|
pulumi.set(__self__, "self_link", self_link)
|
|
496
495
|
|
|
497
|
-
@property
|
|
496
|
+
@_builtins.property
|
|
498
497
|
@pulumi.getter(name="continue")
|
|
499
|
-
def continue_(self) -> Optional[pulumi.Input[
|
|
498
|
+
def continue_(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
500
499
|
"""
|
|
501
500
|
continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
|
|
502
501
|
"""
|
|
503
502
|
return pulumi.get(self, "continue_")
|
|
504
503
|
|
|
505
504
|
@continue_.setter
|
|
506
|
-
def continue_(self, value: Optional[pulumi.Input[
|
|
505
|
+
def continue_(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
507
506
|
pulumi.set(self, "continue_", value)
|
|
508
507
|
|
|
509
|
-
@property
|
|
508
|
+
@_builtins.property
|
|
510
509
|
@pulumi.getter(name="remainingItemCount")
|
|
511
|
-
def remaining_item_count(self) -> Optional[pulumi.Input[
|
|
510
|
+
def remaining_item_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
512
511
|
"""
|
|
513
512
|
remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
|
|
514
513
|
"""
|
|
515
514
|
return pulumi.get(self, "remaining_item_count")
|
|
516
515
|
|
|
517
516
|
@remaining_item_count.setter
|
|
518
|
-
def remaining_item_count(self, value: Optional[pulumi.Input[
|
|
517
|
+
def remaining_item_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
519
518
|
pulumi.set(self, "remaining_item_count", value)
|
|
520
519
|
|
|
521
|
-
@property
|
|
520
|
+
@_builtins.property
|
|
522
521
|
@pulumi.getter(name="resourceVersion")
|
|
523
|
-
def resource_version(self) -> Optional[pulumi.Input[
|
|
522
|
+
def resource_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
524
523
|
"""
|
|
525
524
|
String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
526
525
|
"""
|
|
527
526
|
return pulumi.get(self, "resource_version")
|
|
528
527
|
|
|
529
528
|
@resource_version.setter
|
|
530
|
-
def resource_version(self, value: Optional[pulumi.Input[
|
|
529
|
+
def resource_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
531
530
|
pulumi.set(self, "resource_version", value)
|
|
532
531
|
|
|
533
|
-
@property
|
|
532
|
+
@_builtins.property
|
|
534
533
|
@pulumi.getter(name="selfLink")
|
|
535
|
-
def self_link(self) -> Optional[pulumi.Input[
|
|
534
|
+
def self_link(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
536
535
|
"""
|
|
537
536
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
538
537
|
"""
|
|
539
538
|
return pulumi.get(self, "self_link")
|
|
540
539
|
|
|
541
540
|
@self_link.setter
|
|
542
|
-
def self_link(self, value: Optional[pulumi.Input[
|
|
541
|
+
def self_link(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
543
542
|
pulumi.set(self, "self_link", value)
|
|
544
543
|
|
|
545
544
|
|
|
@@ -548,19 +547,19 @@ if not MYPY:
|
|
|
548
547
|
"""
|
|
549
548
|
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
|
|
550
549
|
"""
|
|
551
|
-
continue_: NotRequired[pulumi.Input[
|
|
550
|
+
continue_: NotRequired[pulumi.Input[_builtins.str]]
|
|
552
551
|
"""
|
|
553
552
|
continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
|
|
554
553
|
"""
|
|
555
|
-
remaining_item_count: NotRequired[pulumi.Input[
|
|
554
|
+
remaining_item_count: NotRequired[pulumi.Input[_builtins.int]]
|
|
556
555
|
"""
|
|
557
556
|
remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
|
|
558
557
|
"""
|
|
559
|
-
resource_version: NotRequired[pulumi.Input[
|
|
558
|
+
resource_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
560
559
|
"""
|
|
561
560
|
String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
562
561
|
"""
|
|
563
|
-
self_link: NotRequired[pulumi.Input[
|
|
562
|
+
self_link: NotRequired[pulumi.Input[_builtins.str]]
|
|
564
563
|
"""
|
|
565
564
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
566
565
|
"""
|
|
@@ -570,16 +569,16 @@ elif False:
|
|
|
570
569
|
@pulumi.input_type
|
|
571
570
|
class ListMetaArgs:
|
|
572
571
|
def __init__(__self__, *,
|
|
573
|
-
continue_: Optional[pulumi.Input[
|
|
574
|
-
remaining_item_count: Optional[pulumi.Input[
|
|
575
|
-
resource_version: Optional[pulumi.Input[
|
|
576
|
-
self_link: Optional[pulumi.Input[
|
|
572
|
+
continue_: Optional[pulumi.Input[_builtins.str]] = None,
|
|
573
|
+
remaining_item_count: Optional[pulumi.Input[_builtins.int]] = None,
|
|
574
|
+
resource_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
575
|
+
self_link: Optional[pulumi.Input[_builtins.str]] = None):
|
|
577
576
|
"""
|
|
578
577
|
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
|
|
579
|
-
:param pulumi.Input[
|
|
580
|
-
:param pulumi.Input[
|
|
581
|
-
:param pulumi.Input[
|
|
582
|
-
:param pulumi.Input[
|
|
578
|
+
:param pulumi.Input[_builtins.str] continue_: continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
|
|
579
|
+
:param pulumi.Input[_builtins.int] remaining_item_count: remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
|
|
580
|
+
:param pulumi.Input[_builtins.str] resource_version: String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
581
|
+
:param pulumi.Input[_builtins.str] self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
583
582
|
"""
|
|
584
583
|
if continue_ is not None:
|
|
585
584
|
pulumi.set(__self__, "continue_", continue_)
|
|
@@ -590,52 +589,52 @@ class ListMetaArgs:
|
|
|
590
589
|
if self_link is not None:
|
|
591
590
|
pulumi.set(__self__, "self_link", self_link)
|
|
592
591
|
|
|
593
|
-
@property
|
|
592
|
+
@_builtins.property
|
|
594
593
|
@pulumi.getter(name="continue")
|
|
595
|
-
def continue_(self) -> Optional[pulumi.Input[
|
|
594
|
+
def continue_(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
596
595
|
"""
|
|
597
596
|
continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
|
|
598
597
|
"""
|
|
599
598
|
return pulumi.get(self, "continue_")
|
|
600
599
|
|
|
601
600
|
@continue_.setter
|
|
602
|
-
def continue_(self, value: Optional[pulumi.Input[
|
|
601
|
+
def continue_(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
603
602
|
pulumi.set(self, "continue_", value)
|
|
604
603
|
|
|
605
|
-
@property
|
|
604
|
+
@_builtins.property
|
|
606
605
|
@pulumi.getter(name="remainingItemCount")
|
|
607
|
-
def remaining_item_count(self) -> Optional[pulumi.Input[
|
|
606
|
+
def remaining_item_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
608
607
|
"""
|
|
609
608
|
remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
|
|
610
609
|
"""
|
|
611
610
|
return pulumi.get(self, "remaining_item_count")
|
|
612
611
|
|
|
613
612
|
@remaining_item_count.setter
|
|
614
|
-
def remaining_item_count(self, value: Optional[pulumi.Input[
|
|
613
|
+
def remaining_item_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
615
614
|
pulumi.set(self, "remaining_item_count", value)
|
|
616
615
|
|
|
617
|
-
@property
|
|
616
|
+
@_builtins.property
|
|
618
617
|
@pulumi.getter(name="resourceVersion")
|
|
619
|
-
def resource_version(self) -> Optional[pulumi.Input[
|
|
618
|
+
def resource_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
620
619
|
"""
|
|
621
620
|
String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
622
621
|
"""
|
|
623
622
|
return pulumi.get(self, "resource_version")
|
|
624
623
|
|
|
625
624
|
@resource_version.setter
|
|
626
|
-
def resource_version(self, value: Optional[pulumi.Input[
|
|
625
|
+
def resource_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
627
626
|
pulumi.set(self, "resource_version", value)
|
|
628
627
|
|
|
629
|
-
@property
|
|
628
|
+
@_builtins.property
|
|
630
629
|
@pulumi.getter(name="selfLink")
|
|
631
|
-
def self_link(self) -> Optional[pulumi.Input[
|
|
630
|
+
def self_link(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
632
631
|
"""
|
|
633
632
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
634
633
|
"""
|
|
635
634
|
return pulumi.get(self, "self_link")
|
|
636
635
|
|
|
637
636
|
@self_link.setter
|
|
638
|
-
def self_link(self, value: Optional[pulumi.Input[
|
|
637
|
+
def self_link(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
639
638
|
pulumi.set(self, "self_link", value)
|
|
640
639
|
|
|
641
640
|
|
|
@@ -644,11 +643,11 @@ if not MYPY:
|
|
|
644
643
|
"""
|
|
645
644
|
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
|
|
646
645
|
"""
|
|
647
|
-
api_version: NotRequired[pulumi.Input[
|
|
646
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
648
647
|
"""
|
|
649
648
|
APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
|
|
650
649
|
"""
|
|
651
|
-
fields_type: NotRequired[pulumi.Input[
|
|
650
|
+
fields_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
652
651
|
"""
|
|
653
652
|
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
654
653
|
"""
|
|
@@ -656,19 +655,19 @@ if not MYPY:
|
|
|
656
655
|
"""
|
|
657
656
|
FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
|
|
658
657
|
"""
|
|
659
|
-
manager: NotRequired[pulumi.Input[
|
|
658
|
+
manager: NotRequired[pulumi.Input[_builtins.str]]
|
|
660
659
|
"""
|
|
661
660
|
Manager is an identifier of the workflow managing these fields.
|
|
662
661
|
"""
|
|
663
|
-
operation: NotRequired[pulumi.Input[
|
|
662
|
+
operation: NotRequired[pulumi.Input[_builtins.str]]
|
|
664
663
|
"""
|
|
665
664
|
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
666
665
|
"""
|
|
667
|
-
subresource: NotRequired[pulumi.Input[
|
|
666
|
+
subresource: NotRequired[pulumi.Input[_builtins.str]]
|
|
668
667
|
"""
|
|
669
668
|
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
|
|
670
669
|
"""
|
|
671
|
-
time: NotRequired[pulumi.Input[
|
|
670
|
+
time: NotRequired[pulumi.Input[_builtins.str]]
|
|
672
671
|
"""
|
|
673
672
|
Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
|
|
674
673
|
"""
|
|
@@ -678,22 +677,22 @@ elif False:
|
|
|
678
677
|
@pulumi.input_type
|
|
679
678
|
class ManagedFieldsEntryPatchArgs:
|
|
680
679
|
def __init__(__self__, *,
|
|
681
|
-
api_version: Optional[pulumi.Input[
|
|
682
|
-
fields_type: Optional[pulumi.Input[
|
|
680
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
681
|
+
fields_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
683
682
|
fields_v1: Optional[Any] = None,
|
|
684
|
-
manager: Optional[pulumi.Input[
|
|
685
|
-
operation: Optional[pulumi.Input[
|
|
686
|
-
subresource: Optional[pulumi.Input[
|
|
687
|
-
time: Optional[pulumi.Input[
|
|
683
|
+
manager: Optional[pulumi.Input[_builtins.str]] = None,
|
|
684
|
+
operation: Optional[pulumi.Input[_builtins.str]] = None,
|
|
685
|
+
subresource: Optional[pulumi.Input[_builtins.str]] = None,
|
|
686
|
+
time: Optional[pulumi.Input[_builtins.str]] = None):
|
|
688
687
|
"""
|
|
689
688
|
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
|
|
690
|
-
:param pulumi.Input[
|
|
691
|
-
:param pulumi.Input[
|
|
689
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
|
|
690
|
+
:param pulumi.Input[_builtins.str] fields_type: FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
692
691
|
:param Any fields_v1: FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
|
|
693
|
-
:param pulumi.Input[
|
|
694
|
-
:param pulumi.Input[
|
|
695
|
-
:param pulumi.Input[
|
|
696
|
-
:param pulumi.Input[
|
|
692
|
+
:param pulumi.Input[_builtins.str] manager: Manager is an identifier of the workflow managing these fields.
|
|
693
|
+
:param pulumi.Input[_builtins.str] operation: Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
694
|
+
:param pulumi.Input[_builtins.str] subresource: Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
|
|
695
|
+
:param pulumi.Input[_builtins.str] time: Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
|
|
697
696
|
"""
|
|
698
697
|
if api_version is not None:
|
|
699
698
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -710,31 +709,31 @@ class ManagedFieldsEntryPatchArgs:
|
|
|
710
709
|
if time is not None:
|
|
711
710
|
pulumi.set(__self__, "time", time)
|
|
712
711
|
|
|
713
|
-
@property
|
|
712
|
+
@_builtins.property
|
|
714
713
|
@pulumi.getter(name="apiVersion")
|
|
715
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
714
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
716
715
|
"""
|
|
717
716
|
APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
|
|
718
717
|
"""
|
|
719
718
|
return pulumi.get(self, "api_version")
|
|
720
719
|
|
|
721
720
|
@api_version.setter
|
|
722
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
721
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
723
722
|
pulumi.set(self, "api_version", value)
|
|
724
723
|
|
|
725
|
-
@property
|
|
724
|
+
@_builtins.property
|
|
726
725
|
@pulumi.getter(name="fieldsType")
|
|
727
|
-
def fields_type(self) -> Optional[pulumi.Input[
|
|
726
|
+
def fields_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
728
727
|
"""
|
|
729
728
|
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
730
729
|
"""
|
|
731
730
|
return pulumi.get(self, "fields_type")
|
|
732
731
|
|
|
733
732
|
@fields_type.setter
|
|
734
|
-
def fields_type(self, value: Optional[pulumi.Input[
|
|
733
|
+
def fields_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
735
734
|
pulumi.set(self, "fields_type", value)
|
|
736
735
|
|
|
737
|
-
@property
|
|
736
|
+
@_builtins.property
|
|
738
737
|
@pulumi.getter(name="fieldsV1")
|
|
739
738
|
def fields_v1(self) -> Optional[Any]:
|
|
740
739
|
"""
|
|
@@ -746,52 +745,52 @@ class ManagedFieldsEntryPatchArgs:
|
|
|
746
745
|
def fields_v1(self, value: Optional[Any]):
|
|
747
746
|
pulumi.set(self, "fields_v1", value)
|
|
748
747
|
|
|
749
|
-
@property
|
|
748
|
+
@_builtins.property
|
|
750
749
|
@pulumi.getter
|
|
751
|
-
def manager(self) -> Optional[pulumi.Input[
|
|
750
|
+
def manager(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
752
751
|
"""
|
|
753
752
|
Manager is an identifier of the workflow managing these fields.
|
|
754
753
|
"""
|
|
755
754
|
return pulumi.get(self, "manager")
|
|
756
755
|
|
|
757
756
|
@manager.setter
|
|
758
|
-
def manager(self, value: Optional[pulumi.Input[
|
|
757
|
+
def manager(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
759
758
|
pulumi.set(self, "manager", value)
|
|
760
759
|
|
|
761
|
-
@property
|
|
760
|
+
@_builtins.property
|
|
762
761
|
@pulumi.getter
|
|
763
|
-
def operation(self) -> Optional[pulumi.Input[
|
|
762
|
+
def operation(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
764
763
|
"""
|
|
765
764
|
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
766
765
|
"""
|
|
767
766
|
return pulumi.get(self, "operation")
|
|
768
767
|
|
|
769
768
|
@operation.setter
|
|
770
|
-
def operation(self, value: Optional[pulumi.Input[
|
|
769
|
+
def operation(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
771
770
|
pulumi.set(self, "operation", value)
|
|
772
771
|
|
|
773
|
-
@property
|
|
772
|
+
@_builtins.property
|
|
774
773
|
@pulumi.getter
|
|
775
|
-
def subresource(self) -> Optional[pulumi.Input[
|
|
774
|
+
def subresource(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
776
775
|
"""
|
|
777
776
|
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
|
|
778
777
|
"""
|
|
779
778
|
return pulumi.get(self, "subresource")
|
|
780
779
|
|
|
781
780
|
@subresource.setter
|
|
782
|
-
def subresource(self, value: Optional[pulumi.Input[
|
|
781
|
+
def subresource(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
783
782
|
pulumi.set(self, "subresource", value)
|
|
784
783
|
|
|
785
|
-
@property
|
|
784
|
+
@_builtins.property
|
|
786
785
|
@pulumi.getter
|
|
787
|
-
def time(self) -> Optional[pulumi.Input[
|
|
786
|
+
def time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
788
787
|
"""
|
|
789
788
|
Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
|
|
790
789
|
"""
|
|
791
790
|
return pulumi.get(self, "time")
|
|
792
791
|
|
|
793
792
|
@time.setter
|
|
794
|
-
def time(self, value: Optional[pulumi.Input[
|
|
793
|
+
def time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
795
794
|
pulumi.set(self, "time", value)
|
|
796
795
|
|
|
797
796
|
|
|
@@ -800,11 +799,11 @@ if not MYPY:
|
|
|
800
799
|
"""
|
|
801
800
|
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
|
|
802
801
|
"""
|
|
803
|
-
api_version: NotRequired[pulumi.Input[
|
|
802
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
804
803
|
"""
|
|
805
804
|
APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
|
|
806
805
|
"""
|
|
807
|
-
fields_type: NotRequired[pulumi.Input[
|
|
806
|
+
fields_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
808
807
|
"""
|
|
809
808
|
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
810
809
|
"""
|
|
@@ -812,19 +811,19 @@ if not MYPY:
|
|
|
812
811
|
"""
|
|
813
812
|
FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
|
|
814
813
|
"""
|
|
815
|
-
manager: NotRequired[pulumi.Input[
|
|
814
|
+
manager: NotRequired[pulumi.Input[_builtins.str]]
|
|
816
815
|
"""
|
|
817
816
|
Manager is an identifier of the workflow managing these fields.
|
|
818
817
|
"""
|
|
819
|
-
operation: NotRequired[pulumi.Input[
|
|
818
|
+
operation: NotRequired[pulumi.Input[_builtins.str]]
|
|
820
819
|
"""
|
|
821
820
|
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
822
821
|
"""
|
|
823
|
-
subresource: NotRequired[pulumi.Input[
|
|
822
|
+
subresource: NotRequired[pulumi.Input[_builtins.str]]
|
|
824
823
|
"""
|
|
825
824
|
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
|
|
826
825
|
"""
|
|
827
|
-
time: NotRequired[pulumi.Input[
|
|
826
|
+
time: NotRequired[pulumi.Input[_builtins.str]]
|
|
828
827
|
"""
|
|
829
828
|
Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
|
|
830
829
|
"""
|
|
@@ -834,22 +833,22 @@ elif False:
|
|
|
834
833
|
@pulumi.input_type
|
|
835
834
|
class ManagedFieldsEntryArgs:
|
|
836
835
|
def __init__(__self__, *,
|
|
837
|
-
api_version: Optional[pulumi.Input[
|
|
838
|
-
fields_type: Optional[pulumi.Input[
|
|
836
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
837
|
+
fields_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
839
838
|
fields_v1: Optional[Any] = None,
|
|
840
|
-
manager: Optional[pulumi.Input[
|
|
841
|
-
operation: Optional[pulumi.Input[
|
|
842
|
-
subresource: Optional[pulumi.Input[
|
|
843
|
-
time: Optional[pulumi.Input[
|
|
839
|
+
manager: Optional[pulumi.Input[_builtins.str]] = None,
|
|
840
|
+
operation: Optional[pulumi.Input[_builtins.str]] = None,
|
|
841
|
+
subresource: Optional[pulumi.Input[_builtins.str]] = None,
|
|
842
|
+
time: Optional[pulumi.Input[_builtins.str]] = None):
|
|
844
843
|
"""
|
|
845
844
|
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
|
|
846
|
-
:param pulumi.Input[
|
|
847
|
-
:param pulumi.Input[
|
|
845
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
|
|
846
|
+
:param pulumi.Input[_builtins.str] fields_type: FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
848
847
|
:param Any fields_v1: FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
|
|
849
|
-
:param pulumi.Input[
|
|
850
|
-
:param pulumi.Input[
|
|
851
|
-
:param pulumi.Input[
|
|
852
|
-
:param pulumi.Input[
|
|
848
|
+
:param pulumi.Input[_builtins.str] manager: Manager is an identifier of the workflow managing these fields.
|
|
849
|
+
:param pulumi.Input[_builtins.str] operation: Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
850
|
+
:param pulumi.Input[_builtins.str] subresource: Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
|
|
851
|
+
:param pulumi.Input[_builtins.str] time: Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
|
|
853
852
|
"""
|
|
854
853
|
if api_version is not None:
|
|
855
854
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -866,31 +865,31 @@ class ManagedFieldsEntryArgs:
|
|
|
866
865
|
if time is not None:
|
|
867
866
|
pulumi.set(__self__, "time", time)
|
|
868
867
|
|
|
869
|
-
@property
|
|
868
|
+
@_builtins.property
|
|
870
869
|
@pulumi.getter(name="apiVersion")
|
|
871
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
870
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
872
871
|
"""
|
|
873
872
|
APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
|
|
874
873
|
"""
|
|
875
874
|
return pulumi.get(self, "api_version")
|
|
876
875
|
|
|
877
876
|
@api_version.setter
|
|
878
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
877
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
879
878
|
pulumi.set(self, "api_version", value)
|
|
880
879
|
|
|
881
|
-
@property
|
|
880
|
+
@_builtins.property
|
|
882
881
|
@pulumi.getter(name="fieldsType")
|
|
883
|
-
def fields_type(self) -> Optional[pulumi.Input[
|
|
882
|
+
def fields_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
884
883
|
"""
|
|
885
884
|
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
|
|
886
885
|
"""
|
|
887
886
|
return pulumi.get(self, "fields_type")
|
|
888
887
|
|
|
889
888
|
@fields_type.setter
|
|
890
|
-
def fields_type(self, value: Optional[pulumi.Input[
|
|
889
|
+
def fields_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
891
890
|
pulumi.set(self, "fields_type", value)
|
|
892
891
|
|
|
893
|
-
@property
|
|
892
|
+
@_builtins.property
|
|
894
893
|
@pulumi.getter(name="fieldsV1")
|
|
895
894
|
def fields_v1(self) -> Optional[Any]:
|
|
896
895
|
"""
|
|
@@ -902,52 +901,52 @@ class ManagedFieldsEntryArgs:
|
|
|
902
901
|
def fields_v1(self, value: Optional[Any]):
|
|
903
902
|
pulumi.set(self, "fields_v1", value)
|
|
904
903
|
|
|
905
|
-
@property
|
|
904
|
+
@_builtins.property
|
|
906
905
|
@pulumi.getter
|
|
907
|
-
def manager(self) -> Optional[pulumi.Input[
|
|
906
|
+
def manager(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
908
907
|
"""
|
|
909
908
|
Manager is an identifier of the workflow managing these fields.
|
|
910
909
|
"""
|
|
911
910
|
return pulumi.get(self, "manager")
|
|
912
911
|
|
|
913
912
|
@manager.setter
|
|
914
|
-
def manager(self, value: Optional[pulumi.Input[
|
|
913
|
+
def manager(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
915
914
|
pulumi.set(self, "manager", value)
|
|
916
915
|
|
|
917
|
-
@property
|
|
916
|
+
@_builtins.property
|
|
918
917
|
@pulumi.getter
|
|
919
|
-
def operation(self) -> Optional[pulumi.Input[
|
|
918
|
+
def operation(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
920
919
|
"""
|
|
921
920
|
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
|
|
922
921
|
"""
|
|
923
922
|
return pulumi.get(self, "operation")
|
|
924
923
|
|
|
925
924
|
@operation.setter
|
|
926
|
-
def operation(self, value: Optional[pulumi.Input[
|
|
925
|
+
def operation(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
927
926
|
pulumi.set(self, "operation", value)
|
|
928
927
|
|
|
929
|
-
@property
|
|
928
|
+
@_builtins.property
|
|
930
929
|
@pulumi.getter
|
|
931
|
-
def subresource(self) -> Optional[pulumi.Input[
|
|
930
|
+
def subresource(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
932
931
|
"""
|
|
933
932
|
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
|
|
934
933
|
"""
|
|
935
934
|
return pulumi.get(self, "subresource")
|
|
936
935
|
|
|
937
936
|
@subresource.setter
|
|
938
|
-
def subresource(self, value: Optional[pulumi.Input[
|
|
937
|
+
def subresource(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
939
938
|
pulumi.set(self, "subresource", value)
|
|
940
939
|
|
|
941
|
-
@property
|
|
940
|
+
@_builtins.property
|
|
942
941
|
@pulumi.getter
|
|
943
|
-
def time(self) -> Optional[pulumi.Input[
|
|
942
|
+
def time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
944
943
|
"""
|
|
945
944
|
Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
|
|
946
945
|
"""
|
|
947
946
|
return pulumi.get(self, "time")
|
|
948
947
|
|
|
949
948
|
@time.setter
|
|
950
|
-
def time(self, value: Optional[pulumi.Input[
|
|
949
|
+
def time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
951
950
|
pulumi.set(self, "time", value)
|
|
952
951
|
|
|
953
952
|
|
|
@@ -956,35 +955,35 @@ if not MYPY:
|
|
|
956
955
|
"""
|
|
957
956
|
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
|
|
958
957
|
"""
|
|
959
|
-
annotations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[
|
|
958
|
+
annotations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
960
959
|
"""
|
|
961
960
|
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
|
962
961
|
"""
|
|
963
|
-
cluster_name: NotRequired[pulumi.Input[
|
|
962
|
+
cluster_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
964
963
|
"""
|
|
965
964
|
The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
|
|
966
965
|
"""
|
|
967
|
-
creation_timestamp: NotRequired[pulumi.Input[
|
|
966
|
+
creation_timestamp: NotRequired[pulumi.Input[_builtins.str]]
|
|
968
967
|
"""
|
|
969
968
|
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
970
969
|
|
|
971
970
|
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
972
971
|
"""
|
|
973
|
-
deletion_grace_period_seconds: NotRequired[pulumi.Input[
|
|
972
|
+
deletion_grace_period_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
974
973
|
"""
|
|
975
974
|
Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
|
|
976
975
|
"""
|
|
977
|
-
deletion_timestamp: NotRequired[pulumi.Input[
|
|
976
|
+
deletion_timestamp: NotRequired[pulumi.Input[_builtins.str]]
|
|
978
977
|
"""
|
|
979
978
|
DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
|
|
980
979
|
|
|
981
980
|
Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
982
981
|
"""
|
|
983
|
-
finalizers: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
982
|
+
finalizers: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
984
983
|
"""
|
|
985
984
|
Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
|
|
986
985
|
"""
|
|
987
|
-
generate_name: NotRequired[pulumi.Input[
|
|
986
|
+
generate_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
988
987
|
"""
|
|
989
988
|
GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
|
|
990
989
|
|
|
@@ -992,11 +991,11 @@ if not MYPY:
|
|
|
992
991
|
|
|
993
992
|
Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
|
|
994
993
|
"""
|
|
995
|
-
generation: NotRequired[pulumi.Input[
|
|
994
|
+
generation: NotRequired[pulumi.Input[_builtins.int]]
|
|
996
995
|
"""
|
|
997
996
|
A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
998
997
|
"""
|
|
999
|
-
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[
|
|
998
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
1000
999
|
"""
|
|
1001
1000
|
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
|
|
1002
1001
|
"""
|
|
@@ -1004,11 +1003,11 @@ if not MYPY:
|
|
|
1004
1003
|
"""
|
|
1005
1004
|
ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
|
|
1006
1005
|
"""
|
|
1007
|
-
name: NotRequired[pulumi.Input[
|
|
1006
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1008
1007
|
"""
|
|
1009
1008
|
Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1010
1009
|
"""
|
|
1011
|
-
namespace: NotRequired[pulumi.Input[
|
|
1010
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
1012
1011
|
"""
|
|
1013
1012
|
Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
|
|
1014
1013
|
|
|
@@ -1018,17 +1017,17 @@ if not MYPY:
|
|
|
1018
1017
|
"""
|
|
1019
1018
|
List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
|
|
1020
1019
|
"""
|
|
1021
|
-
resource_version: NotRequired[pulumi.Input[
|
|
1020
|
+
resource_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1022
1021
|
"""
|
|
1023
1022
|
An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
|
|
1024
1023
|
|
|
1025
1024
|
Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
1026
1025
|
"""
|
|
1027
|
-
self_link: NotRequired[pulumi.Input[
|
|
1026
|
+
self_link: NotRequired[pulumi.Input[_builtins.str]]
|
|
1028
1027
|
"""
|
|
1029
1028
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1030
1029
|
"""
|
|
1031
|
-
uid: NotRequired[pulumi.Input[
|
|
1030
|
+
uid: NotRequired[pulumi.Input[_builtins.str]]
|
|
1032
1031
|
"""
|
|
1033
1032
|
UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
|
|
1034
1033
|
|
|
@@ -1040,52 +1039,52 @@ elif False:
|
|
|
1040
1039
|
@pulumi.input_type
|
|
1041
1040
|
class ObjectMetaPatchArgs:
|
|
1042
1041
|
def __init__(__self__, *,
|
|
1043
|
-
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1044
|
-
cluster_name: Optional[pulumi.Input[
|
|
1045
|
-
creation_timestamp: Optional[pulumi.Input[
|
|
1046
|
-
deletion_grace_period_seconds: Optional[pulumi.Input[
|
|
1047
|
-
deletion_timestamp: Optional[pulumi.Input[
|
|
1048
|
-
finalizers: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1049
|
-
generate_name: Optional[pulumi.Input[
|
|
1050
|
-
generation: Optional[pulumi.Input[
|
|
1051
|
-
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1042
|
+
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
1043
|
+
cluster_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1044
|
+
creation_timestamp: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1045
|
+
deletion_grace_period_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1046
|
+
deletion_timestamp: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1047
|
+
finalizers: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1048
|
+
generate_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1049
|
+
generation: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1050
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
1052
1051
|
managed_fields: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedFieldsEntryPatchArgs']]]] = None,
|
|
1053
|
-
name: Optional[pulumi.Input[
|
|
1054
|
-
namespace: Optional[pulumi.Input[
|
|
1052
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1053
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1055
1054
|
owner_references: Optional[pulumi.Input[Sequence[pulumi.Input['OwnerReferencePatchArgs']]]] = None,
|
|
1056
|
-
resource_version: Optional[pulumi.Input[
|
|
1057
|
-
self_link: Optional[pulumi.Input[
|
|
1058
|
-
uid: Optional[pulumi.Input[
|
|
1055
|
+
resource_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1056
|
+
self_link: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1057
|
+
uid: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1059
1058
|
"""
|
|
1060
1059
|
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
|
|
1061
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[
|
|
1062
|
-
:param pulumi.Input[
|
|
1063
|
-
:param pulumi.Input[
|
|
1060
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
|
1061
|
+
:param pulumi.Input[_builtins.str] cluster_name: The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
|
|
1062
|
+
:param pulumi.Input[_builtins.str] creation_timestamp: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
1064
1063
|
|
|
1065
1064
|
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1066
|
-
:param pulumi.Input[
|
|
1067
|
-
:param pulumi.Input[
|
|
1065
|
+
:param pulumi.Input[_builtins.int] deletion_grace_period_seconds: Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
|
|
1066
|
+
:param pulumi.Input[_builtins.str] deletion_timestamp: DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
|
|
1068
1067
|
|
|
1069
1068
|
Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1070
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1071
|
-
:param pulumi.Input[
|
|
1069
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] finalizers: Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
|
|
1070
|
+
:param pulumi.Input[_builtins.str] generate_name: GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
|
|
1072
1071
|
|
|
1073
1072
|
If this field is specified and the generated name exists, the server will return a 409.
|
|
1074
1073
|
|
|
1075
1074
|
Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
|
|
1076
|
-
:param pulumi.Input[
|
|
1077
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[
|
|
1075
|
+
:param pulumi.Input[_builtins.int] generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1076
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
|
|
1078
1077
|
:param pulumi.Input[Sequence[pulumi.Input['ManagedFieldsEntryPatchArgs']]] managed_fields: ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
|
|
1079
|
-
:param pulumi.Input[
|
|
1080
|
-
:param pulumi.Input[
|
|
1078
|
+
:param pulumi.Input[_builtins.str] name: Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1079
|
+
:param pulumi.Input[_builtins.str] namespace: Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
|
|
1081
1080
|
|
|
1082
1081
|
Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces
|
|
1083
1082
|
:param pulumi.Input[Sequence[pulumi.Input['OwnerReferencePatchArgs']]] owner_references: List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
|
|
1084
|
-
:param pulumi.Input[
|
|
1083
|
+
:param pulumi.Input[_builtins.str] resource_version: An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
|
|
1085
1084
|
|
|
1086
1085
|
Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
1087
|
-
:param pulumi.Input[
|
|
1088
|
-
:param pulumi.Input[
|
|
1086
|
+
:param pulumi.Input[_builtins.str] self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1087
|
+
:param pulumi.Input[_builtins.str] uid: UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
|
|
1089
1088
|
|
|
1090
1089
|
Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1091
1090
|
"""
|
|
@@ -1122,33 +1121,33 @@ class ObjectMetaPatchArgs:
|
|
|
1122
1121
|
if uid is not None:
|
|
1123
1122
|
pulumi.set(__self__, "uid", uid)
|
|
1124
1123
|
|
|
1125
|
-
@property
|
|
1124
|
+
@_builtins.property
|
|
1126
1125
|
@pulumi.getter
|
|
1127
|
-
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1126
|
+
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
1128
1127
|
"""
|
|
1129
1128
|
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
|
1130
1129
|
"""
|
|
1131
1130
|
return pulumi.get(self, "annotations")
|
|
1132
1131
|
|
|
1133
1132
|
@annotations.setter
|
|
1134
|
-
def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1133
|
+
def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
1135
1134
|
pulumi.set(self, "annotations", value)
|
|
1136
1135
|
|
|
1137
|
-
@property
|
|
1136
|
+
@_builtins.property
|
|
1138
1137
|
@pulumi.getter(name="clusterName")
|
|
1139
|
-
def cluster_name(self) -> Optional[pulumi.Input[
|
|
1138
|
+
def cluster_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1140
1139
|
"""
|
|
1141
1140
|
The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
|
|
1142
1141
|
"""
|
|
1143
1142
|
return pulumi.get(self, "cluster_name")
|
|
1144
1143
|
|
|
1145
1144
|
@cluster_name.setter
|
|
1146
|
-
def cluster_name(self, value: Optional[pulumi.Input[
|
|
1145
|
+
def cluster_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1147
1146
|
pulumi.set(self, "cluster_name", value)
|
|
1148
1147
|
|
|
1149
|
-
@property
|
|
1148
|
+
@_builtins.property
|
|
1150
1149
|
@pulumi.getter(name="creationTimestamp")
|
|
1151
|
-
def creation_timestamp(self) -> Optional[pulumi.Input[
|
|
1150
|
+
def creation_timestamp(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1152
1151
|
"""
|
|
1153
1152
|
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
1154
1153
|
|
|
@@ -1157,24 +1156,24 @@ class ObjectMetaPatchArgs:
|
|
|
1157
1156
|
return pulumi.get(self, "creation_timestamp")
|
|
1158
1157
|
|
|
1159
1158
|
@creation_timestamp.setter
|
|
1160
|
-
def creation_timestamp(self, value: Optional[pulumi.Input[
|
|
1159
|
+
def creation_timestamp(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1161
1160
|
pulumi.set(self, "creation_timestamp", value)
|
|
1162
1161
|
|
|
1163
|
-
@property
|
|
1162
|
+
@_builtins.property
|
|
1164
1163
|
@pulumi.getter(name="deletionGracePeriodSeconds")
|
|
1165
|
-
def deletion_grace_period_seconds(self) -> Optional[pulumi.Input[
|
|
1164
|
+
def deletion_grace_period_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1166
1165
|
"""
|
|
1167
1166
|
Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
|
|
1168
1167
|
"""
|
|
1169
1168
|
return pulumi.get(self, "deletion_grace_period_seconds")
|
|
1170
1169
|
|
|
1171
1170
|
@deletion_grace_period_seconds.setter
|
|
1172
|
-
def deletion_grace_period_seconds(self, value: Optional[pulumi.Input[
|
|
1171
|
+
def deletion_grace_period_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1173
1172
|
pulumi.set(self, "deletion_grace_period_seconds", value)
|
|
1174
1173
|
|
|
1175
|
-
@property
|
|
1174
|
+
@_builtins.property
|
|
1176
1175
|
@pulumi.getter(name="deletionTimestamp")
|
|
1177
|
-
def deletion_timestamp(self) -> Optional[pulumi.Input[
|
|
1176
|
+
def deletion_timestamp(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1178
1177
|
"""
|
|
1179
1178
|
DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
|
|
1180
1179
|
|
|
@@ -1183,24 +1182,24 @@ class ObjectMetaPatchArgs:
|
|
|
1183
1182
|
return pulumi.get(self, "deletion_timestamp")
|
|
1184
1183
|
|
|
1185
1184
|
@deletion_timestamp.setter
|
|
1186
|
-
def deletion_timestamp(self, value: Optional[pulumi.Input[
|
|
1185
|
+
def deletion_timestamp(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1187
1186
|
pulumi.set(self, "deletion_timestamp", value)
|
|
1188
1187
|
|
|
1189
|
-
@property
|
|
1188
|
+
@_builtins.property
|
|
1190
1189
|
@pulumi.getter
|
|
1191
|
-
def finalizers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1190
|
+
def finalizers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1192
1191
|
"""
|
|
1193
1192
|
Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
|
|
1194
1193
|
"""
|
|
1195
1194
|
return pulumi.get(self, "finalizers")
|
|
1196
1195
|
|
|
1197
1196
|
@finalizers.setter
|
|
1198
|
-
def finalizers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1197
|
+
def finalizers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1199
1198
|
pulumi.set(self, "finalizers", value)
|
|
1200
1199
|
|
|
1201
|
-
@property
|
|
1200
|
+
@_builtins.property
|
|
1202
1201
|
@pulumi.getter(name="generateName")
|
|
1203
|
-
def generate_name(self) -> Optional[pulumi.Input[
|
|
1202
|
+
def generate_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1204
1203
|
"""
|
|
1205
1204
|
GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
|
|
1206
1205
|
|
|
@@ -1211,34 +1210,34 @@ class ObjectMetaPatchArgs:
|
|
|
1211
1210
|
return pulumi.get(self, "generate_name")
|
|
1212
1211
|
|
|
1213
1212
|
@generate_name.setter
|
|
1214
|
-
def generate_name(self, value: Optional[pulumi.Input[
|
|
1213
|
+
def generate_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1215
1214
|
pulumi.set(self, "generate_name", value)
|
|
1216
1215
|
|
|
1217
|
-
@property
|
|
1216
|
+
@_builtins.property
|
|
1218
1217
|
@pulumi.getter
|
|
1219
|
-
def generation(self) -> Optional[pulumi.Input[
|
|
1218
|
+
def generation(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1220
1219
|
"""
|
|
1221
1220
|
A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1222
1221
|
"""
|
|
1223
1222
|
return pulumi.get(self, "generation")
|
|
1224
1223
|
|
|
1225
1224
|
@generation.setter
|
|
1226
|
-
def generation(self, value: Optional[pulumi.Input[
|
|
1225
|
+
def generation(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1227
1226
|
pulumi.set(self, "generation", value)
|
|
1228
1227
|
|
|
1229
|
-
@property
|
|
1228
|
+
@_builtins.property
|
|
1230
1229
|
@pulumi.getter
|
|
1231
|
-
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1230
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
1232
1231
|
"""
|
|
1233
1232
|
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
|
|
1234
1233
|
"""
|
|
1235
1234
|
return pulumi.get(self, "labels")
|
|
1236
1235
|
|
|
1237
1236
|
@labels.setter
|
|
1238
|
-
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1237
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
1239
1238
|
pulumi.set(self, "labels", value)
|
|
1240
1239
|
|
|
1241
|
-
@property
|
|
1240
|
+
@_builtins.property
|
|
1242
1241
|
@pulumi.getter(name="managedFields")
|
|
1243
1242
|
def managed_fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedFieldsEntryPatchArgs']]]]:
|
|
1244
1243
|
"""
|
|
@@ -1250,21 +1249,21 @@ class ObjectMetaPatchArgs:
|
|
|
1250
1249
|
def managed_fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedFieldsEntryPatchArgs']]]]):
|
|
1251
1250
|
pulumi.set(self, "managed_fields", value)
|
|
1252
1251
|
|
|
1253
|
-
@property
|
|
1252
|
+
@_builtins.property
|
|
1254
1253
|
@pulumi.getter
|
|
1255
|
-
def name(self) -> Optional[pulumi.Input[
|
|
1254
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1256
1255
|
"""
|
|
1257
1256
|
Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1258
1257
|
"""
|
|
1259
1258
|
return pulumi.get(self, "name")
|
|
1260
1259
|
|
|
1261
1260
|
@name.setter
|
|
1262
|
-
def name(self, value: Optional[pulumi.Input[
|
|
1261
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1263
1262
|
pulumi.set(self, "name", value)
|
|
1264
1263
|
|
|
1265
|
-
@property
|
|
1264
|
+
@_builtins.property
|
|
1266
1265
|
@pulumi.getter
|
|
1267
|
-
def namespace(self) -> Optional[pulumi.Input[
|
|
1266
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1268
1267
|
"""
|
|
1269
1268
|
Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
|
|
1270
1269
|
|
|
@@ -1273,10 +1272,10 @@ class ObjectMetaPatchArgs:
|
|
|
1273
1272
|
return pulumi.get(self, "namespace")
|
|
1274
1273
|
|
|
1275
1274
|
@namespace.setter
|
|
1276
|
-
def namespace(self, value: Optional[pulumi.Input[
|
|
1275
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1277
1276
|
pulumi.set(self, "namespace", value)
|
|
1278
1277
|
|
|
1279
|
-
@property
|
|
1278
|
+
@_builtins.property
|
|
1280
1279
|
@pulumi.getter(name="ownerReferences")
|
|
1281
1280
|
def owner_references(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OwnerReferencePatchArgs']]]]:
|
|
1282
1281
|
"""
|
|
@@ -1288,9 +1287,9 @@ class ObjectMetaPatchArgs:
|
|
|
1288
1287
|
def owner_references(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OwnerReferencePatchArgs']]]]):
|
|
1289
1288
|
pulumi.set(self, "owner_references", value)
|
|
1290
1289
|
|
|
1291
|
-
@property
|
|
1290
|
+
@_builtins.property
|
|
1292
1291
|
@pulumi.getter(name="resourceVersion")
|
|
1293
|
-
def resource_version(self) -> Optional[pulumi.Input[
|
|
1292
|
+
def resource_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1294
1293
|
"""
|
|
1295
1294
|
An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
|
|
1296
1295
|
|
|
@@ -1299,24 +1298,24 @@ class ObjectMetaPatchArgs:
|
|
|
1299
1298
|
return pulumi.get(self, "resource_version")
|
|
1300
1299
|
|
|
1301
1300
|
@resource_version.setter
|
|
1302
|
-
def resource_version(self, value: Optional[pulumi.Input[
|
|
1301
|
+
def resource_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1303
1302
|
pulumi.set(self, "resource_version", value)
|
|
1304
1303
|
|
|
1305
|
-
@property
|
|
1304
|
+
@_builtins.property
|
|
1306
1305
|
@pulumi.getter(name="selfLink")
|
|
1307
|
-
def self_link(self) -> Optional[pulumi.Input[
|
|
1306
|
+
def self_link(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1308
1307
|
"""
|
|
1309
1308
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1310
1309
|
"""
|
|
1311
1310
|
return pulumi.get(self, "self_link")
|
|
1312
1311
|
|
|
1313
1312
|
@self_link.setter
|
|
1314
|
-
def self_link(self, value: Optional[pulumi.Input[
|
|
1313
|
+
def self_link(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1315
1314
|
pulumi.set(self, "self_link", value)
|
|
1316
1315
|
|
|
1317
|
-
@property
|
|
1316
|
+
@_builtins.property
|
|
1318
1317
|
@pulumi.getter
|
|
1319
|
-
def uid(self) -> Optional[pulumi.Input[
|
|
1318
|
+
def uid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1320
1319
|
"""
|
|
1321
1320
|
UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
|
|
1322
1321
|
|
|
@@ -1325,7 +1324,7 @@ class ObjectMetaPatchArgs:
|
|
|
1325
1324
|
return pulumi.get(self, "uid")
|
|
1326
1325
|
|
|
1327
1326
|
@uid.setter
|
|
1328
|
-
def uid(self, value: Optional[pulumi.Input[
|
|
1327
|
+
def uid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1329
1328
|
pulumi.set(self, "uid", value)
|
|
1330
1329
|
|
|
1331
1330
|
|
|
@@ -1334,35 +1333,35 @@ if not MYPY:
|
|
|
1334
1333
|
"""
|
|
1335
1334
|
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
|
|
1336
1335
|
"""
|
|
1337
|
-
annotations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1336
|
+
annotations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
1338
1337
|
"""
|
|
1339
1338
|
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
|
1340
1339
|
"""
|
|
1341
|
-
cluster_name: NotRequired[pulumi.Input[
|
|
1340
|
+
cluster_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1342
1341
|
"""
|
|
1343
1342
|
The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
|
|
1344
1343
|
"""
|
|
1345
|
-
creation_timestamp: NotRequired[pulumi.Input[
|
|
1344
|
+
creation_timestamp: NotRequired[pulumi.Input[_builtins.str]]
|
|
1346
1345
|
"""
|
|
1347
1346
|
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
1348
1347
|
|
|
1349
1348
|
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1350
1349
|
"""
|
|
1351
|
-
deletion_grace_period_seconds: NotRequired[pulumi.Input[
|
|
1350
|
+
deletion_grace_period_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
1352
1351
|
"""
|
|
1353
1352
|
Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
|
|
1354
1353
|
"""
|
|
1355
|
-
deletion_timestamp: NotRequired[pulumi.Input[
|
|
1354
|
+
deletion_timestamp: NotRequired[pulumi.Input[_builtins.str]]
|
|
1356
1355
|
"""
|
|
1357
1356
|
DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
|
|
1358
1357
|
|
|
1359
1358
|
Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1360
1359
|
"""
|
|
1361
|
-
finalizers: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1360
|
+
finalizers: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1362
1361
|
"""
|
|
1363
1362
|
Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
|
|
1364
1363
|
"""
|
|
1365
|
-
generate_name: NotRequired[pulumi.Input[
|
|
1364
|
+
generate_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1366
1365
|
"""
|
|
1367
1366
|
GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
|
|
1368
1367
|
|
|
@@ -1370,11 +1369,11 @@ if not MYPY:
|
|
|
1370
1369
|
|
|
1371
1370
|
Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
|
|
1372
1371
|
"""
|
|
1373
|
-
generation: NotRequired[pulumi.Input[
|
|
1372
|
+
generation: NotRequired[pulumi.Input[_builtins.int]]
|
|
1374
1373
|
"""
|
|
1375
1374
|
A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1376
1375
|
"""
|
|
1377
|
-
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1376
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
1378
1377
|
"""
|
|
1379
1378
|
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
|
|
1380
1379
|
"""
|
|
@@ -1382,11 +1381,11 @@ if not MYPY:
|
|
|
1382
1381
|
"""
|
|
1383
1382
|
ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
|
|
1384
1383
|
"""
|
|
1385
|
-
name: NotRequired[pulumi.Input[
|
|
1384
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1386
1385
|
"""
|
|
1387
1386
|
Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1388
1387
|
"""
|
|
1389
|
-
namespace: NotRequired[pulumi.Input[
|
|
1388
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
1390
1389
|
"""
|
|
1391
1390
|
Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
|
|
1392
1391
|
|
|
@@ -1396,17 +1395,17 @@ if not MYPY:
|
|
|
1396
1395
|
"""
|
|
1397
1396
|
List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
|
|
1398
1397
|
"""
|
|
1399
|
-
resource_version: NotRequired[pulumi.Input[
|
|
1398
|
+
resource_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1400
1399
|
"""
|
|
1401
1400
|
An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
|
|
1402
1401
|
|
|
1403
1402
|
Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
1404
1403
|
"""
|
|
1405
|
-
self_link: NotRequired[pulumi.Input[
|
|
1404
|
+
self_link: NotRequired[pulumi.Input[_builtins.str]]
|
|
1406
1405
|
"""
|
|
1407
1406
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1408
1407
|
"""
|
|
1409
|
-
uid: NotRequired[pulumi.Input[
|
|
1408
|
+
uid: NotRequired[pulumi.Input[_builtins.str]]
|
|
1410
1409
|
"""
|
|
1411
1410
|
UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
|
|
1412
1411
|
|
|
@@ -1418,52 +1417,52 @@ elif False:
|
|
|
1418
1417
|
@pulumi.input_type
|
|
1419
1418
|
class ObjectMetaArgs:
|
|
1420
1419
|
def __init__(__self__, *,
|
|
1421
|
-
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1422
|
-
cluster_name: Optional[pulumi.Input[
|
|
1423
|
-
creation_timestamp: Optional[pulumi.Input[
|
|
1424
|
-
deletion_grace_period_seconds: Optional[pulumi.Input[
|
|
1425
|
-
deletion_timestamp: Optional[pulumi.Input[
|
|
1426
|
-
finalizers: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1427
|
-
generate_name: Optional[pulumi.Input[
|
|
1428
|
-
generation: Optional[pulumi.Input[
|
|
1429
|
-
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1420
|
+
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
1421
|
+
cluster_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1422
|
+
creation_timestamp: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1423
|
+
deletion_grace_period_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1424
|
+
deletion_timestamp: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1425
|
+
finalizers: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1426
|
+
generate_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1427
|
+
generation: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1428
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
1430
1429
|
managed_fields: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedFieldsEntryArgs']]]] = None,
|
|
1431
|
-
name: Optional[pulumi.Input[
|
|
1432
|
-
namespace: Optional[pulumi.Input[
|
|
1430
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1431
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1433
1432
|
owner_references: Optional[pulumi.Input[Sequence[pulumi.Input['OwnerReferenceArgs']]]] = None,
|
|
1434
|
-
resource_version: Optional[pulumi.Input[
|
|
1435
|
-
self_link: Optional[pulumi.Input[
|
|
1436
|
-
uid: Optional[pulumi.Input[
|
|
1433
|
+
resource_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1434
|
+
self_link: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1435
|
+
uid: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1437
1436
|
"""
|
|
1438
1437
|
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
|
|
1439
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[
|
|
1440
|
-
:param pulumi.Input[
|
|
1441
|
-
:param pulumi.Input[
|
|
1438
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
|
1439
|
+
:param pulumi.Input[_builtins.str] cluster_name: The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
|
|
1440
|
+
:param pulumi.Input[_builtins.str] creation_timestamp: CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
1442
1441
|
|
|
1443
1442
|
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1444
|
-
:param pulumi.Input[
|
|
1445
|
-
:param pulumi.Input[
|
|
1443
|
+
:param pulumi.Input[_builtins.int] deletion_grace_period_seconds: Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
|
|
1444
|
+
:param pulumi.Input[_builtins.str] deletion_timestamp: DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
|
|
1446
1445
|
|
|
1447
1446
|
Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1448
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1449
|
-
:param pulumi.Input[
|
|
1447
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] finalizers: Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
|
|
1448
|
+
:param pulumi.Input[_builtins.str] generate_name: GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
|
|
1450
1449
|
|
|
1451
1450
|
If this field is specified and the generated name exists, the server will return a 409.
|
|
1452
1451
|
|
|
1453
1452
|
Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
|
|
1454
|
-
:param pulumi.Input[
|
|
1455
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[
|
|
1453
|
+
:param pulumi.Input[_builtins.int] generation: A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1454
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
|
|
1456
1455
|
:param pulumi.Input[Sequence[pulumi.Input['ManagedFieldsEntryArgs']]] managed_fields: ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
|
|
1457
|
-
:param pulumi.Input[
|
|
1458
|
-
:param pulumi.Input[
|
|
1456
|
+
:param pulumi.Input[_builtins.str] name: Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1457
|
+
:param pulumi.Input[_builtins.str] namespace: Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
|
|
1459
1458
|
|
|
1460
1459
|
Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces
|
|
1461
1460
|
:param pulumi.Input[Sequence[pulumi.Input['OwnerReferenceArgs']]] owner_references: List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
|
|
1462
|
-
:param pulumi.Input[
|
|
1461
|
+
:param pulumi.Input[_builtins.str] resource_version: An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
|
|
1463
1462
|
|
|
1464
1463
|
Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
1465
|
-
:param pulumi.Input[
|
|
1466
|
-
:param pulumi.Input[
|
|
1464
|
+
:param pulumi.Input[_builtins.str] self_link: Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1465
|
+
:param pulumi.Input[_builtins.str] uid: UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
|
|
1467
1466
|
|
|
1468
1467
|
Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1469
1468
|
"""
|
|
@@ -1500,33 +1499,33 @@ class ObjectMetaArgs:
|
|
|
1500
1499
|
if uid is not None:
|
|
1501
1500
|
pulumi.set(__self__, "uid", uid)
|
|
1502
1501
|
|
|
1503
|
-
@property
|
|
1502
|
+
@_builtins.property
|
|
1504
1503
|
@pulumi.getter
|
|
1505
|
-
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1504
|
+
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
1506
1505
|
"""
|
|
1507
1506
|
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
|
1508
1507
|
"""
|
|
1509
1508
|
return pulumi.get(self, "annotations")
|
|
1510
1509
|
|
|
1511
1510
|
@annotations.setter
|
|
1512
|
-
def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1511
|
+
def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
1513
1512
|
pulumi.set(self, "annotations", value)
|
|
1514
1513
|
|
|
1515
|
-
@property
|
|
1514
|
+
@_builtins.property
|
|
1516
1515
|
@pulumi.getter(name="clusterName")
|
|
1517
|
-
def cluster_name(self) -> Optional[pulumi.Input[
|
|
1516
|
+
def cluster_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1518
1517
|
"""
|
|
1519
1518
|
The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
|
|
1520
1519
|
"""
|
|
1521
1520
|
return pulumi.get(self, "cluster_name")
|
|
1522
1521
|
|
|
1523
1522
|
@cluster_name.setter
|
|
1524
|
-
def cluster_name(self, value: Optional[pulumi.Input[
|
|
1523
|
+
def cluster_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1525
1524
|
pulumi.set(self, "cluster_name", value)
|
|
1526
1525
|
|
|
1527
|
-
@property
|
|
1526
|
+
@_builtins.property
|
|
1528
1527
|
@pulumi.getter(name="creationTimestamp")
|
|
1529
|
-
def creation_timestamp(self) -> Optional[pulumi.Input[
|
|
1528
|
+
def creation_timestamp(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1530
1529
|
"""
|
|
1531
1530
|
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
1532
1531
|
|
|
@@ -1535,24 +1534,24 @@ class ObjectMetaArgs:
|
|
|
1535
1534
|
return pulumi.get(self, "creation_timestamp")
|
|
1536
1535
|
|
|
1537
1536
|
@creation_timestamp.setter
|
|
1538
|
-
def creation_timestamp(self, value: Optional[pulumi.Input[
|
|
1537
|
+
def creation_timestamp(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1539
1538
|
pulumi.set(self, "creation_timestamp", value)
|
|
1540
1539
|
|
|
1541
|
-
@property
|
|
1540
|
+
@_builtins.property
|
|
1542
1541
|
@pulumi.getter(name="deletionGracePeriodSeconds")
|
|
1543
|
-
def deletion_grace_period_seconds(self) -> Optional[pulumi.Input[
|
|
1542
|
+
def deletion_grace_period_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1544
1543
|
"""
|
|
1545
1544
|
Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
|
|
1546
1545
|
"""
|
|
1547
1546
|
return pulumi.get(self, "deletion_grace_period_seconds")
|
|
1548
1547
|
|
|
1549
1548
|
@deletion_grace_period_seconds.setter
|
|
1550
|
-
def deletion_grace_period_seconds(self, value: Optional[pulumi.Input[
|
|
1549
|
+
def deletion_grace_period_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1551
1550
|
pulumi.set(self, "deletion_grace_period_seconds", value)
|
|
1552
1551
|
|
|
1553
|
-
@property
|
|
1552
|
+
@_builtins.property
|
|
1554
1553
|
@pulumi.getter(name="deletionTimestamp")
|
|
1555
|
-
def deletion_timestamp(self) -> Optional[pulumi.Input[
|
|
1554
|
+
def deletion_timestamp(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1556
1555
|
"""
|
|
1557
1556
|
DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
|
|
1558
1557
|
|
|
@@ -1561,24 +1560,24 @@ class ObjectMetaArgs:
|
|
|
1561
1560
|
return pulumi.get(self, "deletion_timestamp")
|
|
1562
1561
|
|
|
1563
1562
|
@deletion_timestamp.setter
|
|
1564
|
-
def deletion_timestamp(self, value: Optional[pulumi.Input[
|
|
1563
|
+
def deletion_timestamp(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1565
1564
|
pulumi.set(self, "deletion_timestamp", value)
|
|
1566
1565
|
|
|
1567
|
-
@property
|
|
1566
|
+
@_builtins.property
|
|
1568
1567
|
@pulumi.getter
|
|
1569
|
-
def finalizers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1568
|
+
def finalizers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1570
1569
|
"""
|
|
1571
1570
|
Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.
|
|
1572
1571
|
"""
|
|
1573
1572
|
return pulumi.get(self, "finalizers")
|
|
1574
1573
|
|
|
1575
1574
|
@finalizers.setter
|
|
1576
|
-
def finalizers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1575
|
+
def finalizers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1577
1576
|
pulumi.set(self, "finalizers", value)
|
|
1578
1577
|
|
|
1579
|
-
@property
|
|
1578
|
+
@_builtins.property
|
|
1580
1579
|
@pulumi.getter(name="generateName")
|
|
1581
|
-
def generate_name(self) -> Optional[pulumi.Input[
|
|
1580
|
+
def generate_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1582
1581
|
"""
|
|
1583
1582
|
GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
|
|
1584
1583
|
|
|
@@ -1589,34 +1588,34 @@ class ObjectMetaArgs:
|
|
|
1589
1588
|
return pulumi.get(self, "generate_name")
|
|
1590
1589
|
|
|
1591
1590
|
@generate_name.setter
|
|
1592
|
-
def generate_name(self, value: Optional[pulumi.Input[
|
|
1591
|
+
def generate_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1593
1592
|
pulumi.set(self, "generate_name", value)
|
|
1594
1593
|
|
|
1595
|
-
@property
|
|
1594
|
+
@_builtins.property
|
|
1596
1595
|
@pulumi.getter
|
|
1597
|
-
def generation(self) -> Optional[pulumi.Input[
|
|
1596
|
+
def generation(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1598
1597
|
"""
|
|
1599
1598
|
A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
|
|
1600
1599
|
"""
|
|
1601
1600
|
return pulumi.get(self, "generation")
|
|
1602
1601
|
|
|
1603
1602
|
@generation.setter
|
|
1604
|
-
def generation(self, value: Optional[pulumi.Input[
|
|
1603
|
+
def generation(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1605
1604
|
pulumi.set(self, "generation", value)
|
|
1606
1605
|
|
|
1607
|
-
@property
|
|
1606
|
+
@_builtins.property
|
|
1608
1607
|
@pulumi.getter
|
|
1609
|
-
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1608
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
1610
1609
|
"""
|
|
1611
1610
|
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
|
|
1612
1611
|
"""
|
|
1613
1612
|
return pulumi.get(self, "labels")
|
|
1614
1613
|
|
|
1615
1614
|
@labels.setter
|
|
1616
|
-
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1615
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
1617
1616
|
pulumi.set(self, "labels", value)
|
|
1618
1617
|
|
|
1619
|
-
@property
|
|
1618
|
+
@_builtins.property
|
|
1620
1619
|
@pulumi.getter(name="managedFields")
|
|
1621
1620
|
def managed_fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedFieldsEntryArgs']]]]:
|
|
1622
1621
|
"""
|
|
@@ -1628,21 +1627,21 @@ class ObjectMetaArgs:
|
|
|
1628
1627
|
def managed_fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedFieldsEntryArgs']]]]):
|
|
1629
1628
|
pulumi.set(self, "managed_fields", value)
|
|
1630
1629
|
|
|
1631
|
-
@property
|
|
1630
|
+
@_builtins.property
|
|
1632
1631
|
@pulumi.getter
|
|
1633
|
-
def name(self) -> Optional[pulumi.Input[
|
|
1632
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1634
1633
|
"""
|
|
1635
1634
|
Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1636
1635
|
"""
|
|
1637
1636
|
return pulumi.get(self, "name")
|
|
1638
1637
|
|
|
1639
1638
|
@name.setter
|
|
1640
|
-
def name(self, value: Optional[pulumi.Input[
|
|
1639
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1641
1640
|
pulumi.set(self, "name", value)
|
|
1642
1641
|
|
|
1643
|
-
@property
|
|
1642
|
+
@_builtins.property
|
|
1644
1643
|
@pulumi.getter
|
|
1645
|
-
def namespace(self) -> Optional[pulumi.Input[
|
|
1644
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1646
1645
|
"""
|
|
1647
1646
|
Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
|
|
1648
1647
|
|
|
@@ -1651,10 +1650,10 @@ class ObjectMetaArgs:
|
|
|
1651
1650
|
return pulumi.get(self, "namespace")
|
|
1652
1651
|
|
|
1653
1652
|
@namespace.setter
|
|
1654
|
-
def namespace(self, value: Optional[pulumi.Input[
|
|
1653
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1655
1654
|
pulumi.set(self, "namespace", value)
|
|
1656
1655
|
|
|
1657
|
-
@property
|
|
1656
|
+
@_builtins.property
|
|
1658
1657
|
@pulumi.getter(name="ownerReferences")
|
|
1659
1658
|
def owner_references(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OwnerReferenceArgs']]]]:
|
|
1660
1659
|
"""
|
|
@@ -1666,9 +1665,9 @@ class ObjectMetaArgs:
|
|
|
1666
1665
|
def owner_references(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OwnerReferenceArgs']]]]):
|
|
1667
1666
|
pulumi.set(self, "owner_references", value)
|
|
1668
1667
|
|
|
1669
|
-
@property
|
|
1668
|
+
@_builtins.property
|
|
1670
1669
|
@pulumi.getter(name="resourceVersion")
|
|
1671
|
-
def resource_version(self) -> Optional[pulumi.Input[
|
|
1670
|
+
def resource_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1672
1671
|
"""
|
|
1673
1672
|
An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
|
|
1674
1673
|
|
|
@@ -1677,24 +1676,24 @@ class ObjectMetaArgs:
|
|
|
1677
1676
|
return pulumi.get(self, "resource_version")
|
|
1678
1677
|
|
|
1679
1678
|
@resource_version.setter
|
|
1680
|
-
def resource_version(self, value: Optional[pulumi.Input[
|
|
1679
|
+
def resource_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1681
1680
|
pulumi.set(self, "resource_version", value)
|
|
1682
1681
|
|
|
1683
|
-
@property
|
|
1682
|
+
@_builtins.property
|
|
1684
1683
|
@pulumi.getter(name="selfLink")
|
|
1685
|
-
def self_link(self) -> Optional[pulumi.Input[
|
|
1684
|
+
def self_link(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1686
1685
|
"""
|
|
1687
1686
|
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
|
1688
1687
|
"""
|
|
1689
1688
|
return pulumi.get(self, "self_link")
|
|
1690
1689
|
|
|
1691
1690
|
@self_link.setter
|
|
1692
|
-
def self_link(self, value: Optional[pulumi.Input[
|
|
1691
|
+
def self_link(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1693
1692
|
pulumi.set(self, "self_link", value)
|
|
1694
1693
|
|
|
1695
|
-
@property
|
|
1694
|
+
@_builtins.property
|
|
1696
1695
|
@pulumi.getter
|
|
1697
|
-
def uid(self) -> Optional[pulumi.Input[
|
|
1696
|
+
def uid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1698
1697
|
"""
|
|
1699
1698
|
UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
|
|
1700
1699
|
|
|
@@ -1703,7 +1702,7 @@ class ObjectMetaArgs:
|
|
|
1703
1702
|
return pulumi.get(self, "uid")
|
|
1704
1703
|
|
|
1705
1704
|
@uid.setter
|
|
1706
|
-
def uid(self, value: Optional[pulumi.Input[
|
|
1705
|
+
def uid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1707
1706
|
pulumi.set(self, "uid", value)
|
|
1708
1707
|
|
|
1709
1708
|
|
|
@@ -1712,27 +1711,27 @@ if not MYPY:
|
|
|
1712
1711
|
"""
|
|
1713
1712
|
OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
|
|
1714
1713
|
"""
|
|
1715
|
-
api_version: NotRequired[pulumi.Input[
|
|
1714
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1716
1715
|
"""
|
|
1717
1716
|
API version of the referent.
|
|
1718
1717
|
"""
|
|
1719
|
-
block_owner_deletion: NotRequired[pulumi.Input[
|
|
1718
|
+
block_owner_deletion: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1720
1719
|
"""
|
|
1721
1720
|
If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
|
|
1722
1721
|
"""
|
|
1723
|
-
controller: NotRequired[pulumi.Input[
|
|
1722
|
+
controller: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1724
1723
|
"""
|
|
1725
1724
|
If true, this reference points to the managing controller.
|
|
1726
1725
|
"""
|
|
1727
|
-
kind: NotRequired[pulumi.Input[
|
|
1726
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1728
1727
|
"""
|
|
1729
1728
|
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1730
1729
|
"""
|
|
1731
|
-
name: NotRequired[pulumi.Input[
|
|
1730
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1732
1731
|
"""
|
|
1733
1732
|
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1734
1733
|
"""
|
|
1735
|
-
uid: NotRequired[pulumi.Input[
|
|
1734
|
+
uid: NotRequired[pulumi.Input[_builtins.str]]
|
|
1736
1735
|
"""
|
|
1737
1736
|
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1738
1737
|
"""
|
|
@@ -1742,20 +1741,20 @@ elif False:
|
|
|
1742
1741
|
@pulumi.input_type
|
|
1743
1742
|
class OwnerReferencePatchArgs:
|
|
1744
1743
|
def __init__(__self__, *,
|
|
1745
|
-
api_version: Optional[pulumi.Input[
|
|
1746
|
-
block_owner_deletion: Optional[pulumi.Input[
|
|
1747
|
-
controller: Optional[pulumi.Input[
|
|
1748
|
-
kind: Optional[pulumi.Input[
|
|
1749
|
-
name: Optional[pulumi.Input[
|
|
1750
|
-
uid: Optional[pulumi.Input[
|
|
1744
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1745
|
+
block_owner_deletion: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1746
|
+
controller: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1747
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1748
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1749
|
+
uid: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1751
1750
|
"""
|
|
1752
1751
|
OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
|
|
1753
|
-
:param pulumi.Input[
|
|
1754
|
-
:param pulumi.Input[
|
|
1755
|
-
:param pulumi.Input[
|
|
1756
|
-
:param pulumi.Input[
|
|
1757
|
-
:param pulumi.Input[
|
|
1758
|
-
:param pulumi.Input[
|
|
1752
|
+
:param pulumi.Input[_builtins.str] api_version: API version of the referent.
|
|
1753
|
+
:param pulumi.Input[_builtins.bool] block_owner_deletion: If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
|
|
1754
|
+
:param pulumi.Input[_builtins.bool] controller: If true, this reference points to the managing controller.
|
|
1755
|
+
:param pulumi.Input[_builtins.str] kind: Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1756
|
+
:param pulumi.Input[_builtins.str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1757
|
+
:param pulumi.Input[_builtins.str] uid: UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1759
1758
|
"""
|
|
1760
1759
|
if api_version is not None:
|
|
1761
1760
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -1770,76 +1769,76 @@ class OwnerReferencePatchArgs:
|
|
|
1770
1769
|
if uid is not None:
|
|
1771
1770
|
pulumi.set(__self__, "uid", uid)
|
|
1772
1771
|
|
|
1773
|
-
@property
|
|
1772
|
+
@_builtins.property
|
|
1774
1773
|
@pulumi.getter(name="apiVersion")
|
|
1775
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
1774
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1776
1775
|
"""
|
|
1777
1776
|
API version of the referent.
|
|
1778
1777
|
"""
|
|
1779
1778
|
return pulumi.get(self, "api_version")
|
|
1780
1779
|
|
|
1781
1780
|
@api_version.setter
|
|
1782
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
1781
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1783
1782
|
pulumi.set(self, "api_version", value)
|
|
1784
1783
|
|
|
1785
|
-
@property
|
|
1784
|
+
@_builtins.property
|
|
1786
1785
|
@pulumi.getter(name="blockOwnerDeletion")
|
|
1787
|
-
def block_owner_deletion(self) -> Optional[pulumi.Input[
|
|
1786
|
+
def block_owner_deletion(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1788
1787
|
"""
|
|
1789
1788
|
If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
|
|
1790
1789
|
"""
|
|
1791
1790
|
return pulumi.get(self, "block_owner_deletion")
|
|
1792
1791
|
|
|
1793
1792
|
@block_owner_deletion.setter
|
|
1794
|
-
def block_owner_deletion(self, value: Optional[pulumi.Input[
|
|
1793
|
+
def block_owner_deletion(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1795
1794
|
pulumi.set(self, "block_owner_deletion", value)
|
|
1796
1795
|
|
|
1797
|
-
@property
|
|
1796
|
+
@_builtins.property
|
|
1798
1797
|
@pulumi.getter
|
|
1799
|
-
def controller(self) -> Optional[pulumi.Input[
|
|
1798
|
+
def controller(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1800
1799
|
"""
|
|
1801
1800
|
If true, this reference points to the managing controller.
|
|
1802
1801
|
"""
|
|
1803
1802
|
return pulumi.get(self, "controller")
|
|
1804
1803
|
|
|
1805
1804
|
@controller.setter
|
|
1806
|
-
def controller(self, value: Optional[pulumi.Input[
|
|
1805
|
+
def controller(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1807
1806
|
pulumi.set(self, "controller", value)
|
|
1808
1807
|
|
|
1809
|
-
@property
|
|
1808
|
+
@_builtins.property
|
|
1810
1809
|
@pulumi.getter
|
|
1811
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
1810
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1812
1811
|
"""
|
|
1813
1812
|
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1814
1813
|
"""
|
|
1815
1814
|
return pulumi.get(self, "kind")
|
|
1816
1815
|
|
|
1817
1816
|
@kind.setter
|
|
1818
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
1817
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1819
1818
|
pulumi.set(self, "kind", value)
|
|
1820
1819
|
|
|
1821
|
-
@property
|
|
1820
|
+
@_builtins.property
|
|
1822
1821
|
@pulumi.getter
|
|
1823
|
-
def name(self) -> Optional[pulumi.Input[
|
|
1822
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1824
1823
|
"""
|
|
1825
1824
|
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1826
1825
|
"""
|
|
1827
1826
|
return pulumi.get(self, "name")
|
|
1828
1827
|
|
|
1829
1828
|
@name.setter
|
|
1830
|
-
def name(self, value: Optional[pulumi.Input[
|
|
1829
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1831
1830
|
pulumi.set(self, "name", value)
|
|
1832
1831
|
|
|
1833
|
-
@property
|
|
1832
|
+
@_builtins.property
|
|
1834
1833
|
@pulumi.getter
|
|
1835
|
-
def uid(self) -> Optional[pulumi.Input[
|
|
1834
|
+
def uid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1836
1835
|
"""
|
|
1837
1836
|
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1838
1837
|
"""
|
|
1839
1838
|
return pulumi.get(self, "uid")
|
|
1840
1839
|
|
|
1841
1840
|
@uid.setter
|
|
1842
|
-
def uid(self, value: Optional[pulumi.Input[
|
|
1841
|
+
def uid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1843
1842
|
pulumi.set(self, "uid", value)
|
|
1844
1843
|
|
|
1845
1844
|
|
|
@@ -1848,27 +1847,27 @@ if not MYPY:
|
|
|
1848
1847
|
"""
|
|
1849
1848
|
OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
|
|
1850
1849
|
"""
|
|
1851
|
-
api_version: pulumi.Input[
|
|
1850
|
+
api_version: pulumi.Input[_builtins.str]
|
|
1852
1851
|
"""
|
|
1853
1852
|
API version of the referent.
|
|
1854
1853
|
"""
|
|
1855
|
-
kind: pulumi.Input[
|
|
1854
|
+
kind: pulumi.Input[_builtins.str]
|
|
1856
1855
|
"""
|
|
1857
1856
|
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1858
1857
|
"""
|
|
1859
|
-
name: pulumi.Input[
|
|
1858
|
+
name: pulumi.Input[_builtins.str]
|
|
1860
1859
|
"""
|
|
1861
1860
|
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1862
1861
|
"""
|
|
1863
|
-
uid: pulumi.Input[
|
|
1862
|
+
uid: pulumi.Input[_builtins.str]
|
|
1864
1863
|
"""
|
|
1865
1864
|
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1866
1865
|
"""
|
|
1867
|
-
block_owner_deletion: NotRequired[pulumi.Input[
|
|
1866
|
+
block_owner_deletion: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1868
1867
|
"""
|
|
1869
1868
|
If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
|
|
1870
1869
|
"""
|
|
1871
|
-
controller: NotRequired[pulumi.Input[
|
|
1870
|
+
controller: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1872
1871
|
"""
|
|
1873
1872
|
If true, this reference points to the managing controller.
|
|
1874
1873
|
"""
|
|
@@ -1878,20 +1877,20 @@ elif False:
|
|
|
1878
1877
|
@pulumi.input_type
|
|
1879
1878
|
class OwnerReferenceArgs:
|
|
1880
1879
|
def __init__(__self__, *,
|
|
1881
|
-
api_version: pulumi.Input[
|
|
1882
|
-
kind: pulumi.Input[
|
|
1883
|
-
name: pulumi.Input[
|
|
1884
|
-
uid: pulumi.Input[
|
|
1885
|
-
block_owner_deletion: Optional[pulumi.Input[
|
|
1886
|
-
controller: Optional[pulumi.Input[
|
|
1880
|
+
api_version: pulumi.Input[_builtins.str],
|
|
1881
|
+
kind: pulumi.Input[_builtins.str],
|
|
1882
|
+
name: pulumi.Input[_builtins.str],
|
|
1883
|
+
uid: pulumi.Input[_builtins.str],
|
|
1884
|
+
block_owner_deletion: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1885
|
+
controller: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
1887
1886
|
"""
|
|
1888
1887
|
OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
|
|
1889
|
-
:param pulumi.Input[
|
|
1890
|
-
:param pulumi.Input[
|
|
1891
|
-
:param pulumi.Input[
|
|
1892
|
-
:param pulumi.Input[
|
|
1893
|
-
:param pulumi.Input[
|
|
1894
|
-
:param pulumi.Input[
|
|
1888
|
+
:param pulumi.Input[_builtins.str] api_version: API version of the referent.
|
|
1889
|
+
:param pulumi.Input[_builtins.str] kind: Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1890
|
+
:param pulumi.Input[_builtins.str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1891
|
+
:param pulumi.Input[_builtins.str] uid: UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1892
|
+
:param pulumi.Input[_builtins.bool] block_owner_deletion: If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
|
|
1893
|
+
:param pulumi.Input[_builtins.bool] controller: If true, this reference points to the managing controller.
|
|
1895
1894
|
"""
|
|
1896
1895
|
pulumi.set(__self__, "api_version", api_version)
|
|
1897
1896
|
pulumi.set(__self__, "kind", kind)
|
|
@@ -1902,76 +1901,76 @@ class OwnerReferenceArgs:
|
|
|
1902
1901
|
if controller is not None:
|
|
1903
1902
|
pulumi.set(__self__, "controller", controller)
|
|
1904
1903
|
|
|
1905
|
-
@property
|
|
1904
|
+
@_builtins.property
|
|
1906
1905
|
@pulumi.getter(name="apiVersion")
|
|
1907
|
-
def api_version(self) -> pulumi.Input[
|
|
1906
|
+
def api_version(self) -> pulumi.Input[_builtins.str]:
|
|
1908
1907
|
"""
|
|
1909
1908
|
API version of the referent.
|
|
1910
1909
|
"""
|
|
1911
1910
|
return pulumi.get(self, "api_version")
|
|
1912
1911
|
|
|
1913
1912
|
@api_version.setter
|
|
1914
|
-
def api_version(self, value: pulumi.Input[
|
|
1913
|
+
def api_version(self, value: pulumi.Input[_builtins.str]):
|
|
1915
1914
|
pulumi.set(self, "api_version", value)
|
|
1916
1915
|
|
|
1917
|
-
@property
|
|
1916
|
+
@_builtins.property
|
|
1918
1917
|
@pulumi.getter
|
|
1919
|
-
def kind(self) -> pulumi.Input[
|
|
1918
|
+
def kind(self) -> pulumi.Input[_builtins.str]:
|
|
1920
1919
|
"""
|
|
1921
1920
|
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1922
1921
|
"""
|
|
1923
1922
|
return pulumi.get(self, "kind")
|
|
1924
1923
|
|
|
1925
1924
|
@kind.setter
|
|
1926
|
-
def kind(self, value: pulumi.Input[
|
|
1925
|
+
def kind(self, value: pulumi.Input[_builtins.str]):
|
|
1927
1926
|
pulumi.set(self, "kind", value)
|
|
1928
1927
|
|
|
1929
|
-
@property
|
|
1928
|
+
@_builtins.property
|
|
1930
1929
|
@pulumi.getter
|
|
1931
|
-
def name(self) -> pulumi.Input[
|
|
1930
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
1932
1931
|
"""
|
|
1933
1932
|
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names
|
|
1934
1933
|
"""
|
|
1935
1934
|
return pulumi.get(self, "name")
|
|
1936
1935
|
|
|
1937
1936
|
@name.setter
|
|
1938
|
-
def name(self, value: pulumi.Input[
|
|
1937
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
1939
1938
|
pulumi.set(self, "name", value)
|
|
1940
1939
|
|
|
1941
|
-
@property
|
|
1940
|
+
@_builtins.property
|
|
1942
1941
|
@pulumi.getter
|
|
1943
|
-
def uid(self) -> pulumi.Input[
|
|
1942
|
+
def uid(self) -> pulumi.Input[_builtins.str]:
|
|
1944
1943
|
"""
|
|
1945
1944
|
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
1946
1945
|
"""
|
|
1947
1946
|
return pulumi.get(self, "uid")
|
|
1948
1947
|
|
|
1949
1948
|
@uid.setter
|
|
1950
|
-
def uid(self, value: pulumi.Input[
|
|
1949
|
+
def uid(self, value: pulumi.Input[_builtins.str]):
|
|
1951
1950
|
pulumi.set(self, "uid", value)
|
|
1952
1951
|
|
|
1953
|
-
@property
|
|
1952
|
+
@_builtins.property
|
|
1954
1953
|
@pulumi.getter(name="blockOwnerDeletion")
|
|
1955
|
-
def block_owner_deletion(self) -> Optional[pulumi.Input[
|
|
1954
|
+
def block_owner_deletion(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1956
1955
|
"""
|
|
1957
1956
|
If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
|
|
1958
1957
|
"""
|
|
1959
1958
|
return pulumi.get(self, "block_owner_deletion")
|
|
1960
1959
|
|
|
1961
1960
|
@block_owner_deletion.setter
|
|
1962
|
-
def block_owner_deletion(self, value: Optional[pulumi.Input[
|
|
1961
|
+
def block_owner_deletion(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1963
1962
|
pulumi.set(self, "block_owner_deletion", value)
|
|
1964
1963
|
|
|
1965
|
-
@property
|
|
1964
|
+
@_builtins.property
|
|
1966
1965
|
@pulumi.getter
|
|
1967
|
-
def controller(self) -> Optional[pulumi.Input[
|
|
1966
|
+
def controller(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1968
1967
|
"""
|
|
1969
1968
|
If true, this reference points to the managing controller.
|
|
1970
1969
|
"""
|
|
1971
1970
|
return pulumi.get(self, "controller")
|
|
1972
1971
|
|
|
1973
1972
|
@controller.setter
|
|
1974
|
-
def controller(self, value: Optional[pulumi.Input[
|
|
1973
|
+
def controller(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1975
1974
|
pulumi.set(self, "controller", value)
|
|
1976
1975
|
|
|
1977
1976
|
|
|
@@ -1980,7 +1979,7 @@ if not MYPY:
|
|
|
1980
1979
|
"""
|
|
1981
1980
|
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
|
|
1982
1981
|
"""
|
|
1983
|
-
field: NotRequired[pulumi.Input[
|
|
1982
|
+
field: NotRequired[pulumi.Input[_builtins.str]]
|
|
1984
1983
|
"""
|
|
1985
1984
|
The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
|
|
1986
1985
|
|
|
@@ -1988,11 +1987,11 @@ if not MYPY:
|
|
|
1988
1987
|
"name" - the field "name" on the current resource
|
|
1989
1988
|
"items[0].name" - the field "name" on the first array entry in "items"
|
|
1990
1989
|
"""
|
|
1991
|
-
message: NotRequired[pulumi.Input[
|
|
1990
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
1992
1991
|
"""
|
|
1993
1992
|
A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
1994
1993
|
"""
|
|
1995
|
-
reason: NotRequired[pulumi.Input[
|
|
1994
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
1996
1995
|
"""
|
|
1997
1996
|
A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
1998
1997
|
"""
|
|
@@ -2002,18 +2001,18 @@ elif False:
|
|
|
2002
2001
|
@pulumi.input_type
|
|
2003
2002
|
class StatusCausePatchArgs:
|
|
2004
2003
|
def __init__(__self__, *,
|
|
2005
|
-
field: Optional[pulumi.Input[
|
|
2006
|
-
message: Optional[pulumi.Input[
|
|
2007
|
-
reason: Optional[pulumi.Input[
|
|
2004
|
+
field: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2005
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2006
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2008
2007
|
"""
|
|
2009
2008
|
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
|
|
2010
|
-
:param pulumi.Input[
|
|
2009
|
+
:param pulumi.Input[_builtins.str] field: The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
|
|
2011
2010
|
|
|
2012
2011
|
Examples:
|
|
2013
2012
|
"name" - the field "name" on the current resource
|
|
2014
2013
|
"items[0].name" - the field "name" on the first array entry in "items"
|
|
2015
|
-
:param pulumi.Input[
|
|
2016
|
-
:param pulumi.Input[
|
|
2014
|
+
:param pulumi.Input[_builtins.str] message: A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
2015
|
+
:param pulumi.Input[_builtins.str] reason: A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
2017
2016
|
"""
|
|
2018
2017
|
if field is not None:
|
|
2019
2018
|
pulumi.set(__self__, "field", field)
|
|
@@ -2022,9 +2021,9 @@ class StatusCausePatchArgs:
|
|
|
2022
2021
|
if reason is not None:
|
|
2023
2022
|
pulumi.set(__self__, "reason", reason)
|
|
2024
2023
|
|
|
2025
|
-
@property
|
|
2024
|
+
@_builtins.property
|
|
2026
2025
|
@pulumi.getter
|
|
2027
|
-
def field(self) -> Optional[pulumi.Input[
|
|
2026
|
+
def field(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2028
2027
|
"""
|
|
2029
2028
|
The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
|
|
2030
2029
|
|
|
@@ -2035,31 +2034,31 @@ class StatusCausePatchArgs:
|
|
|
2035
2034
|
return pulumi.get(self, "field")
|
|
2036
2035
|
|
|
2037
2036
|
@field.setter
|
|
2038
|
-
def field(self, value: Optional[pulumi.Input[
|
|
2037
|
+
def field(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2039
2038
|
pulumi.set(self, "field", value)
|
|
2040
2039
|
|
|
2041
|
-
@property
|
|
2040
|
+
@_builtins.property
|
|
2042
2041
|
@pulumi.getter
|
|
2043
|
-
def message(self) -> Optional[pulumi.Input[
|
|
2042
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2044
2043
|
"""
|
|
2045
2044
|
A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
2046
2045
|
"""
|
|
2047
2046
|
return pulumi.get(self, "message")
|
|
2048
2047
|
|
|
2049
2048
|
@message.setter
|
|
2050
|
-
def message(self, value: Optional[pulumi.Input[
|
|
2049
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2051
2050
|
pulumi.set(self, "message", value)
|
|
2052
2051
|
|
|
2053
|
-
@property
|
|
2052
|
+
@_builtins.property
|
|
2054
2053
|
@pulumi.getter
|
|
2055
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
2054
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2056
2055
|
"""
|
|
2057
2056
|
A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
2058
2057
|
"""
|
|
2059
2058
|
return pulumi.get(self, "reason")
|
|
2060
2059
|
|
|
2061
2060
|
@reason.setter
|
|
2062
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
2061
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2063
2062
|
pulumi.set(self, "reason", value)
|
|
2064
2063
|
|
|
2065
2064
|
|
|
@@ -2068,7 +2067,7 @@ if not MYPY:
|
|
|
2068
2067
|
"""
|
|
2069
2068
|
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
|
|
2070
2069
|
"""
|
|
2071
|
-
field: NotRequired[pulumi.Input[
|
|
2070
|
+
field: NotRequired[pulumi.Input[_builtins.str]]
|
|
2072
2071
|
"""
|
|
2073
2072
|
The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
|
|
2074
2073
|
|
|
@@ -2076,11 +2075,11 @@ if not MYPY:
|
|
|
2076
2075
|
"name" - the field "name" on the current resource
|
|
2077
2076
|
"items[0].name" - the field "name" on the first array entry in "items"
|
|
2078
2077
|
"""
|
|
2079
|
-
message: NotRequired[pulumi.Input[
|
|
2078
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
2080
2079
|
"""
|
|
2081
2080
|
A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
2082
2081
|
"""
|
|
2083
|
-
reason: NotRequired[pulumi.Input[
|
|
2082
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
2084
2083
|
"""
|
|
2085
2084
|
A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
2086
2085
|
"""
|
|
@@ -2090,18 +2089,18 @@ elif False:
|
|
|
2090
2089
|
@pulumi.input_type
|
|
2091
2090
|
class StatusCauseArgs:
|
|
2092
2091
|
def __init__(__self__, *,
|
|
2093
|
-
field: Optional[pulumi.Input[
|
|
2094
|
-
message: Optional[pulumi.Input[
|
|
2095
|
-
reason: Optional[pulumi.Input[
|
|
2092
|
+
field: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2093
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2094
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2096
2095
|
"""
|
|
2097
2096
|
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
|
|
2098
|
-
:param pulumi.Input[
|
|
2097
|
+
:param pulumi.Input[_builtins.str] field: The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
|
|
2099
2098
|
|
|
2100
2099
|
Examples:
|
|
2101
2100
|
"name" - the field "name" on the current resource
|
|
2102
2101
|
"items[0].name" - the field "name" on the first array entry in "items"
|
|
2103
|
-
:param pulumi.Input[
|
|
2104
|
-
:param pulumi.Input[
|
|
2102
|
+
:param pulumi.Input[_builtins.str] message: A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
2103
|
+
:param pulumi.Input[_builtins.str] reason: A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
2105
2104
|
"""
|
|
2106
2105
|
if field is not None:
|
|
2107
2106
|
pulumi.set(__self__, "field", field)
|
|
@@ -2110,9 +2109,9 @@ class StatusCauseArgs:
|
|
|
2110
2109
|
if reason is not None:
|
|
2111
2110
|
pulumi.set(__self__, "reason", reason)
|
|
2112
2111
|
|
|
2113
|
-
@property
|
|
2112
|
+
@_builtins.property
|
|
2114
2113
|
@pulumi.getter
|
|
2115
|
-
def field(self) -> Optional[pulumi.Input[
|
|
2114
|
+
def field(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2116
2115
|
"""
|
|
2117
2116
|
The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
|
|
2118
2117
|
|
|
@@ -2123,31 +2122,31 @@ class StatusCauseArgs:
|
|
|
2123
2122
|
return pulumi.get(self, "field")
|
|
2124
2123
|
|
|
2125
2124
|
@field.setter
|
|
2126
|
-
def field(self, value: Optional[pulumi.Input[
|
|
2125
|
+
def field(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2127
2126
|
pulumi.set(self, "field", value)
|
|
2128
2127
|
|
|
2129
|
-
@property
|
|
2128
|
+
@_builtins.property
|
|
2130
2129
|
@pulumi.getter
|
|
2131
|
-
def message(self) -> Optional[pulumi.Input[
|
|
2130
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2132
2131
|
"""
|
|
2133
2132
|
A human-readable description of the cause of the error. This field may be presented as-is to a reader.
|
|
2134
2133
|
"""
|
|
2135
2134
|
return pulumi.get(self, "message")
|
|
2136
2135
|
|
|
2137
2136
|
@message.setter
|
|
2138
|
-
def message(self, value: Optional[pulumi.Input[
|
|
2137
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2139
2138
|
pulumi.set(self, "message", value)
|
|
2140
2139
|
|
|
2141
|
-
@property
|
|
2140
|
+
@_builtins.property
|
|
2142
2141
|
@pulumi.getter
|
|
2143
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
2142
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2144
2143
|
"""
|
|
2145
2144
|
A machine-readable description of the cause of the error. If this value is empty there is no information available.
|
|
2146
2145
|
"""
|
|
2147
2146
|
return pulumi.get(self, "reason")
|
|
2148
2147
|
|
|
2149
2148
|
@reason.setter
|
|
2150
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
2149
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2151
2150
|
pulumi.set(self, "reason", value)
|
|
2152
2151
|
|
|
2153
2152
|
|
|
@@ -2160,23 +2159,23 @@ if not MYPY:
|
|
|
2160
2159
|
"""
|
|
2161
2160
|
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
|
|
2162
2161
|
"""
|
|
2163
|
-
group: NotRequired[pulumi.Input[
|
|
2162
|
+
group: NotRequired[pulumi.Input[_builtins.str]]
|
|
2164
2163
|
"""
|
|
2165
2164
|
The group attribute of the resource associated with the status StatusReason.
|
|
2166
2165
|
"""
|
|
2167
|
-
kind: NotRequired[pulumi.Input[
|
|
2166
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
2168
2167
|
"""
|
|
2169
2168
|
The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2170
2169
|
"""
|
|
2171
|
-
name: NotRequired[pulumi.Input[
|
|
2170
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
2172
2171
|
"""
|
|
2173
2172
|
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
2174
2173
|
"""
|
|
2175
|
-
retry_after_seconds: NotRequired[pulumi.Input[
|
|
2174
|
+
retry_after_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
2176
2175
|
"""
|
|
2177
2176
|
If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
|
|
2178
2177
|
"""
|
|
2179
|
-
uid: NotRequired[pulumi.Input[
|
|
2178
|
+
uid: NotRequired[pulumi.Input[_builtins.str]]
|
|
2180
2179
|
"""
|
|
2181
2180
|
UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
2182
2181
|
"""
|
|
@@ -2187,19 +2186,19 @@ elif False:
|
|
|
2187
2186
|
class StatusDetailsPatchArgs:
|
|
2188
2187
|
def __init__(__self__, *,
|
|
2189
2188
|
causes: Optional[pulumi.Input[Sequence[pulumi.Input['StatusCausePatchArgs']]]] = None,
|
|
2190
|
-
group: Optional[pulumi.Input[
|
|
2191
|
-
kind: Optional[pulumi.Input[
|
|
2192
|
-
name: Optional[pulumi.Input[
|
|
2193
|
-
retry_after_seconds: Optional[pulumi.Input[
|
|
2194
|
-
uid: Optional[pulumi.Input[
|
|
2189
|
+
group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2190
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2191
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2192
|
+
retry_after_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2193
|
+
uid: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2195
2194
|
"""
|
|
2196
2195
|
StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.
|
|
2197
2196
|
:param pulumi.Input[Sequence[pulumi.Input['StatusCausePatchArgs']]] causes: The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
|
|
2198
|
-
:param pulumi.Input[
|
|
2199
|
-
:param pulumi.Input[
|
|
2200
|
-
:param pulumi.Input[
|
|
2201
|
-
:param pulumi.Input[
|
|
2202
|
-
:param pulumi.Input[
|
|
2197
|
+
:param pulumi.Input[_builtins.str] group: The group attribute of the resource associated with the status StatusReason.
|
|
2198
|
+
:param pulumi.Input[_builtins.str] kind: The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2199
|
+
:param pulumi.Input[_builtins.str] name: The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
2200
|
+
:param pulumi.Input[_builtins.int] retry_after_seconds: If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
|
|
2201
|
+
:param pulumi.Input[_builtins.str] uid: UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
2203
2202
|
"""
|
|
2204
2203
|
if causes is not None:
|
|
2205
2204
|
pulumi.set(__self__, "causes", causes)
|
|
@@ -2214,7 +2213,7 @@ class StatusDetailsPatchArgs:
|
|
|
2214
2213
|
if uid is not None:
|
|
2215
2214
|
pulumi.set(__self__, "uid", uid)
|
|
2216
2215
|
|
|
2217
|
-
@property
|
|
2216
|
+
@_builtins.property
|
|
2218
2217
|
@pulumi.getter
|
|
2219
2218
|
def causes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StatusCausePatchArgs']]]]:
|
|
2220
2219
|
"""
|
|
@@ -2226,64 +2225,64 @@ class StatusDetailsPatchArgs:
|
|
|
2226
2225
|
def causes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StatusCausePatchArgs']]]]):
|
|
2227
2226
|
pulumi.set(self, "causes", value)
|
|
2228
2227
|
|
|
2229
|
-
@property
|
|
2228
|
+
@_builtins.property
|
|
2230
2229
|
@pulumi.getter
|
|
2231
|
-
def group(self) -> Optional[pulumi.Input[
|
|
2230
|
+
def group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2232
2231
|
"""
|
|
2233
2232
|
The group attribute of the resource associated with the status StatusReason.
|
|
2234
2233
|
"""
|
|
2235
2234
|
return pulumi.get(self, "group")
|
|
2236
2235
|
|
|
2237
2236
|
@group.setter
|
|
2238
|
-
def group(self, value: Optional[pulumi.Input[
|
|
2237
|
+
def group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2239
2238
|
pulumi.set(self, "group", value)
|
|
2240
2239
|
|
|
2241
|
-
@property
|
|
2240
|
+
@_builtins.property
|
|
2242
2241
|
@pulumi.getter
|
|
2243
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
2242
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2244
2243
|
"""
|
|
2245
2244
|
The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2246
2245
|
"""
|
|
2247
2246
|
return pulumi.get(self, "kind")
|
|
2248
2247
|
|
|
2249
2248
|
@kind.setter
|
|
2250
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
2249
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2251
2250
|
pulumi.set(self, "kind", value)
|
|
2252
2251
|
|
|
2253
|
-
@property
|
|
2252
|
+
@_builtins.property
|
|
2254
2253
|
@pulumi.getter
|
|
2255
|
-
def name(self) -> Optional[pulumi.Input[
|
|
2254
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2256
2255
|
"""
|
|
2257
2256
|
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
2258
2257
|
"""
|
|
2259
2258
|
return pulumi.get(self, "name")
|
|
2260
2259
|
|
|
2261
2260
|
@name.setter
|
|
2262
|
-
def name(self, value: Optional[pulumi.Input[
|
|
2261
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2263
2262
|
pulumi.set(self, "name", value)
|
|
2264
2263
|
|
|
2265
|
-
@property
|
|
2264
|
+
@_builtins.property
|
|
2266
2265
|
@pulumi.getter(name="retryAfterSeconds")
|
|
2267
|
-
def retry_after_seconds(self) -> Optional[pulumi.Input[
|
|
2266
|
+
def retry_after_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2268
2267
|
"""
|
|
2269
2268
|
If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
|
|
2270
2269
|
"""
|
|
2271
2270
|
return pulumi.get(self, "retry_after_seconds")
|
|
2272
2271
|
|
|
2273
2272
|
@retry_after_seconds.setter
|
|
2274
|
-
def retry_after_seconds(self, value: Optional[pulumi.Input[
|
|
2273
|
+
def retry_after_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2275
2274
|
pulumi.set(self, "retry_after_seconds", value)
|
|
2276
2275
|
|
|
2277
|
-
@property
|
|
2276
|
+
@_builtins.property
|
|
2278
2277
|
@pulumi.getter
|
|
2279
|
-
def uid(self) -> Optional[pulumi.Input[
|
|
2278
|
+
def uid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2280
2279
|
"""
|
|
2281
2280
|
UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
2282
2281
|
"""
|
|
2283
2282
|
return pulumi.get(self, "uid")
|
|
2284
2283
|
|
|
2285
2284
|
@uid.setter
|
|
2286
|
-
def uid(self, value: Optional[pulumi.Input[
|
|
2285
|
+
def uid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2287
2286
|
pulumi.set(self, "uid", value)
|
|
2288
2287
|
|
|
2289
2288
|
|
|
@@ -2296,23 +2295,23 @@ if not MYPY:
|
|
|
2296
2295
|
"""
|
|
2297
2296
|
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
|
|
2298
2297
|
"""
|
|
2299
|
-
group: NotRequired[pulumi.Input[
|
|
2298
|
+
group: NotRequired[pulumi.Input[_builtins.str]]
|
|
2300
2299
|
"""
|
|
2301
2300
|
The group attribute of the resource associated with the status StatusReason.
|
|
2302
2301
|
"""
|
|
2303
|
-
kind: NotRequired[pulumi.Input[
|
|
2302
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
2304
2303
|
"""
|
|
2305
2304
|
The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2306
2305
|
"""
|
|
2307
|
-
name: NotRequired[pulumi.Input[
|
|
2306
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
2308
2307
|
"""
|
|
2309
2308
|
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
2310
2309
|
"""
|
|
2311
|
-
retry_after_seconds: NotRequired[pulumi.Input[
|
|
2310
|
+
retry_after_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
2312
2311
|
"""
|
|
2313
2312
|
If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
|
|
2314
2313
|
"""
|
|
2315
|
-
uid: NotRequired[pulumi.Input[
|
|
2314
|
+
uid: NotRequired[pulumi.Input[_builtins.str]]
|
|
2316
2315
|
"""
|
|
2317
2316
|
UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
2318
2317
|
"""
|
|
@@ -2323,19 +2322,19 @@ elif False:
|
|
|
2323
2322
|
class StatusDetailsArgs:
|
|
2324
2323
|
def __init__(__self__, *,
|
|
2325
2324
|
causes: Optional[pulumi.Input[Sequence[pulumi.Input['StatusCauseArgs']]]] = None,
|
|
2326
|
-
group: Optional[pulumi.Input[
|
|
2327
|
-
kind: Optional[pulumi.Input[
|
|
2328
|
-
name: Optional[pulumi.Input[
|
|
2329
|
-
retry_after_seconds: Optional[pulumi.Input[
|
|
2330
|
-
uid: Optional[pulumi.Input[
|
|
2325
|
+
group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2326
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2327
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2328
|
+
retry_after_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2329
|
+
uid: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2331
2330
|
"""
|
|
2332
2331
|
StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.
|
|
2333
2332
|
:param pulumi.Input[Sequence[pulumi.Input['StatusCauseArgs']]] causes: The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
|
|
2334
|
-
:param pulumi.Input[
|
|
2335
|
-
:param pulumi.Input[
|
|
2336
|
-
:param pulumi.Input[
|
|
2337
|
-
:param pulumi.Input[
|
|
2338
|
-
:param pulumi.Input[
|
|
2333
|
+
:param pulumi.Input[_builtins.str] group: The group attribute of the resource associated with the status StatusReason.
|
|
2334
|
+
:param pulumi.Input[_builtins.str] kind: The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2335
|
+
:param pulumi.Input[_builtins.str] name: The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
2336
|
+
:param pulumi.Input[_builtins.int] retry_after_seconds: If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
|
|
2337
|
+
:param pulumi.Input[_builtins.str] uid: UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
2339
2338
|
"""
|
|
2340
2339
|
if causes is not None:
|
|
2341
2340
|
pulumi.set(__self__, "causes", causes)
|
|
@@ -2350,7 +2349,7 @@ class StatusDetailsArgs:
|
|
|
2350
2349
|
if uid is not None:
|
|
2351
2350
|
pulumi.set(__self__, "uid", uid)
|
|
2352
2351
|
|
|
2353
|
-
@property
|
|
2352
|
+
@_builtins.property
|
|
2354
2353
|
@pulumi.getter
|
|
2355
2354
|
def causes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StatusCauseArgs']]]]:
|
|
2356
2355
|
"""
|
|
@@ -2362,64 +2361,64 @@ class StatusDetailsArgs:
|
|
|
2362
2361
|
def causes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StatusCauseArgs']]]]):
|
|
2363
2362
|
pulumi.set(self, "causes", value)
|
|
2364
2363
|
|
|
2365
|
-
@property
|
|
2364
|
+
@_builtins.property
|
|
2366
2365
|
@pulumi.getter
|
|
2367
|
-
def group(self) -> Optional[pulumi.Input[
|
|
2366
|
+
def group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2368
2367
|
"""
|
|
2369
2368
|
The group attribute of the resource associated with the status StatusReason.
|
|
2370
2369
|
"""
|
|
2371
2370
|
return pulumi.get(self, "group")
|
|
2372
2371
|
|
|
2373
2372
|
@group.setter
|
|
2374
|
-
def group(self, value: Optional[pulumi.Input[
|
|
2373
|
+
def group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2375
2374
|
pulumi.set(self, "group", value)
|
|
2376
2375
|
|
|
2377
|
-
@property
|
|
2376
|
+
@_builtins.property
|
|
2378
2377
|
@pulumi.getter
|
|
2379
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
2378
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2380
2379
|
"""
|
|
2381
2380
|
The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2382
2381
|
"""
|
|
2383
2382
|
return pulumi.get(self, "kind")
|
|
2384
2383
|
|
|
2385
2384
|
@kind.setter
|
|
2386
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
2385
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2387
2386
|
pulumi.set(self, "kind", value)
|
|
2388
2387
|
|
|
2389
|
-
@property
|
|
2388
|
+
@_builtins.property
|
|
2390
2389
|
@pulumi.getter
|
|
2391
|
-
def name(self) -> Optional[pulumi.Input[
|
|
2390
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2392
2391
|
"""
|
|
2393
2392
|
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
|
|
2394
2393
|
"""
|
|
2395
2394
|
return pulumi.get(self, "name")
|
|
2396
2395
|
|
|
2397
2396
|
@name.setter
|
|
2398
|
-
def name(self, value: Optional[pulumi.Input[
|
|
2397
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2399
2398
|
pulumi.set(self, "name", value)
|
|
2400
2399
|
|
|
2401
|
-
@property
|
|
2400
|
+
@_builtins.property
|
|
2402
2401
|
@pulumi.getter(name="retryAfterSeconds")
|
|
2403
|
-
def retry_after_seconds(self) -> Optional[pulumi.Input[
|
|
2402
|
+
def retry_after_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2404
2403
|
"""
|
|
2405
2404
|
If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
|
|
2406
2405
|
"""
|
|
2407
2406
|
return pulumi.get(self, "retry_after_seconds")
|
|
2408
2407
|
|
|
2409
2408
|
@retry_after_seconds.setter
|
|
2410
|
-
def retry_after_seconds(self, value: Optional[pulumi.Input[
|
|
2409
|
+
def retry_after_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2411
2410
|
pulumi.set(self, "retry_after_seconds", value)
|
|
2412
2411
|
|
|
2413
|
-
@property
|
|
2412
|
+
@_builtins.property
|
|
2414
2413
|
@pulumi.getter
|
|
2415
|
-
def uid(self) -> Optional[pulumi.Input[
|
|
2414
|
+
def uid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2416
2415
|
"""
|
|
2417
2416
|
UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids
|
|
2418
2417
|
"""
|
|
2419
2418
|
return pulumi.get(self, "uid")
|
|
2420
2419
|
|
|
2421
2420
|
@uid.setter
|
|
2422
|
-
def uid(self, value: Optional[pulumi.Input[
|
|
2421
|
+
def uid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2423
2422
|
pulumi.set(self, "uid", value)
|
|
2424
2423
|
|
|
2425
2424
|
|