pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743721244__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743721244.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -100,11 +101,11 @@ if not MYPY:
|
|
|
100
101
|
"""
|
|
101
102
|
ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
|
|
102
103
|
"""
|
|
103
|
-
revision: pulumi.Input[int]
|
|
104
|
+
revision: pulumi.Input[builtins.int]
|
|
104
105
|
"""
|
|
105
106
|
Revision indicates the revision of the state represented by Data.
|
|
106
107
|
"""
|
|
107
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
108
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
108
109
|
"""
|
|
109
110
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
110
111
|
"""
|
|
@@ -112,7 +113,7 @@ if not MYPY:
|
|
|
112
113
|
"""
|
|
113
114
|
Data is the serialized representation of the state.
|
|
114
115
|
"""
|
|
115
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
116
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
116
117
|
"""
|
|
117
118
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
118
119
|
"""
|
|
@@ -126,17 +127,17 @@ elif False:
|
|
|
126
127
|
@pulumi.input_type
|
|
127
128
|
class ControllerRevisionArgs:
|
|
128
129
|
def __init__(__self__, *,
|
|
129
|
-
revision: pulumi.Input[int],
|
|
130
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
130
|
+
revision: pulumi.Input[builtins.int],
|
|
131
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
131
132
|
data: Optional[Any] = None,
|
|
132
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
133
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
133
134
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
134
135
|
"""
|
|
135
136
|
ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
|
|
136
|
-
:param pulumi.Input[int] revision: Revision indicates the revision of the state represented by Data.
|
|
137
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
137
|
+
:param pulumi.Input[builtins.int] revision: Revision indicates the revision of the state represented by Data.
|
|
138
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
138
139
|
:param Any data: Data is the serialized representation of the state.
|
|
139
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
140
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
140
141
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
141
142
|
"""
|
|
142
143
|
pulumi.set(__self__, "revision", revision)
|
|
@@ -151,26 +152,26 @@ class ControllerRevisionArgs:
|
|
|
151
152
|
|
|
152
153
|
@property
|
|
153
154
|
@pulumi.getter
|
|
154
|
-
def revision(self) -> pulumi.Input[int]:
|
|
155
|
+
def revision(self) -> pulumi.Input[builtins.int]:
|
|
155
156
|
"""
|
|
156
157
|
Revision indicates the revision of the state represented by Data.
|
|
157
158
|
"""
|
|
158
159
|
return pulumi.get(self, "revision")
|
|
159
160
|
|
|
160
161
|
@revision.setter
|
|
161
|
-
def revision(self, value: pulumi.Input[int]):
|
|
162
|
+
def revision(self, value: pulumi.Input[builtins.int]):
|
|
162
163
|
pulumi.set(self, "revision", value)
|
|
163
164
|
|
|
164
165
|
@property
|
|
165
166
|
@pulumi.getter(name="apiVersion")
|
|
166
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
167
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
167
168
|
"""
|
|
168
169
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
169
170
|
"""
|
|
170
171
|
return pulumi.get(self, "api_version")
|
|
171
172
|
|
|
172
173
|
@api_version.setter
|
|
173
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
174
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
174
175
|
pulumi.set(self, "api_version", value)
|
|
175
176
|
|
|
176
177
|
@property
|
|
@@ -187,14 +188,14 @@ class ControllerRevisionArgs:
|
|
|
187
188
|
|
|
188
189
|
@property
|
|
189
190
|
@pulumi.getter
|
|
190
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
191
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
191
192
|
"""
|
|
192
193
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
193
194
|
"""
|
|
194
195
|
return pulumi.get(self, "kind")
|
|
195
196
|
|
|
196
197
|
@kind.setter
|
|
197
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
198
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
198
199
|
pulumi.set(self, "kind", value)
|
|
199
200
|
|
|
200
201
|
@property
|
|
@@ -215,23 +216,23 @@ if not MYPY:
|
|
|
215
216
|
"""
|
|
216
217
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
217
218
|
"""
|
|
218
|
-
status: pulumi.Input[str]
|
|
219
|
+
status: pulumi.Input[builtins.str]
|
|
219
220
|
"""
|
|
220
221
|
Status of the condition, one of True, False, Unknown.
|
|
221
222
|
"""
|
|
222
|
-
type: pulumi.Input[str]
|
|
223
|
+
type: pulumi.Input[builtins.str]
|
|
223
224
|
"""
|
|
224
225
|
Type of DaemonSet condition.
|
|
225
226
|
"""
|
|
226
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
227
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
227
228
|
"""
|
|
228
229
|
Last time the condition transitioned from one status to another.
|
|
229
230
|
"""
|
|
230
|
-
message: NotRequired[pulumi.Input[str]]
|
|
231
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
231
232
|
"""
|
|
232
233
|
A human readable message indicating details about the transition.
|
|
233
234
|
"""
|
|
234
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
235
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
235
236
|
"""
|
|
236
237
|
The reason for the condition's last transition.
|
|
237
238
|
"""
|
|
@@ -241,18 +242,18 @@ elif False:
|
|
|
241
242
|
@pulumi.input_type
|
|
242
243
|
class DaemonSetConditionArgs:
|
|
243
244
|
def __init__(__self__, *,
|
|
244
|
-
status: pulumi.Input[str],
|
|
245
|
-
type: pulumi.Input[str],
|
|
246
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
247
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
248
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
245
|
+
status: pulumi.Input[builtins.str],
|
|
246
|
+
type: pulumi.Input[builtins.str],
|
|
247
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
248
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
249
|
+
reason: Optional[pulumi.Input[builtins.str]] = None):
|
|
249
250
|
"""
|
|
250
251
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
251
|
-
:param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
|
|
252
|
-
:param pulumi.Input[str] type: Type of DaemonSet condition.
|
|
253
|
-
:param pulumi.Input[str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
254
|
-
:param pulumi.Input[str] message: A human readable message indicating details about the transition.
|
|
255
|
-
:param pulumi.Input[str] reason: The reason for the condition's last transition.
|
|
252
|
+
:param pulumi.Input[builtins.str] status: Status of the condition, one of True, False, Unknown.
|
|
253
|
+
:param pulumi.Input[builtins.str] type: Type of DaemonSet condition.
|
|
254
|
+
:param pulumi.Input[builtins.str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
255
|
+
:param pulumi.Input[builtins.str] message: A human readable message indicating details about the transition.
|
|
256
|
+
:param pulumi.Input[builtins.str] reason: The reason for the condition's last transition.
|
|
256
257
|
"""
|
|
257
258
|
pulumi.set(__self__, "status", status)
|
|
258
259
|
pulumi.set(__self__, "type", type)
|
|
@@ -265,62 +266,62 @@ class DaemonSetConditionArgs:
|
|
|
265
266
|
|
|
266
267
|
@property
|
|
267
268
|
@pulumi.getter
|
|
268
|
-
def status(self) -> pulumi.Input[str]:
|
|
269
|
+
def status(self) -> pulumi.Input[builtins.str]:
|
|
269
270
|
"""
|
|
270
271
|
Status of the condition, one of True, False, Unknown.
|
|
271
272
|
"""
|
|
272
273
|
return pulumi.get(self, "status")
|
|
273
274
|
|
|
274
275
|
@status.setter
|
|
275
|
-
def status(self, value: pulumi.Input[str]):
|
|
276
|
+
def status(self, value: pulumi.Input[builtins.str]):
|
|
276
277
|
pulumi.set(self, "status", value)
|
|
277
278
|
|
|
278
279
|
@property
|
|
279
280
|
@pulumi.getter
|
|
280
|
-
def type(self) -> pulumi.Input[str]:
|
|
281
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
281
282
|
"""
|
|
282
283
|
Type of DaemonSet condition.
|
|
283
284
|
"""
|
|
284
285
|
return pulumi.get(self, "type")
|
|
285
286
|
|
|
286
287
|
@type.setter
|
|
287
|
-
def type(self, value: pulumi.Input[str]):
|
|
288
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
288
289
|
pulumi.set(self, "type", value)
|
|
289
290
|
|
|
290
291
|
@property
|
|
291
292
|
@pulumi.getter(name="lastTransitionTime")
|
|
292
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
293
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
293
294
|
"""
|
|
294
295
|
Last time the condition transitioned from one status to another.
|
|
295
296
|
"""
|
|
296
297
|
return pulumi.get(self, "last_transition_time")
|
|
297
298
|
|
|
298
299
|
@last_transition_time.setter
|
|
299
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
300
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
300
301
|
pulumi.set(self, "last_transition_time", value)
|
|
301
302
|
|
|
302
303
|
@property
|
|
303
304
|
@pulumi.getter
|
|
304
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
305
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
305
306
|
"""
|
|
306
307
|
A human readable message indicating details about the transition.
|
|
307
308
|
"""
|
|
308
309
|
return pulumi.get(self, "message")
|
|
309
310
|
|
|
310
311
|
@message.setter
|
|
311
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
312
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
312
313
|
pulumi.set(self, "message", value)
|
|
313
314
|
|
|
314
315
|
@property
|
|
315
316
|
@pulumi.getter
|
|
316
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
317
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
317
318
|
"""
|
|
318
319
|
The reason for the condition's last transition.
|
|
319
320
|
"""
|
|
320
321
|
return pulumi.get(self, "reason")
|
|
321
322
|
|
|
322
323
|
@reason.setter
|
|
323
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
324
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
324
325
|
pulumi.set(self, "reason", value)
|
|
325
326
|
|
|
326
327
|
|
|
@@ -329,11 +330,11 @@ if not MYPY:
|
|
|
329
330
|
"""
|
|
330
331
|
DaemonSetSpec is the specification of a daemon set.
|
|
331
332
|
"""
|
|
332
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
333
|
+
min_ready_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
333
334
|
"""
|
|
334
335
|
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
335
336
|
"""
|
|
336
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
337
|
+
revision_history_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
337
338
|
"""
|
|
338
339
|
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
339
340
|
"""
|
|
@@ -355,15 +356,15 @@ elif False:
|
|
|
355
356
|
@pulumi.input_type
|
|
356
357
|
class DaemonSetSpecPatchArgs:
|
|
357
358
|
def __init__(__self__, *,
|
|
358
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
359
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
359
|
+
min_ready_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
360
|
+
revision_history_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
360
361
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
361
362
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None,
|
|
362
363
|
update_strategy: Optional[pulumi.Input['DaemonSetUpdateStrategyPatchArgs']] = None):
|
|
363
364
|
"""
|
|
364
365
|
DaemonSetSpec is the specification of a daemon set.
|
|
365
|
-
:param pulumi.Input[int] min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
366
|
-
:param pulumi.Input[int] revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
366
|
+
:param pulumi.Input[builtins.int] min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
367
|
+
:param pulumi.Input[builtins.int] revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
367
368
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
368
369
|
:param pulumi.Input['_core.v1.PodTemplateSpecPatchArgs'] template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). The only allowed template.spec.restartPolicy value is "Always". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
369
370
|
:param pulumi.Input['DaemonSetUpdateStrategyPatchArgs'] update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
@@ -381,26 +382,26 @@ class DaemonSetSpecPatchArgs:
|
|
|
381
382
|
|
|
382
383
|
@property
|
|
383
384
|
@pulumi.getter(name="minReadySeconds")
|
|
384
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
385
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
385
386
|
"""
|
|
386
387
|
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
387
388
|
"""
|
|
388
389
|
return pulumi.get(self, "min_ready_seconds")
|
|
389
390
|
|
|
390
391
|
@min_ready_seconds.setter
|
|
391
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
392
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
392
393
|
pulumi.set(self, "min_ready_seconds", value)
|
|
393
394
|
|
|
394
395
|
@property
|
|
395
396
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
396
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
397
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
397
398
|
"""
|
|
398
399
|
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
399
400
|
"""
|
|
400
401
|
return pulumi.get(self, "revision_history_limit")
|
|
401
402
|
|
|
402
403
|
@revision_history_limit.setter
|
|
403
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
404
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
404
405
|
pulumi.set(self, "revision_history_limit", value)
|
|
405
406
|
|
|
406
407
|
@property
|
|
@@ -453,11 +454,11 @@ if not MYPY:
|
|
|
453
454
|
"""
|
|
454
455
|
An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). The only allowed template.spec.restartPolicy value is "Always". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
455
456
|
"""
|
|
456
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
457
|
+
min_ready_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
457
458
|
"""
|
|
458
459
|
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
459
460
|
"""
|
|
460
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
461
|
+
revision_history_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
461
462
|
"""
|
|
462
463
|
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
463
464
|
"""
|
|
@@ -473,15 +474,15 @@ class DaemonSetSpecArgs:
|
|
|
473
474
|
def __init__(__self__, *,
|
|
474
475
|
selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
475
476
|
template: pulumi.Input['_core.v1.PodTemplateSpecArgs'],
|
|
476
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
477
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
477
|
+
min_ready_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
478
|
+
revision_history_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
478
479
|
update_strategy: Optional[pulumi.Input['DaemonSetUpdateStrategyArgs']] = None):
|
|
479
480
|
"""
|
|
480
481
|
DaemonSetSpec is the specification of a daemon set.
|
|
481
482
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
482
483
|
:param pulumi.Input['_core.v1.PodTemplateSpecArgs'] template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). The only allowed template.spec.restartPolicy value is "Always". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
483
|
-
:param pulumi.Input[int] min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
484
|
-
:param pulumi.Input[int] revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
484
|
+
:param pulumi.Input[builtins.int] min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
485
|
+
:param pulumi.Input[builtins.int] revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
485
486
|
:param pulumi.Input['DaemonSetUpdateStrategyArgs'] update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
486
487
|
"""
|
|
487
488
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -519,26 +520,26 @@ class DaemonSetSpecArgs:
|
|
|
519
520
|
|
|
520
521
|
@property
|
|
521
522
|
@pulumi.getter(name="minReadySeconds")
|
|
522
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
523
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
523
524
|
"""
|
|
524
525
|
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
525
526
|
"""
|
|
526
527
|
return pulumi.get(self, "min_ready_seconds")
|
|
527
528
|
|
|
528
529
|
@min_ready_seconds.setter
|
|
529
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
530
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
530
531
|
pulumi.set(self, "min_ready_seconds", value)
|
|
531
532
|
|
|
532
533
|
@property
|
|
533
534
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
534
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
535
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
535
536
|
"""
|
|
536
537
|
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
537
538
|
"""
|
|
538
539
|
return pulumi.get(self, "revision_history_limit")
|
|
539
540
|
|
|
540
541
|
@revision_history_limit.setter
|
|
541
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
542
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
542
543
|
pulumi.set(self, "revision_history_limit", value)
|
|
543
544
|
|
|
544
545
|
@property
|
|
@@ -559,23 +560,23 @@ if not MYPY:
|
|
|
559
560
|
"""
|
|
560
561
|
DaemonSetStatus represents the current status of a daemon set.
|
|
561
562
|
"""
|
|
562
|
-
current_number_scheduled: pulumi.Input[int]
|
|
563
|
+
current_number_scheduled: pulumi.Input[builtins.int]
|
|
563
564
|
"""
|
|
564
565
|
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
565
566
|
"""
|
|
566
|
-
desired_number_scheduled: pulumi.Input[int]
|
|
567
|
+
desired_number_scheduled: pulumi.Input[builtins.int]
|
|
567
568
|
"""
|
|
568
569
|
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
569
570
|
"""
|
|
570
|
-
number_misscheduled: pulumi.Input[int]
|
|
571
|
+
number_misscheduled: pulumi.Input[builtins.int]
|
|
571
572
|
"""
|
|
572
573
|
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
573
574
|
"""
|
|
574
|
-
number_ready: pulumi.Input[int]
|
|
575
|
+
number_ready: pulumi.Input[builtins.int]
|
|
575
576
|
"""
|
|
576
577
|
numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
577
578
|
"""
|
|
578
|
-
collision_count: NotRequired[pulumi.Input[int]]
|
|
579
|
+
collision_count: NotRequired[pulumi.Input[builtins.int]]
|
|
579
580
|
"""
|
|
580
581
|
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
581
582
|
"""
|
|
@@ -583,19 +584,19 @@ if not MYPY:
|
|
|
583
584
|
"""
|
|
584
585
|
Represents the latest available observations of a DaemonSet's current state.
|
|
585
586
|
"""
|
|
586
|
-
number_available: NotRequired[pulumi.Input[int]]
|
|
587
|
+
number_available: NotRequired[pulumi.Input[builtins.int]]
|
|
587
588
|
"""
|
|
588
589
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
589
590
|
"""
|
|
590
|
-
number_unavailable: NotRequired[pulumi.Input[int]]
|
|
591
|
+
number_unavailable: NotRequired[pulumi.Input[builtins.int]]
|
|
591
592
|
"""
|
|
592
593
|
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
593
594
|
"""
|
|
594
|
-
observed_generation: NotRequired[pulumi.Input[int]]
|
|
595
|
+
observed_generation: NotRequired[pulumi.Input[builtins.int]]
|
|
595
596
|
"""
|
|
596
597
|
The most recent generation observed by the daemon set controller.
|
|
597
598
|
"""
|
|
598
|
-
updated_number_scheduled: NotRequired[pulumi.Input[int]]
|
|
599
|
+
updated_number_scheduled: NotRequired[pulumi.Input[builtins.int]]
|
|
599
600
|
"""
|
|
600
601
|
The total number of nodes that are running updated daemon pod
|
|
601
602
|
"""
|
|
@@ -605,28 +606,28 @@ elif False:
|
|
|
605
606
|
@pulumi.input_type
|
|
606
607
|
class DaemonSetStatusArgs:
|
|
607
608
|
def __init__(__self__, *,
|
|
608
|
-
current_number_scheduled: pulumi.Input[int],
|
|
609
|
-
desired_number_scheduled: pulumi.Input[int],
|
|
610
|
-
number_misscheduled: pulumi.Input[int],
|
|
611
|
-
number_ready: pulumi.Input[int],
|
|
612
|
-
collision_count: Optional[pulumi.Input[int]] = None,
|
|
609
|
+
current_number_scheduled: pulumi.Input[builtins.int],
|
|
610
|
+
desired_number_scheduled: pulumi.Input[builtins.int],
|
|
611
|
+
number_misscheduled: pulumi.Input[builtins.int],
|
|
612
|
+
number_ready: pulumi.Input[builtins.int],
|
|
613
|
+
collision_count: Optional[pulumi.Input[builtins.int]] = None,
|
|
613
614
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['DaemonSetConditionArgs']]]] = None,
|
|
614
|
-
number_available: Optional[pulumi.Input[int]] = None,
|
|
615
|
-
number_unavailable: Optional[pulumi.Input[int]] = None,
|
|
616
|
-
observed_generation: Optional[pulumi.Input[int]] = None,
|
|
617
|
-
updated_number_scheduled: Optional[pulumi.Input[int]] = None):
|
|
615
|
+
number_available: Optional[pulumi.Input[builtins.int]] = None,
|
|
616
|
+
number_unavailable: Optional[pulumi.Input[builtins.int]] = None,
|
|
617
|
+
observed_generation: Optional[pulumi.Input[builtins.int]] = None,
|
|
618
|
+
updated_number_scheduled: Optional[pulumi.Input[builtins.int]] = None):
|
|
618
619
|
"""
|
|
619
620
|
DaemonSetStatus represents the current status of a daemon set.
|
|
620
|
-
:param pulumi.Input[int] current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
621
|
-
:param pulumi.Input[int] desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
622
|
-
:param pulumi.Input[int] number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
623
|
-
:param pulumi.Input[int] number_ready: numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
624
|
-
:param pulumi.Input[int] collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
621
|
+
:param pulumi.Input[builtins.int] current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
622
|
+
:param pulumi.Input[builtins.int] desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
623
|
+
:param pulumi.Input[builtins.int] number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
624
|
+
:param pulumi.Input[builtins.int] number_ready: numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
625
|
+
:param pulumi.Input[builtins.int] collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
625
626
|
:param pulumi.Input[Sequence[pulumi.Input['DaemonSetConditionArgs']]] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
626
|
-
:param pulumi.Input[int] number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
627
|
-
:param pulumi.Input[int] number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
628
|
-
:param pulumi.Input[int] observed_generation: The most recent generation observed by the daemon set controller.
|
|
629
|
-
:param pulumi.Input[int] updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
627
|
+
:param pulumi.Input[builtins.int] number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
628
|
+
:param pulumi.Input[builtins.int] number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
629
|
+
:param pulumi.Input[builtins.int] observed_generation: The most recent generation observed by the daemon set controller.
|
|
630
|
+
:param pulumi.Input[builtins.int] updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
630
631
|
"""
|
|
631
632
|
pulumi.set(__self__, "current_number_scheduled", current_number_scheduled)
|
|
632
633
|
pulumi.set(__self__, "desired_number_scheduled", desired_number_scheduled)
|
|
@@ -647,62 +648,62 @@ class DaemonSetStatusArgs:
|
|
|
647
648
|
|
|
648
649
|
@property
|
|
649
650
|
@pulumi.getter(name="currentNumberScheduled")
|
|
650
|
-
def current_number_scheduled(self) -> pulumi.Input[int]:
|
|
651
|
+
def current_number_scheduled(self) -> pulumi.Input[builtins.int]:
|
|
651
652
|
"""
|
|
652
653
|
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
653
654
|
"""
|
|
654
655
|
return pulumi.get(self, "current_number_scheduled")
|
|
655
656
|
|
|
656
657
|
@current_number_scheduled.setter
|
|
657
|
-
def current_number_scheduled(self, value: pulumi.Input[int]):
|
|
658
|
+
def current_number_scheduled(self, value: pulumi.Input[builtins.int]):
|
|
658
659
|
pulumi.set(self, "current_number_scheduled", value)
|
|
659
660
|
|
|
660
661
|
@property
|
|
661
662
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
662
|
-
def desired_number_scheduled(self) -> pulumi.Input[int]:
|
|
663
|
+
def desired_number_scheduled(self) -> pulumi.Input[builtins.int]:
|
|
663
664
|
"""
|
|
664
665
|
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
665
666
|
"""
|
|
666
667
|
return pulumi.get(self, "desired_number_scheduled")
|
|
667
668
|
|
|
668
669
|
@desired_number_scheduled.setter
|
|
669
|
-
def desired_number_scheduled(self, value: pulumi.Input[int]):
|
|
670
|
+
def desired_number_scheduled(self, value: pulumi.Input[builtins.int]):
|
|
670
671
|
pulumi.set(self, "desired_number_scheduled", value)
|
|
671
672
|
|
|
672
673
|
@property
|
|
673
674
|
@pulumi.getter(name="numberMisscheduled")
|
|
674
|
-
def number_misscheduled(self) -> pulumi.Input[int]:
|
|
675
|
+
def number_misscheduled(self) -> pulumi.Input[builtins.int]:
|
|
675
676
|
"""
|
|
676
677
|
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
677
678
|
"""
|
|
678
679
|
return pulumi.get(self, "number_misscheduled")
|
|
679
680
|
|
|
680
681
|
@number_misscheduled.setter
|
|
681
|
-
def number_misscheduled(self, value: pulumi.Input[int]):
|
|
682
|
+
def number_misscheduled(self, value: pulumi.Input[builtins.int]):
|
|
682
683
|
pulumi.set(self, "number_misscheduled", value)
|
|
683
684
|
|
|
684
685
|
@property
|
|
685
686
|
@pulumi.getter(name="numberReady")
|
|
686
|
-
def number_ready(self) -> pulumi.Input[int]:
|
|
687
|
+
def number_ready(self) -> pulumi.Input[builtins.int]:
|
|
687
688
|
"""
|
|
688
689
|
numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
|
|
689
690
|
"""
|
|
690
691
|
return pulumi.get(self, "number_ready")
|
|
691
692
|
|
|
692
693
|
@number_ready.setter
|
|
693
|
-
def number_ready(self, value: pulumi.Input[int]):
|
|
694
|
+
def number_ready(self, value: pulumi.Input[builtins.int]):
|
|
694
695
|
pulumi.set(self, "number_ready", value)
|
|
695
696
|
|
|
696
697
|
@property
|
|
697
698
|
@pulumi.getter(name="collisionCount")
|
|
698
|
-
def collision_count(self) -> Optional[pulumi.Input[int]]:
|
|
699
|
+
def collision_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
699
700
|
"""
|
|
700
701
|
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
701
702
|
"""
|
|
702
703
|
return pulumi.get(self, "collision_count")
|
|
703
704
|
|
|
704
705
|
@collision_count.setter
|
|
705
|
-
def collision_count(self, value: Optional[pulumi.Input[int]]):
|
|
706
|
+
def collision_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
706
707
|
pulumi.set(self, "collision_count", value)
|
|
707
708
|
|
|
708
709
|
@property
|
|
@@ -719,50 +720,50 @@ class DaemonSetStatusArgs:
|
|
|
719
720
|
|
|
720
721
|
@property
|
|
721
722
|
@pulumi.getter(name="numberAvailable")
|
|
722
|
-
def number_available(self) -> Optional[pulumi.Input[int]]:
|
|
723
|
+
def number_available(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
723
724
|
"""
|
|
724
725
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
725
726
|
"""
|
|
726
727
|
return pulumi.get(self, "number_available")
|
|
727
728
|
|
|
728
729
|
@number_available.setter
|
|
729
|
-
def number_available(self, value: Optional[pulumi.Input[int]]):
|
|
730
|
+
def number_available(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
730
731
|
pulumi.set(self, "number_available", value)
|
|
731
732
|
|
|
732
733
|
@property
|
|
733
734
|
@pulumi.getter(name="numberUnavailable")
|
|
734
|
-
def number_unavailable(self) -> Optional[pulumi.Input[int]]:
|
|
735
|
+
def number_unavailable(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
735
736
|
"""
|
|
736
737
|
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
737
738
|
"""
|
|
738
739
|
return pulumi.get(self, "number_unavailable")
|
|
739
740
|
|
|
740
741
|
@number_unavailable.setter
|
|
741
|
-
def number_unavailable(self, value: Optional[pulumi.Input[int]]):
|
|
742
|
+
def number_unavailable(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
742
743
|
pulumi.set(self, "number_unavailable", value)
|
|
743
744
|
|
|
744
745
|
@property
|
|
745
746
|
@pulumi.getter(name="observedGeneration")
|
|
746
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
747
|
+
def observed_generation(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
747
748
|
"""
|
|
748
749
|
The most recent generation observed by the daemon set controller.
|
|
749
750
|
"""
|
|
750
751
|
return pulumi.get(self, "observed_generation")
|
|
751
752
|
|
|
752
753
|
@observed_generation.setter
|
|
753
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
754
|
+
def observed_generation(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
754
755
|
pulumi.set(self, "observed_generation", value)
|
|
755
756
|
|
|
756
757
|
@property
|
|
757
758
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
758
|
-
def updated_number_scheduled(self) -> Optional[pulumi.Input[int]]:
|
|
759
|
+
def updated_number_scheduled(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
759
760
|
"""
|
|
760
761
|
The total number of nodes that are running updated daemon pod
|
|
761
762
|
"""
|
|
762
763
|
return pulumi.get(self, "updated_number_scheduled")
|
|
763
764
|
|
|
764
765
|
@updated_number_scheduled.setter
|
|
765
|
-
def updated_number_scheduled(self, value: Optional[pulumi.Input[int]]):
|
|
766
|
+
def updated_number_scheduled(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
766
767
|
pulumi.set(self, "updated_number_scheduled", value)
|
|
767
768
|
|
|
768
769
|
|
|
@@ -775,7 +776,7 @@ if not MYPY:
|
|
|
775
776
|
"""
|
|
776
777
|
Rolling update config params. Present only if type = "RollingUpdate".
|
|
777
778
|
"""
|
|
778
|
-
type: NotRequired[pulumi.Input[str]]
|
|
779
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
779
780
|
"""
|
|
780
781
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
781
782
|
"""
|
|
@@ -786,11 +787,11 @@ elif False:
|
|
|
786
787
|
class DaemonSetUpdateStrategyPatchArgs:
|
|
787
788
|
def __init__(__self__, *,
|
|
788
789
|
rolling_update: Optional[pulumi.Input['RollingUpdateDaemonSetPatchArgs']] = None,
|
|
789
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
790
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
790
791
|
"""
|
|
791
792
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
792
793
|
:param pulumi.Input['RollingUpdateDaemonSetPatchArgs'] rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
793
|
-
:param pulumi.Input[str] type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
794
|
+
:param pulumi.Input[builtins.str] type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
794
795
|
"""
|
|
795
796
|
if rolling_update is not None:
|
|
796
797
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -811,14 +812,14 @@ class DaemonSetUpdateStrategyPatchArgs:
|
|
|
811
812
|
|
|
812
813
|
@property
|
|
813
814
|
@pulumi.getter
|
|
814
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
815
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
815
816
|
"""
|
|
816
817
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
817
818
|
"""
|
|
818
819
|
return pulumi.get(self, "type")
|
|
819
820
|
|
|
820
821
|
@type.setter
|
|
821
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
822
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
822
823
|
pulumi.set(self, "type", value)
|
|
823
824
|
|
|
824
825
|
|
|
@@ -831,7 +832,7 @@ if not MYPY:
|
|
|
831
832
|
"""
|
|
832
833
|
Rolling update config params. Present only if type = "RollingUpdate".
|
|
833
834
|
"""
|
|
834
|
-
type: NotRequired[pulumi.Input[str]]
|
|
835
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
835
836
|
"""
|
|
836
837
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
837
838
|
"""
|
|
@@ -842,11 +843,11 @@ elif False:
|
|
|
842
843
|
class DaemonSetUpdateStrategyArgs:
|
|
843
844
|
def __init__(__self__, *,
|
|
844
845
|
rolling_update: Optional[pulumi.Input['RollingUpdateDaemonSetArgs']] = None,
|
|
845
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
846
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
846
847
|
"""
|
|
847
848
|
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
|
848
849
|
:param pulumi.Input['RollingUpdateDaemonSetArgs'] rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
849
|
-
:param pulumi.Input[str] type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
850
|
+
:param pulumi.Input[builtins.str] type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
850
851
|
"""
|
|
851
852
|
if rolling_update is not None:
|
|
852
853
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -867,14 +868,14 @@ class DaemonSetUpdateStrategyArgs:
|
|
|
867
868
|
|
|
868
869
|
@property
|
|
869
870
|
@pulumi.getter
|
|
870
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
871
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
871
872
|
"""
|
|
872
873
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
|
|
873
874
|
"""
|
|
874
875
|
return pulumi.get(self, "type")
|
|
875
876
|
|
|
876
877
|
@type.setter
|
|
877
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
878
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
878
879
|
pulumi.set(self, "type", value)
|
|
879
880
|
|
|
880
881
|
|
|
@@ -883,11 +884,11 @@ if not MYPY:
|
|
|
883
884
|
"""
|
|
884
885
|
DaemonSet represents the configuration of a daemon set.
|
|
885
886
|
"""
|
|
886
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
887
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
887
888
|
"""
|
|
888
889
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
889
890
|
"""
|
|
890
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
891
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
891
892
|
"""
|
|
892
893
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
893
894
|
"""
|
|
@@ -909,15 +910,15 @@ elif False:
|
|
|
909
910
|
@pulumi.input_type
|
|
910
911
|
class DaemonSetArgs:
|
|
911
912
|
def __init__(__self__, *,
|
|
912
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
913
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
913
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
914
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
914
915
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
915
916
|
spec: Optional[pulumi.Input['DaemonSetSpecArgs']] = None,
|
|
916
917
|
status: Optional[pulumi.Input['DaemonSetStatusArgs']] = None):
|
|
917
918
|
"""
|
|
918
919
|
DaemonSet represents the configuration of a daemon set.
|
|
919
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
920
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
920
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
921
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
921
922
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
922
923
|
:param pulumi.Input['DaemonSetSpecArgs'] spec: The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
923
924
|
:param pulumi.Input['DaemonSetStatusArgs'] status: The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -935,26 +936,26 @@ class DaemonSetArgs:
|
|
|
935
936
|
|
|
936
937
|
@property
|
|
937
938
|
@pulumi.getter(name="apiVersion")
|
|
938
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
939
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
939
940
|
"""
|
|
940
941
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
941
942
|
"""
|
|
942
943
|
return pulumi.get(self, "api_version")
|
|
943
944
|
|
|
944
945
|
@api_version.setter
|
|
945
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
946
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
946
947
|
pulumi.set(self, "api_version", value)
|
|
947
948
|
|
|
948
949
|
@property
|
|
949
950
|
@pulumi.getter
|
|
950
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
951
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
951
952
|
"""
|
|
952
953
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
953
954
|
"""
|
|
954
955
|
return pulumi.get(self, "kind")
|
|
955
956
|
|
|
956
957
|
@kind.setter
|
|
957
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
958
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
958
959
|
pulumi.set(self, "kind", value)
|
|
959
960
|
|
|
960
961
|
@property
|
|
@@ -999,27 +1000,27 @@ if not MYPY:
|
|
|
999
1000
|
"""
|
|
1000
1001
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1001
1002
|
"""
|
|
1002
|
-
status: pulumi.Input[str]
|
|
1003
|
+
status: pulumi.Input[builtins.str]
|
|
1003
1004
|
"""
|
|
1004
1005
|
Status of the condition, one of True, False, Unknown.
|
|
1005
1006
|
"""
|
|
1006
|
-
type: pulumi.Input[str]
|
|
1007
|
+
type: pulumi.Input[builtins.str]
|
|
1007
1008
|
"""
|
|
1008
1009
|
Type of deployment condition.
|
|
1009
1010
|
"""
|
|
1010
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
1011
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
1011
1012
|
"""
|
|
1012
1013
|
Last time the condition transitioned from one status to another.
|
|
1013
1014
|
"""
|
|
1014
|
-
last_update_time: NotRequired[pulumi.Input[str]]
|
|
1015
|
+
last_update_time: NotRequired[pulumi.Input[builtins.str]]
|
|
1015
1016
|
"""
|
|
1016
1017
|
The last time this condition was updated.
|
|
1017
1018
|
"""
|
|
1018
|
-
message: NotRequired[pulumi.Input[str]]
|
|
1019
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
1019
1020
|
"""
|
|
1020
1021
|
A human readable message indicating details about the transition.
|
|
1021
1022
|
"""
|
|
1022
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
1023
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
1023
1024
|
"""
|
|
1024
1025
|
The reason for the condition's last transition.
|
|
1025
1026
|
"""
|
|
@@ -1029,20 +1030,20 @@ elif False:
|
|
|
1029
1030
|
@pulumi.input_type
|
|
1030
1031
|
class DeploymentConditionArgs:
|
|
1031
1032
|
def __init__(__self__, *,
|
|
1032
|
-
status: pulumi.Input[str],
|
|
1033
|
-
type: pulumi.Input[str],
|
|
1034
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
1035
|
-
last_update_time: Optional[pulumi.Input[str]] = None,
|
|
1036
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
1037
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
1033
|
+
status: pulumi.Input[builtins.str],
|
|
1034
|
+
type: pulumi.Input[builtins.str],
|
|
1035
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
1036
|
+
last_update_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
1037
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
1038
|
+
reason: Optional[pulumi.Input[builtins.str]] = None):
|
|
1038
1039
|
"""
|
|
1039
1040
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1040
|
-
:param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
|
|
1041
|
-
:param pulumi.Input[str] type: Type of deployment condition.
|
|
1042
|
-
:param pulumi.Input[str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
1043
|
-
:param pulumi.Input[str] last_update_time: The last time this condition was updated.
|
|
1044
|
-
:param pulumi.Input[str] message: A human readable message indicating details about the transition.
|
|
1045
|
-
:param pulumi.Input[str] reason: The reason for the condition's last transition.
|
|
1041
|
+
:param pulumi.Input[builtins.str] status: Status of the condition, one of True, False, Unknown.
|
|
1042
|
+
:param pulumi.Input[builtins.str] type: Type of deployment condition.
|
|
1043
|
+
:param pulumi.Input[builtins.str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
1044
|
+
:param pulumi.Input[builtins.str] last_update_time: The last time this condition was updated.
|
|
1045
|
+
:param pulumi.Input[builtins.str] message: A human readable message indicating details about the transition.
|
|
1046
|
+
:param pulumi.Input[builtins.str] reason: The reason for the condition's last transition.
|
|
1046
1047
|
"""
|
|
1047
1048
|
pulumi.set(__self__, "status", status)
|
|
1048
1049
|
pulumi.set(__self__, "type", type)
|
|
@@ -1057,74 +1058,74 @@ class DeploymentConditionArgs:
|
|
|
1057
1058
|
|
|
1058
1059
|
@property
|
|
1059
1060
|
@pulumi.getter
|
|
1060
|
-
def status(self) -> pulumi.Input[str]:
|
|
1061
|
+
def status(self) -> pulumi.Input[builtins.str]:
|
|
1061
1062
|
"""
|
|
1062
1063
|
Status of the condition, one of True, False, Unknown.
|
|
1063
1064
|
"""
|
|
1064
1065
|
return pulumi.get(self, "status")
|
|
1065
1066
|
|
|
1066
1067
|
@status.setter
|
|
1067
|
-
def status(self, value: pulumi.Input[str]):
|
|
1068
|
+
def status(self, value: pulumi.Input[builtins.str]):
|
|
1068
1069
|
pulumi.set(self, "status", value)
|
|
1069
1070
|
|
|
1070
1071
|
@property
|
|
1071
1072
|
@pulumi.getter
|
|
1072
|
-
def type(self) -> pulumi.Input[str]:
|
|
1073
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
1073
1074
|
"""
|
|
1074
1075
|
Type of deployment condition.
|
|
1075
1076
|
"""
|
|
1076
1077
|
return pulumi.get(self, "type")
|
|
1077
1078
|
|
|
1078
1079
|
@type.setter
|
|
1079
|
-
def type(self, value: pulumi.Input[str]):
|
|
1080
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
1080
1081
|
pulumi.set(self, "type", value)
|
|
1081
1082
|
|
|
1082
1083
|
@property
|
|
1083
1084
|
@pulumi.getter(name="lastTransitionTime")
|
|
1084
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
1085
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1085
1086
|
"""
|
|
1086
1087
|
Last time the condition transitioned from one status to another.
|
|
1087
1088
|
"""
|
|
1088
1089
|
return pulumi.get(self, "last_transition_time")
|
|
1089
1090
|
|
|
1090
1091
|
@last_transition_time.setter
|
|
1091
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
1092
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1092
1093
|
pulumi.set(self, "last_transition_time", value)
|
|
1093
1094
|
|
|
1094
1095
|
@property
|
|
1095
1096
|
@pulumi.getter(name="lastUpdateTime")
|
|
1096
|
-
def last_update_time(self) -> Optional[pulumi.Input[str]]:
|
|
1097
|
+
def last_update_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1097
1098
|
"""
|
|
1098
1099
|
The last time this condition was updated.
|
|
1099
1100
|
"""
|
|
1100
1101
|
return pulumi.get(self, "last_update_time")
|
|
1101
1102
|
|
|
1102
1103
|
@last_update_time.setter
|
|
1103
|
-
def last_update_time(self, value: Optional[pulumi.Input[str]]):
|
|
1104
|
+
def last_update_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1104
1105
|
pulumi.set(self, "last_update_time", value)
|
|
1105
1106
|
|
|
1106
1107
|
@property
|
|
1107
1108
|
@pulumi.getter
|
|
1108
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
1109
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1109
1110
|
"""
|
|
1110
1111
|
A human readable message indicating details about the transition.
|
|
1111
1112
|
"""
|
|
1112
1113
|
return pulumi.get(self, "message")
|
|
1113
1114
|
|
|
1114
1115
|
@message.setter
|
|
1115
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
1116
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1116
1117
|
pulumi.set(self, "message", value)
|
|
1117
1118
|
|
|
1118
1119
|
@property
|
|
1119
1120
|
@pulumi.getter
|
|
1120
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
1121
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1121
1122
|
"""
|
|
1122
1123
|
The reason for the condition's last transition.
|
|
1123
1124
|
"""
|
|
1124
1125
|
return pulumi.get(self, "reason")
|
|
1125
1126
|
|
|
1126
1127
|
@reason.setter
|
|
1127
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
1128
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1128
1129
|
pulumi.set(self, "reason", value)
|
|
1129
1130
|
|
|
1130
1131
|
|
|
@@ -1133,23 +1134,23 @@ if not MYPY:
|
|
|
1133
1134
|
"""
|
|
1134
1135
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1135
1136
|
"""
|
|
1136
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
1137
|
+
min_ready_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
1137
1138
|
"""
|
|
1138
1139
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1139
1140
|
"""
|
|
1140
|
-
paused: NotRequired[pulumi.Input[bool]]
|
|
1141
|
+
paused: NotRequired[pulumi.Input[builtins.bool]]
|
|
1141
1142
|
"""
|
|
1142
1143
|
Indicates that the deployment is paused.
|
|
1143
1144
|
"""
|
|
1144
|
-
progress_deadline_seconds: NotRequired[pulumi.Input[int]]
|
|
1145
|
+
progress_deadline_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
1145
1146
|
"""
|
|
1146
1147
|
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1147
1148
|
"""
|
|
1148
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
1149
|
+
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1149
1150
|
"""
|
|
1150
1151
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1151
1152
|
"""
|
|
1152
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
1153
|
+
revision_history_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
1153
1154
|
"""
|
|
1154
1155
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1155
1156
|
"""
|
|
@@ -1171,21 +1172,21 @@ elif False:
|
|
|
1171
1172
|
@pulumi.input_type
|
|
1172
1173
|
class DeploymentSpecPatchArgs:
|
|
1173
1174
|
def __init__(__self__, *,
|
|
1174
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
1175
|
-
paused: Optional[pulumi.Input[bool]] = None,
|
|
1176
|
-
progress_deadline_seconds: Optional[pulumi.Input[int]] = None,
|
|
1177
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
1178
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
1175
|
+
min_ready_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
1176
|
+
paused: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1177
|
+
progress_deadline_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
1178
|
+
replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
1179
|
+
revision_history_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
1179
1180
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
1180
1181
|
strategy: Optional[pulumi.Input['DeploymentStrategyPatchArgs']] = None,
|
|
1181
1182
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None):
|
|
1182
1183
|
"""
|
|
1183
1184
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1184
|
-
:param pulumi.Input[int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1185
|
-
:param pulumi.Input[bool] paused: Indicates that the deployment is paused.
|
|
1186
|
-
:param pulumi.Input[int] progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1187
|
-
:param pulumi.Input[int] replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1188
|
-
:param pulumi.Input[int] revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1185
|
+
:param pulumi.Input[builtins.int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1186
|
+
:param pulumi.Input[builtins.bool] paused: Indicates that the deployment is paused.
|
|
1187
|
+
:param pulumi.Input[builtins.int] progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1188
|
+
:param pulumi.Input[builtins.int] replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1189
|
+
:param pulumi.Input[builtins.int] revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1189
1190
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
|
|
1190
1191
|
:param pulumi.Input['DeploymentStrategyPatchArgs'] strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1191
1192
|
:param pulumi.Input['_core.v1.PodTemplateSpecPatchArgs'] template: Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is "Always".
|
|
@@ -1209,62 +1210,62 @@ class DeploymentSpecPatchArgs:
|
|
|
1209
1210
|
|
|
1210
1211
|
@property
|
|
1211
1212
|
@pulumi.getter(name="minReadySeconds")
|
|
1212
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1213
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1213
1214
|
"""
|
|
1214
1215
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1215
1216
|
"""
|
|
1216
1217
|
return pulumi.get(self, "min_ready_seconds")
|
|
1217
1218
|
|
|
1218
1219
|
@min_ready_seconds.setter
|
|
1219
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
1220
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1220
1221
|
pulumi.set(self, "min_ready_seconds", value)
|
|
1221
1222
|
|
|
1222
1223
|
@property
|
|
1223
1224
|
@pulumi.getter
|
|
1224
|
-
def paused(self) -> Optional[pulumi.Input[bool]]:
|
|
1225
|
+
def paused(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1225
1226
|
"""
|
|
1226
1227
|
Indicates that the deployment is paused.
|
|
1227
1228
|
"""
|
|
1228
1229
|
return pulumi.get(self, "paused")
|
|
1229
1230
|
|
|
1230
1231
|
@paused.setter
|
|
1231
|
-
def paused(self, value: Optional[pulumi.Input[bool]]):
|
|
1232
|
+
def paused(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1232
1233
|
pulumi.set(self, "paused", value)
|
|
1233
1234
|
|
|
1234
1235
|
@property
|
|
1235
1236
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1236
|
-
def progress_deadline_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1237
|
+
def progress_deadline_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1237
1238
|
"""
|
|
1238
1239
|
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1239
1240
|
"""
|
|
1240
1241
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
1241
1242
|
|
|
1242
1243
|
@progress_deadline_seconds.setter
|
|
1243
|
-
def progress_deadline_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
1244
|
+
def progress_deadline_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1244
1245
|
pulumi.set(self, "progress_deadline_seconds", value)
|
|
1245
1246
|
|
|
1246
1247
|
@property
|
|
1247
1248
|
@pulumi.getter
|
|
1248
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1249
|
+
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1249
1250
|
"""
|
|
1250
1251
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1251
1252
|
"""
|
|
1252
1253
|
return pulumi.get(self, "replicas")
|
|
1253
1254
|
|
|
1254
1255
|
@replicas.setter
|
|
1255
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1256
|
+
def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1256
1257
|
pulumi.set(self, "replicas", value)
|
|
1257
1258
|
|
|
1258
1259
|
@property
|
|
1259
1260
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1260
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
1261
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1261
1262
|
"""
|
|
1262
1263
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1263
1264
|
"""
|
|
1264
1265
|
return pulumi.get(self, "revision_history_limit")
|
|
1265
1266
|
|
|
1266
1267
|
@revision_history_limit.setter
|
|
1267
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
1268
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1268
1269
|
pulumi.set(self, "revision_history_limit", value)
|
|
1269
1270
|
|
|
1270
1271
|
@property
|
|
@@ -1317,23 +1318,23 @@ if not MYPY:
|
|
|
1317
1318
|
"""
|
|
1318
1319
|
Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is "Always".
|
|
1319
1320
|
"""
|
|
1320
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
1321
|
+
min_ready_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
1321
1322
|
"""
|
|
1322
1323
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1323
1324
|
"""
|
|
1324
|
-
paused: NotRequired[pulumi.Input[bool]]
|
|
1325
|
+
paused: NotRequired[pulumi.Input[builtins.bool]]
|
|
1325
1326
|
"""
|
|
1326
1327
|
Indicates that the deployment is paused.
|
|
1327
1328
|
"""
|
|
1328
|
-
progress_deadline_seconds: NotRequired[pulumi.Input[int]]
|
|
1329
|
+
progress_deadline_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
1329
1330
|
"""
|
|
1330
1331
|
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1331
1332
|
"""
|
|
1332
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
1333
|
+
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1333
1334
|
"""
|
|
1334
1335
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1335
1336
|
"""
|
|
1336
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
1337
|
+
revision_history_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
1337
1338
|
"""
|
|
1338
1339
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1339
1340
|
"""
|
|
@@ -1349,21 +1350,21 @@ class DeploymentSpecArgs:
|
|
|
1349
1350
|
def __init__(__self__, *,
|
|
1350
1351
|
selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
1351
1352
|
template: pulumi.Input['_core.v1.PodTemplateSpecArgs'],
|
|
1352
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
1353
|
-
paused: Optional[pulumi.Input[bool]] = None,
|
|
1354
|
-
progress_deadline_seconds: Optional[pulumi.Input[int]] = None,
|
|
1355
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
1356
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
1353
|
+
min_ready_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
1354
|
+
paused: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1355
|
+
progress_deadline_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
1356
|
+
replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
1357
|
+
revision_history_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
1357
1358
|
strategy: Optional[pulumi.Input['DeploymentStrategyArgs']] = None):
|
|
1358
1359
|
"""
|
|
1359
1360
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1360
1361
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
|
|
1361
1362
|
:param pulumi.Input['_core.v1.PodTemplateSpecArgs'] template: Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is "Always".
|
|
1362
|
-
:param pulumi.Input[int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1363
|
-
:param pulumi.Input[bool] paused: Indicates that the deployment is paused.
|
|
1364
|
-
:param pulumi.Input[int] progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1365
|
-
:param pulumi.Input[int] replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1366
|
-
:param pulumi.Input[int] revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1363
|
+
:param pulumi.Input[builtins.int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1364
|
+
:param pulumi.Input[builtins.bool] paused: Indicates that the deployment is paused.
|
|
1365
|
+
:param pulumi.Input[builtins.int] progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1366
|
+
:param pulumi.Input[builtins.int] replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1367
|
+
:param pulumi.Input[builtins.int] revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1367
1368
|
:param pulumi.Input['DeploymentStrategyArgs'] strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
1368
1369
|
"""
|
|
1369
1370
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -1407,62 +1408,62 @@ class DeploymentSpecArgs:
|
|
|
1407
1408
|
|
|
1408
1409
|
@property
|
|
1409
1410
|
@pulumi.getter(name="minReadySeconds")
|
|
1410
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1411
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1411
1412
|
"""
|
|
1412
1413
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1413
1414
|
"""
|
|
1414
1415
|
return pulumi.get(self, "min_ready_seconds")
|
|
1415
1416
|
|
|
1416
1417
|
@min_ready_seconds.setter
|
|
1417
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
1418
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1418
1419
|
pulumi.set(self, "min_ready_seconds", value)
|
|
1419
1420
|
|
|
1420
1421
|
@property
|
|
1421
1422
|
@pulumi.getter
|
|
1422
|
-
def paused(self) -> Optional[pulumi.Input[bool]]:
|
|
1423
|
+
def paused(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1423
1424
|
"""
|
|
1424
1425
|
Indicates that the deployment is paused.
|
|
1425
1426
|
"""
|
|
1426
1427
|
return pulumi.get(self, "paused")
|
|
1427
1428
|
|
|
1428
1429
|
@paused.setter
|
|
1429
|
-
def paused(self, value: Optional[pulumi.Input[bool]]):
|
|
1430
|
+
def paused(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1430
1431
|
pulumi.set(self, "paused", value)
|
|
1431
1432
|
|
|
1432
1433
|
@property
|
|
1433
1434
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1434
|
-
def progress_deadline_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1435
|
+
def progress_deadline_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1435
1436
|
"""
|
|
1436
1437
|
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
1437
1438
|
"""
|
|
1438
1439
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
1439
1440
|
|
|
1440
1441
|
@progress_deadline_seconds.setter
|
|
1441
|
-
def progress_deadline_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
1442
|
+
def progress_deadline_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1442
1443
|
pulumi.set(self, "progress_deadline_seconds", value)
|
|
1443
1444
|
|
|
1444
1445
|
@property
|
|
1445
1446
|
@pulumi.getter
|
|
1446
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1447
|
+
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1447
1448
|
"""
|
|
1448
1449
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1449
1450
|
"""
|
|
1450
1451
|
return pulumi.get(self, "replicas")
|
|
1451
1452
|
|
|
1452
1453
|
@replicas.setter
|
|
1453
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1454
|
+
def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1454
1455
|
pulumi.set(self, "replicas", value)
|
|
1455
1456
|
|
|
1456
1457
|
@property
|
|
1457
1458
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1458
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
1459
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1459
1460
|
"""
|
|
1460
1461
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
1461
1462
|
"""
|
|
1462
1463
|
return pulumi.get(self, "revision_history_limit")
|
|
1463
1464
|
|
|
1464
1465
|
@revision_history_limit.setter
|
|
1465
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
1466
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1466
1467
|
pulumi.set(self, "revision_history_limit", value)
|
|
1467
1468
|
|
|
1468
1469
|
@property
|
|
@@ -1483,11 +1484,11 @@ if not MYPY:
|
|
|
1483
1484
|
"""
|
|
1484
1485
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1485
1486
|
"""
|
|
1486
|
-
available_replicas: NotRequired[pulumi.Input[int]]
|
|
1487
|
+
available_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1487
1488
|
"""
|
|
1488
1489
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1489
1490
|
"""
|
|
1490
|
-
collision_count: NotRequired[pulumi.Input[int]]
|
|
1491
|
+
collision_count: NotRequired[pulumi.Input[builtins.int]]
|
|
1491
1492
|
"""
|
|
1492
1493
|
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1493
1494
|
"""
|
|
@@ -1495,23 +1496,23 @@ if not MYPY:
|
|
|
1495
1496
|
"""
|
|
1496
1497
|
Represents the latest available observations of a deployment's current state.
|
|
1497
1498
|
"""
|
|
1498
|
-
observed_generation: NotRequired[pulumi.Input[int]]
|
|
1499
|
+
observed_generation: NotRequired[pulumi.Input[builtins.int]]
|
|
1499
1500
|
"""
|
|
1500
1501
|
The generation observed by the deployment controller.
|
|
1501
1502
|
"""
|
|
1502
|
-
ready_replicas: NotRequired[pulumi.Input[int]]
|
|
1503
|
+
ready_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1503
1504
|
"""
|
|
1504
1505
|
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
|
1505
1506
|
"""
|
|
1506
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
1507
|
+
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1507
1508
|
"""
|
|
1508
1509
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1509
1510
|
"""
|
|
1510
|
-
unavailable_replicas: NotRequired[pulumi.Input[int]]
|
|
1511
|
+
unavailable_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1511
1512
|
"""
|
|
1512
1513
|
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1513
1514
|
"""
|
|
1514
|
-
updated_replicas: NotRequired[pulumi.Input[int]]
|
|
1515
|
+
updated_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1515
1516
|
"""
|
|
1516
1517
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1517
1518
|
"""
|
|
@@ -1521,24 +1522,24 @@ elif False:
|
|
|
1521
1522
|
@pulumi.input_type
|
|
1522
1523
|
class DeploymentStatusArgs:
|
|
1523
1524
|
def __init__(__self__, *,
|
|
1524
|
-
available_replicas: Optional[pulumi.Input[int]] = None,
|
|
1525
|
-
collision_count: Optional[pulumi.Input[int]] = None,
|
|
1525
|
+
available_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
1526
|
+
collision_count: Optional[pulumi.Input[builtins.int]] = None,
|
|
1526
1527
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]]] = None,
|
|
1527
|
-
observed_generation: Optional[pulumi.Input[int]] = None,
|
|
1528
|
-
ready_replicas: Optional[pulumi.Input[int]] = None,
|
|
1529
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
1530
|
-
unavailable_replicas: Optional[pulumi.Input[int]] = None,
|
|
1531
|
-
updated_replicas: Optional[pulumi.Input[int]] = None):
|
|
1528
|
+
observed_generation: Optional[pulumi.Input[builtins.int]] = None,
|
|
1529
|
+
ready_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
1530
|
+
replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
1531
|
+
unavailable_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
1532
|
+
updated_replicas: Optional[pulumi.Input[builtins.int]] = None):
|
|
1532
1533
|
"""
|
|
1533
1534
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1534
|
-
:param pulumi.Input[int] available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1535
|
-
:param pulumi.Input[int] collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1535
|
+
:param pulumi.Input[builtins.int] available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1536
|
+
:param pulumi.Input[builtins.int] collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1536
1537
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgs']]] conditions: Represents the latest available observations of a deployment's current state.
|
|
1537
|
-
:param pulumi.Input[int] observed_generation: The generation observed by the deployment controller.
|
|
1538
|
-
:param pulumi.Input[int] ready_replicas: readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
|
1539
|
-
:param pulumi.Input[int] replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1540
|
-
:param pulumi.Input[int] unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1541
|
-
:param pulumi.Input[int] updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1538
|
+
:param pulumi.Input[builtins.int] observed_generation: The generation observed by the deployment controller.
|
|
1539
|
+
:param pulumi.Input[builtins.int] ready_replicas: readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
|
1540
|
+
:param pulumi.Input[builtins.int] replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1541
|
+
:param pulumi.Input[builtins.int] unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1542
|
+
:param pulumi.Input[builtins.int] updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1542
1543
|
"""
|
|
1543
1544
|
if available_replicas is not None:
|
|
1544
1545
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1559,26 +1560,26 @@ class DeploymentStatusArgs:
|
|
|
1559
1560
|
|
|
1560
1561
|
@property
|
|
1561
1562
|
@pulumi.getter(name="availableReplicas")
|
|
1562
|
-
def available_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1563
|
+
def available_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1563
1564
|
"""
|
|
1564
1565
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1565
1566
|
"""
|
|
1566
1567
|
return pulumi.get(self, "available_replicas")
|
|
1567
1568
|
|
|
1568
1569
|
@available_replicas.setter
|
|
1569
|
-
def available_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1570
|
+
def available_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1570
1571
|
pulumi.set(self, "available_replicas", value)
|
|
1571
1572
|
|
|
1572
1573
|
@property
|
|
1573
1574
|
@pulumi.getter(name="collisionCount")
|
|
1574
|
-
def collision_count(self) -> Optional[pulumi.Input[int]]:
|
|
1575
|
+
def collision_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1575
1576
|
"""
|
|
1576
1577
|
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1577
1578
|
"""
|
|
1578
1579
|
return pulumi.get(self, "collision_count")
|
|
1579
1580
|
|
|
1580
1581
|
@collision_count.setter
|
|
1581
|
-
def collision_count(self, value: Optional[pulumi.Input[int]]):
|
|
1582
|
+
def collision_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1582
1583
|
pulumi.set(self, "collision_count", value)
|
|
1583
1584
|
|
|
1584
1585
|
@property
|
|
@@ -1595,62 +1596,62 @@ class DeploymentStatusArgs:
|
|
|
1595
1596
|
|
|
1596
1597
|
@property
|
|
1597
1598
|
@pulumi.getter(name="observedGeneration")
|
|
1598
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
1599
|
+
def observed_generation(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1599
1600
|
"""
|
|
1600
1601
|
The generation observed by the deployment controller.
|
|
1601
1602
|
"""
|
|
1602
1603
|
return pulumi.get(self, "observed_generation")
|
|
1603
1604
|
|
|
1604
1605
|
@observed_generation.setter
|
|
1605
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
1606
|
+
def observed_generation(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1606
1607
|
pulumi.set(self, "observed_generation", value)
|
|
1607
1608
|
|
|
1608
1609
|
@property
|
|
1609
1610
|
@pulumi.getter(name="readyReplicas")
|
|
1610
|
-
def ready_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1611
|
+
def ready_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1611
1612
|
"""
|
|
1612
1613
|
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
|
1613
1614
|
"""
|
|
1614
1615
|
return pulumi.get(self, "ready_replicas")
|
|
1615
1616
|
|
|
1616
1617
|
@ready_replicas.setter
|
|
1617
|
-
def ready_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1618
|
+
def ready_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1618
1619
|
pulumi.set(self, "ready_replicas", value)
|
|
1619
1620
|
|
|
1620
1621
|
@property
|
|
1621
1622
|
@pulumi.getter
|
|
1622
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1623
|
+
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1623
1624
|
"""
|
|
1624
1625
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1625
1626
|
"""
|
|
1626
1627
|
return pulumi.get(self, "replicas")
|
|
1627
1628
|
|
|
1628
1629
|
@replicas.setter
|
|
1629
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1630
|
+
def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1630
1631
|
pulumi.set(self, "replicas", value)
|
|
1631
1632
|
|
|
1632
1633
|
@property
|
|
1633
1634
|
@pulumi.getter(name="unavailableReplicas")
|
|
1634
|
-
def unavailable_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1635
|
+
def unavailable_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1635
1636
|
"""
|
|
1636
1637
|
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1637
1638
|
"""
|
|
1638
1639
|
return pulumi.get(self, "unavailable_replicas")
|
|
1639
1640
|
|
|
1640
1641
|
@unavailable_replicas.setter
|
|
1641
|
-
def unavailable_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1642
|
+
def unavailable_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1642
1643
|
pulumi.set(self, "unavailable_replicas", value)
|
|
1643
1644
|
|
|
1644
1645
|
@property
|
|
1645
1646
|
@pulumi.getter(name="updatedReplicas")
|
|
1646
|
-
def updated_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1647
|
+
def updated_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1647
1648
|
"""
|
|
1648
1649
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1649
1650
|
"""
|
|
1650
1651
|
return pulumi.get(self, "updated_replicas")
|
|
1651
1652
|
|
|
1652
1653
|
@updated_replicas.setter
|
|
1653
|
-
def updated_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1654
|
+
def updated_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1654
1655
|
pulumi.set(self, "updated_replicas", value)
|
|
1655
1656
|
|
|
1656
1657
|
|
|
@@ -1663,7 +1664,7 @@ if not MYPY:
|
|
|
1663
1664
|
"""
|
|
1664
1665
|
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1665
1666
|
"""
|
|
1666
|
-
type: NotRequired[pulumi.Input[str]]
|
|
1667
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
1667
1668
|
"""
|
|
1668
1669
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1669
1670
|
"""
|
|
@@ -1674,11 +1675,11 @@ elif False:
|
|
|
1674
1675
|
class DeploymentStrategyPatchArgs:
|
|
1675
1676
|
def __init__(__self__, *,
|
|
1676
1677
|
rolling_update: Optional[pulumi.Input['RollingUpdateDeploymentPatchArgs']] = None,
|
|
1677
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
1678
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
1678
1679
|
"""
|
|
1679
1680
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1680
1681
|
:param pulumi.Input['RollingUpdateDeploymentPatchArgs'] rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1681
|
-
:param pulumi.Input[str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1682
|
+
:param pulumi.Input[builtins.str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1682
1683
|
"""
|
|
1683
1684
|
if rolling_update is not None:
|
|
1684
1685
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1699,14 +1700,14 @@ class DeploymentStrategyPatchArgs:
|
|
|
1699
1700
|
|
|
1700
1701
|
@property
|
|
1701
1702
|
@pulumi.getter
|
|
1702
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1703
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1703
1704
|
"""
|
|
1704
1705
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1705
1706
|
"""
|
|
1706
1707
|
return pulumi.get(self, "type")
|
|
1707
1708
|
|
|
1708
1709
|
@type.setter
|
|
1709
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1710
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1710
1711
|
pulumi.set(self, "type", value)
|
|
1711
1712
|
|
|
1712
1713
|
|
|
@@ -1719,7 +1720,7 @@ if not MYPY:
|
|
|
1719
1720
|
"""
|
|
1720
1721
|
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1721
1722
|
"""
|
|
1722
|
-
type: NotRequired[pulumi.Input[str]]
|
|
1723
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
1723
1724
|
"""
|
|
1724
1725
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1725
1726
|
"""
|
|
@@ -1730,11 +1731,11 @@ elif False:
|
|
|
1730
1731
|
class DeploymentStrategyArgs:
|
|
1731
1732
|
def __init__(__self__, *,
|
|
1732
1733
|
rolling_update: Optional[pulumi.Input['RollingUpdateDeploymentArgs']] = None,
|
|
1733
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
1734
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
1734
1735
|
"""
|
|
1735
1736
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
1736
1737
|
:param pulumi.Input['RollingUpdateDeploymentArgs'] rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
1737
|
-
:param pulumi.Input[str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1738
|
+
:param pulumi.Input[builtins.str] type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1738
1739
|
"""
|
|
1739
1740
|
if rolling_update is not None:
|
|
1740
1741
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1755,14 +1756,14 @@ class DeploymentStrategyArgs:
|
|
|
1755
1756
|
|
|
1756
1757
|
@property
|
|
1757
1758
|
@pulumi.getter
|
|
1758
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1759
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1759
1760
|
"""
|
|
1760
1761
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
1761
1762
|
"""
|
|
1762
1763
|
return pulumi.get(self, "type")
|
|
1763
1764
|
|
|
1764
1765
|
@type.setter
|
|
1765
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1766
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1766
1767
|
pulumi.set(self, "type", value)
|
|
1767
1768
|
|
|
1768
1769
|
|
|
@@ -1793,11 +1794,11 @@ if not MYPY:
|
|
|
1793
1794
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1794
1795
|
by setting the 'customTimeouts' option on the resource.
|
|
1795
1796
|
"""
|
|
1796
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1797
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1797
1798
|
"""
|
|
1798
1799
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1799
1800
|
"""
|
|
1800
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1801
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1801
1802
|
"""
|
|
1802
1803
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1803
1804
|
"""
|
|
@@ -1819,8 +1820,8 @@ elif False:
|
|
|
1819
1820
|
@pulumi.input_type
|
|
1820
1821
|
class DeploymentArgs:
|
|
1821
1822
|
def __init__(__self__, *,
|
|
1822
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1823
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1823
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1824
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1824
1825
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1825
1826
|
spec: Optional[pulumi.Input['DeploymentSpecArgs']] = None,
|
|
1826
1827
|
status: Optional[pulumi.Input['DeploymentStatusArgs']] = None):
|
|
@@ -1848,8 +1849,8 @@ class DeploymentArgs:
|
|
|
1848
1849
|
If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
1849
1850
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1850
1851
|
by setting the 'customTimeouts' option on the resource.
|
|
1851
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1852
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1852
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1853
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1853
1854
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1854
1855
|
:param pulumi.Input['DeploymentSpecArgs'] spec: Specification of the desired behavior of the Deployment.
|
|
1855
1856
|
:param pulumi.Input['DeploymentStatusArgs'] status: Most recently observed status of the Deployment.
|
|
@@ -1867,26 +1868,26 @@ class DeploymentArgs:
|
|
|
1867
1868
|
|
|
1868
1869
|
@property
|
|
1869
1870
|
@pulumi.getter(name="apiVersion")
|
|
1870
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1871
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1871
1872
|
"""
|
|
1872
1873
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1873
1874
|
"""
|
|
1874
1875
|
return pulumi.get(self, "api_version")
|
|
1875
1876
|
|
|
1876
1877
|
@api_version.setter
|
|
1877
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1878
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1878
1879
|
pulumi.set(self, "api_version", value)
|
|
1879
1880
|
|
|
1880
1881
|
@property
|
|
1881
1882
|
@pulumi.getter
|
|
1882
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1883
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1883
1884
|
"""
|
|
1884
1885
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1885
1886
|
"""
|
|
1886
1887
|
return pulumi.get(self, "kind")
|
|
1887
1888
|
|
|
1888
1889
|
@kind.setter
|
|
1889
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1890
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1890
1891
|
pulumi.set(self, "kind", value)
|
|
1891
1892
|
|
|
1892
1893
|
@property
|
|
@@ -1931,23 +1932,23 @@ if not MYPY:
|
|
|
1931
1932
|
"""
|
|
1932
1933
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
1933
1934
|
"""
|
|
1934
|
-
status: pulumi.Input[str]
|
|
1935
|
+
status: pulumi.Input[builtins.str]
|
|
1935
1936
|
"""
|
|
1936
1937
|
Status of the condition, one of True, False, Unknown.
|
|
1937
1938
|
"""
|
|
1938
|
-
type: pulumi.Input[str]
|
|
1939
|
+
type: pulumi.Input[builtins.str]
|
|
1939
1940
|
"""
|
|
1940
1941
|
Type of replica set condition.
|
|
1941
1942
|
"""
|
|
1942
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
1943
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
1943
1944
|
"""
|
|
1944
1945
|
The last time the condition transitioned from one status to another.
|
|
1945
1946
|
"""
|
|
1946
|
-
message: NotRequired[pulumi.Input[str]]
|
|
1947
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
1947
1948
|
"""
|
|
1948
1949
|
A human readable message indicating details about the transition.
|
|
1949
1950
|
"""
|
|
1950
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
1951
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
1951
1952
|
"""
|
|
1952
1953
|
The reason for the condition's last transition.
|
|
1953
1954
|
"""
|
|
@@ -1957,18 +1958,18 @@ elif False:
|
|
|
1957
1958
|
@pulumi.input_type
|
|
1958
1959
|
class ReplicaSetConditionArgs:
|
|
1959
1960
|
def __init__(__self__, *,
|
|
1960
|
-
status: pulumi.Input[str],
|
|
1961
|
-
type: pulumi.Input[str],
|
|
1962
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
1963
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
1964
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
1961
|
+
status: pulumi.Input[builtins.str],
|
|
1962
|
+
type: pulumi.Input[builtins.str],
|
|
1963
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
1964
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
1965
|
+
reason: Optional[pulumi.Input[builtins.str]] = None):
|
|
1965
1966
|
"""
|
|
1966
1967
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
1967
|
-
:param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
|
|
1968
|
-
:param pulumi.Input[str] type: Type of replica set condition.
|
|
1969
|
-
:param pulumi.Input[str] last_transition_time: The last time the condition transitioned from one status to another.
|
|
1970
|
-
:param pulumi.Input[str] message: A human readable message indicating details about the transition.
|
|
1971
|
-
:param pulumi.Input[str] reason: The reason for the condition's last transition.
|
|
1968
|
+
:param pulumi.Input[builtins.str] status: Status of the condition, one of True, False, Unknown.
|
|
1969
|
+
:param pulumi.Input[builtins.str] type: Type of replica set condition.
|
|
1970
|
+
:param pulumi.Input[builtins.str] last_transition_time: The last time the condition transitioned from one status to another.
|
|
1971
|
+
:param pulumi.Input[builtins.str] message: A human readable message indicating details about the transition.
|
|
1972
|
+
:param pulumi.Input[builtins.str] reason: The reason for the condition's last transition.
|
|
1972
1973
|
"""
|
|
1973
1974
|
pulumi.set(__self__, "status", status)
|
|
1974
1975
|
pulumi.set(__self__, "type", type)
|
|
@@ -1981,62 +1982,62 @@ class ReplicaSetConditionArgs:
|
|
|
1981
1982
|
|
|
1982
1983
|
@property
|
|
1983
1984
|
@pulumi.getter
|
|
1984
|
-
def status(self) -> pulumi.Input[str]:
|
|
1985
|
+
def status(self) -> pulumi.Input[builtins.str]:
|
|
1985
1986
|
"""
|
|
1986
1987
|
Status of the condition, one of True, False, Unknown.
|
|
1987
1988
|
"""
|
|
1988
1989
|
return pulumi.get(self, "status")
|
|
1989
1990
|
|
|
1990
1991
|
@status.setter
|
|
1991
|
-
def status(self, value: pulumi.Input[str]):
|
|
1992
|
+
def status(self, value: pulumi.Input[builtins.str]):
|
|
1992
1993
|
pulumi.set(self, "status", value)
|
|
1993
1994
|
|
|
1994
1995
|
@property
|
|
1995
1996
|
@pulumi.getter
|
|
1996
|
-
def type(self) -> pulumi.Input[str]:
|
|
1997
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
1997
1998
|
"""
|
|
1998
1999
|
Type of replica set condition.
|
|
1999
2000
|
"""
|
|
2000
2001
|
return pulumi.get(self, "type")
|
|
2001
2002
|
|
|
2002
2003
|
@type.setter
|
|
2003
|
-
def type(self, value: pulumi.Input[str]):
|
|
2004
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
2004
2005
|
pulumi.set(self, "type", value)
|
|
2005
2006
|
|
|
2006
2007
|
@property
|
|
2007
2008
|
@pulumi.getter(name="lastTransitionTime")
|
|
2008
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
2009
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2009
2010
|
"""
|
|
2010
2011
|
The last time the condition transitioned from one status to another.
|
|
2011
2012
|
"""
|
|
2012
2013
|
return pulumi.get(self, "last_transition_time")
|
|
2013
2014
|
|
|
2014
2015
|
@last_transition_time.setter
|
|
2015
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
2016
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2016
2017
|
pulumi.set(self, "last_transition_time", value)
|
|
2017
2018
|
|
|
2018
2019
|
@property
|
|
2019
2020
|
@pulumi.getter
|
|
2020
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
2021
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2021
2022
|
"""
|
|
2022
2023
|
A human readable message indicating details about the transition.
|
|
2023
2024
|
"""
|
|
2024
2025
|
return pulumi.get(self, "message")
|
|
2025
2026
|
|
|
2026
2027
|
@message.setter
|
|
2027
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
2028
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2028
2029
|
pulumi.set(self, "message", value)
|
|
2029
2030
|
|
|
2030
2031
|
@property
|
|
2031
2032
|
@pulumi.getter
|
|
2032
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
2033
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2033
2034
|
"""
|
|
2034
2035
|
The reason for the condition's last transition.
|
|
2035
2036
|
"""
|
|
2036
2037
|
return pulumi.get(self, "reason")
|
|
2037
2038
|
|
|
2038
2039
|
@reason.setter
|
|
2039
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
2040
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2040
2041
|
pulumi.set(self, "reason", value)
|
|
2041
2042
|
|
|
2042
2043
|
|
|
@@ -2045,11 +2046,11 @@ if not MYPY:
|
|
|
2045
2046
|
"""
|
|
2046
2047
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2047
2048
|
"""
|
|
2048
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
2049
|
+
min_ready_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
2049
2050
|
"""
|
|
2050
2051
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2051
2052
|
"""
|
|
2052
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
2053
|
+
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
2053
2054
|
"""
|
|
2054
2055
|
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2055
2056
|
"""
|
|
@@ -2067,14 +2068,14 @@ elif False:
|
|
|
2067
2068
|
@pulumi.input_type
|
|
2068
2069
|
class ReplicaSetSpecPatchArgs:
|
|
2069
2070
|
def __init__(__self__, *,
|
|
2070
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
2071
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
2071
|
+
min_ready_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
2072
|
+
replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
2072
2073
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
2073
2074
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None):
|
|
2074
2075
|
"""
|
|
2075
2076
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2076
|
-
:param pulumi.Input[int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2077
|
-
:param pulumi.Input[int] replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2077
|
+
:param pulumi.Input[builtins.int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2078
|
+
:param pulumi.Input[builtins.int] replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2078
2079
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
2079
2080
|
:param pulumi.Input['_core.v1.PodTemplateSpecPatchArgs'] template: Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
2080
2081
|
"""
|
|
@@ -2089,26 +2090,26 @@ class ReplicaSetSpecPatchArgs:
|
|
|
2089
2090
|
|
|
2090
2091
|
@property
|
|
2091
2092
|
@pulumi.getter(name="minReadySeconds")
|
|
2092
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
2093
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2093
2094
|
"""
|
|
2094
2095
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2095
2096
|
"""
|
|
2096
2097
|
return pulumi.get(self, "min_ready_seconds")
|
|
2097
2098
|
|
|
2098
2099
|
@min_ready_seconds.setter
|
|
2099
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
2100
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2100
2101
|
pulumi.set(self, "min_ready_seconds", value)
|
|
2101
2102
|
|
|
2102
2103
|
@property
|
|
2103
2104
|
@pulumi.getter
|
|
2104
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
2105
|
+
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2105
2106
|
"""
|
|
2106
2107
|
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2107
2108
|
"""
|
|
2108
2109
|
return pulumi.get(self, "replicas")
|
|
2109
2110
|
|
|
2110
2111
|
@replicas.setter
|
|
2111
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
2112
|
+
def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2112
2113
|
pulumi.set(self, "replicas", value)
|
|
2113
2114
|
|
|
2114
2115
|
@property
|
|
@@ -2145,11 +2146,11 @@ if not MYPY:
|
|
|
2145
2146
|
"""
|
|
2146
2147
|
Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
2147
2148
|
"""
|
|
2148
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
2149
|
+
min_ready_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
2149
2150
|
"""
|
|
2150
2151
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2151
2152
|
"""
|
|
2152
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
2153
|
+
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
2153
2154
|
"""
|
|
2154
2155
|
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2155
2156
|
"""
|
|
@@ -2164,14 +2165,14 @@ elif False:
|
|
|
2164
2165
|
class ReplicaSetSpecArgs:
|
|
2165
2166
|
def __init__(__self__, *,
|
|
2166
2167
|
selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
2167
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
2168
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
2168
|
+
min_ready_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
2169
|
+
replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
2169
2170
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecArgs']] = None):
|
|
2170
2171
|
"""
|
|
2171
2172
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
2172
2173
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
2173
|
-
:param pulumi.Input[int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2174
|
-
:param pulumi.Input[int] replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2174
|
+
:param pulumi.Input[builtins.int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2175
|
+
:param pulumi.Input[builtins.int] replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2175
2176
|
:param pulumi.Input['_core.v1.PodTemplateSpecArgs'] template: Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
2176
2177
|
"""
|
|
2177
2178
|
pulumi.set(__self__, "selector", selector)
|
|
@@ -2196,26 +2197,26 @@ class ReplicaSetSpecArgs:
|
|
|
2196
2197
|
|
|
2197
2198
|
@property
|
|
2198
2199
|
@pulumi.getter(name="minReadySeconds")
|
|
2199
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
2200
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2200
2201
|
"""
|
|
2201
2202
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
2202
2203
|
"""
|
|
2203
2204
|
return pulumi.get(self, "min_ready_seconds")
|
|
2204
2205
|
|
|
2205
2206
|
@min_ready_seconds.setter
|
|
2206
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
2207
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2207
2208
|
pulumi.set(self, "min_ready_seconds", value)
|
|
2208
2209
|
|
|
2209
2210
|
@property
|
|
2210
2211
|
@pulumi.getter
|
|
2211
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
2212
|
+
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2212
2213
|
"""
|
|
2213
2214
|
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2214
2215
|
"""
|
|
2215
2216
|
return pulumi.get(self, "replicas")
|
|
2216
2217
|
|
|
2217
2218
|
@replicas.setter
|
|
2218
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
2219
|
+
def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2219
2220
|
pulumi.set(self, "replicas", value)
|
|
2220
2221
|
|
|
2221
2222
|
@property
|
|
@@ -2236,11 +2237,11 @@ if not MYPY:
|
|
|
2236
2237
|
"""
|
|
2237
2238
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2238
2239
|
"""
|
|
2239
|
-
replicas: pulumi.Input[int]
|
|
2240
|
+
replicas: pulumi.Input[builtins.int]
|
|
2240
2241
|
"""
|
|
2241
2242
|
Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2242
2243
|
"""
|
|
2243
|
-
available_replicas: NotRequired[pulumi.Input[int]]
|
|
2244
|
+
available_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
2244
2245
|
"""
|
|
2245
2246
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2246
2247
|
"""
|
|
@@ -2248,15 +2249,15 @@ if not MYPY:
|
|
|
2248
2249
|
"""
|
|
2249
2250
|
Represents the latest available observations of a replica set's current state.
|
|
2250
2251
|
"""
|
|
2251
|
-
fully_labeled_replicas: NotRequired[pulumi.Input[int]]
|
|
2252
|
+
fully_labeled_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
2252
2253
|
"""
|
|
2253
2254
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2254
2255
|
"""
|
|
2255
|
-
observed_generation: NotRequired[pulumi.Input[int]]
|
|
2256
|
+
observed_generation: NotRequired[pulumi.Input[builtins.int]]
|
|
2256
2257
|
"""
|
|
2257
2258
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2258
2259
|
"""
|
|
2259
|
-
ready_replicas: NotRequired[pulumi.Input[int]]
|
|
2260
|
+
ready_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
2260
2261
|
"""
|
|
2261
2262
|
readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.
|
|
2262
2263
|
"""
|
|
@@ -2266,20 +2267,20 @@ elif False:
|
|
|
2266
2267
|
@pulumi.input_type
|
|
2267
2268
|
class ReplicaSetStatusArgs:
|
|
2268
2269
|
def __init__(__self__, *,
|
|
2269
|
-
replicas: pulumi.Input[int],
|
|
2270
|
-
available_replicas: Optional[pulumi.Input[int]] = None,
|
|
2270
|
+
replicas: pulumi.Input[builtins.int],
|
|
2271
|
+
available_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
2271
2272
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['ReplicaSetConditionArgs']]]] = None,
|
|
2272
|
-
fully_labeled_replicas: Optional[pulumi.Input[int]] = None,
|
|
2273
|
-
observed_generation: Optional[pulumi.Input[int]] = None,
|
|
2274
|
-
ready_replicas: Optional[pulumi.Input[int]] = None):
|
|
2273
|
+
fully_labeled_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
2274
|
+
observed_generation: Optional[pulumi.Input[builtins.int]] = None,
|
|
2275
|
+
ready_replicas: Optional[pulumi.Input[builtins.int]] = None):
|
|
2275
2276
|
"""
|
|
2276
2277
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
2277
|
-
:param pulumi.Input[int] replicas: Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2278
|
-
:param pulumi.Input[int] available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2278
|
+
:param pulumi.Input[builtins.int] replicas: Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2279
|
+
:param pulumi.Input[builtins.int] available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2279
2280
|
:param pulumi.Input[Sequence[pulumi.Input['ReplicaSetConditionArgs']]] conditions: Represents the latest available observations of a replica set's current state.
|
|
2280
|
-
:param pulumi.Input[int] fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2281
|
-
:param pulumi.Input[int] observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2282
|
-
:param pulumi.Input[int] ready_replicas: readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.
|
|
2281
|
+
:param pulumi.Input[builtins.int] fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2282
|
+
:param pulumi.Input[builtins.int] observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2283
|
+
:param pulumi.Input[builtins.int] ready_replicas: readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.
|
|
2283
2284
|
"""
|
|
2284
2285
|
pulumi.set(__self__, "replicas", replicas)
|
|
2285
2286
|
if available_replicas is not None:
|
|
@@ -2295,26 +2296,26 @@ class ReplicaSetStatusArgs:
|
|
|
2295
2296
|
|
|
2296
2297
|
@property
|
|
2297
2298
|
@pulumi.getter
|
|
2298
|
-
def replicas(self) -> pulumi.Input[int]:
|
|
2299
|
+
def replicas(self) -> pulumi.Input[builtins.int]:
|
|
2299
2300
|
"""
|
|
2300
2301
|
Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
2301
2302
|
"""
|
|
2302
2303
|
return pulumi.get(self, "replicas")
|
|
2303
2304
|
|
|
2304
2305
|
@replicas.setter
|
|
2305
|
-
def replicas(self, value: pulumi.Input[int]):
|
|
2306
|
+
def replicas(self, value: pulumi.Input[builtins.int]):
|
|
2306
2307
|
pulumi.set(self, "replicas", value)
|
|
2307
2308
|
|
|
2308
2309
|
@property
|
|
2309
2310
|
@pulumi.getter(name="availableReplicas")
|
|
2310
|
-
def available_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
2311
|
+
def available_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2311
2312
|
"""
|
|
2312
2313
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
2313
2314
|
"""
|
|
2314
2315
|
return pulumi.get(self, "available_replicas")
|
|
2315
2316
|
|
|
2316
2317
|
@available_replicas.setter
|
|
2317
|
-
def available_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
2318
|
+
def available_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2318
2319
|
pulumi.set(self, "available_replicas", value)
|
|
2319
2320
|
|
|
2320
2321
|
@property
|
|
@@ -2331,38 +2332,38 @@ class ReplicaSetStatusArgs:
|
|
|
2331
2332
|
|
|
2332
2333
|
@property
|
|
2333
2334
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
2334
|
-
def fully_labeled_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
2335
|
+
def fully_labeled_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2335
2336
|
"""
|
|
2336
2337
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
2337
2338
|
"""
|
|
2338
2339
|
return pulumi.get(self, "fully_labeled_replicas")
|
|
2339
2340
|
|
|
2340
2341
|
@fully_labeled_replicas.setter
|
|
2341
|
-
def fully_labeled_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
2342
|
+
def fully_labeled_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2342
2343
|
pulumi.set(self, "fully_labeled_replicas", value)
|
|
2343
2344
|
|
|
2344
2345
|
@property
|
|
2345
2346
|
@pulumi.getter(name="observedGeneration")
|
|
2346
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
2347
|
+
def observed_generation(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2347
2348
|
"""
|
|
2348
2349
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
2349
2350
|
"""
|
|
2350
2351
|
return pulumi.get(self, "observed_generation")
|
|
2351
2352
|
|
|
2352
2353
|
@observed_generation.setter
|
|
2353
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
2354
|
+
def observed_generation(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2354
2355
|
pulumi.set(self, "observed_generation", value)
|
|
2355
2356
|
|
|
2356
2357
|
@property
|
|
2357
2358
|
@pulumi.getter(name="readyReplicas")
|
|
2358
|
-
def ready_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
2359
|
+
def ready_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2359
2360
|
"""
|
|
2360
2361
|
readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.
|
|
2361
2362
|
"""
|
|
2362
2363
|
return pulumi.get(self, "ready_replicas")
|
|
2363
2364
|
|
|
2364
2365
|
@ready_replicas.setter
|
|
2365
|
-
def ready_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
2366
|
+
def ready_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2366
2367
|
pulumi.set(self, "ready_replicas", value)
|
|
2367
2368
|
|
|
2368
2369
|
|
|
@@ -2371,11 +2372,11 @@ if not MYPY:
|
|
|
2371
2372
|
"""
|
|
2372
2373
|
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
|
2373
2374
|
"""
|
|
2374
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
2375
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
2375
2376
|
"""
|
|
2376
2377
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2377
2378
|
"""
|
|
2378
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
2379
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
2379
2380
|
"""
|
|
2380
2381
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2381
2382
|
"""
|
|
@@ -2397,15 +2398,15 @@ elif False:
|
|
|
2397
2398
|
@pulumi.input_type
|
|
2398
2399
|
class ReplicaSetArgs:
|
|
2399
2400
|
def __init__(__self__, *,
|
|
2400
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
2401
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2401
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
2402
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
2402
2403
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
2403
2404
|
spec: Optional[pulumi.Input['ReplicaSetSpecArgs']] = None,
|
|
2404
2405
|
status: Optional[pulumi.Input['ReplicaSetStatusArgs']] = None):
|
|
2405
2406
|
"""
|
|
2406
2407
|
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
|
2407
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2408
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2408
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2409
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2409
2410
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2410
2411
|
:param pulumi.Input['ReplicaSetSpecArgs'] spec: Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
2411
2412
|
:param pulumi.Input['ReplicaSetStatusArgs'] status: Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -2423,26 +2424,26 @@ class ReplicaSetArgs:
|
|
|
2423
2424
|
|
|
2424
2425
|
@property
|
|
2425
2426
|
@pulumi.getter(name="apiVersion")
|
|
2426
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
2427
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2427
2428
|
"""
|
|
2428
2429
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2429
2430
|
"""
|
|
2430
2431
|
return pulumi.get(self, "api_version")
|
|
2431
2432
|
|
|
2432
2433
|
@api_version.setter
|
|
2433
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
2434
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2434
2435
|
pulumi.set(self, "api_version", value)
|
|
2435
2436
|
|
|
2436
2437
|
@property
|
|
2437
2438
|
@pulumi.getter
|
|
2438
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2439
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2439
2440
|
"""
|
|
2440
2441
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2441
2442
|
"""
|
|
2442
2443
|
return pulumi.get(self, "kind")
|
|
2443
2444
|
|
|
2444
2445
|
@kind.setter
|
|
2445
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2446
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2446
2447
|
pulumi.set(self, "kind", value)
|
|
2447
2448
|
|
|
2448
2449
|
@property
|
|
@@ -2487,11 +2488,11 @@ if not MYPY:
|
|
|
2487
2488
|
"""
|
|
2488
2489
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2489
2490
|
"""
|
|
2490
|
-
max_surge: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2491
|
+
max_surge: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2491
2492
|
"""
|
|
2492
2493
|
The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption.
|
|
2493
2494
|
"""
|
|
2494
|
-
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2495
|
+
max_unavailable: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2495
2496
|
"""
|
|
2496
2497
|
The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2497
2498
|
"""
|
|
@@ -2501,12 +2502,12 @@ elif False:
|
|
|
2501
2502
|
@pulumi.input_type
|
|
2502
2503
|
class RollingUpdateDaemonSetPatchArgs:
|
|
2503
2504
|
def __init__(__self__, *,
|
|
2504
|
-
max_surge: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
2505
|
-
max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None):
|
|
2505
|
+
max_surge: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
2506
|
+
max_unavailable: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None):
|
|
2506
2507
|
"""
|
|
2507
2508
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2508
|
-
:param pulumi.Input[Union[int, str]] max_surge: The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption.
|
|
2509
|
-
:param pulumi.Input[Union[int, str]] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2509
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] max_surge: The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption.
|
|
2510
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2510
2511
|
"""
|
|
2511
2512
|
if max_surge is not None:
|
|
2512
2513
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2515,26 +2516,26 @@ class RollingUpdateDaemonSetPatchArgs:
|
|
|
2515
2516
|
|
|
2516
2517
|
@property
|
|
2517
2518
|
@pulumi.getter(name="maxSurge")
|
|
2518
|
-
def max_surge(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2519
|
+
def max_surge(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2519
2520
|
"""
|
|
2520
2521
|
The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption.
|
|
2521
2522
|
"""
|
|
2522
2523
|
return pulumi.get(self, "max_surge")
|
|
2523
2524
|
|
|
2524
2525
|
@max_surge.setter
|
|
2525
|
-
def max_surge(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2526
|
+
def max_surge(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2526
2527
|
pulumi.set(self, "max_surge", value)
|
|
2527
2528
|
|
|
2528
2529
|
@property
|
|
2529
2530
|
@pulumi.getter(name="maxUnavailable")
|
|
2530
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2531
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2531
2532
|
"""
|
|
2532
2533
|
The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2533
2534
|
"""
|
|
2534
2535
|
return pulumi.get(self, "max_unavailable")
|
|
2535
2536
|
|
|
2536
2537
|
@max_unavailable.setter
|
|
2537
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2538
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2538
2539
|
pulumi.set(self, "max_unavailable", value)
|
|
2539
2540
|
|
|
2540
2541
|
|
|
@@ -2543,11 +2544,11 @@ if not MYPY:
|
|
|
2543
2544
|
"""
|
|
2544
2545
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2545
2546
|
"""
|
|
2546
|
-
max_surge: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2547
|
+
max_surge: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2547
2548
|
"""
|
|
2548
2549
|
The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption.
|
|
2549
2550
|
"""
|
|
2550
|
-
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2551
|
+
max_unavailable: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2551
2552
|
"""
|
|
2552
2553
|
The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2553
2554
|
"""
|
|
@@ -2557,12 +2558,12 @@ elif False:
|
|
|
2557
2558
|
@pulumi.input_type
|
|
2558
2559
|
class RollingUpdateDaemonSetArgs:
|
|
2559
2560
|
def __init__(__self__, *,
|
|
2560
|
-
max_surge: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
2561
|
-
max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None):
|
|
2561
|
+
max_surge: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
2562
|
+
max_unavailable: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None):
|
|
2562
2563
|
"""
|
|
2563
2564
|
Spec to control the desired behavior of daemon set rolling update.
|
|
2564
|
-
:param pulumi.Input[Union[int, str]] max_surge: The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption.
|
|
2565
|
-
:param pulumi.Input[Union[int, str]] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2565
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] max_surge: The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption.
|
|
2566
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2566
2567
|
"""
|
|
2567
2568
|
if max_surge is not None:
|
|
2568
2569
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2571,26 +2572,26 @@ class RollingUpdateDaemonSetArgs:
|
|
|
2571
2572
|
|
|
2572
2573
|
@property
|
|
2573
2574
|
@pulumi.getter(name="maxSurge")
|
|
2574
|
-
def max_surge(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2575
|
+
def max_surge(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2575
2576
|
"""
|
|
2576
2577
|
The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption.
|
|
2577
2578
|
"""
|
|
2578
2579
|
return pulumi.get(self, "max_surge")
|
|
2579
2580
|
|
|
2580
2581
|
@max_surge.setter
|
|
2581
|
-
def max_surge(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2582
|
+
def max_surge(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2582
2583
|
pulumi.set(self, "max_surge", value)
|
|
2583
2584
|
|
|
2584
2585
|
@property
|
|
2585
2586
|
@pulumi.getter(name="maxUnavailable")
|
|
2586
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2587
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2587
2588
|
"""
|
|
2588
2589
|
The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
2589
2590
|
"""
|
|
2590
2591
|
return pulumi.get(self, "max_unavailable")
|
|
2591
2592
|
|
|
2592
2593
|
@max_unavailable.setter
|
|
2593
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2594
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2594
2595
|
pulumi.set(self, "max_unavailable", value)
|
|
2595
2596
|
|
|
2596
2597
|
|
|
@@ -2599,11 +2600,11 @@ if not MYPY:
|
|
|
2599
2600
|
"""
|
|
2600
2601
|
Spec to control the desired behavior of rolling update.
|
|
2601
2602
|
"""
|
|
2602
|
-
max_surge: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2603
|
+
max_surge: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2603
2604
|
"""
|
|
2604
2605
|
The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2605
2606
|
"""
|
|
2606
|
-
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2607
|
+
max_unavailable: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2607
2608
|
"""
|
|
2608
2609
|
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2609
2610
|
"""
|
|
@@ -2613,12 +2614,12 @@ elif False:
|
|
|
2613
2614
|
@pulumi.input_type
|
|
2614
2615
|
class RollingUpdateDeploymentPatchArgs:
|
|
2615
2616
|
def __init__(__self__, *,
|
|
2616
|
-
max_surge: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
2617
|
-
max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None):
|
|
2617
|
+
max_surge: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
2618
|
+
max_unavailable: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None):
|
|
2618
2619
|
"""
|
|
2619
2620
|
Spec to control the desired behavior of rolling update.
|
|
2620
|
-
:param pulumi.Input[Union[int, str]] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2621
|
-
:param pulumi.Input[Union[int, str]] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2621
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2622
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2622
2623
|
"""
|
|
2623
2624
|
if max_surge is not None:
|
|
2624
2625
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2627,26 +2628,26 @@ class RollingUpdateDeploymentPatchArgs:
|
|
|
2627
2628
|
|
|
2628
2629
|
@property
|
|
2629
2630
|
@pulumi.getter(name="maxSurge")
|
|
2630
|
-
def max_surge(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2631
|
+
def max_surge(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2631
2632
|
"""
|
|
2632
2633
|
The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2633
2634
|
"""
|
|
2634
2635
|
return pulumi.get(self, "max_surge")
|
|
2635
2636
|
|
|
2636
2637
|
@max_surge.setter
|
|
2637
|
-
def max_surge(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2638
|
+
def max_surge(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2638
2639
|
pulumi.set(self, "max_surge", value)
|
|
2639
2640
|
|
|
2640
2641
|
@property
|
|
2641
2642
|
@pulumi.getter(name="maxUnavailable")
|
|
2642
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2643
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2643
2644
|
"""
|
|
2644
2645
|
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2645
2646
|
"""
|
|
2646
2647
|
return pulumi.get(self, "max_unavailable")
|
|
2647
2648
|
|
|
2648
2649
|
@max_unavailable.setter
|
|
2649
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2650
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2650
2651
|
pulumi.set(self, "max_unavailable", value)
|
|
2651
2652
|
|
|
2652
2653
|
|
|
@@ -2655,11 +2656,11 @@ if not MYPY:
|
|
|
2655
2656
|
"""
|
|
2656
2657
|
Spec to control the desired behavior of rolling update.
|
|
2657
2658
|
"""
|
|
2658
|
-
max_surge: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2659
|
+
max_surge: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2659
2660
|
"""
|
|
2660
2661
|
The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2661
2662
|
"""
|
|
2662
|
-
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2663
|
+
max_unavailable: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2663
2664
|
"""
|
|
2664
2665
|
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2665
2666
|
"""
|
|
@@ -2669,12 +2670,12 @@ elif False:
|
|
|
2669
2670
|
@pulumi.input_type
|
|
2670
2671
|
class RollingUpdateDeploymentArgs:
|
|
2671
2672
|
def __init__(__self__, *,
|
|
2672
|
-
max_surge: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
2673
|
-
max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None):
|
|
2673
|
+
max_surge: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
2674
|
+
max_unavailable: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None):
|
|
2674
2675
|
"""
|
|
2675
2676
|
Spec to control the desired behavior of rolling update.
|
|
2676
|
-
:param pulumi.Input[Union[int, str]] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2677
|
-
:param pulumi.Input[Union[int, str]] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2677
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2678
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2678
2679
|
"""
|
|
2679
2680
|
if max_surge is not None:
|
|
2680
2681
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -2683,26 +2684,26 @@ class RollingUpdateDeploymentArgs:
|
|
|
2683
2684
|
|
|
2684
2685
|
@property
|
|
2685
2686
|
@pulumi.getter(name="maxSurge")
|
|
2686
|
-
def max_surge(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2687
|
+
def max_surge(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2687
2688
|
"""
|
|
2688
2689
|
The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
2689
2690
|
"""
|
|
2690
2691
|
return pulumi.get(self, "max_surge")
|
|
2691
2692
|
|
|
2692
2693
|
@max_surge.setter
|
|
2693
|
-
def max_surge(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2694
|
+
def max_surge(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2694
2695
|
pulumi.set(self, "max_surge", value)
|
|
2695
2696
|
|
|
2696
2697
|
@property
|
|
2697
2698
|
@pulumi.getter(name="maxUnavailable")
|
|
2698
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2699
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2699
2700
|
"""
|
|
2700
2701
|
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
2701
2702
|
"""
|
|
2702
2703
|
return pulumi.get(self, "max_unavailable")
|
|
2703
2704
|
|
|
2704
2705
|
@max_unavailable.setter
|
|
2705
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2706
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2706
2707
|
pulumi.set(self, "max_unavailable", value)
|
|
2707
2708
|
|
|
2708
2709
|
|
|
@@ -2711,11 +2712,11 @@ if not MYPY:
|
|
|
2711
2712
|
"""
|
|
2712
2713
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2713
2714
|
"""
|
|
2714
|
-
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2715
|
+
max_unavailable: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2715
2716
|
"""
|
|
2716
2717
|
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable.
|
|
2717
2718
|
"""
|
|
2718
|
-
partition: NotRequired[pulumi.Input[int]]
|
|
2719
|
+
partition: NotRequired[pulumi.Input[builtins.int]]
|
|
2719
2720
|
"""
|
|
2720
2721
|
Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2721
2722
|
"""
|
|
@@ -2725,12 +2726,12 @@ elif False:
|
|
|
2725
2726
|
@pulumi.input_type
|
|
2726
2727
|
class RollingUpdateStatefulSetStrategyPatchArgs:
|
|
2727
2728
|
def __init__(__self__, *,
|
|
2728
|
-
max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
2729
|
-
partition: Optional[pulumi.Input[int]] = None):
|
|
2729
|
+
max_unavailable: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
2730
|
+
partition: Optional[pulumi.Input[builtins.int]] = None):
|
|
2730
2731
|
"""
|
|
2731
2732
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2732
|
-
:param pulumi.Input[Union[int, str]] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable.
|
|
2733
|
-
:param pulumi.Input[int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2733
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable.
|
|
2734
|
+
:param pulumi.Input[builtins.int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2734
2735
|
"""
|
|
2735
2736
|
if max_unavailable is not None:
|
|
2736
2737
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
@@ -2739,26 +2740,26 @@ class RollingUpdateStatefulSetStrategyPatchArgs:
|
|
|
2739
2740
|
|
|
2740
2741
|
@property
|
|
2741
2742
|
@pulumi.getter(name="maxUnavailable")
|
|
2742
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2743
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2743
2744
|
"""
|
|
2744
2745
|
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable.
|
|
2745
2746
|
"""
|
|
2746
2747
|
return pulumi.get(self, "max_unavailable")
|
|
2747
2748
|
|
|
2748
2749
|
@max_unavailable.setter
|
|
2749
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2750
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2750
2751
|
pulumi.set(self, "max_unavailable", value)
|
|
2751
2752
|
|
|
2752
2753
|
@property
|
|
2753
2754
|
@pulumi.getter
|
|
2754
|
-
def partition(self) -> Optional[pulumi.Input[int]]:
|
|
2755
|
+
def partition(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2755
2756
|
"""
|
|
2756
2757
|
Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2757
2758
|
"""
|
|
2758
2759
|
return pulumi.get(self, "partition")
|
|
2759
2760
|
|
|
2760
2761
|
@partition.setter
|
|
2761
|
-
def partition(self, value: Optional[pulumi.Input[int]]):
|
|
2762
|
+
def partition(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2762
2763
|
pulumi.set(self, "partition", value)
|
|
2763
2764
|
|
|
2764
2765
|
|
|
@@ -2767,11 +2768,11 @@ if not MYPY:
|
|
|
2767
2768
|
"""
|
|
2768
2769
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2769
2770
|
"""
|
|
2770
|
-
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2771
|
+
max_unavailable: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2771
2772
|
"""
|
|
2772
2773
|
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable.
|
|
2773
2774
|
"""
|
|
2774
|
-
partition: NotRequired[pulumi.Input[int]]
|
|
2775
|
+
partition: NotRequired[pulumi.Input[builtins.int]]
|
|
2775
2776
|
"""
|
|
2776
2777
|
Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2777
2778
|
"""
|
|
@@ -2781,12 +2782,12 @@ elif False:
|
|
|
2781
2782
|
@pulumi.input_type
|
|
2782
2783
|
class RollingUpdateStatefulSetStrategyArgs:
|
|
2783
2784
|
def __init__(__self__, *,
|
|
2784
|
-
max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
2785
|
-
partition: Optional[pulumi.Input[int]] = None):
|
|
2785
|
+
max_unavailable: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
2786
|
+
partition: Optional[pulumi.Input[builtins.int]] = None):
|
|
2786
2787
|
"""
|
|
2787
2788
|
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
2788
|
-
:param pulumi.Input[Union[int, str]] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable.
|
|
2789
|
-
:param pulumi.Input[int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2789
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable.
|
|
2790
|
+
:param pulumi.Input[builtins.int] partition: Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2790
2791
|
"""
|
|
2791
2792
|
if max_unavailable is not None:
|
|
2792
2793
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
@@ -2795,26 +2796,26 @@ class RollingUpdateStatefulSetStrategyArgs:
|
|
|
2795
2796
|
|
|
2796
2797
|
@property
|
|
2797
2798
|
@pulumi.getter(name="maxUnavailable")
|
|
2798
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2799
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2799
2800
|
"""
|
|
2800
2801
|
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable.
|
|
2801
2802
|
"""
|
|
2802
2803
|
return pulumi.get(self, "max_unavailable")
|
|
2803
2804
|
|
|
2804
2805
|
@max_unavailable.setter
|
|
2805
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2806
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2806
2807
|
pulumi.set(self, "max_unavailable", value)
|
|
2807
2808
|
|
|
2808
2809
|
@property
|
|
2809
2810
|
@pulumi.getter
|
|
2810
|
-
def partition(self) -> Optional[pulumi.Input[int]]:
|
|
2811
|
+
def partition(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2811
2812
|
"""
|
|
2812
2813
|
Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.
|
|
2813
2814
|
"""
|
|
2814
2815
|
return pulumi.get(self, "partition")
|
|
2815
2816
|
|
|
2816
2817
|
@partition.setter
|
|
2817
|
-
def partition(self, value: Optional[pulumi.Input[int]]):
|
|
2818
|
+
def partition(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2818
2819
|
pulumi.set(self, "partition", value)
|
|
2819
2820
|
|
|
2820
2821
|
|
|
@@ -2823,23 +2824,23 @@ if not MYPY:
|
|
|
2823
2824
|
"""
|
|
2824
2825
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
2825
2826
|
"""
|
|
2826
|
-
status: pulumi.Input[str]
|
|
2827
|
+
status: pulumi.Input[builtins.str]
|
|
2827
2828
|
"""
|
|
2828
2829
|
Status of the condition, one of True, False, Unknown.
|
|
2829
2830
|
"""
|
|
2830
|
-
type: pulumi.Input[str]
|
|
2831
|
+
type: pulumi.Input[builtins.str]
|
|
2831
2832
|
"""
|
|
2832
2833
|
Type of statefulset condition.
|
|
2833
2834
|
"""
|
|
2834
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
2835
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
2835
2836
|
"""
|
|
2836
2837
|
Last time the condition transitioned from one status to another.
|
|
2837
2838
|
"""
|
|
2838
|
-
message: NotRequired[pulumi.Input[str]]
|
|
2839
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
2839
2840
|
"""
|
|
2840
2841
|
A human readable message indicating details about the transition.
|
|
2841
2842
|
"""
|
|
2842
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
2843
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
2843
2844
|
"""
|
|
2844
2845
|
The reason for the condition's last transition.
|
|
2845
2846
|
"""
|
|
@@ -2849,18 +2850,18 @@ elif False:
|
|
|
2849
2850
|
@pulumi.input_type
|
|
2850
2851
|
class StatefulSetConditionArgs:
|
|
2851
2852
|
def __init__(__self__, *,
|
|
2852
|
-
status: pulumi.Input[str],
|
|
2853
|
-
type: pulumi.Input[str],
|
|
2854
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
2855
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
2856
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
2853
|
+
status: pulumi.Input[builtins.str],
|
|
2854
|
+
type: pulumi.Input[builtins.str],
|
|
2855
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
2856
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
2857
|
+
reason: Optional[pulumi.Input[builtins.str]] = None):
|
|
2857
2858
|
"""
|
|
2858
2859
|
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
2859
|
-
:param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
|
|
2860
|
-
:param pulumi.Input[str] type: Type of statefulset condition.
|
|
2861
|
-
:param pulumi.Input[str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
2862
|
-
:param pulumi.Input[str] message: A human readable message indicating details about the transition.
|
|
2863
|
-
:param pulumi.Input[str] reason: The reason for the condition's last transition.
|
|
2860
|
+
:param pulumi.Input[builtins.str] status: Status of the condition, one of True, False, Unknown.
|
|
2861
|
+
:param pulumi.Input[builtins.str] type: Type of statefulset condition.
|
|
2862
|
+
:param pulumi.Input[builtins.str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
2863
|
+
:param pulumi.Input[builtins.str] message: A human readable message indicating details about the transition.
|
|
2864
|
+
:param pulumi.Input[builtins.str] reason: The reason for the condition's last transition.
|
|
2864
2865
|
"""
|
|
2865
2866
|
pulumi.set(__self__, "status", status)
|
|
2866
2867
|
pulumi.set(__self__, "type", type)
|
|
@@ -2873,62 +2874,62 @@ class StatefulSetConditionArgs:
|
|
|
2873
2874
|
|
|
2874
2875
|
@property
|
|
2875
2876
|
@pulumi.getter
|
|
2876
|
-
def status(self) -> pulumi.Input[str]:
|
|
2877
|
+
def status(self) -> pulumi.Input[builtins.str]:
|
|
2877
2878
|
"""
|
|
2878
2879
|
Status of the condition, one of True, False, Unknown.
|
|
2879
2880
|
"""
|
|
2880
2881
|
return pulumi.get(self, "status")
|
|
2881
2882
|
|
|
2882
2883
|
@status.setter
|
|
2883
|
-
def status(self, value: pulumi.Input[str]):
|
|
2884
|
+
def status(self, value: pulumi.Input[builtins.str]):
|
|
2884
2885
|
pulumi.set(self, "status", value)
|
|
2885
2886
|
|
|
2886
2887
|
@property
|
|
2887
2888
|
@pulumi.getter
|
|
2888
|
-
def type(self) -> pulumi.Input[str]:
|
|
2889
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
2889
2890
|
"""
|
|
2890
2891
|
Type of statefulset condition.
|
|
2891
2892
|
"""
|
|
2892
2893
|
return pulumi.get(self, "type")
|
|
2893
2894
|
|
|
2894
2895
|
@type.setter
|
|
2895
|
-
def type(self, value: pulumi.Input[str]):
|
|
2896
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
2896
2897
|
pulumi.set(self, "type", value)
|
|
2897
2898
|
|
|
2898
2899
|
@property
|
|
2899
2900
|
@pulumi.getter(name="lastTransitionTime")
|
|
2900
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
2901
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2901
2902
|
"""
|
|
2902
2903
|
Last time the condition transitioned from one status to another.
|
|
2903
2904
|
"""
|
|
2904
2905
|
return pulumi.get(self, "last_transition_time")
|
|
2905
2906
|
|
|
2906
2907
|
@last_transition_time.setter
|
|
2907
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
2908
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2908
2909
|
pulumi.set(self, "last_transition_time", value)
|
|
2909
2910
|
|
|
2910
2911
|
@property
|
|
2911
2912
|
@pulumi.getter
|
|
2912
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
2913
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2913
2914
|
"""
|
|
2914
2915
|
A human readable message indicating details about the transition.
|
|
2915
2916
|
"""
|
|
2916
2917
|
return pulumi.get(self, "message")
|
|
2917
2918
|
|
|
2918
2919
|
@message.setter
|
|
2919
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
2920
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2920
2921
|
pulumi.set(self, "message", value)
|
|
2921
2922
|
|
|
2922
2923
|
@property
|
|
2923
2924
|
@pulumi.getter
|
|
2924
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
2925
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2925
2926
|
"""
|
|
2926
2927
|
The reason for the condition's last transition.
|
|
2927
2928
|
"""
|
|
2928
2929
|
return pulumi.get(self, "reason")
|
|
2929
2930
|
|
|
2930
2931
|
@reason.setter
|
|
2931
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
2932
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2932
2933
|
pulumi.set(self, "reason", value)
|
|
2933
2934
|
|
|
2934
2935
|
|
|
@@ -2937,7 +2938,7 @@ if not MYPY:
|
|
|
2937
2938
|
"""
|
|
2938
2939
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
2939
2940
|
"""
|
|
2940
|
-
start: NotRequired[pulumi.Input[int]]
|
|
2941
|
+
start: NotRequired[pulumi.Input[builtins.int]]
|
|
2941
2942
|
"""
|
|
2942
2943
|
start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
2943
2944
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
@@ -2950,10 +2951,10 @@ elif False:
|
|
|
2950
2951
|
@pulumi.input_type
|
|
2951
2952
|
class StatefulSetOrdinalsPatchArgs:
|
|
2952
2953
|
def __init__(__self__, *,
|
|
2953
|
-
start: Optional[pulumi.Input[int]] = None):
|
|
2954
|
+
start: Optional[pulumi.Input[builtins.int]] = None):
|
|
2954
2955
|
"""
|
|
2955
2956
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
2956
|
-
:param pulumi.Input[int] start: start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
2957
|
+
:param pulumi.Input[builtins.int] start: start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
2957
2958
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
2958
2959
|
If unset, defaults to 0. Replica indices will be in the range:
|
|
2959
2960
|
[0, .spec.replicas).
|
|
@@ -2963,7 +2964,7 @@ class StatefulSetOrdinalsPatchArgs:
|
|
|
2963
2964
|
|
|
2964
2965
|
@property
|
|
2965
2966
|
@pulumi.getter
|
|
2966
|
-
def start(self) -> Optional[pulumi.Input[int]]:
|
|
2967
|
+
def start(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2967
2968
|
"""
|
|
2968
2969
|
start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
2969
2970
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
@@ -2973,7 +2974,7 @@ class StatefulSetOrdinalsPatchArgs:
|
|
|
2973
2974
|
return pulumi.get(self, "start")
|
|
2974
2975
|
|
|
2975
2976
|
@start.setter
|
|
2976
|
-
def start(self, value: Optional[pulumi.Input[int]]):
|
|
2977
|
+
def start(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2977
2978
|
pulumi.set(self, "start", value)
|
|
2978
2979
|
|
|
2979
2980
|
|
|
@@ -2982,7 +2983,7 @@ if not MYPY:
|
|
|
2982
2983
|
"""
|
|
2983
2984
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
2984
2985
|
"""
|
|
2985
|
-
start: NotRequired[pulumi.Input[int]]
|
|
2986
|
+
start: NotRequired[pulumi.Input[builtins.int]]
|
|
2986
2987
|
"""
|
|
2987
2988
|
start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
2988
2989
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
@@ -2995,10 +2996,10 @@ elif False:
|
|
|
2995
2996
|
@pulumi.input_type
|
|
2996
2997
|
class StatefulSetOrdinalsArgs:
|
|
2997
2998
|
def __init__(__self__, *,
|
|
2998
|
-
start: Optional[pulumi.Input[int]] = None):
|
|
2999
|
+
start: Optional[pulumi.Input[builtins.int]] = None):
|
|
2999
3000
|
"""
|
|
3000
3001
|
StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.
|
|
3001
|
-
:param pulumi.Input[int] start: start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3002
|
+
:param pulumi.Input[builtins.int] start: start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3002
3003
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
3003
3004
|
If unset, defaults to 0. Replica indices will be in the range:
|
|
3004
3005
|
[0, .spec.replicas).
|
|
@@ -3008,7 +3009,7 @@ class StatefulSetOrdinalsArgs:
|
|
|
3008
3009
|
|
|
3009
3010
|
@property
|
|
3010
3011
|
@pulumi.getter
|
|
3011
|
-
def start(self) -> Optional[pulumi.Input[int]]:
|
|
3012
|
+
def start(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3012
3013
|
"""
|
|
3013
3014
|
start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range:
|
|
3014
3015
|
[.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
|
|
@@ -3018,7 +3019,7 @@ class StatefulSetOrdinalsArgs:
|
|
|
3018
3019
|
return pulumi.get(self, "start")
|
|
3019
3020
|
|
|
3020
3021
|
@start.setter
|
|
3021
|
-
def start(self, value: Optional[pulumi.Input[int]]):
|
|
3022
|
+
def start(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3022
3023
|
pulumi.set(self, "start", value)
|
|
3023
3024
|
|
|
3024
3025
|
|
|
@@ -3027,11 +3028,11 @@ if not MYPY:
|
|
|
3027
3028
|
"""
|
|
3028
3029
|
StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.
|
|
3029
3030
|
"""
|
|
3030
|
-
when_deleted: NotRequired[pulumi.Input[str]]
|
|
3031
|
+
when_deleted: NotRequired[pulumi.Input[builtins.str]]
|
|
3031
3032
|
"""
|
|
3032
3033
|
WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3033
3034
|
"""
|
|
3034
|
-
when_scaled: NotRequired[pulumi.Input[str]]
|
|
3035
|
+
when_scaled: NotRequired[pulumi.Input[builtins.str]]
|
|
3035
3036
|
"""
|
|
3036
3037
|
WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3037
3038
|
"""
|
|
@@ -3041,12 +3042,12 @@ elif False:
|
|
|
3041
3042
|
@pulumi.input_type
|
|
3042
3043
|
class StatefulSetPersistentVolumeClaimRetentionPolicyPatchArgs:
|
|
3043
3044
|
def __init__(__self__, *,
|
|
3044
|
-
when_deleted: Optional[pulumi.Input[str]] = None,
|
|
3045
|
-
when_scaled: Optional[pulumi.Input[str]] = None):
|
|
3045
|
+
when_deleted: Optional[pulumi.Input[builtins.str]] = None,
|
|
3046
|
+
when_scaled: Optional[pulumi.Input[builtins.str]] = None):
|
|
3046
3047
|
"""
|
|
3047
3048
|
StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.
|
|
3048
|
-
:param pulumi.Input[str] when_deleted: WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3049
|
-
:param pulumi.Input[str] when_scaled: WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3049
|
+
:param pulumi.Input[builtins.str] when_deleted: WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3050
|
+
:param pulumi.Input[builtins.str] when_scaled: WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3050
3051
|
"""
|
|
3051
3052
|
if when_deleted is not None:
|
|
3052
3053
|
pulumi.set(__self__, "when_deleted", when_deleted)
|
|
@@ -3055,26 +3056,26 @@ class StatefulSetPersistentVolumeClaimRetentionPolicyPatchArgs:
|
|
|
3055
3056
|
|
|
3056
3057
|
@property
|
|
3057
3058
|
@pulumi.getter(name="whenDeleted")
|
|
3058
|
-
def when_deleted(self) -> Optional[pulumi.Input[str]]:
|
|
3059
|
+
def when_deleted(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3059
3060
|
"""
|
|
3060
3061
|
WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3061
3062
|
"""
|
|
3062
3063
|
return pulumi.get(self, "when_deleted")
|
|
3063
3064
|
|
|
3064
3065
|
@when_deleted.setter
|
|
3065
|
-
def when_deleted(self, value: Optional[pulumi.Input[str]]):
|
|
3066
|
+
def when_deleted(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3066
3067
|
pulumi.set(self, "when_deleted", value)
|
|
3067
3068
|
|
|
3068
3069
|
@property
|
|
3069
3070
|
@pulumi.getter(name="whenScaled")
|
|
3070
|
-
def when_scaled(self) -> Optional[pulumi.Input[str]]:
|
|
3071
|
+
def when_scaled(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3071
3072
|
"""
|
|
3072
3073
|
WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3073
3074
|
"""
|
|
3074
3075
|
return pulumi.get(self, "when_scaled")
|
|
3075
3076
|
|
|
3076
3077
|
@when_scaled.setter
|
|
3077
|
-
def when_scaled(self, value: Optional[pulumi.Input[str]]):
|
|
3078
|
+
def when_scaled(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3078
3079
|
pulumi.set(self, "when_scaled", value)
|
|
3079
3080
|
|
|
3080
3081
|
|
|
@@ -3083,11 +3084,11 @@ if not MYPY:
|
|
|
3083
3084
|
"""
|
|
3084
3085
|
StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.
|
|
3085
3086
|
"""
|
|
3086
|
-
when_deleted: NotRequired[pulumi.Input[str]]
|
|
3087
|
+
when_deleted: NotRequired[pulumi.Input[builtins.str]]
|
|
3087
3088
|
"""
|
|
3088
3089
|
WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3089
3090
|
"""
|
|
3090
|
-
when_scaled: NotRequired[pulumi.Input[str]]
|
|
3091
|
+
when_scaled: NotRequired[pulumi.Input[builtins.str]]
|
|
3091
3092
|
"""
|
|
3092
3093
|
WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3093
3094
|
"""
|
|
@@ -3097,12 +3098,12 @@ elif False:
|
|
|
3097
3098
|
@pulumi.input_type
|
|
3098
3099
|
class StatefulSetPersistentVolumeClaimRetentionPolicyArgs:
|
|
3099
3100
|
def __init__(__self__, *,
|
|
3100
|
-
when_deleted: Optional[pulumi.Input[str]] = None,
|
|
3101
|
-
when_scaled: Optional[pulumi.Input[str]] = None):
|
|
3101
|
+
when_deleted: Optional[pulumi.Input[builtins.str]] = None,
|
|
3102
|
+
when_scaled: Optional[pulumi.Input[builtins.str]] = None):
|
|
3102
3103
|
"""
|
|
3103
3104
|
StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.
|
|
3104
|
-
:param pulumi.Input[str] when_deleted: WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3105
|
-
:param pulumi.Input[str] when_scaled: WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3105
|
+
:param pulumi.Input[builtins.str] when_deleted: WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3106
|
+
:param pulumi.Input[builtins.str] when_scaled: WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3106
3107
|
"""
|
|
3107
3108
|
if when_deleted is not None:
|
|
3108
3109
|
pulumi.set(__self__, "when_deleted", when_deleted)
|
|
@@ -3111,26 +3112,26 @@ class StatefulSetPersistentVolumeClaimRetentionPolicyArgs:
|
|
|
3111
3112
|
|
|
3112
3113
|
@property
|
|
3113
3114
|
@pulumi.getter(name="whenDeleted")
|
|
3114
|
-
def when_deleted(self) -> Optional[pulumi.Input[str]]:
|
|
3115
|
+
def when_deleted(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3115
3116
|
"""
|
|
3116
3117
|
WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.
|
|
3117
3118
|
"""
|
|
3118
3119
|
return pulumi.get(self, "when_deleted")
|
|
3119
3120
|
|
|
3120
3121
|
@when_deleted.setter
|
|
3121
|
-
def when_deleted(self, value: Optional[pulumi.Input[str]]):
|
|
3122
|
+
def when_deleted(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3122
3123
|
pulumi.set(self, "when_deleted", value)
|
|
3123
3124
|
|
|
3124
3125
|
@property
|
|
3125
3126
|
@pulumi.getter(name="whenScaled")
|
|
3126
|
-
def when_scaled(self) -> Optional[pulumi.Input[str]]:
|
|
3127
|
+
def when_scaled(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3127
3128
|
"""
|
|
3128
3129
|
WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.
|
|
3129
3130
|
"""
|
|
3130
3131
|
return pulumi.get(self, "when_scaled")
|
|
3131
3132
|
|
|
3132
3133
|
@when_scaled.setter
|
|
3133
|
-
def when_scaled(self, value: Optional[pulumi.Input[str]]):
|
|
3134
|
+
def when_scaled(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3134
3135
|
pulumi.set(self, "when_scaled", value)
|
|
3135
3136
|
|
|
3136
3137
|
|
|
@@ -3139,7 +3140,7 @@ if not MYPY:
|
|
|
3139
3140
|
"""
|
|
3140
3141
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3141
3142
|
"""
|
|
3142
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
3143
|
+
min_ready_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
3143
3144
|
"""
|
|
3144
3145
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3145
3146
|
"""
|
|
@@ -3151,15 +3152,15 @@ if not MYPY:
|
|
|
3151
3152
|
"""
|
|
3152
3153
|
persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent volume claims created from volumeClaimTemplates. By default, all persistent volume claims are created as needed and retained until manually deleted. This policy allows the lifecycle to be altered, for example by deleting persistent volume claims when their stateful set is deleted, or when their pod is scaled down.
|
|
3153
3154
|
"""
|
|
3154
|
-
pod_management_policy: NotRequired[pulumi.Input[str]]
|
|
3155
|
+
pod_management_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
3155
3156
|
"""
|
|
3156
3157
|
podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3157
3158
|
"""
|
|
3158
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
3159
|
+
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
3159
3160
|
"""
|
|
3160
3161
|
replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3161
3162
|
"""
|
|
3162
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
3163
|
+
revision_history_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
3163
3164
|
"""
|
|
3164
3165
|
revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3165
3166
|
"""
|
|
@@ -3167,7 +3168,7 @@ if not MYPY:
|
|
|
3167
3168
|
"""
|
|
3168
3169
|
selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
3169
3170
|
"""
|
|
3170
|
-
service_name: NotRequired[pulumi.Input[str]]
|
|
3171
|
+
service_name: NotRequired[pulumi.Input[builtins.str]]
|
|
3171
3172
|
"""
|
|
3172
3173
|
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3173
3174
|
"""
|
|
@@ -3189,27 +3190,27 @@ elif False:
|
|
|
3189
3190
|
@pulumi.input_type
|
|
3190
3191
|
class StatefulSetSpecPatchArgs:
|
|
3191
3192
|
def __init__(__self__, *,
|
|
3192
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
3193
|
+
min_ready_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
3193
3194
|
ordinals: Optional[pulumi.Input['StatefulSetOrdinalsPatchArgs']] = None,
|
|
3194
3195
|
persistent_volume_claim_retention_policy: Optional[pulumi.Input['StatefulSetPersistentVolumeClaimRetentionPolicyPatchArgs']] = None,
|
|
3195
|
-
pod_management_policy: Optional[pulumi.Input[str]] = None,
|
|
3196
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
3197
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
3196
|
+
pod_management_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
3197
|
+
replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
3198
|
+
revision_history_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
3198
3199
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
3199
|
-
service_name: Optional[pulumi.Input[str]] = None,
|
|
3200
|
+
service_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
3200
3201
|
template: Optional[pulumi.Input['_core.v1.PodTemplateSpecPatchArgs']] = None,
|
|
3201
3202
|
update_strategy: Optional[pulumi.Input['StatefulSetUpdateStrategyPatchArgs']] = None,
|
|
3202
3203
|
volume_claim_templates: Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimPatchArgs']]]] = None):
|
|
3203
3204
|
"""
|
|
3204
3205
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3205
|
-
:param pulumi.Input[int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3206
|
+
:param pulumi.Input[builtins.int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3206
3207
|
:param pulumi.Input['StatefulSetOrdinalsPatchArgs'] ordinals: ordinals controls the numbering of replica indices in a StatefulSet. The default ordinals behavior assigns a "0" index to the first replica and increments the index by one for each additional replica requested.
|
|
3207
3208
|
:param pulumi.Input['StatefulSetPersistentVolumeClaimRetentionPolicyPatchArgs'] persistent_volume_claim_retention_policy: persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent volume claims created from volumeClaimTemplates. By default, all persistent volume claims are created as needed and retained until manually deleted. This policy allows the lifecycle to be altered, for example by deleting persistent volume claims when their stateful set is deleted, or when their pod is scaled down.
|
|
3208
|
-
:param pulumi.Input[str] pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3209
|
-
:param pulumi.Input[int] replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3210
|
-
:param pulumi.Input[int] revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3209
|
+
:param pulumi.Input[builtins.str] pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3210
|
+
:param pulumi.Input[builtins.int] replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3211
|
+
:param pulumi.Input[builtins.int] revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3211
3212
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
3212
|
-
:param pulumi.Input[str] service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3213
|
+
:param pulumi.Input[builtins.str] service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3213
3214
|
:param pulumi.Input['_core.v1.PodTemplateSpecPatchArgs'] template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. Each pod will be named with the format <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named "web" with index number "3" would be named "web-3". The only allowed template.spec.restartPolicy value is "Always".
|
|
3214
3215
|
:param pulumi.Input['StatefulSetUpdateStrategyPatchArgs'] update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
3215
3216
|
:param pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimPatchArgs']]] volume_claim_templates: volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
|
|
@@ -3239,14 +3240,14 @@ class StatefulSetSpecPatchArgs:
|
|
|
3239
3240
|
|
|
3240
3241
|
@property
|
|
3241
3242
|
@pulumi.getter(name="minReadySeconds")
|
|
3242
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
3243
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3243
3244
|
"""
|
|
3244
3245
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3245
3246
|
"""
|
|
3246
3247
|
return pulumi.get(self, "min_ready_seconds")
|
|
3247
3248
|
|
|
3248
3249
|
@min_ready_seconds.setter
|
|
3249
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
3250
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3250
3251
|
pulumi.set(self, "min_ready_seconds", value)
|
|
3251
3252
|
|
|
3252
3253
|
@property
|
|
@@ -3275,38 +3276,38 @@ class StatefulSetSpecPatchArgs:
|
|
|
3275
3276
|
|
|
3276
3277
|
@property
|
|
3277
3278
|
@pulumi.getter(name="podManagementPolicy")
|
|
3278
|
-
def pod_management_policy(self) -> Optional[pulumi.Input[str]]:
|
|
3279
|
+
def pod_management_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3279
3280
|
"""
|
|
3280
3281
|
podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3281
3282
|
"""
|
|
3282
3283
|
return pulumi.get(self, "pod_management_policy")
|
|
3283
3284
|
|
|
3284
3285
|
@pod_management_policy.setter
|
|
3285
|
-
def pod_management_policy(self, value: Optional[pulumi.Input[str]]):
|
|
3286
|
+
def pod_management_policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3286
3287
|
pulumi.set(self, "pod_management_policy", value)
|
|
3287
3288
|
|
|
3288
3289
|
@property
|
|
3289
3290
|
@pulumi.getter
|
|
3290
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
3291
|
+
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3291
3292
|
"""
|
|
3292
3293
|
replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3293
3294
|
"""
|
|
3294
3295
|
return pulumi.get(self, "replicas")
|
|
3295
3296
|
|
|
3296
3297
|
@replicas.setter
|
|
3297
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
3298
|
+
def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3298
3299
|
pulumi.set(self, "replicas", value)
|
|
3299
3300
|
|
|
3300
3301
|
@property
|
|
3301
3302
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
3302
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
3303
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3303
3304
|
"""
|
|
3304
3305
|
revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3305
3306
|
"""
|
|
3306
3307
|
return pulumi.get(self, "revision_history_limit")
|
|
3307
3308
|
|
|
3308
3309
|
@revision_history_limit.setter
|
|
3309
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
3310
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3310
3311
|
pulumi.set(self, "revision_history_limit", value)
|
|
3311
3312
|
|
|
3312
3313
|
@property
|
|
@@ -3323,14 +3324,14 @@ class StatefulSetSpecPatchArgs:
|
|
|
3323
3324
|
|
|
3324
3325
|
@property
|
|
3325
3326
|
@pulumi.getter(name="serviceName")
|
|
3326
|
-
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
3327
|
+
def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3327
3328
|
"""
|
|
3328
3329
|
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3329
3330
|
"""
|
|
3330
3331
|
return pulumi.get(self, "service_name")
|
|
3331
3332
|
|
|
3332
3333
|
@service_name.setter
|
|
3333
|
-
def service_name(self, value: Optional[pulumi.Input[str]]):
|
|
3334
|
+
def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3334
3335
|
pulumi.set(self, "service_name", value)
|
|
3335
3336
|
|
|
3336
3337
|
@property
|
|
@@ -3379,7 +3380,7 @@ if not MYPY:
|
|
|
3379
3380
|
"""
|
|
3380
3381
|
selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
3381
3382
|
"""
|
|
3382
|
-
service_name: pulumi.Input[str]
|
|
3383
|
+
service_name: pulumi.Input[builtins.str]
|
|
3383
3384
|
"""
|
|
3384
3385
|
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3385
3386
|
"""
|
|
@@ -3387,7 +3388,7 @@ if not MYPY:
|
|
|
3387
3388
|
"""
|
|
3388
3389
|
template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. Each pod will be named with the format <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named "web" with index number "3" would be named "web-3". The only allowed template.spec.restartPolicy value is "Always".
|
|
3389
3390
|
"""
|
|
3390
|
-
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
3391
|
+
min_ready_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
3391
3392
|
"""
|
|
3392
3393
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3393
3394
|
"""
|
|
@@ -3399,15 +3400,15 @@ if not MYPY:
|
|
|
3399
3400
|
"""
|
|
3400
3401
|
persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent volume claims created from volumeClaimTemplates. By default, all persistent volume claims are created as needed and retained until manually deleted. This policy allows the lifecycle to be altered, for example by deleting persistent volume claims when their stateful set is deleted, or when their pod is scaled down.
|
|
3401
3402
|
"""
|
|
3402
|
-
pod_management_policy: NotRequired[pulumi.Input[str]]
|
|
3403
|
+
pod_management_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
3403
3404
|
"""
|
|
3404
3405
|
podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3405
3406
|
"""
|
|
3406
|
-
replicas: NotRequired[pulumi.Input[int]]
|
|
3407
|
+
replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
3407
3408
|
"""
|
|
3408
3409
|
replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3409
3410
|
"""
|
|
3410
|
-
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
3411
|
+
revision_history_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
3411
3412
|
"""
|
|
3412
3413
|
revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3413
3414
|
"""
|
|
@@ -3426,27 +3427,27 @@ elif False:
|
|
|
3426
3427
|
class StatefulSetSpecArgs:
|
|
3427
3428
|
def __init__(__self__, *,
|
|
3428
3429
|
selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
3429
|
-
service_name: pulumi.Input[str],
|
|
3430
|
+
service_name: pulumi.Input[builtins.str],
|
|
3430
3431
|
template: pulumi.Input['_core.v1.PodTemplateSpecArgs'],
|
|
3431
|
-
min_ready_seconds: Optional[pulumi.Input[int]] = None,
|
|
3432
|
+
min_ready_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
3432
3433
|
ordinals: Optional[pulumi.Input['StatefulSetOrdinalsArgs']] = None,
|
|
3433
3434
|
persistent_volume_claim_retention_policy: Optional[pulumi.Input['StatefulSetPersistentVolumeClaimRetentionPolicyArgs']] = None,
|
|
3434
|
-
pod_management_policy: Optional[pulumi.Input[str]] = None,
|
|
3435
|
-
replicas: Optional[pulumi.Input[int]] = None,
|
|
3436
|
-
revision_history_limit: Optional[pulumi.Input[int]] = None,
|
|
3435
|
+
pod_management_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
3436
|
+
replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
3437
|
+
revision_history_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
3437
3438
|
update_strategy: Optional[pulumi.Input['StatefulSetUpdateStrategyArgs']] = None,
|
|
3438
3439
|
volume_claim_templates: Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimArgs']]]] = None):
|
|
3439
3440
|
"""
|
|
3440
3441
|
A StatefulSetSpec is the specification of a StatefulSet.
|
|
3441
3442
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
3442
|
-
:param pulumi.Input[str] service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3443
|
+
:param pulumi.Input[builtins.str] service_name: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3443
3444
|
:param pulumi.Input['_core.v1.PodTemplateSpecArgs'] template: template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. Each pod will be named with the format <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named "web" with index number "3" would be named "web-3". The only allowed template.spec.restartPolicy value is "Always".
|
|
3444
|
-
:param pulumi.Input[int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3445
|
+
:param pulumi.Input[builtins.int] min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3445
3446
|
:param pulumi.Input['StatefulSetOrdinalsArgs'] ordinals: ordinals controls the numbering of replica indices in a StatefulSet. The default ordinals behavior assigns a "0" index to the first replica and increments the index by one for each additional replica requested.
|
|
3446
3447
|
:param pulumi.Input['StatefulSetPersistentVolumeClaimRetentionPolicyArgs'] persistent_volume_claim_retention_policy: persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent volume claims created from volumeClaimTemplates. By default, all persistent volume claims are created as needed and retained until manually deleted. This policy allows the lifecycle to be altered, for example by deleting persistent volume claims when their stateful set is deleted, or when their pod is scaled down.
|
|
3447
|
-
:param pulumi.Input[str] pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3448
|
-
:param pulumi.Input[int] replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3449
|
-
:param pulumi.Input[int] revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3448
|
+
:param pulumi.Input[builtins.str] pod_management_policy: podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3449
|
+
:param pulumi.Input[builtins.int] replicas: replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3450
|
+
:param pulumi.Input[builtins.int] revision_history_limit: revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3450
3451
|
:param pulumi.Input['StatefulSetUpdateStrategyArgs'] update_strategy: updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
3451
3452
|
:param pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimArgs']]] volume_claim_templates: volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
|
|
3452
3453
|
"""
|
|
@@ -3484,14 +3485,14 @@ class StatefulSetSpecArgs:
|
|
|
3484
3485
|
|
|
3485
3486
|
@property
|
|
3486
3487
|
@pulumi.getter(name="serviceName")
|
|
3487
|
-
def service_name(self) -> pulumi.Input[str]:
|
|
3488
|
+
def service_name(self) -> pulumi.Input[builtins.str]:
|
|
3488
3489
|
"""
|
|
3489
3490
|
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
3490
3491
|
"""
|
|
3491
3492
|
return pulumi.get(self, "service_name")
|
|
3492
3493
|
|
|
3493
3494
|
@service_name.setter
|
|
3494
|
-
def service_name(self, value: pulumi.Input[str]):
|
|
3495
|
+
def service_name(self, value: pulumi.Input[builtins.str]):
|
|
3495
3496
|
pulumi.set(self, "service_name", value)
|
|
3496
3497
|
|
|
3497
3498
|
@property
|
|
@@ -3508,14 +3509,14 @@ class StatefulSetSpecArgs:
|
|
|
3508
3509
|
|
|
3509
3510
|
@property
|
|
3510
3511
|
@pulumi.getter(name="minReadySeconds")
|
|
3511
|
-
def min_ready_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
3512
|
+
def min_ready_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3512
3513
|
"""
|
|
3513
3514
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
3514
3515
|
"""
|
|
3515
3516
|
return pulumi.get(self, "min_ready_seconds")
|
|
3516
3517
|
|
|
3517
3518
|
@min_ready_seconds.setter
|
|
3518
|
-
def min_ready_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
3519
|
+
def min_ready_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3519
3520
|
pulumi.set(self, "min_ready_seconds", value)
|
|
3520
3521
|
|
|
3521
3522
|
@property
|
|
@@ -3544,38 +3545,38 @@ class StatefulSetSpecArgs:
|
|
|
3544
3545
|
|
|
3545
3546
|
@property
|
|
3546
3547
|
@pulumi.getter(name="podManagementPolicy")
|
|
3547
|
-
def pod_management_policy(self) -> Optional[pulumi.Input[str]]:
|
|
3548
|
+
def pod_management_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3548
3549
|
"""
|
|
3549
3550
|
podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
3550
3551
|
"""
|
|
3551
3552
|
return pulumi.get(self, "pod_management_policy")
|
|
3552
3553
|
|
|
3553
3554
|
@pod_management_policy.setter
|
|
3554
|
-
def pod_management_policy(self, value: Optional[pulumi.Input[str]]):
|
|
3555
|
+
def pod_management_policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3555
3556
|
pulumi.set(self, "pod_management_policy", value)
|
|
3556
3557
|
|
|
3557
3558
|
@property
|
|
3558
3559
|
@pulumi.getter
|
|
3559
|
-
def replicas(self) -> Optional[pulumi.Input[int]]:
|
|
3560
|
+
def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3560
3561
|
"""
|
|
3561
3562
|
replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
3562
3563
|
"""
|
|
3563
3564
|
return pulumi.get(self, "replicas")
|
|
3564
3565
|
|
|
3565
3566
|
@replicas.setter
|
|
3566
|
-
def replicas(self, value: Optional[pulumi.Input[int]]):
|
|
3567
|
+
def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3567
3568
|
pulumi.set(self, "replicas", value)
|
|
3568
3569
|
|
|
3569
3570
|
@property
|
|
3570
3571
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
3571
|
-
def revision_history_limit(self) -> Optional[pulumi.Input[int]]:
|
|
3572
|
+
def revision_history_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3572
3573
|
"""
|
|
3573
3574
|
revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
3574
3575
|
"""
|
|
3575
3576
|
return pulumi.get(self, "revision_history_limit")
|
|
3576
3577
|
|
|
3577
3578
|
@revision_history_limit.setter
|
|
3578
|
-
def revision_history_limit(self, value: Optional[pulumi.Input[int]]):
|
|
3579
|
+
def revision_history_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3579
3580
|
pulumi.set(self, "revision_history_limit", value)
|
|
3580
3581
|
|
|
3581
3582
|
@property
|
|
@@ -3608,15 +3609,15 @@ if not MYPY:
|
|
|
3608
3609
|
"""
|
|
3609
3610
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3610
3611
|
"""
|
|
3611
|
-
replicas: pulumi.Input[int]
|
|
3612
|
+
replicas: pulumi.Input[builtins.int]
|
|
3612
3613
|
"""
|
|
3613
3614
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
3614
3615
|
"""
|
|
3615
|
-
available_replicas: NotRequired[pulumi.Input[int]]
|
|
3616
|
+
available_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
3616
3617
|
"""
|
|
3617
3618
|
Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3618
3619
|
"""
|
|
3619
|
-
collision_count: NotRequired[pulumi.Input[int]]
|
|
3620
|
+
collision_count: NotRequired[pulumi.Input[builtins.int]]
|
|
3620
3621
|
"""
|
|
3621
3622
|
collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3622
3623
|
"""
|
|
@@ -3624,27 +3625,27 @@ if not MYPY:
|
|
|
3624
3625
|
"""
|
|
3625
3626
|
Represents the latest available observations of a statefulset's current state.
|
|
3626
3627
|
"""
|
|
3627
|
-
current_replicas: NotRequired[pulumi.Input[int]]
|
|
3628
|
+
current_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
3628
3629
|
"""
|
|
3629
3630
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3630
3631
|
"""
|
|
3631
|
-
current_revision: NotRequired[pulumi.Input[str]]
|
|
3632
|
+
current_revision: NotRequired[pulumi.Input[builtins.str]]
|
|
3632
3633
|
"""
|
|
3633
3634
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3634
3635
|
"""
|
|
3635
|
-
observed_generation: NotRequired[pulumi.Input[int]]
|
|
3636
|
+
observed_generation: NotRequired[pulumi.Input[builtins.int]]
|
|
3636
3637
|
"""
|
|
3637
3638
|
observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
3638
3639
|
"""
|
|
3639
|
-
ready_replicas: NotRequired[pulumi.Input[int]]
|
|
3640
|
+
ready_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
3640
3641
|
"""
|
|
3641
3642
|
readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3642
3643
|
"""
|
|
3643
|
-
update_revision: NotRequired[pulumi.Input[str]]
|
|
3644
|
+
update_revision: NotRequired[pulumi.Input[builtins.str]]
|
|
3644
3645
|
"""
|
|
3645
3646
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3646
3647
|
"""
|
|
3647
|
-
updated_replicas: NotRequired[pulumi.Input[int]]
|
|
3648
|
+
updated_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
3648
3649
|
"""
|
|
3649
3650
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3650
3651
|
"""
|
|
@@ -3654,28 +3655,28 @@ elif False:
|
|
|
3654
3655
|
@pulumi.input_type
|
|
3655
3656
|
class StatefulSetStatusArgs:
|
|
3656
3657
|
def __init__(__self__, *,
|
|
3657
|
-
replicas: pulumi.Input[int],
|
|
3658
|
-
available_replicas: Optional[pulumi.Input[int]] = None,
|
|
3659
|
-
collision_count: Optional[pulumi.Input[int]] = None,
|
|
3658
|
+
replicas: pulumi.Input[builtins.int],
|
|
3659
|
+
available_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
3660
|
+
collision_count: Optional[pulumi.Input[builtins.int]] = None,
|
|
3660
3661
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]]] = None,
|
|
3661
|
-
current_replicas: Optional[pulumi.Input[int]] = None,
|
|
3662
|
-
current_revision: Optional[pulumi.Input[str]] = None,
|
|
3663
|
-
observed_generation: Optional[pulumi.Input[int]] = None,
|
|
3664
|
-
ready_replicas: Optional[pulumi.Input[int]] = None,
|
|
3665
|
-
update_revision: Optional[pulumi.Input[str]] = None,
|
|
3666
|
-
updated_replicas: Optional[pulumi.Input[int]] = None):
|
|
3662
|
+
current_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
3663
|
+
current_revision: Optional[pulumi.Input[builtins.str]] = None,
|
|
3664
|
+
observed_generation: Optional[pulumi.Input[builtins.int]] = None,
|
|
3665
|
+
ready_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
3666
|
+
update_revision: Optional[pulumi.Input[builtins.str]] = None,
|
|
3667
|
+
updated_replicas: Optional[pulumi.Input[builtins.int]] = None):
|
|
3667
3668
|
"""
|
|
3668
3669
|
StatefulSetStatus represents the current state of a StatefulSet.
|
|
3669
|
-
:param pulumi.Input[int] replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3670
|
-
:param pulumi.Input[int] available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3671
|
-
:param pulumi.Input[int] collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3670
|
+
:param pulumi.Input[builtins.int] replicas: replicas is the number of Pods created by the StatefulSet controller.
|
|
3671
|
+
:param pulumi.Input[builtins.int] available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3672
|
+
:param pulumi.Input[builtins.int] collision_count: collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3672
3673
|
:param pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgs']]] conditions: Represents the latest available observations of a statefulset's current state.
|
|
3673
|
-
:param pulumi.Input[int] current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3674
|
-
:param pulumi.Input[str] current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3675
|
-
:param pulumi.Input[int] observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
3676
|
-
:param pulumi.Input[int] ready_replicas: readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3677
|
-
:param pulumi.Input[str] update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3678
|
-
:param pulumi.Input[int] updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3674
|
+
:param pulumi.Input[builtins.int] current_replicas: currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3675
|
+
:param pulumi.Input[builtins.str] current_revision: currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3676
|
+
:param pulumi.Input[builtins.int] observed_generation: observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
3677
|
+
:param pulumi.Input[builtins.int] ready_replicas: readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3678
|
+
:param pulumi.Input[builtins.str] update_revision: updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3679
|
+
:param pulumi.Input[builtins.int] updated_replicas: updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3679
3680
|
"""
|
|
3680
3681
|
pulumi.set(__self__, "replicas", replicas)
|
|
3681
3682
|
if available_replicas is not None:
|
|
@@ -3699,38 +3700,38 @@ class StatefulSetStatusArgs:
|
|
|
3699
3700
|
|
|
3700
3701
|
@property
|
|
3701
3702
|
@pulumi.getter
|
|
3702
|
-
def replicas(self) -> pulumi.Input[int]:
|
|
3703
|
+
def replicas(self) -> pulumi.Input[builtins.int]:
|
|
3703
3704
|
"""
|
|
3704
3705
|
replicas is the number of Pods created by the StatefulSet controller.
|
|
3705
3706
|
"""
|
|
3706
3707
|
return pulumi.get(self, "replicas")
|
|
3707
3708
|
|
|
3708
3709
|
@replicas.setter
|
|
3709
|
-
def replicas(self, value: pulumi.Input[int]):
|
|
3710
|
+
def replicas(self, value: pulumi.Input[builtins.int]):
|
|
3710
3711
|
pulumi.set(self, "replicas", value)
|
|
3711
3712
|
|
|
3712
3713
|
@property
|
|
3713
3714
|
@pulumi.getter(name="availableReplicas")
|
|
3714
|
-
def available_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
3715
|
+
def available_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3715
3716
|
"""
|
|
3716
3717
|
Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
|
|
3717
3718
|
"""
|
|
3718
3719
|
return pulumi.get(self, "available_replicas")
|
|
3719
3720
|
|
|
3720
3721
|
@available_replicas.setter
|
|
3721
|
-
def available_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
3722
|
+
def available_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3722
3723
|
pulumi.set(self, "available_replicas", value)
|
|
3723
3724
|
|
|
3724
3725
|
@property
|
|
3725
3726
|
@pulumi.getter(name="collisionCount")
|
|
3726
|
-
def collision_count(self) -> Optional[pulumi.Input[int]]:
|
|
3727
|
+
def collision_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3727
3728
|
"""
|
|
3728
3729
|
collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
3729
3730
|
"""
|
|
3730
3731
|
return pulumi.get(self, "collision_count")
|
|
3731
3732
|
|
|
3732
3733
|
@collision_count.setter
|
|
3733
|
-
def collision_count(self, value: Optional[pulumi.Input[int]]):
|
|
3734
|
+
def collision_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3734
3735
|
pulumi.set(self, "collision_count", value)
|
|
3735
3736
|
|
|
3736
3737
|
@property
|
|
@@ -3747,74 +3748,74 @@ class StatefulSetStatusArgs:
|
|
|
3747
3748
|
|
|
3748
3749
|
@property
|
|
3749
3750
|
@pulumi.getter(name="currentReplicas")
|
|
3750
|
-
def current_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
3751
|
+
def current_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3751
3752
|
"""
|
|
3752
3753
|
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
3753
3754
|
"""
|
|
3754
3755
|
return pulumi.get(self, "current_replicas")
|
|
3755
3756
|
|
|
3756
3757
|
@current_replicas.setter
|
|
3757
|
-
def current_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
3758
|
+
def current_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3758
3759
|
pulumi.set(self, "current_replicas", value)
|
|
3759
3760
|
|
|
3760
3761
|
@property
|
|
3761
3762
|
@pulumi.getter(name="currentRevision")
|
|
3762
|
-
def current_revision(self) -> Optional[pulumi.Input[str]]:
|
|
3763
|
+
def current_revision(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3763
3764
|
"""
|
|
3764
3765
|
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
3765
3766
|
"""
|
|
3766
3767
|
return pulumi.get(self, "current_revision")
|
|
3767
3768
|
|
|
3768
3769
|
@current_revision.setter
|
|
3769
|
-
def current_revision(self, value: Optional[pulumi.Input[str]]):
|
|
3770
|
+
def current_revision(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3770
3771
|
pulumi.set(self, "current_revision", value)
|
|
3771
3772
|
|
|
3772
3773
|
@property
|
|
3773
3774
|
@pulumi.getter(name="observedGeneration")
|
|
3774
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
3775
|
+
def observed_generation(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3775
3776
|
"""
|
|
3776
3777
|
observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
3777
3778
|
"""
|
|
3778
3779
|
return pulumi.get(self, "observed_generation")
|
|
3779
3780
|
|
|
3780
3781
|
@observed_generation.setter
|
|
3781
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
3782
|
+
def observed_generation(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3782
3783
|
pulumi.set(self, "observed_generation", value)
|
|
3783
3784
|
|
|
3784
3785
|
@property
|
|
3785
3786
|
@pulumi.getter(name="readyReplicas")
|
|
3786
|
-
def ready_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
3787
|
+
def ready_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3787
3788
|
"""
|
|
3788
3789
|
readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
|
|
3789
3790
|
"""
|
|
3790
3791
|
return pulumi.get(self, "ready_replicas")
|
|
3791
3792
|
|
|
3792
3793
|
@ready_replicas.setter
|
|
3793
|
-
def ready_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
3794
|
+
def ready_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3794
3795
|
pulumi.set(self, "ready_replicas", value)
|
|
3795
3796
|
|
|
3796
3797
|
@property
|
|
3797
3798
|
@pulumi.getter(name="updateRevision")
|
|
3798
|
-
def update_revision(self) -> Optional[pulumi.Input[str]]:
|
|
3799
|
+
def update_revision(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3799
3800
|
"""
|
|
3800
3801
|
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
3801
3802
|
"""
|
|
3802
3803
|
return pulumi.get(self, "update_revision")
|
|
3803
3804
|
|
|
3804
3805
|
@update_revision.setter
|
|
3805
|
-
def update_revision(self, value: Optional[pulumi.Input[str]]):
|
|
3806
|
+
def update_revision(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3806
3807
|
pulumi.set(self, "update_revision", value)
|
|
3807
3808
|
|
|
3808
3809
|
@property
|
|
3809
3810
|
@pulumi.getter(name="updatedReplicas")
|
|
3810
|
-
def updated_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
3811
|
+
def updated_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3811
3812
|
"""
|
|
3812
3813
|
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
3813
3814
|
"""
|
|
3814
3815
|
return pulumi.get(self, "updated_replicas")
|
|
3815
3816
|
|
|
3816
3817
|
@updated_replicas.setter
|
|
3817
|
-
def updated_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
3818
|
+
def updated_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3818
3819
|
pulumi.set(self, "updated_replicas", value)
|
|
3819
3820
|
|
|
3820
3821
|
|
|
@@ -3827,7 +3828,7 @@ if not MYPY:
|
|
|
3827
3828
|
"""
|
|
3828
3829
|
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3829
3830
|
"""
|
|
3830
|
-
type: NotRequired[pulumi.Input[str]]
|
|
3831
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
3831
3832
|
"""
|
|
3832
3833
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3833
3834
|
"""
|
|
@@ -3838,11 +3839,11 @@ elif False:
|
|
|
3838
3839
|
class StatefulSetUpdateStrategyPatchArgs:
|
|
3839
3840
|
def __init__(__self__, *,
|
|
3840
3841
|
rolling_update: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs']] = None,
|
|
3841
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
3842
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
3842
3843
|
"""
|
|
3843
3844
|
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
|
|
3844
3845
|
:param pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgs'] rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3845
|
-
:param pulumi.Input[str] type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3846
|
+
:param pulumi.Input[builtins.str] type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3846
3847
|
"""
|
|
3847
3848
|
if rolling_update is not None:
|
|
3848
3849
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -3863,14 +3864,14 @@ class StatefulSetUpdateStrategyPatchArgs:
|
|
|
3863
3864
|
|
|
3864
3865
|
@property
|
|
3865
3866
|
@pulumi.getter
|
|
3866
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
3867
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3867
3868
|
"""
|
|
3868
3869
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3869
3870
|
"""
|
|
3870
3871
|
return pulumi.get(self, "type")
|
|
3871
3872
|
|
|
3872
3873
|
@type.setter
|
|
3873
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
3874
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3874
3875
|
pulumi.set(self, "type", value)
|
|
3875
3876
|
|
|
3876
3877
|
|
|
@@ -3883,7 +3884,7 @@ if not MYPY:
|
|
|
3883
3884
|
"""
|
|
3884
3885
|
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3885
3886
|
"""
|
|
3886
|
-
type: NotRequired[pulumi.Input[str]]
|
|
3887
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
3887
3888
|
"""
|
|
3888
3889
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3889
3890
|
"""
|
|
@@ -3894,11 +3895,11 @@ elif False:
|
|
|
3894
3895
|
class StatefulSetUpdateStrategyArgs:
|
|
3895
3896
|
def __init__(__self__, *,
|
|
3896
3897
|
rolling_update: Optional[pulumi.Input['RollingUpdateStatefulSetStrategyArgs']] = None,
|
|
3897
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
3898
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
3898
3899
|
"""
|
|
3899
3900
|
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
|
|
3900
3901
|
:param pulumi.Input['RollingUpdateStatefulSetStrategyArgs'] rolling_update: RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
3901
|
-
:param pulumi.Input[str] type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3902
|
+
:param pulumi.Input[builtins.str] type: Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3902
3903
|
"""
|
|
3903
3904
|
if rolling_update is not None:
|
|
3904
3905
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -3919,14 +3920,14 @@ class StatefulSetUpdateStrategyArgs:
|
|
|
3919
3920
|
|
|
3920
3921
|
@property
|
|
3921
3922
|
@pulumi.getter
|
|
3922
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
3923
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3923
3924
|
"""
|
|
3924
3925
|
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|
|
3925
3926
|
"""
|
|
3926
3927
|
return pulumi.get(self, "type")
|
|
3927
3928
|
|
|
3928
3929
|
@type.setter
|
|
3929
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
3930
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3930
3931
|
pulumi.set(self, "type", value)
|
|
3931
3932
|
|
|
3932
3933
|
|
|
@@ -3952,11 +3953,11 @@ if not MYPY:
|
|
|
3952
3953
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
3953
3954
|
by setting the 'customTimeouts' option on the resource.
|
|
3954
3955
|
"""
|
|
3955
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
3956
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
3956
3957
|
"""
|
|
3957
3958
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3958
3959
|
"""
|
|
3959
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
3960
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
3960
3961
|
"""
|
|
3961
3962
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3962
3963
|
"""
|
|
@@ -3978,8 +3979,8 @@ elif False:
|
|
|
3978
3979
|
@pulumi.input_type
|
|
3979
3980
|
class StatefulSetArgs:
|
|
3980
3981
|
def __init__(__self__, *,
|
|
3981
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
3982
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
3982
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
3983
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
3983
3984
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
3984
3985
|
spec: Optional[pulumi.Input['StatefulSetSpecArgs']] = None,
|
|
3985
3986
|
status: Optional[pulumi.Input['StatefulSetStatusArgs']] = None):
|
|
@@ -4002,8 +4003,8 @@ class StatefulSetArgs:
|
|
|
4002
4003
|
If the StatefulSet has not reached a Ready state after 10 minutes, it will
|
|
4003
4004
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
4004
4005
|
by setting the 'customTimeouts' option on the resource.
|
|
4005
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
4006
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
4006
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
4007
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
4007
4008
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
4008
4009
|
:param pulumi.Input['StatefulSetSpecArgs'] spec: Spec defines the desired identities of pods in this set.
|
|
4009
4010
|
:param pulumi.Input['StatefulSetStatusArgs'] status: Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
|
|
@@ -4021,26 +4022,26 @@ class StatefulSetArgs:
|
|
|
4021
4022
|
|
|
4022
4023
|
@property
|
|
4023
4024
|
@pulumi.getter(name="apiVersion")
|
|
4024
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
4025
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4025
4026
|
"""
|
|
4026
4027
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
4027
4028
|
"""
|
|
4028
4029
|
return pulumi.get(self, "api_version")
|
|
4029
4030
|
|
|
4030
4031
|
@api_version.setter
|
|
4031
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
4032
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4032
4033
|
pulumi.set(self, "api_version", value)
|
|
4033
4034
|
|
|
4034
4035
|
@property
|
|
4035
4036
|
@pulumi.getter
|
|
4036
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
4037
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4037
4038
|
"""
|
|
4038
4039
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
4039
4040
|
"""
|
|
4040
4041
|
return pulumi.get(self, "kind")
|
|
4041
4042
|
|
|
4042
4043
|
@kind.setter
|
|
4043
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
4044
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4044
4045
|
pulumi.set(self, "kind", value)
|
|
4045
4046
|
|
|
4046
4047
|
@property
|